@charset "utf-8";

/*--------------------------------------
　animation
---------------------------------------*/
.fadeInUp {
  opacity : 0;
}
.fadeInUp.isActive {
  animation: fadeInUp 0.8s ease-in-out forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}



.revealText01 {
  display: inline-block;
  position: relative;
}
.revealText01::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform-origin: right;
  transform: scaleX(1);
  pointer-events: none;
}
.revealText01.isActive::after {
  animation: revealText01 1s ease-out forwards;
  animation-delay: 0.4s;
}

@keyframes revealText01 {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.sec02 .revealText01::after {
  background: #c7f3ea;
}
.sec03 .revealText01::after {
  background: #eafdf9;
}
.sec04 .revealText01::after {
  background: #fffdf9;
}
.sec06 .revealText01::after {
  background: #fdfbf5;
}
.sec08 .revealText01::after {
  background: #c2f7ef;
}
.sec10 .revealText01::after {
  background: #eafdf9;
}
.sec12 .revealText01::after {
  background: #fffdf9;
}
.sec14 .revealText01::after {
  background: #fffdf9;
}


.revealText02 {
  display: inline-block;
  overflow: hidden;
  width: 0;
  white-space: nowrap;
}
.revealText02.isActive {
  animation: revealText02 1.4s ease forwards;
  animation-delay: 0.4s;
}

@keyframes revealText02 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


/*--------------------------------------
　MV
---------------------------------------*/
.mv_home {
  width: 100%;
  height: 100vh;
  min-width: 1100px;
  position: relative;
}

.mv_home .mv_inner {
  max-width: 1100px;
  margin: auto;
  height: 100%;
  padding: 0rem 0 5rem;
  position: relative;
}

.mv_home .mv_img {
  position: absolute;
}
.mv_home .mv_img01 {
top: -9vh;
    left: -49vh;
    width: 86vh;
    z-index: 0;

}
.mv_home .mv_img02 {
bottom: -4vh;
    left: -51vh;
    width: 113vh;
    z-index: -2;

}
.mv_home .mv_img03 {
bottom: -11%;
    left: 76vh;
    transform: translate(-50%, 0);
    width: 97vh;

}
.mv_home .mv_img04 {
bottom: -15vh;
    right: -104vh;
    width: 129vh;
z-index: 0;

}
.mv_home .mv_img05 {
top: -12vh;
    right: -58vh;
    width: 102vh;
    z-index: -2;

}

.floating01 {
  animation: floating01 2.5s ease-in-out forwards infinite alternate;
}
@keyframes floating01 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(15px);
  }
}
.floating02 {
  animation: floating02 2.5s ease-in-out forwards infinite alternate;
}
@keyframes floating02 {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}

.mv_home .mv_block {
background: #00aa94;
    width: 69%;
    margin: 6rem auto 0rem;
    padding: 4rem 5.5rem 5rem;

    border-radius: 50px;
    position: relative;
    z-index: 2;

}

.mv_home .mv_ttl {
  font-size: 3.6rem;
	text-align: center;
}
.mv_home .mv_ttl .small {
  font-size: 1.8rem;
}
.mv_home .mv_ttl .sub {
  display: inline-block;
  background: #fffdd7;
  margin: 0 1rem 1rem 0;
  padding: 1rem 1.5rem;
  font-size: 2.2rem;
  line-height: 1;
  border-radius: 100px;
}
.mv_home .mv_ttl .large {
  display: inline-block;
  font-size: 5.2rem;
}
.mv_home .mv_ttl .large > span {
  display: inline-block;
  color: #89e4d8;
  line-height: 1;
  position: relative;
  top: -5px;
}
.mv_home .mv_ttl .large > span:nth-child(1) {
  vertical-align: top;
  transform: scale(-1,-1);
}
.mv_home .mv_ttl .large > span:nth-child(2) {
  margin: 0 1.5rem 0 0;
}

.mv_home .mv_txt {
  margin: 2rem 0 0;
  padding: 0 0rem 0 0;
  font-size: 1.5rem;
  line-height: 2;
}

.mv_home .operation {
  margin: 0rem 0 0;
  font-size: 1.1rem;
  line-height: 2;
	text-align: center;
}

@media screen and (max-width: 768px) {
  .mv_home {
    background: none;
    height: auto;
    min-width: 100%;
  }

  .mv_home .mv_inner {
    height: auto;
    max-width: 100%;
    padding: 0 0 4rem;
    padding-top: calc(100%*687/750);
    position: relative;
  }
  
  .mv_home .mv_imgBox {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    min-height: 250px;
  }
  .mv_home .mv_img {
    position: absolute;
  }
  .mv_home .mv_img01 {
top: -41px;
        left: 54%;
        transform: translate(-50%, 0);
        width: 75%;

  }
  .mv_home .mv_img02 {
top: 96px;
        left: -46px;
        width: 79%;

  }
  .mv_home .mv_img03 {
bottom: -49px;
        left: inherit;
        right: 10px;
        transform: translate(0, 0);
        width: 83%;

  }
  .mv_home .mv_img04 {
    display: none;
  }
  .mv_home .mv_img05 {
    display: none;
  }

  .mv_home .mv_block {
    width: calc(100% - 20px);
    margin: -10rem auto 0;
        padding: 1.5rem 2rem 11rem 2rem;
z-index: 0;
    border-radius: 20px;
  } 

  .mv_home .mv_ttl {
    font-size: 6vw;
	  text-align: center;
  }
  .mv_home .mv_ttl .small {
    font-size: 3.9vw
  }
  .mv_home .mv_ttl .sub {
    margin: 0 3px 5px 0;
    padding: 8px 1rem;
    font-size: 3.5vw;
  }
  .mv_home .mv_ttl .large {
    font-size: 9vw;
  }
  .mv_home .mv_ttl .large > span {
    top: -3px;
  }
  .mv_home .mv_ttl .large > span:nth-child(2) {
    margin: 0 1rem 0 0;
  }

  .mv_home .mv_txt {
    margin: 1.5rem 0 0;
    padding: 0 0 0 0;
    line-height: 1.8;
  }

  .mv_home .operation {
    margin: 1.5rem 0 0;
    line-height: 1.8;
	  color: #e0e0e0;
  }  
}


/*--------------------------------------
　Main Index
---------------------------------------*/
.wrap {
  overflow: hidden;
}

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

.sec {
	width: 100%;
	min-width: 1100px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}

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

.bs {
  box-shadow: 0 0 20px rgba(0,0,0,0.06);
}

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


/*--------------------------------------
　Title
---------------------------------------*/
.sec_ttl_wrap .sub_ttl {
  margin: 0 0 2rem;
  padding: 0 0 0 4rem;
  font-size: 2rem;
  position: relative;
}
.sec_ttl_wrap .sub_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: #00aa94;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
}

.sec_ttl {
  font-size: 3.2rem;
}
.sec_ttl .large {
  font-size: 4.6rem;
}

.sec_ttl a {
  display: inline-block;
  position: relative;
}
.sec_ttl a::after {
  content: "";
  display: inline-block;
  background: url("img/arrow_gn.png") left top no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  margin-left: 1rem;
  box-sizing: border-box;
}

.small_ttl {
  margin: 0 0 3rem;
  font-size: 1.8rem;
}

.eng_ttl {
  font-size: 110px;
  white-space: nowrap;
}
.eng_ttl.cl01 {
  color: #d4f9f3;
}
.eng_ttl.cl02 {
  color: #f1ebd3;
}
.eng_ttl.cl03 {
  color: #E4F7F4;
}

@media screen and (max-width: 768px) {
  .sec_ttl_wrap .sub_ttl {
    margin: 0 0 1.5rem;
    padding: 0 0 0 3rem;
    font-size: 1.5rem;
  }
  .sec_ttl_wrap .sub_ttl::before {
    width: 20px;
    height: 1px;
  }  
  
  .sec_ttl {
    font-size: 2rem;
  }
  .sec_ttl .large {
    font-size: 2.6rem;
  }
  
  .sec_ttl a::after {
    width: 24px;
        height: 24px;
    margin-left: 8px;
  }
  
  .small_ttl {
    margin: 0 0 1.5rem;
    font-size: 1.5rem;
  }
  
  .eng_ttl {
    font-size: 4rem;
  }
}


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

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

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

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

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

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

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


/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
  margin: -6rem 0 10rem;
  position: relative;
  z-index: 0;
}
.sec01::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%,0);
  background: #c7f3ea;
  width: 100%;
  height: calc(100% + 100px);
  box-sizing: border-box;
  z-index: -1;
}

.sec01 .sec_inner {
  padding: 6rem 8rem;
  position: relative;
  z-index: 0;
}
.sec01 .sec_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100vw;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50px 0 0 50px;
  box-shadow: 0 0 20px rgba(0,0,0,0.06);
  z-index: -1;
}
.sec01 .sec_inner::after {
  content: "";
  position: absolute;
  top: calc(100% - 40px);
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/arrow_top01.png") left top no-repeat;
  background-size: contain;
  width: 180px;
  height: 140px;
  box-sizing: border-box;
}

.sec01 .sec01_imgBox {
  position: absolute;
  bottom: -50px;
  left: 65%;
  width: 50vw;
}
.sec01 .sec01_imgBox img {
  height: 360px;
  object-fit: cover;
  border-radius: 200px 0 0 200px;
}

.sec01_block {
  max-width: 60%;
}

.sec01 .sub_ttl {
  margin: 0 0 0;
}
.sec01 .sec_ttl {
  font-size: 2.4rem;
}
.sec01 .sec_ttl .large {
  font-size: 3.8rem;
}
.sec01 .sec_ttl .ttl_5c {
  display: inline-block;
  font-size: 6rem;
  line-height: 1.5;
  position: relative;
  margin: -1rem;
}
.sec01 .sec_ttl .ttl_5c span.fs {
  font-size: 6.5rem;
}
.sec01 .sec_ttl .ttl_5c span.deco {
  display: inline-block;
  color: #c9f5ec;
  font-size: 5.5rem;
  line-height: 1;
  position: relative;
 
}
.sec01 .sec_ttl .ttl_5c span.deco01 {
vertical-align: baseline;
	transform: scale(-1, -1);
	margin: 0rem 0rem 0rem 1rem;
	 top: -19px;
}

