@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:  2010-09-17
Author:  Richard Clark - http: //richclarkdesign.com
Twitter:  @rich_clark
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Antique&display=swap');
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
}

html {
 overflow-y: scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
    line-height: 1;
 
} 
    
    
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

main {
  display: block;
}

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

img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* FONT
***************************************************************/



/* 会社概要リンクリスト
***************************************************************/
.companyMenuBox {
  padding-top: 74px;
}

.companyMenuList {
  width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.companyMenuList li {
  width: calc(100% / 6);
}

.companyMenuList li a {
  display: block;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}

.companyMenuList li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: #335167;
}

.companyMenuList li.ls0 a {
  letter-spacing: 0;
}

@media all and (min-width: 681px) {
  .companyMenuList li.act a::before {
    width: 100%;
  }
  .companyMenuList li a::before {
    -webkit-transition: right 0.3s, left 0.3s, width 0.3s;
    transition: right 0.3s, left 0.3s, width 0.3s;
  }
  .companyMenuList li a:hover::before {
    right: auto;
    left: 0;
    width: 100%;
  }
}

@media all and (max-width: 680px) {
  .companyMenuBox {
    padding-top: 0;
  }
  .companyMenuList {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #DEDEDE;
  }
  .companyMenuList li {
    width: calc(100% / 2);
    height: 50px;
    border-bottom: 1px solid #DEDEDE;
  }
  .companyMenuList li:nth-child(odd) {
    border-right: 1px solid #DEDEDE;
  }
  .companyMenuList li.act {
    background: #335167;
  }
  .companyMenuList li.act a {
    color: #fff;
  }
  .companyMenuList li.act a::before {
    content: none;
  }
  .companyMenuList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 0;
  }
  .companyMenuList li a::before {
    content: '';
    position: absolute;
    bottom: auto;
    right: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 7px;
    height: 7px;
    background: none;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}

/* 会社概要リンクリスト
***************************************************************/



/* 共通タイトル
***************************************************************/
.profileTitle {
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #335167;
  text-align: center;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}

.profileTitle span {
  display: inline-block;
  padding-bottom: 19px;
  position: relative;
}

.profileTitle span::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #335167;
}

@media all and (max-width: 680px) {
  .profileTitle {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
  }
  .profileTitle span {
    padding-bottom: 15px;
  }
  .profileTitle span::before {
    height: 2px;
  }
}

/* 共通タイトル
***************************************************************/




/* mv
***************************************************************/
.mv{
  background: url(../../files/img/mv.png) no-repeat bottom center;
 background-size: cover;
 padding: 200px 0 10px 0;
}
/*.mv img{width:100%;}*/


/*.text {
  color: #fff;
  font-family: 'Roboto Mono', monospace;
  font-size: 5vw;
  font-weight: 700;
  text-transform: uppercase;
  transform-origin: bottom;
}

.text.is-active {
  animation: text08 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes text08 {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(150%);
  }
  30% {
    opacity: 1;
  }
  75% {
    transform: scale(1.5) translateY(-30%);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}


*/





.top-ttl{
            width: 100%;
            height: 50vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            line-height: 1.4;
        }



        .textanimation{
            font-size: 80px;
            font-weight: 600;
            font-family:"Times New Roman", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", serif;
        }

 .top-ttl .textanimation span2{
           font-size: 130%;
        }





        @keyframes showTextFromBottom{
      0%{
         transform: translateY( 100% );
      
      }
      100%{
          transform: translateY( 0px );
      }
    }
    .textanimation span{
     animation: showText 30s backwards;
     display: inline-block;
    }
    .textanimation > span{
      overflow: hidden;
    }
    .textanimation > span > span{
      animation: showTextFromBottom 0.1s backwards;
    }


@keyframes zoom_in {
  100% {
    transform: scale(1);
    opacity: 1;  
    
  }
}
.zoomIn{
  color: #000;/* フォントの色 */
animation-delay: 1s!important;  
    top:0px!important;
 opacity: 0;   
  font-size: 75px;/* フォントの大きさ */
 font-weight: 600;
 font-family:"Times New Roman", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", serif;/* フォントの種類 */
  text-align: center;/* 文字・画像を中央にそろえる */
  padding: 0 0 50px 0;/* 内側の余白 */
  margin: 30px;/* 外側の余白 */
  animation: zoom_in 3s ease-in-out forwards ;
  transform: scale(0.4);
   text-shadow: 2px 2px 10px #fff ,
-2px 2px 10px #fff ,
2px -2px 10px #fff ,
-2px -2px 10px #fff;  
    
    
}



.zoomIn2{
  color: #000;/* フォントの色 */
  font-size: 90px;/* フォントの大きさ */
  font-family: lobster;/* フォントの種類 */
  text-align: center;/* 文字・画像を中央にそろえる */
  padding: 20px;/* 内側の余白 */
  margin: 30px;/* 外側の余白 */
  animation: zoom_in 3s ease-in-out forwards ;
  animation-delay: 3s;   
  opacity: 0; /* 初期状態で非表示 */
  transform: scale(0.4);   
}


#spread {
  position: absolute;
    top:0;
  width: 100%;
 height: 70vh;
  background: url(../../files/img/mv_ts.png) no-repeat bottom center;
}

#lottie-container {
    position: relative;
    top:0x;
      width:1100px;
      height:550px;
      margin: 5px auto; /* 中央に配置 */
    }




/* General styling */

.wh {
    position: absolute;
    top:200px;
    left:20%;
    margin:0 auto;
  text-align: center;
   color: #fff;/* フォントの色 */
    text-align:center;
  font-size: 90px;/* フォントの大きさ */  
}
 
.bk {
    position: absolute;
    left:20%; 
    top:200px;
    
  text-align: center;
   color: #000;/* フォントの色 */
    text-align:center;
  font-size: 90px;/* フォントの大きさ */  
    
}
 
.bg-image {
  background-size: cover;
  transition: background-image 1s;
}


/* mv
***************************************************************/



/* tochi
***************************************************************/
.tochi_bg{
   background:#F7F7F7; 
   padding: 5% 0 5% 0;
}
.secTochi .bottomsen{
    border-bottom: 1px solid gray;
    padding-bottom: 5%;
}


.secTochi {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  padding: 0;
}

.secTochi .inner {
  width: 1100px;
  margin: auto;
}


.secTochi h1{
  font-size:20px;
  margin-bottom: 2%;
  text-align: left;   
}

.secTochi h4{
  font-size:20px;
  text-align: left;
  position: relative;
  padding:0 0 0.5% 2%;
}

.secTochi h4:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #191970;
}
.secTochi h4:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #191970;
}
.secTochi h5{
  font-size:110%;
  margin-bottom: 1%;
  padding: 1% 0 1.5% 0;
  color: #fff;
  background:#335167 ;
  text-align: center;    
}

.bg_title{
 color:#2F5597;/*文字色*/
 font-size:350%;   
}
/*.fade-in-section:first-letter{
 font-size:300%;
 color:#2F5597;
}   */
    
.fade-in-section {
  color:#0E0E0E;/*文字色*/
 font-size:200%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  opacity: 0;
  transform: translateX(50px);
   transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: opacity, transform;
  margin: 20px 0; /* 複数のセクション間に余白 */
}

.fade-in-section span{
 font-size:250%;
 color:#0E0E0E;
} 


.fade-in-section.visible {
  opacity: 1;
  transform: translateX(0);
}


.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}


