@charset "UTF-8";


/*topWrap
--------------------------------- */
.topWrap{
	position: relative;
}
.pjContents{
	position: relative;
	background: #fff;
	z-index: 2;
}

.pjContents .ttlEn{
  margin: 0;
  font-size: clamp(calc(35px * 0.7), calc(35vw / 11.00), 35px);/*35 / 28*/
  text-align: center;
  letter-spacing: normal;
  line-height: 1.0;
}
.pjContents .ttlEn + p{
  margin: 30px 0 100px 0;
  padding-left: 0.3em;
  letter-spacing: 0.3em;
}

/* for sp */
@media screen and (max-width: 767px) {
	.pjContents{}
  .pjContents .ttlEn{
    font-size: clamp(calc(28px * 0.7), calc(28vw / 3.75), 28px);/*35 / 28*/
  }
  .pjContents .ttlEn + p{
    margin: 20px 0 40px 0;
    padding-left: 0;
    letter-spacing: normal;
  }
  
}
/*mvWrap
--------------------------------- */
/*
mv
---------------------------*/
.mvWrap {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.mvWrap .mvImg{
  width: calc((800 / 1280) * 100%);
}
.mvWrap .mvImg figure{
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.mvWrap .mvImg figcaption{
  position: absolute;
  right: 2px;
  bottom: 2px;
  color: #fff;
  font-size: 10px;
  z-index: 4;
}
.mvWrap .mvCatch{
 width: calc((480 / 1280) * 100%);
}
.mvWrap .mvCatch img,
.mvWrap .mvImg img{
  display: block;
  width: 100%;
  height: auto;
}

#mvCatchPC img{
  display: none;
}


@media screen and (max-width: 767px) {
  .mvWrap{
    display: block;
    /*height: calc(100vh - 175px);
    height: calc(100dvh - 175px);*/
    height: 58vh;
    height: 58dvh;
  }
  .mvWrap .mvImg{
    position: relative;
    width: 100%;
  }
  .mvWrap .mvImg figcaption{
    /*right: calc(40vw + 2px);*/
  }

  .mvWrap .mvCatch{
    display: none;
    width: 100%;
  }
  
  .mvWrap .mvImg,
  .mvWrap .swiper,
  .mvWrap .swiper-wrapper,
  .mvWrap .swiper-slide,
  .mvWrap .swiper-slide figure{
    position: static;
    height: 100%;
  }
  .mvWrap .mvImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mvWrap .swiper-slide figure{
    width: 140vw;
  }
  .mvWrap .swiper-slide.move01 figure img{}
  .mvWrap .swiper-slide.move02 figure img{
    transform: translateX(-40vw);
  }
  
  .mvWrap .move01.swiper-slide-active figure img,
  .mvWrap .move01.swiper-slide-duplicate-active figure img,
  .mvWrap .move01.swiper-slide-prev figure img{
    animation: mvMoveSP01 6.5s linear 0s normal both;
  }
  
  .mvWrap .move02.swiper-slide-active figure img,
  .mvWrap .move02.swiper-slide-duplicate-active figure img,
  .mvWrap .move02.swiper-slide-prev figure img{
    animation: mvMoveSP02 6.5s linear 0s normal both;
  }
  #mvCatchPC img{
    display: block;
  }
  
}

/*スマホのみ横移動*/
@keyframes mvMoveSP01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-40vw);
  }
}
@keyframes mvMoveSP02 {
  0% {
    transform: translateX(-40vw);
  }
  100% {
    transform: translateX(0);
  }
}


/*
time
---------------------------*/
.time{
  display: none;
}



@media screen and (max-width: 767px) {
  .time{
    display: block;
    padding: 20px 0;
    text-align: center;
  }
  .time dl{
    display: inline-block;
    text-align: left;
  }
  .time dl dt{
    font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*13*/
    font-feature-settings: "palt";
    line-height: 1.0;
  }
  .time dl dd{
    margin: 5px 0 0 0;
    font-size: clamp(calc(28px * 0.7), calc(28vw / 3.75), 28px);/*28*/
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1.0;
  }
  .time dl dd strong{
    font-size: 140%;
    font-weight: 400;
    line-height: 1.0;
  }
}
/*
merit
---------------------------*/
.merit {
  padding: 25px 0;
  background: #9cb8cd;
  color: #fff;
}
.merit ul {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.merit ul li {
  position: relative;
  width: calc(100% / 4);
  padding: 25px 5px;
  border-right: 1px solid #fff;
  text-align: center;
}
.merit ul li:nth-of-type(1) {
  border-left: 1px solid #fff;
}
.merit ul li p {
  padding-left: 0.1em;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 11.00), 18px);/*18 / 18*/
  letter-spacing: 0.1em;
  line-height: 1.0;
}
.merit ul li p + p {
  margin: 12px 0 0 0;
}
.merit ul li .cap {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%,0);
}