.sec01 .sec_ttl .ttl_5c span.deco02 {
vertical-align: baseline;
	margin: 0rem 1rem 0rem 0rem;
	top: -5px;
	
}

.sec01 .txt {
  margin: 2rem 0 0;
}

@media screen and (max-width: 768px) {
.sec01 .sec_ttl .ttl_5c span.deco01 {
    vertical-align: super;
    transform: scale(-1, -1);
    margin: 0rem 0rem 0rem 1rem;
}

.sec01 .sec_ttl .ttl_5c span.deco02 {
    vertical-align: super;
	margin: 0rem 1rem 0rem 0rem;
	}
}




@media screen and (max-width: 768px) {
  .sec01 {
margin: -7rem 0 4rem;
        padding: 0 2rem 0;
        z-index: 2;

  }
  .sec01::after {
    top: 80px;
    height: calc(100% - 40px);
  }

  .sec01 .sec_inner {
    padding: 4rem 0 4rem 2rem;
  }
  .sec01 .sec_inner::before {
    border-radius: 25px 0 0 25px;
  }
  .sec01 .sec_inner::after {
    top: calc(100% - 20px);
    width: 90px;
    height: 70px;
  }

  .sec01 .sec01_imgBox {
    top: -40px;
    right: -20px;
    bottom: inherit;
    left: inherit;
    width: 45%;
  }
  .sec01 .sec01_imgBox img {
    height: auto;
    border-radius: 100px 0 0 100px;
  }

  .sec01_block {
    max-width: 100%;
  }
  
  .sec01 .sub_ttl {
    margin: 0 0 -2rem;
  }
  .sec01 .sec_ttl {
    font-size: 1.9rem;
  }
  .sec01 .sec_ttl .large {
    font-size: 2.2rem;
  }
  .sec01 .sec_ttl .ttl_5c {
    font-size: 4.5rem;
    margin: -5px;
  }
  .sec01 .sec_ttl .ttl_5c span.fs {
    font-size: 5rem;
  }
	
	.sec01 .sec_ttl .ttl_5c span.deco01 {
        font-size: 3rem;
        top: -3px;
    }
	
  .sec01 .sec_ttl .ttl_5c span.deco02 {
        font-size: 3rem;
        top: 5px;
    }
  
  .sec01 .txt {
    margin: 1.5rem 0 0;
  } 
}

/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
  background: #c7f3ea;
  padding: 6rem 0 0;
}

.sec02 .sec_ttl_wrap {
  text-align: center;
}
.sec02 .sec_ttl {
  font-size: 3.8rem;
}
.sec02 .sec_ttl .ttl_5c {
  display: inline-block;
  font-size: 8.2rem;
  position: relative;
  top: 5px;
}
.sec02 .sec_ttl .ttl_5c span.fs {
  font-size: 9.2rem;
}


.sec02 .pageLink {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 4rem 0 0;
  gap: 40px;
}
.sec02 .pageLink .pageLink_item {
  width: 340px;
}
.sec02 .pageLink .pageLink_item a {
  display: block;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
.sec02 .pageLink .pageLink_item .eng {
  display: flex;
  align-items: center;
  background: #fdfbf5;
  padding: 1.5rem 3rem 0;
  height: 70px;
  border-radius: 20px 20px 0 0;
  color: #00a993;
  font-size: 3rem;
}
.sec02 .pageLink .pageLink_item .eng .large {
  font-size: 5rem;
  position: relative;
  bottom: 3px;
}
.sec02 .pageLink .pageLink_item .num {
  position: absolute;
  top: 0;
  right: 20px;
  color: #ece5cd;
  font-size: 5.5rem;
}
.sec02 .pageLink .link_txt {
  padding: 1rem 3rem 2rem;
  font-size: 2.2rem;
  position: relative;
}
.sec02 .pageLink .link_txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%) rotate(90deg);
  background: url("img/arrow_gn.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}


.sec02_block {
  margin: 10rem 0 0;
  padding: 0 0 17rem;
  position: relative;
  z-index: 0;
}
.bg-image-clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.bg-image-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: url("img/sec02_bg.png") center center repeat-y;
  background-size: 1560px auto;
  width: 100%;
  height: 100%;
}

.sec02_block .sec02_item {
  background: #fff;
  margin: 0 auto 4rem;
  border-radius: 20px;
  position: relative;
}
.sec02_block .sec02_item:last-child {
  margin: 0 auto 0;
}

.sec02_block .sec02_ttl_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  background: #fdfbf5;
  padding: 2.5rem 5rem 1.5rem;
  border-radius: 20px 20px 0 0;
}
.sec02_block .sec02_item .num {
  color: #ece5cd;
  font-size: 5rem;
}
.sec02_block .sec02_item .eng {
  color: #00a993;
  font-size: 4rem;
}
.sec02_block .sec02_item .eng .large {
  font-size: 5rem;
}

.sec02_block .sec02_ttl {
  font-size: 2.8rem;
}

.sec02_block .sec02_box01 {
  display: flex;
  justify-content: space-between;
  padding: 3rem 8rem 5rem;
  gap: 40px;
}
.sec02_block .sec02_box01 .txtBox {
  width: calc(100% - 260px);
  flex-grow: 1;
}
.sec02_block .sec02_box01 .txt {
  margin: 0 0 0;
}
.sec02_block .sec02_box01 .imgBox {
  width: 422px;
  flex-grow: 1;
}
.sec02_block .sec02_box01 .imgBox img {
  border-radius: 20px;
}

.sec02_block .sec02_box02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3rem 8rem 5rem;
  gap: 20px;
}
.sec02_block .sec02_box02 .imgBox {
  width: 100%;
}
.sec02_block .sec02_box02 .imgBox img {
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 20px;
}
.sec02_block .sec02_box02 .txtBox {
  width: 100%;
}
.sec02_block .sec02_box02 .txt {
  margin: 0 0 0;
}