.secTochi .tochi_text {
  width: 100%;
 /* margin:2% auto;*/
}

.secTochi .tochi_text p{
  font-size:100%;
  line-height: 2;
  margin:0 auto 0 auto;    
}
.secTochi .tochi_text2 p{
  font-size:150%;
  line-height: 2;
  margin:0 auto 1% auto;    
  text-align: center;
  font-weight: 600;
}
.secTochi .tochi_text2 p span{
   background:#ffffb7;
   padding: 0 0.5% 0 0.5%;
}
.secTochi .tochi_text3 p{
  font-size:150%;
  line-height: 2;
  margin:0 auto 7% auto;    
  text-align: center;
  font-weight: 600;
}

.secTochi .tochi_text4 p{
  font-size:120%;
  line-height: 2;
  margin:2% auto 2% auto;
  text-align: left;
  font-weight: 600;    
}
.secTochi .tochi_text4 p span{
  font-family: 'Zen Antique Soft','游明朝','serif';  
  font-weight:500; 
  font-size:130%;    
}
.secTochi .tochi_text4 p span2{
   background:#ffffb7;
   padding: 0 0.5% 0 0.5%;]
}
.secTochi .tochi_text5 p{
  font-size:250%;
  line-height: 2;
  margin:0 auto 5% auto;    
  text-align: center;
  font-weight: 600;
  border-bottom: double thin gray;
  font-family: 'robot-fantasy';  
}
.secTochi .table1{
   width:1000px;
  margin-top: 1%;
    border:thin solid gray ;
}
.secTochi .table1 tr{
    width: 100%;   

}
.secTochi .table1 th{
    width: 0%;
    /*display: inline-block;
    margin-bottom: 1.5%;*/
    padding: 1%;
    border-right:thin solid gray ;
    background: #f5f5f5;
    vertical-align: middle;
}
.secTochi .table1 td{
    width: 100%;
    /*margin: 0 3% 0 3%;
    display: inline-block;
    margin-bottom: 1.5%;*/
    padding: 2% ;
}


.secTochi .table2{
  width:100%;
  margin-bottom: 1%;
  border-collapse: separate;
  border-spacing: 0px 10px;
}
.secTochi .table2 tr{
    width: 100%;   
  
}
.secTochi .table2 th{
    width: 21%;
    /*display: inline-block;*/
    padding: 2%;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border-bottom:dotted thin gray; 
    border-right:dotted thin gray;
    background: #fff;
}
.secTochi .table2 td{
    width: 75%;
    /* display: inline-block;*/
    padding:2%;
    font-size: 14px;
    border-bottom:dotted thin gray; 
}

.box26 {
    position: relative;
    width:800px;
    margin:5% auto;
    font-family: "Noto Serif JP", serif;
    padding:1em 1em;
    border: solid 1px #000000;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
     font-family: "Noto Serif JP", serif;
    display: inline-block;
    top: -45px;
   left: 100px;
    padding:0 9px;
    line-height:2;
    text-align: center;
    font-size: 35px;
    background: #FFF;
    color: #000000;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 20px 5px;
    line-height: 1.7;
     font-size: 18px;
}






.secTochi .leftside{
    float:left;
    width:48%;
    margin:0 1% 0 0;
}
.secTochi .leftside2{
    float:left;
    width:63%;
    margin:0 2% 0 0;
}

.secTochi .rightside{
    float: right;
    width:50%;
    margin:0 0 0 1%; 
}
.secTochi .rightside2{
    float: right;
    width:35%;
}

.secTochi .tochiList {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
    
}

.secTochi .tochiList li {
  width: 100%;
  margin:0 0 3% 0;
  display: inline-block;
}

.secTochi .tochiList li img {
  width: 100%;
}

.secTochi .tochiList li p {
    text-align: center;
    font-size: 18px;
    line-height: 2;
}

.secTochi .tochiList2 li {
  width: 100%;
  margin:0 0 3% 0;
  display: inline-block;
}

.secTochi .tochiList2 li img {
  width: 100%;
}

.secBusiness .tochiList2 li p {
    text-align: center;
    font-size: 18px;
    line-height: 2;
}
.secTochi .tochiList3 li {
  width: 49%;
  margin:0 0 3% 0;
  display: inline-block;
}

.secTochi .tochiList3 li img {
  width: 100%;
}

.secBusiness .tochiList3 li p {
    text-align: center;
    font-size: 18px;
    line-height: 2;
}
.secTochi .tochiList4 li {
  width: 100%;
  margin:0 0 2% 0;
  display: inline-block;
}

.secTochi .tochiList4 li img {
  width: 100%;
}

.secTochi .tochiList4 li p {
    text-align: left;
    font-size: 15px;
    line-height: 1.2;
}


.secTochi .build{
    width: 100%;
    margin-bottom:5% ; 
}
.secTochi .build .leftside{
    float:left;
    width:56%;
    margin:0 1% 0 0;
    
}

.secTochi .build .rightside{
    float: right;
    width:42%;
    margin:0 0 0 1%;
    padding-top: 15%;
}
.secTochi .build h1{
  font-size:20px;
  line-height: 2;
  margin:0 auto 4% auto;    
  text-align: left;
  font-weight: 600;
}
.secTochi .build h1 span{
    color:red;
}
.secTochi .build p{
  font-size:15px;
  line-height: 1.5;
  margin:0 auto 1% auto;    
  text-align: left;
}



.secTochi .promisebox{
    width: 30.9%;
    display: inline-block;
    margin: 1% 1% 4% 1%;
    vertical-align:top;
}
.secTochi .promisebox img{
    width:100%;
    margin-bottom: 1%;
}

.secTochi .promisebox h1{
  font-size:20px;
  line-height: 2;
  margin:0 auto 2% auto;    
  text-align: center;
  font-weight: 600;
  border-bottom: 1px double gray;
}
.secTochi .promisebox h2{
  font-size:15px;
  line-height: 1.5;
  margin:0 auto 1% auto;    
  text-align:left;
  font-weight: 400;
}

.secTochi .promisebox p{
  font-size:15px;
  line-height: 1.5;
  margin:0 auto 1% auto;    
  text-align: center;
}



.secTochi .promisebox2{
    width: 45.5%;
    display: inline-block;
    margin: 1% 2% 4% 2%;
    position: relative;
    
}

.secTochi .promisebox2 h1{
  font-size:26px;
  line-height: 1.2;
  /*margin:0 auto 2% auto;*/    
  text-align: center;
  font-weight: 600;
  z-index:3;
  position: absolute;
  top:30%;
  left:50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);   
    
}
.secTochi .promisebox2 h2{
  font-size:18px;
  line-height: 1.5;
  /*margin:0 auto 2% auto;*/    
  text-align: center;
  font-weight: 600;
  border-bottom: 2px double #fff;
  z-index:3;
  position: absolute;
  top:45%;
  left:50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);   
    
}

.secTochi .promisebox2 p{
  font-size:20px;
  line-height: 1.5;
  margin:0 auto 1% auto;    
  text-align: center;
  z-index:3;
  position: absolute;
  top:70%;
  left:50%;    
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);   
}



.secTochi .promisebox2 .image_link{
  position:relative;
  display:block;
  height:auto;
  color:#fff;    
  
}

.secTochi .promisebox2 .image_link:hover{
    color:black;
}


