/*======================================
p-topMv
======================================*/
.p-topMv { padding: 0 70px; height: 860px; position: relative;}
.p-topMv__inner {
  max-width: 1700px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
}
.p-topMv__image {
  position: absolute;
  top: 50%;
  left: 680px;
  transform: translate(0,-50%);
}
.p-topMv__image img { max-width: none;}

.p-topMv__box { position: relative;}
.p-topMv__box::after {
  content: "";
  width: 450px;
  height: 450px;
  border: 40px solid #FDF6F2;
  border-radius: 500px;
  display: block;
  position: absolute;
  top: -150px;
  right: -90px;
  z-index: -1;
}
.p-topMv__copy {}
.p-topMv__title { margin-top: 30px;}
.p-topMv__link { margin-top: 40px;}
.p-topMv__link a {
  max-width: 335px;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #DEE35A;
  border-radius: 100px;
  margin: auto;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
.p-topMv__link a::after {
  content: "";
  background: url(../image/common/ico_arr_001_b.svg) no-repeat center center/cover;
  width: 8px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0,-50%);
}
.p-topMv__scroll {
  position: absolute;
  left: 35px;
  bottom: 0;
  transform: translate(0,50%);
  z-index: 2;
}
.p-topMv__scroll a {
  width: 120px;
  height: 120px;
  background: #4FB2C9;
  color: #fff;
  font-family: "Overpass";
  font-size: 1.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  position: relative;
}
.p-topMv__scroll a::after {
  content: "";
  background: url(../image/common/ico_arr_002_w.svg) no-repeat center center/cover;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,calc(-50% + 1.2em));
}
 
