@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;
  font-family: Noto Sans JP, sans-serif;
}

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 7% 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: 34px;
    text-align: center;
    line-height: 1.4;
}
.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:2;
}
    
}
/* mintitle
***************************************************************/




/* 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: 15% 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;
  }

}

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






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


.secTwinbox00 {
    display: flex;
}

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

.secTwinbox02 {   
  width:75%;
  z-index: 5;
}

.secTwinbox02 .bg01{   
  padding: 5% 0 5% 0;
  background: #EFF1F2; 
}
.secTwinbox02 .bg02{   
  padding: 5% 0 5% 0;
}



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




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





/* section1
***************************************************************/


.secTwinbox02 .section1 {

}

.secTwinbox02 .section1 .inner{
  width: 1000px;
  margin:0 auto 0 8%;   
}


.secTwinbox02 .section1 .inner .image{
display:flex;
justify-content: space-between;
gap:20px;
}

.secTwinbox02 .section1 .inner .image img{
width:100%;
}


.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 .section1 .inner .subtitle01{
width:90%;
margin:10% auto 0 auto;
}


.secTwinbox02 .section1 .inner .subtitle01 h1{
  font-size: 20px;
  padding:0 0 2.5rem 0;
  text-align: center;
  margin-bottom: 4%;
  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 .section1 .inner .subtitle01 p{
  font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 5%;
}


.secTwinbox02 .section1 .inner .subtitle02{
width:100%;
margin:7% auto 0 auto;
padding: 6% 6%;
background-color: #fff;
}


.secTwinbox02 .section1 .inner .subtitle02 h1{
  font-size: 20px;
  padding:0 0 2.5rem 0;
  text-align: center;
  margin-bottom: 4%;
  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 .section1 .inner .subtitle02 h2{
  font-size: 12px;
    line-height: 1.8;
    text-align: right;
    padding: 1% 0 0 0;
	font-weight:100;
	letter-spacing: -0.5px;
}



.secTwinbox02 .section1 .inner .subtitle02 p{
  font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 5%;
}


.secTwinbox02 .section1 .inner .subtitle02 img{
width:100%;
}


.secTwinbox02 .section1 .inner .subtitle03{
width:100%;
margin:10% auto 0 auto;
}


.secTwinbox02 .section1 .inner .subtitle03 h1{
  font-size: 20px;
  padding:0 0 2.5rem 0;
  text-align: center;
  margin-bottom: 4%;
  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 .section1 .inner .subtitle03 p{
  font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 5%;
}

.secTwinbox02 .section1 .inner .subtitle03 .box{
width:100%;
display:flex;
}

.secTwinbox02 .section1 .inner .subtitle03 .box .boxleft{
width:53%;
}
.secTwinbox02 .section1 .inner .subtitle03 .box .boxleft p{
width:90%;
font-size: 14px;
line-height: 1.8;
text-align: left;
margin-bottom: 5%;
padding-left:12%;
}

.secTwinbox02 .section1 .inner .subtitle03 .box .boxright{
width:47%;
}

.secTwinbox02 .section1 .inner .subtitle03 .box .boxright img{
width:100%;
}

.secTwinbox02 .section1 .inner .subtitle03 .lineup2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin: 40px 0;
  max-width: 1000px;
}

.secTwinbox02 .section1 .inner .subtitle03 .lineup2 .box {
  background: #fff;
  border-radius: 16px;
  padding: 30px 24px;
  max-width: 480px;
  display:block;
}

.secTwinbox02 .section1 .inner .subtitle03 .lineup2 .box h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
  font-weight: bold;
}

.secTwinbox02 .section1 .inner .subtitle03 .lineup2 .box p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.secTwinbox02 .section1 .inner .subtitle03 .lineup2 .box span {
  color: #d62f66;
  font-weight: bold;
}

.secTwinbox02 .section1 .inner .subtitle03 .inspection-box {
  background-color: white;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3% 5% 0 5%;
  max-width: 1100px;
  margin: 40px auto 0 auto;
  overflow: visible !important; /* 画像がボックス外にはみ出せるように */
  position: relative;
}

.secTwinbox02 .section1 .inner .subtitle03 .inspection-text {
  flex: 1;
  padding-right: 30px;
}

.secTwinbox02 .section1 .inner .subtitle03 .inspection-text h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.secTwinbox02 .section1 .inner .subtitle03 .inspection-text p {
  font-size: 15px;
  line-height: 1.8;
}



.secTwinbox02 .section1 .inner .subtitle03 .inspection-text span {
  color: #d62f66;
  font-weight: bold;
}

.secTwinbox02 .section1 .inner .subtitle03 .inspection-img {
  flex-shrink: 0;
  position: absolute;
  right: 20px;
  top:-40px;
  z-index: 1;
}

.secTwinbox02 .section1 .inner .subtitle03 .inspection-img img {
  width: 250px;
  height: auto;
  object-fit: contain;
}



.secTwinbox02 .section1 .inner .subtitle04{
width:100%;
margin:7% auto 0 auto;
padding: 6% 5% 1% 5%;
background-color: #D9E6ED;
}

.secTwinbox02 .section1 .inner .subtitle04 h1{
  font-size: 20px;
  padding:0 0 2.5rem 0;
  text-align: center;
  margin-bottom: 4%;
  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 .section1 .inner .subtitle04 h2{
  font-size: 14px;
    line-height: 1.8;
    text-align: left;
	font-family: Noto Sans JP, sans-serif;
	padding: 0 0 0 8%;
	font-weight: 100;
}


.secTwinbox02 .section1 .inner .subtitle04 .app-info {
  margin: 60px auto;
  max-width: 1100px;
  padding: 0 20px;
  text-align: center;
}


.secTwinbox02 .section1 .inner .subtitle04 .app-info h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.secTwinbox02 .section1 .inner .subtitle04 .app-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 4% 3%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: visible;
}


.secTwinbox02 .section1 .inner .subtitle04 .app-box .app-info-section {
  background-color: #fff;
  padding: 0px 15px 10px 15px;
}

.secTwinbox02 .section1 .inner .subtitle04 .app-box .app-info-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1000px;
  margin: auto;
  gap: 20px;
  flex-wrap: wrap;
}