.sec02_block .sec02_parts {
  width: 100%;
  margin: 2rem 0 0;
}
.sec02_block .sec02_parts .cc {
  font-size: 2.2rem;
  text-align: center;
	padding: 1rem 0rem 1rem;
}
.sec02_block .sec02_parts .cc span {
  display: inline-block;
  background: #fff656;
  margin: 0 5px;
  padding: 5px 1rem;
  line-height: 1;
  border-radius: 100px;
}
.sec02_block .sec02_parts .sec02_parts_block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 2rem 0 0;
}
.sec02_block .sec02_parts .sec02_parts_item {
  background: #fff;
  width: calc(100% / 4);
padding: 2.5rem 2.5rem 0rem 2.5rem;
  border: 2px solid #00aa94;
  border-radius: 15px;
	position: relative;
    display: flex;
    flex-direction: column;
    min-height: 190px;

}
.sec02_block .sec02_parts .icon {
width: 128px;
  margin: auto;
}
.sec02_block .sec02_parts .txt {
  margin: 0rem 0 1rem;
  line-height: 1.5;
	font-size: 1.5rem;
    font-weight: bold;
}

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

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

  .sec02 .sec_ttl {
    font-size: 2.2rem;
  }
  .sec02 .sec_ttl .ttl_5c {
    font-size: 4.5rem;
    top: 2px;
  }
  .sec02 .sec_ttl .ttl_5c span.fs {
    font-size: 5rem;
  }

  
  .sec02 .pageLink {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 2rem 0 0;
    padding: 0 2rem;
    gap: 7px;
  }
  .sec02 .pageLink .pageLink_item {
    width: calc((100% / 2) - 5px);
    margin: 0 0 3px;
  }
  .sec02 .pageLink .pageLink_item a {
    border-radius: 10px;
  }
  .sec02 .pageLink .pageLink_item .eng {
    padding: 7px 1rem 0px;
        height: 46px;
    border-radius: 10px 10px 0 0;
    font-size: 2.4rem;
  }
  .sec02 .pageLink .pageLink_item .eng .large {
    font-size: 3.2rem;
    bottom: 0;
  }
  .sec02 .pageLink .pageLink_item .num {
    right: 10px;
    font-size: 2.5rem;
  }
  .sec02 .pageLink .link_txt {
    display: flex;
    align-items: center;
    padding: 1.5rem 1rem 1.5rem;
    font-size: 16px;
  }
  .sec02 .pageLink .link_txt::after {
    right: 14px;
        width: 20px;
        height: 20px;
  }


  .sec02_block {
    margin: 3rem 0 0;
    padding: 0 2rem 7rem;
  }
  
  .bg-image-fixed {
    background: url("img/sec02_bg.png") center center repeat-y;
    background-size: 100% auto;
  }
  
  .sec02_block .sec02_item {
    margin: 0 auto 6rem;
    border-radius: 10px;
  }

  .sec02_block .sec02_ttl_wrap {
    display: block;
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
    border-radius: 10px 10px 0 0;
  }
  
  .sec02_block .sec02_item .num {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 3.5rem;
  }
  .sec02_block .sec02_item .eng {
    font-size: 3.2rem;
    text-align: center;
  }
  .sec02_block .sec02_item .eng .large {
    font-size: 4.7rem;
  }


  .sec02_block .sec02_ttl {
    margin: -10px 0 0px;
    font-size: 1.9rem;
    text-align: center;
  }
  .sec02_block .sec02_item:nth-child(1) .sec02_ttl {
    width: 100%;
  }
  .sec02_block .sec02_item:nth-child(2) .sec02_ttl {
    width: 100%;
  }
  .sec02_block .sec02_item:nth-child(3) .sec02_ttl {
    width: 100%;
  }
  .sec02_block .sec02_item:nth-child(4) .sec02_ttl {
    width: 100%;
  }
  .sec02_block .sec02_item:nth-child(5) .sec02_ttl {
    width: 100%;
  }

  .sec02_block .sec02_box01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2rem 2rem 3rem;
    gap: 0;
  }
  .sec02_block .sec02_box01 .txtBox {
    width: 100%;
    margin: 2rem 0 0;
    order: 2;
  }
  .sec02_block .sec02_box01 .imgBox {
    width: 100%;
    order: 1;
	  padding: 0rem 1.5rem;
  }
  .sec02_block .sec02_box01 .imgBox img {
    border-radius: 10px;
  }

  .sec02_block .sec02_box02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2rem 2rem 3rem;
    gap: 20px;
  }
  .sec02_block .sec02_box02 .imgBox {
    order: 1;
  }
  .sec02_block .sec02_box02 .imgBox img {
    width: 100%;
    margin: 0;
    border-radius: 10px;
  }
  .sec02_block .sec02_box02 .image_wrap {
/* background: #ddd; */
/* padding: 1.5rem 1.5rem; */
    border-radius: 11px;
  }
  .sec02_block .sec02_box02 .txtBox {
    width: 100%;
    order: 2;
  }

  .sec02_block .sec02_parts {
    margin: 0 0 0;
  }
  .sec02_block .sec02_parts .cc {
    font-size: 1.8rem;
	  margin: 0rem 0rem 2rem 0rem;
  }
  .sec02_block .sec02_parts .cc span {
    margin: 0 3px;
    padding: 5px 8px;
  }
  .sec02_block .sec02_parts .sec02_parts_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    margin: 0rem 0 0;
  }
  .sec02_block .sec02_parts .sec02_parts_item {
width: calc((100% / 2) - 5px);
        margin: 0 0 10px;
        padding: 0rem 0rem 0rem;
        border: 1px solid #00aa94;
        border-radius: 8px;
min-height: auto;
  }
  .sec02_block .sec02_parts .icon {
    width: 67%;
  }
  .sec02_block .sec02_parts .txt {
line-height: 1.3;
        font-size: 1.5rem;
        margin: 1rem 1rem 0rem;

  }

  .sec02_block .image_wrap {
    overflow-x: scroll;
  }
  .sec02_block .image_wrap::-webkit-scrollbar{
		display: none;
	}  
  .sec02_block .imgBox .image {
/* min-width: 768px; */
  }
  .sec02_block .imgBox .image img {
    width: 100%;
/* height: 160px; */
  }
  .sec02_block .imgBox .sp_txt {
    margin: 0 0 0rem;
    font-size: 1.5rem;
    text-align: center;
  }
  
  .sec02_block .btn-internal a {
    margin: 5rem auto 0;
  }
  
  
  .sec02_block .acc_btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background: #fff;
    max-width: 60%;
    margin: auto;
    padding: 1.2rem 4rem;
    box-sizing: border-box;
    color: #00aa94;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
    border-radius: 100px;
    box-shadow: 0 0 12px rgba(0,0,0,0.06);
    transition: all 0.4s;
    z-index: 2;
  }
  .sec02_block .acc_btn::before,
  .sec02_block .acc_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    background: #00aa94;
    width: 12px;
    height: 1px;
    margin-top: -1px;
    transition: all 0.4s;
  }
  .sec02_block .acc_btn::after {
    transform: rotate(90deg);
  }
  .sec02_block .acc_btn.is-show::before {
    display: none;
  }
  .sec02_block .acc_btn.is-show::after {
    transform: rotate(180deg);
  }
  .sec02_block .acc_btn span {
    font-weight: bold;
  }
  .sec02_block .acc_btn span:before {
    content: "続きを読む";
  }
  .sec02_block .acc_btn.is-show span:before {
    content: "閉じる";
  }

  .sec02_block .acc_box {
    overflow: hidden;
    position: relative;
  }
  .sec02_block .acc_box.is-hide {
    height: 400px;
  }
  .sec02_block .acc_box::before {
    content: "";
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
    width: 100%;
    height: 50px;
    border-radius: 0 0 10px 10px;
    transition: all 0.4s;
    z-index: 1;
  }
  .sec02_block .acc_btn.is-show + .acc_box::before {
    background: none;
    height: auto;
  }
  .sec02_block .acc_box_inner {
    padding: 0 0 2rem;
  }
}


/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
  background: #eafdf9;
  padding:12rem 0 10rem;
}

.sec03 .sec03_imgBox {
  position: absolute;
  top: -90px;
  left: 60%;
  width: 50vw;
  z-index: 1;
}
.sec03 .sec03_imgBox img {
  height: 360px;
  object-fit: cover;
  border-radius: 200px 0 0 200px;
}

.sec03 .eng_ttl {
  margin: 0 0 6rem;
}


.sec03_upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec03_upper .sec_ttl_wrap {
  width: 50%;
}

.sec03_upper .lead {
  width: 45%;
  margin: 0 0 0;
}


.sec03_voice {
  margin: 8rem 0 0;
}

.sec03_voice .voice_block {
  display: flex;
	justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.sec03_voice .voice_item {
  width: 290px;
  margin: 0 0 3rem;
}
.sec03_voice .voice_item:nth-child(4) {
/* margin-left: auto; */
}

.sec03_voice .voice_item a {
  display: block;
  position: relative;
}

.sec03_voice .voice_ttl {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 2.5rem 2.5rem;
  font-size: 1.8rem;
  border-radius: 100px 100px 100px 0;
	border: 2px solid #ebebeb;
}

.sec03_voice .imgBox {
  margin: 1rem 0 0;
  position: relative;
}
.sec03_voice .imgBox::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  background: url("img/icon_more.png") left top no-repeat;
  background-size: contain;
  width: 88px;
  height: 88px;
  box-sizing: border-box;
}
.sec03_voice .voice_item:nth-child(odd) .imgBox img {
  border-radius: 20px 20px 140px 20px;
	border: 2px solid #b1eee5;
}
.sec03_voice .voice_item:nth-child(even) .imgBox img {
  border-radius: 20px 140px 20px 20px;
	border: 2px solid #b1eee5;
}

.sec03_voice .voice_item:nth-child(1) {
  margin-left: calc(290px / 2 + 20px);
}

.sec03_voice .voice_item:nth-child(2) {
  margin-right: calc(290px / 2 + 20px);
}


@media screen and (max-width: 768px) {
.sec03_voice .voice_item:nth-child(1) {
    margin-left: 0;
}
.sec03_voice .voice_item:nth-child(2) {
  margin-right: 0;
}
}


.sec03_voice .voice_txt {
  position: absolute;
  top: 0.2rem;
    left: 0.2rem;
  display: inline-block;
  background: #fbf7ea;
  padding: 1.5rem 1.2rem;
  height: auto;
  font-size: 1.6rem;
  border-radius: 20px 0 20px 0;
  -webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  font-family: "Zen Kaku Gothic New vertical";
}


/*===== modal =====*/
.vbox-close {
  display: none;
}
.vb-close {
  position: absolute;
  top: -45px;
  right: -45px;
  background: url("img/modal_close.png") left top no-repeat;
  background-size: contain;
  width: 92px;
  height: 92px;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.vb-close:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.vbox-next,
.vbox-prev {
  position: absolute;
  top: 50%;
  margin-top: -43px;
  width: 86px;
  height: 86px;
  font-size: 0;
}
.vbox-next span,
.vbox-prev span {
  width: 100%;
  height: 100%;
  background: url("img/slide_arrow.png") left top no-repeat;
  background-size: contain;
}
.vbox-prev {
  right: calc(50% + 427px);
}
.vbox-next {
  left: calc(50% + 427px);
}
.vbox-next span {
  transform: scale(-1, 1);
}

.vbox-container {
  padding: 5rem 5rem;
}
.vbox-container::-webkit-scrollbar {
  display: none;
}

.vbox-content {
  padding: 0 0;
}

.vbox-child {
  background: none!important;
  max-width: 940px;
  padding: 0 0 0;
  box-shadow: none;
  transition: opacity 0.1s ease, transform 0.1s ease !important;
}

.vbox-overlay {
  transition: opacity 0.1s ease !important;
}

.vbox-preloader {
  display: none;
}

.modalBox {
  background: #fdfbf5;
  padding: 6rem 5rem 6rem;
  border-radius: 30px;
}

.modalBox .modal_cc {
  display: inline-block;
  background: #c2f6ef;
  padding: 1.5rem 3rem;
  font-size: 2.5rem;
  border-radius: 100px 100px 100px 0;
}

.modal_qa_block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  margin: 3rem 0 0;
}

.modal_qa_block .modal_qa_item {
  width: calc((100% / 3) - 20px);
}
.modal_qa_block .modal_qa_item:not(:first-child) {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 2.5rem 2rem 2.5rem 1.5rem;
  border-radius: 30px;
	border: 2px solid #ebebeb;
}

.modal_imgBox {
  position: relative;
}
.modal_imgBox img {
  border-radius: 20px 20px 140px 20px;
	border: 2px solid #b1eee5;
}
.modal_imgBox .modal_txt {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  display: inline-block;
  background: #fbf7ea;
  padding: 1.5rem 1.2rem;
  height: auto;
  font-size: 1.6rem;
  border-radius: 20px 0 20px 0;
  -webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  font-family: "Zen Kaku Gothic New vertical";
}

