@charset "utf-8";

/*--------------------------------------
　eng_ttl
---------------------------------------*/
.wrap {
  position: relative;
}

.eng_ttl_wrap {
  position: absolute;
  top: 100px;
  left: 0;
  width: 70px;
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 2;
}

.wrap .eng_ttl_wrap {
  height: 90%;
}
.sec02 .eng_ttl_wrap {
  height: 98%;
}
.sec03 .eng_ttl_wrap {
  height: 98%;
}
.sec05 .eng_ttl_wrap {
  height: 90%;
}
.sec06 .eng_ttl_wrap {
  height: 88%;
}
.sec07 .eng_ttl_wrap {
  height: 92%;
}
.sec08 .eng_ttl_wrap {
  height: 90%;
}

.eng_ttl_wrap .eng_ttl {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  left: 0;
}
.eng_ttl_wrap .eng_ttl img {
  display: block;
  width: 100%;
  height: auto;
  filter: invert(1);
}
.eng_ttl_wrap .eng_ttl img.sp_only{
  display: none;
}

@media screen and (max-width: 768px) {
  .eng_ttl_wrap {
    position: relative;
    top: inherit;
    left: inherit;
    mix-blend-mode: inherit;
    width: 100%;
  }

  .wrap .eng_ttl_wrap {
    height: auto;
    display: none;
  }
  .sec02 .eng_ttl_wrap {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    width: 70%;
    height: auto;
    margin: auto;
  }
  .sec03 .eng_ttl_wrap {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 70%;
    height: auto;
    margin: auto;
  }
  .sec05 .eng_ttl_wrap {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    width: 55%;
    height: auto;
    margin: auto;
  }
  .sec06 .eng_ttl_wrap {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    width: 70%;
    height: auto;
    margin: auto;
  }
  .sec07 .eng_ttl_wrap {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    width: 70%;
    height: auto;
    margin: auto;
  }
  .sec08 .eng_ttl_wrap {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    width: 70%;
    height: auto;
    margin: auto;
  }

  .eng_ttl_wrap .eng_ttl {
    position: relative;
    top: inherit;
    left: inherit;
  }
  .eng_ttl_wrap .eng_ttl img {
    filter: inherit;
  }
  .eng_ttl_wrap .eng_ttl img.sp_only{
    display: block;
  }  
  .eng_ttl_wrap .eng_ttl img.pc_only{
    display: none;
  }  
}


/*--------------------------------------
　fixed_header
---------------------------------------*/
.fixed_header_home {
  position: fixed;
	top: 0;
	left: 0;
  background: #fff;
  width: 100%;
  z-index: 1;
}

.fadein02 {
  display: none;
}



/*--------------------------------------
　MV
---------------------------------------*/
.mv_home {
  background: #fff;
  height: 100vh;
  min-height: 100vh;
  margin: auto;
  min-width: auto;
}

.mv_home .trigger {
  position: relative;
  width: 100%;
  height: 100%;
}

.mv_container {
  position: sticky;
  top: 0;
  width: 100%;
  height: 90%;
}

.mv_eng {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 1340px;
  margin: auto;
  pointer-events: none;
  opacity: 1;
  transition: opacity 1s ease-out;
}

.mv_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  pointer-events: none;
}
.mv_bg .bg-img {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease, transform 0.3s linear;
  will-change: transform, opacity;
  z-index: 0;
}
.mv_bg .bg-img01 {
  background: url("img/mv_home_bg01.png") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.mv_bg .bg-img02 {
  background: url("img/mv_home_bg02.png") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.mv_bg .bg-img03 {
  background: url("img/mv_home_bg03.png") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.mv_bg .bg-img04 {
  background: url("img/mv_home_bg04.png") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.mv_bg .bg-img::before,
.mv_bg .bg-img::after {
  content: "";
  position: absolute;
  top: 0;
  background: url("img/mv_deco01.png") left top no-repeat;
  background-size: 100% auto;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  z-index: 1;
}
.mv_bg .bg-img::before {
  left: 0;
}
.mv_bg .bg-img::after {
  right: 0;
  transform: scale(-1,1);
}
.mv_bg .bg-img.active {
  opacity: 1;
  z-index: 1;
}
.mv_bg .bg-img div {
  width: 100%;
  height: 100%;
  position: relative;
}
.mv_bg .bg-img div::before,
.mv_bg .bg-img div::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: scale(1,-1);
  background: url("img/mv_deco01.png") left top no-repeat;
  background-size: 100% auto;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  z-index: 1;
}
.mv_bg .bg-img div::before {
  left: 0;
}
.mv_bg .bg-img div::after {
  right: 0;
  transform: scale(-1,-1);
}

#mvTtlWrap {
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translate(0,-50%) translateY(20px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  pointer-events: none;
}
#mvTtlWrap.show {
  opacity: 1;
  transform: translate(0,-50%) translateY(0);
}
.mv_home .mv_ttl {
  font-size: 2.3rem;
}
.mv_home .mv_ttl .large {
      padding: 0.8rem 2.2rem;
  font-size: 4rem;
  position: relative;
}
.mv_home .mv_ttl .large::before,
.mv_home .mv_ttl .large::after {
	content: "";
	position: absolute;
  background: url("img/deco04.png") left top no-repeat;
  background-size: contain;
	width: 64px;
	height: 34px;
	box-sizing: border-box;
}
.mv_home .mv_ttl .large::before {
  top: 0;
  left: 0;
}
.mv_home .mv_ttl .large::after {
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}
.mv_home .mv_ttl .sub {
  background: #fff;
  padding: 1.5rem 1rem 1.5rem 2rem;
  font-size: 2.6rem;
}
.mv_home .mv_ttl .ttlBox {
  display: block;
  margin: 5rem 0 0 6rem;
  padding: 5rem 5rem 5rem;
  background: #fff;
  line-height: 2.5;
  box-shadow: -20px -20px 0 0 #7bcccf;
  position: relative;
}
.mv_home .mv_ttl .ttlBox::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #293839;
}

#mvScroll {
  position: absolute;
  bottom: 100px;
  left: 10%;
  opacity: 1;
  z-index: 2;
}
#mvScroll.show {
  opacity: 1;
  transform: translateY(0);
}
.mv_home .scroll {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  -webkit-text-orientation: inherit;
  text-orientation: inherit;
  position: relative;
  z-index: 0;
}
.mv_home .scroll::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%,0);
  background: #fff;
  width: 1px;
  height: 50px;
}
.mv_home .scroll::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background-color: #7bcccf;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  animation: expand 2s ease-out infinite;
  z-index: -1;
  filter: blur(10px);
}
@keyframes expand {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    filter: blur(10px);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    filter: blur(10px);
  }
}

@media screen and (max-width: 1366px) {
.mv_home .mv_ttl .ttlBox {
    display: block;
    margin: 3rem 0 0 3rem;
    padding: 2rem 2rem 2rem 4rem;
    line-height: 2.2;
}
.mv_home .mv_ttl {
    font-size: 2rem;
}

.mv_home .mv_ttl .sub {
    padding: 0.5rem 1rem 0.5rem 3rem;
    font-size: 2rem;
}

#mvTtlWrap {
    left: 2%;
	  top: 30%;
}
}	

@media screen and (max-width: 768px) {
  .mv_home {
    width: 100%;
  }

  .mv_home .trigger {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .mv_container {
    position: sticky;
    top: 0;
    width: 100%;
     height: 89%;
  }
  
  .mv_eng {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: auto;
    pointer-events: none;
    opacity: 1;
    transition: opacity 1s ease-out;
  }

  .mv_bg_sp {
    transform: translate(-50%,-50%);
    width: calc(100% - 30px);
    height: calc(100% - 140px);
    pointer-events: none;
	margin: auto;
  }
  .mv_bg_sp .bg-img-sp {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease, transform 0.3s linear;
    will-change: transform, opacity;
    z-index: 0;
  }
  .mv_bg_sp .bg-img-sp01 {
    background: url("img/mv_home_bg01_sp.png") center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }
  .mv_bg_sp .bg-img-sp02 {
    background: url("img/mv_home_bg02_sp.png") center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }
  .mv_bg_sp .bg-img-sp03 {
    background: url("img/mv_home_bg03_sp.png") center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }
  .mv_bg_sp .bg-img-sp04 {
    background: url("img/mv_home_bg04_sp.png") center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }
  .mv_bg_sp .bg-img-sp.active {
    opacity: 1;
    z-index: 1;
  }
  .mv_bg_sp .bg-img-sp div {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .mv_bg_sp .bg-img-sp div::before,
  .mv_bg_sp .bg-img-sp div::after {
    content: "";
    position: absolute;
    bottom: 0;
    transform: scale(1,-1);
    background: url("img/mv_deco01.png") left top no-repeat;
    background-size: 100% auto;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    z-index: 1;
  }
  .mv_bg_sp .bg-img-sp div::before {
    left: 0;
  }
  .mv_bg_sp .bg-img-sp div::after {
    right: 0;
    transform: scale(-1,-1);
  }

  #mvTtlWrap {
    top: 50%;
    left: 0;
    transform: translate(0,0) translateY(20px);
  }
  #mvTtlWrap.show {
    transform: translate(0,0) translateY(0);
  }
  .mv_home .mv_ttl {
    font-size: 1.4rem;
  }
  .mv_home .mv_ttl .large {
    display: inline-block;
    margin: 2px 0 1px;
        padding: 0.2rem 1.2rem;
    font-size: 2.4rem;
    position: relative;
  }
  .mv_home .mv_ttl .large::before,
  .mv_home .mv_ttl .large::after {
    width: 32px;
    height: 17px;
  }
  .mv_home .mv_ttl .sub {
    padding: 1rem 5px 1rem 1rem;
    font-size: 1.5rem;
  }
  .mv_home .mv_ttl .ttlBox {
    margin: 3rem 0 0 1rem;
    padding: 2rem 2rem 2rem;
    line-height: 2;
    box-shadow: -10px -10px 0 0 #7bcccf;
  }
  .mv_home .mv_ttl .ttlBox::after {
    top: 5px;
    left: 5px;
  }
  
  #mvScroll {
    bottom: 100px;
    left: inherit;
    right: 20px;
  }
  .mv_home .scroll {
    color: #293839;
    font-size: 1.4rem;
  }
  .mv_home .scroll::after {
    top: calc(100% + 5px);
    background: #293839;
    width: 1px;
    height: 30px;
  }
  .mv_home .scroll::before {
    width: 60px;
    height: 60px;
  }
}


