@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#mv {
  background: url(../img/top/mv_line.png) no-repeat center / contain;
  background-size: 100% auto;
  margin-top: 90px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 850px) {
  #mv {
    padding-top: 0;
    margin-top: 0;
  }
}
#mv .inner {
  background: url(../img/top/mv_bg.jpg) no-repeat center / contain;
  background-size: auto 100%;
  height: 400px;
  padding: 40px 0;
  max-width: 1080px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}
@media screen and (max-width: 850px) {
  #mv .inner {
    height: auto;
    background: none;
    display: block;
    padding-right: 0;
    padding-top: 65px;
  }
}
#mv .ttl {
  text-align: left;
  margin-left: 0;
  position: absolute;
  left: 0;
  bottom: 80px;
}
@media screen and (max-width: 850px) {
  #mv .ttl {
    margin-top: 80px;
    position: relative;
  }
}
#mv .ttl .mv_h2 {
  margin-bottom: 13px;
}
@media screen and (max-width: 980px) {
  #mv .ttl .mv_h2 {
    margin-bottom: 20px;
  }
}
#mv .ttl .mv_h2 span {
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 100%;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 5.058px;
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 2px;
}
@media screen and (max-width: 980px) {
  #mv .ttl .mv_h2 span {
    display: block;
    width: fit-content;
  }
}
#mv .ttl p span {
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3.372px;
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 2px;
}
@media screen and (max-width: 980px) {
  #mv .ttl p span {
    display: block;
    width: fit-content;
  }
}
#mv .ttl .p_l {
  padding-left: 12px;
}
#mv .ttl .p_r {
  padding-right: 12px;
}
@media screen and (max-width: 980px) {
  #mv .ttl .p_r {
    padding-left: 12px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 850px) {
  #mv .ttl .mv_item {
    position: relative;
  }
}
#mv .ttl .mv_item .mv_img {
  display: none;
}
@media screen and (max-width: 850px) {
  #mv .ttl .mv_item .mv_img {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  #mv .ttl .mv_item .sp_flex {
    position: absolute;
    bottom: 80px;
  }
}
@media screen and (max-width: 850px) {
  #mv .mv_navi {
    margin: auto;
    width: fit-content;
  }
}
#mv .mv_navi li + li {
  margin-top: 10px;
}
#mv .mv_navi li a {
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  background: #278D44;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.7px;
  box-shadow: 4px 4px 0px #1B6A17;
}
#mv .mv_navi li a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 9px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/mv_navi_icon.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
#mv .mv_navi li a:hover::after {
  right: 25px;
  transition: 0.3s ease-in-out;
}
#mv .mv_navi li:nth-child(3) a,
#mv .mv_navi li:nth-child(4) a {
  background: #ffffff;
  color: #278D44;
  border: 1.5px solid #278D44;
}
#mv .mv_navi li:nth-child(3) a::after,
#mv .mv_navi li:nth-child(4) a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 9px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/mv_navi_icon_green.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
#mv .mv_navi li:nth-child(3) a:hover::after,
#mv .mv_navi li:nth-child(4) a:hover::after {
  right: 25px;
  transition: 0.3s ease-in-out;
}
#news ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
#news ul li a {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  color: #2C2C2C;
  text-align: left;
  display: flex;
}
@media screen and (max-width: 850px) {
  #news ul li a {
    display: block;
    font-size: 14px;
  }
}
#news ul li a span {
  color: #707070;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  padding-right: 40px;
  display: block;
  min-width: 160px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #news ul li a span {
    padding-right: 0;
    font-size: 13px;
  }
}
#news ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  #news ul li + li {
    margin-top: 20px;
  }
}
#about {
  background: #FAF8F5;
  position: relative;
  overflow: hidden;
}
#about::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 448px;
  bottom: 0;
  right: 0;
  background: url(../img/top/about_after.png) no-repeat bottom;
  transition: 0.3s ease-in-out;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  #about::after {
    background-size: contain;
  }
}
#about::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 260px;
  top: 0;
  right: 0;
  background: url(../img/top/about_before.png) no-repeat top;
  transition: 0.3s ease-in-out;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  #about::before {
    background-size: contain;
  }
}
#about .inner {
  z-index: 88;
}
#about .btn_white {
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  #about .btn_white {
    margin-top: 20px;
  }
}
#about p {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 233.333% */
  letter-spacing: 0.36px;
}
@media screen and (max-width: 850px) {
  #about p {
    font-size: 16px;
    line-height: 32px;
  }
}
#objective ul {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 850px) {
  #objective ul {
    display: block;
  }
}
#objective ul li {
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 850px) {
  #objective ul li {
    width: 100%;
  }
  #objective ul li + li {
    margin-top: 30px;
  }
}
#objective ul li img {
  margin-bottom: 10px;
}
#objective ul li .ttl {
  font-size: 18px;
  color: #278D44;
  font-weight: bold;
  text-align: left;
  min-height: 60px;
}
@media screen and (max-width: 1024px) {
  #objective ul li .ttl {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 960px) {
  #objective ul li .ttl {
    font-size: 15px;
    min-height: 50px;
  }
}
@media screen and (max-width: 850px) {
  #objective ul li .ttl {
    min-height: fit-content;
    font-size: 18px;
  }
}
#objective ul li p {
  text-align: left;
  font-size: 16px;
  margin-top: 5px;
  letter-spacing: 0;
}
@media screen and (max-width: 850px) {
  #objective ul li p {
    font-size: 14px;
  }
}
#study {
  background: #278D44;
  position: relative;
  overflow: hidden;
}
#study::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 448px;
  bottom: 0;
  right: 0;
  background: url(../img/top/study_after.png) no-repeat bottom;
  transition: 0.3s ease-in-out;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  #study::after {
    background-size: contain;
  }
}
#study::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 260px;
  top: 0;
  right: 0;
  background: url(../img/top/study_before.png) no-repeat top;
  transition: 0.3s ease-in-out;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  #study::before {
    background-size: contain;
  }
}
#study .inner {
  z-index: 88;
}
#study .h2_ttl {
  color: #ffffff;
  margin-bottom: 10px;
}
#study .h2_ttl span {
  color: #2C2C2C;
}
#study .sub_ttl {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 70px;
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 850px) {
  #study .sub_ttl {
    margin-bottom: 20px;
  }
}
#study ul {
  display: flex;
  column-gap: 77px;
  flex-wrap: wrap;
}
@media screen and (max-width: 850px) {
  #study ul {
    display: block;
  }
}
#study ul li {
  width: calc(25% - 57.75px);
  position: relative;
}
#study ul li + li::after {
  position: absolute;
  content: "";
  width: 44px;
  height: 14px;
  top: 40%;
  left: -60px;
  background: url(../img/top/study_after_icon.png) no-repeat bottom;
  transition: 0.3s ease-in-out;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  #study ul li + li::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 31px;
    top: -45px;
    left: calc(50% - 5px);
    background: url(../img/top/study_after_icon_sp.png) no-repeat bottom;
    transition: 0.3s ease-in-out;
    background-size: cover;
  }
}
@media screen and (max-width: 850px) {
  #study ul li {
    width: 100%;
  }
  #study ul li + li {
    margin-top: 55px;
  }
}
#study ul li img {
  margin-bottom: 20px;
  max-width: 212px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  #study ul li img {
    margin-bottom: 5px;
    max-width: 180px;
  }
}
#study ul li .ttl {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #study ul li .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  #study ul li .ttl {
    font-size: 16px;
  }
}
#voice .inner {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 850px) {
  #voice .h2_ttl {
    margin-bottom: 70px;
  }
}
#voice .slick-track {
  display: flex;
}
#voice .slick-dots {
  display: none;
}
#voice .otherSwiper {
  position: relative;
}
#voice .swiper-button-prev,
#voice .swiper-button-next {
  top: -30px;
  width: 39px;
  height: 39px;
}
@media screen and (max-width: 850px) {
  #voice .swiper-button-prev,
  #voice .swiper-button-next {
    top: -30px;
  }
}
#voice .swiper-button-next {
  background: url(../img/common/slid__r.png) no-repeat bottom;
  background-size: 39px 39px;
  right: 100px;
  left: auto;
}
@media screen and (max-width: 850px) {
  #voice .swiper-button-next {
    right: 10px;
  }
}
#voice .swiper-button-prev {
  background: url(../img/common/slid__l.png) no-repeat bottom;
  background-size: 39px 39px;
  right: 150px;
  left: auto;
}
@media screen and (max-width: 850px) {
  #voice .swiper-button-prev {
    right: 60px;
  }
}
#voice .swiper-slide {
  border-top: 5px solid #278D44;
  padding: 30px 35px;
  height: auto !important;
  background: #FAF8F5;
}
@media screen and (max-width: 1280px) {
  #voice .swiper-slide {
    padding: 20px ;
  }
}
@media screen and (max-width: 850px) {
  #voice .swiper-slide {
    padding: 20px 25px;
  }
}
#voice .swiper-slide dl {
  display: flex;
}
#voice .swiper-slide dl dt {
  width: 77px;
}
#voice .swiper-slide dl dt img {
  width: 77px;
  height: 77px;
  object-fit: cover;
  border-radius: 100%;
}
@media screen and (max-width: 850px) {
  #voice .swiper-slide dl dt img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 850px) {
  #voice .swiper-slide dl dt {
    width: 50px;
  }
}
#voice .swiper-slide dl dd {
  display: flex;
  align-items: center;
  width: calc(100% - 77px);
  padding-left: 10px;
  color: #278D44;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #voice .swiper-slide dl dd {
    width: calc(100% - 50px);
    font-size: 16px;
  }
}
#voice .swiper-slide dl dd span {
  display: block;
  font-size: 18px;
  color: rgba(39, 141, 68, 0.5);
}
@media screen and (max-width: 850px) {
  #voice .swiper-slide dl dd span {
    font-size: 14px;
  }
}
#voice .swiper-slide p {
  margin-top: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 1.6px;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  #voice .swiper-slide p {
    line-height: 160%;
  }
}
#welfare .inner {
  padding-bottom: 0;
}
#welfare .sub_ttl {
  color: #2C2C2C;
  font-weight: bold;
  text-align: center;
  background: rgba(44, 44, 44, 0.05);
  padding: 0 70px;
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 850px) {
  #welfare .sub_ttl {
    margin-bottom: 20px;
  }
}
#welfare .h2_ttl {
  margin-bottom: 10px;
}
#welfare .ttl {
  font-size: 22px;
  color: #278D44;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  #welfare .ttl {
    font-size: 18px;
    margin-top: 10px;
  }
}
#welfare p {
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 850px) {
  #welfare p {
    margin-top: 5px;
    font-size: 14px;
  }
}
#welfare ul {
  display: flex;
  column-gap: 64px;
}
@media screen and (max-width: 850px) {
  #welfare ul {
    display: block;
  }
}
#welfare ul li {
  width: calc(33.3333% - 42.6666px);
}
@media screen and (max-width: 850px) {
  #welfare ul li {
    width: 80%;
    margin: auto;
  }
  #welfare ul li + li {
    margin-top: 40px;
  }
}
#welfare ul li img {
  max-width: 268px;
}
@media screen and (max-width: 850px) {
  #welfare ul li img {
    max-width: 70%;
  }
}
#welfare .small_txt {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.2px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #welfare .small_txt {
    font-size: 10px;
  }
}