.secTochi .promisebox2 .image_link img{
  display:block;
  width:100%;
  position: relative;
}
.secTochi .promisebox2 .image_link:before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#000;/*好みの色に変えてください。*/
  opacity:0.5;
  transition:0.3s;
}
.secTochi .promisebox2 .image_link:hover:before{
  opacity:0.5;
  background:#fff;/*好みの色に変えてください。*/   

}



.secTochi .promisebox3{
    width: 30.9%;
    display: inline-block;
    margin: 1% 1% 4% 1%;
    vertical-align:top;
}
.secTochi .promisebox3 img{
    width:100%;
    margin-bottom: 1%;
}

.secTochi .promisebox3 h1{
  font-size:20px;
  line-height: 2;
  margin:0 auto 2% auto;    
  text-align: center;
  font-weight: 600;
  border-bottom: 1px double #a52a2a;
  color:#a52a2a;    
}

.secTochi .promisebox3 p{
  font-size:15px;
  line-height: 1.5;
  margin:0 auto 1% auto;    
  text-align: center;
}





.secTochi .homenewbox{
    width: 100%;
    margin-bottom:5% ; 
}
.secTochi .homenewbox .leftside{
    float:left;
    width:56%;
    margin:0;
    background:#F7F7F7;
}

.secTochi .homenewbox .rightside{
    float: left;
    width:43%;
    padding:8% 2% 9% 2%;
    background:#F7F7F7;
    vertical-align="top"
}
.secTochi .homenewbox h1{
  font-size:20px;
  line-height: 2;
  margin:0 auto 0 auto;    
  text-align: left;
  font-weight: 600;
}

.secTochi .homenewbox p{
  font-size:15px;
  line-height: 1.5;
  margin:0 auto 1% auto;    
  text-align: left;
}





.model_merit .inner {
  width: 1000px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.model_merit {
 background:#232946;
  padding: 50px 0 20px;
}

.model_merit .inner {
  width: 1000px;
  margin: auto;
}

.model_merit_point{
   width:100%;
   margin: 1% 0;
   border:thin solid gray ;
   font-size: 14px;
  
}

.accordion-container .accordion-merit_title {
  display: block;
  position: relative;
    width:70%;
  margin: 0 auto;
  padding: 0.8em 0.625em 0.8em 2em;
  font-size: 25px;
  font-weight: bold;
  color: #000;
  background: #fff;
  cursor: pointer;
  text-align: center;    
}

.accordion-container .accordion-merit_title:hover,
.accordion-container .accordion-merit_title:active,
.accordion-container .content-entry.open .accordion-merit_title {
  background-color:#ffff00;
  color:#000000;
}

.accordion-container .accordion-merit_title:hover i:before,
.accordion-container .accordion-merit_title:hover i:active,
.accordion-container .content-entry.open i {
  color: #000000;
}

.accordion-merit_title{
  position: relative;
    margin:0 auto;
}

.accordion-merit_title:after {
  content: "";
  position: absolute;
  right:50px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width:12px;
  height:12px;
  border-top: solid 2px #232946;
  border-right: solid 2px #232946;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-merit_title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}



.secTochi .zeh_rogo{width:100%;}
.secTochi .zeh_rogo img{margin: 0 28% 0 28%;}


.model_merit_point2 li{
   width:31%;
   margin: 1% 0.5% 3% 0.5%;
   border:thin solid gray ;
   font-size: 14px;
    display: inline-block;
    background: #ffffff;
  
}

.kome{font-size:13px;
    /*color:#ffffff;*/
margin-bottom: 10px;}   



#lightbox  { 
    
    margin-top: 2%;
}
/*#lightbox .lb-container { padding: 3px; }*（lb-containerは白い枠線）*/

.secTochi .img100{
    width:100%;
    margin: 5% 0 0 0;
}
.secTochi .img100 img{
    width:100%;
}


.secTochi .sugoie_box{
    width:100%;
    background: #fff;
    box-shadow: 2px 2px 4px;
    margin:1% 0 10% 0; 
}
.secTochi .sugoie_box h1.title{
    width: 100%;
    padding:1.5% 0 1.5% 0;
    background: #335167;
    font-size: 150%;
    color:#fff;
}
.secTochi .sugoie_box h1.title span{
    padding:0 1.5% 0 1.5%;
    margin: 0 2% 0 0;
    border-right: thin solid #fff;
}
.secTochi .sugoie_box .heat20_box{
    width:100%;
    padding: 1.5%;
}
.secTochi .sugoie_box .heat20_box .leftside{
    width:60%;
    float: left;
}
.secTochi .sugoie_box .heat20_box .rightside{
    width:39%;
    float: right;
    margin: 0 0 0 0;
}
.secTochi .sugoie_box .heat20_box h1{
    font-size: 130%;
    line-height: 2;
}
.secTochi .sugoie_box .heat20_box h2{
    font-size: 130%;
    line-height: 2;
    text-align: center;
}
.secTochi .sugoie_box .heat20_box h2 span{
    background: #ffffb7;
    padding: 0 0.5% 0 0.5%;
}
.secTochi .sugoie_box .heat20_box h2 span2{
   font-family: 'Zen Antique Soft','游明朝','serif';  
  font-weight:500; 
  font-size:130%;  
}
.secTochi .sugoie_box .heat20_box p{
    font-size: 100%;
    line-height: 2;
}




@media all and (min-width: 681px) {
    
    
}

@media all and (max-width: 680px) {
    
    
 .mv{
  background: url(../../files/img/mv_sp.png) no-repeat bottom center;
 background-size: cover;
     padding:200px 0 0 0;
}
/*.mv img{width:100%;}*/
   
    
    
.zoomIn{
  font-size: 45px;/* フォントの大きさ */
    padding:0;
    line-height: 1.2;
 text-shadow: 2px 2px 10px #fff ,
-2px 2px 10px #fff ,
2px -2px 10px #fff ,
-2px -2px 10px #fff;
}
    
    
    

#spread {
  position: absolute;
    top:0;
  
  width: 100%;
 height:500px;
  background: url(../../files/img/mv_ts_sp.png) no-repeat bottom center;
}
    
    
#lottie-container_sp {
    position: relative;
    top:0x;
      width:96%!important;
    height:350px;
      margin:0 0 0 4%; /* 中央に配置 */
    }
    
  
.box26 {
    width:100%;
    margin:5% auto;   
}
.box26 .box-title {
    position: absolute;
     font-family: "Noto Serif JP", serif;
    display: inline-block;
    top: -25px;
   left:5px;
    padding:0 9px;
    line-height:2;
    text-align: center;
    font-size: 18px;
    background: #FFF;
    color: #000000;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 8px 5px;
    line-height: 1.5;
     font-size: 14px;
}
    
    
 .fade-in-section {
 font-size:110%;
  
}

.fade-in-section span{
 font-size:150%;
 
} 
   
    
    
    
    
.secTochi {
  padding: 0 0 0% 0;
}

.secTochi .inner {
  width: 96%;
  padding: 0 2% 0 2%;
}

.secTochi h1{
  font-size:16px;
  margin-bottom: 2%;
  text-align: left;   
}

