@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: 36%; 
  margin: 5% auto 5% auto;
  position: relative;
  display: block;
}

/* 左の角括弧 */
.secMintitle .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;
}

/* 右の角括弧 */
.secMintitle .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;
}

.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;
}





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

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

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

/* 左の角括弧 */
.secMintitle .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;
}

/* 右の角括弧 */
.secMintitle .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;
}

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

.secMintitle .inner .text01 p{
    font-size: 90%;
    text-align: left;
    line-height:2.2;
}
    
}
/* mintitle
***************************************************************/




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


.secTwinbox00 {
    display: flex;
}

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

.secTwinbox02 {   
  width:75%;
}

.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{
  background: #D9E6ED;  
  padding:5% 5% 5% 5%;
  margin:2% 0 3% 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;  
}

.secTwinbox02 .section2 .inner .section2box02 .sec2img01{
    width: 60%;
    margin: 1% 20% 5% 20%;
}


.secTwinbox02 .section2 .inner .section2box02 .voice-wrapper {
  display: flex;
  align-items: center; /* ← これで縦方向中央揃え */
  gap: 20px;           /* ← 各要素の間のスペース（必要に応じて調整） */
  margin: 2% 0 3% 0;
}
.secTwinbox02 .section2 .inner .section2box02 .voice01{
    width: 31%;
    margin: 2% 1% 2% 1%;
    background:#FFFFFF ;
    border-radius:10px; 
    padding: 3% 0 3% 0;
    position: relative;
}
/* 吹き出しのしっぽ（三角） */
.secTwinbox02 .section2 .inner .section2box02 .voice01::after {
  content: "";
  position: absolute;
  bottom: -30px; /* 吹き出しの下に表示 */
  left: 45%;    /* 位置調整 */
  border-width: 15px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.secTwinbox02 .section2 .inner .section2box02 .voice01 p{
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
}



.secTwinbox02 .section2 .inner .section2box02 .voice02{
    width: 47%;
    margin: 2% 1% 2% 1%;
    background:#FFFFFF ;
    border-radius:10px; 
    padding: 3% 0 3% 0;
    position: relative;
}
/* 吹き出しのしっぽ（三角） */
.secTwinbox02 .section2 .inner .section2box02 .voice02::after {
  content: "";
  position: absolute;
  bottom: -30px; /* 吹き出しの下に表示 */
  left: 45%;    /* 位置調整 */
  border-width: 15px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.secTwinbox02 .section2 .inner .section2box02 .voice02 p{
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
}









.secTwinbox02 .section3 {

}

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

.secTwinbox02 .section3 .inner .sec3img01{
    width: 48%;
    display: inline-block;
    margin: 2% 0 3% 0;
}
.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 .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;  
}

.secTwinbox02 .section4 .inner .section4box01 .gaiku{
  width:30.5%;
  margin: 1% 1% 3% 1%;
  display: inline-block;
}
.secTwinbox02 .section4 .inner .section4box01 .gaiku img{
  width:100%;
  margin: 0 0 2% 0;
}
.secTwinbox02 .section4 .inner .section4box01 .gaiku p{
  font-size: 13px;
  text-align: center;
}


.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 .section5box01 .balance_text01 p{
  font-size: 14px;
    line-height: 2.5;
    text-align: left;
    margin-bottom: 5%;  
}

.secTwinbox02 .section5 .inner .section5box01 .balance01{
    width:47.5%;
    display: inline-block;
    margin: 2% 1% 3% 1%;
}

.secTwinbox02 .section5 .inner .section5box01 .balance01 .leftside{
    width:59%;
    display: inline-block;
    margin: 0 2% 0 0;
}
.secTwinbox02 .section5 .inner .section5box01 .balance01 .rightside{
    width:37.5%;
    display: inline-block;
    margin: 0 0 0 0;
}
.secTwinbox02 .section5 .inner .section5box01 .balance01 .rightside p{
    font-size: 13px;
    line-height: 1.8;
}



.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 .title02 p{
    font-size: 15px;
    line-height: 2.5;
    text-align: left;
    margin-bottom: 5%;
}









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

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




#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;
}







@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;
}

.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 .section1 {

}

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

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

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

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

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


.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%;
}
.secTwinbox02 .section1 .inner .twin01 .sekkei01 .blocimg01 h1{
    font-size:130%;
}

.secTwinbox02 .section1 .inner .twin01 .box01{
    padding: 2.5% ;
    width: 100%;
    margin: 0 0 5% 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: 120%;
  font-weight: bold;
}


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

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

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


    
 .secTwinbox02 .section2 {

}

.secTwinbox02 .section2 .inner{
  width: 90%;
  margin:0 auto 0 auto;    
}

.secTwinbox02 .section2 .inner .section2box01{ 
  padding:5% 3% 5% 3%;
  margin-bottom:8%;
}

.secTwinbox02 .section2 .inner .section2box01 h1{
  font-size: 120%;
  padding:0 0 1rem 0;
  text-align: center;
  margin-bottom: 5%;
  background-size: 100% 0.2rem;
}

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

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

.secTwinbox02 .section2 .inner .section2box01 .sec2ques01{
    width:90%;
    display: inline-block;
    margin: 2% 5% 1% 5%;
}

.secTwinbox02 .section2 .inner .section2box01 .sec2ques01 .text01{
    font-size: 100%;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
}
.secTwinbox02 .section2 .inner .section2box01 .sec2ques01 .text01 span{
    font-size: 80%;
}

.secTwinbox02 .section2 .inner .section2box01 .sec2ques02{
    width:10%;
    display: inline-block;
    margin: 2% 45% 1% 45%;
}

.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:90%;
    display: inline-block;
    background: #FFFFFF;
    padding: 1.8% 1% 2% 1%;
    border-radius: 5px;
    margin: 1% 5% 2% 5%;
}

