@charset "utf-8";
/*===================
共通
====================*/
.section-titleWrap {
  margin-bottom: 20px;
}

.section-titleWrap__type02 {
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .section-titleWrap__type02 {
    margin-bottom: 25px;
  }
}

.section-title__ja {
  font-size: 21px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: bold;
  line-height: 2.04;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .section-title__ja {
    font-size: 15px;
  }
}

.section-title__ja--type02 {
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .section-title__ja--type02 {
    font-size: 25px;
  }
}

.section-title__ja--mgb {
  margin-bottom: 8px;
}

.section-title__ja--sml {
  font-size: 18px;
}

.section-title__ja--center {
  text-align: center;
}

.section-title__en {
  font-size: 48px;
  font-family: "HelveticaLTPro-Black", sans-serif;
  display: block;
  line-height: 1.23;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .section-title__en {
    font-size: 30px;
  }
}

.section-title__en--center {
  text-align: center;
}

.contact__bannerBox {
  position: fixed;
  top: 13%;
  left: 0;
  width: 122px;
  height: 578px;
  z-index: 11;
}
@media screen and (max-width: 1475px) {
  .contact__bannerBox {
    display: none;
  }
}

.btn__border {
  color: #fff;
  font-size: 17px;
  font-family: "source-han-sans-japanese", sans-serif;
  text-align: center;
  width: 100%;
  max-width: 517px;
  padding: 31px 15px 31px;
  margin: 0 auto;
  display: block;
  line-height: 1.75;
  letter-spacing: 0.08em;
  background-color: #45351b;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn__border {
    padding: 20px 15px 20px;
    font-size: 14px;
  }
}

.btn__border::after {
  content: "";
  display: block;
  width: 33px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -16px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url("../imgs/index/btn_line.png") center center / cover no-repeat;
}
@media screen and (max-width: 768px) {
  .btn__border::after {
    width: 22px;
    right: -7px;
  }
}
.btn__border--icon {
  position: relative;
  padding-left: 40px;
}

.btn__border--icon::before {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url("../imgs/index/btn_icon_youtube.svg") center center / cover no-repeat;
}

.circle__title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 73px;
}
@media screen and (max-width: 768px) {
  .circle__title-wrap {
    display: block;
  }
}

.circle__img {
  width: 148px;
}
@media screen and (max-width: 768px) {
  .circle__img {
    margin: 0 auto 20px;
  }
}

.circle__contents {
  width: calc(100% - 168px);
}
@media screen and (max-width: 768px) {
  .circle__contents {
    width: 100%;
  }
}

.circle__contents-heading {
  font-size: 37px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .circle__contents-heading {
    text-align: center;
    font-size: 20px;
  }
}

.circle__contents-heading--sml {
  font-size: 15px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  
}
.circle__contents-text {
  font-size: 18px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .circle__contents-text {
    text-align: center;
    font-size: 14px;
  }
}

.catch__text {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 110px;
  line-height: 1.97;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .catch__text {
    font-size: 14px;
  }
}

.section-title__band--en {
  color: #fff;
  font-size: 27px;
  font-family: "HelveticaLTPro-Black", sans-serif;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 27px 15px 15px;
  margin: 0 auto 27px;
  line-height: 1;
  letter-spacing: 0.06em;
  background-color: #008865;
  border-radius: 34px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-title__band--en {
    padding: 22px 0 15px;
    font-size: 20px;
  }
}

.section-title__band--en::after {
  content: "";
  display: block;
  width: 4px;
  height: 15px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #008865;
}

.section-title__band--ja {
  color: #008865;
  font-size: 37px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .section-title__band--ja {
    font-size: 25px;
  }
}

.band--ja {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}


/*===================
fv
====================*/
.fv {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .fv {
    padding-top: 60px;
  }
}

.fv__wrap {
  position: relative;
}

.fv__title {
  width: 40%;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*===================
what
====================*/
.what {
  background: url("../imgs/index/what_back_img.png") center center / cover no-repeat;
  padding-top: 92px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .what {
    background: none;
    padding-top: 16px;
  }
}

.what__text {
  font-size: 22px;
  font-weight: 700;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .what__text {
    font-size: 14px;
  }
}


/*===================
movie
====================*/
.movie {
  padding-top: 104px;
  border-bottom: 5px solid #ccc;
}

.movie__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .movie__list {
    display: block;
  }
}