.secTochi h4{
  font-size:18px;
  text-align: left;
  position: relative;
  padding:0 0 1% 7%;    
}    
.secTochi h5{
  font-size:12px;
  margin-bottom: 2%; 
}    
.secTochi .tochi_text {
  width: 100%;
  margin:0 auto 4% auto;
}
.secTochi .tochi_text p{
  font-size:14px;
  line-height: 2;
}
.secTochi .tochi_text2 {
  width: 100%;
}
.secTochi .tochi_text2 p{
  font-size:100%;
  line-height: 2;
  text-align: center;    
}
.secTochi .tochi_text3 p{
  font-size:100%;
  line-height: 2;
  margin:0 auto 5% auto;    
  text-align: center;    
} 
.secTochi .tochi_text4 p{
  font-size:100%;
  line-height: 2;
  text-align: left;
}    
.secTochi .tochi_text5 p{
  font-size:140%;
  line-height: 1.5;
  margin:0 auto 5% auto;    
  text-align: center; 
    
    
}

    
    
    
.secTochi .table1{
   width:100%;
   margin-top: 1%;
   border:thin solid gray ;
   font-size: 14px;
}
.secTochi .table1 tr{
    width: 100%;   

}
.secTochi .table1 th{
    width: 100%;
    display: inline-block;
    /*margin-bottom: 1.5%;*/
    padding: 2% 0 1% 2%;
    border-right:thin solid gray ;
    vertical-align: middle;
     font-size: 16px;
}
.secTochi .table1 td{
    width: 100%;
    /*margin: 0 3% 0 3%;*/
    display: inline-block;
    /*margin-bottom: 1.5%;*/
    padding: 2%;
}
  
.secTochi .table2{
  width:100%;
  margin-bottom: 1%;
  border-collapse: separate;
  border-spacing: 0px 10px;
}
.secTochi .table2 tr{
    width: 100%;   
  
}
.secTochi .table2 th{
    width: 100%;
    display: inline-block;
    padding: 1%;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    border-bottom:none; 
    border-right:none;
}
.secTochi .table2 td{
    width: 100%;
    display: inline-block;
    padding:2%;
    font-size: 13px;
    border-bottom:dotted thin gray; 
}
    
    
    
    
    
    
    
.secTochi .leftside{
    float:center;
    width:100%;
    margin:0 0 2% 0;
}
.secTochi .rightside{
   float:center;
    width:100%;
    margin:0 0 2% 0;
}

.secTochi .tochiList li{
  width:100%;
  margin:0 auto 3% auto;
  display: inline-block;
}

.secTochi .tochiList li img {
  width: 100%;
}
.secTochi .tochiList li p {
    font-size: 14px;
}  
   

.secTochi .tochiList2 li {
  width: 100%;
  margin:0 0 3% 0;
  display: inline-block;
}

.secTochi .tochiList2 li img {
  width: 100%;
}

.secBusiness .tochiList2 li p {
    text-align: center;
    font-size: 14px;
    line-height: 2;
}    
 
.secTochi .tochiList3 li {
  width: 49%;
  margin:0 0 3% 0;
  display: inline-block;
}

.secTochi .tochiList3 li img {
  width: 100%;
}    
    
    
.secTochi .tochiList4 li {
  width: 100%;
  margin:0 0 3% 0;
  display: inline-block;
}

.secTochi .tochiList4 li p {
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
}    

    
    
.secTochi .build{
    width: 100%;
    margin-bottom:5% ; 
}
.secTochi .build .leftside{
    float:left;
    width:100%;
    margin:1% 0 2% 0;
    
}

.secTochi .build .rightside{
    float: right;
    width:100%;
    margin:1% 0 2% 0;
    padding-top: 0;
}
.secTochi .build h1{
  font-size:18px;
  line-height: 1.5;
  margin:0 auto 4% auto;    
  text-align: left;
  font-weight: 600;
}
.secTochi .build h1 span{
    color:red;
}
.secTochi .build p{
  font-size:14px;
  line-height: 1.5;
  margin:0 auto 1% auto;    
  text-align: left;
}    
    
    
.secTochi .promisebox{
    width: 100%;
    display: inline-block;
    margin: 1% 0 5% 0;
}
.secTochi .promisebox img{
    width:100%;
    margin-bottom: 0;
}

.secTochi .promisebox h1{
  font-size:18px;
  line-height: 2;
  margin:0 auto 0 auto;    
  text-align: center;
  font-weight: 600;
  border-bottom: 1px double gray;
}

.secTochi .promisebox p{
  font-size:14px;
  line-height: 1.5;
  margin:0 auto 1% auto;    
  text-align: center;
}    
    
    
    
.secTochi .promisebox2{
    width: 100%;
    display: inline-block;
    margin: 1% 0 5% 0;
    position: relative;
    
}

.secTochi .promisebox2 h1{
  font-size:18px;
  line-height: 1.2;
  /*margin:0 auto 2% auto;*/    
  text-align: center;
  font-weight: 600;
  z-index:3;
  position: absolute;
  top:30%;
  left:50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);   
    
}
.secTochi .promisebox2 h2{
  font-size:16px;
  line-height: 1.5;
  /*margin:0 auto 2% auto;*/    
  text-align: center;
  font-weight: 600;
  border-bottom: 2px double #fff;
  z-index:3;
  position: absolute;
  top:45%;
  left:50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);   
    
}

.secTochi .promisebox2 p{
  font-size:14px;
  line-height: 1.5;
  margin:0 auto 1% auto;    
  text-align: center;
  z-index:3;
  position: absolute;
  top:70%;
  left:50%;    
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);   
}


.secTochi .promisebox3{
    width: 47%;
    display: inline-block;
    margin: 1% 1% 5% 1%;
}
.secTochi .promisebox3 img{
    width:100%;
    margin-bottom: 0;
}

.secTochi .promisebox3 h1{
  font-size:18px;
  line-height: 2;
  margin:0 auto 0 auto;    
}

.secTochi .promisebox3 p{
  font-size:14px;
  line-height: 1.5;

}
    

.secTochi .homenewbox{
    width: 100%;
    margin-bottom:5% ; 
}
.secTochi .homenewbox .leftside{
    float:left;
    width:100%;
    margin:0;
    background:#F7F7F7;
}

.secTochi .homenewbox .rightside{
    float: left;
    width:100%;
    padding:2% 2% 2% 2%;
    background:#F7F7F7;
    vertical-align="top"
}
.secTochi .homenewbox h1{
  font-size:18px;
  line-height: 1.1;
  margin:0 auto 0 auto;    
  text-align: center;
  font-weight: 600;
}

.secTochi .homenewbox p{
  font-size:14px;
  line-height: 1.5;
  margin:0 auto 1% auto;    
  text-align: left;
}
    
    
    
    
    
    
 
.model_merit .inner {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}

.model_merit {
 background:#232946;
  padding: 3px 0 20px;
}

.model_merit .inner {
  width: 100%;
  margin: auto;
}

.model_merit_point{
   width:96%;
   margin: 1% auto;
   border:thin solid gray ;
   font-size: 14px;
  
}

.accordion-container .accordion-merit_title {
  display: block;
  position: relative;
    width:96%;
  margin: 0 auto;
  padding: 0.8em 0.625em 0.8em 2em;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  background: #fff;
  cursor: pointer;
  text-align: center;    
}

.accordion-container .accordion-merit_title:hover,
.accordion-container .accordion-merit_title:active,
.accordion-container .content-entry.open .accordion-merit_title {
  background-color:#ffff00;
  color:#000000;
}

.accordion-container .accordion-merit_title:hover i:before,
.accordion-container .accordion-merit_title:hover i:active,
.accordion-container .content-entry.open i {
  color: #000000;
}

.accordion-merit_title{
  position: relative;
    margin:0 auto;
}