/*--------------------------------------
　Main Index
---------------------------------------*/
.contents_top {
	width: 100%;
	min-width: 1100px;
	margin: auto;
	box-sizing: border-box;
  position: relative;
  z-index: 0;
  contain: paint;
}

.sec {
  background: #fff;
	width: 100%;
	min-width: 1100px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
  z-index: 0;
}

.sec .inner {
	max-width: 1100px;
	margin: auto;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.contents_top {
		min-width: 100%;
	}
  
	.sec {
		min-width: 100%;
	}
  
	.sec .inner {
		max-width: 100%;
	}
}





/*--------------------------------------
　Title
---------------------------------------*/
.main_ttl01 .sec_ttl {
  display: inline-block;
  padding: 0 0 0rem;
  font-size: 3.4rem;
  border-bottom: 1px dashed #293839;
  position: relative;
}
.main_ttl01 .sec_ttl .large {
  font-size: 4.4rem;
}
.main_ttl01 .sec_ttl::before {
  content: "";
  display: block;
  background: url("img/icon-ttl01_bl.png") left top no-repeat;
  background-size: contain;
	width: 34px;
	height: 46px;
  margin: 0 0 2rem -1.5rem;
  box-sizing: border-box;
}

.main_ttl01 .sec_ttl a {
  display: block;
  position: relative;
}
.main_ttl01 .sec_ttl a::after {
	content: "";
  display: inline-block;
  background: url("img/arrow_bk01.png") left center no-repeat;
  background-size: contain;
	width: 50px;
	height: 20px;
  margin-left: 2rem;
  box-sizing: border-box;
}

.main_ttl01 .sec_ttl::after {
  content: "";
  display: contents;
  vertical-align: middle;         /* テキストと縦位置を合わせる */
  width: 50px;
  height: 20px;
  margin-left: 2rem;              /* テキストとの間隔 */
  box-sizing: border-box;
  background: url("/img/arrow_wh01.png") no-repeat left center;
  background-size: contain;
}

.main_ttl02 {
  height: 640px;
  padding: 15rem 0 0;
  position: relative;
}
.main_ttl02::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/icon-ttl01_wh.png") left top no-repeat;
  background-size: contain;
	width: 34px;
	height: 46px;
  box-sizing: border-box;
}
.main_ttl02::after {
  content: "";
	position: absolute;
	top: 0;
  left: 50%;
  transform: translate(-50%, 0);
	width: 100vw;
	height: 480px;
  min-width: 1100px;
  box-sizing: border-box;
  z-index: -1;
}

.main_ttl02 .sec_ttl {
  display: inline-block;
  padding: 0 0 1.5rem;
  color: #fff;
  font-size: 3.4rem;
  border-bottom: 1px dashed #fff;
  text-shadow: 
	rgba(0,0,0,0.18) 1px 1px 18px,
	rgba(0,0,0,0.18) -1px 1px 18px,
	rgba(0,0,0,0.18) 1px -1px 18px,
	rgba(0,0,0,0.18) -1px -1px 18px;
  position: relative;
}
.main_ttl02 .sec_ttl .large {
  font-size: 4.4rem;
}

.main_ttl02 .sec_ttl .small {
    font-size: 2.4rem;
}

.main_ttl02 .sec_ttl a {
  display: block;
  color: #fff;
  position: relative;
}
.main_ttl02 .sec_ttl a::after {
	content: "";
  display: inline-block;
  background: url("img/arrow_wh01.png") left center no-repeat;
  background-size: contain;
	width: 50px;
	height: 20px;
  margin-left: 2rem;
  box-sizing: border-box;
}

.main_ttl02 .sec_ttl.js-fix.is-fixed {
  position: -webkit-sticky;
	position: sticky;
	top: 45rem;
	left: 0;
}
.main_ttl02 .sec_ttl.js-fix.change-color {
  position: -webkit-sticky;
	position: sticky;
	top: 45rem;
	left: 0;
  color: #293839;
  border-bottom: 1px dashed #293839;
  text-shadow: none;
}
.main_ttl02 .sec_ttl.js-fix.change-color .cl {
  color: #3aadb1;
}
.main_ttl02 .sec_ttl.js-fix.change-color::before {
  content: "";
  display: block;
  background: url("img/icon-ttl01_bl.png") left top no-repeat;
  background-size: contain;
	width: 34px;
	height: 46px;
  margin-left: -20px;
  box-sizing: border-box;
}
.main_ttl02 .sec_ttl.js-fix.change-color a {
  color: #293839;
}
.main_ttl02 .sec_ttl.js-fix.change-color a::after {
  background: url("img/arrow_bk01.png") left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .main_ttl01 {
    text-align: center;
  }
  .main_ttl01 .sec_ttl {
    padding: 0 0 1rem;
    font-size: 1.7rem;
  }
  .main_ttl01 .sec_ttl .large {
    font-size: 2.2rem;
  }
  .main_ttl01 .sec_ttl::before {
    width: 17px;
    height: 23px;
    margin: 0 auto 1.5rem;
  }

  .main_ttl01 .sec_ttl a::after {
    width: 25px;
    height: 10px;
    margin-left: 1rem;
  }

	
  .main_ttl02 {
    height: 400px;
    padding: 7rem 0 0;
    text-align: center;
  }
  .main_ttl02::before {
    display: none;
  }
  .main_ttl02::after {
    height: 300px;
    min-width: 100%;
  }

  .main_ttl02 .sec_ttl {
    padding: 0 0 1rem;
    font-size: 1.7rem;
  }
	
	.main_ttl02 .sec_ttl .small {
    font-size: 1.4rem;
}
	
  .main_ttl02 .sec_ttl .large {
    font-size: 2.2rem;
  }
  .main_ttl02 .sec_ttl::before {
    content: "";
    display: block;
    background: url("img/icon-ttl01_wh.png") left top no-repeat;
    background-size: contain;
    width: 17px;
    height: 23px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
  }

  .main_ttl02 .sec_ttl a::after {
    width: 25px;
    height: 10px;
    margin-left: 1rem;
  }

/*   .main_ttl02 .sec_ttl.js-fix.is-fixed {
    top: 7rem;
  }
  .main_ttl02 .sec_ttl.js-fix.change-color {
    top: 7rem;
  } */
  .main_ttl02 .sec_ttl.js-fix.change-color::before {
    width: 17px;
    height: 23px;
    margin-left: 0;
    margin: 0 auto 1.5rem;
  }
}



/*--------------------------------------
　bg
---------------------------------------*/
.bg_wh {
  padding: 0 0 0;
  position: relative;
}
.bg_wh::after {
  content: "";
	position: absolute;
  top: -260px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
	width: 100%;
  height: calc(100% + 260px);
  box-sizing: border-box;
  border-radius: 70px 70px 0 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .bg_wh {
    padding: 0 0 0;
    position: relative;
  }
  .bg_wh::after {
    top: -160px;
    height: calc(100% + 160px);
    border-radius: 35px 35px 0 0;
  }
}



/*--------------------------------------
　テキスト
---------------------------------------*/
.contents_top p {
	margin: 3rem 0 3rem;
	font-size: 1.5rem;
	line-height: 2;
}

.txt {
	margin: 3rem 0 3rem;
	font-size: 1.5rem;
	text-align: justify;
	line-height: 2;
}

.lead {
	margin: 3rem 0 0!important;
	font-size: 1.5rem;
	line-height: 2;
}

p.caption {
	margin: 1rem 0 0 0!important;
	padding: 0 0 0.5rem 0;
	font-size: 1rem;
	line-height: 1.3;
}

.sec p {
	margin: 0 0 0;
}

@media screen and (max-width: 768px) {
	.contents_top p {
		margin: 2rem 0 2rem;
		line-height: 1.8;
	}

	.txt {
		margin: 2rem 0 2rem;
		line-height: 1.8;
	}

	.lead {
		margin: 2rem 0 0!important;
		line-height: 1.8;
	}
  
  p.caption {
    margin: 1rem 0 0 0!important;
    padding: 0 0 0.5rem 0;
    font-size: 1rem;
    line-height: 1.3;
  }
  
  .sec p {
    margin: 0 0 0;
  }
}



