@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=Cantarell:wght@700&family=Oswald:wght@400;500;700&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, 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
***************************************************************/





/* 共通タイトル
***************************************************************/
.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: 35px;
    border-bottom: 2px solid #ccc;
  }
  .profileTitle span {
    padding-bottom: 15px;
  }
  .profileTitle span::before {
    height: 2px;
  }
}

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


/* mintitle
***************************************************************/
.secMintitle {
  padding: 8% 0 6% 0;
}

.secMintitle .inner {
  width: 1200px;
  margin: auto;
}
.secMintitle .inner .title01{
  width: 55%; 
  margin: 5% auto 5% auto;
  position: relative;
  display: block;
}

/* 左の角括弧 */
.secMintitle .inner .title01::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  width: 20px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
}

/* 右の角括弧 */
.secMintitle .inner .title01::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 20px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}

.secMintitle .inner .title01 h1{
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 68px;
    text-align: center;
    line-height: 1.4;
}
.secMintitle .inner .title01 p{
    font-size: 22px;
    text-align: center;
    line-height:1;
    padding-bottom: 3%;
}

.secMintitle .inner .text01 p{
    font-size: 18px;
    text-align: center;
    line-height:2.2;
    padding-left:50px;
}





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

@media all and (max-width: 680px) {
  .secMintitle {
  padding: 32% 0 13% 0;
}

.secMintitle .inner {
  width: 92%;
  margin: auto;
}

.secMintitle .inner .title01{
 width:90%;
    margin:2% auto;
    
    }    
    
    
    
.secMintitle .inner .title01 h1{
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 34px;
    text-align: center;
    line-height: 1.4;
}
/* 左の角括弧 */
.secMintitle .inner .title01::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  height: 100%;
  width: 18px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
}

/* 右の角括弧 */
.secMintitle .inner .title01::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 0;
  height: 100%;
  width: 18px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}


.secMintitle .inner .title01 p{
    font-size: 18px;
    text-align: center;
    line-height:1;
    padding-bottom: 3%;
}

  .secMintitle .inner .text01 p{
    font-size: 15px;
    text-align: left;
    line-height:1.6;
    padding-left:0;
    padding-top:3%;
    letter-spacing: 0.5;
}  
    
    
    
    
    
 
}
/* mintitle
***************************************************************/




/* twinbox
***************************************************************/


.secTwinbox00 {
    display: flex;
}

.secTwinbox01 {
  padding: 2% 0 10% 0;
  /*background: blue; */   
  width:25%;
  position: relative;
    z-index: 0;
}


.text_s{
   font-size:12px;  
    letter-spacing: 0.8;
  display: block;
}


.secTwinbox02 {   
  width:75%;
   padding: 5% 0 5% 0;
    z-index: 5;
   
}
.secTwinbox02 .bg01{   
  padding: 5% 0 5% 0;
  background: #EFF1F2; 
}
.secTwinbox02 .bg02{   
  padding: 5% 0 5% 0;
}
.secTwinbox02 .bg03{   
  padding: 0 0 5% 0;
}
.secTwinbox02 .section1 {

}

.secTwinbox02 .section1 .inner{
  width: 1100px;
  margin:0 auto 0 5%;   
}

.secTwinbox02 .section1 .inner .twin00{
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  align-items: stretch; /* ← これが高さを揃えるポイント */    
}

.secTwinbox02 .section1 .inner .twin01{
    width:47%;
    margin: 3% 0 3% 0;
    display: block;
    background: #fff;
    vertical-align: top;
}

.secTwinbox02 .section1 .inner .twin01:nth-child(2n+1) {
  margin-right: 2%;
}

.secTwinbox02 .section1 .inner .twin01:nth-child(2n) {
  margin-left: 2%;
}


.secTwinbox02 .section1 .inner .twin01 .sekkei01{
    position: relative;
}
.secTwinbox02 .section1 .inner .twin01 .sekkei01 .blocimg01{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3% 4% 3% 4%;
    border: 1px solid #fff;
}
.secTwinbox02 .section1 .inner .twin01 .sekkei01 .blocimg01 h1{
    font-size: 26px;
    color: #fff;
}

.secTwinbox02 .section1 .inner .twin01 .box01{
    padding: 2.5% ;
    width: 100%;
    margin: 0 0 10% 0;
}



