@charset "utf-8";
/*-------------------------------------*/
/*	main img	*/
/*-------------------------------------*/
.main_wrap{
  text-align: center;
  background-color: #79BF55;
  position: relative;
}
.main_wrap::before{
  content: "";
  width: 100%;
  height: 146px;
  background-image: url(../images/bg_wave.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .main_wrap::before{
    content: "";
    width: 100%;
    height: 146px;
    background-image: url(../images/bg_wave.svg);
    background-position: center bottom;
    background-size: 100%;
  }
}
/*-------------------------------------*/
/*	sec00	*/
/*-------------------------------------*/
#sec00{
  padding-top: 40px;
}
@media screen and (max-width: 1360px) {}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {

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

}
/*-------------------------------------*/
/*	about	*/
/*-------------------------------------*/
#about{
  background-color: #F8F8F8;
}
#about h2{
  color: #79BF55;
}
@media screen and (max-width: 991px) {

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

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

}
/*-------------------------------------*/
/*	interview	*/
/*-------------------------------------*/
#interview{
}
#interview h2{
  color: #79BF55;
}
.interview_wrap > dl{
  background-color: #F8F8F8;
  border-radius: 20px;
  border: 3px solid #000000;
  overflow: hidden;
  padding: 35px;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 60px;
  font-family: "Noto Sans JP", serif;
}
.interview_wrap > dl:last-of-type{
  margin-bottom: 0;
}
.interview_wrap > dl > dt{
  max-width: 370px;
  width: 100%;
}
.interview_wrap > dl > dt img{
  border-radius: 20px;
}
.interview_wrap > dl dd{
  width: 100%;
  padding-right: 20px;
}
.interview_wrap > dl > dd h4{
  background-color: #2D2D2D;
  color: #FFFFFF;
  padding: 0.5em;
  border-radius: 10px;
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.interview_wrap > dl > dd h4 span{
  background-color: #2D2D2D;
  font-size: 1.8rem;
}
.interview_wrap > dl dl dt,.interview_wrap > dl dl dd{
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.7;
}
.interview_wrap > dl dl dt{
  font-size: 2.0rem;
}
.interview_wrap > dl dl dt::before{
  content: "Q.";
  font-family: "Poppins", serif;
  position: absolute;
  left: 0;
  font-size: 2.4rem;
  color: #009647;
  font-weight: 700;
}
.interview_wrap > dl dl dd::before{
  content: "A.";
  font-family: "Poppins", serif;
  position: absolute;
  left: 0;
  font-size: 2.4rem;
  color: #79BF55;
  font-weight: 700;
}
.interview_wrap > dl dl dd{
font-weight: 400;
}
@media screen and (max-width: 991px) {
  .interview_wrap > dl{
    flex-direction: column;
    margin-bottom: 40px; 
  }
  .interview_wrap > dl > dt{
    margin: 0 auto 20px auto;
  }
  .interview_wrap > dl dd{
    padding-right: 0;
  }
  .interview_wrap > dl > dd h4{
    font-size: 2rem;
  }
  .interview_wrap > dl > dd h4 span{
    background-color: #2D2D2D;
    font-size: 1.6rem;
  }
  .interview_wrap > dl dl dt,.interview_wrap > dl dl dd{
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.7;
  }
  .interview_wrap > dl dl dt{
  font-size: 1.8rem;
  }
  .interview_wrap > dl dl dt::before{
    content: "Q.";
    font-family: "Poppins", serif;
    position: absolute;
    left: 0;
    font-size: 2rem;
    color: #009647;
    font-weight: 700;
  }
  .interview_wrap > dl dl dd::before{
    content: "A.";
    font-family: "Poppins", serif;
    position: absolute;
    left: 0;
    font-size: 2rem;
    color: #79BF55;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 550px) {
  .interview_wrap > dl{
    padding: 20px;
  }
}

/*-------------------------------------*/
/*	entry	*/
/*-------------------------------------*/
#entry{
  background-color: #79BF55;
}
#entry dl{
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 3px solid #000000;
  overflow: hidden;
  padding: 35px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#entry dl:last-of-type{
  margin-bottom: 0;
}
#entry dl dt{
  width: 48%;
  font-size: 4.5rem;
}
#entry dl dt::after{
  content: url(../images/arrow_g.svg);
  margin-left: 20px; 
}
#entry dl dd{
  width: 50%;
  text-align: right;
}
#entry dl dd a.bt_entry{
 font-size: 4.0rem;
 padding: 0.3em 2em;
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 768px) {
  #entry dl dt{
    width: 48%;
    font-size: 2.4rem;
  }
  #entry dl dd a.bt_entry{
   font-size: 2.4rem;
   padding: 0.3em 2em;
  }
}
@media screen and (max-width: 550px) {
  #entry dl{
    flex-direction: column;
  } 
  #entry dl dt{
    width: 100%;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 20px;
  }
  #entry dl dd{
    width: 100%;
    text-align: center;
  }
  #entry dl dt::after{
    content: none;
  }
  #entry dl dd a.bt_entry{
   font-size: 3rem;
   padding: 0.3em 2em;
  }
}
/*-------------------------------------*/
/*	flow	*/
/*-------------------------------------*/
#flow{
  background-color: #009647;
  background-image: url(../images/bg.png);
}
#flow .inner{
  background-color: #F8F8F8;
  border-radius: 20px;
  border: 3px solid #000000;
  overflow: hidden;
  padding: 60px;
  font-family: "Noto Sans JP", serif;
}
#flow .inner h2{
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 60px;
  font-weight: 600;
}
#flow .inner dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#flow .inner dl dd{
  width: 90%;
  padding-left: 20px;
  margin-bottom: 20px;
}
#flow .inner dl dd:last-of-type{
  margin-bottom: 0;
}
#flow .inner dl dt{
  width: 10%;
  max-width: 200px;
  font-weight: 700;
  font-size: 6.5rem;
  color: #009647;
  font-family: "Poppins", serif;
}
#flow .inner dl dd h3{
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#flow .inner dl dd p{
  font-weight: 400;
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 768px) {
  #flow .inner dl dt{
    font-size: 4rem;
  }
}
@media screen and (max-width: 550px) {
  #flow .inner {
    padding: 30px 20px;
  }
  #flow .inner h2{
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  #flow .inner dl{
    flex-direction: column;
  }
  #flow .inner dl dd{
    width: 100%;
    padding-left: 0;
  }
  #flow .inner dl dt{
    width: 100%;
    max-width: 200px;
    font-size: 4rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #flow .inner dl dd h3{
    font-size: 2.2rem;
    text-align: center;
  }
}
/*-------------------------------------*/
/*	boshu	*/
/*-------------------------------------*/
#boshu h2{
  background-color: #2D2D2D;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 5.8rem;
  text-align: center;
  padding: 0.5em 15px;
  margin-bottom: 80px;
}
#boshu .inner{
  background-color: #F8F8F8;
  border-radius: 20px;
  border: 3px solid #000000;
  overflow: hidden;
  padding: 60px;
  margin-bottom: 60px;
  font-family: "Noto Sans JP", serif;
}
#boshu .inner h3{
font-size: 2.8rem;
font-weight: 600;
margin-bottom: 20px;
line-height: 1.5;
padding: 10px 0 10px 20px;
border-left: 4px solid #009647;
}
#boshu .inner h4{
  margin-bottom: 10px;
  font-weight: 600;
  color: #009647;
  font-size: 2.6rem;
  line-height: 1.5;
  }