.secTwinbox02 .section1 .inner .subtitle04 .app-box .app-logo {
  flex: 0 0 80px;
}

.secTwinbox02 .section1 .inner .subtitle04 .app-box .app-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.secTwinbox02 .section1 .inner .subtitle04 .app-box .app-text {
  flex: 1;
  min-width: 280px;
}

.secTwinbox02 .section1 .inner .subtitle04 .app-box .app-text .small {
  font-size: 22px;
  margin-bottom: 8px;
  font-family: Noto Sans JP, sans-serif;
  text-align: left;
  
}

.secTwinbox02 .section1 .inner .subtitle04 .app-box .app-text h4 {
  font-size: 28px;
  font-weight: bold;
/*  margin-bottom: 16px;*/
  line-height: 1.4;
  text-align:left;
  font-family: Noto Sans JP, sans-serif;
  font-weight: bold;
}


.secTwinbox02 .section1 .inner .subtitle04 .app-box .desc {
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
  width: 83%;
  font-family: Noto Sans JP, sans-serif;
  font-weight: Regular;
}



.secTwinbox02 .section1 .inner .subtitle04 .app-image {
  position: absolute;
  top: 50%;
  right: -40px; /* はみ出し表現 */
  transform: translateY(-50%);
  max-width: 240px;
  z-index: 2;
  font-weight: Medium;
}

.secTwinbox02 .section1 .inner .subtitle04 .app-image img {
  width: 90%;
  height: auto;
}



.secTwinbox02 .section1 .inner .subtitle05{
width:100%;
margin:10% auto 3% auto;
}


