html{
  background: none;
}

body {
  width: 100%;
  padding-top: 0;
  box-sizing: border-box;
  background: none;
  overflow-x: hidden;
}

a{
  color: #231815;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pc{display: none;}

#header{
	display: none;
}

#sp_header{
	display: flex;
  display:-webkit-flex;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f5f5f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f7',GradientType=0 ); /* IE6-9 */
	padding: 10px;
}

#sp_header #gmenu_btm{
	position: relative;
	display: inline-block;
	width: 20%;
  min-width: 40px;
  padding: 33px 0 0 14px;
}

#sp_header h1{
    margin: auto;
    text-align: center;
    padding-top: 30px;
}

#sp_header h1 img{
  width: 75%;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 30px;/*長さ*/
  border-radius: 3px;
  background: #666666;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -12px;
}
#nav-open span:after {
  bottom: -24px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  background-color: #f7f7f7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  max-width: 60%;
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

#nav-content li a{
  position: relative;
  display: block;
  text-decoration: none;
  border: 1px solid #efefef;
  padding: 20px 50px 20px 10px;
}

#nav-content li a:after{
  position: absolute;
  display: block;
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  font-weight: 900;
  color: #9bcac5;
  top: 37%;
  right: 10%;
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
li.new_entry {
  font-weight: bold;
  padding-top: 30px;
}
li.new_entry a {
  font-weight: normal;
}

/********************************************/
/************** エントリーボタン **************/
/********************************************/

.entryBtn {
  padding: 5px 10px;
}

.entryBtn h2 {
  display: flex;
  font-size: 18px;
  font-weight: normal;
  align-items: center;
}
.entryBtn h2::before, .entryBtn h2::after {
  display: block;
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 1;
}

.entryBtn h2::before {
  margin-right: .4em;
}
.entryBtn h2::after {
  margin-left: .4em;
}

a.rikunabi{
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  border-radius: 5px;
  border: 1px solid #0068b7;
  padding: 13px 30px 13px 10px;
}

a.mynavi{
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  border-radius: 5px;
  border: 1px solid #00adeb;
  padding: 21px 43px 20px 10px;
}

a.rikunabi,a.mynavi{
  display: flex;
  justify-content: center;
  align-items: baseline;
  height: 100%;
  box-shadow: 0 5px 0 rgba(206,206,206,1);
  margin-top: 12px;
}

a.tyuto {
  width: 100%;
  text-align: center;
  border: 1px solid #bf1c21;
  text-decoration: none;
  font-weight: bold;
  padding: 21px 20px;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: normal;
  font-size: 20px;
  box-shadow: 0 5px 0 rgba(206,206,206,1);
  margin-top: 12px;
}

a.rikunabi::after,a.mynavi::after,a.tyuto::after{
  position: absolute;
  display: block;
  content: '';
  width: 9px;
  height: 14px;
  top: 50%;
  right: 15px;
  transform: translate(-5%, -50%);
  background-size: 100%;
}

a.rikunabi::after{background: url('../images/rikunavi_arrow.png') no-repeat;}
a.mynavi::after{background: url('../images/mynavi_arrow.png') no-repeat;}
a.tyuto::after{background: url('../images/old_arrow.png') no-repeat;}


/*********************************************************/
/*********************** コンテンツ ***********************/
/*********************************************************/
#mainSlider{
  width: 100%;
  height: auto;
}

.content,.content2{
  width: 100%;
  height: auto;
  padding: 60px 15px;
  box-sizing: border-box;
}

.chatch{
  width: 100%;
  line-height: 250%;
  padding: 20px 30px;
  box-sizing: border-box;
  text-align: center;
}

#preface{
  width: 100%;
  background-color: #eeedee;
  text-align: center;
}
#preface h2{
  font-weight: bold;
  color: #231815;
  text-decoration: underline;
  padding-bottom: 5px;
  font-size: 150%;
  margin-bottom: 37px;
}

#preface p > strong{
  font-size: 15px;
  font-weight: bold;
  line-height: 200%;
}