/*--------------------------------------
　acc_parts
---------------------------------------*/
.acc_parts_pc .acc_box {
  display: none;
}
.acc_parts_pc .acc_btn {
	background: #fff;
	max-width: 360px;
	margin: 4rem auto 0;
	padding: 3rem 0 2rem;
	box-sizing: border-box;
  border: 1px solid #293839;
	text-align: center;
	line-height: 1.5;
	cursor: pointer;
	transition: all 0.4s;
  position: relative;
}
.acc_parts_pc .acc_btn::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	width: 100%;
	height: 100%;
  border: 1px solid #293839;
	box-sizing: border-box;
  transition: all 0.3s ease;
}
.acc_parts_pc .acc_btn div {
  display: block;
  width: 100%;
  padding: 0 4rem;
  position: relative;
}
.acc_parts_pc .acc_btn div::before,
.acc_parts_pc .acc_btn div::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
  transform: translate(0,-50%);
	background: #3a2429;
	width: 20px;
	height: 1px;
	transition: all 0.4s;
}
.acc_parts_pc .acc_btn div::after {
	transform: translate(0,-50%) rotate(90deg);
}
.acc_parts_pc .acc_btn.is-open div::before {
  display: none;
}
.acc_parts_pc .acc_btn.is-open div::after {
  transform: translate(0,-50%) rotate(180deg);
}
.acc_parts_pc .acc_btn span {
  font-size: 1.5rem;
}
.acc_parts_pc .acc_btn span::before {
  content: "もっと⾒る";
}
.acc_parts_pc .acc_btn.is-open span::before {
  content: "閉じる";
}

@media screen and (max-width: 768px) {
  .acc_parts_pc .acc_btn {
    max-width: 60%;
    margin: 2rem auto 0;
    padding: 1.5rem 0 1rem;
  }
  .acc_parts_pc .acc_btn::after {
    top: 3px;
    left: 3px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  .acc_parts_pc .acc_btn div {
    padding: 0 3.5rem;
  }
  .acc_parts_pc .acc_btn div::before,
  .acc_parts_pc .acc_btn div::after {
    right: 15px;
    width: 14px;
  }
  .acc_parts_pc .acc_btn span {
    font-size: 1.4rem;
  }
  
  
  .acc_parts_sp .acc_box {
    display: none;
  }
  .acc_parts_sp .acc_btn {
    background: #fff;
    max-width: 60%;
    margin: auto;
    padding: 1.5rem 0 1rem;
    box-sizing: border-box;
    border: 1px solid #293839;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.4s;
    position: relative;
  }
  .acc_parts_sp .acc_btn::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #293839;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  .acc_parts_sp .acc_btn div {
    display: block;
    width: 100%;
    padding: 0 3.5rem;
    position: relative;
  }
  .acc_parts_sp .acc_btn div::before,
  .acc_parts_sp .acc_btn div::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0,-50%);
    background: #3a2429;
    width: 14px;
    height: 1px;
    transition: all 0.4s;
  }
  .acc_parts_sp .acc_btn div::after {
    transform: translate(0,-50%) rotate(90deg);
  }
  .acc_parts_sp .acc_btn.is-open div::before {
    display: none;
  }
  .acc_parts_sp .acc_btn.is-open div::after {
    transform: translate(0,-50%) rotate(180deg);
  }
  .acc_parts_sp .acc_btn span {
    font-size: 1.4rem;
  }
  .acc_parts_sp .acc_btn span::before {
    content: "もっと⾒る";
  }
  .acc_parts_sp .acc_btn.is-open span::before {
    content: "閉じる";
  }
}



/*--------------------------------------
　sec_lead
---------------------------------------*/
.sec_lead.lead_block.for-sp {
  display:none;
}

.sec_lead {
  padding: 10rem 0 15rem;
  position: relative;
  z-index: 0;
}
.sec_lead::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/sec_lead_bg.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sec_lead .lead_block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sec_lead .lead_txt {
  margin: 0 5rem;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 2.5;
}
.sec_lead .lead_txt:nth-child(1) {
  order: 3;
}
.sec_lead .lead_txt:nth-child(2) {
  order: 2;
}
.sec_lead .lead_txt:nth-child(3) {
  order: 1;
}

@media screen and (max-width: 768px) {
  .sec_lead {
    padding: 0 0 0;
  }
  .sec_lead::after {
    display: none;
  }

  .sec_lead .lead_txt {
    width: 100%;
    margin: 0 0;
    font-size: 1.8rem;
    line-height: 3;
  }
  .sec_lead .lead_txt:nth-child(1) {
    order: 1;
  }
  .sec_lead .lead_txt:nth-child(2) {
    order: 2;
  }
  .sec_lead .lead_txt:nth-child(3) {
    order: 3;
  }


  #lead_trigger {
    height: calc(100vh + 110vh);
  }

  #lead_trigger .lead_container {
    background: url("img/sec_lead_bg.jpg") center center no-repeat;
    background-size: cover;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }
	
	
	
	
	
	
	
	
	
	
	  #lead_trigger .lead_block {
 display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 12px;
    position: static;        /* ← 固定 */
    transform: none;         /* ← 固定 */
    width: 80%;
    height: 100%;
    margin: 0 auto;
    z-index: 3;
    pointer-events: none;
  }
	  #lead_trigger .lead_txt {
    position: static;             /* ← 常に同じ */
    width: 30%;                   /* ← 基本状態で固定（activeで変えない） */
    height: auto;
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;                   /* ← 透明のままレイアウトに載せる */
    transition: opacity .6s ease; /* ← opacityだけ */
    will-change: opacity;
  }
  #lead_trigger .lead_txt.active {
    opacity: 1;
	           width: auto;
        margin: 150px 0px 0px 0px;/* ← 出すのは不透明度だけ */
  }
	
	
	
	
	
	

/*   #lead_trigger .lead_block {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
  }

  #lead_trigger .lead_txt {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(20px);
	   transition: opacity .6s ease, transform .6s ease;
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  } */
/*   #lead_trigger .lead_txt.active {
    position: relative;
    opacity: 1;
    transform: translateY(0);
  } */
}



/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
  padding: 0 0 27rem;
}

.sec01_upper {
  position: relative;
}

.sec01_upper .image01 {
  position: absolute;
  top: -120px;
  right: 0;
  width: 544px;
  z-index: 0;
}
.sec01_upper .image01::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -221px;
  background: url("img/sec01_bg.jpg") center center no-repeat;
  background-size: cover;
  width: 765px;
  height: 484px;
  z-index: -1;
}


.sec01_upper .txtBox {
  max-width: 60%;
	position: relative;
	z-index: 1;
}

.sec01 .main_ttl01 .sec_ttl {
  font-size: 2.5rem;
}
.sec01 .main_ttl01 .sec_ttl .large {
  font-size: 3.3rem;
}

.sec01_choices {
  margin: 23rem 0 0;
  position: relative;
}

.sec01_choices .image02 {
  position: absolute;
  top: -114px;
  left: 0;
  width: 635px;
  z-index: 0;
}
.sec01_choices .image02::after {
  content: "";
  position: absolute;
  bottom: 130px;
  right: -197px;	
  background: url("img/sec01_bg.jpg") center center no-repeat;
  background-size: cover;
  width: 830px;
  height: 440px;
  z-index: -1;
}

@media screen and (max-width: 1366px) {
  /* 1366px以下の画面幅に適用するスタイルをここに記述 */
.sec01_upper .image01 {
    width: 500px;
    }
	    .sec01_upper .image01::after {
        content: "";
        position: absolute;
        bottom: -100px;
        left: -177px;
        height: 429px;
        width: 677px;
    }
	.sec01_choices .image02 {
    width: 500px;
    }
	.sec01_choices .image02::after {
    content: "";
    position: absolute;
    bottom: 95px;
		right: -197px;
		background: url(img/sec01_bg.jpg) center center no-repeat;
    background-size: cover;
    width: 830px;
    height: 360px;
}
	.sec01 {
    padding: 0 0 20rem;
}
	
}


.sec01_choices .txtBox {
  max-width: 50%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}

.sec01_choices .cc {
  font-size: 2.5rem;
}

.sec01 .txt {
  margin: 3rem 0 0;
}
.sec01 .txt .fb {
  font-size: 1.6rem;
}
.sec01 .txt .bb {
  padding: 0 0 1rem;
  border-bottom: 1px dashed rgba(0,0,0,0.5);
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding: 4rem 0 6rem;
  }

  .sec01_upper .image01 {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    margin: 3rem 0 0;
  }
  .sec01_upper .image01::after {
    display: none;
  }

  .sec01_upper .txtBox {
    max-width: 100%;
  }
  .sec01_upper .txt {
    padding: 0 2rem;
  }
  
  .sec01 .main_ttl01 .sec_ttl {
    font-size: 1.6rem;
  }
  .sec01 .main_ttl01 .sec_ttl .large {
    font-size: 2.2rem;
  }

  .sec01_choices {
    margin: 5rem 0 0;
  }

  .sec01_choices .image02 {
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    z-index: 0;
  }

  .sec01_choices .image02::after {
    display: none;
  }

  .sec01_choices .txtBox {
    max-width: 100%;
    margin: -2rem 0 0 0;
    padding: 0 2rem;
    position: relative;
  }

  .sec01_choices .cc {
    font-size: 1.7rem;
  }

  .sec01 .txt {
    margin: 2rem 0 0;
    position: relative;
  }
  
/*   .sec01_upper .txt {
    margin: -2rem 0 0;
  } */
  .sec01 .txt .fb {
    font-size: 1.5rem;
  }
  .sec01 .txt .bb {
    padding: 0 0 3px;
    border-bottom: 1px dashed rgba(0,0,0,0.5);
  }
}