.secTwinbox02 .section1 .inner .twin01 .box01 .number-block {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.secTwinbox02 .section1 .inner .twin01 .box01 .slash-svg {
  flex-shrink: 0;
  position: absolute;
  left: -1%;
  top:-50%;
}

.secTwinbox02 .section1 .inner .twin01 .box01 .number-block .number{
  font-size: 22px;
  color:#91A2AA; 
  font-weight: bold;
}


.secTwinbox02 .section1 .inner .twin01 .box02{
    padding:0 10% 10% 10%;
}

.secTwinbox02 .section1 .inner .twin01 .box02 h1{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 3% 0;
}

.secTwinbox02 .section1 .inner .twin01 .box02 p{
    font-size: 15px;
    margin: 0 0 5% 0;
    line-height: 2.5;
}




.secTwinbox02 .section2 {

}

.secTwinbox02 .section2 .inner{
  width: 1100px;
  margin:0 auto 0 5%;   
}

.secTwinbox02 .section2 .inner .section2box01{
  background: #EFF1F2;  
  padding:5% 15% 5% 15%;
  margin-bottom:8%;
}

.secTwinbox02 .section2 .inner .section2box01 h1{
  font-size: 20px;
  padding:0 0 3rem 0;
  text-align: center;
  margin-bottom: 5%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0% 45%, #000000 45% 55%, rgba(0, 0, 0, 0) 0% 55%);
  background-repeat: no-repeat;
  background-size: 100% 0.3rem;
  background-position: center bottom;  
}

.secTwinbox02 .section2 .inner .section2box01 .sec2img01{
    width: 70%;
    margin: 1% 15% 5% 15%;
}

.secTwinbox02 .section2 .inner .section2box01 .sec2ques-wrapper {
  display: flex;
  align-items: center; /* ← これで縦方向中央揃え */
  gap: 20px;           /* ← 各要素の間のスペース（必要に応じて調整） */
  margin: 2% 0 3% 0;
}

.secTwinbox02 .section2 .inner .section2box01 .sec2ques01{
    width:38%;
    display: inline-block;
}

.secTwinbox02 .section2 .inner .section2box01 .sec2ques01 .text01{
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
}
.secTwinbox02 .section2 .inner .section2box01 .sec2ques01 .text01 span{
    font-size: 13px;
}

.secTwinbox02 .section2 .inner .section2box01 .sec2ques02{
    width:5%;
    display: inline-block;

}

.secTwinbox02 .section2 .inner .section2box01 .sec2ques02 .triangle-down-css {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #333;
}


.secTwinbox02 .section2 .inner .section2box01 .sec2ques02 .triangle-right-css {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #000;
}


.secTwinbox02 .section2 .inner .section2box01 .sec2ques03{
    width:55%;
    display: inline-block;
    background: #FFFFFF;
    padding: 1.8% 0 2% 0;
    border-radius: 10px;
}

.secTwinbox02 .section2 .inner .section2box01 .sec2ques03 .text01{
    color:#2684BF;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}


.secTwinbox02 .section2 .inner .section2box02{
    width:900px;
  background: #D9E6ED;  
  padding:5% 5% 5% 5%;
  margin:2% 0;
}


.secTwinbox02 .section2 .inner .section2box02 h1{
  font-size: 20px;
  padding:0 0 3rem 0;
  text-align: center;
  margin-bottom: 5%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0% 45%, #000000 45% 55%, rgba(0, 0, 0, 0) 0% 55%);
  background-repeat: no-repeat;
  background-size: 100% 0.3rem;
  background-position: center bottom;  
}


    .box-container {
      display: flex;
      flex-wrap: wrap;
      font-size:15px;  
      justify-content: center;
      gap: 12px;
      max-width: 800px;
      margin: auto;
        margin-bottom: 5%;
    }

    .fade-box {
      width: 240px;
      height: 100px;
      background-color: #fff;
      border-radius:10px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-weight: bold;
      opacity: 0;
     /* animation: fadeInUp 0.8s ease forwards;*/
         transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
    }

/* 表示されたときに付与される */
.fade-box.in-view {
  opacity: 1;
  transform: translateY(0);
}


    /* アニメーション */
    @keyframes fadeInUp {
      0% {
        opacity: 0;
        transform: translateY(20px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* 各ボックスに時間差を追加 */
    .fade-box:nth-child(1) { animation-delay: 0s; }
    .fade-box:nth-child(2) { animation-delay: 0.3s; }
    .fade-box:nth-child(3) { animation-delay: 0.6s; }
    .fade-box:nth-child(4) { animation-delay: 0.9s; }
    .fade-box:nth-child(5) { animation-delay: 1.2s; }
    .fade-box:nth-child(6) { animation-delay: 1.5s; }

.fade-box span3{
    font-size:10px;
}



.secTwinbox02 .section3 {

}

.secTwinbox02 .section3 .inner{
  width: 1100px;
  margin:0 auto 0 5%;   
}


.title03-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap; /* レスポンシブ用 */
  margin-bottom: 40px;

}


.secTwinbox02 .section3 .inner .title03{
  width: 40%;
}


.secTwinbox02 .section3 .inner .title01{
  margin:0 auto;
}

.secTwinbox02 .section3 .inner .title03 p{
    font-size: 15px;
    width:96%;
    line-height: 2.0;
    letter-spacing: 0.5;
    text-align: left;
    margin:5% auto;
}

.title03 img {
  margin-top: 20px;
  max-width: 100%;
  height: auto;
}



 .secTwinbox02 .section3 .inner .twin_text03{
  width: 40%;
    background: #ffffff;  
     padding:2% ;
     margin-left:0;
   
      
  }


    .numbered-list {
      counter-reset: item;
      list-style: none;
      padding: 0;
      margin-bottom: 30px;
       
    }

    .numbered-list li::before {
      counter-increment: item;
      content: counter(item);
      display: inline-block;
      background-color: #91A2A9;
      color: #fff;
      font-weight: bold;
      border-radius: 3px;
      width: 22px;
      height: 22px;
      text-align: center;
      margin-right: 10px;
      font-size: 14px;
    }

    .section {
      margin-bottom: 20px;
      border-top: 1px dotted #aaa;
      padding-top: 15px;
        position: relative;
    }

    .section-title {
      font-weight: bold;
      margin-bottom: 5px;
        letter-spacing: 0.4;
    }

    .section-title span {
      color: #BF2661;
      font-weight: bold;
    }

    .badge {
      display: inline-block;
      background-color: #BF2661;
      color:#fff!important;
      font-size: 12px;
      font-weight: bold;
      padding: 2px 10px;
      border-radius: 12px;
      margin-left: 10px;
     position: absolute;  /* ← 追加 */
  top:50px;               /* 必要に応じて調整 */
  right: 0;             /* ← 右端に固定 */
  margin: 0; 
    }


    .badge_b {
      display: inline-block;
      background-color: #BF2661;
      color:#fff!important;
      font-size: 12px;
      font-weight: bold;
      padding: 2px 10px;
      border-radius: 12px;
      margin-left: 10px;
     position: absolute;  /* ← 追加 */
  top:75px;               /* 必要に応じて調整 */
  right: 0;             /* ← 右端に固定 */
  margin: 0; 
    }

    .subtitle {
      font-size: 13px;
      color: #555;
      margin-top: 5px;
      margin-left: 1em;
    }



.secTwinbox02 .section3 .inner .sec3img01{
    width: 47.5%;
    display: inline-block;
    margin: 2% 0 3% 0;
}

.secTwinbox02 .section3 .inner .sec3img01:nth-child(2n+1) {
  margin-right: 1%;
}

.secTwinbox02 .section3 .inner .sec3img01:nth-child(2n) {
  margin-left: 1%;
}


.secTwinbox02 .section3 .inner .section3box03{
    width:900px;
  background: #D9E6ED;  
  padding:5% 5% 5% 5%;
  margin:2% 0;
}


.secTwinbox02 .section3 .inner .section3box03 h1{
  font-size: 20px;
  padding:0 0 3rem 0;
  text-align: center;
  margin-bottom: 5%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0% 45%, #000000 45% 55%, rgba(0, 0, 0, 0) 0% 55%);
  background-repeat: no-repeat;
  background-size: 100% 0.3rem;
  background-position: center bottom;  
}



    .box-container03 {
      display: flex;
      flex-wrap: wrap;
      font-size:16px;  
      justify-content: center;
      gap: 20px;
      max-width: 800px;
      margin: auto;
        margin-bottom: 5%;
    }

    .fade-box03 {
      width: 350px;
      height: 170px;
      background-color: #fff;
      border-radius:10px;
      display: block;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-weight: bold;
      opacity: 0;
      /*animation: fadeInUp 0.8s ease forwards;*/
      transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;    
    }
/* 表示されたときに付与される */
   .fade-box03.in-view {
      opacity: 1;
      transform: translateY(0);
}
    /* アニメーション */
    @keyframes fadeInUp {
      0% {
        opacity: 0;
        transform: translateY(20px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }


.fade-box03{
    padding: 2% 0;
    text-align: center;
}


    /* 各ボックスに時間差を追加 */
    .fade-box03:nth-child(1) { animation-delay: 0s; }
    .fade-box03:nth-child(2) { animation-delay: 0.3s; }
    .fade-box03:nth-child(3) { animation-delay: 0.6s; }
    .fade-box03:nth-child(4) { animation-delay: 0.9s; }
    .fade-box03:nth-child(5) { animation-delay: 1.2s; }
    .fade-box03:nth-child(6) { animation-delay: 1.5s; }

.fade-box03 span{
       display: block; 
    font-size:14px;
    margin-top:8px;
    text-align: left;
    padding:2px 18px;
    font-weight:300;
    letter-spacing: 0.7;
           /* インラインからブロックに */
  white-space: normal;
    
}

.fade-box03 span2{
color:#BF2661;
  font-weight:500;  
}


/* ▼資料請求 CSS */
.brochure-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #24bcd3;
  color: white;
  padding: 10px 30px;
  font-family: sans-serif;
  width: 700px;
    margin-top:100px;
  margin-left:12%;
  overflow: visible; 
  gap: 20px; /* 任意：間隔調整 */
}

.brochure-left {
  width: 65%;
}

.brochure-left h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 8px;
}

.brochure-left h2 span {
  font-size: 32px;
  font-weight: 900;
  display: block;
  margin-top: 2px;
}

.brochure-left p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.brochure-btn {
  display: inline-flex;
  align-items: center;
  background: white;
  color: #24bcd3;
  font-weight: bold;
  padding: 14px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.brochure-btn .arrow {
  margin-left: 12px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.brochure-btn:hover .arrow {
  transform: translateX(6px); /* ← ホバー時に矢印が動く */
}

.brochure-right {
  width: 35%;
  text-align: right; /* 画像を右寄せ */
}

.brochure-right img {
  max-width: 370px; /* ← 適宜調整（重要） */
  height: auto;
  transform: translateX(2px); /* ← はみ出し演出 */
}



/* ▼資料請求 CSS END*/


.secTwinbox02 .section4 {

}

.secTwinbox02 .section4 .inner{
  width: 1100px;
  margin:0 auto 0 5%;   
}

.secTwinbox02 .section4 .inner .section4box01{
  background: #EFF1F2;  
  padding:5% 5% 5% 5%;
  margin:2% 0 3% 0;
}

.secTwinbox02 .section4 .inner .section4box01 h1{
  font-size: 20px;
  padding:0 0 3rem 0;
  text-align: center;
  margin-bottom: 5%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0% 45%, #000000 45% 55%, rgba(0, 0, 0, 0) 0% 55%);
  background-repeat: no-repeat;
  background-size: 100% 0.3rem;
  background-position: center bottom;  
}


.window-feature-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin: 40px auto;
  max-width: 1000px;
}

.feature-block {
  flex: 1;
  min-width: 260px;
  text-align: center;
}

.feature-block img {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
 text-align: left;
}

.caption span{
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
    font-weight:600;
    display: block;
}





.secTwinbox02 .section5 {

}

.secTwinbox02 .section5 .inner{
  width: 1100px;
  margin:0 auto 0 5%;   
}
.secTwinbox02 .section5 .inner .section5box01{
  background: #D9E6ED;  
  padding:5% 5% 5% 5%;
  margin:2% 0 3% 0;
}

.secTwinbox02 .section5 .inner .section5box01 h1{
  font-size: 20px;
  padding:0 0 3rem 0;
  text-align: center;
  margin-bottom: 5%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0% 45%, #000000 45% 55%, rgba(0, 0, 0, 0) 0% 55%);
  background-repeat: no-repeat;
  background-size: 100% 0.3rem;
  background-position: center bottom;  
}


.secTwinbox02 .section5 .inner .section5box05{
    width:900px;
  background: #ffffff;  
  padding:5% 5% 5% 5%;
  margin:2% 0;
}


.secTwinbox02 .section5 .inner .section5box05 h1{
  font-size: 20px;
  padding:0 0 3rem 0;
  text-align: center;
  margin-bottom: 5%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0% 45%, #000000 45% 55%, rgba(0, 0, 0, 0) 0% 55%);
  background-repeat: no-repeat;
  background-size: 100% 0.3rem;
  background-position: center bottom;  
}

.k-damper-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  margin: 40px auto;
  max-width: 1000px;
}

.damper-item {
  text-align: center;
}

.damper-item.left {
  width: 36%;
}

.damper-item.right {
  width: 63%; /* gap分を考慮して58%程度がバランスよい */
}

.damper-item img {
  width: 100%;
  height: auto;
  display: block;
}

.caption {
  font-size: 13px;
  line-height: 1.7;
  color: #444;
  margin-top: 10px;
 letter-spacing: 0.5;
}


.secTwinbox02 .section6 {

}

.secTwinbox02 .section6 .inner{
  width: 1100px;
  margin:0 auto 0 5%;   
}

.secTwinbox02 .section6 .inner .section6box01{
  background: #EFF1F2;  
  padding:5% 5% 5% 5%;
  margin:2% 0 3% 0;
}

.secTwinbox02 .section6 .inner .section6box01 h1{
  font-size: 20px;
  padding:0 0 3rem 0;
  text-align: center;
  margin-bottom: 5%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0% 45%, #000000 45% 55%, rgba(0, 0, 0, 0) 0% 55%);
  background-repeat: no-repeat;
  background-size: 100% 0.3rem;
  background-position: center bottom;  
}


.out-feature-row {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
  margin: 40px auto;
  max-width: 1000px;
}

.feature-block06 {
  flex: 1;
  min-width: 260px;
  text-align: center;
}

.feature-block06 img {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.caption06 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
 text-align: left;
    letter-spacing:1.0;
}

.caption06 span{
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
    font-weight:600;
    display: block;
}

.caption06 span2{
   font-size: 13px; 
    
}


/* ▼資料請求 CSS */

.brochure-right02 {
  position: relative;
  overflow: visible;
  text-align: right;
  width: 35%;
}

.brochure-right02 img {
  max-width: 370px;
  height: auto;
  transform: translate(2px, 20px); /* ← 下方向へ演出 */
  display: block; /* ← 重要 */
  vertical-align: initial; /* ← もしくは middle/top でOK */
}


.secTwinbox02 .section7 {

}

.secTwinbox02 .section7 .inner{
  width: 1100px;
  margin:0 auto 0 5%;   
}

.secTwinbox02 .section7 .inner .section7box01{
  background: #EFF1F2;  
  padding:5% 5% 5% 5%;
  margin:2% 0 3% 0;
}

.secTwinbox02 .section7 .inner .section7box01 h1{
  font-size: 20px;
  padding:0 0 3rem 0;
  text-align: center;
  margin-bottom: 5%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0% 45%, #000000 45% 55%, rgba(0, 0, 0, 0) 0% 55%);
  background-repeat: no-repeat;
  background-size: 100% 0.3rem;
  background-position: center bottom;  
}


.secTwinbox02 .inner .title01{
  margin: 5% auto 4% 3%;
  position: relative;
  width:fit-content;
  padding: 0 3% 0 3%;
}

/* 左の角括弧 */
.secTwinbox02 .inner .title01::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
  width: 20px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
}

/* 右の角括弧 */
.secTwinbox02 .inner .title01::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  height: 100%;
  width: 20px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}

.secTwinbox02 .inner .title01 h1{
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 30px;
    text-align:left;
    line-height: 1.4;
}

.secTwinbox02 .inner .title01 h1 span{
    font-size: 20px;
    
}




.secTwinbox02 .inner .title02 p{
    font-size: 15px;
    line-height: 2.0;
    text-align: left;
    margin-bottom: 5%;
}


.secTwinbox02 .inner .title02 {
    width:80%;
    margin:2% 6% 2% 0;
    display: flex;
    align-items: flex-start; /* 上揃え */
    gap:20px; /* 画像とテキストの間隔 */
    flex-wrap: wrap; /* スマホ対応 */
  }


  .sec_twin_text {
    flex: 1; /* テキストをできるだけ広く */
    font-size: 15px;
      margin-right: 2%;
    line-height: 1.6;
  }


  .twin_img img {
    max-width: 410px; /* 画像の最大幅を指定 */
    height: auto;
  }



.twin_img_vertical {
  display: flex;
  flex-direction: column;
  align-items: center; /* 中央寄せ */
  gap: 20px;           /* 縦の間隔 */
  margin: 30px 0;
}

.twin_img_vertical img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 6px; /* 任意：角丸 */
}


.secTwinbox02 .inner .title07 p{
    font-size: 15px;
    line-height: 2.0;
    text-align: left;
    margin-bottom: 5%;
}


.secTwinbox02 .inner .title07 {
    width:90%;
    margin:2% auto;
    display: flex;
    align-items: flex-start; /* 上揃え */
    flex-wrap: wrap; /* スマホ対応 */
  }


  .sec_one_text {
    font-size: 15px;
      margin-right: 2%;
    line-height: 1.6;
  }


  .one_img img {
    max-width: 900px; /* 画像の最大幅を指定 */
    height: auto;
  }


.twin_img  span2{
    font-size: 12px;
    display:block;
    max-width: 400px;
    letter-spacing: 0.2;
}

.img_center{
    margin:2% auto;
}



#sub-nav-container {
  width: 90%;
  margin:  0 0 0 10%;    
  position: relative;
}

