@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');

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

/*************************************************

 page common

*************************************************/
* {
  font-feature-settings: 'palt';
}
.main ol,.main ul {
  margin: 0;
  padding: 0;
}
.main figure {
}
.main figcaption {
  /*margin: 0;
  padding: 0;*/
  text-shadow: none;
  color: #202124;
  letter-spacing: normal;
}
.main img {
  max-width: 100%;
  height: auto;
}


/* ============================================
共通
==============================================*/
.conW01{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.poinList01,
ul.poinList01,
ol.poinList01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
.poinList01 li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 110px;
  margin: 0 20px;
  background: #46674f;
  border-radius: 30px 0 30px 0;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
}

.poinList02{
  display: flex;
  justify-content: space-between;
}
.poinList02 li{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((315 / 976) * 100%);
  background: #fff;
}
.poinList02 li div{
  padding: 40px 30px 30px 30px;
}
.poinList02 li div p{
  margin-top: 1.5em;
}
.poinList02 li figcaption{
  right: 5px;
  bottom: 5px;
  padding: 0;
  color: #fff;
}



.slider{
  position: relative;
}
.slider .swiper {
  padding: 0 0 30px 0;
}
.slider .swiper-pagination {
  bottom: 0;
}
.slider .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1.0;
}
.slider .swiper-pagination span.swiper-pagination-bullet-active {
  background: #46674f;
}
.slider .cntrl {
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(70,103,79,0.8);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.slider .cntrl::after {
  content: none;
}
.slider .cntrl.swiper-button-prev,
.slider .cntrl.swiper-button-next{
  top: 50%;
  transform: translate(0,-50%);
}
.slider .cntrl.swiper-button-prev {
  left: -30px;
  background-image: url("../../img/common/btn_prev.svg");
}
.slider .cntrl.swiper-button-next {
  right: -30px;
  background-image: url("../../img/common/btn_next.svg");
}
.slider figcaption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 0;
  font-size: clamp(calc(13px * 0.7), calc(13vw / 9.76), 13px);
  line-height: 1.0;
  text-align: center;
  text-shadow: unset;
  color: #fff;
}

@media only screen and (max-width:768px) {
  .main .inner{
    width: auto;
    margin-left: 5.33vw;
    margin-right: 5.33vw;
  }
  
  
  .poinList01,
  ul.poinList01,
  ol.poinList01 {
    display: block;
    margin-top: 30px;
  }
  .poinList01 li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0;
    border-radius: 15px 0 15px 0;
    /*font-size: clamp(calc(14px * 0.7), calc(14vw / 3.75), 14px);*/
  }
  .poinList01 li + li {
    margin-top: 10px;
  }
  .poinList01 li br {
    display: none;
  }
  
  .poinList02{
    display: block;
  }
  .poinList02 li{
    width: 100%;
  }
  .poinList02 li + li{
    margin-top: 30px;
  }
  .poinList02 li div{
    padding: 30px 20px 20px 20px;
  }
  .poinList02 li div h5 br{
    display: none;
  }
  .poinList02 li div p{}
  
  
  
  .slider .cntrl {
    width: 30px;
    height: 30px;
  }
  .slider .cntrl.swiper-button-prev {
    left: -15px;
  }
  .slider .cntrl.swiper-button-next {
    right: -15px;
  }
}

/* ============================================
top
==============================================*/
.top {
  position: relative;
  z-index: 2;
  padding-top: 72px;
}
.kv_img figcaption {
  color: #fff;
}
@media only screen and (max-width:768px) {
  .top {
    padding-top: 20px;
  }
  .kv_img {}
}


/* --------------------------------------------
intro
-----------------------------------------------*/
.intro {}
.intro .gwLogo {
  width: 70%;
  max-width: 340px;
  margin: 0 auto 30px auto;
}
.intro .slider {
  margin-top: 50px;
}

@media only screen and (max-width:768px) {
  .intro {}
  .intro .gwLogo {
    width: 70%;
    margin: 0 auto 20px auto;
  }
  .intro .slider {
    margin-top: 30px;
  }
}