/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
  padding: 0 0 20rem;
}

.sec02 .main_ttl02 {
	height: 750px;
  text-align: center;
}
.sec02 .main_ttl02::before {
  display: none;
}
.sec02 .main_ttl02::after {
  background: url("img/com_parts_bg.jpg") center center no-repeat;
  background-size: cover;
  
	height: 550px;
}
.sec02 .main_ttl02 .sec_ttl {
  position: relative;
  z-index: 1;
}
.sec02 .main_ttl02 .sec_ttl::before {
  content: "";
  display: block;
  background: url("img/icon-ttl01_wh.png") left top no-repeat;
  background-size: contain;
	width: 34px;
	height: 46px;
  margin: 0 auto 3rem;
  box-sizing: border-box;
}
.sec02 .main_ttl02 .sec_ttl.js-fix.change-color::before {
  background: url("img/icon-ttl01_bl.png") left top no-repeat;
  background-size: contain;
  margin: 0 auto 3rem;
}
.sec02 .com_parts {
  background: none!important;
}
.sec02 .com_parts .btn-internal a::after {
  transform: translate(0,-50%) rotate(90deg);
}


.sec02_reco {
  padding: 20rem 0 0;
  position: relative;
  z-index: 0;
}
.sec02_reco::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/sec02_bg.jpg") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 633px;
  z-index: -1;
}


.sec02_reco .tab_parts {
  display: block;
        width: 100%;
  position: relative;
}
.sec02_reco .tab_wrap {
    order: 1;
    width: 100%;
    margin: 0 0 0;
}
.sec02_reco .tabArea {
  display: flex;
    justify-content: space-between;
    position: relative;
    top: inherit;
    left: inherit;
	margin-bottom: -4rem;
	border: 1px solid #293839;
}
.sec02_reco .tabArea.bottom{
	margin-top: -4rem;
}


.sec02_reco .tabArea li {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0;
  padding: 1rem 0 4.5rem 0;
  font-size: 2rem;
     border-right: 1px solid #293839;
    width: 33.33%;
    height: 140px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.sec02_reco .tabArea.bottom li {
padding: 4.5rem 0 1rem 0;
}
.sec02_reco .tabArea li:last-child {
    border-right: none;
}
.sec02_reco .tabArea li:last-child {
  margin: 0 0 0;
}
.sec02_reco .tabArea li .large {
  font-size: 2.5rem;
  font-weight: bold;
}
.sec02_reco .tabArea li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #bea976;
  width: 100%;
    height: 10px;
}
.sec02_reco .tabArea.bottom li::before {
    content: "";
    position: absolute;
            top: inherit;
        bottom: 0;
    right: 0;
}
.sec02_reco .tabArea li div {
  font-weight: bold;
	writing-mode: horizontal-tb; 
text-orientation: mixed;
font-family: "Noto Serif JP", serif;
}
.sec02_reco .tabArea li.active {
  background: #dbf0f1;
}
.sec02_reco .tabArea li.active::before {
  background: #7bcccf;
}

.sec02_reco .tabContentsWrap {
 order: 1;
  background: #fff;
  width: 100%;
  padding: 10rem 8rem 10rem;
  border: 1px solid #293839;
  border-radius: 50px;
	z-index: 2;
    position: relative;
}
.tabArea.top li {
  transition: opacity 0.3s ease; /* なめらかに変化 */
}

.tabArea.top li:hover {
color:#6f7f89;
}

.sec02_reco .cc {
  font-size: 2.8rem;
  text-align: center;
  position: relative;
}
.sec02_reco .cc::before {
  content: "";
  display: block;
  background: url("img/deco02.png") left top no-repeat;
  background-size: contain;
  width: 680px;
  height: 30px;
  margin: 0 auto 3rem;
}

.sec02_reco .ttl01 {
  margin: 2rem 0 0;
  font-size: 4rem;
  text-align: center;
}

.sec02_reco .imgBox {
  max-width: 500px;
  margin: 3rem auto 0;
}
.sec02_reco .caption {
  text-align: center;
}


.sec02_reco .feature {
  margin: 6rem 0 0;
  padding: 0 8rem;
}
.sec02_reco .feature_block {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.sec02_reco .feature_block .boxL {
  width: 12%;
}
.sec02_reco .feature_ttl {
  display: inline-block;
  font-size: 2.6rem;
  padding: 3rem 2rem;
  position: relative;
}
.sec02_reco .feature_ttl::before,
.sec02_reco .feature_ttl::after {
	content: "";
	position: absolute;
  background: url("img/deco03.png") left top no-repeat;
  background-size: contain;
	width: 38px;
	height: 66px;
	box-sizing: border-box;
}
.sec02_reco .feature_ttl::before {
  top: 0;
  right: 0;
}
.sec02_reco .feature_ttl::after {
  bottom: 0;
  left: 0;
  transform: scale(-1, -1);
}
.sec02_reco .feature_ttl .large {
  display: flex;
  justify-content: flex-end;
  font-size: 3.4rem;
}
.sec02_reco .feature_block .boxR {
  width: 75%;
}


.sec02_reco .charm {
  margin: 10rem 0 0;
}
.sec02_reco .charm_ttl01 {
  font-size: 2.6rem;
  text-align: center;
  position: relative;
}
.sec02_reco .charm_ttl01 .large {
  padding: 0 0 5px;
  font-size: 3.4rem;
  border-bottom: 1px solid #bea976;
}
.sec02_reco .charm_block {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0 0;
}
.sec02_reco .charm_item {
  background: #e3f9fa;
  width: calc(33.33% - 1rem);
  padding: 3rem 3rem 3rem;
}
.sec02_reco .charm .num {
  font-size: 2.2rem;
  text-align: center;
}
.sec02_reco .charm_ttl02 {
  padding: 0 0 2rem;
  font-size: 2.2rem;
  text-align: center;
  border-bottom: 1px solid #7bcccf;
}
.sec02_reco .charm .txt {
  margin: 2rem 0 0;
}


.sec02_reco .ttl02 {
  padding: 0 0 0 9rem;
  font-size: 2.6rem;
  position: relative;
}
.sec02_reco .ttl02 .large {
  font-size: 3.4rem;
}
.sec02_reco .ttl02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: #bea976;
  width: 70px;
  height: 1px;
}


.sec02_reco .voice {
  margin: 10rem 0 0;
}
.sec02_reco .interview_parts {
  margin: 5rem 0 0;
}
.sec02_reco .interview_block {
  max-width: 100%;
  margin: 0 0 4rem;
  padding: 4rem 5rem 4rem;
  border: none;
  box-shadow: none;
}
.sec02_reco .interview_block:last-child {
  margin: 0 0 0;
}
.sec02_reco .interview_block:nth-child(odd) {
  background: #fbf9f5;
}
.sec02_reco .interview_block:nth-child(even) {
  background: #fff;
  border: 1px solid #bea976;
}
.sec02_reco .interview_block:nth-child(even) .icon_wrap {
  order: 2;
}
.sec02_reco .interview_block:nth-child(even) .sub {
  order: 2;
}
.sec02_reco .interview_block:nth-child(even) .icon {
  order: 1;
}
.sec02_reco .interview_block:nth-child(even) .txtBox {
  order: 1;
}


.sec02_reco .info {
  margin: 10rem 0 0;
}
.sec02_reco .info_block {
  margin: 5rem 0 0;
}
.sec02_reco .info_block dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec02_reco .info_block dt {
  width: 20%;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #293839;
}
.sec02_reco .info_block dd {
  width: 80%;
  padding: 2rem 2rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  border-bottom: 1px solid #e1e5e4;
}