.movie__list-item {
  width: 48.5%;
  /* max-width: 422px;
  padding-top: 237px; */
  position: relative;
  padding-top: 27.25%;
}
@media screen and (max-width: 768px) {
  .movie__list-item {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 55.24%;
  }
  }



.movie__list-item--coming {
  padding-top: 0;
}
.movie__list-item iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.link__wrap {
  padding-top: 95px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .link__wrap {
    display: block;
  }
}

.link__btn {
  color: #fff;
  font-size: 23px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 49.85%;
  padding: 38px 15px 29px;
  line-height: 1.85;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 1313px) {
  .link__btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .link__btn {
    width: 100%;
    font-size: 18px;
  }
}

.link__btn--type01 {
  background-color: #f5a200;
}
@media screen and (max-width: 768px) {
  .link__btn--type01 {
    margin-bottom: 50px;
  }
}

.link__btn--type02 {
  background-color: #ef7e00;
}
@media screen and (max-width: 768px) {
  .link__btn--type02 {
    margin-bottom: 50px;
  }
}

.link__btn--type03 {
  background-color: #ed6a02;
}

.link__btn--img {
  width: 100%;
  max-width: 331px;
  position: absolute;
  top: -21px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/*===================
qualification
====================*/
.qualification {
  padding-top: 77px;
}
.qualification__list {
  width: 100%;
  margin: 0 auto 110px;
  display: flex;
  justify-content: space-between;
  /* flex-wrap: nowrap; */
}
@media screen and (max-width: 1440px) {
  .qualification__list {
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .qualification__list {
    display: block;
  }
}


.qualification__listContainer-01 {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  gap: 50px;
  width: 698px;
}
.qualification__listContainer-02 {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  gap: 50px;
  width: 510px;
}
@media screen and (max-width: 1440px) {
  .qualification__listContainer-01,.qualification__listContainer-02 {
    display: block;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .qualification__listContainer-01,.qualification__listContainer-02 {
    width: 100%;
  }
}

.qualification__listBox {

}
@media screen and (max-width: 768px) {
  .qualification__listBox {
    width: 100%;
  }
}

.width-all {
  width: 324px;
}
@media screen and (max-width: 768px) {
  .width-all {
    width: 100%;
  }
}

.width-half{
  width: 136px;
}
@media screen and (max-width: 1440px) {
  .width-half {
   width: 324px;
  }
}
@media screen and (max-width: 768px) {
  .width-half {
    width: 100%;
  }
}

.qualification__list-item {
  font-size: 17px;
  font-weight: 700;
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  margin-bottom: 9px;
  line-height: 1.75;
}
@media screen and (max-width: 1310px) {
  .qualification__list-item {
    width: 25%;
    min-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .qualification__list-item {
    width: 100%;
    min-width: auto;
    font-size: 14px;
  }
}

.qualification__imgList {
  display: flex;
  flex-wrap: wrap;
}

.qualification__imgList img {
  width: 25%;
}

/*===================
find-work
====================*/
.find-work {
  padding-top: 79px;
  padding-bottom: 100px;
}

.find-work__list {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .find-work__list {
    gap: 30px 0;
  }
}

.find-work__list-item {
  /* flex: 1; */
  width: 241px;
}

.find-work__list-img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto 14px;
  display: block;
}

.find-work__list-heading,
.find-work__list-text {
  text-align: center;
}

.find-work__list-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 1.58;
}
@media screen and (max-width: 768px) {
  .find-work__list-heading {
    font-size: 17px;
  }
}

.find-work__list-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

/*===================
learn
====================*/
.learn__wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .learn__wrap {
    display: block;
  }
}

.learn__img {
  width: 50%;
  height: auto;
  background: url(../imgs/index/learn_img.jpg) center center / cover no-repeat;
}
@media screen and (max-width: 768px) {
  .learn__img {
    padding-top: 63%;
    width: 100%;
  }
}

.learn__contents {
  width: 50%;
  padding-top: 93px;
  padding-bottom: 60px;
  background-color: #5cc0bf;
}
@media screen and (max-width: 768px) {
  .learn__contents {
    width: 100%;
  }
}

.learn__contents-wrap {
  width: 92%;
  max-width: 517px;
  margin: 0 auto;
}

.learn__contents-title {
  width: 100%;
  max-width: 487px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.learn__contents-img {
  width: 95px;
}

.learn__contents-heading {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  width: calc(100% - 110px);
  max-width: 357px;
  line-height: 1.54;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .learn__contents-heading {
    font-size: 20px;
  }
}

.learn__contents-text {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 2.01;
}
@media screen and (max-width: 768px) {
  .learn__contents-text {
    font-size: 14px;
  }
}

/*===================
learn
====================*/
.educational-policy {
  position: relative;
  padding-top: 105px;
  padding-bottom: 156px;
  background: url("../imgs/index/educational-policy_bg.jpg") center center / cover no-repeat;
}

.educational-policy__figure01 {
  content: "";
  width: 211px;
  height: 434px;
  position: absolute;
  top: 501px;
  left: 76px;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .educational-policy__figure01 {
    display: none;
  }
}

.educational-policy__figure02 {
  content: "";
  width: 140px;
  height: 451px;
  position: absolute;
  right: 84px;
  bottom: 292px;
}
@media screen and (max-width: 1400px) {
  .educational-policy__figure02 {
    display: none;
  }
}

.educational-policy__figure {
  width: 100%;
  max-width: 794px;
  margin: 0 auto 20px;
}

.educational-policy__listWrap {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  transform: translate(20px, 0px);
}
@media screen and (max-width: 1140px) {
  .educational-policy__listWrap {
    transform: translate(0px, 0px);
  }
}

.educational-policy__list {
  width: 60%;
}

.educational-policy__list:nth-child(1) {
  max-width: 480px;
}

.educational-policy__list:nth-child(2) {
  max-width: 515px;
}

.educational-policy__list-item {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding-left: 1.2em;
  line-height: 1.75;
  position: relative;
  text-shadow:0px 0px 8px #000;
}
@media screen and (max-width: 768px) {
.educational-policy__list-item {
  font-size: 14px;
  text-shadow:0px 0px 8px #000;
  }
}

.educational-policy__list-item:not(:last-child) {
  margin-bottom: 5px;
}

.educational-policy__list-item:before {
  content: "●";
  color: #fff;
  font-size: 17px;
  position: absolute;
  top: 0;
  left: 0;
}

/*===================
point
====================*/
.point {
  padding-top: 103px;
  padding-bottom: 113px;
  position: relative;
}
.point__wrap {
  width: 100%;
  max-width: 1175px;
  margin: 0 auto;
  padding: 82px 4% 49px;
  background-color: #fff;
  border: 3px solid #738b80;
}
.point__contents-wrap {
  width: 100%;
  max-width: 1033px;
  margin: 0 auto;
}
.point__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 3.1%;
  padding-bottom: 47px;
  margin-bottom: 43px;
  border-bottom: 1px solid #d5dcd9;
}
@media screen and (max-width: 1241px) {
  .point__list {
    display: block;
  }
}

.point__list-item:nth-child(1) {
  width: 34%;
  max-width: 326px;
}
@media screen and (max-width: 1241px) {
  .point__list-item:nth-child(1) {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }
}

.point__list-item:nth-child(2) {
  width: 31%;
  max-width: 365px;
}
@media screen and (max-width: 1241px) {
  .point__list-item:nth-child(2) {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }
 }
.point__list-item:nth-child(3) {
  width: 35%;
  max-width: 322px;
}
@media screen and (max-width: 1241px) {
  .point__list-item:nth-child(3) {
    width: 100%;
    max-width: none;
  }
 }

.point__list-titleWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .point__list-titleWrap {
    align-items: center;
  }
}