/* --------------------------------------------
voiceWrap
-----------------------------------------------*/
.voiceWrap {
  padding-top: 0;
}
.voiceWrap h2 {
  margin-top: -30px;
}


@media only screen and (max-width:768px) {
  .voiceWrap {
    padding-top: 0;
  }
  .voiceWrap h2 {
    margin-top: -25px;
  }
}


/* --------------------------------------------
town
-----------------------------------------------*/
.town {}
.town.secB01.-type02 {
  padding-bottom: 0;
}
.town .lp > div{}
.town .lp figure {
  max-width: 826px;
  margin: 0 auto;
}
.town .lp figure + .poinList01 {
  margin-top: -50px;
}

.town .tpp{}

.town .house{}
.town .house .slider{
  margin-top: 130px;
}
.town .house .hpp{}

@media only screen and (max-width:768px) {
  .town {}
  
  .town .lp > .sort{
    display: flex;
    flex-direction: column;
  }
  
  .town .lp figure {
    order: 1;
  }
  .town .lp .poinList01 {
    order: 2;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .town .lp figure + .poinList01 {
    order: 3;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .town .tpp{}
  
  .town .house{}
  .town .house .slider{
    margin-top: 60px;
  }
  .town .house .hpp{}
  
}

.secBG99.secB01.-type02{
  padding-top: 0;
}

/* --------------------------------------------
btnEdu
-----------------------------------------------*/
.btnEdu {
  width: 700px;
  height: 200px;
  margin: 0 auto -50px auto;
  border-radius: 30px 0 30px 0;
  transform: translate(0,-50px);
}
.btnEdu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #46674f;
  border-radius: inherit;
  color: #fff;
}
.btnEdu a p {
  padding-left: 0.2em;
  letter-spacing: 0.2em;
  line-height: 1.0;
}
.btnEdu a .t01{
  font-size: clamp(calc(20px * 0.7), calc(20vw / 9.76), 20px);/*20 / 16*/
}
.btnEdu a .t02{
  margin-top: 20px;
  font-size: clamp(calc(25px * 0.7), calc(25vw / 9.76), 25px);/*25 / 20*/
}
.btnEdu a .btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 40px;
  margin-top: 25px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 200px;
  color: #46674f;
  font-size: clamp(calc(15px * 0.7), calc(15vw / 9.76), 15px);/*15 / 13*/
  transition: .3s;
}
.btnEdu a .btn::after{
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  display: block;
  width: 27px;
  height: 7px;
  background: url("../../img/common/ico_arrow_gr.svg") no-repeat center center;
  background-size: cover;
  transform: translate(0,-50%);
  transition: .3s;
}
.btnEdu a:hover .btn{
  background: #46674f;
  color: #fff;
}
.btnEdu a:hover .btn::after{
  right: 20px;
  background-image: url("../../img/common/ico_arrow_wh.svg");
}

@media only screen and (max-width:768px) {
  .btnEdu {
    width: 90%;
    height: 160px;
    margin: 0 auto -30px auto;
    border-radius: 15px 0 15px 0;
    transform: translate(0,-30px);
  }
  .btnEdu a {}
  .btnEdu a p {
    padding-left: 0.05em;
    letter-spacing: 0.05em;
  }
  .btnEdu a .t01{
    font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*20 / 16*/
  }
  .btnEdu a .t02{
    margin-top: 15px;
    font-size: clamp(calc(20px * 0.7), calc(20vw / 3.75), 20px);/*25 / 20*/
  }
  .btnEdu a .btn{
    width: 240px;
    margin-top: 20px;
    font-size: clamp(calc(15px * 0.7), calc(15vw / 3.75), 15px);/*15 / 15*/
  }
  .btnEdu a .btn::after{
    right: 15px;
    /*width: 26px;
    height: 6px;*/
  }
  .btnEdu a:hover .btn{}
  .btnEdu a:hover .btn::after{
    right: 10px;
  }
}