.sec02_reco .btn-web a {
  margin: 5rem auto 0;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding: 0 0 10rem;
  }
  
  
  .sec02 .main_ttl02 {
    height: 400px;
  }
  .sec02 .main_ttl02::after {
    background: url("img/com_parts_bg_sp.jpg") center center no-repeat;
    background-size: cover;
    height: 300px;
  }
  .sec02 .main_ttl02 .sec_ttl::before {
    width: 17px;
    height: 23px;
    margin: 0 auto 1.5rem;
  }
  .sec02 .main_ttl02 .sec_ttl.js-fix.change-color::before {
    width: 17px;
    height: 23px;
    margin: 0 auto 1.5rem;
  }
  .sec02 .com_parts .btn-internal a::after {
    transform: translate(0,-50%) rotate(90deg);
  }
  

  .sec02 .com_block {
    padding: 0 2rem;
  }
  .sec02 .note_wrap {
    padding: 0 2rem;
  }
  

  .sec02_reco {
    padding: 8rem 2rem 0;
  }
  .sec02_reco::after {
    background: url("img/sec02_bg_sp.jpg") center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-top: calc(100%*625/750);
  }


  .sec02_reco .tab_parts {
    display: block;
    width: 100%;
  }
  .sec02_reco .tab_wrap {
    order: 1;
    width: 100%;
    margin: 0 0 0;
  }
  .sec02_reco .tabArea {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: inherit;
    left: inherit;
	  
  }
  .sec02_reco .tabArea.top {
    align-items: flex-end;
    margin: 0 0 -25px;
	  border: none;
  }
  .sec02_reco .tabArea.bottom {
    align-items: flex-start;
    margin: 0;
	   border: none;
  }
	.sec02_reco .tabArea li:last-child {
    border-right: 1px solid #293839;
}
	.sec02_reco .tabArea.bottom li {
    padding:0 0 1rem 0;
		height: 90px;
}
  .sec02_reco .tabArea li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0;
    padding: 0 0 1.5rem 0;
    border: none;
    width: 33.33%;
    height: 110px;
    box-sizing: border-box;
    font-size: 3.2vw;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #293839;
    border-right: 1px solid #293839;
    position: relative;
    cursor: pointer;
  }
  .sec02_reco .tabArea li:nth-child(1) {
    border-left: 1px solid #293839;
  }
  .sec02_reco .tabArea li .large {
    font-size: 3.6vw;
  }
  .sec02_reco .tabArea li::before {
    top: 0;
    right: inherit;
    left: 0;
    background: #bea976;
    width: 100%;
    height: 5px;
  }
  .sec02_reco .tabArea.top li::before {
    top: 0;
  }  
  .sec02_reco .tabArea.bottom li::before {
    top: inherit;
    bottom: 0;
  }
  .sec02_reco .tabArea li.active {
    height: 125px;
  }
  .sec02_reco .tabArea.top li.active {
    padding: 2rem 0 4rem;
  }
  .sec02_reco .tabArea.bottom li.active {
           padding: 1rem 0 1rem;
        height: 110px;
    }
  .sec02_reco .tabArea li:nth-child(2).active::after,
  .sec02_reco .tabArea li:nth-child(3).active::after  {
    content: "";
    position: absolute;
    left: -1px;
    background: #293839;
    width: 1px;
    height: 15px;
    box-sizing: border-box;
  }
  .sec02_reco .tabArea.top li:nth-child(2).active::after,
  .sec02_reco .tabArea.top li:nth-child(3).active::after {
    top: -1px;
  }
  .sec02_reco .tabArea.bottom li:nth-child(2).active::after,
  .sec02_reco .tabArea.bottom li:nth-child(3).active::after {
    bottom: -1px;
  }

  
  .sec02_reco .tabContentsWrap {
    width: 100%;;
    padding: 3rem 2rem 3rem;
    border-radius: 25px 25px 0 0;
    position: relative;
	  bottom: -1px;
  }

  .sec02_reco .cc {
    font-size: 1.7rem;
  }
  .sec02_reco .cc::before {
    width: 100%;
    height: 0;
    padding-top: calc(100%*30/660);
    margin: 0 auto 1.5rem;
  }

  .sec02_reco .ttl01 {
    margin: 1.5rem 0 0;
    font-size: 2.2rem;
  }

  .sec02_reco .imgBox {
    max-width: 90%;
    margin: 2rem auto 0;
  }


  .sec02_reco .feature {
    margin: 4rem 0 0;
    padding: 0 0;
  }
  .sec02_reco .feature_block {
    display: block;
  }
  .sec02_reco .feature_block .boxL {
    width: 100%;
    text-align: center;
  }
  .sec02_reco .feature_ttl {
    display: inline-block;
    font-size: 1.7rem;
    padding: 1.5rem 2rem;
  }
  .sec02_reco .feature_ttl::before,
  .sec02_reco .feature_ttl::after {
    content: "";
    position: absolute;
    background: url("img/deco03_sp.png") left top no-repeat;
    background-size: contain;
    width: 41px;
    height: 22px;
  }
  .sec02_reco .feature_ttl::before {
    top: 0;
    right: inherit;
    left: 0;
  }
  .sec02_reco .feature_ttl::after {
    bottom: 0;
    left: inherit;
    right: 0;
    transform: scale(-1, -1);
  }
  .sec02_reco .feature_ttl .large {
    display: inline-block;
    font-size: 2.1rem;
  }
  .sec02_reco .feature_block .boxR {
    width: 100%;
    margin: 2rem 0 0;
  }


  .sec02_reco .charm {
    margin: 6rem 0 0;
  }
  .sec02_reco .charm_ttl01 {
    font-size: 1.7rem;
  }
  .sec02_reco .charm_ttl01 .large {
    padding: 0 0 5px;
    font-size: 2.1rem;
  }
  .sec02_reco .charm_block {
    display: block;
    margin: 2rem 0 0;
  }
  .sec02_reco .charm_item {
    width: 100%;
    margin: 0 0 2rem;
    padding: 2rem 2rem 3rem;
  }
  .sec02_reco .charm_item:last-child {
    margin: 0 0 0;
  }
  .sec02_reco .charm .num {
    font-size: 1.8rem;
  }
  .sec02_reco .charm_ttl02 {
    padding: 0 0 1rem;
    font-size: 1.8rem;
  }
  .sec02_reco .charm .txt {
    margin: 1.5rem 0 0;
  }


  .sec02_reco .ttl02 {
    padding: 0 0 0 5rem;
    font-size: 1.7rem;
  }
  .sec02_reco .ttl02 .large {
    font-size: 2.1rem;
  }
  .sec02_reco .ttl02::before {
    width: 35px;
  }


  .sec02_reco .voice {
    margin: 6rem 0 0;
  }
  .sec02_reco .interview_parts {
    margin: 2rem 0 0;
  }
  .sec02_reco .interview_block {
    margin: 0 0 2rem;
    padding: 3rem 2rem 3rem;
  }


  .sec02_reco .info {
    margin: 6rem 0 0;
  }
  .sec02_reco .info_block {
    margin: 2rem 0 0;
  }
  .sec02_reco .info_block dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec02_reco .info_block dt {
    width: 35%;
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
  }
  .sec02_reco .info_block dd {
    width: 65%;
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
  }


  .sec02_reco .btn-web a {
    margin: 3rem auto 0;
  }
}



/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
  background: #f6ffff;
  border-radius: 70px 0 0 0;
  position: relative;
}

.sec03 .image01 {
  position: absolute;
    top: -80px;
    right: 0;
  z-index: -1;
}
.sec03 .image01::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: -156px;
  background: url("img/sec03_bg.jpg") center center no-repeat;
  background-size: cover;
  width: 590px;
  height: 340px;
  z-index: -1;
}
.sec03 .image01 .imageBox {
  width: 546px;
}

.sec03 .main_ttl01 {
  max-width: 57%;
}

.sec03_rewarding01 {
  margin: 10rem 0 0;
  position: relative;
}

.sec03_rewarding01 .image02 {
  position: absolute;
    top: -250px;
    right: 75%;
  width: 500px;
  z-index: 0;
}
.sec03_rewarding01 .image02::after {
  content: "";
  position: absolute;
  bottom: -75px;
  right: -120px;
  background: url("img/sec03_bg.jpg") center center no-repeat;
  background-size: cover;
  width: 480px;
  height: 310px;
  z-index: -1;
}

.sec03_rewarding01 .txtBox {
  max-width: 56%;
  margin: 0 380px 0 0;
}
.sec03_rewarding01 .ttl01 {
  font-size: 3rem;
}
.sec03_rewarding01 .txt {
  margin: 3rem 0 0;
}


.sec03_rewarding02 {
  margin: 20rem 0 0;
}



.sec03_rewarding02 .tabArea {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 160px);
  margin: auto;
}
.sec03_rewarding02 .tabArea.top {
  align-items: flex-end;
}
.sec03_rewarding02 .tabArea.bottom {
  display: none;
  align-items: flex-start;
}
.sec03_rewarding02 .tabArea li {
  background: #dbf0f1;
  width: calc(25% - 1rem);
  padding: 2rem 1.5rem;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid #293839;
  cursor: pointer;
  position: relative;
}
.sec03_rewarding02 .tabArea.top li {
  border-bottom: none;
}
.sec03_rewarding02 .tabArea.bottom li {
  border-top: none;
}
.sec03_rewarding02 .tabArea li.active {
  background: #bceeee;
  font-size: 2.2rem;
}
.sec03_rewarding02 .tabArea.top li.active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top: 18px solid #bceeee;
  z-index: 2;
}
.sec03_rewarding02 .tabArea.top li.active::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 20px solid #293839;
  z-index: 1;
}
.sec03_rewarding02 .tabArea.bottom li.active::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-bottom: 18px solid #bceeee;
  z-index: 2;
}
.sec03_rewarding02 .tabArea.bottom li.active::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 20px solid #293839;
  z-index: 1;
}
.sec03_rewarding02 .tabArea li div {
  font-weight: bold;
}

.sec03_rewarding02 .tabContentsWrap {
  padding: 2rem 8rem 12rem;
  position: relative;
  z-index: 0;
}
.sec03_rewarding02 .tabContentsWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100vw;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50px 0 0 0;
  border: 1px solid #293839;
  border-right: none;
  z-index: -1;
}

.sec03_rewarding02 .tabContents {
  display: none;
}
.sec03_rewarding02 .tabContents.show {
  display: block;
}

.sec03_rewarding02 .interview_block {
  max-width: 100%;
  margin: 0 0 4rem;
  padding: 4rem 5rem 4rem;
  border: none;
  box-shadow: none;
}
.sec03_rewarding02 .interview_parts {
  margin: 6rem 0 0;
}
.sec03_rewarding02 .interview_block:last-child {
  margin: 0 0 0;
}
.sec03_rewarding02 .interview_block:nth-child(odd) {
  background: #fbf9f5;
}
.sec03_rewarding02 .interview_block:nth-child(even) {
  background: #fff;
  border: 1px solid #bea976;
}
.sec03_rewarding02 .interview_block:nth-child(even) .icon_wrap {
  order: 2;
}
.sec03_rewarding02 .interview_block:nth-child(even) .sub {
  order: 2;
}
.sec03_rewarding02 .interview_block:nth-child(even) .icon {
  order: 1;
}
.sec03_rewarding02 .interview_block:nth-child(even) .txtBox {
  order: 1;
}