#boshu .inner p{
  margin-bottom: 20px;
  font-weight: 400;
  }
  #boshu .inner p span, #boshu .inner p a{
    font-weight: 600;
    font-weight: 2.0rem;
    }
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 768px) {
  #boshu h2{
    font-size: 3rem;
    margin-bottom: 60px;
  }
  #boshu .inner{
    margin-bottom: 40px;
  }
  #boshu .inner h3{
  font-size: 2.2rem;
  }
  #boshu .inner h4{
    font-size: 2.0rem;
    }
}
@media screen and (max-width: 550px) {
  #boshu .inner{
    padding: 30px 20px;
  }
}
/*-------------------------------------*/
/*	niihama	*/
/*-------------------------------------*/
#niihama{
  background-color: #F6F6E6;
  background-image: url(../images/niihama_bg01.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
#niihama .container{
  background-image: url(../images/niihama_bg02.png);
  background-position: top right;
  background-repeat: no-repeat;
}
#niihama h2{
  text-align: center;
  margin-bottom: 60px;
}
.item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
#niihama .item_box{
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 3px solid #000000;
  padding: 35px 40px;
  width: calc(100% / 2 - 20px);
  margin-bottom: 40px;
}
#niihama .item_box h3{
  color: #009647;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 3.6rem;
  position: relative;
  padding-left: 140px;
}
#niihama .item_box h3 img{
  position: absolute;
  left: -20px;
  top: -60px;
  width: 140px;
  margin: 0;
}
#niihama .item_box p {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}
#niihama .item_box p span{
  color: #E37405;
  font-weight: 500;
}
#niihama .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#niihama .inner .item_box{
  width: 70%;
}
#niihama .inner img{
  margin: 0 20px;
}
a.bt_niihama{
  background-color:#79BF55;
  border: 2px solid #000000;
  color: #FFFFFF;
  font-size: 2.8rem;
  font-weight: 600;
  padding: 0.8em 40px;
  border-radius: 80px;
  line-height: 1;
  box-shadow: 0 0.2em 0 #000000;
  display: inline-block;
  position: relative;
  opacity: 1;
}
a.bt_niihama:hover{
  transform: translateY(0.2em);
  box-shadow: 0 0.1em 0 #000000;
}
@media screen and (max-width: 1200px) {
  .item_list {
  flex-direction: column;
  }
  #niihama .item_box{
    width: 100%;
    margin-bottom: 40px;
  }
  #niihama .inner{
    flex-direction: column;
  }
  #niihama .inner .item_box{
    width: 100%;
  }
  #niihama .inner img{
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #niihama .container{
    background-image: none;
  }
  #niihama h2{
    text-align: center;
    margin-bottom: 0px;
  }
  #niihama .item_box{
    padding: 35px 20px;
    margin-bottom: 40px;
  }
  #niihama .item_box h3{
    color: #009647;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 2.4rem;
    position: relative;
    padding-left: 80px;
  }
  #niihama .item_box h3 img{
    position: absolute;
    left: -20px;
    top: -60px;
    width: 90px;
  }
  a.bt_niihama{
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 550px) {

}
/*----------------------------------------
	共通
-----------------------------------------*/
.ttl {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  font-size: 9rem;
  font-weight: 700;
  font-family: "Poppins", serif;
  text-transform: uppercase;
}
.ttl02 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 60px;
}
.ttl02 span{
  border-bottom: 2px solid #000000;
}