#preface p + p{
  margin-top: 35px;
}

.chatch{
  width: 100%;
  background-color: #231815;
}

.chatch p{
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

.scroll_go{
  margin: 30px auto 19px;
}
#works{
  text-align: center;
}

#works h2{
  font-size: 19px;
  font-weight: bold;
}

#detail .boxWrap{
  display: flex;
  display:-webkit-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: space-around;
  box-sizing: border-box;
  margin:5px 0px 0px 0px;

}

#detail #point .boxWrap:last-child{
  margin-bottom: 0;
}

#detail .boxWrap .box-m.width6:first-child{
  width: 50%;
  box-sizing: border-box;
  padding-right: 2px;
}

#detail .boxWrap .width6{
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#detail .box-m {
  display: table;
}

a.s-btm{
  position: relative;
  border: 1px solid #7a7a7a;
  color: #242424;
  font-weight: bold;
  font-size: 120%;
  padding: 25px 30px 25px 25px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

a.s-btm::after{
  position: absolute;
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  background: url('../images/chevron-right_black.svg') no-repeat;
  top: 50%;
  right: 3%;
  transform: translate(-3%,-50%);
  background-size: 25px;
}

a.s-btm:hover{
  background-color: #e1e1e1;
}

a.m-btm img,#point img{
  width: 100%;
  height: auto;
}

a.m-btm{
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  text-decoration: none;
  transition: 0.2s;
}

a.m-btm:hover{
  opacity: 0.7;
  color: #231815;
  transition: 0.2s;
}

a.m-btm .text{
  padding: 10px;
}

a.m-btm h3{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 150%;
}

a.m-btm p{
  font-size: 14px;
}

a.l-btm{
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
  padding: 20px 25px 20px 20px;
}



#recruit_menu{
  margin-bottom: 80px;
}

#topics{
  background-color: #eeedee;
}

#topics h2{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 33px;
  text-align: center;
}

#topics h2 span{
  font-size: 14px;
}

.topics_detail{
  display: block;
  line-height: 170%;
}

dl.topics_detail + dl.topics_detail{
  margin-top: 15px;
}

.topics_detail dt{
  width: 40%;
  box-sizing: border-box;
  text-align: right;
  float: left;
}

.topics_detail dd{
  width: 60%;
  box-sizing: border-box;
  text-align: left;
  float: right;
  padding-left: 5%;
}

.topics_detail:after,.topics_detail:before{
  content: '';
  display: table;
}

.topics_detail:after{
  clear: both;
}

#works .boxWrap{
  display: block;
}

#works .box-m + .box-m {
  margin-left: 0;
  margin-top: 30px;
}

#works .width6{
  width: 100%;
}

#works .boxWrap img{
  width: 100%;
}

.pc{
  display: none;
}

.sp{
  display: block;
  margin-top: -24px;
}

#point{
  margin-top: 55px;
}

#point .m-btm img{
  width: 100%;
  height: auto;
}

#detail #entry .boxWrap .box-m.width6{
  width: 100%;
}

#detail #entry .boxWrap .box-m.width6:first-child{
  padding: 0;
}





#footbox a {
    color: #fff;
}

#footer {
  color: #fff;
    background-color: #231815;
  padding: 10px;
  max-width: 100%;
}

#footer ul#footerNavi {
    display: none;
}

#copyright{
  color: #ababab;
    font-size: 10px;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}
/* 余白スタイル */
.m-t0{
  margin-top: 0 !important;
}
.m-t10{
  margin-top: 10px !important;
}
.m-t20{
  margin-top: 20px !important;
}
.m-t30{
  margin-top: 30px !important;
}
.m-t40{
  margin-top: 40px !important;
}
.m-t50{
  margin-top: 50px !important;
}
.m-t60{
  margin-top: 60px !important;
}
.m-t70{
  margin-top: 70px !important;
}
.m-t80{
  margin-top: 80px !important;
}

.m-b0{
  margin-bottom: 0 !important;
}