@media screen and (max-width: 1200px) {
  .p-topMv { padding: 0 40px;}
}
@media screen and (max-width: 1024px) {
  .p-topMv { padding: 160px 20px 80px 20px; height: auto;}
  .p-topMv__inner { flex-direction: column;}
  .p-topMv__box::after { width: 350px; height: 350px; border: 35px solid #FDF6F2; top: -100px; right: -60px;}
  .p-topMv__image {
    position: static;
    transform: translate(0,0);
    text-align: center;
    margin-top: 60px;
  }
  .p-topMv__image img { max-width: 600px; width: 80%;}
  .p-topMv__scroll { left: 20px;}
  .p-topMv__scroll a { width: 100px; height: 100px;}
}
@media screen and (max-width: 600px) {
  .p-topMv { padding: 120px 20px 60px 20px;}
  .p-topMv__box::after { width: 250px; height: 250px; border: 25px solid #FDF6F2; top: -80px; right: -40px;}

  .p-topMv__image img { width: 100%;}
  .p-topMv__link { margin-top: 30px;}
  .p-topMv__link a { height: 50px; font-size: 1.6rem;}
  .p-topMv__image { margin-top: 40px;}

  .p-topMv__scroll a { width: 70px; height: 70px; font-size: 1.3rem;}
}


/*======================================
p-topInfo
======================================*/
.p-topInfo { z-index: 1; position: relative;}
.p-topInfo__inner {}

.p-topInfo__head { display: flex; align-items: center;}

.p-topInfoHead { display: flex; align-items: center; line-height: 1.5;}
.p-topInfoHead__en {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Overpass";
  padding-left: 24px; position: relative; 
  line-height: 1;
}
.p-topInfoHead__en::before {
  content:"";
  background: url(../image/common/ico_title_001.svg) no-repeat center center/cover;
  width: 7px;
  height: 17px;
  display: block;
  position: absolute;
  top: 0.175em;
  left: 0;
}
.p-topInfoHead__title {font-size: 1.5rem; font-weight: 700; margin-left: 20px;}


.p-topInfo__headBtn { margin-left: 35px;}
.p-topInfo__headBtn a {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 100px;
  background: #18839B;
}

.p-topInfo__body { margin-top: 35px;}

.p-topInfoNews {}
.p-topInfoNews__list {}
.p-topInfoNews__item { font-size: 1.6rem; background: #fff; border-radius: 5px; overflow: hidden; margin-top: 20px; line-height: 1.5;}
.p-topInfoNews__item:first-child { margin-top: 0;}
.p-topInfoNews__item a { position: relative; display: flex; padding: 30px 50px  30px 30px; border-radius: 5px;}
.p-topInfoNews__item a::before {
  content: "";
  background: url(../image/common/ico_arr_001_g.svg) no-repeat center center/cover;
  width: 7px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0,-50%);
}
.p-topInfoNews__item time { width: 120px; font-family: "Overpass"; font-weight: 700; color: #4FB2C9;}
.p-topInfoNews__title { font-weight: 400; flex: 1;}

.p-topInfoNews__btn { display: none;}
.p-topInfoNews__btn a {}

@media screen and (max-width: 1200px) {
  
}
@media screen and (max-width: 1024px) {
  .p-topInfo__headBtn { display: none;}

  .p-topInfoNews__btn { display: block; margin-top: 30px;}
  .p-topInfoNews__btn a {
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 100px;
    background: #18839B;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-topInfoHead__en { font-size: 2.8rem;}
  .p-topInfo__body { margin-top: 20px;}
  .p-topInfoNews__item { font-size: 1.4rem; margin-top: 10px;}
  .p-topInfoNews__item a { display: block; padding: 20px 30px 20px 20px;}
  .p-topInfoNews__item a::before { right: 20px;}
}


/*======================================
p-topSectionA
======================================*/
.p-topSectionA {
  background: url(../image/top/topA_bg_001.svg) no-repeat center center/cover;
  min-height: 640px;
}
.p-topSectionA__head {}
.p-topSectionA__body { margin-top: 60px;}

.p-topBlockA01 {}
.p-topBlockA01__list { display: flex; flex-wrap: wrap; justify-content: center; margin: -60px 0 0 -60px;}
.p-topBlockA01__item {
  width: calc(100% / 3 - 60px);
  margin: 60px 0 0 60px;
}
.p-topBlockA01__head {}
.p-topBlockA01__number {
  margin: auto;
  position: relative;
  width: fit-content;
}
.p-topBlockA01__image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(calc(100% + 20px), -50%);
}
.p-topBlockA01__body { margin-top: 30px;}
.p-topBlockA01__title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-topBlockA01__text { margin-top: 15px; font-size: 1.5rem; text-align: left; }


@media screen and (max-width: 1200px) {
  .p-topBlockA01__title { font-size: 2.0rem;}
  .p-topBlockA01__text { margin-top: 10px;}
}
@media screen and (max-width: 1024px) {
  .p-topBlockA01__list { margin: -30px 0 0 -30px;}
  .p-topBlockA01__item { width: calc(100% / 2 - 30px); margin: 30px 0 0 30px;}
  .p-topBlockA01__image img { width: 80%;}
  .p-topBlockA01__text { font-size: 1.4rem;}

}
@media screen and (max-width: 600px) {
  .p-topBlockA01__body { margin-top: 20px;}
  .p-topBlockA01__list { display: block; margin:0;}
  .p-topBlockA01__item { width: 100%; margin: 30px 0 0 0;}
  .p-topBlockA01__item:first-child { margin-top: 0;}
  .p-topBlockA01__title { font-size: 1.8rem;}
}


/*======================================
p-topSectionB
======================================*/
.p-topSectionB {padding-top: 65px;}
.p-topSectionB__head {}
.p-topSectionB__headTitle { position: relative;}
.p-topSectionB__headTitle span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 20px));
}
.p-topSectionB__headTitle img { min-width: 165px;}
.p-topSectionB__headText { text-align: center; margin-top: 30px; font-size: 2.0rem;}
.p-topSectionB__body { margin-top: 70px;}