@media screen and (max-width: 767px) {
  .merit {
    padding: 0;
  }
  .merit ul {
    display: block;
  }
  .merit ul li {
    width: 100%;
    border-right: none;
    border-top: 1px solid #fff;
    text-align: center;
  }
  .merit ul li:nth-of-type(1) {
    padding-bottom: 15px;
    border-left: none;
    border-top: none;
  }
  .merit ul li p {
    font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*18 / 18*/
  }
  .merit ul li p + p {}
  .merit ul li .cap {
    position: static;
    margin-top: 10px;
    transform: translate(0,0);
  }
}

/*
infoWrap
---------------------------*/
.infoWrap {}

/*info01*/
.infoWrap .info01 {
  padding: 80px 0;
  text-align: center;
}
.infoWrap .info01 .t01 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding-left: 0.1em;
  font-size: clamp(calc(25px * 0.7), calc(25vw / 11.00), 25px);/*25 / 18*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.infoWrap .info01 .t01::before,
.infoWrap .info01 .t01::after{
  content: "";
  display: block;
  width: 36px;
  height: 100%;
  margin: 0 10px;
  background-image: url("../img/top2/kanbai_frame.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.infoWrap .info01 .t01::after{
  transform: scale(-1, 1);
}
.infoWrap .info01 .t02 {
  margin: 30px 0 0 0;
  padding-left: 0.1em;
  font-size: clamp(calc(20px * 0.7), calc(20vw / 11.00), 20px);/*20 / 16*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.infoWrap .info01 .t03 {
  margin: 20px 0 0 0;
  padding-left: 0.3em;
  font-size: clamp(calc(35px * 0.7), calc(35vw / 11.00), 35px);/*35 / 28*/
  line-height: 1.0;
  letter-spacing: 0.3em;
}
.infoWrap .info01 .t04 {
  margin: 20px 0 0 0;
  padding-left: 0.3em;
  /*font-size: clamp(calc(23px * 0.7), calc(23vw / 11.00), 23px);23 / 14*/
  font-size: clamp(calc(35px * 0.7), calc(35vw / 11.00), 35px);/*35 / 28*/
  line-height: 1.0;
  letter-spacing: 0.3em;
}
.infoWrap .info01 .t05 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
  font-feature-settings: "palt";
}
.infoWrap .info01 .t05 dt {
  padding-left: 0.1em;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 11.00), 18px);/*18 / 13*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.infoWrap .info01 .t05 dd {
  display: flex;
  align-items: flex-end;
  margin: 0 0 0 10px;
  font-size: clamp(calc(70px * 0.7), calc(70vw / 11.00), 70px);/*70 / 45*/
  line-height: 1.0;
}
.infoWrap .info01 .t05 dd span {
  display: inline-flex;
  color: #bf9b05;
  line-height: 1.0;
}
.infoWrap .info01 .t05 dd strong {
  align-self: center;
  font-size: 60%;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.0;
}
.infoWrap .info01 .t05 dd i {
  font-size: 50%;
  font-style: normal;
  line-height: 1.4;
}

/*info02*/
.infoWrap .info02 {
  max-width: 750px;
  margin: 0 auto;
  padding: 80px 0;
  border-top: 1px solid #777;
  text-align: center;
}
.infoWrap .info02 .t01 {
  font-size: clamp(calc(25px * 0.7), calc(25vw / 11.00), 25px);/*25 / 18*/
  line-height: 1.0;
}
.infoWrap .info02 .t02 {
  margin: 30px 0 0 0;
  padding-left: 0.05em;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 11.00), 16px);/*16 / 13*/
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.infoWrap .info02 .t03 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 60px;
  margin: 30px auto 0 auto;
  padding-left: 0.2em;
  background: #333;
  color: #fff;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 11.00), 16px);/*16 / 13*/
  line-height: 1.0;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}