.modal_qa_block .q_txt {
  padding: 0 0 0 5rem;
  font-size: 1.8rem;
  position: relative;
}
.modal_qa_block .q_txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 24px;
  box-sizing: border-box;
}
.modal_qa_block .modal_qa_item:nth-child(2) .q_txt::before {
  background: url("img/icon_q01.png") left top no-repeat;
  background-size: contain;
}
.modal_qa_block .modal_qa_item:nth-child(3) .q_txt::before {
  background: url("img/icon_q02.png") left top no-repeat;
  background-size: contain;
}
.modal_qa_block .modal_qa_item:nth-child(4) .q_txt::before {
  background: url("img/icon_q03.png") left top no-repeat;
  background-size: contain;
}
.modal_qa_block .modal_qa_item:nth-child(5) .q_txt::before {
  background: url("img/icon_q04.png") left top no-repeat;
  background-size: contain;
}
.modal_qa_block .modal_qa_item:nth-child(6) .q_txt::before {
  background: url("img/icon_q05.png") left top no-repeat;
  background-size: contain;
}

.modal_qa_block .txt {
  margin: 1.5rem 0 0;
  padding: 0 0 0 5rem;
  line-height: 1.6;
  position: relative;
}
.modal_qa_block .txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  background: url("img/icon_a-gn.png") left top no-repeat;
  background-size: contain;
  width: 42px;
  height: 24px;
  box-sizing: border-box;
}

.modalBox .btn-internal a {
  margin: 4rem auto 0;
}

@media screen and (max-width: 768px) {
  .sec03 {
    padding: 4rem 2rem 7rem;
  }

  .sec03 .sec03_imgBox {
    display: none;
  }
  
  .sec03 .eng_ttl {
    margin: 0 auto 1rem;
    text-align: center;
  }


  .sec03_upper {
    display: block;
  }

  .sec03_upper .sec_ttl_wrap {
    width: 100%;
    text-align: center;
  }
  .sec03_upper .sub_ttl {
    display: inline-block;
    background: #00aa94;
    margin: 0 0 1rem;
    padding: 5px 1.5rem;
    color: #fff;
    border-radius: 100px;
  }
  .sec03_upper .sub_ttl::before {
    display: none;
  }
  

  .sec03_upper .lead {
    width: 100%;
    margin: 2rem 0 0;
  }


  .sec03_voice {
    margin: 4rem 2rem 0;
  }

  .sec03_voice .voice_block {
    display: block;
  }

  .sec03_voice .voice_item {
    width: 100%;
    margin: 0 0 4rem;
  }
  .sec03_voice .voice_item:last-child {
    margin: 0 0 0;
  }
  .sec03_voice .voice_item:nth-child(4) {
    margin-left: 0;
  }

  .sec03_voice .voice_item a {
    display: block;
  }

  .sec03_voice .voice_ttl {
    display: block;
    padding: 1.5rem 1.8rem;
    font-size: 1.9rem;
  }

  .sec03_voice .imgBox {
    width: calc(100% - 40px);
    margin: 1rem auto 0;
  }
  .sec03_voice .imgBox::after {
    bottom: -10px;
        right: -28px;
        width: 82px;
        height: 82px;
  }
  .sec03_voice .voice_item:nth-child(odd) .imgBox img {
    border-radius: 10px 10px 90px 10px;
  }
  .sec03_voice .voice_item:nth-child(even) .imgBox img {
    border-radius: 10px 90px 10px 10px;
  }
  .sec03_voice .voice_txt {
    padding: 1.2rem 1.2rem;
    font-size: 1.5rem;
    border-radius: 10px 0 10px 0;
  }


  /*===== modal =====*/
  .vb-close {
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
  }
  .vb-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
  
  .vbox-next,
  .vbox-prev {
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }
  .vbox-prev {
    right: calc(100% - 40px);
  }
  .vbox-next {
    left: calc(100% - 40px);
  }

  .vbox-container {
    padding: 4rem 2rem;
  }

  .vbox-child {
    max-width: 100%;
  }

  .modalBox {
    padding: 3rem 2rem 3rem;
    border-radius: 15px;
  }

  .modalBox .modal_cc {
    padding: 1.5rem 2.5rem;
    font-size: 2rem;
  }

  .modal_qa_block {
    display: block;
    gap: 20px;
    margin: 2rem 0 0;
  }

  .modal_qa_block .modal_qa_item {
    width: 100%;
  }
  .modal_qa_block .modal_qa_item:not(:first-child) {
    margin: 0 0 1.5rem;
    padding: 2rem 1.5rem;
    border-radius: 15px;
  }
  .modal_qa_block .modal_qa_item:last-child {
    margin: 0 0 0;
  }
  .modal_qa_block .modal_qa_item:first-child {
    width: calc(100% - 40px);
    margin: 0 auto 1.5rem;
  }
  
  .modal_imgBox img {
    border-radius: 10px 10px 90px 10px;
  }
  .modal_imgBox .modal_txt {
    padding: 1.2rem 1.2rem;
    font-size: 1.5rem;
    border-radius: 10px 0 10px 0;
  }

  .modal_qa_block .q_txt {
    padding: 0 0 0 4.5rem;
    font-size: 1.7rem;
  }
  .modal_qa_block .q_txt::before {
    top: 3px;
    width: 34px;
    height: 19px;
  }

  .modal_qa_block .txt {
    padding: 0 0 0 4.5rem;
  }
  .modal_qa_block .txt::before {
    left: 10px;
    width: 34px;
    height: 19px;
  }
  
  .modalBox .btn-internal a {
    margin: 2rem auto 0;
  }

  
  /*===== accordion =====*/  
  .acc_toggle_wrap {
    margin-top: 3rem;
    text-align: center;
  }
  .js-acc-toggle {
    display: inline-block;
    background: #fff;
    width: 70%;
    padding: 1.5rem 2rem;
    color: #00aa94;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 100px;
    border: 1px solid #00aa94;
    position: relative;
  }  
  .js-acc-toggle::before,
  .js-acc-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    background: #00aa94;
    width: 12px;
    height: 1px;
    margin-top: -1px;
    transition: all 0.4s;
  }
  .js-acc-toggle::after {
    transform: rotate(90deg);
  }
  .js-acc-toggle.is-open::before {
    display: none;
  }
  .js-acc-toggle.is-open::after {
    transform: rotate(180deg);
  }
  
  .modal_qa .js-acc-toggle{
    border: none;
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
  }  
}


/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
  background: #fffdf9;
  padding: 12rem 0 16rem;
}

.sec04 .sec_inner {
  position: relative;
  z-index: 1;
}


.sec04 .sec_ttl_wrap .small {
  display: inline-block;
  margin: 0 0 3rem;
  line-height: 1;
}

.sec04 .sec04_upper {
  width: calc(100% - 360px);
  position: relative;
  z-index: 0;
}
.sec04 .sec04_upper::after {
content: "";
    position: absolute;
    top: -1px;
    left: 108%;
    background: url(img/sec04_01.png) left top no-repeat;
    background-size: contain;
    width: 350px;
    height: 300px;
    box-sizing: border-box;
    z-index: -1;

}


.sec04_work {
  margin: 8rem 0 0;
}

.sec04_work .work_ttl {
  font-size: 2.2rem;
  text-align: center;
}

.sec04_work .work_block {
  margin: 3rem 0 0;
  position: relative;
}

.sec04_work .work_imgBox img {
  border-radius: 30px;
}

.sec04_work .tootip_box {
  display: inline-block;
  position: absolute;
}
.sec04_work .tootip_box:nth-child(1) {
  top: 50px;
  left: 38px;
}
.sec04_work .tootip_box:nth-child(2) {
  top: 50px;
  left: 256px;
}
.sec04_work .tootip_box:nth-child(3) {
  top: 50px;
  left: 478px;
}
.sec04_work .tootip_box:nth-child(4) {
  top: 50px;
  left: 700px;
}
.sec04_work .tootip_box:nth-child(5) {
  top: 50px;
  left: 923px;
}
.sec04_work .tootip_box:nth-child(6) {
  bottom: 9px;
  left: 112px;
}
.sec04_work .tootip_box:nth-child(7) {
    bottom: 9px;
    left: 368px;
}
.sec04_work .tootip_box:nth-child(8) {
    bottom: 9px;
    left: 623px;
}
.sec04_work .tootip_box:nth-child(9) {
    bottom: 9px;
    left: 878px;
}

.sec04_work .tootiplink {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #FFC4C4; */
    width: 150px;
    height: 150px;
    border-radius: 50%;
    cursor: pointer;
}

.sec04_work .tooltip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(350px, calc(100% - 40px));
  background: rgba(255,255,255,0.9);
  padding: 2rem 2rem;
  border: 1px solid #00aa94;
  border-radius: 20px;
  animation-name: fade-in;
  animation-duration: 0.5s;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 111;
}
/* .sec04_work .tootip_box:nth-child(6) .tooltip,
.sec04_work .tootip_box:nth-child(7) .tooltip,
.sec04_work .tootip_box:nth-child(8) .tooltip,
.sec04_work .tootip_box:nth-child(9) .tooltip{
  top: inherit;
  bottom: 100%;
} */