a.bt_base {
  width: 100%;
  max-width: 250px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 1em 1.5em;
  line-height: 1;
  text-decoration: none !important;
  color: #FFFFFF !important;
  font-size: 1.8rem;
	  background:#009647;
	border: 3px solid #009647;
	border-radius: 50px;
	text-align: center;
}
a.bt_base:hover {
  opacity: 1 !important;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); 
 background-color: #FFFFFF;
  transform: translateY(2px);
  color: #009647 !important;
}
a.bt_base::before{
  content: "\f105";
  position:absolute;
  top:50%;
  right:8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:1;
  font-family: FontAwesome;
}
a.bt_entry{
  background-color: hsl(148, 100%, 29%);
  border: 2px solid #000000;
  color: #FFFFFF;
  font-size: 7rem;
  font-weight: 700;
  padding: 0.3em 80px;
  border-radius: 80px;
  line-height: 1;
  box-shadow: 0 0.2em 0 #000000;
  display: inline-block;
  position: relative;
  opacity: 1;
  font-family: "Poppins", serif;
}
a.bt_entry:hover{
  transform: translateY(0.2em);
  box-shadow: 0 0.1em 0 #000000;
}
.poyopoyo{
  animation: poyopoyo 2s ease-out infinite;
}
.poyopoyo:hover{

}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
/*2列レイアウト*/
.col-2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-2_list::after {
  content: "";
  display: block;
  width: calc(100% / 2 - 20px);
}
.col-2_list .col_box {
  width: calc(100% / 2 - 20px);
}
/*3列*/
.col-3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-3_list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 20px);
}
.col-3_list .col_box {
  width: calc(100% / 3 - 20px);
}
@media(max-width: 768px) {
  .ttl {
    font-size: 4rem;
  }
  .ttl02 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  a.bt_entry{
    font-size: 4rem;
  }
  .col_box {
    margin: 0 auto;
  }
  /*3列*/
  .col-2_list, .col-3_list {
    gap: 10px 10px;
    flex-direction: column;
  }
  .col-2_list .col_box, .col-3_list .col_box {
    width: 100%;
    max-width: 400px;
  }
}
@media(max-width: 550px) {

}