.infoWrap .info02 .t03::before,
.infoWrap .info02 .t03::after{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.infoWrap .info02 .t03::before{
  left: 0;
  top: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.infoWrap .info02 .t03::after{
  right: 0;
  bottom: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.infoWrap .info02 .present {
  width: 300px;
  margin: 30px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .infoWrap {}

  /*info01*/
  .infoWrap .info01 {
    padding: 40px 0;
  }
  .infoWrap .info01 .t01 {
    height: 44px;
    padding-left: 0;
    font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*25 / 18*/
    letter-spacing: normal;
  }
  .infoWrap .info01 .t01::before,
  .infoWrap .info01 .t01::after{
    width: 24px;
  }
  .infoWrap .info01 .t01::after{}
  .infoWrap .info01 .t02 {
    margin: 20px 0 0 0;
    font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*20 / 16*/
  }
  .infoWrap .info01 .t03 {
    margin: 15px 0 0 0;
    padding-left: 0;
    font-size: clamp(calc(25px * 0.7), calc(25vw / 3.75), 25px);/*35 / 25*/
    letter-spacing: normal;
  }
  .infoWrap .info01 .t04 {
    margin: 15px 0 0 0;
    padding-left: 0.3em;
    /*font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);23 / 16*/
    font-size: clamp(calc(25px * 0.7), calc(25vw / 3.75), 25px);/*35 / 25*/
    line-height: 1.0;
    letter-spacing: 0.3em;
  }
  .infoWrap .info01 .t05 {
    display: block;
    margin: 30px 0 0 0;
  }
  .infoWrap .info01 .t05 dt {
    width: 100%;
    font-size: clamp(calc(14px * 0.7), calc(14vw / 3.75), 14px);/*18 / 14*/
  }
  .infoWrap .info01 .t05 dd {
    margin: 10px 0 0 0;
    font-size: clamp(calc(45px * 0.7), calc(45vw / 3.75), 45px);/*70 / 45*/
  }
  .infoWrap .info01 .t05 dd span {}
  .infoWrap .info01 .t05 dd strong {}
  .infoWrap .info01 .t05 dd i {}

  /*info02*/
  .infoWrap .info02 {
    max-width: initial;
    padding: 40px 0;
  }
  .infoWrap .info02 .t01 {
    font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*25 / 18*/
  }
  .infoWrap .info02 .t02 {
    margin: 20px 0 0 0;
    font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*16 / 13*/
  }
  .infoWrap .info02 .t03 {
    width: 95%;
    max-width: 320px;
    height: 50px;
    margin: 20px auto 0 auto;
    font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*16 / 13*/
  }
  .infoWrap .info02 .t03::before,
  .infoWrap .info02 .t03::after{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
  }
  .infoWrap .info02 .t03::before{}
  .infoWrap .info02 .t03::after{}
  .infoWrap .info02 .present {
    width: 90%;
    max-width: 300px;
    margin: 20px auto 0 auto;
  }
}
  


/*
bnrReason
---------------------------*/
.bnrReason {
  width: calc((750 / 1100) * 100%);
  max-width: 750px;
  margin: 40px auto 140px auto;
}
.bnrReason a{
  display: block;
}
@media screen and (max-width: 767px) {
  .bnrReason {
    width: 100%;
    margin: 20px auto 60px auto;
  }
}


/*
plan
---------------------------*/
.plan {
  padding: 80px 0 160px 0;
  background: url("../img/top2/bg_plan_pc.jpg") no-repeat center center;
  background-size: cover;
}
.plan .btnMorePlan{
  width: 350px;
  height: 60px;
  margin: 100px auto 0 auto;
  border-radius: 200px;
}
.plan .btnMorePlan a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 0.1em;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 200px;
  color: #fff;
  font-size: clamp(calc(15px * 0.7), calc(15vw / 11.00), 15px);/*15 / 13*/
  line-height: 1.0;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: .3s;
}
.plan .btnMorePlan a::after{
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  display: block;
  width: 32px;
  height: 8px;
  background: url("../img/cmn2/ico_arrow_wh.svg") no-repeat center center;
  background-size: cover;
  transform: translate(0,-50%);
  transition: .3s;
}
.plan .btnMorePlan a:hover{
  background: rgba(0,0,0,0.4);
}
.plan .btnMorePlan a:hover::after{
  right: 15px;
}

@media screen and (max-width: 767px) {
  .plan {
    padding: 40px 0 40px 0;
    background-image: url("../img/top2/bg_plan_sp.jpg");
  }
  .plan .btnMorePlan{
    width: 80%;
    height: 50px;
    margin: 50px auto 0 auto;
  }
  .plan .btnMorePlan a{
    font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*15 / 13*/
  }
  .plan .btnMorePlan a::after{
    right: 15px;
    width: 24px;
    height: 6px;
  }
  .plan .btnMorePlan a:hover{}
  .plan .btnMorePlan a:hover::after{
    right: 10px;
  }
}


/*
position
---------------------------*/
.position {
  padding: 80px 0 130px 0;
}
.position figure{
  max-width: 710px;
  margin: 0 auto;
}
.position figure .cap:not(.taR){
  position: absolute;
  left: 0;
  bottom: -5.0em;
}
/* for sp*/
@media screen and (max-width: 767px) {	
  .position{
    padding: 40px 0 60px 0;
  }

  .position figure{}
  
  .position figure .cap:not(.taR){
    position: static;
    margin: 20px 0 0 0;
  }
}





/*conIndex [
----------------------------------------------------------- */
.conIndex{
  padding: 80px 0 30px 0;
  background: #9cb8cd;
}
.conIndex .ttlEn{
  margin-bottom: 80px;
}
.conIndex .conIndexList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.conIndex .conIndexList > div{
  width: calc((340 / 1080) * 100%);
  margin: 0 0 25px 0;
}

.conIndex .conIndexList > div a{
  display: block;
  padding: 0 0 30px 0;
  background: #fff;
  text-decoration: none;
}

.conIndex .conIndexList > div a > div{
  padding: 35px 20px 20px 25px;
  text-align: left;
}
.conIndex .conIndexList > div a > div .fEn{
  font-size: clamp(calc(32px * 0.7), calc(32vw / 11.00), 32px);/*32 / 24*/
  line-height: 1.0;
}
.conIndex .conIndexList > div a > div .fEn + p{
  margin: 15px 0 0 0;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 11.00), 16px);/*16 / 15*/
  line-height: 1.0;
}
.conIndex .conIndexList > div a .btn{
  width: 100px;
  height: 40px;
  margin: 20px 0 0 0;
  border-radius: 200px;
  margin-left: auto;
  background: #333 url("../img/cmn2/ico_arrow_wh.svg") no-repeat center center;
  background-size: 32px 8px;
  transition: .3s;
}