.sec03_rewarding02 .eng_txt {
  color: #e1f3f3;
  font-weight: bold;
  font-size: 5rem;
  line-height: 1;
  position: relative;
}
.sec03_rewarding02 .eng_txt .large {
  font-size: 9.5rem;
  font-weight: bold;
  line-height: 1;
}
.sec03_rewarding02 .eng_txt::after {
  content: "";
  position: absolute;
  bottom: 28px;
  right: calc(100% + 10px);
  background: #e1f3f3;
  width: 48px;
  height: 2px;
  box-sizing: border-box;
}

.sec03_rewarding02 .ttl02 {
  margin: 3rem 0 0;
  font-size: 3.4rem;
  text-align: center;
}

.sec03_rewarding02 .lead {
  text-align: center;
}

.sec03_rewarding02 .btn-internal a {
  margin: 6rem  auto 0;
}

@media screen and (max-width: 768px) {
  .sec03 {
    border-radius: 0 0 0 0;
  }

  .sec03 .image01 {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    margin: 0 0 0 0;
    z-index: 0;
  }
  .sec03 .image01::after {
    bottom: -30px;
    left: inherit;
    right: 0;
    background: url("img/sec03_bg.jpg") center center no-repeat;
    background-size: cover;
    width: 45%;
    height: 0;
    padding-top: calc(45%*340/560);
    z-index: -1;
  }
  .sec03 .image01 .imageBox {
    width: 87%;
    margin: 0 0 0 auto;
  }

  .sec03 .main_ttl01 {
    max-width: 100%;
    margin: 4rem 0 0;
    padding: 0 2rem;
  }

  .sec03_rewarding01 {
    margin: 3rem 0 0;
    padding: 0 2rem;
  }

  .sec03_rewarding01 .txtBox {
    max-width: 100%;
    margin: 0 0 0 0;
  }
  .sec03_rewarding01 .ttl01 {
    font-size: 1.8rem;
    text-align: center;
  }
  .sec03_rewarding01 .txt {
    margin: 1.5rem 0 0;
  }


  .sec03_rewarding02 {
    margin: 5rem 0 0;
    padding: 0 2rem;
  }

  .sec03_rewarding02 .tabArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .sec03_rewarding02 .tabArea.bottom {
    display: flex;
  }
  .sec03_rewarding02 .tabArea li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 5px);
    height: 60px;
    margin: 0 0 1.5rem;
    padding: 2rem 1.5rem;
    font-size: 3.5vw;
  }
  .sec03_rewarding02 .tabArea.top li {
    border-bottom: 1px solid #293839;
  }
  .sec03_rewarding02 .tabArea.top li:nth-child(3),
  .sec03_rewarding02 .tabArea.top li:nth-child(4) {
    margin: 0 0 0;
    border-bottom: none;
	  padding: 4px 6px 4px 6px;
  }

  .sec03_rewarding02 .tabArea.bottom li {
    margin: 1.5rem 0 0;
    border-top: 1px solid #293839;
  }
  .sec03_rewarding02 .tabArea.bottom li:nth-child(1),
  .sec03_rewarding02 .tabArea.bottom li:nth-child(2) {
    margin: 0 0 0;
    border-top: none;
  }
  .sec03_rewarding02 .tabArea.top li:nth-child(3) {
    height: 83px;
    margin: 0 0 -2.3rem;
    padding: 2rem 1.5rem 4rem;
  }
  .sec03_rewarding02 .tabArea li.active {
    height: 80px;
    font-size: 4vw;
  }
  .sec03_rewarding02 .tabArea.top li:nth-child(3).active {
    height: 80px;
    margin: 0 0 -1px;
    padding: 2rem 1.5rem 2rem;
    border-bottom: 1px solid #293839;
  }
  .sec03_rewarding02 .tabArea.top li.active::before {
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 10px solid #bceeee;
  }
  .sec03_rewarding02 .tabArea.top li.active::after {
    margin-left: -9px;
    border: 9px solid transparent;
    border-top: 12px solid #293839;
  }
  .sec03_rewarding02 .tabArea.bottom li.active::before {
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 10px solid #bceeee;
  }
  .sec03_rewarding02 .tabArea.bottom li.active::after {
    margin-left: -9px;
    border: 9px solid transparent;
    border-bottom: 12px solid #293839;
  }

  .sec03_rewarding02 .tabContentsWrap {
    padding: 1rem 0 4rem 2rem;
  }
  .sec03_rewarding02 .tabContentsWrap::after {
    border-radius: 25px 0 0 0;
  }

  .sec03_rewarding02 .interview_block {
    max-width: 100%;
    margin: 0 0 2rem;
    padding: 3rem 2rem 3rem;
  }
  .sec03_rewarding02 .interview_parts {
    margin: 3rem 0 0;
  }

  .sec03_rewarding02 .eng_txt {
    padding: 0 0 0 2.5rem;
    font-size: 2rem;
  }
  .sec03_rewarding02 .eng_txt .large {
    font-size: 3.5rem;
  }
  .sec03_rewarding02 .eng_txt::after {
    bottom: 11px;
    right: inherit;
    left: 0;
    width: 20px;
    height: 1px;
  }

  .sec03_rewarding02 .ttl02 {
    margin: 1rem 0 0;
    font-size: 1.7rem;
  }
  .sec03_rewarding02 .ttl02 .large {
    margin: 1rem 0 0;
    font-size: 2.2rem;
  }

  .sec03_rewarding02 .lead {
    text-align: justify;
  }

  .sec03_rewarding02 .btn-internal a {
    margin: 3rem  auto 0;
  }  
}

@media screen and (max-width: 1366px) {
    .sec03 .image01 {
        width: 466px;
    }
}


/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
  background: #f6ffff;
  padding: 10rem 0 12rem;
  
}

.sec04_work {
  padding: 10rem 14rem 10rem;
  position: relative;
  z-index: 0;
}
.sec04_work::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
  background: url("img/sec04_bg.jpg") center center no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100%;
  box-sizing: border-box;
  border-radius: 0 50px 0 0;
  z-index: -1;
}

.sec04_work .work_block {
  display: flex;
  justify-content: space-between;
}

.sec04_work .boxL {
  width: 560px;
  order: 1;
}

.sec04_work .imgBox .caption {
  text-align: center;
}

.sec04_work .ttl01 {
  margin: 3rem 0 0;
  font-size: 2.4rem;
}

.sec04_work .txt {
  margin: 3rem 0 0;
}

.sec04_work .boxR {
  width: calc(100% - 630px);
  order: 2;
}

.sec04_work .main_ttl {
  text-align: center;
}

.sec04_work .main_ttl .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  position: relative;
}
.sec04_work .main_ttl .sub:before,
.sec04_work .main_ttl .sub::after {
  content: "";
  background: #293839;
  width: 40px;
  height: 1px;
}
.sec04_work .main_ttl .sub:before {
  margin-right: 2rem;
}
.sec04_work .main_ttl .sub::after {
  margin-left: 2rem;
}

.sec04_work .sec_ttl {
  margin: 3rem 0 0;
  font-size: 2.6rem;
  text-align: left;
}
.sec04_work .sec_ttl .large {
  display: inline-block;
  margin: 0 1rem;
  padding: 3rem 1rem;
  font-size: 3.6rem;
  position: relative;
}
.sec04_work .sec_ttl .large::before,
.sec04_work .sec_ttl .large::after {
	content: "";
	position: absolute;
  background: url("img/deco01.png") left top no-repeat;
  background-size: contain;
	width: 34px;
	height: 94px;
	box-sizing: border-box;
}
.sec04_work .sec_ttl .large::before {
  top: 0;
  right: 0;
}
.sec04_work .sec_ttl .large::after {
  bottom: 0;
  left: 0;
  transform: scale(-1, -1);
}
.sec04_work .sec_ttl .spn01 {
  display: inline-block;
  margin: 2rem 0 0;
}
.sec04_work .sec_ttl .spn02 {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 -3rem;
}

.sec04_work .btnBox {
  margin: 6rem 0 0;
}
.sec04_work .btnBox > div {
  width: calc(50% - 4rem);
  margin: 0 2rem 0;
}

@media screen and (max-width: 768px) {
  .sec04 {
    padding: 6rem 0 8rem;
  }

  .sec04_work {
    padding: 5rem 2rem 6rem;
  }
  .sec04_work::after {
    width: 100vw;
    height: 100%;
    border-radius: 0 0 0 0;
  }

  .sec04_work .work_block {
    display: block;
  }

  .sec04_work .boxL {
    width: 100%;
  }

  .sec04_work .imgBox {
    margin: 2rem 0 0;
  }

  .sec04_work .ttl01 {
    margin: 2rem 0 0;
    font-size: 1.6rem;
  }

  .sec04_work .txt {
    margin: 1.5rem 0 0;
  }

  .sec04_work .boxR {
    width: 100%;
  }

  .sec04_work .main_ttl {
    text-align: center;
  }

  .sec04_work .main_ttl .sub {
    font-size: 1.5rem;
  }
  .sec04_work .main_ttl .sub:before,
  .sec04_work .main_ttl .sub::after {
    width: 20px;
  }
  .sec04_work .main_ttl .sub:before {
    margin-right: 1rem;
  }
  .sec04_work .main_ttl .sub::after {
    margin-left: 1rem;
  }

  .sec04_work .sec_ttl {
    margin: 1.5rem 0 0;
    font-size: 1.7rem;
    text-align: center;
  }
  .sec04_work .sec_ttl .large {
    margin: 0 0;
    padding: 1rem 2rem;
    font-size: 2.2rem;
  }
  .sec04_work .sec_ttl .large::before,
  .sec04_work .sec_ttl .large::after {
    background: url("img/deco01_sp.png") left top no-repeat;
    background-size: contain;
    width: 65px;
    height: 25px;
  }
  .sec04_work .sec_ttl .large::before {
    top: 0;
    right: inherit;
    left: 0;
  }
  .sec04_work .sec_ttl .large::after {
    bottom: 0;
    left: inherit;
    right: 0;
    transform: scale(-1, -1);
  }
  .sec04_work .sec_ttl .spn01 {
    margin: 0 0 0;
  }
  .sec04_work .sec_ttl .spn02 {
    display: inline-block;
    margin: 0 0 0;
  }

  .sec04_work .btnBox {
    margin: 3rem 0 0;
  }
  .sec04_work .btnBox > div {
    width: 90%;
    margin: 0 auto 2rem;
  }
}