.sec04_work .tootip_box:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.sec04_work .tootip_box .t_ttl {
  font-size: 1.8rem;
}
.sec04_work .tootip_box .txt {
  margin: 1.5rem 0 0;
  line-height: 1.6;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

  .sec04 .sec_ttl .small {
    margin: 0 0 1.5rem;
  }

  
  .sec04 .sec04_upper {
    width: 100%;
  }
  .sec04 .sec04_upper::after {
top: inherit;
        bottom: 91%;
        left: inherit;
        right: 18px;
        width: 46%;
        height: 0;
        padding-top: calc(46% * 300 / 360);

  }

  
  .sec04_work {
    margin: 4rem 0 0;
  }

  .sec04_work .work_ttl {
    font-size: 1.5rem;
  }

  .sec04_work .work_block {
    margin: 1.5rem 0 0;
  }
  
  .sec04_work .work_imgBox img {
    border-radius: 15px;
  }

  .sec04_work .tootip_box {
    display: inline-block;
    width: 100%;
    position: absolute;
  }
  .sec04_work .tootip_box:nth-child(1) {
top: 6px;
        left: 0px;

  }
  .sec04_work .tootip_box:nth-child(2) {
top: 6px;
        left: calc(50% - 56px);

  }
  .sec04_work .tootip_box:nth-child(3) {
top: 6px;
        left: calc(100% - 111px);

  }
  .sec04_work .tootip_box:nth-child(4) {
top: 50%;
        left: 0px;
        transform: translate(0, -50%);
        z-index: 1;

  }
  .sec04_work .tootip_box:nth-child(5) {
top: 50%;
        left: calc(50% - 56px);
        transform: translate(0, -50%);
        z-index: 1;

  }
  .sec04_work .tootip_box:nth-child(6) {
bottom: inherit;
        top: 50%;
        left: calc(100% - 111px);
        transform: translate(0, -50%);
        z-index: 1;

  }
  .sec04_work .tootip_box:nth-child(7) {
bottom: 6px;
        left: 0px;

  }
  .sec04_work .tootip_box:nth-child(8) {
bottom: 6px;
        left: calc(50% - 56px);

  }
  .sec04_work .tootip_box:nth-child(9) {
bottom: 6px;
        left: calc(100% - 111px);

  }
  .sec04_work .tootiplink {
	  width: 110px;
        height: 137px;
        border-radius: 0%;

  }
/*   .sec04_work .tooltip {
    display: none;
    top: calc(100% + 10px);
    left: 0;
    transform: translate(0,0);
    width: calc(100% - 40px);
    margin: auto;
    padding: 1.5rem 1.5rem;
    border-radius: 10px;
    opacity: inherit;
    visibility: inherit;
    z-index: 111;
  } */
  .sec04_work .tootip_box:nth-child(1) .tooltip {
    left: 0;
    transform: translate(0,0);
  }
  .sec04_work .tootip_box:nth-child(2) .tooltip {
    left: calc(-50% + 45px);
  }
  .sec04_work .tootip_box:nth-child(3) .tooltip {
    left: calc(-100% + 90px);
  }
  .sec04_work .tootip_box:nth-child(5) .tooltip {
    left: calc(-50% + 45px);
  }
  .sec04_work .tootip_box:nth-child(6) .tooltip {
    top: calc(100% + 10px);
    bottom: inherit;
    left: calc(-100% + 90px);
  }
  .sec04_work .tootip_box:nth-child(7) .tooltip {
    bottom: calc(100% + 10px);
  }  
  .sec04_work .tootip_box:nth-child(8) .tooltip {
    bottom: calc(100% + 10px);
    left: calc(-50% + 45px);
  }
  .sec04_work .tootip_box:nth-child(9) .tooltip{
    bottom: calc(100% + 10px);
    left: calc(-100% + 90px);
  }

  .sec04_work .tootip_box .t_ttl {
    font-size: 1.7rem;
  }
  .sec04_work .tootip_box .txt {
    margin: 1rem 0 0;
    line-height: 1.5;
  }
  .sec04_work .tootip_box .close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    background: url("img/icon_close.png") left top no-repeat;
    background-size: contain;
    width: 42px;
    height: 42px;
  }
}


/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
  padding: 12rem 0 16rem;
  position: relative;
}

.sec05 .sec05_imgBox {
  position: absolute;
  top: -70px;
  left: 60%;
  width: 50vw;
  z-index: 1;
}
.sec05 .sec05_imgBox img {
  height: 360px;
  object-fit: cover;
  border-radius: 200px 0 0 200px;
}

.sec05 .eng_ttl {
  margin: 0 0 3rem;
}


.sec05_upper {
  max-width: 67%;
}


.sec05_schedule {
  margin: 8rem 0 0;
}

.sec05_schedule .tabArea {
  display: flex;
	justify-content: center;
  align-items: flex-end;
  gap: 20px;
}
.sec05_schedule .tabArea.bottom {
  display: none;
}
.sec05_schedule .tabArea li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9f3f2;
  width: 390px;
  height: 75px;
  font-size: 2.2rem;
  text-align: center;
  border-radius: 30px 30px 0 0;
  position: relative;
  cursor: pointer;
  z-index: 0;
	transition: all 0.3s ease;
}
.sec05_schedule .tabArea li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 90px;
  height: 46px;
  box-sizing: border-box;
  z-index: -1;
}
.sec05_schedule .tabArea li:nth-child(1)::before {
  background: url("img/eng_am.png") left top no-repeat;
  background-size: contain;
}
.sec05_schedule .tabArea li:nth-child(2)::before {
  background: url("img/eng_pm.png") left top no-repeat;
  background-size: contain;
}
.sec05_schedule .tabArea li.active {
	background: #00aa94;
  height: 100px;
  color: #fff;
}
.sec05_schedule .tabArea li.active .large {
  font-size: 2.6rem;
}
.sec05_schedule .tabArea li.active::before {
  opacity: 0.2;
}
.sec05_schedule .tabArea li.active::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-top: 18px solid #00aa94;
}
.sec05_schedule .tabArea li:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.sec05_schedule .tabContentsWrap {
  background: #fff;
  padding: 6rem 7rem 6rem;
  border: 2px solid #00aa94;
  border-radius: 30px;
}

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

.sec05_schedule .tab_ttl {
  margin: 0 0 4rem;
  font-size: 3rem;
  text-align: center;
}

.sec05_schedule .schedule_parts {
  background: none;
  margin: 0 0 0;
  padding: 0 0 0;
  border: none;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .sec05 {
    padding: 4rem 2rem 7rem;
  }

  .sec05 .sec05_imgBox {
    top: -45px;
    left: inherit;
    right: 0;
    width: 45%;
  }
  .sec05 .sec05_imgBox img {
    height: auto;
    border-radius: 100px 0 0 100px;
  }

  .sec05 .eng_ttl {
    margin: 0 0 1.5rem;
  }


  .sec05_upper {
    max-width: 100%;
  }


  .sec05_schedule {
    margin: 4rem 0 0;
  }

  .sec05_schedule .tabArea {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
    width: calc(100% - 40px);
    margin: auto;
  }
  .sec05_schedule .tabArea.bottom {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .sec05_schedule .tabArea li {
    width: 50%;
    height: 55px;
    font-size: 1.5rem;
    line-height: 1.2;
    border-radius: 15px 15px 0 0;
  }
  .sec05_schedule .tabArea.bottom li {
    border-radius: 0 0 15px 15px;
  }
  .sec05_schedule .tabArea li::before {
    left: 3px;
    width: 45px;
    height: 23px;
  }
  .sec05_schedule .tabArea li.active {
    height: 70px;
  }
  .sec05_schedule .tabArea li.active .large {
    font-size: 2rem;
  }
  .sec05_schedule .tabArea li.active::after {
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 12px solid #00aa94;
  }
  .sec05_schedule .tabArea.bottom li.active::after {
    top: inherit;
    bottom: 100%;
    border: 8px solid transparent;
    border-bottom: 12px solid #00aa94;
  }
  .sec05_schedule .tabArea li > div {
    line-height: 1.2;
  }
  .sec05_schedule .tabArea li:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
  
  .sec05_schedule .tabContentsWrap {
    padding: 3rem 2rem 5rem;
    border: 1px solid #00aa94;
    border-radius: 15px;
  }

  .sec05_schedule .tab_ttl {
    margin: 0 0 2rem;
    font-size: 1.9rem;
  }
  
  .sec05_schedule .js-acc-toggle{
    border: none;
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
  }  
}


/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
  background: #fdfbf5;
  padding: 8rem 0 12rem;
  position: relative;
}
.sec06::after {
  content: "";
  position: absolute;
  top: calc(100% - 90px);
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/arrow_top02.png") left top no-repeat;
  background-size: contain;
  width: 180px;
  height: 140px;
  box-sizing: border-box;
}


.sec06_upper {
  max-width: calc(100% - 380px);
  margin: auto;
  position: relative;
  z-index: 0;
}
.sec06_upper::before,
.sec06_upper::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  z-index: -1;
}
.sec06_upper::before {
top: 50%;
    right: 104%;
    transform: translate(0, -50%);
    background: url(img/sec06_01.png) left top no-repeat;
    background-size: contain;
    width: 210px;
    height: 180px;

}
.sec06_upper::after {
  top: 0;
  left: 97%;
  background: url("img/sec06_02.png") left top no-repeat;
  background-size: contain;
  width: 210px;
  height: 180px;
}

.sec06 .cc_ttl {
	display: flex;
  justify-content: center;
	align-items: center;
  font-size: 2rem;
  position: relative;
}
.sec06 .cc_ttl::before,
.sec06 .cc_ttl::after {
  content: "";
	display: block;
  width: 30px;
	border-top: 2px solid #444;
}
.sec06 .cc_ttl::before {
	margin-right: 20px;
}
.sec06 .cc_ttl::after {
	margin-left: 20px;
}

.sec06 .eng_ttl {
  margin: 2rem 0 0rem;
  font-size: 6rem;
  text-align: center;
}

.sec06 .sec_ttl_wrap {
  text-align: center;
}
.sec06 .sec_ttl {
  font-size: 3.5rem;
	padding: 0rem 0rem 1rem;
}

@media screen and (max-width: 768px) {
  .sec06 {
    padding: 4rem 2rem 7rem;
  }
  .sec06::after {
    top: calc(100% - 40px);
    width: 90px;
    height: 70px;
  }

  .sec06_upper {
    max-width: 100%;
  }
  .sec06_upper::before {
    display: none;
  }
  .sec06_upper::after {
top: -45px;
        left: inherit;
        right: -7px;
        width: 44%;
        height: 0;
        padding-top: calc(44% * 180 / 210);

  }

  .sec06 .cc_ttl {
    display: flex;
    justify-content: flex-start;
    font-size: 1.7rem;
  }
  .sec06 .cc_ttl::before,
  .sec06 .cc_ttl::after {
    width: 20px;
    border-top: 1px solid #444;
  }
  .sec06 .cc_ttl::before {
    margin-right: 10px;
  }
  .sec06 .cc_ttl::after {
    display: none;
  }

  .sec06 .eng_ttl {
    margin: 5px 0 2rem;
    font-size: 3.5rem;
    text-align: left;
  }

  .sec06 .sec_ttl_wrap {
    text-align: left;
  }
  .sec06 .sec_ttl {
    font-size: 2rem;
  } 
}