.m-b10{
  margin-bottom: 10px !important;
}
.m-b20{
  margin-bottom: 20px !important;
}
.m-b30{
  margin-bottom: 30px !important;
}
.m-b40{
  margin-bottom: 40px !important;
}
.m-b50{
  margin-bottom: 50px !important;
}
.m-b60{
  margin-bottom: 60px !important;
}
.m-b70{
  margin-bottom: 70px !important;
}
.m-b80{
  margin-bottom: 80px !important;
}
.m-b90{
  margin-bottom: 90px !important;
}
.m-b100{
  margin-bottom: 100px !important;
}

.p-t10{
  padding-top: 10px !important;
}
.p-t20{
  padding-top: 20px !important;
}
.p-t30{
  padding-top: 30px !important;
}
.p-t40{
  padding-top: 40px !important;
}
.p-t50{
  padding-top: 50px !important;
}
.p-t60{
  padding-top: 60px !important;
}
.p-t70{
  padding-top: 70px !important;
}
.p-t80{
  padding-top: 80px !important;
}

.p-b10{
  padding-bottom: 10px !important;
}
.p-b20{
  padding-bottom: 20px !important;
}
.p-b30{
  padding-bottom: 30px !important;
}
.p-b40{
  padding-bottom: 40px !important;
}
.p-b50{
  padding-bottom: 50px !important;
}
.p-b60{
  padding-bottom: 60px !important;
}
.p-b70{
  padding-bottom: 70px !important;
}
.p-b80{
  padding-bottom: 80px !important;
}

/* 採用メッセージ */

.spto_busyo {
  margin:10px 
  }

.content {
    width: 100%;
    height: auto;
    padding: 5px 15px;
    box-sizing: border-box;
}

#detail .content{
  padding: 40px 15px;
}

.content_header h2{
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 40px;
}

.content_header p.chatchCopy{
  display: inline;
  background: linear-gradient(rgba(207,207,207,0) 50%, #cfcfcf 100%);
  font-size: 26px;
  line-height: 41px;
  text-align: center;
  font-weight: bold;
}

.content_header p{
  font-size: 20px;
}

.mainV {
    margin-bottom: 50px;
}

.mainV img,.sub_content img{
  width: 100%;
  height: auto;
}

/* メンバー紹介 */

#member .boxWrap {
  display: flex;
  display:-webkit-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  flex-grow: 1;
  align-content: space-around;
}

#member .boxWrap + .boxWrap{
  margin-top: 20px;
}

#member .box-m {
    box-sizing: border-box;
    text-align: left;
}

#member .box-m + .box-m {
    margin-left: 20px;
}

#member .width6 {
    width: 50%;
}

.memberDetail + .memberDetail{
  margin-top: 25px;
}

/* メンバーの１日 */
#workDetail .width6{
  width: 50%;
}

#workDetail .boxWrap {
  display: flex;
  display:-webkit-flex;
  display:-webkit-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  flex-grow: 1;
  align-content: space-around;
}

#workDetail .boxWrap + .boxWrap{
  margin-top: 10px;
}

#workDetail .box-m + .box-m {
    margin-left: 20px;
}

.t-c{
  text-align: center;
}

/* スムーススクロールボタン */
.smooth > a{
  position: fixed;
  bottom: 95px;
  right: 20px;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url("../images/toTop_btn.png") no-repeat;
  background-size: 50px;
  z-index: 99;
}

/* 新卒採用ページコンテンツ幅管理 */
.freshers_content{
 margin:5px;
 }
 
 .left2{
 font-size:1.25em;
 font-weight:900;
   }
   
   
   /* ペルソナのテーブルを縦にしてはば100％ */
td.noborder {
    display: block;
}

table.perusona1 {
    width: auto;
}


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★以下2024採用ページ用★★★★★★★★★★★★★★★★★★★★ */
/*2024採用ページhタグ */
/* h1見出しの指定 */
h1 {
     color: #b70002;
    text-align: center;
    padding: 0.25em;
    font-size: 2.5em;
 }