/* --------------------------------------------
kafun
-----------------------------------------------*/
.kafun {}
.kafun .hepa{
  max-width: 556px;
  margin: 45px auto 0 auto;
}
.kafun .japoc{
  position: relative;
  display: flex;
  align-items: center;
  margin: 60px 0 0 0;
  padding: 30px 40px;
  border: 1px solid #46674f;
}
.kafun .japoc span{
  position: absolute;
  left: 40px;
  top: -18px;
  display: block;
  width: 110px;
  height: 110px;
}
.kafun .japoc > div{
  width: calc((450 / (700 - 80)) * 100%);
  margin: 0 30px 0 0;
  text-align: left;
}
.kafun .japoc > div .copyT02{
  margin-bottom: 25px;
  padding-left: 130px;
}
.kafun .japoc > figure{
  width: calc((110 / (700 - 80)) * 100%);
}
.kafun .japoc > div > p > img{
  display: none;
}

@media only screen and (max-width:768px) {
  .kafun {}
  .kafun .hepa{
    margin-top: 30px;
  }
  .kafun .japoc{
    display: block;
    margin-top: 30px;
    padding: 20px 20px;
  }
  .kafun .japoc span{
    position: absolute;
    left: 10px;
    width: 100px;
    height: 100px;
  }
  .kafun .japoc > div{
    width: 100%;
    margin: 0;
  }
  .kafun .japoc > div .copyT02{
    margin-bottom: 15px;
    padding-left: 100px;
  }
  .kafun .japoc > figure{
    display: none;
  }
  .kafun .japoc > div > p > img{
    float: right;
    display: inline;
    width: 30%;
    margin: 0 0 10px 10px;
  }
}

/* --------------------------------------------
anshin
-----------------------------------------------*/
.anshin {}
.anshin .hosho{
  width: 90%;
  max-width: 344px;
  margin: 20px auto 0 auto;
}
.anshin .sumstock{
  margin: 100px 0 0 0;
  padding: 50px;
  border: 1px solid #46674f;
}
.anshin .sumstock .copyT02{}
.anshin .sumstock > figure{
  width: 90%;
  max-width: 300px;
  margin: 30px auto 0 auto;
}

@media only screen and (max-width:768px) {
  .anshin {}
  .anshin .hosho{}
  .anshin .sumstock{
    margin-top: 50px;
    padding: 20px;
  }
  .anshin .sumstock .copyT02{}
  .anshin .sumstock > figure{
    margin-top: 20px;
  }
}

/* --------------------------------------------
interview
-----------------------------------------------*/
.interview {}
.interview .prof{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 70px 0 60px 0;
}
.interview .prof figure{
  width: 200px;
  margin: 0 30px 0 0;
  border-radius: 50%;
  overflow: hidden;
}
.interview .prof dl{
  text-align: left;
}
.interview .prof dl dt{
  font-size: clamp(calc(14px * 0.7), calc(14vw / 9.76), 14px);/*14 / 12*/
  line-height: 1.6;
}
.interview .prof dl dd{
  margin: 20px 0 10px 0;
  font-size: clamp(calc(23px * 0.7), calc(23vw / 9.76), 23px);/*23 / 18*/
  line-height: 1.0;
}
.interview ul{
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
}
.interview ul li{
  width: calc((220 / 700) * 100%);
}

@media only screen and (max-width:768px) {
  .interview {}
  .interview .prof{
    margin: 30px 0 20px 0;
  }
  .interview .prof figure{
    width: 30%;
    margin: 0 20px 0 0;
  }
  .interview .prof dl{}
  .interview .prof dl dt{
    font-size: clamp(calc(12px * 0.7), calc(12vw / 3.75), 12px);/*14 / 12*/
  }
  .interview .prof dl dd{
    margin: 10px 0 10px 0;
    font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*23 / 18*/
  }
  .interview ul{
    margin-top: 30px;
  }
  .interview ul li{
    width: 33%;
  }
}
