@charset "utf-8";


    .for-sp{
        display: none;
    }

    

/*------------------------------------------------------------
    mv
------------------------------------------------------------*/
@media screen and (min-width: 1980px) {
  .mv .wrapper {
    padding: 2rem 24rem 2rem 41rem;
    height: 100%;
  }

  .mv__left {
    padding: 3rem 5rem 3rem 0!important;
}
}

.mv {
  display: flex;
  position: relative;
  width: 100%;
  background: #C6E1D9;
   max-height: 405px;
}
.mv .wrapper{
    position: relative;
    width: 100%;
   background-color: #084037;
   clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
   height: 100%;
}

.mv__left {
    color: #fff;
  padding: 3rem 15rem 4rem 4rem;


}

.mv .txt-area {
    width: 90%;
}

.mv__logo {
  width: 18rem;
  margin-bottom: 32px;
}
.mv__catch {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.5;
}
.mv__em {
  color: #ffb800;
  font-size: 5rem;
  font-weight: bold;
}

.mv__img {
    position: relative;
right: 9rem;
    width: 80%;
}

p.mv__desc {
    width: 85%;
    line-height: 1.7;
}

.mv__img img {
  width: 100%;       /* コンテナ幅に合わせつつ */
  height: auto;      /* 高さは自動で保つ */
  max-width: 600px;  /* 最大横幅を600pxに制限 */
}


/* ---------------------------------------------
navigation02 ※TOP、下層共通
--------------------------------------------- */
.header-area-upper {
  padding: var(--s1);
  text-align: right;
}
.header-title {
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
}
.header-title::before {
  content: "PR";
  padding: .2rem;
  color: #fff;
  background-color: #333;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -2.4rem;
}
.header-title a {
  text-decoration: none;
}
.header-title a:hover {
  text-decoration: underline;
}
.gnavi-btn-close {
  display: none;
}
.toggle-content {
  display: none;
}
.gnavi-ctrl {
  transition: opacity 0.6s, visibility 0.6s;
  opacity: 0;
  visibility: hidden;
}
.gnavi-ctrl.is-show {
  opacity: 1;
  visibility: visible;
}
#low-header .gnavi-ctrl {
  opacity: 1;
  visibility: visible;
}
.gnavi-btn {
  width: var(--s7);
  height: var(--s6);
  background: #ffffff;
  display: block;
  position: fixed;
  top: var(--s4);
  right: 0;
  z-index: 200;
  cursor: pointer;
    border: 2px solid var(--site-color03);
}
.gnavi-btn span {
  width: var(--s4);
  height: 0.2rem;
  display: inline-block;
  background: var(--site-color03);
  position: absolute;
  left: 1rem;
  transform: translate(0, -50%);
  transition: transform 0.4s, opacity 0.4s;
}
.gnavi-btn span:nth-of-type(1) {
  top: 1.7rem;
}
.gnavi-btn span:nth-of-type(2) {
  top: 2.4rem;
}
.gnavi-btn span:nth-of-type(3) {
  top: 3.1rem;
}
.gnavi-btn.is-active span:nth-of-type(1) {
  transform: translateY(0.7rem) rotate(-45deg);
}
.gnavi-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.gnavi-btn.is-active span:nth-of-type(3) {
  transform: translateY(-0.7rem) rotate(45deg);
}
.gnavi-btn-close {
  width: 80%;
  margin: 0 auto;
  padding: var(--s2);
  background: #333;
  display: block;
  text-align: center;
}
.gnavi-btn-close__inner {
  padding: 0 0 0 var(--s3);
  display: inline-block;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.gnavi-btn-close__inner::before {
  content: "";
  width: 1em;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(45deg);
}
.gnavi-btn-close__inner::after {
  content: "";
  width: 1em;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(135deg);
}
.gnavi-area {
  width: 100%;
  max-width: 37.5rem;
  height: 100vh;
  padding: var(--s3) var(--s1) var(--s10);
  display: block;
  background: #F5F5F5;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.8s ease, opacity 0.8s ease;
  opacity: 0;
}
.gnavi-title {
  min-height: var(--s6);
  margin: 0 var(--s8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.gnavi-pc {
  display: none;
}
.gnavi-list {
  border-bottom: 1px solid #333;
  position: relative;
}
.gnavi-list li {
  padding-left: 0;
}
.gnavi-list__item::before {
  display: none;
}
.gnavi-list__link {
  width: 100%;
  margin: 0 auto;
  padding: var(--s2) var(--s4) var(--s2) var(--s2);
  border-top: 1px solid #333;
  display: block;
  font-weight: 700;
  line-height: 2;
  text-decoration: none;
  position: relative;
}
.gnavi-list__link::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url("img/arrow-01-green-right.svg") no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: var(--s2);
  transform: translate(0, -50%) rotate(0);
  transition: transform 0.3s;
}
.gnavi-list__link--toggle::after {
  background-image: url("img/arrow-01-black-down.svg");
}
.gnavi-list__link--toggle.is-open::after {
  transform: translate(0, -50%) rotate(180deg);
}
.gnavi-list__sub {
  width: 100%;
  background: #fff;
}
.gnavi-list__low .gnavi-list__link {
  padding: var(--s2) var(--s4) var(--s2) var(--s4);
}
.gnavi-list__low .gnavi-list__link::after {
  content: "└";
  background: none;
  transform: translateY(-50%);
  position: absolute;
  top: 40%;
  left: 1rem;
}
.is-gnavi-open .gnavi-area {
  opacity: 1;
  transform: translateX(0);
}

/* ---------------------------------------------
index01(目次)
--------------------------------------------- */
.onb-index01-frame {
    width: 60%;
    background-color: #FAFAFA;
        margin: var(--s3) auto var(--s5);
}
.onb-index01-wrap {
    margin: 0 auto;
    padding: 2rem;
    background-color: #FAFAFA;
    position: relative;
}

.onb-index01-title {
    padding: var(--s2) ;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    background-size: 4rem auto;
    position: relative;
    cursor: pointer;
}
.onb-index01-title::before {
    content: "";
    width: 2rem;
    height: 0.3rem;
    background: var(--site-color01);
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%);
}
.onb-index01-title::after {
    content: "";
    width: 0.3rem;
    height: 2rem;
    background: var(--site-color01);
    position: absolute;
    top: 50%;
    right: 2.9rem;
    transform: translate(0, -50%);
    transition: transform 0.3s;
}
.onb-index01-title.is-open::after {
    transform: translate(0, -50%) rotate(270deg);
}

#toc {
    padding: 2rem 4rem;
}