/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
  padding: 0 0 20rem;
}

.sec05 .main_ttl02::after {
  background: url("img/sec05_bg.jpg") center center no-repeat;
  background-size: cover;
}

.sec05 .bg_wh::after {
  top: -340px;
  height: calc(100% + 340px);
}


.sec05_company {
  margin: 8rem 0 0;
}

.sec05_company .company_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec05_company .company_item {
  width: calc((100% - 40px) / 3);
  margin: 0 0 20px 0;
	position: relative;
	    display: block;
    border: 1px solid #293839;
    position: relative;
}
.sec05_company .company_item:nth-of-type(3n-1):nth-last-of-type(1) {
	margin: 0 auto 20px 20px;
}


.sec05_company .company_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #bea976;
  width: 100%;
  height: 12px;
  box-sizing: border-box;
}

.sec05_company .ttl01 {
  display: flex;
  align-items: center;
  width: calc(100% - 6rem);
  margin: 3rem auto 0;
  padding: 0 5rem 0 0;
  font-size: 2.5rem;
  position: relative;
}
.sec05_company .ttl01::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_bk01.png") left center no-repeat;
  background-size: contain;
	width: 34px;
	height: 14px;
  box-sizing: border-box;
}

.sec05_company .imgBox {
  width: calc(100% - 6rem);
  margin: 2rem auto 0;
}
.sec05_company .caption {
  text-align: center;
}

.sec05_company .txt {
  width: calc(100% - 6rem);
  margin: 2rem auto 0;
}

.sec05_company .manage {
  width: calc(100% - 6rem);
  margin: 2rem auto 0;
  padding: 0 0 3rem;
}

@media screen and (max-width: 768px) {
  .sec05 {
    padding: 0 0 10rem;
  }

  .sec05 .main_ttl02::after {
    background: url("img/sec05_bg_sp.jpg") center center no-repeat;
    background-size: cover;
  }

  .sec05 .bg_wh::after {
    top: -180px;
    height: calc(100% + 180px);
  }


  .sec05_company {
    margin: 3rem 0 0;
    padding: 0 2rem;
  }

  .sec05_company .company_block {
    display: block;
  }

  .sec05_company .company_item {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .sec05_company .company_item:nth-of-type(3n-1):nth-last-of-type(1) {
    margin: 0 0 2rem 0;
  }

  .sec05_company .company_item a::before {
    height: 6px;
  }

  .sec05_company .ttl01 {
    display: block;
    width: calc(100% - 4rem);
    margin: 2.5rem auto 0;
    padding: 0 5rem 0 0;
    font-size: 1.7rem;
  }
  .sec05_company .ttl01::after {
    width: 25px;
    height: 10px;
  }

  .sec05_company .imgBox {
    width: calc(100% - 4rem);
    margin: 1.5rem auto 0;
  }

  .sec05_company .txt {
    width: calc(100% - 4rem);
    margin: 1.5rem auto 0;
  }

  .sec05_company .manage {
    width: calc(100% - 4rem);
    margin: 1.5rem auto 0;
    padding: 0 0 2.5rem;
  }
}



/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
  background: #f6ffff;
  padding: 6rem 0 18rem;
  border-radius: 70px 70px 0 0;
  position: relative;
  z-index: 0;
}
.sec06::after {
	content: "";
	position: absolute;
	top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/sec06_bg.jpg") center top no-repeat;
  background-size: cover;
	width: 100%;
	height: 589px;
  box-sizing: border-box;
  border-radius: 70px 70px 0 0;
  z-index: -1;
}


.sec06_book {
  margin: 10rem 0 0;
}

.sec06_book .book_block {
  position: relative;
}

.sec06_book .book_item {
  padding: 2rem 0 0;
  position: relative;
}
.sec06_book .item_link {
  display: block;
}

.sec06_book .book_box {
  display: flex;
  justify-content: space-between;
}

.sec06_book .boxL {
  display: flex;
  align-items: center;
  width: 390px;
}

.sec06_book .box_inner {
  width: 100%;
  height: 100%;
}
.sec06_book .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
}
.sec06_book .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec06_book .imgBox img.sp_only {
  display: none;
}

.sec06_book .ttl01 {
  position: absolute;
  top: -20px;
  left: 15px;
  background: #f8f4eb;
  padding: 4rem 1rem 1.5rem;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  z-index: 1;
}

.sec06_book .boxR {
  display: flex;
  align-items: center;
  background: #fff;
  width: calc(100% - 390px);
  padding: 5rem 6rem;
}

.sec06_book .txtBox {
  margin: 0 0 4rem;
}
.sec06_book .txtBox:last-child {
  margin: 0 0 0;
}

.sec06_book .txtBox .sub {
  display: inline-block;
  padding: 1rem 2rem 5px;
  font-size: 1.6rem;
  border-radius: 100px;
  border: 1px solid #bea976;
}

.sec06_book .ttl02 {
  margin: 2rem 0 0;
  font-size: 2.2rem;
}

.sec06_book .txt {
  margin: 1.5rem 0 0;
}

.sec06_book .more {
  margin: 3rem 0 0;
  font-size: 1.5rem;
  text-align: right;
  position: relative;
}
.sec06_book .more span {
  display: inline-block;
	padding: 0 3rem 5px 0;
  border-bottom: 1px solid #293839;
}
.sec06_book .more span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_bk01.png") left center no-repeat;
  background-size: contain;
	width: 25px;
	height: 10px;
}


/*----- slick -----*/
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* arrow */
.slide-arrow {
	display: block;
	position: absolute;
	top: 50%;
  transform: translate(0,-50%);
  background: url("img/slide-arrow.png") left center no-repeat;
  background-size: contain;
	width: 40px;
	height: 90px;
	z-index: 999;
	cursor: pointer;
  transition: all 0.3s ease;
}
.prev-arrow {
	left: -40px;
}
.next-arrow {
	right: -40px;
	transform: translate(0,-50%) scale(-1, 1);
}
.slide-arrow:hover {
  opacity: 0.6;
}

/* dots */
.slide-dots {
	margin: 5rem 0 0;
	padding: 0 0;
	font-size: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 8px;
}
.slide-dots li button {
	background: none;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
  border: 1px solid #293839;
  position: relative;
  transform: rotate(45deg);
  text-indent: -9999px;
}
.slide-dots li.slick-active button {
  background: #293839;
}