#sub-nav {
  width: 90%;     /* 残り90%に縮める */
  left: 10%;      /* 左に10%空ける（親と同じ） */
  right: auto;    /* 念のためリセット */
  z-index: 2;
}




#sub-nav ul {
  list-style: none;
}

#sub-nav li {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}

.subnav-link {
  color: #D1D1D1;
  text-decoration: none;
}

.subnav-link.active {
  color: #BF2661; /* 選択中の色 */
}


.arrowbun{
  margin: auto;
  position: relative;
  z-index: 1;
}


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

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

.arrowbun .arrow::before {
  width: 1px;
  height: 20px;
  left: 50%;
  top: calc((100% - 20px)/2);
  transform: translateX(-50%); 
}

.arrowbun .arrow::after {
  width: 1px;
  height: 8px;
  left: 56%;    
  top: calc((100% + 2px)/2);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateX(-50%) rotate(45deg);
    
}

.arrowbun .listTitle {
  width: calc(100% - 58px);
  padding-left: 18px;
  display: block;
}

/* 初期状態：スクロール無効（PC） */
.scroll-container {
  overflow: hidden;
  margin-bottom: 20px;
}

.scroll-inner {
  white-space: normal;
}

.timeline-img {
  width: 100%;
  height: auto;
  display: block;
}





