.point__list-title--img {
  width: 29px;
}

.point__list-title {
  font-size: 24px;
  font-weight: 700;
  width: calc(100% - 41px);
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .point__list-title {
    font-size: 20px;
  }
}

.point__list-title_sub {
  display: block;
  width: 38px;
  margin-bottom: 3px;
}

.point--clr01 {
  color: #48b893;
}

.point--clr02 {
  color: #4cbdc9;
}

.point--clr03 {
  color: #8dc142;
}

.point__list-text {
  color: #554924;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .point__list-text {
    font-size: 14px;
  }
}

.point__system {
  width: 100%;
  max-width: 730px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .point__system {
    display: block;
    /* flex-direction: column-reverse;
    align-items: center;
    justify-content: center; */
  }
}

.point__system-contents {
  width: 57%;
  max-width: 416px;
  padding-top: 43px;
}
@media screen and (max-width: 768px) {
  .point__system-contents {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
}

.point__system-heading {
  color: #738b80;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.point__system-text {
  color: #554924;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.93;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .point__system-text {
    font-size: 14px;
  }
}

.point__system-img {
  width: 40%;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .point__system-img {
    width: 100%;
    margin: 0 auto;
  }
}

.point__figure {
  width: 455px;
  position: absolute;
  bottom: -64px;
  right: 187px;
  z-index: 1;
}
@media screen and (max-width: 1430px) {
  .point__figure {
    display: none;
  }
}