.secTwinbox02 .section1 .inner .subtitle05 h1{
  font-size: 20px;
  padding:0 0 2.5rem 0;
  text-align: center;
  margin-bottom: 4%;
  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 .section1 .inner .subtitle05 h2{
  font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin: 0 auto 5% auto;
   width:80%;
   font-weight: 100;
}


.secTwinbox02 .section1 .inner .subtitle05 h3{
    text-align: right;
	font-size: 12px;
	font-weight: 100;
}


.secTwinbox02 .section1 .inner .subtitle05 .lineup2 {
  display: flex;
  flex-wrap: wrap;
  justify-content:  space-between;
  gap: 15px;
  margin: 40px 0 10px 0;
  max-width: 1000px;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup2 .box {
  background: #fff;
  border-radius: 16px;
  padding: 30px 24px;
  width: 32%;
  display:block;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup2 .box h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
  font-weight: bold;
  color: #BF2661;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup2 .box p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  text-align:center;
  font-weight: bold;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup2 .box span {
  color: #d62f66;
  font-weight: bold;
}


.secTwinbox02 .section1 .inner .subtitle05 .lineup3 {
  background-color: white;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3% 5%;
  max-width: 1100px;
  margin: 11px auto;
  overflow: visible !important; /* 画像がボックス外にはみ出せるように */
  position: relative;
}


.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel {
  flex: 1;
  padding-right: 30px;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel h2 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
  margin: 0 auto 2% 0;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel p {
  font-size: 15px;
  line-height: 1.8;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel span {
  color: #000000;
  font-size: 18px;
  font-weight: 100;
}



.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel .tel-box {
  display: flex;
  flex-direction: column;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel .tel-box .tel-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 18px;
  flex-wrap: wrap;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel-box .tel-row .time {
  font-weight: bold;
  font-size: 18px;
  font-weight: 100;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel-box .tel-row .number {
  font-size: 43px;
  font-weight: bold;
  color: #BF2661; /* ピンク系 */
  line-height: 1.2;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel-box .tel-row .note {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel-box .tel-row .or {
  font-size: 18px;
  margin: 0 5px;
}



.secTwinbox02 .section1 .inner .subtitle01 .listTextBox2 {
  width: 30%;
  margin: 0 auto;    
}

.secTwinbox02 .section1 .inner .subtitle01 .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;
    
}
.secTwinbox02 .section1 .inner .subtitle01 .listTextBox2 a::after {
    border: 1px solid #335167;
    background: #fff;
}

.secTwinbox02 .section1 .inner .subtitle01 .listTextBox2 .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;
}

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

.secTwinbox02 .section1 .inner .subtitle01 .listTextBox2 .arrow2::before {
  width: 18px;
  top: 50%;
  right: calc((100% - 18px)/2);
   
}

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

.secTwinbox02 .section1 .inner .subtitle01 .listTextBox2 .listTitle2 {
  width: calc(100% - 58px);
  padding-left: 18px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;    
}

.secTwinbox02 .section1 .inner .subtitle01 .listTextBox2 .listTitle2::after {
  color: #000000; 
}


@media all and (max-width: 680px) {
	
.secTwinbox02 .section1 .inner{
  width: 87%;
  margin:0 auto;   
}	
	
.secTwinbox02 .section1 .inner .subtitle01 h1{
  font-size: 20px;
  padding:0 0 1.5rem 0;
  text-align: center;
  margin-bottom: 4%;
  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 .section1 .inner .subtitle01 .listTextBox2 {
  width: 80%;
  margin: 0 auto;
}


.secTwinbox02 .section1 .inner .subtitle01 .listTextBox2 .listTitle2 {
  width: calc(100% - 58px);
  padding-left: 18px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2px;
}


.secTwinbox02 .section1 .inner .subtitle01 .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: 50px;
    background: #000000;
    padding: 1px 0 1px 0;
    -webkit-transition: background 0.3s;
  transition: background 0.3s;
    border-radius: 10px;
    
}

.secTwinbox02 .section1 .inner .subtitle01 .listTextBox2 .arrow2 {
  display: block;
  position: relative;
  width: 58px;
  height: 48px;
  /*border-radius: 50%;*/
  background: #000000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
    border-radius: 15px;
}


.secTwinbox02 .section1 .inner .subtitle02{
width:100%;
margin:7% auto 0 auto;
padding: 12% 6% 6% 6%;
background-color: #fff;
}


.secTwinbox02 .section1 .inner .subtitle01{
width:96%;
margin:15% auto 0 auto;
}



.secTwinbox02 .section1 .inner .subtitle02 h1{
  font-size: 20px;
  padding:0 0 1.5rem 0;
  text-align: center;
  margin-bottom: 8%;
  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 .section1 .inner .subtitle02 h2{
  font-size: 12px;
    line-height: 1.8;
    text-align: left;
    padding: 5% 0 0 14%;
	font-weight:100;
	letter-spacing: -0.5px;
}



.secTwinbox02 .section1 .inner .subtitle02 img{
width:70%;
margin: 0 auto;
}


.secTwinbox02 .section1 .inner .subtitle03 .box .boxleft{
width:100%;
}

.secTwinbox02 .section1 .inner .subtitle03 .box .boxleft p{
width:100%;
font-size: 14px;
line-height: 1.8;
text-align: left;
margin-bottom: 5%;
margin: 0 auto;
padding: 2% 2%;
}



.secTwinbox02 .section1 .inner .subtitle03 .lineup2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin: 20px 0;
  max-width: 1000px;
}

.secTwinbox02 .section1 .inner .subtitle03 .lineup2 .box p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  letter-spacing: normal;
}


.secTwinbox02 .section1 .inner .subtitle03 .lineup2 .box span {
  color: #d62f66;
  font-weight: 500;
}



.secTwinbox02 .section1 .inner .subtitle03 .lineup2 .box img {
width:30%;
margin:5% 33%;
}


.secTwinbox02 .section1 .inner .subtitle03 .lineup2 .box {
  background: #fff;
  border-radius: 16px;
  padding: 10px 24px;
  max-width: 480px;
  display:block;
}


.secTwinbox02 .section1 .inner .subtitle03 .inspection-text p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: normal;
}


.secTwinbox02 .section1 .inner .subtitle03 .inspection-text {
  flex: 1;
  padding: 0 0 5px 0;
}

.secTwinbox02 .section1 .inner .subtitle03 .inspection-text span {
  color: #d62f66;
  font-weight: 500;
}

.secTwinbox02 .section1 .inner .subtitle03 .inspection-text img {
width:30%;
margin:5% 33%;
}


.secTwinbox02 .section1 .inner .subtitle03 .inspection-img img {
  width: 60%;
  height: auto;
  object-fit: contain;
}


.secTwinbox02 .section1 .inner .subtitle03 .inspection-box {
  background-color: white;
  border-radius: 16px;
  display: block;
  justify-content: space-between;
  align-items: center;
  padding: 3% 5% 0 5%;
  max-width: 1100px;
  margin: 40px auto 0 auto;
  overflow: visible !important; /* 画像がボックス外にはみ出せるように */
  position: relative;
}


.secTwinbox02 .section1 .inner .subtitle03 .inspection-img {
  flex-shrink: 0;
  position: sticky;
  right: 20px;
  top:-40px;
  z-index: 1;
  display:flex;
}



.secTwinbox02 .section1 .inner .subtitle03 .inspection-img .check-service-img-left {
  max-width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.secTwinbox02 .section1 .inner .subtitle04{
width:100%;
margin:7% auto 0 auto;
padding: 10% 5% 1% 5%;
background-color: #D9E6ED;
}


.secTwinbox02 .section1 .inner .subtitle04 h2{
  font-size: 14px;
    line-height: 1.7;
    text-align: left;
	font-family: Noto Sans JP, sans-serif;
	padding:0 5%;
	font-weight: 100;
}



.secTwinbox02 .section1 .inner .subtitle04 .app-info {
  margin: 40px auto 60px auto;
  max-width: 1100px;
  padding: 0 5px;
  text-align: center;
}


.secTwinbox02 .section1 .inner .subtitle04 .app-info h3 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  font-family: Noto Sans JP, sans-serif;
  margin-bottom: 30px;
}


.secTwinbox02 .section1 .inner .subtitle04 .app-box .desc {
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
  font-weight: Regular;
  text-align:left;
}

.secTwinbox02 .section1 .inner .subtitle04 .app-image {
  position: absolute;
  top: 78%;
  right: -90px; /* はみ出し表現 */
  transform: translateY(-50%);
  max-width: 240px;
  z-index: 2;
  font-weight: Medium;
}

.secTwinbox02 .section1 .inner .subtitle04 .app-image img {
  width: 55%;
  height: auto;
}

.secTwinbox02 .section1 .inner .subtitle04 .app-box {
  display: block;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 4% 3%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: visible;
}

.secTwinbox02 .section1 .inner .subtitle04 .app-box .app-text .small {
  font-size: 13px;
  margin-bottom: 8px;
  font-family: Noto Sans JP, sans-serif;
  text-align: left;
  
}

.secTwinbox02 .section1 .inner .subtitle04 .app-box .app-text h4 {
  font-size: 18px;
  font-weight: bold;
/*  margin-bottom: 16px;*/
  line-height: 1.4;
  text-align:left;
  font-family: Noto Sans JP, sans-serif;
  font-weight: bold;
}

.secTwinbox02 .section1 .inner .subtitle04 .app-box .app-logo {
  flex: 0 0 45px;
}

.secTwinbox02 .section1 .inner .subtitle04 .app-box .app-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.secTwinbox02 .section1 .inner .subtitle04 .app-box .app-info-content {
    flex-direction: flex;
    align-items: center;
    text-align: center;
}


.secTwinbox02 .section1 .inner .subtitle05 h2{
  font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin: 0 auto 5% auto;
   width:85%;
   font-weight: 100;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup2 .box {
  background: #fff;
  border-radius: 16px;
  padding: 25px 24px;
  width: 100%;
  display:block;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup2 .box img {
width:30%;
margin: 0 0 2% 35%;
}

.secTwinbox02 .section1 .inner .subtitle05 h3{
    text-align: left;
	font-size: 12px;
	font-weight: 100;
	line-height:1.5;
	letter-spacing: normal;
}



.secTwinbox02 .section1 .inner .subtitle05 .lineup3 {
  background-color: white;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3% 5%;
  max-width: 1100px;
  margin: 11px auto;
  overflow: visible !important; /* 画像がボックス外にはみ出せるように */
  position: relative;
}


.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel {
  flex: 1;
  padding: 0 28px 20px 28px;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel h2 {
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  margin: 8% 0;
  width: 100%;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel p {
  font-size: 15px;
  line-height: 1.8;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel span {
  color: #000000;
  font-size: 18px;
  font-weight: 100;
}



.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel .tel-box {
  display: flex;
  flex-direction: column;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel .tel-box .tel-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 18px;
  flex-wrap: wrap;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel-box .tel-row .time {
  font-weight: bold;
  font-size: 15px;
  font-weight: 100;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel-box .tel-row .number {
  font-size: 40px;
  font-weight: bold;
  color: #BF2661; /* ピンク系 */
  line-height: 1.2;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel-box .tel-row .note {
  font-size: 12.5px;
  color: #000;
  line-height: 1.6;
  text-align: right;
}

.secTwinbox02 .section1 .inner .subtitle05 .lineup3 .tel-box .tel-row .or {
  font-size: 18px;
  margin: 0 5px;
}












	
}


/* section1
***************************************************************/



/* section2
***************************************************************/


.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: 3% 1% 4% 1%;
    background:#FFFFFF ;
    border-radius:10px; 
    padding: 3% 0 3% 0;
}
.secTwinbox02 .section2 .inner .section2box02 .voice01 p{
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
}


.secTwinbox02 .section2 .inner .section2box1{
  background: #D9E6ED;  
  padding:5% 5% 5% 5%;
  margin:2% 0 3% 0;
}

.secTwinbox02 .section2 .inner .section2box1 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 .section2box1 .sec2img01{
    width: 60%;
    margin: 1% 20% 5% 20%;
}


.secTwinbox02 .section2 .inner .section2box1 .support-wrapper {
  display: flex;
  align-items: center; /* ← これで縦方向中央揃え */
  gap: 20px;           /* ← 各要素の間のスペース（必要に応じて調整） */
  margin: 2% 0 3% 0;
}
.secTwinbox02 .section2 .inner .section2box1 .support01{
    width: 31%;
    margin: 3% 1% 4% 1%;
    background:#FFFFFF ;
    border-radius:10px; 
    padding: 3% 0 3% 0;
}
.secTwinbox02 .section2 .inner .section2box1 .support01 p{
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
}





.secTwinbox02 .section2 .inner .section2box1 .support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto 30px;
}

.secTwinbox02 .section2 .inner .section2box1 .support-note{
  font-size: 12px;
  font-family: Noto Sans JP, sans-serif;
  line-height:normal;
}




.secTwinbox02 .section2 .inner .section2box1 .support-grid .support-item {
  background: #fff;
  border-radius: 12px;
  padding: 30px 40px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  height:190px;
}

.secTwinbox02 .section2 .inner .section2box1 .support-grid .support-item h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align:center;
    line-height: 1.4;
	height: 40px;
	align-content: center
}

.secTwinbox02 .section2 .inner .section2box1 .support-grid .support-item p {
  font-size: 14px;
  line-height: 2;
  font-family: Noto Sans JP, sans-serif;
}

.secTwinbox02 .section2 .inner .section2box1 .support-grid .support-note {
  font-size: 12px;
  color: #333;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: left;
}



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

.secTwinbox02 .section2 .inner .section2box2 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 .section2box2 .equip-row {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.secTwinbox02 .section2 .inner .section2box2 .equip-block {
  box-sizing: border-box;
}

.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block{
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
  justify-content: space-between;
  padding-right:5px;
}



.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block .equip-title {
  background-color: #4e728d;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 16px;
  width:100%;
}

.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block .equip-title span{
  color: #fff;
  font-size: 13px;
  font-weight: bold;
padding-left:2%;
}


.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block .equip-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block .equip-items .equip-item {
  border-radius: 8px;
  padding: 12px 3px;
  text-align: center;
  width: 230px;
}

.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block .equip-items .equip-item2 {
  border-radius: 8px;
  padding: 12px 3px;
  text-align: center;
  width: 230px;
}



.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block .equip-items .equip-item img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
  margin-bottom: 8px;
}

.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block .equip-items .equip-item2 img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
  margin-bottom: 8px;
}



.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block .equip-items .equip-item p {
  font-size: 14px;
  line-height: 1.4;
}


.secTwinbox02 .section2 .inner .section2box3 .precautions{
max-width: 1000px;
}

.secTwinbox02 .section2 .inner .section2box3 .precautions ul {
  list-style: none;
  padding-left: 1.6em;
  margin: 0;
}

.secTwinbox02 .section2 .inner .section2box3 .precautions li {
  position: relative;
  line-height: 1.8;
  text-indent: 0;
    font-size: 12px;
  line-height: 1.6;
  font-family: Noto Sans JP, sans-serif;
}

.secTwinbox02 .section2 .inner .section2box3 .precautions li::before {
  content: "○";
  position: absolute;
  left: -1.4em;
}

.secTwinbox02 .section2 .inner .section2box3 .precautions p{
  position: relative;
  line-height: 1.8;
  text-indent: 0;
    font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-left:8px;
}







@media all and (max-width: 680px) {

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


.secTwinbox02 .section2 .inner .section2box1{
  background: #D9E6ED;  
  padding:15% 5% 8% 5%;
  margin:2% 0 3% 0;
}

.secTwinbox02 .section2 .inner .section2box1 p{
  font-size: 12px;
  line-height: 1.5;
  font-family: Noto Sans JP, sans-serif;
}


.secTwinbox02 .section2 .inner .section2box1 h1{
  font-size: 20px;
  padding:10％ 0 1.8rem 0 !important;
  text-align: center;
  margin-bottom: 10%;
  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 .section2box1 .support-grid .support-item {
  background: #fff;
  border-radius: 12px;
  padding: 10px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  height:120px;
}

.secTwinbox02 .section2 .inner .section2box1 .support-grid .support-item h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
  text-align:center;
    line-height: 1.4;
	height: 40px;
	align-content: center
}

.secTwinbox02 .section2 .inner .section2box1 .support-grid .support-item p {
  font-size: 14px;
  line-height: 1.5;
  font-family: Noto Sans JP, sans-serif;
}

.secTwinbox02 .section2 .inner .section2box2{
padding: 15% 5% 5% 5%;	
	
}

.secTwinbox02 .section2 .inner .section2box2 h1{
  font-size: 20px;
  padding:0 0 2rem 0;
  text-align: center;
  margin-bottom: 12%;
  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 .section2box1 .support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  max-width: 1000px;
  margin: 0 auto 10px;
}


.secTwinbox02 .section2 .inner .section2box2 .equip-row {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.secTwinbox02 .section2 .inner .section2box2 .equip-block {
  box-sizing: border-box;
}

.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block{
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 20px;
  justify-content: space-between;
  padding-right:5px;
}



.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block .equip-title {
  background-color: #638298;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 1px 15px;
  display: inline-block;
  margin-bottom: 16px;
  width:100%;
}



.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block .equip-title span{
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding-left:2%;
}



.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block .equip-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block .equip-items .equip-item {
  border-radius: 8px;
  padding: 5px 1px;
  text-align: center;
  width:48%;
}


.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block .equip-items .equip-item2 {
  border-radius: 8px;
  padding: 5px 1px;
  text-align: center;
  width:100%;
}


.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block .equip-items .equip-item img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
  margin-bottom: 8px;
}


.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block .equip-items .equip-item2 img {
  width: 100%;
  height: auto;
  max-height: 190px;
  object-fit: contain;
  margin-bottom: 8px;
}


.secTwinbox02 .section2 .inner .section2box2 .equip-row .equip-block .equip-items .equip-item p {
  font-size: 14px;
  line-height: 1.4;
}




.secTwinbox02 .section2 .inner .section2box3 .precautions{
max-width: 1000px;
}

.secTwinbox02 .section2 .inner .section2box3 .precautions ul {
  list-style: none;
  padding-left: 1.6em;
  margin: 0;
}

.secTwinbox02 .section2 .inner .section2box3 .precautions li {
  position: relative;
    padding-bottom: 2%;
	letter-spacing: normal;
  line-height: 1.8;
  text-indent: 0;
    font-size: 12px;
  line-height: 1.6;
  font-family: Noto Sans JP, sans-serif;
}

.secTwinbox02 .section2 .inner .section2box3 .precautions li::before {
  content: "○";
  position: absolute;
  left: -1.4em;
}

.secTwinbox02 .section2 .inner .section2box3 .precautions p{
  position: relative;
  text-indent: 0;
    font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-left:5px;
}


}



/* section2
***************************************************************/



.secTwinbox02 .section3 {

}

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

.secTwinbox02 .section4 {

}

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

.secTwinbox02 .section5 {

}

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





@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 .inner {
  width: 90%;
  margin:0 auto 0 auto;
}

.secTwinbox02 .inner .section1{
  
}






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

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

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

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

.secTwinbox02 .inner .title02 p{
    font-family: 'Noto Sans JP','Montserrat';
	font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 5%;
	font-weight: 400;
	
}


   
#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:60%;
  display: inline-block;
  line-height: 1.5;
  border-bottom:1px solid #000;
  margin: 3% 0 3% 0;
  position: relative;
}

#sub-nav2 li a{
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: -0.3px;
}

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

#sub-nav2 li:nth-child(2n) {
  margin-right: 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
***************************************************************/





/* 会社概要
***************************************************************/
.secProfile {
  background: #F7F7F7;
  padding: 117px 0 100px;
}

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

.secProfile dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 35px;
}

.secProfile dl:last-child {
  margin-bottom: 0;
}

.secProfile dl dt, .secProfile dl dd {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 30px;
}

.secProfile dl dt {
  width: 170px;
  font-weight: 500;
}

.secProfile dl dd {
  width: calc(100% - 170px);
}

.secProfile dl a {
  color: #335167;
}

.bannerBox {
  display: block;
  width: 550px;
  margin: 75px auto 0;
}

@media all and (min-width: 681px) {
  .secProfile dl a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .secProfile dl a:hover {
    opacity: 0.6;
  }
  .bannerBox {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .bannerBox:hover {
    opacity: 0.6;
  }
}

@media all and (max-width: 680px) {
  .secProfile {
    padding: 60px 0;
  }
  .secProfile .inner {
    width: 87.5%;
  }
  .secProfile dl {
    margin-bottom: 15px;
  }
  .secProfile dl dt, .secProfile dl dd {
    font-size: 13px;
    line-height: 1.6;
  }
  .secProfile dl dt {
    width: 93px;
  }
  .secProfile dl dd {
    width: calc(100% - 93px);
  }
  .bannerBox {
    width: 100%;
    margin: 42px auto 0;
  }
}

/* 会社概要
***************************************************************/
/* 事業所・アクセス
***************************************************************/
.secAccess {
  padding: 190px 0 126px;
}

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

.secAccess .accessList {
  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;
}

.secAccess .accessList li {
  width: 485px;
  margin-bottom: 60px;
}

.secAccess .accessList li .listImg {
  height: 290px;
  overflow: hidden;
}

.secAccess .accessList li .listImg .img {
  width: 100%;
  height: 100%;
}

.secAccess .accessList li .listTextBox {
  color: #404040;
  margin-top: 18px;
}

.secAccess .accessList li .listTitle {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 30px;
  font-weight: 500;
}

.secAccess .accessList li .listText {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 7px;
}

.secAccess .accessList li .listBtnBox {
  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;
  margin-top: 13px;
}

.secAccess .accessList li .listBtnBox .listBtn {
  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;
  width: calc((100% - 16px)/2);
  height: 40px;
  border: 1px solid #335167;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
}

.secAccess .accessList li .listBtnBox .listBtn i {
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../img/profile/btn_icon.svg) no-repeat center/cover;
}

.secAccess .accessList li .listTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -5px -5px 0;
}

.secAccess .accessList li .listTag li {
  width: auto;
  margin: 0 5px 5px 0;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
  background: #eaeaea;
  border-radius: 50px;
  padding: 6px 13px;
}

.secAccess .accessList li.mainOffice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.secAccess .accessList li.mainOffice .listImg {
  width: 485px;
}

.secAccess .accessList li.mainOffice .listTextBox {
  width: calc(100% - 485px);
  padding-left: 40px;
  margin-top: 5px;
}

@media all and (min-width: 681px) {
  .secAccess .accessList li:last-child, .secAccess .accessList li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .secAccess .accessList li .listBtnBox .listBtn {
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
  }
  .secAccess .accessList li .listBtnBox .listBtn:last-child, .secAccess .accessList li .listBtnBox .listBtn:nth-last-child(2) {
    margin-bottom: 0;
  }
  .secAccess .accessList li .listBtnBox .listBtn i {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .secAccess .accessList li .listBtnBox .listBtn:hover {
    color: #fff;
    background: #335167;
  }
  .secAccess .accessList li .listBtnBox .listBtn:hover i {
    background: url(../img/profile/btn_icon_w.svg) no-repeat center/cover;
  }
}

@media all and (max-width: 680px) {
  .secAccess {
    padding: 60px 0;
  }
  .secAccess .inner {
    width: 93.75%;
  }
  .secAccess .accessList li {
    width: 100%;
    margin-bottom: 50px;
  }
  .secAccess .accessList li .listImg {
    height: 179px;
  }
  .secAccess .accessList li .listTextBox {
    margin-top: 10px;
  }
  .secAccess .accessList li .listTitle {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
  }
  .secAccess .accessList li .listText {
    font-size: 13px;
    line-height: 1.54;
    margin-top: 8px;
    text-align: center;
  }
  .secAccess .accessList li .listBtnBox {
    display: block;
    margin: 15px auto 0;
  }
  .secAccess .accessList li .listBtnBox .listBtn {
    width: 224px;
    font-size: 15px;
    margin: 0 auto 10px;
  }
  .secAccess .accessList li .listBtnBox .listBtn:last-child {
    margin-bottom: 0;
  }
  .secAccess .accessList li .listBtnBox .listBtn i {
    width: 9px;
    height: 9px;
  }
  .secAccess .accessList li .listTag li {
    padding: 6px 13px;
  }
  .secAccess .accessList li.mainOffice {
    width: 100%;
  }
  .secAccess .accessList li.mainOffice .listImg {
    width: 100%;
  }
  .secAccess .accessList li.mainOffice .listTextBox {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}

/* 事業所・アクセス
***************************************************************/