@media all and (min-width: 681px) {
  .arrowbun {
    margin: 0 30px 40px 0;
  }

  .arrowbun a:hover .arrow {
    background: #fff;
  }
  .arrowbun a:hover .arrow::before, .arrowbun a:hover .arrow::after {
    background: #335167;
  }
  .arrowbun  a:hover .arrow::before {
    top: calc((100% + 1px)/3);
  }
  .arrowbun  a:hover .arrow::after {
    top: calc((100% + 10px)/2);
  }
    
     
 
  }

@media all and (max-width: 680px) {
.secTwinbox00 {
    display: inline;
}

.secTwinbox01 {
  padding: 2% 0 2% 0;
  /*background: blue;*/  
  width:90%;
  position: relative;
  margin: 0 auto 5% auto;
}
    
 .text_s{
   font-size:12px;  
     width:94%;
     margin:0 auto;
    letter-spacing:0.1;
  display: block;
}
   
    
    

.secTwinbox02 {   
  width:100%;
}

.secTwinbox02 .bg01{   
  padding: 5% 0 5% 0;
  background: #EFF1F2; 
}
.secTwinbox02 .bg02{   
  padding: 5% 0 5% 0;
}
.secTwinbox02 .bg03{   
  padding: 0 0 5% 0;
}    
.secTwinbox02 .inner {
  width: 90%;
  margin:0 auto 0 auto;
}

.secTwinbox02 .section1 {

}

.secTwinbox02 .section1 .inner{
  width: 94%;
  margin:0 auto;   
}


.secTwinbox02 .inner .title01{
  margin:0 auto;
  position: relative;
  width:fit-content;
  padding: 3% 3% 3% 3%;
}

/* 左の角括弧 */
.secTwinbox02 .inner .title01::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  height: 100%;
  width: 10px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
}