.conIndex .conIndexList > div a > figure{
  position: relative;
  width: calc(100% - 20px);
  margin-right: auto;
}
.conIndex .conIndexList > div a > figure figcaption{
  position: absolute;
  right: 2px;
  bottom: 2px;
  font-size: 10px;
  color: #fff;
  text-align: right;
}
.conIndex .conIndexList > div a:hover{
  opacity: 1;
}
.conIndex .conIndexList > div a:hover .btn{
  margin-right: -5px;
  background-color: #9cb8cd;
}
/*.conIndex .conIndexList > div a .btn::after{
  right: 25px;
}*/


/* for sp*/
@media screen and (max-width: 767px) {	
	.conIndex{
    padding: 40px 0 20px 0;
  }
  .conIndex .ttlEn{
    margin-bottom: 40px;
  }
  .conIndex .conIndexList{
    display: block;
  }
  .conIndex .conIndexList > div{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .conIndex .conIndexList > div a{
    padding-bottom: 20px;
  }

  .conIndex .conIndexList > div a > div{
    padding: 20px;
  }
  .conIndex .conIndexList > div a > div .fEn{
    font-size: clamp(calc(24px * 0.7), calc(24vw / 3.75), 24px);/*32 / 24*/
  }
  .conIndex .conIndexList > div a > div .fEn + p{
    font-size: clamp(calc(15px * 0.7), calc(15vw / 3.75), 15px);/*16 / 15*/
  }
  .conIndex .conIndexList > div a .btn{
    width: 60px;
    height: 30px;
    margin-top: 20px;
    background-size: 24px 6px;
  }
  

  .conIndex .conIndexList > div a > figure{}
  .conIndex .conIndexList > div a > figure figcaption{}
  .conIndex .conIndexList > div a:hover{}

}



/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述*/
}

/* for tablet*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation:landscape) {
/*横向きのみの記述*/  
}