.accordion-merit_title:after {
  content: "";
  position: absolute;
  right:10px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width:12px;
  height:12px;
  border-top: solid 2px #232946;
  border-right: solid 2px #232946;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-merit_title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}


.model_merit_point2 li{
   width:98%;
   margin: 1% 0.5% 3% 0.5%;
   border:thin solid gray ;
   font-size: 14px;
    display: inline-block;
    background: #ffffff;
  
}   
    
    
.kome{font-size:10px;
    /*color:#ffffff;*/
    margin-bottom: 3%;}   
    
    
    
    
    
.secTochi .sugoie_box{
    width:100%;
    margin:5% 0 10% 0; 
}
.secTochi .sugoie_box h1.title{
    width: 100%;
    padding:2% 0 2.5% 0;
    font-size: 110%;
}

.secTochi .sugoie_box .heat20_box{
    width:100%;
    padding: 1.5%;
}
.secTochi .sugoie_box .heat20_box .leftside{
    width:100%;
    float: left;
    margin-bottom: 5%;
}
.secTochi .sugoie_box .heat20_box .rightside{
    width:100%;
    float: right;
    margin: 0 0 0 0;
}
.secTochi .sugoie_box .heat20_box h1{
    font-size: 110%;
    line-height: 1.5;
}
.secTochi .sugoie_box .heat20_box h2{
    font-size: 110%;
    line-height: 2;
    text-align: center;
}

.secTochi .sugoie_box .heat20_box p{
    font-size: 90%;
    line-height: 1.5;
}    
    
    
    
    
    
}



/* business
***************************************************************/

/* arrow
***************************************************************/