/* 右の角括弧 */
.secTwinbox02 .inner .title01::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  height: 100%;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}

.secTwinbox02 .inner .title01 h1{
    font-family: 'Montserrat';
    font-weight: bold;
    font-size:22px;
    text-align:center;
    line-height: 1.4;
}

.secTwinbox02 .inner .title02 p{
    font-size: 15px;
    line-height:1.6;
    text-align: left;
    letter-spacing: 0.3;
    margin:5% 2%;
}

    
.secTwinbox02 .inner .title02 {
    width:98%;
    margin:2% auto;
    display: flex;
    flex-wrap: wrap; /* スマホ対応 */
  }   
    
    
   .twin_img img {
    max-width: 98%; /* 画像の最大幅を指定 */
    margin:0 auto;
  }

    
.secTwinbox02 .section2 {

}

.secTwinbox02 .section2 .inner{
  width: 94%;
  margin:0 auto;   
}
   
    
    
 .secTwinbox02 .section2 .inner .section2box02{
    width:98%;
  background: #D9E6ED;  
  padding:5% 5% 5% 5%;
  margin:2% auto;
}


.secTwinbox02 .section2 .inner .section2box02 h1{
  font-size: 20px;
  padding:0 0 1rem 0;
  text-align: center;
  margin-bottom: 5%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0% 45%, #000000 45% 55%, rgba(0, 0, 0, 0) 0% 55%);
  background-repeat: no-repeat;
  background-size: 100% 0.3rem;
  background-position: center bottom;  
}   
    
    
     .box-container {
      display: flex;
      flex-wrap: wrap;
      font-size:15px;  
      justify-content: center;
      gap: 12px;
      max-width: 98%;
      margin: auto;
        margin-bottom: 5%;
    }

    .fade-box {
        width: calc(50% - 12px); /* gap分を引いてちょうど2列に */
  height: 100px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  box-sizing: border-box; /* padding/border含めて幅を計算 */
    }

    /* アニメーション */
    @keyframes fadeInUp {
      0% {
        opacity: 0;
        transform: translateY(20px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* 各ボックスに時間差を追加 */
    .fade-box:nth-child(1) { animation-delay: 0s; }
    .fade-box:nth-child(2) { animation-delay: 0.3s; }
    .fade-box:nth-child(3) { animation-delay: 0.6s; }
    .fade-box:nth-child(4) { animation-delay: 0.9s; }
    .fade-box:nth-child(5) { animation-delay: 1.2s; }
    .fade-box:nth-child(6) { animation-delay: 1.5s; }

.fade-box span3{
    font-size:10px;
}
   
  .secTwinbox02 .section3 {

}

.secTwinbox02 .section3 .inner{
  width: 94%;
  margin:0 auto;   
}
  
.secTwinbox02 .section3 .inner .title03{
  width: 100%;
}


.secTwinbox02 .section3 .inner .title01{
  margin:0 auto;
}

.secTwinbox02 .section3 .inner .title03 p{
    font-size: 15px;
    width:96%;
    line-height: 2.0;
    letter-spacing: 0.5;
    text-align: left;
    margin:5% auto;
}

.title03 img {
  margin-top: 20px;
  max-width: 100%;
  height: auto;
}

 .secTwinbox02 .section3 .inner .twin_text03{
  width:92%;
    background: #ffffff;  
     padding:2% ;
     margin-left:4%;
   
      
  }


    .numbered-list {
      counter-reset: item;
      list-style: none;
      padding: 0;
      margin-bottom: 30px;
       
    }

    .numbered-list li::before {
      counter-increment: item;
      content: counter(item);
      display: inline-block;
      background-color: #91A2A9;
      color: #fff;
      font-weight: bold;
      border-radius: 3px;
      width: 22px;
      height: 22px;
      text-align: center;
      margin-right: 10px;
      font-size: 14px;
    }

    .section {
      margin-bottom: 20px;
      border-top: 1px dotted #aaa;
      padding-top: 15px;
        position: relative;
    }

    .section-title {
      font-weight: bold;
        padding-left:2%;
      margin-bottom: 5px;
        letter-spacing: 0.4;
    }

    .section-title span {
      color: #BF2661;
      font-weight: bold;
    }

    .badge {
      display: inline-block;
      background-color: #BF2661;
      color:#fff!important;
      font-size: 12px;
      font-weight: bold;
      padding: 2px 10px;
      border-radius: 12px;
      margin-left: 10px;
     position: absolute;  /* ← 追加 */
  top:10px;               /* 必要に応じて調整 */
  right: 0;             /* ← 右端に固定 */
  margin: 0; 
    }


    .badge_b {
      display: inline-block;
      background-color: #BF2661;
      color:#fff!important;
      font-size: 12px;
      font-weight: bold;
      padding: 2px 10px;
      border-radius: 12px;
      margin-left: 10px;
     position: absolute;  /* ← 追加 */
  top:10px;               /* 必要に応じて調整 */
  right: 0;             /* ← 右端に固定 */
  margin: 0; 
    }
   
    
 
.secTwinbox02 .section3 .inner .section3box03{
    width:92%; 
  padding:5% 5% 5% 5%;
  margin:2% 4%;
}


.secTwinbox02 .section3 .inner .section3box03 h1{
  font-size: 20px;
  padding:0 0 1rem 0;
 
}
   
   .fade-box03 {
      width: 350px;
      height: auto;  
       padding-top:5%;
       padding-bottom: 5%;
    }
    
    
    .fade-box03 span{
        letter-spacing: 0.5;
         padding: 5px 17px;   
    }   
    
    
/* ▼資料請求 CSS */
.brochure-banner {
 position: relative;
  width:94%;
  margin:100px auto 50px auto;
  overflow: visible; 
  gap: 0; /* 任意：間隔調整 */
    padding:5%;
}

.brochure-left {
  width: 100%;
    margin:130px auto 10px auto;
}

.brochure-left h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
    letter-spacing: 0.3;
  margin-bottom: 8px;
}

.brochure-left h2 span {
  font-size: 32px;
  font-weight: 900;
  margin-top: 2px;
 display: inline; /* ← 変更 */
  white-space: nowrap; /* ← 改行させない */   
    
}

.brochure-left p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.brochure-btn {
  display: inline-flex;
  align-items: center;
  background: white;
  color: #24bcd3;
  font-weight: bold;
  padding: 14px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.brochure-btn .arrow {
  margin-left: 12px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.brochure-btn:hover .arrow {
  transform: translateX(6px); /* ← ホバー時に矢印が動く */
}

.brochure-right {
  width: 98%;
  text-align: right; /* 画像を右寄せ */
}

.brochure-right img {
  max-width: 75%; /* ← 適宜調整（重要） */
  position: absolute;
  top:-10%;   
  left:10%;
  
}



/* ▼資料請求 CSS END*/
  
    
    
   .secTwinbox02 .section4 {

}

.secTwinbox02 .section4 .inner{
  width:96%;
  margin:0 auto;   
} 
    
    
.secTwinbox02 .section4 .inner .section4box01{
  background: #EFF1F2;  
  padding:5% 5% 5% 5%;
  margin:2% 0 3% 0;
}

.secTwinbox02 .section4 .inner .section4box01 h1{
  font-size: 22px;
  padding:0 0 1rem 0;
  text-align: center;
  margin-bottom: 5%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0% 45%, #000000 45% 55%, rgba(0, 0, 0, 0) 0% 55%);
  background-repeat: no-repeat;
  background-size: 100% 0.3rem;
  background-position: center bottom;  
}
    
    
     .window-feature-row {
    flex-direction: column; /* 1列にする */
  }

  .feature-block {
    display: flex;
    flex-direction: column-reverse; /* ← これがポイント */
    align-items: center;
    margin-bottom: 30px;
  }

  .feature-block img {
    margin-top: 10px;
  }

  .caption {
    text-align: left;
    padding: 0 10px;
  }
    
 .caption span{
  margin-bottom: 5px;
  font-size: 16px;   
    }
    
    
    
 .secTwinbox02 .section5 {

}

.secTwinbox02 .section5 .inner{
  width: 94%;
  margin:0 auto ;   
}
.secTwinbox02 .section5 .inner .section5box01{
  background: #D9E6ED;  
  padding:5% 5% 5% 5%;
  margin:2% 0 3% 0;
}

.secTwinbox02 .section5 .inner .section5box01 h1{
  font-size: 20px;
  padding:0 0 3rem 0;
  text-align: center;
  margin-bottom: 5%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0% 45%, #000000 45% 55%, rgba(0, 0, 0, 0) 0% 55%);
  background-repeat: no-repeat;
  background-size: 100% 0.3rem;
  background-position: center bottom;  
}


    

.secTwinbox02 .section5 .inner .section5box05{
    width:92%;
  background: #ffffff;  
  padding:5% 5% 5% 5%;
  margin:2% auto;
}


.secTwinbox02 .section5 .inner .section5box05 h1{
  font-size: 20px;
  padding:0 0 1rem 0;
  text-align: center;
  margin-bottom: 5%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0% 45%, #000000 45% 55%, rgba(0, 0, 0, 0) 0% 55%);
  background-repeat: no-repeat;
  background-size: 100% 0.3rem;
  background-position: center bottom;  
}
 
    
 .k-damper-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  margin: 40px auto;
  max-width: 100%;
}

.damper-item {
  text-align: center;
}

.damper-item.left {
  width: 94%;
    margin:0 auto;
}   
    
.damper-item.left img{
  width: 88%;
    margin:0 auto;
}   
    
        
 .damper-item.right {
  width: 94%; /* gap分を考慮して58%程度がバランスよい */
  margin:0 auto;   
}   
    
    
    
 .secTwinbox02 .section6 {

}

.secTwinbox02 .section6 .inner{
  width:94%;
  margin:0 auto ;   
}

.secTwinbox02 .section6 .inner .section6box01{
  background: #EFF1F2;  
  padding:5% 5% 5% 5%;
  margin:2% 0 3% 0;
}

.secTwinbox02 .section6 .inner .section6box01 h1{
  font-size: 20px;
  padding:0 0 3rem 0;
  text-align: center;
  margin-bottom: 5%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0% 45%, #000000 45% 55%, rgba(0, 0, 0, 0) 0% 55%);
  background-repeat: no-repeat;
  background-size: 100% 0.3rem;
  background-position: center bottom;  
}   
    
    
 .feature-block06 {
  flex: 1;
  min-width: 98%;
  text-align: center;
}

.feature-block06 img {
  width: 100%;
  max-width: 98%;
  height: auto;
  display: block;
  margin: 0 auto;
}
   
    
 .secTwinbox02 .section7 {

}

.secTwinbox02 .section7 .inner{
  width: 96%;
  margin:0 auto ;   
}

.secTwinbox02 .section7 .inner .section7box01{
  background: #EFF1F2;  
  padding:5% 0 5% 0;
  margin:2% 0 3% 0;
    }

.secTwinbox02 .section7 .inner .section7box01 h1{
  font-size: 18px;
  padding:0 0 1rem 0;
letter-spacing: 0.2;
  text-align: center;
  margin-bottom: 5%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0% 45%, #000000 45% 55%, rgba(0, 0, 0, 0) 0% 55%);
  background-repeat: no-repeat;
  background-size: 100% 0.3rem;
  background-position: center bottom;  
}   
 
.sec_one_text {
    font-size: 15px;
      margin-right: 0;
    line-height: 1.6;
    letter-spacing: 0.5;
  }
    
.scroll-wrap {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

/* 横スクロール本体 */
.scroll-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox非表示 */
}

.scroll-container::-webkit-scrollbar {
  display: none; /* Chrome/Safari非表示 */
}

.timeline-img {
  width: 800px; /* 画像の実際の幅に調整（目安） */
  max-width: none;
  height: auto;
  display: inline-block;
}

/* スクロール矢印アイコン（オプション） */
.scroll-hint-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

/* 共通 丸背景 */
.arrow-circle {
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  position: relative;
}

/* 左矢印の水平線（胴体） */
.arrow-left::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  background-color: #fff;
  top: 14px;
  left: 7px;
}

/* 左矢印の折れ線（先端） */
.arrow-left::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #fff;
  top: 14px;
  left: 7px;
  transform: rotate(-45deg);
  transform-origin: left center;
}

/* 右矢印の水平線（胴体） */
.arrow-right::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  background-color: #fff;
  top: 14px;
  right: 7px;
}