#toc .onb-index01-chapter {
    padding: var(--s2) var(--s2) var(--s2) var(--s5);
    font-weight: 700;
    counter-reset: number 0; 
}
#toc ul li.chapter-h-two::before,
#toc ul li.onb-index01-chapter-h-two::before {
    counter-increment: number 1;  
    content: counter(number, decimal-leading-zero);
    color: var(--site-color03);
    position: absolute;
    top: 0;
    left: -1.8em;
}
#toc ul li.onb-index01-chapter-h {
    margin: 0 0 0 var(--s2);
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
#toc ul li.onb-index01-chapter-h a {
    display: block;
    text-decoration: none;
}
#toc ul li.onb-index01-chapter-h a:hover {
    opacity: .6;
}
#toc ul li.onb-index01-chapter-h-two {
    margin-left: var(--s2);
    position: relative;
}
#toc ul li.onb-index01-chapter-h-three {
    margin-left: var(--s4);
    position: relative;
}
#toc ul li.onb-index01-chapter-h-two::before,
#toc ul li.onb-index01-chapter-h-three::before {
    color: #13AE85;
    position: absolute;
    top: 0;
    left: -1.8em;
}
#toc ul li.chapter-h-three::before,
#toc ul li.onb-index01-chapter-h-three::before {
    content: "└";
}
.more-content {
    display: none;
}
.onb-index01-content {
    margin-top: 1.4rem;
    border-top: 1px solid #001227;
}

