@charset "utf-8";
body{
  line-height: 1.8rem;
  text-align: justify;
  background-color: #00B9A6;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Shippori Mincho B1', serif;
  margin: 0;
}
a{
  cursor: pointer;
}
h1{
  font-family: 'Shippori Mincho B1', serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
h2{
  font-family: 'Shippori Mincho B1', serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
h3{
  font-family: 'Shippori Mincho B1', serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
P{
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}
.textWhite{
  color: #fff;
}
.btnbox{
  color: #000;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.btn{
  display: block;
  align-items: center;
  padding: 2px 24px;
  border: 1px solid;
  border-radius: 6px;
  margin-right: 12px;
  margin-top: 12px;
}
.btn:hover{
  opacity: 0.3;
  transition: .3s;
}
.img-wrap {
  margin-left: auto; 
  width:92%;
  position: relative;
}
.main-img{
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: left bottom;
  border-bottom-left-radius: 40px;
}
.img-wrap::before {
  border-bottom-left-radius: 40px;
  background: rgba(0,0,0,0.3);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  }
  
.logo{
  width: 200px;
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.logo:hover{
  opacity: 0.6;
  transition: .3s;
}
.title{
  width: 320px;
  position: absolute;
  top: 0;
  right: 24px;
}
.max-wrap{
  margin: 0 auto;
  max-width: 1200px;
  padding: 24px 80px;
}
#contens_a{
  padding: 40px 0;
  background-color: #00B9A6;
}
.note p{
  text-align: right;
  font-size: 9px;
  line-height: 1.5em;
}
.border1{
  width: 400px;
	border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  margin: 0 auto;
  margin-bottom: 32px;
}
.border2{
  width: 400px;
	border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
  margin: 8px auto;
}
.conbox{
  display: flex;
  justify-content:space-between;
  align-items: stretch;
}
.lbox,.rbox{
  width: 48%;
}
.lbox{
  position: relative;
}
.lbox img{
  border-radius: 20px;
  height: auto;
  object-fit: cover;
  height: 100%;
}
.image {
  width: 100%;
  position: absolute;
	opacity: 0;
	animation: change-img-anim 16s infinite;
}
.image:nth-of-type(1) {
  animation: change-img-anim-first 16s infinite;
	animation-delay: 0s;
}
.image:nth-of-type(2) {
	animation-delay: 4s;
}
.image:nth-of-type(3) {
	animation-delay: 8s;
}
.image:nth-of-type(4) {
	animation-delay: 12s;
}
@keyframes change-img-anim-first {
	0%{ opacity: １;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
@keyframes change-img-anim {
  0%{ opacity: 0;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
.white{
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 12px 24px;
}
.white:nth-of-type(5) {
  margin-bottom: 0;
}
.rbox{
  position: relative;
}
.family{
 width: 100px;
 position: absolute;
 top: -16px;
 right: 0;
}
.girl{
  width: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cona-txt{
  max-width: 820px;
  margin: 0 auto;
  margin-top: 40px;
}
#contens_b{
  background-color: #fff;
  padding: 40px 0;
}
.conb-box{
  display: flex;
  justify-content:space-between;
  padding: 32px 24px;
}
.item{
  width: 31%;
  background-color: #00B9A6;
  padding: 16px;
  border-radius: 10px;
}
.item-a{
  height: 144px;
  text-align: center;
  padding: 24px;
}
.item img{
  width: 120px;
}
.item-b{
  padding: 12px 0;
}
.item-b h2{
  padding-bottom: 8px;
}
p span{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  border-bottom: 1px solid;
  padding-top: 24px;
}
.item p{
  text-align: left;
}
.item-c{
  width: 116px;
}
.item-c:hover{
  opacity: 0.3;
  transition: .3s;
} 
.sup{
  margin: 24px;
  padding: 24px 0;
  background-color:#b8f6ee;
  border: 4px dashed #00B9A6;
  border-radius: 16px;
  text-align: center;
}
.sup-box{
  display: flex;
  justify-content:space-between;
  align-items: stretch;
  padding: 12px 0;
}
.item-d{
  width: 40%;
  padding: 12px;
}
.item-e{
  width: 60%;
  padding: 12px;
}
.item-e p{
  text-align: left;
}
#contens_c{
  padding-top: 40px;
}
.inteviewbox{
  display: flex;
  justify-content:space-between;
  align-items: stretch;
}
.inteview-item{
  width: 48%;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 32px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.white-b{
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 12px 24px;
  position: relative;
}
p.inteview{
  text-align: left;
  padding-right: 88px;
}
.couple{
  width: 100px;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.girl2{
  width: 60px;
  position: absolute;
  right: 24px;
  bottom: 16px;
}
.item-c{
  white-space: nowrap;
}
.triangle {
  background-color: #00B9A6;
  position: relative;
  padding-top: 60px;
}
.triangle:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100px solid #00B9A6;
}
#contens_d{
  padding-top: 100px;
  background-color: #fff;
  text-align: center;
}
.rope{
  margin: 0 auto;
  padding: 32px;
}
.rope img{
  width: 100%;
}
.heading{
  align-items: center; 
  display: flex; 
  justify-content: center; 
  }
  .heading::before,
  .heading::after {
  background-color: #000; 
  border-radius: 2px; 
  content: "";
  height: 2px; 
  width: 28px; 
  }
  .heading::before {
    margin-right: 10px; 
    transform: rotate(60deg); 
  }
  .heading::after {
    margin-left: 10px; 
    transform: rotate(-60deg); 
  }
  .contact-box{
    display: flex;
    justify-content: space-between;
  }
  .item-f{
    width: 30%;
    margin-left: 40px;
  }
  .item-e{
    width: 60%;
  }
  .item-g{
  width: 100%;
  }
  .item-f a:hover{
    background-color: #fff;
    opacity: 0.3;
    transition: .3s;
  }
 footer{
  height: 80px;
  padding-top: 28px;
 }
 footer p{
  font-size: 12px;
 }
 @media screen and (max-width: 780px){
 .logo{
  width: 160px;
 }
.title{
  width: 220px;
}
.max-wrap{
  padding: 32px;
}
.conbox{
  flex-direction: column;
}
.lbox,.rbox{
  width: 100%;
}
.lbox{
height: 360px;
}
.lbox img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cona-txt p{
 text-align: center;
}
.white h3{
  text-align: center;
}
.conb-box{
  flex-direction: column;
  align-items: center;
}
.item{
  width: 100%;
  margin: 12px;
  padding:16px 0;
  flex-direction: column;
}
.item img{
  width: 160px;
}
.item-a{
  height: 184px;
}
.item-b h2{
  text-align: center;
}
.item-b p{
  padding-right: 32px;
  padding-left: 32px;
}
.conb-box .item-c{
  margin: 0 auto;
}
.contact-box{
  align-items: center;
}
#contens_d{
  padding: 80px 24px;
}
.inteviewbox{
  flex-direction: column;
}
.inteview-item{
  width: 100%;
}
.rbox{
  margin-top: 40px;
}
.rope{
  padding: 0;
}
}
@media screen and (max-width: 580px){
  .logo{
    width: 120px;
   }
  .title{
    width: 180px;
  }
  .max-wrap{
    padding: 24px;
  }
  .border1{
    width: 280px;
  }
  .border2{
    width: 280px;
  }
  h1{
    font-size: 18px;
  }
  .sup-box,.contact-box{
    flex-direction: column;
  }
  .item-d, .item-f{
    width: 100%;
    margin: 0;
  }
  .item-e{
    width: 100%;
  }
  .item-f img{
    width: 180px;
  }
  .item-b{
    padding: 0;
  }
  .main-img{
    object-position: left;
  }
}