.secTwinbox02 .section2 .inner .section2box01 .sec2ques03 .text01{
    text-align: center;
    font-size: 100%;
    font-weight: bold;
}


.secTwinbox02 .section2 .inner .section2box02{  
  padding:5% 5% 5% 5%;
  margin:2% 0 5% 0;
}

.secTwinbox02 .section2 .inner .section2box02 h1{
  font-size: 120%;
  padding:0 0 1rem 0;
  text-align: center;
  margin-bottom: 5%;
  background-size: 100% 0.2rem;
  background-position: center bottom;  
}

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


.secTwinbox02 .section2 .inner .section2box02 .voice-wrapper {
  display: block;
  align-items: center; /* ← これで縦方向中央揃え */
  gap: 20px;           /* ← 各要素の間のスペース（必要に応じて調整） */
  margin: 2% 0 5% 0;
}
.secTwinbox02 .section2 .inner .section2box02 .voice01{
    width: 90%;
    margin: 5% 5% 10% 5%;
    border-radius:10px; 
    padding: 5% 0 5% 0;
    position: relative;
}
/* 吹き出しのしっぽ（三角） */
.secTwinbox02 .section2 .inner .section2box02 .voice01::after {
  content: "";
  position: absolute;
  bottom: -30px; /* 吹き出しの下に表示 */
  left: 45%;    /* 位置調整 */
  border-width: 15px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.secTwinbox02 .section2 .inner .section2box02 .voice01 p{
    font-size: 90%;
    text-align: center;
    line-height: 1.6;
}
.secTwinbox02 .section2 .inner .section2box02 .voice01 p span{
    color:#2684BF;
}


.secTwinbox02 .section2 .inner .section2box02 .voice02{
    width: 90%;
    margin: 5% 5% 10% 5%;
    border-radius:10px; 
    padding: 5% 0 5% 0;
    position: relative;
}
/* 吹き出しのしっぽ（三角） */
.secTwinbox02 .section2 .inner .section2box02 .voice02::after {
  content: "";
  position: absolute;
  bottom: -30px; /* 吹き出しの下に表示 */
  left: 45%;    /* 位置調整 */
  border-width: 15px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.secTwinbox02 .section2 .inner .section2box02 .voice02 p{
    font-size: 90%;
    text-align: center;
    line-height: 1.6;
}
.secTwinbox02 .section2 .inner .section2box02 .voice02 p span{
    color:#2684BF;
}








.secTwinbox02 .section3 {

}

.secTwinbox02 .section3 .inner{
  width: 90%;
  margin:0 auto 0 auto;    
}

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


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

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



.secTwinbox02 .section4 {

}

.secTwinbox02 .section4 .inner{
  width: 90%;
  margin:0 auto 0 auto;   
}

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

.secTwinbox02 .section4 .inner .section4box01 h1{
  font-size: 120%;
  padding:0 0 1rem 0;
  text-align: center;
  margin-bottom: 5%;
  background-size: 100% 0.2rem;
  background-position: center bottom;  
}

.secTwinbox02 .section4 .inner .section4box01 .gaiku{
  width:90%;
  margin: 1% 5% 3% 5%;
  display: inline-block;
}
.secTwinbox02 .section4 .inner .section4box01 .gaiku img{
  width:100%;
  margin: 0 0 2% 0;
}
.secTwinbox02 .section4 .inner .section4box01 .gaiku p{
  font-size: 90%;
  text-align: center;
}


.secTwinbox02 .section5 {

}

.secTwinbox02 .section5 .inner{
  width: 90%;
  margin:0 auto 0 auto; 
}
.secTwinbox02 .section5 .inner .section5box01{
  padding:5% 5% 5% 5%;
  margin:2% 0 3% 0;
}

.secTwinbox02 .section5 .inner .section5box01 h1{
  font-size: 120%;
  padding:0 0 1rem 0;
  text-align: center;
  margin-bottom: 5%;
  background-size: 100% 0.2rem;
  background-position: center bottom;  
}

.secTwinbox02 .section5 .inner .section5box01 .balance_text01 p{
  font-size: 90%;
    line-height: 2;
    text-align: left;
    margin-bottom: 5%;  
}

.secTwinbox02 .section5 .inner .section5box01 .balance01{
    width:100%;
    display: inline-block;
    margin: 2% 0 5% 0;
}

.secTwinbox02 .section5 .inner .section5box01 .balance01 .leftside{
    width:90%;
    display: inline-block;
    margin: 0 5% 0 5%;
}
.secTwinbox02 .section5 .inner .section5box01 .balance01 .rightside{
    width:90%;
    display: inline-block;
    margin: 0 5% 0 5%;
}
.secTwinbox02 .section5 .inner .section5box01 .balance01 .rightside p{
    font-size: 90%;
    line-height: 1.8;
}
   
    
    
    
    
    
    



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

/* 左の角括弧 */
.secTwinbox02 .inner .title01::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
  width: 15px;
  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: 15px;
  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:130%;
    text-align:left;
    line-height: 1.4;
}

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


   
#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 .listBoxWrapper {
  display: flex;
  flex-wrap: wrap;  /* 折り返しOKにする場合 */
  gap: 5px;         /* バナー間のスペース */
  justify-content: center; /* 中央寄せしたい場合 */
}
    
  .arrowbun .listTextBox2 {
  width: 90%; /* 4つ並べるので 25% */
  margin: 2% 5% 3% 5%;    
}
  .arrowbun .listTextBox2 a{
    width: 100%; 
    height:46px;  
    border-radius: 5px;  
  }
    
  .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: 100%;
  }
.arrowbun .listTitle2 .jp {
    font-size: 100%;
    margin-bottom: 4px;
  }

}

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