.p-topBlockB01 { position: relative;}
.p-topBlockB01__image {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 1;
}
.p-topBlockB01__list {}
.p-topBlockB01__item {
  max-width: 435px;
  width: 100%;
  min-height: 80px;
  border: 3px solid #D6D6D6;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 5px;
  margin: 0 auto 60px auto;
  position: relative;
}
.p-topBlockB01__item::after {
  content: "";
  background: url(../image/common/ico_arr_004.svg) no-repeat center center/cover;
  width: 18px;
  height: 26px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,calc(100% + 20px));
}
.p-topBlockB01__item:last-child { margin-bottom: 0;}
.p-topBlockB01__item:last-child:after { display: none;}
.p-topBlockB01__item.-register { border-color: #E57048;}

.p-topBlockB02 { margin-top: 50px;}
.p-topBlockB02__list { display: flex;}
.p-topBlockB02__item { width: calc(100% / 3); margin-left: 20px; padding-top: 150px; position: relative;}
.p-topBlockB02__item:first-child { margin-left: 0;}
.p-topBlockB02__item::before {
  content: "";
  background: url(../image/common/ico_arr_004.svg) no-repeat center center/cover;
  width: 18px;
  height: 26px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}
.p-topBlockB02__item:nth-child(1)::before { transform: translate(-50%,0) rotate(45deg);}
.p-topBlockB02__item:nth-child(2)::before { transform: translate(-50%,0);}
.p-topBlockB02__item:nth-child(3)::before { transform: translate(-50%,0) rotate(-45deg);}
.p-topBlockB02__itemInner {
  border: 6px solid #E57048;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-topBlockB02__itemImage { margin-top: -120px; text-align: center;}
.p-topBlockB02__itemTitle {
  margin-top: 10px;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.p-topBlockB02__itemText {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 20px;
}
.p-topBlockB02__itemLink { margin-top: auto;}
.p-topBlockB02__itemLink a {
  margin: auto;
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  background: #E57048;
  border-radius: 100px;
}

.p-topBlockB03 { margin-top: 30px; position: relative;}
.p-topBlockB03__list { display: flex; justify-content: space-between; max-width: 1000px; margin: auto;}
.p-topBlockB03__item { padding: 0 10px;}

.p-topBlockB03__image { text-align: center;}
.p-topBlockB03__image img {}
.p-topBlockB03__text {
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  margin-top: 25px;
  line-height: 1.5;
}



@media screen and (max-width: 1200px) {
  .p-topSectionB__headText { font-size: 1.6rem;}

  .p-topBlockB03__text { font-size: 1.8rem;}
}
@media screen and (max-width: 1024px) {
  .p-topSectionB__body { margin-top: 40px;}
  .p-topBlockB01__image {
    position: static;
    transform: translate(0,0);
    text-align: center;
    margin-bottom: 30px;
  }
  .p-topBlockB02__itemTitle { font-size: 2.5rem;}
  .p-topBlockB03__text { font-size: 1.6rem; margin-top: 15px;}
}
@media screen and (max-width: 768px) {
  .p-topBlockB02 { margin-top: 20px;}
  .p-topBlockB02__list { flex-direction: column; align-items: center;}
  .p-topBlockB02__item { width: 100%; margin-left: 0; padding-top: 130px;}
  .p-topBlockB02__item::before { display: none;}
  .p-topBlockB02__item:first-child:before {
    content: "";
    background: url(../image/common/ico_arr_004.svg) no-repeat center center/cover;
    width: 18px;
    height: 26px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0) rotate(0);
  }
  .p-topBlockB03::before {
    content: "";
    background: url(../image/common/ico_arr_004.svg) no-repeat center center/cover;
    width: 18px;
    height: 26px;
    display: block;
    margin: 0 auto 20px auto;
  }
  .p-topBlockB03__list { justify-content: center; flex-wrap: wrap; margin-top: -20px;}
  .p-topBlockB03__item { width: calc(100% / 2); padding: 0 10px; margin-top: 20px;}
}
@media screen and (max-width: 600px) {
  .p-topSectionB { padding-top: 40px;}
  .p-topSectionB__headTitle span { transform: translate(-50%, calc(-100% - 10px));}
  .p-topSectionB__headText { font-size: 1.3rem; margin-top: 10px; text-align: left; }

  .p-topBlockB01__item { min-height: 70px; font-size: 2.0rem;}
}


/*======================================
p-topSectionC
======================================*/
.p-topSectionC {}
.p-topSectionC__inner { max-width: 900px;}

.p-topBlockC01 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  max-width: 900px;
  width: 100%;
}
.p-topBlockC01 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  
}
@media screen and (max-width: 1024px) {

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

}