.slick-slide:focus {
  outline: none;
}
.slick-slide a:focus {
  outline: none;
}
.slick-slide {
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-slider div {
  transition: none;
}

@media screen and (max-width: 768px) {
  .sec06 {
    padding: 10rem 0 6rem;
    border-radius: 35px 35px 0 0;
  }
  .sec06::after {
    width: 100%;
    height: 0;
    padding-top: calc(100%*589/1440);
    border-radius: 35px 35px 0 0;
  }

  .sec06 .main_ttl01 {
    padding: 0 2rem;
  }

  
  .sec06_book {
    margin: 7rem 0 0;
  }

  .sec06_book .book_item {
    padding: 1rem 0 0;
    margin: 0 1rem;
  }
  .sec06_book .item_inner {
    background: #fff;
    padding: 0 1.5rem 2rem;
    position: relative;
  }
  .sec06_book .item_inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #293839;
  }
  .sec06_book .item_link {
    pointer-events: none;
  }

  .sec06_book .book_box {
    display: block;
  }

  .sec06_book .boxL {
    display: block;
    width: 100%;
  }

  .sec06_book .box_inner {
    height: auto;
  }
  .sec06_book .imgBox {
    width: calc(100% + 3rem);
    margin: 0 1.5rem 0 -2.5rem;
    height: auto;
    position: relative;
    top: -10px;
  }
  .sec06_book .imgBox img {
    height: auto;
  }
  .sec06_book .imgBox img.pc_only {
    display: none;
  }
  .sec06_book .imgBox img.sp_only {
    display: block;
  }
  
  .sec06_book .ttl01 {
    top: 15px;
    left: inherit;
    right: 15px;
    padding: 1rem 5px;
    font-size: 1.6rem;
  }

  .sec06_book .boxR {
    display: block;
    width: 100%;
    margin: 2rem 0 0;
    padding: 0 0;
  }

  .sec06_book .txtBox_wrap {
    position: relative;
    z-index: 1111!important;
  }

  .sec06_book .txtBox {
    margin: 0 0 2rem;
  }

  .sec06_book .txtBox .sub {
    padding: 5px 1rem 3px;
    font-size: 1.4rem;
  }

  .sec06_book .ttl02 {
    margin: 1rem 0 0;
    font-size: 1.7rem;
  }

  .sec06_book .txt {
    margin: 1rem 0 0;
  }

  .sec06_book .more {
    margin: 2rem 0 0;
    z-index: 1;
  }
  .sec06_book .more a {
    display: inline-block;
  }
  .sec06_book .more span {
    padding: 0 3rem 3px 0;
  }
  
  .sec06_book .acc_btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.4s;
    z-index: 2;
  }
  .sec06_book .acc_btn div {
    display: inline-block;
    padding: 0 2rem 0 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #293839;
    position: relative;
  }
  .sec06_book .acc_btn div::before,
  .sec06_book .acc_btn div::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: #293839;
    width: 14px;
    height: 1px;
    margin-top: -1px;
    transition: all 0.4s;
  }
  .sec06_book .acc_btn div::after {
    transform: rotate(90deg);
  }
  .sec06_book .acc_btn.is-show div::before {
    display: none;
  }
  .sec06_book .acc_btn.is-show div::after {
    transform: rotate(180deg);
  }
  .sec06_book .acc_btn span:before {
    content: "続きを見る";
    font-weight: bold;
  }
  .sec06_book .acc_btn.is-show span::before {
    content: "閉じる";
  }

  .sec06_book .acc_box {
    overflow: hidden;
    position: relative;
  }
  .sec06_book .acc_box.is-hide {
    height: 200px;
  }
  .sec06_book .acc_box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #333 100%);
    width: 100%;
    height: 100px;
    transition: all 0.4s;
    z-index: 1;
  }
  .sec06_book .acc_btn.is-show + .acc_box::before {
    background: none;
    height: auto;
  }
  .sec06_book .acc-inner {
    padding: 0 0 4rem;
  }


  
  /*----- slick -----*/
  /* arrow */
  .slide-arrow {
    top: inherit;
    bottom: calc(100% + 20px);
    transform: translate(0,0);
    background: url("img/slide-arrow_sp.jpg") left center no-repeat;
    background-size: contain;
    width: 58px;
    height: 26px;
  }
  .prev-arrow {
    left: inherit;
    right: 75px;
  }
  .next-arrow {
    right: 10px;
    transform: translate(0,0) scale(-1, 1);
  }
  .slide-arrow:hover {
    opacity: 1;
  }

  /* dots */
  .slide-dots {
    margin: 3rem 0 0;
  }
  .slide-dots li {
    margin: 0 5px;
  }
  .slide-dots li button {
    width: 8px;
    height: 8px;
  }
}



/*--------------------------------------
　sec07
---------------------------------------*/
.sec07 {
  padding: 0 0 20rem;
}

.sec07 .main_ttl02::after {
  background: url("img/sec07_bg.jpg") center center no-repeat;
  background-size: cover;
}

.sec07 .sec_ttl {
  max-width: 50%;
}

.sec07 p.lead {
  max-width: 45%;
  margin: -5rem 0 0 auto!important;
}


.sec07_knowledge .knowledge_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 8rem 0 0;
}
.sec07_knowledge .acc_box .knowledge_block {
  margin: 0 0 0;
}

.sec07_knowledge .knowledge_item {
  width: calc(50% - 2rem);
  margin: 0 0 4rem;
}

.sec07_knowledge .knowledge_item a {
  display: block;
  background: #fff;
  border: 1px solid #293839;
}

.sec07_knowledge .ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 6rem);
  margin: auto;
  padding: 3rem 0 2rem;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.sec07_knowledge .ttl_icon {
  width: 80px;
}
.sec07_knowledge .ttl01 {
  display: flex;
  align-items: center;
  width: calc(100% - 90px);
  padding: 0 5.5rem 0 0;
  font-size: 2.2rem;
  position: relative;
}
.sec07_knowledge .ttl01::after {
  content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_bk01.png") left center no-repeat;
  background-size: contain;
	width: 34px;
	height: 14px;
  box-sizing: border-box;
}

.sec07_knowledge .txt {
  width: calc(100% - 6rem);
  margin: 2rem auto 0;
  padding: 0 0 3rem;
}

@media screen and (max-width: 768px) {
  .sec07 {
    padding: 0 0 10rem;
  }

  .sec07 .main_ttl02::after {
    background: url("img/sec07_bg_sp.jpg") center center no-repeat;
    background-size: cover;
  }

  .sec07 .sec_ttl {
    max-width: 100%;
  }

  .sec07 p.lead {
    max-width: 100%;
    margin: 2rem 0 0 0!important;
  }


  .sec07_knowledge {
    padding: 0 2rem;
  }

  .sec07_knowledge .knowledge_block {
    display: block;
    margin: 3rem 0 0;
  }

  .sec07_knowledge .knowledge_item {
    width: 100%;
    margin: 0 0 2rem;
  }

  .sec07_knowledge .ttl_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 4rem);
    padding: 2rem 0 1.5rem;
  }
  .sec07_knowledge .ttl_icon {
    width: 60px;
  }
  .sec07_knowledge .ttl01 {
    display: block;
    width: calc(100% - 70px);
    padding: 0 0 0 0;
    font-size: 1.7rem;
  }
  .sec07_knowledge .ttl01::after {
    width: 25px;
    height: 10px;
  }
  .sec07_knowledge .ttl01::after {
    display: block;
    position: relative;
    top: inherit;
    right: inherit;
    transform: translate(0,0);
    width: 25px;
    height: 10px;
    margin-top: 1rem;
  }
  .sec07_knowledge .txt {
    width: calc(100% - 4rem);
    margin: 1.5rem auto 0;
    padding: 0 0 2rem;
  }
}


/*--------------------------------------
　sec08
---------------------------------------*/
.sec08 {
  padding: 0 0 20rem;
}

.sec08 .main_ttl02::after {
  background: url("img/sec08_bg.jpg") center center no-repeat;
  background-size: cover;
}


.sec08 .sec_ttl {
  max-width: 60%;
}

.sec08 .image {
  position: absolute;
  top: 300px;
  right: 0;
  max-width: 40%;
}

.sec08_about p.lead {
  max-width: 60%;
}

.sec08_about .about_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 8rem 0 0;
}

.sec08_about .about_item {
  width: calc((100% - 40px) / 3);
  margin: 0 0 20px 0;
}
.sec08_about .about_item:nth-of-type(3n-1):nth-last-of-type(1) {
	margin: 0 auto 20px 20px;
}

.sec08_about .about_item a {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 2rem 5rem 2rem 3rem;
  border: 1px solid #293839;
  position: relative;
}
.sec08_about .about_item a::before {
	content: "";
	position: absolute;
  top: 0;
  left: 0;
  background: #73c9cc;
  width: 8px;
  height: 100%;
  box-sizing: border-box;
}
.sec08_about .about_item a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
  transform: translate(0,-50%);
  background: url("img/arrow_bk01.png") left center no-repeat;
  background-size: contain;
	width: 34px;
	height: 14px;
  box-sizing: border-box;
}

.sec08_about .ttl01 {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .sec08 {
    padding: 0 0 10rem;
  }

  .sec08 .main_ttl02::after {
    background: url("img/sec08_bg_sp.jpg") center center no-repeat;
    background-size: cover;
  }


  .sec08 .sec_ttl {
    max-width: 100%;
  }

  .sec08 .image {
    display: none;
  }

  .sec08_about {
    padding: 0 2rem;
  }

  .sec08_about p.lead {
    max-width: 100%;
  }

  .sec08_about .about_block {
    margin: 3rem 0 0;
  }

  .sec08_about .about_item {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .sec08_about .about_item:nth-of-type(3n-1):nth-last-of-type(1) {
    margin: 0 0 10px 0;
  }

  .sec08_about .about_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 1.5rem 3rem 1.5rem;
    text-align: center;
  }
  .sec08_about .about_item a::before {
    width: 4px;
  }
  .sec08_about .about_item a::after {
    top: inherit;
    bottom: 10px;
    left: 0;
    right: 0;
    transform: translate(0,0);
    width: 25px;
    height: 10px;
    margin: auto;
  }

  .sec08_about .ttl01 {
    font-size: 1.5rem;
    font-size: 3.6vw;
  }
}

@media screen and (min-width: 769px) {
  #lead_trigger .lead_block .lead_txt {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .8s ease, transform .8s ease;
    will-change: opacity, transform;
  }
  #lead_trigger .lead_block .lead_txt.show {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  #lead_trigger .lead_txt {
    opacity: 0;
    transition: opacity .6s ease;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  #lead_trigger .lead_txt.active {
    opacity: 1;
  }
  .sec_lead.lead_block.for-sp {
    display:block;
  }
}

/* === SP: leadセクションでスクロールを拘束しない === */
@media (max-width: 768px) {
  /* 高さを通常フローに戻す（余計な110vhを消す） */
  #lead_trigger.horizontal {
    height: auto !important;
  }

  /* stickyをやめて通常配置に */
  #lead_trigger.horizontal .lead_container {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: 100vh;     /* 1画面分だけあれば十分なら残す */
    overflow: visible !important;
  }

  /* 中身は中央寄せのまま、固定配置をやめる */
  #lead_trigger.horizontal .lead_block {
    position: static !important;
    transform: none !important;
    width: 80%;
    height: auto;
    margin: 0 auto;
    gap: 14px;             /* 任意：余白 */
    justify-content: space-around;
    align-items: flex-start;
  }
}