/*--------------------------------------
　bg_wrap
---------------------------------------*/
.bg_wrap {
  background: url("img/bg_wrap.jpg") left top repeat;
  background-size: 50px auto;
}

@media screen and (max-width: 768px) {
  .bg_wrap {
    background: url("img/bg_wrap.jpg") left top repeat;
    background-size: 25px auto;
  }  
}


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

.sec07 .cc {
  font-size: 3rem;
  text-align: center;
}
.sec07 .cc .large {
  font-size: 4rem;
}


.sec07_sv  {
  margin: 4rem 0 0;
}

.sec07_sv .sv_parts {
  background: none;
  width: 100%;
  margin: 0 auto 0;
  border-radius: 0;
  box-shadow: inherit;
  position: relative;
  z-index: 0;
}
.sec07_sv .sv_parts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100vw;
  height: 100%;
  box-sizing: border-box;
  border-radius: 140px 0 0 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.06);
  z-index: -1;
}
.sec07_sv .sv_parts .eng_ttl {
  position: absolute;
  top: 0;
  right: 20px;
  color: #eefbf8;
  font-size: 110px;
}
.sec07_sv .sv_parts .sv_block {
  margin: 0 0 0;
  position: relative;
}
.sec07_sv .sv_parts .boxL {
  width: 390px;
}
.sec07_sv .sv_parts .boxR {
  width: calc(100% - 390px);
}
.sec07_sv .sv_parts .sub {
  background: #f1ebd3;
  color: #444;
}

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

  .sec07 .cc {
    font-size: 2rem;
  }
  .sec07 .cc .large {
    font-size: 2.6rem;
  }


  .sec07_sv  {
    margin: 3rem 0 0;
  }

  .sec07_sv .sv_parts {
    padding: 4rem 2rem 7rem 4rem;
  }
  .sec07_sv .sv_parts::before {
    left: 20px;
    width: 100vw;
    height: 100%;
    border-radius: 70px 0 0 10px;
  }
  .sec07_sv .sv_parts .eng_ttl {
    right: 0;
    font-size: 3.5rem;
  }
  .sec07_sv .sv_parts .boxL {
    width: 100%;
  }
  .sec07_sv .sv_parts .boxR {
    width: 100%;
  }
}



/*--------------------------------------
　sec08
---------------------------------------*/
.sec08 {
  margin: 14rem 0 0;
  padding: 0 0 15rem;
  position: relative;
  z-index: 0;
}
.sec08::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #c2f7ef;
  width: 110%;
  height: 1440px;
  border-radius: 50% 50% 0 0;
  z-index: -1;
}
.sec08::after {
  content: "";
  position: absolute;
  top: 1440px;
  left: 50%;
  transform: translateX(-50%);
  background: #c2f7ef;
  width: 100%;
  height: calc(100% - 1440px);
  box-sizing: border-box;
  z-index: -2;
}

.sec08 .icon_check {
  width: 125px;
  margin: auto;
  position: relative;
  top: -50px;
}

.sec08 .sec_ttl_wrap {
  text-align: center;
}
.sec08 .sec_ttl {
  margin-top: -4rem;
  font-size: 3.5rem;
  line-height: 1.8;
}
.sec08 .sec_ttl .ttl_5c {
  display: inline-block;
  font-size: 8rem;
  position: relative;
  top: 5px;
  margin: -2rem 0;
}
.sec08 .sec_ttl .ttl_5c span.fs {
  font-size: 9rem;
}

.sec08 .lead {
  max-width: 80%;
  margin: 3rem auto 0!important;
}


.sec08_check {
  margin: 8rem 0 0;
}

.sec08_check .check_item {
  background: #fff;
  max-width: 850px;
  margin: 0 0 6rem;
  padding: 4rem 7rem 4rem 7rem;;
  border-radius: 20px;
  position: relative;
}
.sec08_check .check_item:nth-child(even) {
  margin: 0 auto 6rem;
	padding: 4rem 7rem 4rem 7rem;
}

.sec08_check .check_item .icon {
  position: absolute;
  bottom: -40px;
  width: 134px;
}
.sec08_check .check_item:nth-child(odd) .icon {
  right: -80px;
}
.sec08_check .check_item:nth-child(even) .icon {
  left: -80px;
}
.sec08_check .check_item .icon img {
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0,0,0,0.06);
}

.sec08_check .check_ttl_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 0 0 2rem;
  border-bottom: 2px solid #eafdf9;
}

.sec08_check .check_ttl_wrap .num {
  color: #c3f6ef;
  font-size: 8rem;
}

.sec08_check .check_ttl_wrap .eng {
  color: #00a993;
  font-size: 3.2rem;
}
.sec08_check .check_ttl_wrap .eng .large {
  font-size: 4.5rem;
}

.sec08_check .check_ttl {
  font-size: 2.6rem;
}

.sec08_check .txtBox {
  margin: 2.5rem 0 0;
}
.sec08_check .check_item:nth-child(odd) .txtBox {
padding: 0 0rem 0 0;
}
.sec08_check .check_item:nth-child(even) .txtBox {
padding: 0 0rem 0 0;
}

.sec08_check .cc {
  font-size: 2rem;
}

.sec08_check .txt {
  margin: 2rem 0 0;
}

.sec08 .btn-web a {
  max-width: 480px;
  margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
  .sec08 {
    margin: 8rem 0 0;
    padding: 0 2rem 8rem;
  }
  .sec08::before {
    width: 110%;
    height: 280px;
  }
  .sec08::after {
    top: 280px;
    height: calc(100% - 280px);
  }

  .sec08 .icon_check {
    width: 25%;
    top: -40px;
  }

  .sec08 .sec_ttl {
    margin-top: -3rem;
    font-size: 2.2rem;
    line-height: 2;
  }
  .sec08 .sec_ttl .ttl_5c {
    font-size: 4.5rem;
    top: 2px;
    margin: -1rem 0;
  }
  .sec08 .sec_ttl .ttl_5c span.fs {
    font-size: 5rem;
  }

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

  
  .sec08_check {
    margin: 4rem 0 0;
  }

  .sec08_check .check_item {
    max-width: 100%;
    margin: 0 0 6rem;
    padding: 2rem 2rem 2.5rem;
    border-radius: 10px;
  }

  .sec08_check .check_item:nth-child(even) {
    margin: 0 auto 6rem;
	  padding: 2rem 2rem 3rem 2rem;
  }

  .sec08_check .check_item .icon {
    bottom: -47px;
        width: 20%;
  }
  .sec08_check .check_item:nth-child(odd) .icon {
    right: -7px;
  }
  .sec08_check .check_item:nth-child(even) .icon {
    left: -7px;
  }

  .sec08_check .check_ttl_wrap {
    display: block;
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #eafdf9;
  }

  .sec08_check .check_ttl_wrap .num {
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 4.5rem;
  }

  .sec08_check .check_ttl_wrap .eng {
    font-size: 3.2rem;
  }
  .sec08_check .check_ttl_wrap .eng .large {
    font-size: 4.7rem;
  }

  .sec08_check .check_ttl {
    margin: 5px 0 0;
    font-size: 2rem;
  }
  .sec08_check .check_item:nth-child(1) .check_ttl {
    width: 100%;
  }
  .sec08_check .check_item:nth-child(2) .check_ttl {
    width: 100%;
  }
  .sec08_check .check_item:nth-child(3) .check_ttl {
    width: 100%;
  }
  .sec08_check .check_item:nth-child(4) .check_ttl {
    width: 100%;
  }
  .sec08_check .check_item:nth-child(5) .check_ttl {
    width: 100%;
  }

  .sec08_check .txtBox {
    margin: 2rem 0 0;
  }
  .sec08_check .check_item:nth-child(odd) .txtBox {
padding: 0px 0rem 0 0;
  }
  .sec08_check .check_item:nth-child(even) .txtBox {
padding: 0px 0rem 0 0;
  }

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

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

  .sec08 .btn-web a {
    max-width: 92%;
    margin: 6rem auto 0;
  }
}


/*--------------------------------------
　sec09
---------------------------------------*/
.sec09 {
  padding: 12rem 0 12rem;
}

.sec09 .sec09_imgBox {
  position: absolute;
  top: -70px;
  left: 60%;
  width: 50vw;
  z-index: 1;
}
.sec09 .sec09_imgBox img {
  height: 360px;
  object-fit: cover;
  border-radius: 200px 0 0 200px;
}

.sec09 .eng_ttl {
  margin: 0 0 3rem;
}


.sec09_upper {
  max-width: 65%;
}


.sec09_rewarding {
  margin: 8rem 0 0;
}

.sec09_rewarding .com_parts01 {
  margin: 0 0 0;
}
.sec09_rewarding .com_parts01 .com_item_wrap {
  width: calc((100% / 2) - 25px);
}
.sec09_rewarding .com_parts01 .label {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 2rem;
  text-align: center;
}
.sec09_rewarding .com_parts01 .label span {
  display: inline-block;
  background: #fbf8f1;
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
  border-radius: 100px;
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.06));
  position: relative;
	border: 2px solid #ebebeb;
}
.sec09_rewarding .com_parts01 .label span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 11px solid #fbf8f1;
  z-index: 2;
}
.sec09_rewarding .com_parts01 .label span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #ebebeb;
  z-index: 1;
}
.sec09_rewarding .com_parts01 .com_item {
  width: 100%;
}
.sec09_rewarding .com_parts01 .com_parts01_ttl {
  background: #ebfdf9;
  width: calc(100% - 220px);
  padding: 1.5rem 2rem 1.5rem;
}
.sec09_rewarding .com_parts01 .txt {
  padding: 0 3rem;
}
.sec09_rewarding .com_parts01 .link {
  width: calc(100% - 60px);
}