/* h見出しのフォント指定 */
 h1 {
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

 h2 {
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

 h3, {
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

 p, {
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}



/*タンスのゲンについてもっと詳しく知る */

.content3{
  width: 100%;
  margin: 0 auto;
  padding: 0px 26px 0px;
}


/*テキストコンテンツ */

.textcontent > p {
  margin-top: 17px;
  font-size: 1.4em;
  font-weight: 900;
}

.textcontent
{
    text-align: center;
    margin-top: -70px;
}

/*スマホのみ改行 */
.sma{
        display: block;
    }

/*PCのみ改行 */
.pcbr
{
    display: none;
}

/*テーブル中央にする */
.topcontent
{
    text-align: center;
    }


/*フローディングバナー */
.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 300px; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
  }
}

.ourbusinesstd {
  padding: 1px;
}

.ourbusinesstd2 {
  padding: 1px;
  text-align: center;
}


.ourbusinesstd3{
  text-align: center;
}

/*テキストコンテンツ */

.topmessagetextcontent > p {
  margin-top: 17px;
    text-align: left;
    margin-right: 5%;
    margin-left: 5%;
}

.topmessagetextcontent
{
    text-align: center;
    margin-top: -70px;
}

.topposition
{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
}

.topname
{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
}

.topnamee
{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 0.9em;
    font-weight: 300;
    text-align: center;
}

.interview
{
    text-align: center;
}

.interviewcontennt
{
    width: 80%;
    margin: auto;
    padding-top: 10px;
}


.interviewcontennt > h4 {
    color: #746d66;
    text-align: center;
    font-size: 1.5em;
}

.interviewcontennt > h5 {
    color: #746d66;
    font-size: 2.5em;
    font-weight: 600;
}

.interview > a {
    color: #23181500;
}

.interviewname > h4 {
    color: #746d66;
    text-align: center;
    font-size: 2em;
    margin-top: 10px;
}


/*★★★★★インタビューコンテンツ★★★★★ */
.entry-talk-box {
  border-collapse: separate;
  border-spacing: 15px 2px;
  display: table;
  margin: 10px 0px 25px 0px;
  table-layout: fixed;
  width: 100%;
}
.entry-talk-img {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}
.entry-talk-img img {
  border-radius: 50%;
  width: 100px;
}
.entry-talk-txt {
  background-color: #eeedee;
  border-bottom: 1px solid #ddd;
  border-radius: 8px;
  display: table-cell;
  padding: 10px;
  position: relative;
}
.entry-talk-txt-left:after {
  content: '';
  position: absolute;
  border-right: 12px solid #eeedee;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: -12px;
  top: 40px;
}
.entry-talk-txt-right:after {
  content: '';
  position: absolute;
  border-left: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  right: -12px;
  top: 40px;
}
.entry-talk-txt p {
  line-height: 1.4;
  margin: 0;
  font-size: 1.4em;
  font-weight: 900;
}

.interviewcontentt > h5 {
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #b70002;
  font-size: 1.6em;
  font-weight: 600;
}

.interviewcontentt > h5 {
  bottom: -9px;
  border-color: #b70002 transparent transparent transparent;
  width: 90%;
  margin: auto;
  text-align: center;
}


/*★★★★★CAREERボタン★★★★★ */
HTML CSS Result Skip Results Iframe
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #b70002;
  width: 145px;
  margin-top: 5px;
  box-shadow: 0 3px 4px rgb(0 0 0 / 32%);
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #d05859;
}

.busyobotan{
    width: 300px;
    margin: auto;
    margin-top: 5px;
}



.busyosyoukai > p {
    padding: 0px 15px 5px 15px;
    font-size: 1.4em;
    font-weight: 900;
    }

.busyosyoukai > h3 {
    padding: 1em;
    font-size: 2.0em;
    text-align: left;
    }

    .busyosyoukai > h4 {
    padding: 0px 15px 5px 15px;
    text-align: left;
    font-size: 1.2em;
    }


    .topmessagetextcontent > p {
    font-size: 1.4em;
    font-weight: 900;
    }