/* ---------------------------------------------
related-article01(関連記事)
--------------------------------------------- */
.related-article01-frame {
    margin: var(--s6) auto;
    padding: var(--s1)  var(--s3)  var(--s4) var(--s3);
    background: #fff;
    position: relative;
}
.related-article01-title {
    padding: var(--s2) var(--s2) var(--s2) var(--s8);
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    background-size: 5rem auto;
    position: relative;
}
.related-article01-list {
    padding: var(--s2) 0 var(--s2) var(--s2);
    font-weight: 700;
}
.related-article01-list li {
    margin: 0 0 0 var(--s2);
    padding-left: 1.5em;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
.related-article01-list li + li {
    margin-top: 10px;
}
.related-article01-list li::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: #9B9B9B;
    position: absolute;
    top: .6rem;
    left: 0;
}
.related-article01-list a {
    display: block;
    text-decoration: none;
}
.related-article01-list a:hover {
    opacity: 0.6;
}
.relations-box.relations-box--column {
    display: flex;
    gap: 10px;
}
.relations-box__pic {
    flex: 0 0 150px;
}

/* 2.3.2 section-title02 */
.section-title02-frame {
    margin-top: 5rem;
    text-align: center;
    position: relative;
    z-index: 2;
}
.section-title02 {
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
}

.section-title02 a {
background: url(./img/arrow-02-green-right.svg) no-repeat right center / auto .5em;
padding: 1rem 3rem 1rem 1rem;
}



.section-title02-sub {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--pri);
    text-align: center;
    position: absolute;
    top: -1.5em;
    left: 0;
  color: var(--site-color03);
}

/* 4.31 l-grid-three (3カラム) */
.column-small {
    padding: var(--s2) var(--s2) var(--s4);
    border: 1px solid #DBDBDB;
}
.thb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
}

/* 3.0.7 arrow-title */
.arrow-title {
  margin: -4rem auto 2.3rem;
  padding: var(--s2);
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--site-color01);
  text-align: center;
  line-height: 1.5;
  position: relative;
}
.arrow-title::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 1.5rem solid transparent;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid var(--site-color01);
  border-bottom: 1.5rem solid var(--site-color01);
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: -1.3rem;
}
.arrow-title-sub {
  padding: var(--s1);
  margin: .8rem 0;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.arrow-title-small {
  font-size: 2.3rem;
}

/* 3box_listbox */
.thb-listbox-bg-colored {
    padding-top: 2rem;
}
.thb-listbox-area {
padding: 4rem var(--s2) 4rem var(--s2);
    background-color: rgba(198, 225, 217, 0.3);
    position: relative;
}
.thb-listbox-title {
    margin: -5.5rem auto 0;
    padding: var(--s1);
    color: #fff;
    background-color: #898989;
    text-align: center;
    width: 40%;
    font-size: 1.8rem;
}
.thb-listbox-subtitle {
    text-align: center;
    font-weight: 700;
}
.thb-listbox-list {
    width: 100%;
    padding-left: 2rem;
}
.thb-listbox-list li {
    line-height: 1.5;
    position: relative;    
}
.thb-listbox-list li::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url("./img/icon-check.svg") no-repeat left top;
    background-size: contain;
    position: absolute;
    top: .5rem;
    left: -2rem;
}
.thb-listbox-list li span {
    margin-right: var(--s1);
    display: block;
    text-align: center;
}


/* 2.1.0 slider-container */
.thb-slider {
    width: 100%;
    padding-bottom: var(--s4);
}
.thb-slider .swiper-button-next,
.thb-slider .swiper-button-prev {
    width: 2rem;
    height: 2rem;
    top: 40%;
}
.thb-slider .swiper-button-next:hover,
.thb-slider .swiper-button-prev:hover {
    opacity: .6;
}
.thb-slider .swiper-button-next::after,
.thb-slider .swiper-rtl .swiper-button-prev::after {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url("./img/slider-arrow-right.svg") no-repeat center center;
    background-size: contain;
}
.thb-slider .swiper-button-prev::after,
.thb-slider .swiper-rtl .swiper-button-next::after {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url("./img/slider-arrow-left.svg") no-repeat center center;
    background-size: contain;
}