@media screen and (max-width: 768px) {
  .sec09 {
    padding: 4rem 2rem 7rem;
  }

  .sec09 .sec09_imgBox {
    top: -45px;
    left: inherit;
      right: 0;
    width: 45%;
  }
  .sec09 .sec09_imgBox img {
    height: auto;
    border-radius: 100px 0 0 100px;
  }

  .sec09 .eng_ttl {
    margin: 0 0 1.5rem;
  }


  .sec09_upper {
    max-width: 100%;
  }


  .sec09_rewarding {
    margin: 4rem 0 0;
  }

  .sec09_rewarding .com_parts01 .com_item_wrap {
    width: 100%;
    margin: 0 0 3rem;
  }
  .sec09_rewarding .com_parts01 .com_item_wrap:last-child {
    margin: 0 0 0;
  }
  .sec09_rewarding .com_parts01 .label {
    margin: 0 0 1.5rem;
  }
  .sec09_rewarding .com_parts01 .label span {
    padding: 1rem 2rem;
    font-size: 1.7rem;
  }
  .sec09_rewarding .com_parts01 .label span::before {
    margin-left: -8px;
        border: 8px solid transparent;
        border-top: 10px solid #fbf8f1;
  }
  .sec09_rewarding .com_parts01 .label span::after {
    margin-left: -11px;
        border: 11px solid transparent;
        border-top: 12px solid #ebebeb;
  }
  .sec09_rewarding .com_parts01 .com_item {
    margin: 0 0 0;
  }
  .sec09_rewarding .com_parts01 .com_parts01_ttl {
    width: calc(100% - 20px);
  }
  .sec09_rewarding .com_parts01 .txt {
    padding: 0 2rem;
  }
  .sec09_rewarding .com_parts01 .link {
    width: calc(100% - 40px);
  }
}


/*--------------------------------------
　sec10
---------------------------------------*/
.sec10 {
  background: #eafdf9;
  padding: 12rem 0 12rem;
}

.sec10 .eng_ttl {
  margin: 0 auto 3rem;
  text-align: center;
}

.sec10_upper {
  position: relative;
  z-index: 0;
}
.sec10_upper::before,
.sec10_upper::after {
  content: "";
  position: absolute;
  top: -60px;
  box-sizing: border-box;
  z-index: -1;
}
.sec10_upper::before {
    left: 93px;
    background: url(img/sec10_01.png) left top no-repeat;
    background-size: contain;
    width: 225px;
    height: 185px;
}

.sec10_upper::after {
    right: 88px;
    background: url(img/sec10_02.png) left top no-repeat;
    background-size: contain;
    width: 256px;
    height: 215px;
}

.sec10 .sec_ttl_wrap {
  max-width: calc(100% - 500px);
  margin: auto;
  text-align: center;
}

.sec10 .lead {
  max-width: 80%;
  margin: 3rem auto 0!important;
}


.sec10_numbers {
  background: #fff;
  margin: 8rem 0 0;
  padding: 8rem 8rem 8rem;
  border-radius: 20px;
}

.sec10 .btn-web a {
  max-width: 480px;
  margin: 5rem auto 0;
}

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

  .sec10 .eng_ttl {
    margin: 0 auto 1.5rem;
  }

  .sec10_upper::before,
  .sec10_upper::after {
    top: -52px;
  }
  .sec10_upper::before {
left: -39px;
        width: 39%;
        height: 0;
        padding-top: calc(39% * 140 / 170);

  }
  .sec10_upper::after {
right: -35px;
        width: 39%;
        height: 0;
        padding-top: calc(39% * 140 / 170);

  }

  .sec10 .sec_ttl_wrap {
    max-width: 70%;
  }

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


  .sec10_numbers {
    margin: 4rem 0 0;
    padding: 2rem 2rem 2rem;
    border-radius: 10px;
  }

  .sec10 .btn-web a {
    max-width: 92%;
    margin: 4rem auto 0;
  }  
}


/*--------------------------------------
　sec11
---------------------------------------*/
.sec11 {
  padding: 12rem 0 12rem;
}

.sec11 .sec_inner {
  position: relative;
  z-index: 0;
}
.sec11 .sec_inner::after {
  content: "";
  position: absolute;
  top: calc(50% + 60px);
  left: 50%;
  transform: translate(-50%,-50%);
  background: url("img/sec11_bg.png") left top no-repeat;
  background-size: contain;
  width: 770px;
  height: 780px;
  box-sizing: border-box;
  z-index: -1;
}


.sec11_upper {
  max-width: 65%;
  position: relative;
  z-index: 0;
}
.sec11_upper::before,
.sec11_upper::after {
  content: "";
  position: absolute;
  top: 0;
  box-sizing: border-box;
}
.sec11_upper::before {
left: calc(100% - -26px);
    background: url(img/sec11_01.png) left top no-repeat;
    background-size: contain;
    width: 210px;
    height: 180px;

}
.sec11_upper::after {
  left: calc(100% + 180px);
  background: url("img/sec11_02.png") left top no-repeat;
  background-size: contain;
  width: 210px;
  height: 180px;
}

.sec11 .sec_ttl_wrap {
  max-width: 90%;
}

.sec11 .eng_ttl {
  margin: 0 0 3rem;
}


.sec11_word {
  margin: 8rem 0 0;
}

.sec11_word .word_block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 8rem;
}

.sec11_word .word_item {
  background: #fff;
  width: calc((100% / 3) - 30px);
  padding: 2rem 2rem;
  border-radius: 20px;
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.06));
  position: relative;
	border: 2px solid #ebebeb;
}
.sec11_word .word_item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 11px solid #fff;
  z-index: 2;
}
.sec11_word .word_item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #ebebeb;
  z-index: 1;
}
.sec11_word .txt {
  margin: 0 0 0;
  font-size: 1.5rem;
  line-height: 1.8;
	font-weight: 700;
}

.sec11_word .w_txt {
  margin: 1.5rem 0 0;
  text-align: left;
}
.sec11_word .w_txt span {
  display: inline-block;
  background: #c2f7ef;
  padding: 5px 1.5rem;
  border-radius: 100px;
}

.sec11 .btn-web a {
  max-width: 480px;
  margin: 5rem auto 0;
}

@media screen and (max-width: 768px) {
  .sec11 {
    padding: 4rem 2rem 10rem;
  }

  .sec11 .sec_inner::after {
    top: 40px;
    left: 35%;
    transform: translate(0,0);
    width: 100%;
    height: 0;
    padding-top: calc(100%*780/770);
  }


  .sec11_upper {
    max-width: 100%;
  }
  .sec11_upper::before,
  .sec11_upper::after {
    top: inherit;
bottom: calc(100% - 28px);
  }
  .sec11_upper::before {
left: inherit;
        right: 0;
        width: 36%;
        height: 0;
        padding-top: calc(30% * 180 / 200);

  }
  .sec11_upper::after {
    display: none;
  }

  .sec11 .sec_ttl_wrap {
    max-width: 100%;
  }

  .sec11 .eng_ttl {
    margin: 0 0 1.5rem;
  }


  .sec11_word {
    margin: 4rem 0 0;
  }

  .sec11_word .word_block {
    gap: 10px;
    padding: 0 0;
  }

  .sec11_word .word_item {
    width: calc((100% / 2) - 10px);
    margin: 0 0 1.5rem;
    padding: 1.5rem 1.5rem;
    border-radius: 10px;
	  display: flex;
	  flex-direction: column;
  }
  .sec11_word .word_item::before {
    margin-left: -10px;
        border: 12px solid transparent;
        border-top: 14px solid #fff;
  }
  .sec11_word .word_item::after {
    margin-left: -11px;
        border: 13px solid transparent;
        border-top: 17px solid #ebebeb;
  }
  .sec11_word .txt {
    font-size: 1.5rem;
    line-height: 1.6;
	  margin: 0rem 0rem 1rem;
  }

  .sec11_word .w_txt {
    margin-top: auto;
  }
  .sec11_word .w_txt span {
    padding: 3px 1rem;
  }

  .sec11 .btn-web a {
    max-width: 92%;
    margin: 4rem auto 0;
  }  
}


/*--------------------------------------
　sec12
---------------------------------------*/
.sec12 {
  background: #fffdf9;
  padding: 12rem 0 12rem;
}

.sec12 .sec12_imgBox {
  position: absolute;
  top: -70px;
  left: 60%;
  width: 50vw;
  z-index: 1;
}
.sec12 .sec12_imgBox img {
  height: 360px;
  object-fit: cover;
  border-radius: 200px 0 0 200px;
}


.sec12_upper {
  max-width: 55%;
}


.sec12_real {
  margin: 8rem 0 0;
}

.sec12_real .real_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.sec12_real .real_item {
  width: calc((100% / 2) - 20px);
  margin: 0 0 2rem;
}

.sec12_real .real_item a {
  display: block;
  border-radius: 20px;
	border: 2px solid #ebebeb;
}
.sec12_real .real_item a:hover {
  opacity: 1;
}

.sec12_real .real_ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eafdf9;
  padding: 2rem 2rem 2rem;
  border-radius: 20px 20px 0 0;
}
.sec12_real .real_ttl_wrap .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.sec12_real .real_ttl_wrap .icon img {
  width: 50px;
  transition: all 0.3s ease;
}
.sec12_real .real_item a:hover .real_ttl_wrap .icon img {
  width: 55px;
}
.sec12_real .real_ttl {
  width: calc(100% - 80px);
  padding: 0 3rem 0 0;
  font-size: 2.4rem;
  position: relative;
}
.sec12_real .real_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: #00aa94;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  border-radius: 50%;
}
.sec12_real .real_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 8px;
  height: 8px;
  transform: translate(0,-50%) rotate(45deg);
  box-sizing: border-box;
  border-top: solid 2px #fff;
	border-right: solid 2px #fff;
  transition: opacity .3s linear;
}
.sec12_real .real_item a:hover .real_ttl::after {
  animation: arrowLoop 0.5s ease-in-out;
}