.line {
    font-size: 1.4em;
    background: linear-gradient(transparent 60%, #ffd066 60%);
    }

.whatis {
    font-size: 1.4em;
    font-weight: 900;
    }


.round_arrow {
    background: rgb(80 80 80 / 75%);
    border-radius: 30px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: 0 3px 4px rgb(0 0 0 / 32%);
    }


.triangle {
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 14px solid #f5f5f7;
    border-left: 8px solid transparent;
    transform: rotate(-30deg);
    margin: -19px 20px 0 auto;
    }

.round_arrow > h4 {
    color: #f5f5f7;
    text-align: center;
    font-size: 1.2em;
    font-weight: 900;
    }

.round_arrow > h5 {
    color: #f5f5f7;
    font-size: 1.4em;
    font-weight: 900;
    margin-top: 2px;
    }

/*★★★★★会社概要★★★★★ */
.vabout {
    border-collapse: collapse;
    font-size: 0.9em;
    margin: 5px 10px 5px 10px;
    }

.abouttd,.vabouttd {
 text-align: left;
 padding: 2px 10px 2px 10px;
 vertical-align: top;
}

.abouttd{
    width: 81px;
    font-weight: 600;
    background-color: #f8f4e6;
}


.vabout,.abouttd,.vabouttd {
border: 1px solid #bbb;
}

.enkakunengetu{
    width: 70px;
    text-align: left;
    font-weight: 600;
}

.enkakuevent{
    text-align: left;
}

.enkakuevent ,.enkakunengetu{
    vertical-align: top;
}

.jusyourekibr{
    display: block;
    content: "";
    margin: 3px 0;
}

.aboututansunogen > img {
    vertical-align:top;
    }

/*★★★★★★★★アコーディオン★★★★★★★*/
/*ベース*/
.toggle {
  display: none;
}
.Label {    /*タイトル*/
  padding: 12px;
    display: block;
    background: #f5f5f700;
    width: 300px;
    text-align: center;
    margin: auto;
    font-size: 1.3em;
    font-weight: 600;
    color: #231815;
    border-top: solid 2px;
    border-bottom: solid 2px;
}
.Label::before{   /*タイトル横の矢印*/
  content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc( 50% - 3px );
    right: 20px;
    transform: rotate(135deg);
}
.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content {    /*本文*/
  height: 0;
  margin-bottom:10px;
  padding:0 20px;
  overflow: hidden;
}
.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding:10px ;
  transition: all .3s;
}
.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

.content > img {
    width: 150px;
    }

.content > p {
    font-weight: 600;
    }

/*★★★★★★★★アコーディオン★★★★★★★*/


.interncontent > h2 {
    position: relative;
    overflow: hidden;
    padding: 1.5rem 2rem 1.5rem 130px;
    color: #231815;
    background: #efefef;
    width: 98%;
    text-align: center;
    margin: auto;
    font-size: 1.5em;
    margin-top: 20px;
    }

.interncontent > h2:before {
position: absolute;
    top: -150%;
    left: -168px;
    width: 288px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #0068b7;
    }

.interncontent > h2 span {
    font-size: 1.2em;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 25px;
    padding-left: 8px;
    color: #fff;
    }

    .point1 {
    width: 100%;
    margin: auto;
    text-align: center;
}