/* m-title01 */
.m-title01 {
  padding: var(--s1) var(--s1) var(--s2)var(--s1);
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}


 
/* 3.0.6 title-catch */
.title-catch {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--pri-dark);
    line-height: 1.5;
    margin-bottom: var(--s2);
}
.title-catch span {
    color: var(--pri);
}

.title-catch {
  padding: .8rem .8rem 1.6rem .8rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  border-bottom: 5px solid rgba(var(--site-color05-rgb), .5);
}
.title-catch span {
  font-size: 1.6rem;
}


.acc-more-btn {
  max-width: 46rem;
  width: 100%;
  margin: var(--s5) auto;
  position: relative;
}
.acc-more-btn span {
  width: 100%;
  margin: var(--s5) auto;
  padding: 2rem 6rem 2rem 3rem;
  border: .2rem solid var(--site-color03);
  border-radius: 4rem;
  background: url('./img/acc-off.svg') no-repeat 95% center #fff;
  display: block;
  text-align: center;
  transform: translate(0, 0);
  transition: transform 0.3s;
  cursor: pointer;
  z-index: 1;
  font-weight: bold;
}

.acc-more-btn::after {
  box-sizing: border-box;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #DBDBDB;
    border-width: 0 1px 1px 0;
  transform: translate(.8rem, .8rem);
  border-radius: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;

}
.acc-more-btn:hover span {
  transform: translate(.8rem, .8rem);
}
.acc-more-btn.is-open span {
  background: url('./img/acc-on.svg') no-repeat 95% center #fff;
}
.more-content {
  display: none;
}


*------------------------------------------------------------
    sec01
------------------------------------------------------------*/
.sec01{
    padding: 10rem 0;
    position: relative;
}

.sec01 .m-title01 {
  padding: 0;
}

.sec01 .m-title01 span{
  background: linear-gradient(transparent 60%, #FFF5B0 60%);
}

.sec01 .l-grid-three{
    margin-top: var(--s6);
}
.sec01 .btn-tel{
  margin: 0 auto var(--s5);
}
.sec01 .btn-web{
  margin-bottom: var(--s2);
}

.sec01 .title-catch {
    margin-bottom: 0;
}

.sub-catch {
    color: var(--site-color01);
    border: none!important;
    font-size: 2.2rem;
    padding: 0;
}

.sec02 .sub-catch{
  font-size: 3.5rem;
  border: none;
}

.sub-catch span {
    font-size: 1.8rem;
}

.sec01 .txt_bold {
    color: var(--site-color06);
}

.scroll-caption{
    display: block;
    max-width: 100%;
    padding: 0 0 0.3rem 0;
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin;
}


.caption.reference {
    text-align: left;
}

p.facility {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
        margin-top: 0;
}


.bg-01 {
 background: url(img/bg-01.svg) no-repeat bottom center/cover;
     padding-bottom: 10rem;
 
}




.sec01 .column-small {
    background: #ffffff;
    z-index: 2;
    padding-bottom: var(--s5);
    margin-top: var(--s3);
}



/*------------------------------------------------------------
    sec02
------------------------------------------------------------*/
.sec02 .column-medium{
    background: #ffffff;
    padding: var(--s3) var(--s5) var(--s6);

}
.sec02 {
    padding: 10rem 0;
}


.bg-02 {
  background: url('./img/bg-02.jpg') no-repeat fixed;
      background-size: cover;
}


.sec02 .column-small{
  border: none;
  background-color: rgba(198, 225, 217, 0.3);
}
.section-title08 {
  margin-bottom: 3rem;
  padding: var(--s3);
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--site-color01);
  text-align: center;
  line-height: 1.5;
  position: relative;
}
.section-title08::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 2rem solid transparent;
  border-left: 2rem solid transparent;
  border-right: 2rem solid var(--site-color01);
  border-bottom: 2rem solid var(--site-color01);
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: -2rem;
}