/*===================
curriculum
====================*/
.curriculum {
  padding-top: 100px;
  padding-bottom: 111px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .curriculum .catch__text {
    text-align: left;
  }
}

.curriculum__list {
  width: 100%;
  margin: 0 auto;
}
.curriculum__list-item {
  width: 100%;
  margin: 0 auto;
}
.curriculum__list-item:not(:last-child) {
  margin-bottom: 96px;
}
.curriculum__list-text {
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  max-width: 722px;
  max-width: 902px;
  margin: 0 auto 9px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .curriculum__list-text {
    font-size: 20px;
    text-align: center;
  }
}

.curriculum__list-img:not(:last-child) {
  margin-bottom: 24px;
}

.curriculum__list-img--type01 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .curriculum__list-img--type01 {
    max-width: 439px;
    margin: 0 auto;
  }
}

.curriculum__list-img--type01 img {
  width: 100%;
  display: block;
}

.curriculum__list-img--type02 {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .curriculum__list-img--type02  {
    overflow-x: scroll;
   
  }
}

.curriculum__list-img--type02 img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 600px) {
  .curriculum__list-img--type02 img  {
    min-width: 640px;
    overflow-x: scroll;
   
  }
}

.curriculum__list-img--type03 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .curriculum__list-img--type03 {
    max-width: 439px;
    margin: 0 auto;
  }
}

.curriculum__list-img--type03 img {
  width: 100%;
  display: block;
}

.curriculum__list-img--type04 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .curriculum__list-img--type04  {
    max-width: 439px;
    margin: 0 auto;
  }
}

.curriculum__list-img--type04 img {
  width: 100%;
  display: block;
}

.curriculum__list-img--type05 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .curriculum__list-img--type05  {
    max-width: 439px;
    margin: 0 auto;
  }
}

.curriculum__list-img--type05 img {
  width: 100%;
  display: block;
}

.curriculum__figure {
  width: 22%;
  position: absolute;
  top: -68px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .curriculum__figure {
    display: none;
  }
}

/*===================
voice
====================*/
.voice {
  padding-top: 100px;
  padding-bottom: 112px;
  position: relative;
}
.voice__wrap {
  width: 100%;
  max-width: 955px;
  margin: 0 auto;
}
.voice__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  .voice__list {
    display: block;
  }
}

.voice__list-item {
  width: 48.5%;
  max-width: 439px;
  display: flex;
  flex-direction: column;
  
}
@media screen and (max-width: 1020px) {
  .voice__list-item {
    width: 100%;
    margin: 0 auto 60px;
  }
}

.voice__list-item:last-of-type {
  margin-bottom: 0px;
}

.voice__list-img {
  position: relative;
  margin-bottom: 29px;
}

.voice__list-profileWrap {
  position: absolute;
  bottom: -54px;
  right: -30px;
}
@media screen and (max-width: 768px) {
  .voice__list-profileWrap {
    bottom: -40px;
    right: -3px;
  }
}
@media screen and (max-width: 400px) {
  .voice__list-profileWrap {
    bottom: -25px;
    right: -11px;
  }
}

.voice__list-profile {
  position: relative;
  display: inline-block;
  width: 172px;
  height: 172px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .voice__list-profile {
    width: 110px;
    height: 110px;
  }
}
/* @media screen and (max-width: 400px) {
  .voice__list-profile {
    width: 100px;
    height: 100px;
  }
} */

.voice__profile-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

.voice__profile-heading {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.61;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .voice__profile-heading {
    font-size: 12px;
  }
}

.voice__profile-name {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .voice__profile-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .voice__profile-name {
    font-size: 13px;
  }
}