/* 右矢印の折れ線（先端） */
.arrow-right::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #fff;
  top: 14px;
  right: 7px;
  transform: rotate(45deg);
  transform-origin: right center;
}

/* 中央テキスト */
.arrow-text {
  font-size: 12px;
  color: #333;
}
    
    

   
#sub-nav-container {
  width: 100%;
  margin:  0 0 0 0;    
  position: relative;
}

#sub-nav2 {
  width: 100%;     /* 残り90%に縮める */
}




#sub-nav2 ul {
  list-style: none;
}

#sub-nav2 li {
  padding: 0 0 2% 0;
  font-size: 100%;
  font-weight: normal;
  width:47.1%;
  display: inline-block;
  line-height: 1.5;
  border-bottom:1px solid #000;
  margin: 3% 0 3% 0;
  position: relative;
}
    
#sub-nav2 li:nth-child(2n+1) {
  margin-right: 2%;
}

#sub-nav2 li:nth-child(2n) {
  margin-left: 2%;
}    
    

.subnav2-link {
  color: #000;
  text-decoration: none;
}

.subnav2-link.active {
  color: #BF2661; /* 選択中の色 */
}    
    
.subnav2-link .arrow {
  position: absolute;
  top: 50%;
  right: 0; /* 右から0pxの位置に固定 */
  transform: translateY(-50%);
  display: block;

}    
    
    
.arrowbun {
    padding: 4% 0 2%;
  }