.point2 {
    display: inline-block;
    width: 47%;
    height: 230px;
    vertical-align: top;
    background: #fff6dc;
    border-radius: 15px;
    margin: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.futome > p {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.8em;
    background: #f5ce5f;
    padding: 5px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
    letter-spacing: 0.15em;
    border-radius: 10px 10px 0px 0px;
}

.kajougaki > p {
    text-align: left;
    margin: auto;
    width: 80%;
    font-size: 1.11em;
    font-weight: 500;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.pointimage{
    width: 110px;
    text-align: center;
    margin: auto;
    padding: 15px;
}

.program{
    width: 89%;
    margin: auto;
    margin-top: 10px;
}

.programtitle > p {
    font-size: 1.2em;
    font-weight: 600;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color: #ffffff;
    margin: 10px;
    padding-top: 11px;
}

.programname > p {
    font-size: 2.0em;
    font-weight: 900;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color: #ffffff;
    text-align: center;
}

.programhonbun > p {
    font-size: 1.5em;
    font-weight: 600;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color: #ffffff;
    margin: 18px;
}

.program{
    border-radius: 20px;
    background: linear-gradient(-225deg, #18bfbc 0%, #9ca3f5 56%, #ffbac3 100%);
}

.interunimage > img {
    border-radius: 0px 0px 20px 20px;
    width: 100%;
}

.internnaiyou {
  list-style: none;
}

.interuimage{
  list-style: none;
}

.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 15px;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon2-left p {
    margin: 0;
    font-size: 0.9em;
    font-weight: 600;
    text-align: left;
    padding: 10px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.sankasya2{
    width: 85%;
    margin: auto;
    list-style:none
}

.sankasyaimage {
    width: 50px;
}

.sankasya1{
  list-style:none
}

.sankasyaabout{
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}


.youkou1{
  width: 98%;
  border: 2px #555 solid;
  border-collapse: collapse;
  margin: 5px;
}

.youkou3{
    width: 25%;
    vertical-align: top;
    padding: 10px;
    font-size: 1.0em;
    font-weight: 900;
    border: 2px #555 solid;
}

.youkou4{
    width: 73%;
    padding: 10px;
    border: 2px #555 solid;
}

.youkoudai > p{
    text-align: left;
    font-size: 1.1em;
    font-weight: 900;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.youkousyou > p {
    text-align: left;
    font-size: 0.9em;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }


.nittei1{
    width: 98%;
    margin: 5px;
    border: 2px #555 solid;
    border-collapse: collapse;
}

.nittei3{
    width: 35%;
    text-align: center;
    padding: 5px;
    font-size: 1.1em;
    font-weight: 900;
    border: 2px #555 solid;
    color: #ffffff;
}

.nittei4{
    width: 70%;
    padding: 10px;
    border: 2px #555 solid;
}

.nitteidai > p{
    text-align: left;
    font-size: 1.1em;
    font-weight: 900;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.nitteisyou > p{
    text-align: left;
    font-size: 0.9em;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.youkou3 > p{
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.nittei3 > p {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.intern2025mainabi {
    width: 80%;
    text-align: center;
    margin: auto;
    border: 3px solid #0068b7;
    padding: 18px 65px;
    border-radius: 100px;
}

.intern2025mainabi > a {
    text-decoration: none;
    font-size: 1.3em;
    font-weight: 800;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.intern2025mainabi > p {
    font-size: 1.1em;
    font-weight: 900;
    color: #ffffff;
}
.botannaka{
  text-align: center;
}


h2.businessmidasi {
　　margin: auto;
    text-align: center;
    font-size: 2.0em;
    color: #333333;
    font-weight: 900;
    padding-bottom: 5px;
    border-bottom: 3px solid;
        border-image: linear-gradient(to right, #23181500, #202b67, #23181500) 1;
    border-image-slice: 1;
}

.businessmoder > p {
margin: auto;
    text-align: center;
    font-size: 2.3em;
    font-weight: 900;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 30px;
    width: 95%;
    background-image: linear-gradient(to right, #b81c22 0%, #b81c22 100%);
    text-shadow: 1px 2px 3px #808080;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.businessmoder{
  margin-top: 5px;
}

h3.businessmidasih3 {
    margin: auto;
    text-align: center;
    font-size: 1.9em;
    color: #333;
    font-weight: 600;
    width: 95%;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.h3nosita > p {
    margin: auto;
    margin-bottom: 20px;
    text-align: left;
    font-size: 1.5em;
    font-weight: 500;
    color: #666;
    width: 80%;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.h3nosita{
  margin-top: 13px;
}

.zigyouzu2{
  display: inline-block;
    width: 48%;
}

.zigyouzu1{
  font-size: 0;
}

.zigyouzu{
  text-align: center;
    margin: auto;
}

h4.businessmoderh4 {
margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.7em;
    color: #ffffff;
    font-weight: 900;
    background: #202b67;
    padding: 7px;
    width: 320px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

h5.businessmoderh5 {
margin: auto;
margin-top: 15px;
    text-align: center;
    font-size: 1.7em;
    color: #202b67;
    font-weight: 900;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.designsentence > p {
margin: auto;
    text-align: left;
    font-size: 1.2em;
    font-weight: 600;
    color: #666;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.businessimage{
  display: inline-block;
}

.designsentenceli{
  display: inline-block;
  vertical-align: top;
}

.designimage{
width: 55%;
    text-align: center;
    margin: auto;
}

.kurasinodezain{
  margin-top: 20px;
}

.design{
  margin-top: 10px;
}

.sinnkyuu{
  display: flex;
    width: 100%;
    text-align: center;
    margin: auto;
    justify-content: space-around;
    list-style-type: none;
}

.sinkyubusiness{
  list-style-type: none;
    margin: 5px;
    width: 44%;
}

.kyutitle > p {
  background: #a8a9ac;
    font-size: 1.5em;
    font-weight: 600;
    color: #ffffff;
    padding: 5px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.sintitle > p {
  background: #b81a22;
    font-size: 1.5em;
    font-weight: 600;
    color: #ffffff;
    padding: 5px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.sinkyutext > p{
  text-align: left;
    margin-top: 10px;
    font-size: 1.2em;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.sinkyuimage{
  width: 50%;
    text-align: center;
    margin: auto;
}

.kyuzidai > p {
    background: #ffffff;
    width: 165px;
    padding: 10px;
    border-radius: 60px;
    font-size: 1.4em;
    font-weight: 900;
    color: #666;
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.sinzidai > p {
background: #ffffff;
    width: 165px;
    padding: 10px;
    border-radius: 60px;
    font-size: 1.4em;
    font-weight: 900;
    color: #b91b20;
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}


.tansunotuyomiul{
    justify-content: space-around;
    list-style-type: none;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

.tansunotuyomili{
    width: 90%;
    border-radius: 25px 25px 30px 30px;
    background: linear-gradient(-225deg, #b41d1f 0%, #b41d1f 56%, #b41d1f 100%);
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

.tuyomititle > p {
    font-size: 1.8em;
    font-weight: 600;
    color: white;
    padding: 10px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.tuyomitext > p {
    text-align: left;
    font-size: 1.3em;
    font-weight: 600;
    color: white;
    padding: 0px 20px 10px 20px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.tuyomiimage > img {
    border-radius: 0px 0px 25px 25px;
    vertical-align: bottom!important;
}

div.arrow {
  position: relative;
    width: 20px;
    height: 2px;
    background-color: #a8a9ac;
    margin: auto;
    margin-top: 9px;
    text-align: center;
    top: 23px;
}


div.arrow:after {
  content:'';
  position:absolute;
  display:inline-block;
  top:-7px;
  right:-10px;
  border:8px solid transparent;
  border-left:8px solid #a8a9ac;
}

a.btn--business {
  color: #fff;
  background-color: #212c68;
}

a.btn--business:hover {
  color: #fff;
  background: #424b7e;
}

a.btn-c {
  font-size: 1.5em;
    position: relative;
    padding: 1.5rem 2rem 1.5rem 2rem;
    border-radius: 100vh;
    width: 75%;
    text-align: center;
    margin: auto;
    margin-top: 25px;
}

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 2rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

.moderbotan{
  text-align: center;
  margin: auto;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.element {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
  text-align: center;
  margin: auto;
}
/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* 共通タイトル */
h2.page_title{
  text-align: left;
    margin: auto;
    font-size: 2.5em;
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 15px;

}

span.title_en{
  display: none;
}


/* 見出し系 */
h3.kuroobi{
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color: #f5f5f7;
    background-color: #231815;
    text-align: center;
    padding: 0.25em;
    font-size: 2.0em;
    margin-bottom: 15px;
}