.voice__list-heading {
  font-size: 21px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .voice__list-heading {
    font-size: 18px;
  }
}

.voice__list-text {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .voice__list-text {
    font-size: 14px;
  }
}

.voice__list-blue {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 39px 43px;
  background: #5cc0bf;
  border-radius: 15px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .voice__list-blue {
    display: block;
    padding: 20px;
  }
}

.voice__list-blueTtl {
  width: 135px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.33;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .voice__list-blueTtl {
    width: 100%;
    font-size: 18px;
  }
}

.voice__list-blueTxt {
  width: calc(100% - 135px - 19px);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .voice__list-blueTxt {
    width: 100%;
    font-size: 14px;
  }
}

.voice__figure {
  width: 247px;
  position: absolute;
  top: -252px;
  left: 243px;
}
@media screen and (max-width: 1450px) {
  .voice__figure {
    display: none;
  }
}


/*===================
about-work
====================*/
.about-work {
  padding-top: 100px;
  padding-bottom: 113px;
}

.about-work__figure01 {
  width: 100%;
  max-width: 1305px;
  margin: 0 auto 39px;
}

.about-work__figure02 {
  width: 100%;
  max-width: 1109px;
  margin: 0 auto;
}

/*===================
tssp
====================*/
.tssp {
  padding-top: 90px;
  padding-bottom: 100px;
}

.tssp__list {
  width: 100%;
  margin-bottom: 50px;
}

.tssp__list-item {
  padding: 56px 4% 47px;
  background-color: #fff;
}

.tssp__list-item:not(:last-child) {
  margin-bottom: 45px;
}

.tssp__list-item:nth-child(1) {
  border: 5px solid #008865;
}

.tssp__box-contents {
  width: 100%;
  max-width: 1025px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 46px;
}
@media screen and (max-width: 768px) {
  .tssp__box-contents {
    display: block;
  }
}

.tssp__box1 {
  width: 44%;
  max-width: 510px;

}
.tssp__box2,
.tssp__box3,
.tssp__box4 {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .tssp__box1,
  .tssp__box2,
  .tssp__box3,
  .tssp__box4  {
  width: 100%;
  max-width: none;
  }
}

.tssp__heading {
  color: #008865;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .tssp__heading {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

.tssp__text1 {
  color: #231815;
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 14px;
  line-height: 2.04;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 768px) {
  .tssp__text1 {
    font-size: 16px;
  }
}

.tssp__text2 {
  color: #231815;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.02em;
}

.tssp__heading--type02 {
  color: #7d6d3d;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .tssp__heading--type02 {
    margin-bottom: 23px;
    font-size: 25px;
    line-height: 1.4;
  }
}

.tssp__box2-contents:not(:last-child) {
  margin-bottom: 31px;
}

.tssp__text3 {
  color: #231815;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .tssp__text3 {
    font-size: 18px;
  }
}

.tssp__text3::before {
  content: "";
  display: block;
  width: 9px;
  height: 29px;
  position: absolute;
  top: 5px;
  left: 0;
  background: #dfd500;
}

.tssp__text4 {
  color: #231815;
  font-size: 18px;
  font-weight: 500;
  padding-left: 1em;
  line-height: 1.62;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .tssp__text4 {
    font-size: 16px;
  }
}

.tssp__text5 {
  color: #008865;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  line-height: 1.97;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .tssp__text5 {
    font-size: 14px;
  }
}


/*===================
recruitment
====================*/
.recruitment {
  padding-top: 100px;
}

.recruitment__wrap {
  padding-bottom: 100px;
}

.recruitment .catch__text {
  margin-bottom: 56px;
}


.recruitment__list {
  color: #554924;
  width: 100%;
  margin-bottom: 10px;
}

.recruitment__list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 10px 27px;
  border-bottom: 1px solid #554924;
}
@media screen and (max-width: 768px) {
  .recruitment__list-item {
    display: block;
    padding: 27px 0px 27px;
  }
}

.recruitment__list-item:first-child {
  border-top: 1px solid #554924;
}