.section-title08 .arrow-title-sub{
  font-size: 3.3rem;
  display: inline-block;
}

.section-title04 {
    margin: 0 0 5rem;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;

}

.section-title04 span{
      background: linear-gradient(transparent 60%, #FFF5B0 60%);
}

.onb-center-img {
  max-width: 64%;
  margin: 0 auto;
}
.onb-m-title6 {
  padding: .5rem 1rem .8rem 1rem;
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 700;
  border-left: .5rem solid #13AE85;
  border-bottom: 1px solid #DBDBDB;
}
 .twb-slider-container {
    position: relative;
}
.twb-slider {
    width: 100%;
    padding-bottom: 3rem;
}
.swiper-pagination-bullet-active {
    background-color: var(--site-color03);
}
.twb-slider-container .swiper-button-next,
.twb-slider-container .swiper-button-prev{
    width: 3rem;
    height: 3rem;
    top: 45%;
}
.twb-slider-container .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,-1.5rem);
}
.twb-slider-container .swiper-button-next {
    right: var(--swiper-navigation-sides-offset,-1.5rem);
}
.twb-slider-container .swiper-button-next:hover,
.twb-slider-container .swiper-button-prev:hover {
    opacity: .6;
}
.twb-slider-container .swiper-button-next::after,
.twb-slider-container .swiper-rtl .swiper-button-prev::after {
    content: "";
    width: 3rem;
    height: 3rem;
    background: url("./img/slider-arrow-right.svg") no-repeat center center;
    background-size: contain;
}
.twb-slider-container .swiper-button-prev::after,
.twb-slider-container .swiper-rtl .swiper-button-next::after {
    content: "";
    width: 3rem;
    height: 3rem;
    background: url("./img/slider-arrow-left.svg") no-repeat center center;
    background-size: contain;
}