.arrowbun .arrow {
    width: 25px;
    height: 25px;
    /*background: #fff;
    border-radius: 50%;*/
  }
.arrowbun .arrow::before {
    width: 1px;
    height: 10px;
    top: calc((100% - 10px)/2);
  }
.arrowbun .arrow::after {
    width: 1px;
    height: 7px;
    left: 60%; 
    top: calc((100% - 3px)/2);
    right: calc((100% - 11px)/2);
  }
  
  
    
    
}
/* twinbox
***************************************************************/





/* our service
***************************************************************/
.secService {
  padding: 8% 0 6% 0;
}

.secService .inner {
  width: 1200px;
  margin: auto;
}
.secService .inner .title01{
  width: 36%; 
  margin: 5% auto 5% auto;
  position: relative;
  display: block;
  padding: 1% 0 0 0;
}

/* 左の角括弧 */
.secService .inner .title01::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
  width: 20px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
}

/* 右の角括弧 */
.secService .inner .title01::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  height: 100%;
  width: 20px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}

.secService .inner .title01 h1{
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    line-height: 1.4;
}
.secService .inner .title01 p{
    font-size: 18px;
    text-align: center;
    line-height:1;
    padding-bottom: 3%;
}

.secService.inner .text01 p{
    font-size: 18px;
    text-align: center;
    line-height:2.2;
}


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

}