/*======================================
p-topSectionD
======================================*/
.p-topSectionD {}
.p-topSectionD__head {}
.p-topSectionD__headTitle {}
.p-topSectionD__headText {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
.p-topSectionD__body { margin-top: 60px;}

.p-topBlockD01 { display: flex; margin: -80px 0 0 -80px;}
.p-topBlockD01__item { width: calc(100% / 2 - 80px); margin: 80px 0 0 80px;}
.p-topBlockD01__image {}
.p-topBlockD01__image img {}
.p-topBlockD01__text {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #9A9A9A;
  font-weight: 400;
}


@media screen and (max-width: 1200px) {
  .p-topSectionD__headText { font-size: 1.6rem;}
  .p-topBlockD01 { display: flex; margin: -60px 0 0 -40px;}
  .p-topBlockD01__item { width: calc(100% / 2 - 40px); margin: 60px 0 0 40px;}
}
@media screen and (max-width: 1024px) {
  .p-topBlockD01 { flex-direction: column; align-items: center; margin: 0;}
  .p-topBlockD01__item { width: fit-content; margin:60px 0 0 0;}
  .p-topBlockD01__item:first-child { margin-top: 0;}
}
@media screen and (max-width: 600px) {
  .p-topSectionD__headText { font-size: 1.4rem;}
}


/*======================================
p-topSectionE
======================================*/
.p-topSectionE {}
.p-topSectionE__head {}
.p-topSectionE__body { margin-top: 40px;}


@media screen and (max-width: 1200px) {
  
}
@media screen and (max-width: 1024px) {

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

}


/*======================================
p-topSectionF
======================================*/
.p-topSectionF {}
.p-topSectionF__head {}
.p-topSectionF__body { margin: 60px auto 0 auto; max-width: 980px;}

.topBlockF01 { display: flex; margin: -80px 0 0 -80px; flex-wrap: wrap;}
.topBlockF01__item { width: calc(100% / 2 - 80px); margin: 80px 0 0 80px;}
.topBlockF01__company {
  text-align: center;
  border: 3px solid #DDDDDD;
  border-radius: 5px;
  padding: 15px;
  font-size: 2.0rem;
  font-weight: 700;
}
.topBlockF01__text { line-height: 1.4; margin-top: 10px; text-align: center; color: #E57048; font-weight: 700; font-size: 5.1rem;}
.topBlockF01__text span { font-family: "Overpass"; font-size: 8.1rem;}
.topBlockF01__image {}
.topBlockF01__image img {}

@media screen and (max-width: 1200px) {
  .topBlockF01 { margin: -40px 0 0 -40px;}
  .topBlockF01__item { width: calc(100% / 2 - 40px); margin: 40px 0 0 40px;}
}
@media screen and (max-width: 1024px) {
  .p-topSectionF__body { margin-top: 40px;}
  .topBlockF01 { margin: 0; flex-direction: column; align-items: center;}
  .topBlockF01__item { width: fit-content; margin: 40px 0 0 0;}
  .topBlockF01__item:first-child { margin-top: 0;}
}
@media screen and (max-width: 600px) {
  .p-topSectionF__body { margin-top: 20px;}

  .topBlockF01__company { border: 2px solid #DDDDDD; padding: 10px; font-size: 1.6rem;}
}


/*======================================
p-topSectionG
======================================*/
.p-topSectionG {}
.p-topSectionG__head {}
.p-topSectionG__headTitle {}
.p-topSectionG__headText {
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
.p-topSectionG__body { margin-top: 40px;}

.p-topSectionG__link { margin-top: 50px;}
.p-topSectionG__link a {
  margin: auto;
  max-width: 360px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  background: #E57048;
  border-radius: 100px;
}

@media screen and (max-width: 1200px) {
  .p-topSectionG__headText { font-size: 1.8rem;}
}
@media screen and (max-width: 1024px) {
  .p-topSectionG__headText { font-size: 1.6rem;}
}
@media screen and (max-width: 600px) {
  .p-topSectionG__headText { font-size: 1.4rem;}
  .p-topSectionG__link { margin-top: 30px;}
}