.arrowbun .inner {
  width: 1000px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.arrowbun .listTextBox{
    width:44%;
    margin:0 28% 0 28%;
    display: inline-block;
}




.arrowbun .listTextBox a{
  /*padding: 20px 18px 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
    /*width: 330px;*/
    height: 50px;
    background: #335167;
    padding: 1px 0 1px 0;
    -webkit-transition: background 0.3s;
  transition: background 0.3s;
    /*margin: 2% auto;*/
    border-radius: 10px;
    
}


.arrowbun .listTextBox a::after {
    border: 1px solid #335167;
    background: #fff;
}



.arrowbun .listTextBox2{
    width:44%;
    margin:0 2% 0 2%;
    display: inline-block;
}

.arrowbun .listTextBox2 a{
  /*padding: 20px 18px 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
    /*width: 330px;*/
    height: 50px;
    background: #ed6d35;
    padding: 1px 0 1px 0;
    -webkit-transition: background 0.3s;
  transition: background 0.3s;
    /*margin: 2% auto;*/
    border-radius: 10px;
    
}


.arrowbun .listTextBox2 a::after {
    border: 1px solid #ed6d35;
    background: #fff;
}



.arrowbun .listTextBox3{
    width:100%;
    margin-top:1%;
}

.arrowbun .listTextBox3 a{
  /*padding: 20px 18px 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
    /*width: 330px;*/
    height: 40px;
    background: #335167;
    padding: 1px 0 1px 0;
    -webkit-transition: background 0.3s;
  transition: background 0.3s;
    /*margin: 2% auto;*/
    border-radius: 10px;
    
}


.arrowbun .listTextBox3 a::after {
    border: 1px solid #335167;
    background: #fff;
}


.arrowbun .listTextBox4{
    width:23.5%;
    margin:1% 0.5% 2% 0.5%;
    display: inline-block;
}

.arrowbun .listTextBox4 a{
  /*padding: 20px 18px 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
    /*width: 330px;*/
    height: 40px;
    background: #fff;
    padding: 1px 0 1px 0;
    -webkit-transition: background 0.3s;
  transition: background 0.3s;
    /*margin: 2% auto;*/
    border-radius: 10px ;
    border: 1px solid #335167;
}


.arrowbun .listTextBox4 a::after {
    border: 1px solid #fff;
    background: #335167;
}

.arrowbun .listTextBox5{
    width:70%;
    margin:5% 15% 0 15%;
}

.arrowbun .listTextBox5 a{
  /*padding: 20px 18px 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
    /*width: 330px;*/
    height: 40px;
    background: #335167;
    padding: 1px 0 1px 0;
    -webkit-transition: background 0.3s;
  transition: background 0.3s;
    /*margin: 2% auto;*/
    border-radius: 10px;
    
}


.arrowbun .listTextBox5 a::after {
    border: 1px solid #335167;
    background: #fff;
}






.arrowbun .arrow {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  /*border-radius: 50%;*/
  background: #335167;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
    border-radius: 15px;
}

.arrowbun .arrow::before, .arrowbun .arrow::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.arrowbun .arrow::before {
  width: 18px;
  top: 50%;
  right: calc((100% - 18px)/2);
   
}

.arrowbun .arrow::after {
  width: 7px;
  top: calc((100% - 5px)/2);
  right: calc((100% - 21px)/2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
    
}

.arrowbun .listTitle {
  width: calc(100% - 58px);
  padding-left: 18px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
/*  margin-bottom: 6px;*/    
}

.arrowbun .listTitle::after {

  color: #335167;
  
}



.arrowbun .arrow2 {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  /*border-radius: 50%;*/
  background: #ed6d35;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
    border-radius: 15px;
}

.arrowbun .arrow2::before, .arrowbun .arrow2::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.arrowbun .arrow2::before {
  width: 18px;
  top: 50%;
  right: calc((100% - 18px)/2);
   
}

.arrowbun .arrow2::after {
  width: 7px;
  top: calc((100% - 5px)/2);
  right: calc((100% - 21px)/2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
    
}

.arrowbun .listTitle2 {
  width: calc(100% - 58px);
  padding-left: 18px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
/*  margin-bottom: 6px;    */
}

.arrowbun .listTitle2::after {

  color: #ed6d35;
  
}



.arrowbun .arrow3 {
  display: block;
  position: relative;
  width: 58px;
  height: 38px;
  /*border-radius: 50%;*/
  background: #335167;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
    border-radius: 15px;
}

.arrowbun .arrow3::before, .arrowbun .arrow3::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.arrowbun .arrow3::before {
  width: 18px;
  top: 50%;
  right: calc((100% - 18px)/2);
   
}

.arrowbun .arrow3::after {
  width: 7px;
  top: calc((100% - 5px)/2);
  right: calc((100% - 21px)/2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
    
}

.arrowbun .listTitle3 {
  width: calc(100% - 58px);
  padding-left: 18px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
/*  margin-bottom: 6px;*/    
}

.arrowbun .listTitle3::after {

  color: #335167;
  
}



.arrowbun .arrow4 {
  display: block;
  position: relative;
  width: 58px;
  height: 38px;
  /*border-radius: 50%;*/
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
    border-radius: 15px;
}

.arrowbun .arrow4::before, .arrowbun .arrow4::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #335167;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.arrowbun .arrow4::before {
  width: 18px;
  top: 50%;
  right: calc((100% - 18px)/2);
   
}

.arrowbun .arrow4::after {
  width: 7px;
  top: calc((100% - 5px)/2);
  right: calc((100% - 21px)/2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
    
}

.arrowbun .listTitle4 {
  width: calc(100% - 58px);
  padding-left: 5px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #335167;
/*  margin-bottom: 6px;*/    
}

.arrowbun .listTitle4::after {

  color: #fff;
  
}



.arrowbun .arrow5 {
  display: block;
  position: relative;
  width: 58px;
  height: 38px;
  /*border-radius: 50%;*/
  background: #335167;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
    border-radius: 15px;
}

.arrowbun .arrow5::before, .arrowbun .arrow5::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.arrowbun .arrow5::before {
  width: 18px;
  top: 50%;
  right: calc((100% - 18px)/2);
   
}

.arrowbun .arrow5::after {
  width: 7px;
  top: calc((100% - 5px)/2);
  right: calc((100% - 21px)/2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
    
}

.arrowbun .listTitle5 {
  width: calc(100% - 58px);
  padding-left: 18px;
  display: block;
  font-size: 100%;
  font-weight: 500;
  color: #fff;
/*  margin-bottom: 6px;*/    
}

.arrowbun .listTitle5::after {

  color: #335167;
  
}







@media all and (min-width: 681px) {
  .arrowbun {
    margin: 0 30px 10px 0;
  }
    
   
    
.arrowbun .listTextBox a:hover{
    border: 1px solid #335167;
    background: #fff;
    }    
.arrowbun .listTextBox a:hover::before, .arrowbun a:hover .listTextBox::after {
    background: #335167;
}
    
.arrowbun .listTextBox2 a:hover{
    border: 1px solid #ed6d35;
    background: #fff;
    }    
.arrowbun .listTextBox2 a:hover::before, .arrowbun a:hover .listTextBox2::after {
    background: #ed6d35;
}    
    
.arrowbun .listTextBox3 a:hover{
    border: 1px solid #335167;
    background: #fff;
    }    
.arrowbun .listTextBox3 a:hover::before, .arrowbun a:hover .listTextBox3::after {
    background: #335167;
}    
    
.arrowbun .listTextBox4 a:hover{
    border: 1px solid #fff;
    background: #335167;
    }    
.arrowbun .listTextBox4 a:hover::before, .arrowbun a:hover .listTextBox4::after {
    background: #fff;
}    
       
.arrowbun .listTextBox5 a:hover{
    border: 1px solid #335167;
    background: #fff;
    }    
.arrowbun .listTextBox5 a:hover::before, .arrowbun a:hover .listTextBox5::after {
    background: #335167;
}       
    
    
    
    
    
    
  .arrowbun a:hover .arrow {
    background: #fff;
  }
  .arrowbun a:hover .arrow::before, .arrowbun a:hover .arrow::after {
    background: #335167;
  }
  .arrowbun  a:hover .arrow::before {
    right: calc((100% - 37px)/2);
  }
  .arrowbun  a:hover .arrow::after {
    right: calc((100% - 40px)/2);
  }
    
    
  .arrowbun a:hover .arrow2 {
    background: #fff;
  }
  .arrowbun a:hover .arrow2::before, .arrowbun a:hover .arrow2::after {
    background:#ed6d35;
  }
  .arrowbun  a:hover .arrow2::before {
    right: calc((100% - 37px)/2);
  }
  .arrowbun  a:hover .arrow2::after {
    right: calc((100% - 40px)/2);
  }    
    
    
  .arrowbun a:hover .arrow3 {
    background: #fff;
  }
  .arrowbun a:hover .arrow3::before, .arrowbun a:hover .arrow3::after {
    background: #335167;
  }
  .arrowbun  a:hover .arrow3::before {
    right: calc((100% - 37px)/2);
  }
  .arrowbun  a:hover .arrow3::after {
    right: calc((100% - 40px)/2);
  }    
  
    
    
  .arrowbun a:hover .arrow4 {
    background: #335167;
  }
  .arrowbun a:hover .arrow4::before, .arrowbun a:hover .arrow4::after {
    background: #fff;
  }
  .arrowbun  a:hover .arrow4::before {
    right: calc((100% - 37px)/2);
  }
  .arrowbun  a:hover .arrow4::after {
    right: calc((100% - 40px)/2);
  }       
    

  .arrowbun a:hover .arrow5 {
    background: #fff;
  }
  .arrowbun a:hover .arrow5::before, .arrowbun a:hover .arrow5::after {
    background: #335167;
  }
  .arrowbun  a:hover .arrow5::before {
    right: calc((100% - 37px)/2);
  }
  .arrowbun  a:hover .arrow5::after {
    right: calc((100% - 40px)/2);
  }    
      
    
    
    
.arrowbun a:hover .listTitle{
  color: #335167;
}    
.arrowbun a:hover .listTitle::before, .arrowbun a:hover .listTitle::after {
  color: #fff;
}   
    
.arrowbun a:hover .listTitle2{
  color: #ed6d35;
}    
.arrowbun a:hover .listTitle2::before, .arrowbun a:hover .listTitle2::after {
  color: #fff;
}    
    
  
.arrowbun a:hover .listTitle3{
  color: #335167;
}    
.arrowbun a:hover .listTitle3::before, .arrowbun a:hover .listTitle3::after {
  color: #fff;
}       
 
    
.arrowbun a:hover .listTitle4{
  color: #fff;
}    
.arrowbun a:hover .listTitle4::before, .arrowbun a:hover .listTitle4::after {
  color: #335167;
}      
    
    
.arrowbun a:hover .listTitle5{
  color: #335167;
}    
.arrowbun a:hover .listTitle5::before, .arrowbun a:hover .listTitle5::after {
  color: #fff;
}        
    
    
    
    
}

@media all and (max-width: 680px) {
  .arrowbun {
    padding: 0 0 2%;
  }

  .arrowbun .inner {
   width: 100%;
  }

.arrowbun .listTextBox{
    width:80%;
    margin:2% 10% 2% 10%;
    display: inline-block;
}     
    
    
  .arrowbun .listTextBox a{
    /*width: 80%; */
    height:40px;    
  }
    
.arrowbun .listTextBox2{
    width:80%;
    margin:2% 10% 2% 10%;
    display: inline-block;
}     
    
.arrowbun .listTextBox2 a{
    /*width: 80%; */
    height:40px;    
  }    
    
    
.arrowbun .listTextBox3{
    width:80%;
    margin:2% 10% 2% 10%;
    display: inline-block;
}     
    
    
  .arrowbun .listTextBox3 a{
    /*width: 80%; */
    height:40px;    
  }   
    
    
.arrowbun .listTextBox4{
    width:47%;
    margin:2% 1% 2% 1%;
    display: inline-block;
}     
    
    
  .arrowbun .listTextBox4 a{
    /*width: 80%; */
    height:40px;    
  }      
    
    
.arrowbun .listTextBox5{
    width:80%;
    margin:2% 10% 2% 10%;
    display: inline-block;
}     
    
    
  .arrowbun .listTextBox5 a{
    /*width: 80%; */
    height:40px;    
  }     
    
    
.arrowbun .arrow {
    width: 38px;
    height: 38px;
    /*background: #fff;
    border-radius: 50%;*/
  }
.arrowbun .arrow::before {
    width: 10px;
    right: calc((100% - 10px)/2);
  }
.arrowbun .arrow::after {
    width: 5px;
    top: calc((100% - 3px)/2);
    right: calc((100% - 11px)/2);
  }
.arrowbun .listTitle {
    width: calc(100% - 38px);
    padding-left: 10px;
    font-size: 14px;
  }
.arrowbun .listTitle .jp {
    font-size: 14px;
    margin-bottom: 4px;
  }

    
.arrowbun .arrow2 {
    width: 38px;
    height: 38px;
    /*background: #fff;
    border-radius: 50%;*/
  }
.arrowbun .arrow2::before {
    width: 10px;
    right: calc((100% - 10px)/2);
  }
.arrowbun .arrow2::after {
    width: 5px;
    top: calc((100% - 3px)/2);
    right: calc((100% - 11px)/2);
  }
.arrowbun .listTitle2 {
    width: calc(100% - 38px);
    padding-left: 10px;
    font-size: 14px;
  }
.arrowbun .listTitle2 .jp {
    font-size: 14px;
    margin-bottom: 4px;
  }    
    
    
.arrowbun .arrow3 {
    width: 38px;
    height: 38px;
    /*background: #fff;
    border-radius: 50%;*/
  }
.arrowbun .arrow3::before {
    width: 10px;
    right: calc((100% - 10px)/2);
  }
.arrowbun .arrow3::after {
    width: 5px;
    top: calc((100% - 3px)/2);
    right: calc((100% - 11px)/2);
  }
.arrowbun .listTitle3 {
    width: calc(100% - 38px);
    padding-left: 10px;
    font-size: 14px;
  }
.arrowbun .listTitle3 .jp {
    font-size: 14px;
    margin-bottom: 4px;
  }    
    
    
    
.arrowbun .arrow4 {
    width: 38px;
    height: 38px;
    /*background: #fff;
    border-radius: 50%;*/
  }
.arrowbun .arrow4::before {
    width: 10px;
    right: calc((100% - 10px)/2);
  }
.arrowbun .arrow4::after {
    width: 5px;
    top: calc((100% - 3px)/2);
    right: calc((100% - 11px)/2);
  }
.arrowbun .listTitle4 {
    width: calc(100% - 38px);
    padding-left: 1%;
    font-size:85%;
  }
.arrowbun .listTitle4 .jp {
    font-size: 14px;
    margin-bottom: 4px;
  }        
    
    
.arrowbun .arrow5 {
    width: 38px;
    height: 38px;
    /*background: #fff;
    border-radius: 50%;*/
  }
.arrowbun .arrow5::before {
    width: 10px;
    right: calc((100% - 10px)/2);
  }
.arrowbun .arrow5::after {
    width: 5px;
    top: calc((100% - 3px)/2);
    right: calc((100% - 11px)/2);
  }
.arrowbun .listTitle5 {
    width: calc(100% - 38px);
    padding-left: 10px;
    font-size: 14px;
  }
.arrowbun .listTitle5 .jp {
    font-size: 14px;
    margin-bottom: 4px;
  }        
    
    
    
    
    
}

/* arrow
***************************************************************/




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

.secCreate {
  padding: 20px 0 100px;
}

.secCreate .inner {
  width: 1000px;
  margin: auto;
}


.secCreate h1{
  font-size:20px;
  margin-bottom: 2%;
  text-align: left;   
}

.secCreate .create_text {
  width: 100%;
 /* margin:2% auto;*/
}

.secCreate .create_text p{
  font-size:15px;
  line-height: 2;
  margin:0 auto 0 auto;    
}

.secCreate .mimodel{
  width:47.5%;
  margin: 1% 1% 2% 1%;
  display: inline-block;
  border: 1px gray solid;
  padding: 1%;
}

.secCreate .mimodel h1{
    font-size: 18px;
    line-height: 1.5;
}
.secCreate .mimodel h2{
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    text-align: center;
}
.secCreate .mimodel p{
    font-size: 15px;
}
.secCreate .mimodel .day{
    font-size: 15px;
    color: red;
    line-height: 1.5;
}
.secCreate .mimodel .day span{
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
    background: #0b419b;
    margin-left: 1%;
    padding:0.5% 2% 1% 2%;
}
.secCreate .mimodel dl{
    width: 100%;
}
.secCreate .mimodel dt{
    width: 25%;
    padding: 1% 0 1% 0;
    text-align: center;
    display: inline-block;
    font-size:15px;
    border-bottom:1px gray dotted ;
    border-right:1px gray dotted ;
}
.secCreate .mimodel dd{
    width: 72%;
    padding: 1% 0 1% 2%;
    display: inline-block;
    font-size:15px;
    border-bottom:1px gray dotted ;
}


.accordion-container {
  position: relative;
  width: 100%;
  /*border: 1px solid #0079c1;*/
  border-top: none;
  outline: 0;
  /*cursor: pointer；*/
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  /*padding: 0.625em 0.625em 0.625em 2em;*/
  padding: 2em 2em 2em 4em;  
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background: #000;
  cursor: pointer;
  text-align: center;    
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #335167;
  color: white;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding:1.5% 0 1.5% 0;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 1.875em auto;
}




@media all and (min-width: 681px) {
    
    
}

@media all and (max-width: 680px) {
.secCreate {
  padding: 2% 0 10% 0;
}

.secCreate .inner {
  width: 96%;
  padding: 0 2% 0 2%;
}

.secCreate h1{
  font-size:16px;
  margin-bottom: 2%;
  text-align: left;   
}

.secCreate .create_text {
  width: 100%;
  margin:0 auto 4% auto;
}
.secCreate .create_text p{
  font-size:14px;
  line-height: 2;
}

    
    
.secCreate .mimodel{
  width:100%;
  margin: 1% 0 2% 0;
  display: inline-block;
}

.secCreate .mimodel h1{
    font-size: 16px;
    line-height: 1.5;
}
.secCreate .mimodel h2{
    font-size: 3vw;
    line-height: 2;
    font-weight: 600;
    text-align: center;
}
.secCreate .mimodel p{
    font-size: 14px;
}
.secCreate .mimodel .day{
    font-size: 14px;
    line-height: 1.5;
}
.secCreate .mimodel .day span{
    font-size: 14px;
    line-height: 1.5;
    margin-left: 1%;
    padding:0.5% 2% 1% 2%;
}
.secCreate .mimodel dl{
    width: 100%;
}
.secCreate .mimodel dt{
    width: 25%;
    padding: 1% 0 1% 0;
    text-align: center;
    display: inline-block;
    font-size:14px;
}
.secCreate .mimodel dd{
    width: 72%;
    padding: 1% 0 1% 2%;
    display: inline-block;
    font-size:14px;
}


.accordion-container {
  position: relative;
  width: 100%;
  /*border: 1px solid #0079c1;*/
  border-top: none;
  outline: 0;
  /*cursor: pointer；*/
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 1em 0.625em 1em 0.625em;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  background: #000;
  cursor: pointer;
  text-align: left;    
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #335167;
  color: white;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding:1.5% 0 1.5% 0;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 1.875em auto;
}    
    
    
    
    
    
    
    
    
}



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







/* contact
***************************************************************/
	
.secContact .inner {
  width: 1100px;
  margin: 1% auto 5% auto;

}


.btn {
  display: inline-block;
  padding: 0.8em 3em;
  background-color: #335167; /* 背景色 */
  box-shadow: 0 5px 0 #2f4f4f; /* 影の太さ・色 */
  border-radius: 60px;
  color: #fff;
  cursor: pointer;
  text-decoration: none; /* 文字の下線を消す */
  text-align: center;
  font-size: 24px;
  line-height: 2;
    
  width:45.5%;
  margin: 3% 2% 3% 2%;
  display: inline-block;
}
/* ホバー時 */
.btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}




.btn2 {
  display: inline-block;
  padding: 0.8em 3em;
  background-color: #ed6d35; /* 背景色 */
  box-shadow: 0 5px 0 #d2691e; /* 影の太さ・色 */
  border-radius: 60px;
  color: #fff;
  cursor: pointer;
  text-decoration: none; /* 文字の下線を消す */
  text-align: center;
  font-size: 24px;
  line-height: 2;
    
  width:45.5%;
  margin: 3% 2% 3% 2%;
  display: inline-block;
}
/* ホバー時 */
.btn2:hover {
  box-shadow: none;
  transform: translateY(5px);
}



.cf h3{
    font-size: 160%;
    line-height: 2;
    text-align: center;
    }    
.cf p{
    font-size: 110%;
    text-align: center;
    } 
.sheet01{
	max-width: 960px;
	width:100%;
	margin:0 auto 30px auto;
	background:#fff;
}
.summary_01{
	width:30%;
}
.summary_02{
	width:70%;
}
.sheet01 th,
.sheet01 td{
	border-bottom:dotted 1px #B5B5B5;
	padding:40px 20px 40px;
	font-size: 16px;
	line-height: 30px;
}
.sheet01 th{
	/*background:#F1F9FD;
	color:#005BAB;*/
	background:#f8fbf8;
    font-weight:bold;
	width:33%;
	text-align:left;
}
.sheet01 td{
	width:70%;
	text-align:left;
    padding:10px 20px;
}
.sheet01 td input{
	/*height:25px;*/
    padding: 2px;
}

.sheet01 td span2{
    color: #dc143c;
}
.sheet01 td select{
	height:25px;
}
.sheet01 td input.width200 {
	width:200px;
}       
.sheet01 td input.width270 {
	width:270px;
}
.sheet01 td input.width300 {
	width:300px;
}
.sheet01 td input.width360 {
	width:360px;
}
.sheet01 td input.width450 {
	width:450px;
}
.sheet01 td input.width480 {
	width:480px;
} 
    
.sheet01 td li {
	float: left;
}
.sheet01 td li:first-child {
	margin-right: 5px;
}
.sheet01 td li span {
	display: inline-block;
	width: 60px;
	text-align: right;
	margin-right: 0px;
}
.sheet01 td textarea.width120{
    width: 120px;
    height: 18px;
}
.sheet01 td textarea{
    width: 480px;
    height: 100px;
}
button {
    margin-right: 7px;
    background: #0b419b;
    color: #fff;
    font-weight: bold;
    padding: 7px 10px;
    font-size: 18px;
    display: inline-block;
    border: 1px solid #0b419b;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    width: 170px;
}
button[type="submit"] {
	margin-right: 7px;
    background: #0b419b;
    color: #fff;
    font-weight: bold;
    padding: 7px 30px;
    font-size: 18px;
    display: inline-block;
}
button:hover,
button[type="submit"]:hover {
	background: #fff;
	color: #0b419b;
}
p.tCenter {
    text-align: center;
}
input#name1,
input#name2,
input#kana1,
input#kana2 {
    width: 200px;
    margin-left: 5px;
}
a.tel_bnr {
    display: block;
    margin: 0 auto 50px auto;
    max-width: 403px;
    width: 100%;
  }
a.tel_bnr img{
    display: block;
    width: 100%;
}
.table_a .subtxt {
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 25px;
}
input#zip1 {
    margin-bottom: 7px;
}
textarea.large {
    margin-top: 5px;
}
.bt_js_bnr{text-align: center; margin: 60px 0;}
.bt_js_bnr p{margin-top: 10px; }
footer {
    margin-top: 0;
}

    
    
.linehightshikaku{
     line-height:3 ;
    margin-left:2%;      
        
    }
    
    
.linehighthp{
    line-height:3 ;
    margin-right:1% ;  
    margin-left:1% 
    }    

.red{
    color:red;
}
.arianame{
    line-height: 2;
    background:#a0a0a0; 
    color:white;    
    padding-left:2% ;
    margin:3% 0 1% 0 ;
}
.arianame:first-child{
    margin-top:0 ;
}

@media screen and (max-width:737px){
    
    
    
.secContact {
  padding: 2% 0 10% 0;
}

.secContact .inner {
  width: 94%;
  margin:1% 3% 2% 3% ;
}    
    
    
.btn {
  font-size:16px;
  line-height: 2;  
  width:80%;
  margin: 3% 10% 3% 10%;
  display: inline-block;
  border-radius: 20px;
  padding: 0.8em 1em;    
}




.btn2 {
  font-size: 16px;
  line-height: 2;  
  width:80%;
  margin: 3% 10% 3% 10%;
  display: inline-block;
  border-radius: 20px;
  padding: 0.8em 1em;  
}
  
    
    
.cf h3{
    font-size: 90%;
    line-height: 2;
    }    
.cf p{
    font-size: 85%;
    }  
    
 .summary_01{
	width:100%;
}
.summary_02{
	width:100%;
}

.sheet01{
  width:100%;
  padding:0;
  margin-bottom:10px;
}
.sheet01 th,
.sheet01 td{
  display:block;
 /* border-top:solid 1px #B5B5B5;
  border-right:solid 1px #B5B5B5;
  border-left:solid 1px #B5B5B5;*/
  padding:5px;
  font-size:85%;
  text-align:left;
  width: 100%;
      box-sizing: border-box;
}
.sheet01 th{
 /* background:#F1F9FD;
    color:#005BAB;*/
background:#f8fbf8;    
  font-weight:bold;
  text-align:left;
  border-top:solid 1px #B5B5B5;
  border-bottom: none;

}
input[type=text],
input[type=email],
textarea{
  width:100% !important;
  padding:3px 0;
  box-sizing: border-box;
}
.sheet01 td textarea.width120{
    height: 18px;
}
.sheet01 td textarea{
    height: 180px;
}
.sheet01 td li {
    float: none;
}
input#name1, input#name2, input#kana1, input#kana2 {
    width: 170px;
    margin-left: 5px;
    /*width: 100%!important;*/
    box-sizing: border-box;
    margin: 0;
}
.sheet01 td li span {
    display: inline-block;
    width:100%;
    text-align: left;
    margin-right: 0px;
}
.sheet01 td li:first-child {
    margin-right: 0;
}
.table_a table tr td:first-child, .table_a table tr td:last-child {
    border-bottom: none;
    padding: 15px 10px;
}
.table_a table tr:last-child td:last-child{
  border-bottom: 1px solid #0b419b;
}
.sheet01 td input.width300 {
    width: 100%;
}
button {
    font-size: 15px;
    width: 130px;
    padding: 7px 10px;
}
button[type="submit"] {
    font-size: 15px;
    padding: 7px 10px;
}
.bt_js_bnr {
    margin: 60px 0 20px 0;
}
a.tel_bnr {
    display: block;
    margin: 0 auto 30px auto;
    max-width: 403px;
    width: 85%;
}
}   



/* contact
***************************************************************/


/* チェックボックス
***************************************************************/
 input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
 input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
 input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #585753; /* 枠の色変更 お好きな色を */
    background-color: #fff; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
 input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #585753; /* チェックの色変更 お好きな色を */
    
}

 input[type="checkbox"]:checked+label::before{

    background-color:#ffff00; /* 背景の色変更 お好きな色を */
}
/* チェックボックス
***************************************************************/
/*透過*/
.hover{-webkit-transition: .3s;
	transition: .3s;}
.hover:hover {
 	opacity: 0.7;
	-khtml-opacity: .70;
	-moz-opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
 	}

.hover img:hover {
 	filter: alpha(opacity=60);/* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
 	}
/*透過*/