@media all and (max-width: 680px) {
.secService {
  padding: 32% 0 18% 0;
}

.secService .inner {
  width: 90%;
  margin: auto;
}
.secService .inner .title01{
  width: 75%; 
  margin: 5% auto 5% auto;
  position: relative;
  display: block;
}

/* 左の角括弧 */
.secService .inner .title01::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
  width: 20px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
}

/* 右の角括弧 */
.secService .inner .title01::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  height: 100%;
  width: 20px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}

.secService .inner .title01 h1{
    font-size: 200%;
    text-align: center;
    line-height: 1.4;
}
.secService .inner .title01 p{
    font-size: 100%;
    text-align: center;
    line-height:1;
    padding-bottom: 3%;
}

.secService .inner .text01 p{
    font-size: 90%;
    text-align: left;
    line-height:2.2;
}
    


}

/* our service
***************************************************************/



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




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


.arrowbun .listBoxWrapper {
  display: flex;
  flex-wrap: wrap;  /* 折り返しOKにする場合 */
  gap: 20px;         /* バナー間のスペース */
  justify-content: center; /* 中央寄せしたい場合 */
}

.arrowbun .listTextBox2 {
  width: 23.7%; /* 4つ並べるので 25% */
  margin: 2% 0 3% 0;    
}

.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: 100%;
    height: 60px;
    background: #000000;
    padding: 1px 0 1px 0;
    -webkit-transition: background 0.3s;
  transition: background 0.3s;
    border-radius: 10px;
    
}
.arrowbun .listTextBox2 a::after {
    border: 1px solid #335167;
    background: #fff;
}

.arrowbun .arrow2 {
  display: block;
  position: relative;
  width: 58px;
  height: 58px;
  /*border-radius: 50%;*/
  background: #000000;
  -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: #000000;
  
}






@media all and (min-width: 681px) {
  .arrowbun {
    margin: 0 30px 40px 0;
  }
.arrowbun .listTextBox2 a:hover{
    border: 1px solid #000000;
    background: #fff;
    }    
.arrowbun .listTextBox2 a:hover::before, .arrowbun a:hover .listTextBox2::after {
    background: #000000;
}
  .arrowbun a:hover .arrow2 {
    background: #fff;
  }
  .arrowbun a:hover .arrow2::before, .arrowbun a:hover .arrow2::after {
    background: #000000;
  }
  .arrowbun  a:hover .arrow2::before {
    right: calc((100% - 37px)/2);
  }
  .arrowbun  a:hover .arrow2::after {
    right: calc((100% - 40px)/2);
  }
    
.arrowbun a:hover .listTitle2{
  color: #000000;
}    
.arrowbun a:hover .listTitle2::before, .arrowbun a:hover .listTitle2::after {
  color: #fff;
}       
    
}

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

  .arrowbun .inner {
   width: 93.75%;;
  }

  .arrowbun .listTextBox2 a{
    width: 100%; 
    height:55px;    
	border-radius: 7px;
  }
  
.arrowbun .listBoxWrapper {
  /*display: flex;*/
  flex-wrap: wrap;  /* 折り返しOKにする場合 */
  gap: 5px;         /* バナー間のスペース */
  justify-content: center; /* 中央寄せしたい場合 */
}  
 
.arrowbun .listTextBox2 {
  width: 90%; /* 4つ並べるので 25% */
  margin: 1% auto 1% auto;
}
 
  
  .arrowbun .arrow2 {
    width: 58px;
    height: 38px;
    /*background: #fff;
    border-radius: 50%;*/
  }
.arrowbun .arrow2::before {
    width: 15px;
    right: calc((100% - 10px)/2);
  }
.arrowbun .arrow2::after {
    width: 8px;
    top: calc((100% - 4px)/2);
    right: calc((100% - 11px)/2);
  }
.arrowbun .listTitle2 {
    width: calc(100% - 38px);
    padding-left: 25px;
  }
.arrowbun .listTitle2 .jp {
    font-size: 14px;
    margin-bottom: 4px;
  }

    
}

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

  .arrowbun .inner {
   width: 93.75%;;
  }

  .arrowbun .listTextBox2 a{
    width: 100%; 
    height:55px;    
	border-radius: 7px;
  }
  
.arrowbun .listBoxWrapper {
  /*display: flex;*/
  flex-wrap: wrap;  /* 折り返しOKにする場合 */
  gap: 5px;         /* バナー間のスペース */
  justify-content: center; /* 中央寄せしたい場合 */
}  
 
.arrowbun .listTextBox2 {
  width: 90%; /* 4つ並べるので 25% */
  margin: 1% auto 1% auto;
}
 
  
  .arrowbun .arrow2 {
    width: 58px;
    height: 38px;
    /*background: #fff;
    border-radius: 50%;*/
  }
.arrowbun .arrow2::before {
    width: 15px;
    right: calc((100% - 10px)/2);
  }
.arrowbun .arrow2::after {
    width: 8px;
    top: calc((100% - 4px)/2);
    right: calc((100% - 11px)/2);
  }
.arrowbun .listTitle2 {
    width: calc(100% - 38px);
    padding-left: 25px;
  }
.arrowbun .listTitle2 .jp {
    font-size: 14px;
    margin-bottom: 4px;
  }

}


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