.recruitment__list-heading {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  width: 225px;
  line-height: 2.04;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 990px) {
  .recruitment__list-heading {
    width: 162px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment__list-heading {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}


.recruitment__list-contents {
  font-size: 21px;
  font-weight: 600;
  width: calc(100% - 245px);
  line-height: 1.39;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 990px) {
  .recruitment__list-contents {
    width: calc(100% - 162px);
  }
}
@media screen and (max-width: 768px) {
  .recruitment__list-contents {
    width: 100%;
    font-size: 14px;
  }
}

.recruitment__list-contents span {
  display: block;
  margin-bottom: 5px;
}

.recruitment__list-contentsLink {
  text-decoration: underline;
  text-decoration-color: #554924;
  font-size: 18px;
  font-weight: 500;

}
@media screen and (max-width: 768px) {
  .recruitment__list-contentsLink {
    font-size: 13px;
  }
}

.recruitment__smlList-item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruitment__smlList-item {
    gap: 20px;
  }
}

.recruitment__smlList-heading {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
  margin-bottom: 12px;
  line-height: 1.79;
  letter-spacing: 0.06em;
  border-radius: 7px;
}
@media screen and (max-width: 990px) {
  .recruitment__smlList-heading {
    width: 219px;
    
  }
}
@media screen and (max-width: 768px) {
  .recruitment__smlList-heading {
    width: 30%;
    font-size: 14px;
  }
}

.recruitment__smlList-heading.lst {
  margin-bottom: 0;
}

.bg--green1 {
  background-color: #00973b;
}

.bg--green2 {
  background-color: #33ac62;
}

.bg--brown1 {
  background-color: #d7a600;
}

.bg--brown2 {
  background-color: #dfb833;
}

.recruitment__smlList-text {
  width: calc(100% - 280px);
  max-width: 605px;
}
@media screen and (max-width: 990px) {
  .recruitment__smlList-text {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 768px) {
  .recruitment__smlList-text {
    width: calc(100% - 30% - 20px);
    font-size: 17px;
  }
}

.attention__text {
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
}

.contact__btnWrap {
  padding: 80px 4%;
  background-color: #fff;
}
.contact__btn {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 27px 0 27px 10px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  border-radius: 10px;
  background-color: #008865;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 405px) {
  .contact__btn {
    text-align-last: left;
    padding-left: 40px;
  }
}

.contact__btn::after {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  right: 42px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url("../imgs/common/arrow_rgt.svg") center center / cover no-repeat;
}
@media screen and (max-width: 768px) {
  .contact__btn::after {
    width: 39px;
    height: 39px;
  }
}

/*===================
pamphlet
====================*/
.pamphlet {
  padding-top: 100px;
  padding-bottom: 66px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  width: 38px;
  height: 74px;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 38px;
  height: 74px;
  margin: auto;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url("../imgs/index/slide_prev.png");
}
/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url("../imgs/index/slide_next.png");
}
.container {
  width: 100%;
  max-width: 1365px;
  margin: 0 auto 93px;
  position: relative;
}
.swiper {
  width: auto;
  max-width: 1188px;
  padding: 14px;
  margin: 0 auto;
  position: relative;
}
.swiper-slide.w-1 {
  width: 20% !important;
}
.swiper-slide.w-2 {
  width: 29.6% !important;
}

@media screen and (max-width: 768px) {
  .swiper {
    max-width: 310px;
  }
  .swiper-slide.w-1 {
  width: 67% !important;
}
.swiper-slide.w-2 {
  width: 100% !important;
}
}

.swiper-slide img {
  box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.1);

}
.swiper__txt {
  margin-top: 15px;
  font-weight: 700;
  text-align: center;

}


/*===================
access
====================*/
.access {
  padding-top: 100px;
  padding-bottom: 73px;
}

.gmap {
  height: 430px;
  margin-bottom: 54px;
}

.gmap iframe {
  width: 100%;
  height: 100%;
}

.access__list {
  width: 100%;
}

.access__list-item {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .access__list-item {
    display: block;
  }
}

.access__list-item:not(:last-child) {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e6e6e6;
}

.access__list-heading {
  font-size: 19px;
  font-weight: 700;
  width: 220px;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .access__list-heading {
    margin-bottom: 10px;
  }
}

.access__list-text {
  font-size: 16px;
  width: calc(100% - 220px);
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .access__list-text {
    width: 100%;
    font-size: 14px;
  }
}

.access__list-text span {
  display: block;
}

.access__list-text span:not(:last-child) {
  margin-bottom: 5px;
}