.sec12_real .txtBox {
  background: #fff;
  padding: 2rem 3rem 3rem;
  border-radius: 0 0 20px 20px;
}

.sec12_real .txt {
  margin: 0 0 0;
}

@media screen and (max-width: 768px) {
  .sec12 {
    padding: 4rem 2rem 7rem;
  }

  .sec12 .sec12_imgBox {
    top: -45px;
    left: inherit;
    right: 0;
    width: 45%;
  }
  .sec12 .sec12_imgBox img {
    height: auto;
    border-radius: 100px 0 0 100px;
  }


  .sec12_upper {
    max-width: 100%;
  }


  .sec12_real {
    margin: 4rem 0 0;
  }

  .sec12_real .real_block {
    display: block;
  }

  .sec12_real .real_item {
    width: 100%;
    margin: 0 0 2rem;
  }
  .sec12_real .real_item:last-child {
    margin: 0 0 0;
  }

  .sec12_real .real_item a {
    border-radius: 10px;
  }

  .sec12_real .real_ttl_wrap {
    padding: 1.5rem 1.5rem 1.5rem;
    border-radius: 10px 10px 0 0;
  }
  .sec12_real .real_ttl_wrap .icon {
    width: 45px;
    height: 45px;
  }
  .sec12_real .real_ttl_wrap .icon img {
    width: 30px;
  }
  .sec12_real .real_item a:hover .real_ttl_wrap .icon img {
    width: 35px;
  }
  .sec12_real .real_ttl {
    width: calc(100% - 55px);
    padding: 0 3rem 0 0;
    font-size: 1.9rem;
  }
  .sec12_real .real_ttl::before {
    width: 20px;
    height: 20px;
  }
  .sec12_real .real_ttl::after {
    right: 8px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }

  .sec12_real .txtBox {
    padding: 1.5rem 2rem 2rem;
    border-radius: 0 0 10px 10px;
  }
}


/*--------------------------------------
　sec13
---------------------------------------*/
.sec13 {
  background: #fffdf9;
}

.sec13 .sec_inner {
  padding: 8rem 8rem 8rem;
  position: relative;
  z-index: 0;
}
.sec13 .sec_inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  width: 100vw;
  height: 100%;
  border-radius: 0 120px 20px 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.06);
  z-index: -1;
}


.sec13_upper {
  max-width: 60%;
  margin: auto;
  position: relative;
}
.sec13_upper::after {
content: "";
    position: absolute;
    top: 35px;
    left: calc(100% + 2px);
    background: url(img/sec13_01.png) left top no-repeat;
    background-size: contain;
    width: 200px;
    height: 170px;
    box-sizing: border-box;

}

.sec13 .small_ttl {
  text-align: center;
}

.sec13 .sec_ttl_wrap {
  text-align: center;
}


.sec13_real {
  margin: 5rem 0 0;
}

.sec13_real .real_block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}

.sec13_real .real_item {
  width: calc((100% / 3) - 30px);
}

.sec13_real .real_item a {
  display: flex;
  align-items: center;
  background: #f4f0ea;
  padding: 3rem 6rem 3rem 3rem;
  border-radius: 20px;
  position: relative;
}
.sec13_real .real_item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  background: url("img/arrow_gn.png") left top no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
}

.sec13_real .real_ttl {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .sec13 .sec_inner {
    padding: 4rem 4rem 4rem 2rem;
  }
  .sec13 .sec_inner::after {
    right: 20px;
    border-radius: 0 60px 10px 0;
  }


  .sec13_upper {
    max-width: 100%;
  }
  .sec13_upper::after {
top: inherit;
        bottom: calc(100% - 37px);
        left: inherit;
        right: -36px;
        width: 42%;
        height: 0px;
        padding-top: calc(42% * 170 / 200);

  }

  
  .sec13 .small_ttl {
    text-align: left;
  }  
  
  .sec13 .sec_ttl_wrap {
    text-align: left;
  }


  .sec13_real {
    margin: 3rem 0 0;
  }

  .sec13_real .real_block {
    display: block;

  }

  .sec13_real .real_item {
    width: 100%;
    margin: 0 0 1.5rem;
  }
  .sec13_real .real_item:last-child {
    margin: 0 0 0;
  }

  .sec13_real .real_item a {
    display: block;
    padding: 1.5rem 5rem 1.5em 2rem;
    border-radius: 10px;
  }
  .sec13_real .real_item a::after {
    right: 21px;
        width: 20px;
        height: 20px;
  }

  .sec13_real .real_ttl {
    font-size: 1.7rem;
  }
}


/*--------------------------------------
　sec14
---------------------------------------*/
.sec14 {
  background: #fffdf9;
  padding: 12rem 0 16rem;
}


.sec14_upper {
  max-width: 66%;
  position: relative;
  z-index: 0;
}
.sec14_upper::after {
  content: "";
  position: absolute;
  top: -15px;
  right: calc(100% - 60px);
  background: url("img/map.png") left top no-repeat;
  background-size: contain;
  width: 170px;
  height: 140px;
  box-sizing: border-box;
  z-index: -1;
}

.sec14_career {
  margin: 6rem 0 0;
  position: relative;
}
.sec14_career::after {
content: "";
    position: absolute;
    bottom: -29px;
right: 0rem;

    background: url(img/sec14_01.png) left top no-repeat;
    background-size: contain;
    width: 262px;
height: 265px;

    box-sizing: border-box;

}

.sec14_career .career_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.sec14_career .career_item {
  width: calc((100% / 2) - 20px);
  margin: 0 0 2rem;
}

.sec14_career .career_item a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.sec14_career .career_item a:hover {
  opacity: 1;
}

.sec14_career .imgBox img {
  border-radius: 20px;
  transition: all 0.4s ease;
}
.sec14_career .career_item a:hover .imgBox img {
  transform: scale(1.1);
}

.sec14_career .career_ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 360px;
  padding: 2rem 6rem 2rem 2rem;
  font-size: 2rem;
  border-radius: 0 20px 0 20px;
}
.sec14_career .career_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  background: #00aa94;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  border-radius: 50%;
}
.sec14_career .career_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 31px;
  width: 8px;
  height: 8px;
  transform: translate(0,-50%) rotate(45deg);
  box-sizing: border-box;
  border-top: solid 2px #fff;
	border-right: solid 2px #fff;
  transition: opacity .3s linear;
}
.sec14_career .career_item a:hover .career_ttl::after {
  animation: arrowLoop 0.5s ease-in-out;
}

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


  .sec14_upper {
    max-width: 100%;
  }
  .sec14_upper::after {
    top: -10px;
    right: 0;
    width: 35%;
    height: 0;
    padding-top: calc(35%*140/170);
  }

  .sec14_career {
    margin: 3rem 0 0;
  }
  .sec14_career::after {
    display: none;
  }

  .sec14_career .career_block {
    display: block;
  }

  .sec14_career .career_item {
    width: 100%;
    margin: 0 0 1.5rem;
  }
  .sec14_career .career_item:last-child {
    margin: 0 0 0;
  }

  .sec14_career .career_item a {
    border-radius: 10px;
  }

  .sec14_career .imgBox img {
    border-radius: 10px;
  }

  .sec14_career .career_ttl {
    width: 90%;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    font-size: 1.7rem;
    border-radius: 0 10px 0 10px;
  }
  .sec14_career .career_ttl::before {
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .sec14_career .career_ttl::after {
    right: 18px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}


#item04 .imgBox img {
   width: 72%;
}


@media screen and (max-width: 768px) {
#item03 .imgBox,
  #item04 .imgBox {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

#item03 .imgBox .image {
        min-width: 709px;
    }
#item04 .imgBox .image {
        min-width: 486px;
    }

  /* 3つ目 */
#item03 .imgBox .image img {
        width: 900px;
        height: 380px;
        /* object-fit: cover; */
    }

  /* 4つ目 */
    #item04 .imgBox .image img {
        width: 486px;
        height: 228px;
        object-fit: cover;
    }
}

/* モーダルタテスライド抑制用 */
	.modalBox_inner{
        touch-action: pan-y;
  		overscroll-behavior: contain;
  		-webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {
  .sec04_work .tootip_box:nth-child(1) .tooltip,
  .sec04_work .tootip_box:nth-child(2) .tooltip,
  .sec04_work .tootip_box:nth-child(3) .tooltip,
  .sec04_work .tootip_box:nth-child(4) .tooltip,
  .sec04_work .tootip_box:nth-child(5) .tooltip,
  .sec04_work .tootip_box:nth-child(6) .tooltip,
  .sec04_work .tootip_box:nth-child(7) .tooltip,
  .sec04_work .tootip_box:nth-child(8) .tooltip,
  .sec04_work .tootip_box:nth-child(9) .tooltip {
    left: 50% !important;
    top: 75% !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
  }
}

.sec04_work .tooltip{
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .sec04_work .tootip_box:hover .tooltip{
    opacity: 1;
    visibility: visible;
  }
}

@media (hover: none) and (pointer: coarse) {
  .sec04_work .tootip_box:hover .tooltip{
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .sec04_work .tooltip{
    left: 50% !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
  }

  .sec04_work .tootip_box.is-open .tooltip{
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media screen and (max-width: 768px) {
  .sec04_work .tooltip{
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
  }
}

@media screen and (max-width: 768px) {

  .sec04_work .tootip_box {
    transform: none !important;
  }

  .sec04_work .tootip_box:nth-child(4),
  .sec04_work .tootip_box:nth-child(5),
  .sec04_work .tootip_box:nth-child(6) {
    top: calc(50% - 68px);
  }
}


