@charset "UTF-8";
/* 共通 */
html{
  font-size: 10px;
  letter-spacing: .01em;
  font-feature-settings: "palt";
  word-break: break-all;
}
body{
  opacity: 0;
}
body.loaded{
  opacity: 1;
  transition-duration: 2.5s;
}
main{
  overflow-x: hidden;
}
.wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1010px;
  padding-left: 16px;
  padding-right: 16px;
}
.sp{
  display: none;
}
.pc{
  display: block;
}
/* header */
.header{
  background-image: url("../img/header-back.svg");
  background-size: cover;
  background-position: center;
  height: 104px;
  width: 100%;
  overflow-x: hidden;
}
.header__lr{
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header__logo{
  width: 325px;
}
.header__logo img{
  width: 100%;
}
.header__snses{
  display: flex;
  justify-content: right;
}
.header__snses a{
  margin-left: 16px;
  display: inline-block;
  width: 48px;
}
.header__snses a:first-of-type{
  margin-left: 0;
}

/* fv */
.top-fv{
  position: relative;
  width: 100%;
  height: 47.3vw;
  background-image: url("../img/fv-back.jpg");
  background-size: cover;
  background-position: center;
}
.top-fv__copy{
  position: absolute;
  top: 2%;
  right: 5%;
  width: 31.9222%;
}
/* fixed btn */
.fixed-btn{
  position: fixed;
  bottom: 0px;
  right: 32px;
  width: 284px;
  z-index: 1000;
  transition-duration: .3s;
}
.fixed-btn:hover{
  opacity: 1;
  transform: scale(1.05);
  transition-duration: .3s;
}
/* area01 */
.area01{
  padding: 34px 0;
  position: relative;
  background-color: #F29E78;
}
.area01__leftbottom{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 19.3%;
  max-width: 270px;
}
.area01__rightbottom{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15.486%;
  max-width: 223px;
}
.area01__topheading-gr{
  position: absolute;
  left: calc(50% - 319px);
  top: -247px;
  width: 63.1%;
  max-width: 638px;
}
.area01__topdesc{
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  font-size: 1.577rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6664;
  color: #fff;
}
.area01__links{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.area01__links a{
  position: relative;
  margin-left: 32px;
  display: inline-block;
  width: 25%;
  transition-duration: .3;
}
.area01__links a:first-of-type,
.area01__links a:nth-of-type(3n + 1){
  margin-left: 0;
}
.area01__links a:hover{
  transform: rotate(10deg);
  opacity: 1;
  transition-duration: .3;
}
.area01__links a:nth-of-type(2)::after{
  content: "";
  position: absolute;
  right: -8px;
  top: -4px;
  background-image: url("../img/area01-link02-sub.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 35%;
  height: 31%;
}
/* area02 */
.area02{
  margin-top: 320px;
  padding-top: 80px;
  padding-bottom: 280px;
  position: relative;
  background-image: url("../img/area02-back.svg");
  background-size: cover;
  background-position: center;
}
.area02__topheading-gr{
  position: absolute;
  left: calc(50% - 319px);
  top: -247px;
  width: 63.1%;
  max-width: 638px;
}
.area02__topheading-gr .lady{
  position: absolute;
  left: -40px;
  top: 80px;
  width: 160px;
}
.area02__copy{
  /* padding-top: 40px; */
  margin-left: auto;
  margin-right: auto;
  width: 351px;
}
.area02__flow{
  position: relative;
  margin-top: 40px;
}
.area02__flow .arrows{
  position: relative;
  z-index: 100;
}
.area02__flow .arrows span:nth-of-type(1):after{
  content: "";
  position: absolute;
  left: calc(25% - 22.5px);
  top: 49px;
  z-index: 2;
  width: 45px;
  height: 51px;
  background-image: url("../img/area02-arrow1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.area02__flow .arrows span:nth-of-type(2):after{
  content: "";
  position: absolute;
  left: calc(50% - 22.5px);
  top: 49px;
  z-index: 2;
  width: 45px;
  height: 51px;
  background-image: url("../img/area02-arrow2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.area02__flow .arrows span:nth-of-type(3):after{
  content: "";
  position: absolute;
  left: calc(75% - 22.5px);
  top: 49px;
  z-index: 2;
  width: 45px;
  height: 51px;
  background-image: url("../img/area02-arrow2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.area02__flow ol{
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}
.area02__flow ol li{
  position: relative;
  z-index: 0;
  padding: 32px 16px;
  width: 24%;
  border-radius: 20px;
}
.area02__flow ol li .num{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85.5%;
}
.area02__flow ol li .num img{
  width: 100%;
}
.area02__flow ol li .desc{
  margin-top: 16px;
  font-size: 1.5rem;
  line-height: 1.6664;
  text-align: justify;
  color: #000000;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.area02__flow ol li .desc a{
  color: #FF0000;
  text-decoration: underline !important;
}
.area02__flow ol li:nth-of-type(1){
  background-color: rgba(168, 233, 244,.84); 
}
.area02__flow ol li:nth-of-type(2){
  background-color: rgba(154, 223, 247,.84); 
}
.area02__flow ol li:nth-of-type(2) .num{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
.area02__flow ol li:nth-of-type(3){
  background-color: rgba(89, 195, 227, 0.84);
}
.area02__flow ol li:nth-of-type(3) .num{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.area02__flow ol li:nth-of-type(4){
  background-color: rgba(117, 217, 239,.84);
}
/* area03 */
.area03{
  position: relative;
  margin-top: 80px;
}
.area03__back{
  width: 100%;
}
.area03__back img{
  width: 100%;
}
.area03__title{
  margin-left: auto;
  margin-right: auto;
  width: 47.6%;
  max-width: 481px;
}
.area03__copy{
  margin-top: 24px;
  font-size: 1.466rem;
  font-weight: 700;
  line-height: 2;
  color: #0071BC;
  text-align: center;
}
.area03__desc{
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  width: 78%;
  font-size: 1.577rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height:2;
  color: #4D4D4D;
}
/* area04 */
.area04{
  margin-top: 320px;
  padding: 34px 0 80px;
  position: relative;
  background-color: #FBF1F5;
}
.area04__topheading-gr{
  position: absolute;
  left: calc(50% - 319px);
  top: -247px;
  width: 63.1%;
  max-width: 638px;
}
.area04__topheading-gr .lady{
  position: absolute;
  right: -55px;
  top: 16px;
  width: 189px;
}
.area04__topdesc{
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  font-size: 1.577rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #4D4D4D;
}
.area04__list{
  margin-top: 123px;
}
.area04__list ul li{
  margin-top: 56px;
  padding: 24px;
  position: relative;
  border-radius: 40px;
  min-height: 224px;
  display: flex;
  align-items: center;
}
.area04__list ul li .title{
  position: absolute;
  left: -52px;
  top: -113px;
  width: 230px;
}
.area04__list ul li .lr{
  margin-left: auto;
  margin-right: 0;
  width: calc(100% - 160px);
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.area04__list ul li .lr .left{
  width: 72%;
}
.area04__list ul li .lr .left .copy{
  font-size: 2.17rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.area04__list ul li .lr .left .desc{
  margin-top: 8px;
  font-size: 1.7rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.area04__list ul li .lr .left .desc strong{
  color: #ff0000;
}
.area04__list ul li .lr .right{
  position: relative;
  width: 27%;
}
.area04__list ul li:nth-of-type(1){
  background-color: #BF4EFF;
}
.area04__list ul li:nth-of-type(1) .lr .left .copy,
.area04__list ul li:nth-of-type(1) .lr .left .desc{
  color: #fff;
}
.area04__list ul li:nth-of-type(1) .lr .right .image{
  position: absolute;
  top: -36px;
  right: 0;
  width: 90%;
}
.area04__list ul li:nth-of-type(2){
  background-color: #FBB03B;
  margin-top: 120px;
}
.area04__list ul li:nth-of-type(2) .lr .left .copy,
.area04__list ul li:nth-of-type(2) .lr .left .desc{
  color: #fff;
}
.area04__list ul li:nth-of-type(2) .lr .right .image{
  position: absolute;
  top: -22px;
  right: 0;
  width: 90%;
}
.area04__list ul li:nth-of-type(3){
  position: relative;
  margin-top: 120px;
  background-color: #D9E021;
}
.area04__list ul li:nth-of-type(3) .title::after{
  content: "";
  position: absolute;
  right: -16px;
  top: 0px;
  background-image: url("../img/area01-link02-sub.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 35%;
  height: 31%;
}
.area04__list ul li:nth-of-type(3) .lr .left .copy,
.area04__list ul li:nth-of-type(3) .lr .left .desc{
  color: #000;
}
.area04__list ul li:nth-of-type(3) .lr .right .image{
  position: absolute;
  top: -89px;
  right: 0;
  width: 90%;
}
.area04__list ul li:nth-of-type(4){
  margin-top: 120px;
  background-color: #F48CBC;
}
.area04__list ul li:nth-of-type(4) .lr .left .copy,
.area04__list ul li:nth-of-type(4) .lr .left .desc{
  color: #fff;
}
.area04__list ul li:nth-of-type(4) .lr .right .image{
  position: absolute;
  top: -43px;
  right: 0;
  width: 90%;
}
.area04__list ul li:nth-of-type(5){
  margin-top: 120px;
  background-color: #FCEE21;
}
.area04__list ul li:nth-of-type(5) .lr .left .copy,
.area04__list ul li:nth-of-type(5) .lr .left .desc{
  color: #000;
}
.area04__list ul li:nth-of-type(5) .lr .right .image{
  position: absolute;
  top: -108px;
  right: 0;
  width: 90%;
}
.area04__list ul li:nth-of-type(6){
  margin-top: 120px;
  background-color: #29ABE2;
}
.area04__list ul li:nth-of-type(6) .lr .left .copy,
.area04__list ul li:nth-of-type(6) .lr .left .desc{
  color: #fff;
}
.area04__list ul li:nth-of-type(6) .lr .right .image{
  position: absolute;
  top: -74px;
  right: -44px;
  width: 110%;
}
.area04__other{
  text-align: center;
  margin-top: 80px;
  padding: 32px;
  background-color: #fff;
  border-radius: 30px;
}
.area04__other .heading{
  margin-left: auto;
  margin-right: auto;
  width: 14.15%;
  max-width: 143px;
}
.area04__other .desc{
  display: inline-block;
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height:2;
  color: #4D4D4D;
  font-size: 1.6rem;
}
/* area05 */
.area05{
  margin-top: 320px;
  padding: 80px 0px 0;
  position: relative;
  background-color: #E1F9E3;
  background-size: cover;
  background-position: center;
}
.area05-mountain{
  width: 100%;
}
.area05-mountain img{
  width: 100%;
  object-fit: cover;
}
.area05__topheading-gr{
  position: absolute;
  left: calc(50% - 319px);
  top: -247px;
  width: 63.1%;
  max-width: 638px;
}
.area05__topheading-gr .lady{
  position: absolute;
  left: -55px;
  top: 46px;
  width: 155px;
}
.area05__content-gr{
  text-align: center;
}

.area05__content-gr .item {
  margin-top: 80px;
  position: relative;
}
.area05__content-gr .item:first-of-type{
  margin-top: 0px;
  position: relative;
}
.area05__content-gr .item:nth-of-type(1) .illusts{
  position: relative;
}
.area05__content-gr .item:nth-of-type(1) .illusts span{
  display: inline-block;
}
.area05__content-gr .item:nth-of-type(1) .illusts span img{
  width: 100%;
}
.area05__content-gr .item:nth-of-type(1) .illusts .cloud01{
  position: absolute;
  top: 110px;
  left: 0;
  max-width: 191px;
}
.area05__content-gr .item:nth-of-type(1) .illusts .fish01{
  position: absolute;
  top: 240px;
  left: 150px;
  max-width: 55px;
}
.area05__content-gr .item:nth-of-type(1) .illusts .cloud02{
  position: absolute;
  top: 240px;
  right: 0;
  width: 143px;
}
.area05__content-gr .item:nth-of-type(1) .illusts .bird01{
  position: absolute;
  top: 380px;
  right: 16px;
  width: 34px;
}
.area05__content-gr .item:nth-of-type(2) .illusts{
  position: relative;
}
.area05__content-gr .item:nth-of-type(2) .illusts span{
  display: inline-block;
}
.area05__content-gr .item:nth-of-type(2) .illusts span img{
  width: 100%;
}
.area05__content-gr .item:nth-of-type(2) .illusts .cloud03{
  position: absolute;
  top: 110px;
  left: 40px;
  max-width: 143px;
}
.area05__content-gr .item:nth-of-type(2) .illusts .fish02{
  position: absolute;
  top: 40px;
  right: 150px;
  max-width: 55px;
}
.area05__content-gr .item:nth-of-type(2) .illusts .bird02{
  position: absolute;
  top: 280px;
  left: 160px;
  width: 37px;
}
.area05__content-gr .item:nth-of-type(2) .illusts .cloud04{
  position: absolute;
  top: 379px;
  right: 0;
  width: 143px;
}
.area05__content-gr h3.event{
  margin-left: auto;
  margin-right: auto;
  width:24.059% ;
}
.area05__content-gr h3.seminar{
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
.area05__content-gr h3.money{
  margin-left: auto;
  margin-right: auto;
  width:39% ;
}
.area05__content-gr .image{
  margin-top: 40px;
  margin-bottom: 40px;
  width: auto;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}
.area05__content-gr .smallheading{
  margin-bottom: 8px;
  display: inline-block;
  padding: 4px 24px;
  border-radius: 50px;
  font-size: 1.6rem;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 400;
  font-weight: 600;
  color: #fff;
  background-color: #39B54A;
}
.area05__content-gr .desc{
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 78%;
  font-size: 1.577rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height:2;
  color: #4D4D4D;
}
/* area06 */
.area06{
  padding: 80px 0 0;
}
.area06__heading{
  font-size:4rem;
  font-family: "m-plus-1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: normal;
  text-align: center;
}
.area06__newslist{
  margin-top: 56px;
}
.area06__newslist ul li{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.area06__newslist ul li:first-of-type{
  margin-top: 0;
}
.area06__newslist ul li .cat{
  display: inline-block;
  color: #fff;
  font-size: 1.9rem;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 400;
  width: 174px;
  padding: 2px 0;
  text-align: center;
  border-radius: 50px;
}
.area06__newslist ul li .cat.pink{
  background-color: #FF7BAC;
}
.area06__newslist ul li .cat.orange{
  background-color: #F7931E;
}
.area06__newslist ul li .content{
  width: calc(100% - 174px - 24px);
}
.area06__newslist ul li .content time{
  padding-bottom: 4px;
  font-size: 1.8rem;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 400;
  border-bottom: solid 1px #000;
  display: block;
}
.area06__newslist ul li .content .title{
  margin-top: 8px;
  font-size: 1.577rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6664;
  color: #4D4D4D;
}
.area06__newslist ul li .content .title a.instagram{
  margin-right: 8px;
  font-weight: 600;
  color: #92009d;
  text-decoration: underline !important;
}
.area06__newslist ul li .content .title a.x{
  margin-top: 16px;
  font-weight: 600;
  color: #000000;
  text-decoration: underline !important;
}
/* area07 */
.area07{
  position: relative;
  margin-top: 320px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #DDF1FC;
}
.area07__topheading-gr{
  position: absolute;
  left: calc(50% - 319px);
  top: -247px;
  width: 63.1%;
  max-width: 638px;
}
.area07__topheading-gr .lady{
  position: absolute;
  right: -56px;
  top: 40px;
  width: 136px;
}
.area07__faqbox{
  position: relative;
  margin-top: 0px;
}
.area07__faqbox img{
  width: 100%;
}
.area07__faqbox .link{
  position: absolute;
  bottom: 17%;
  left: 25%;
  display: block;
  width: 36%;
  height: 2%;
}
.area07__faqbox .link a{
  display: block;
  width: 100%;
  height: 100%;
}
/* animation */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 25px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}
.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
/* area08*/
.area08{
  margin-top: 320px;
  padding: 80px 0 120px;
  position: relative;
  background-color: #FFFBC4;
}
.area08__topheading-gr{
  position: absolute;
  left: calc(50% - 319px);
  top: -247px;
  width: 63.1%;
  max-width: 638px;
}
.area08__topheading-gr .lady{
  position: absolute;
  left: -120px;
  top: 48px;
  width: 181px;
}
.area08__leftimage{
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 475px;
  width: 33%;
}
.area08__leftimage img{
  width: 100%;
}
.area08__rightimage{
  position: absolute;
  bottom: -40px;
  right: 0;
  max-width: 390px;
  width: 28%;
}
.area08__tel{
  margin-left: auto;
  margin-right: auto;
  width: 37.4%;
}
.area08__tel{
  margin-left: auto;
  margin-right: auto;
  width: 37.4%;

}
.area08__hour{
  margin-top: 24px;
  font-size: 2.67rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.area08__btn{
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display:block;
  width: 34%;
  max-width: 344px;
}
/* are09 */
.area09{
  padding: 80px 0;
}
.area09__heading{
  margin-left: auto;
  margin-right: auto;
  width: 47.77%;
  max-width: 500px;
}
.area09__info{
  margin-top: 24px;
  font-size: 2.1rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
/* footer */
.footer{
  padding: 40px 0;
  background-color: #00A99D;
}
.footer__nav ul{
  display: flex;
  justify-content: center;
}
.footer__nav ul li a{
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  display: inline;
  font-size: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  color: #fff;
  border-left: solid 1px #fff;
}
.footer__nav ul li:first-of-type a{
  display: inline;
  padding-left: 0px;
  padding-right: 12px;
  border-left: none;
}
.footer__copyright{
  margin-top: 8px;
  display: block;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width:1022px) {
  .area01__topheading-gr,
  .area04__topheading-gr,
  .area05__topheading-gr,
  .area07__topheading-gr,
  .area08__topheading-gr{
    top: -240px;
  }
}
@media screen and (max-width:750px) {
  .wrapper{
    padding-left: 16px;
    padding-right: 16px;
  }
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  /* header */
  .header{
    background-image: url("../img/header-back.svg");
    height: 60px;
  }
  .header__lr{
    padding-left: 8px;
    padding-right: 8px;
  }
  .header__logo{
    width: 60%;
  }
  .header__snses a{
    margin-left: 12px;
    width: 24px;
  }
  /* fv */
  .top-fv{
    height: 82vw;
    background-image: url("../img/fv-back.jpg");
  }
  .top-fv__copy{
    position: absolute;
    top: 1%;
    right: 2.5%;
    width: 40.9222%;
  }
  /* fixed btn */
  .fixed-btn{
    position: fixed;
    bottom: 0px;
    right: 8px;
    width:140px;
    z-index: 1000;
    transition-duration: .3s;
  }
  /* area01 */
  .area01{
    padding: 20px 0 86px;
  }
  .area01__leftbottom{
    display: none;
  }
  .area01__rightbottom{
    width: 25.486%;
    max-width: 223px;
  }
  .area01__topheading-gr{
    left: 12.5%;
    top: -109px;
    width: 75%;
    max-width: initial;
  }
  .area01__topdesc{
    width: 100%;
    font-size: 1.3rem;
  }
  .area01__links{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .area01__links::after{
    content: "";
    width: 33%;
  }
  .area01__links a{
    position: relative;
    margin-left: 0px;
    display: inline-block;
    width: 33%;
    transition-duration: .3;
  }
  .area01__links a:first-of-type,
  .area01__links a:nth-of-type(3n + 1){
    margin-left: 0;
  }
  .area01__links a:nth-of-type(2)::after{
    right: -3px;
    width: 30%;
  }
  /* area02 */
  .area02{
    margin-top: 140px;
    padding-top: 20px;
    padding-bottom: 110px;
    background-image: url("../img/area02-back-sp.svg");
  }
  .area02__topheading-gr{
    left: 12.5%;
    top: -109px;
    width: 75%;
    max-width: initial;
  }
  .area02__topheading-gr .lady{
    left: -32px;
    top: 20px;
    width: 80px;
  }
  .area02__copy{
    width: 65%;
  }
  .area02__flow{
    position: relative;
    margin-top: 20px;
  }
  .area02__flow .arrows span:nth-of-type(1):after{
    display: none;
  }
  .area02__flow .arrows span:nth-of-type(2):after{
    display: none;
  }
  .area02__flow .arrows span:nth-of-type(3):after{
    display: none;
  }
  .area02__flow ol{
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .area02__flow ol li{
    margin-top: 24px;
    padding: 24px 8px;
    width: 43%;
  }
  .area02__flow ol li:nth-of-type(1),
  .area02__flow ol li:nth-of-type(2){
    margin-top: 0;
  }
  .area02__flow ol li .num{
    width: 85.5%;
  }
  .area02__flow ol li .desc{
    margin-top: 8px;
    font-size: 1.3rem;
  }
  /* area03 */
  .area03{
    position: relative;
    margin-top: 40px;
  }
  .area03__back{
    width: 100%;
  }
  .area03__back img{
    width: 100%;
  }
  .area03__title{
    width: 100%;
  }
  .area03__copy{
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1.75;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }
  .area03__desc{
    margin-top: 28px;
    width: 100%;
    font-size: 1.3rem;
    line-height:1.75;
  }
  /* area04 */
  .area04{
    margin-top: 140px;
    padding: 20px 0 40px;
  }
  .area04__topheading-gr{
    left: 12.5%;
    top: -109px;
    width: 75%;
    max-width: initial;
  }
  .area04__topheading-gr .lady{
    right: -32px;
    top: 20px;
    width: 80px;
  }
  .area04__topdesc{
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.75;
  }
  .area04__list{
    margin-top: 90px;
  }
  .area04__list ul li{
    margin-top: 28px;
    padding: 90px 16px 24px;
    border-radius: 20px;
    min-height: initial;
  }
  .area04__list ul li .title{
    position: absolute;
    left: 5.75%;
    top: -72px;
    width: 37.5%;
  }
  .area04__list ul li .lr{
    margin-left: auto;
    margin-right: 0;
    width: calc(100%);
    height: 100%;
    flex-direction: column-reverse;
  }
  .area04__list ul li .lr .left{
    width: 100%;
  }
  .area04__list ul li .lr .left .copy{
    font-size: 1.6rem;
  }
  .area04__list ul li .lr .left .desc{
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.75;
  }
  .area04__list ul li .lr .right{
    position: relative;
    width: 100%;
  }
  .area04__list ul li:nth-of-type(1) .lr .right .image{
    position: absolute;
    top: -83px;
    right: 8px;
    width: 30%;
  }
  .area04__list ul li:nth-of-type(2) {
    margin-top: 90px;
  }
  .area04__list ul li:nth-of-type(2) .lr .right .image{
    position: absolute;
    top: -83px;
    right: 8px;
    width: 30%;
  }
  .area04__list ul li:nth-of-type(3){
    margin-top: 90px;
  }
  .area04__list ul li:nth-of-type(3) .lr .right .image{
    position: absolute;
    top: -133px;
    right: 8px;
    width: 30%;
  }
  .area04__list ul li:nth-of-type(4){
    margin-top: 90px;
  }
  .area04__list ul li:nth-of-type(4) .lr .right .image{
    position: absolute;
    top: -124px;
    right: 8px;
    width: 30%;
  }
  .area04__list ul li:nth-of-type(5){
    margin-top: 90px;
  }
  .area04__list ul li:nth-of-type(5) .lr .right .image{
    position: absolute;
    top: -124px;
    right: 8px;
    width: 30%;
  }
  .area04__list ul li:nth-of-type(6){
    margin-top: 90px;
    background-color: #29ABE2;
  }
  .area04__list ul li:nth-of-type(6) .lr .right .image{
    position: absolute;
    top: -150px;
    right: 0px;
    width: 40%;
  }
  .area04__other{
    text-align: center;
    margin-top: 40px;
    padding: 24px 16px;
    background-color: #fff;
    border-radius: 10px;
  }
  .area04__other .heading{
    width: 24.15%;
    max-width: initial;
  }
  .area04__other .desc{
    margin-top: 8px;
    line-height:1.75;
    color: #4D4D4D;
    font-size: 1.3rem;
  }
  /* area05 */
  .area05{
    margin-top: 140px;
    padding: 40px 0px 0;
  }
  .area05__topheading-gr{
    left: 12.5%;
    top: -109px;
    width: 75%;
    max-width: initial;
  }
  .area05__topheading-gr .lady{
    left: -32px;
    top: 20px;
    width: 80px;
  }
  .area05__content-gr .item {
    margin-top: 40px;
  }
  .area05__content-gr .item:nth-of-type(1) .illusts .cloud01{
    top: 20px;
    left: 0;
    max-width: 81px;
  }
  .area05__content-gr .item:nth-of-type(1) .illusts .fish01{
    top: 170px;
    left: 0px;
    max-width: 32px;
  }
  .area05__content-gr .item:nth-of-type(1) .illusts .cloud02{
    top: 56px;
    right: 0;
    width: 50.5px;
  }
  .area05__content-gr .item:nth-of-type(1) .illusts .bird01{
    top: 180px;
    right: 16px;
    width: 20px;
  }
  .area05__content-gr .item:nth-of-type(2) .illusts .cloud03{
    top: 32px;
    left: 0;
    max-width: 50px;
  }
  .area05__content-gr .item:nth-of-type(2) .illusts .fish02{
    position: absolute;
    top: 40px;
    right: 16px;
    max-width: 32px;
  }
  .area05__content-gr .item:nth-of-type(2) .illusts .bird02{
    position: absolute;
    top: 80px;
    left: 10px;
    width: 37px;
  }
  .area05__content-gr .item:nth-of-type(2) .illusts .cloud04{
    position: absolute;
    top: 179px;
    right: 0;
    width: 73px;
  }
  .area05__content-gr h3.event{
    width:35.5%;
  }
  .area05__content-gr h3.seminar{
    width: 65%;
  }
  .area05__content-gr h3.money{
    width: 65%;
  }
  .area05__content-gr .image{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
    height: auto;
  }
  .area05__content-gr .smallheading{
    margin-bottom: 4px;
    padding: 2px 24px;
    font-size: 1.4rem;
  }
  .area05__content-gr .desc{
    width: 100%;
    font-size: 1.4rem;
    line-height:1.75;
  }
  /* area06 */
  .area06{
    padding: 40px 0 0;
  }
  .area06__heading{
    font-size:2.4rem;
  }
  .area06__newslist{
    margin-top: 28px;
  }
  .area06__newslist ul li{
    margin-top: 24px;
    display: block;
  }
  .area06__newslist ul li .cat{
    padding: 4px 12px;
    font-size: 1.2rem;
    width: auto;
  }
  .area06__newslist ul li .content{
    width: 100%;
  }
  .area06__newslist ul li .content time{
    margin-top: 8px;
    padding-bottom: 4px;
    font-size: 1.3rem;
  }
  .area06__newslist ul li .content .title{
    margin-top: 8px;
    font-size: 1.4rem;
  }

  /* area07 */
  .area07{
    margin-top: 140px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .area07__topheading-gr{
    left: 12.5%;
    top: -109px;
    width: 75%;
    max-width: initial;
  }
  .area07__topheading-gr .lady{
    right: -24px;
    top: 16px;
    width: 72px;
  }
  .area07__faqbox .link{
    bottom: 10.1%;
    left: 13%;
    width: 78%;
    height: 2%;
  }
  /* area08*/
  .area08{
    margin-top: 140px;
    padding: 20px 0 140px;
    position: relative;
    background-color: #FFFBC4;
  }
  .area08__topheading-gr{
    left: 12.5%;
    top: -109px;
    width: 75%;
    max-width: initial;
  }
  .area08__topheading-gr .lady{
    left: -24px;
    top: 16px;
    width: 72px;
  }
  .area08__leftimage{
    width: 40%;
  }
  .area08__rightimage{
    bottom: -20px;
    width: 35%;
  }
  .area08__tel{
    width: 75%;
  }
  .area08__hour{
    margin-top: 4px;
    font-size: 1.5rem;
  }
  .area08__btn{
    margin-top: 12px;
    width:67.5%;
  }
  /* are09 */
  .area09{
    padding: 40px 0;
  }
  .area09__heading{
    width: 100%;
  }
  .area09__info{
    margin-top: 12px;
    font-size: 1.5rem;
  }
  /* footer */
  .footer{
    padding: 20px 0;
  }
  .footer__nav ul{
    display:block;
  }
  .footer__nav ul li a{
    font-size: 1.3rem;
    padding-left: 0px;
    padding-right: 0px;
    border-left: none;
  }
  .footer__nav ul li:first-of-type a{
    padding-right: 0px;
  }
  .footer__copyright{
    margin-top: 8px;;
    font-size: 1rem;
  } 
}