.youtube-area-frame {
	max-width: 72rem;
	margin: 0 auto;
  width: 100%;
}
.youtube-area {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.youtube-area iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.text-area {
    line-height: 2;
}
.summary-box-l {
    padding: var(--s4) 0 var(--s4);
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-auto-rows: minmax(10px, auto) 1fr;
    grid-template-areas: "catch img" "content img";
    
}
.summary-box-l-catch {
    padding: var(--s2) var(--s1) var(--s2) var(--s6);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    background: url('./img/icon-summary.svg') no-repeat center left / auto 2em;
    background-size: 4rem 4rem;
    grid-area: catch;
}
.summary-box-l-img {
    padding-left: var(--s4);
    grid-area: img;
}
.summary-box-l-img img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.summary-box-l-content {
    grid-area: content;
}


/*------------------------------------------------------------
    sec03
------------------------------------------------------------*/
.sec03 .column-small {
    background: #F7F7F7;
    border: none;
        gap: var(--s1);
}
.sec03 table th {
    background: #d0d0d0;
    text-align: center;
}


/*------------------------------------------------------------
    sec04
------------------------------------------------------------*/
.bg-04 {
      background-color: rgba(198, 225, 217, 0.3);
      padding: 10rem 0;
}



.left-img-box {
  display: flex;
  align-items: flex-start; /* 上揃え */
  gap: var(--s4);
}
.left-img {
  flex: 0 0 40%;
  /* float や display: flow-root は不要に */
}
.left-img-box .txt-area {
  flex: 1;
}

.right-img-box {
  display: flow-root;
}
.right-img {
  width: 40%;
  margin-left: var(--s3);
  padding-bottom: var(--s1);
  float: right;
}
.right-img-catch, 
.left-img-catch {
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.right-img-catch a,
.left-img-catch a {
    background: url(./img/arrow-01-green-right.svg) no-repeat right / auto 1em;
        display: inline-block;
    padding-right: 4rem;
}

.right-img-box .txt-area{
  width: 55%;
}




/*------------------------------------------------------------
    sec05
------------------------------------------------------------*/
.title-catch {
  padding: .8rem .8rem 1.6rem .8rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #707070;
}
.title-catch span {
font-size: 1.9rem;
}

.title-catch a{
    background: url(./img/arrow-01-green-right.svg) no-repeat right / auto 1em;
    padding: 1rem 3rem 1rem 1rem;
        width: 100%;
    display: block;
}

.sec05 .title-catch{
  font-size: 2.2rem;
}

.sec02, .sec03, .sec04, .sec05{
  margin: 10rem 0 5rem;
}



/*------------------------------------------------------------
    下層
------------------------------------------------------------*/

.lower_bottom {
    margin-top: var(--s5);
    background: rgba(239, 239, 239, 0.5);
    padding: 2rem 0 5rem;
    position: relative;
}

.lower_bottom::before {
content: "";
    width: 40rem;
    height: 40rem;
    background: url(./img/lower_bottom-bg01.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -1.2rem;
}


.lower_bottom::after {
  content: "";
    width: 40rem;
    height: 40rem;
  background: url('./img/lower_bottom-bg02.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
      bottom: -1.2rem;;
}

.low-mainvisual{
    background-color: var(--site-color01);
    padding: var(--s3) 0;
    text-align: center;
}

.low-mainvisual img{ 
    width: 15%;
    display: block;     
    margin: 0 auto;     
}


.icon-head02 {
  margin-top: var(--s10);
  margin-bottom: var(--s4);
  margin-left: var(--s4);
  padding: var(--s4) var(--s2) var(--s4) var(--s12);
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 700;
  background-color: #EFEFEF;
  position: relative;
}
.icon-head02::before {
  content: "";
  width: 10.5rem;
  height: 10.5rem;
  background: url('./img/icon-head-point.svg') no-repeat center center;
  background-size: cover;
  position: absolute;
  left: -4rem;
  top: -1.6rem;
}


.twb-slider-spec-container {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
.twb-slider-container, .twb-spec-table-container {
  flex: 1 1 50%;
  min-width: 0;
}
.twb-spec-table-container {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
}


.product-slider-container {
  position: relative;
    padding-bottom: 3rem; /* ページネーション分の余白 */

}
.product-slider-container .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
}

.product-slide{
        padding-bottom: 4rem;
}

.product-slider-spec {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
.product-slider-container,
.product-spec-table-container {
  flex: 1 1 50%;
  min-width: 0;
}
.product-spec-table-container {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
}

.product-spec-table table th {
    background-color: #EFF0EF;
    text-align: left;
    width: 30%;
}


/* スライダー矢印のカスタム */
.product-slider-container .swiper-button-next,
.product-slider-container .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  z-index: 10;
}



.product-slider-container .swiper-button-next::after,
.product-slider-container .swiper-rtl .swiper-button-prev::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("./img/slider-arrow-right.svg") no-repeat center center;
  background-size: contain;
}

.product-slider-container .swiper-button-prev::after,
.product-slider-container .swiper-rtl .swiper-button-next::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("./img/slider-arrow-left.svg") no-repeat center center;
  background-size: contain;
}

/* ホバー時の透明度 */
.product-slider-container .swiper-button-next:hover,
.product-slider-container .swiper-button-prev:hover {
  opacity: 0.6;
}

.product-name {
    font-size: 2rem;
    font-weight: bold;
    color: var(--site-color01);
        margin-bottom: 1rem;
}


.product-slide img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
.product-spec-table table {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  table-layout: fixed;
  word-break: break-all;
}


.banner-security-gate {
  position: fixed;
  right: 32px;   /* 画面右端からの距離。必要に応じて調整 */
  bottom: 13rem;  /* 画面下端からの距離。必要に応じて調整 */
  width: 348px;
  height: 109px;
  z-index: 3;
  box-sizing: border-box;
    opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.banner-security-gate.js-show {
  opacity: 1;
  pointer-events: auto;
}

.banner-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.banner-illust {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;   /* イラスト画像サイズに合わせて調整 */
  z-index: 2;
}

.banner-text {
  position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  color: #fff;
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.banner-label {
  display: inline-block;
  background: #ffffff;
  color: var(--site-color02);
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0.1em 0.8em;
  margin-bottom: 0.6em;
  vertical-align: top;
}

.banner-main {
  display: flex;
  align-items: flex-end;
  gap: 0.3em;
  font-size: 1.8rem;
  font-weight: bold;
  /* margin-top: 0.5em; ←不要なら削除 */
}

.banner-number {
  font-size: 5rem;
  line-height: 1;
  margin-left: 0.3em;
}

.banner-unit {
  font-size: 1.2rem;
  margin-left: 0.1em;
}
.section-title02 a:hover,
.right-img-catch a:hover,
.left-img-catch a:hover,
.title-catch a:hover{
	opacity: 0.6;

}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {

    .for-sp{
        display: block;
    }

    .for-pc{
        display: none;
    }


    
    
.mv {
    margin-bottom: 16rem;
    position: relative;
    display: block;
    max-height: 370px;
  }

  .mv .wrapper {
    position: relative;
    max-width: 100%;
    background-color: #084037;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}



  .mv__left {
    padding: 2rem 7rem 2rem 1rem;

  }



  .mv__img {
        text-align: center;
        position: relative;
        left: 22%;
  }

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

.mv__catch {
    font-size: 2rem;
    color: #ffffff;
}

.mv__em {
    font-size: 2.7rem;
}

p.mv__desc {
    width: 100%;
    padding: 0 2rem;
        margin: var(--s2) 0 var(--s5);
}

.mv__logo {
    width: 50%;
}


.sec02 table th {
    width: 7rem;
    text-align: center;
}

.sec02, .sec03, .sec04, .sec05 {
    margin: 5rem 0 5rem;
}
.sec02 {
    padding: 5rem 0;
}

    .related-article01-list {
        padding: 0;
    }
    .related-article01-list li {
        margin-left: 0;
    }
    .relations-box__pic {
        flex: 0 0 100px;
    }
      /* 2.3.2 section-title02 */
    .section-title02 {
        font-size: 2.4rem;
        line-height: 1.5;
    }
    
    /* 2.1.0 slider-container */
    .slider-container {
        width: calc(100% - 3rem);
        margin: 0 auto;
    }
    .slider-container .swiper-button-next,
    .slider-container .swiper-button-prev {
        width: 3rem;
        height: 3rem;
        top: 45%;
    }
    .slider-container .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset,-1.5rem);
    }
    .slider-container .swiper-button-next {
        right: var(--swiper-navigation-sides-offset,-1.5rem);
    }

   .thb-listbox-area {
        padding: var(--s5) var(--s2) var(--s2) var(--s2);
    }

    .thb-listbox-list--three li {
        width: calc((100% - var(--s2)) / 2);
    }
    .thb-listbox-title {
        width: 50%;
        margin: -5rem auto 0 auto;
        padding: var(--s1);
        text-align: center;
    }

    .acc-more-btn {
    margin: var(--s1) auto;
  }
  .acc-more-btn span {
    transition: inherit;
    transform: none;
  }
  .acc-more-btn:hover span {
    transform: none;
  }

.onb-index01-frame {
    width: 90%;
}
.onb-index01-title {
    font-size: 1.8rem;

}

.onb-index01-wrap {
    padding: 1rem;
}

  .section-title02-frame {
    margin-top: var(--s4);
}
  .sec01 .section-title02-frame {
    margin-top: var(--s6);
}


.sec01 .arrow-title{
  font-size: 2.3rem;
}

.icon-head02 {	
    margin-left: var(--s2);
    padding: var(--s2) var(--s2) var(--s2) var(--s7);
    font-size: 1.8rem;
  }
  .icon-head02::before {
    content: "";
    width: 6rem;
    height: 6rem;
    left: -1.6rem;
  }

      .twb-slider-spec-container {
    flex-direction: column;
  }
   #toc .onb-index01-chapter {
        padding-left: var(--s4);
    }    

      .product-slider-spec {
    flex-direction: column;
      }


.product-slider-spec {
    flex-direction: column;
  }
  .product-slider-container,
  .product-spec-table-container {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 0;
  }


.low-mainvisual img {
    width: 50%;
}


.bg-01 {
    background: none;
    padding-bottom: 5rem;
}




.lower_bottom::before {
    content: "";
    width: 20rem;
    height: 20rem;
    background: url(./img/lower_bottom-bg01.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -.8rem;
}

.lower_bottom::after {
    content: "";
    width: 20rem;
    height: 20rem;
    background: url(./img/lower_bottom-bg02.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: -.8rem;
}

/*------------------------------------------------------------
    sec02
------------------------------------------------------------*/

.sec02 .column-medium {
    padding: var(--s2) var(--s3) var(--s6);
    gap: var(--s3);
}
  .section-title08 {
    padding: var(--s2);
    font-size: 2.2rem;
  }

  .section-title08::after {
    bottom: -1.5rem;
  }

    .section-title08 {
    font-size: 2.1rem;
    }

  .section-title04 {
        font-size: 2rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    .section-title04 {
    font-size: 2rem;
    }

  .sec02 .onb-m-title6 {
    font-size: 2rem;
    }
  .onb-center-img {
    max-width: 100%;
  }

    .onb-m-title6 {
    font-size: 2rem;
}
    .twb-slider-container .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset,-1rem);
    }
    .twb-slider-container .swiper-button-next {
        right: var(--swiper-navigation-sides-offset,-1rem);
    }
    .twb-slider-container .swiper-button-next,
    .twb-slider-container .swiper-button-prev {
        top: 38%;
    }
      .text-area {
        font-size: 1.4rem;
    }
    .summary-box-l {
        padding: var(--s2);
        display: block;
    }
    .summary-box-l-catch {
        margin-bottom: var(--s2);
        font-size: 1.8rem;
    padding-left: var(--s6);
    background-size: 3rem 3rem;
    }
    .summary-box-l-img {
        padding-left: 0;
        margin-bottom: var(--s2);
    }

    .title-catch {
        font-size: 1.8rem;

    }
    .sec02 .sub-catch,
    .sec01 .sub-catch {
    font-size: 2rem;
}

.section-title08 {
    margin-bottom: 1rem;
  }
  .section-title08 .arrow-title-sub {
    font-size: 2.3rem;
    margin: 0;
}

.twb-spec-table-container {
    padding: 0;
        width: 100%;    
}
  
.sec02 .acc-more-btn span {
    margin: var(--s1) auto;
}

.swiper-slide img{
  height: 230px;
}


.l-stack-small .btn-web {
  margin: 0 auto;
}

.l-stack-small .btn-tel {
 margin: 0 auto var(--s4);
}


/*------------------------------------------------------------
    sec04
------------------------------------------------------------*/
  .right-img {
    width: 100%;
    margin-left: 0;
    padding-bottom: var(--s2);
    float: inherit;
    text-align: center;
  }
    .left-img {
    width: 100%;
    margin-right: 0;
    padding-bottom: var(--s2);
    float: inherit;
    text-align: center;
  }

  .left-img-box {
    display: block;
}
  .right-img-box .txt-area {
    width: 100%;
}

  .section-title02-sub{
    font-size: 1.8rem;
  }

.bg-04 {
    padding: 0 0 var(--s3);
}
.right-img-catch,
.left-img-catch {
    font-size: 2rem;
}


.product-slider-container {
    padding-bottom: 0;
}

.product-spec-table table {
    table-layout: auto;       /* 固定解除 */
    display: inline-table;
    width: 100%;              /* 横幅いっぱいに */
    overflow-x: auto;         /* 横スクロール許可 */
    -webkit-overflow-scrolling: touch; /* スムーズスクロール */
  }

.product-spec-table table th,
.product-spec-table table td {
            display: block;
        width: 100%;
}
.host {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.sec05 .title-catch {
    font-size: 2rem;
}


}