/*
Theme Name:massive_tcd084_child
Version:1.0
Template:massive_tcd084
*/
/*
Theme Name:massive_tcd084_child
Version:1.0
Template:massive_tcd084
*/
@import url("https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h1,
h2,
h3,
h4,
h5,
dl,
dd,
dt,
ul,
li,
a,
figure,
p,
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}

a {
  text-decoration: none;
  color: unset;
}

.fa-solid {
  font-family: "Font Awesome 5 Free" !important;
  font-style: initial !important;
}

html {
  scroll-behavior: smooth;
}

.grecaptcha-badge {
  visibility: hidden;
}

html body {
  background: #f0f4d3;
}
html body #header_button {
  display: flex;
}
@media (max-width: 769px) {
  html body #header_button {
    display: none;
  }
}
html body #header_button a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 1.317715959vw, 18px);
  line-height: normal;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
}

#header_logo img {
  max-width: clamp(240px, 26.3543191801vw, 360px);
  width: 100%;
}
@media (max-width: 769px) {
  #header_logo img {
    max-width: clamp(220px, 39.0117035111vw, 300px);
  }
}

#drawer_menu_footer {
  display: none !important;
}

.slider_ttl {
  position: absolute;
  bottom: clamp(60px, 6.9546120059vw, 95px);
  left: clamp(20px, 5.8854166667vw, 113px);
  max-width: 750px;
  width: 100%;
}
@media (max-width: 1366px) {
  .slider_ttl {
    max-width: clamp(450px, 54.9048316252vw, 750px);
  }
}
@media (max-width: 750px) {
  .slider_ttl {
    left: 20px;
    max-width: 70vw;
  }
}
@media (max-width: 425px) {
  .slider_ttl {
    left: 20px;
    max-width: 90vw;
  }
}

.button a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  margin: 0 auto;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #12a632;
  background: #fff;
  position: relative;
  transition: 0.4s;
  padding: 0 20px;
}
.button a::after {
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 17px;
  color: #12a632;
  transform: translateY(-50%);
  transition: 0.4s;
}
.button a:hover {
  transition: 0.4s;
  background: #12a632;
  color: #fff;
}
.button a:hover::after {
  transition: 0.4s;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: 0.4s;
}

#s01 {
  padding-top: 55px;
  overflow: hidden;
}
#s01 .slide-text {
  display: flex;
}
#s01 .slide-text span,
#s01 .slide-text h2 {
  font-family: "Edu VIC WA NT Beginner", cursive;
  font-size: clamp(100px, 20.2781844802vw, 277px);
  color: #fff;
  white-space: nowrap;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#s01 .inner {
  position: relative;
  margin-top: -140px;
  z-index: 1;
}
@media (max-width: 1366px) {
  #s01 .inner {
    margin-top: -10.2489019034vw;
  }
}
#s01 .inner .main_title_en {
  text-align: center;
  font-family: "Edu VIC WA NT Beginner", cursive;
  line-height: normal;
  font-weight: bold;
  color: #12a632;
  letter-spacing: 0.04em;
  font-size: clamp(60px, 6.588579795vw, 90px);
  margin-bottom: 15px;
}
@media (max-width: 769px) {
  #s01 .inner .main_title_en {
    font-size: clamp(42px, 9.3628088427vw, 60px);
    margin-bottom: 0;
  }
}
#s01 .inner .main_title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(32px, 2.8645833333vw, 55px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #376f4a;
  padding: 0 6%;
  margin-bottom: clamp(50px, 5.4904831625vw, 75px);
}
@media (max-width: 769px) {
  #s01 .inner .main_title {
    font-size: clamp(22px, 4.6814044213vw, 36px);
  }
}
#s01 .inner .main_title span {
  color: #12a632;
}
@media (max-width: 769px) {
  #s01 .inner .main_title span {
    display: block;
  }
}
#s01 .inner .flex_box {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-bottom: 43px;
  position: relative;
  justify-content: flex-end;
  margin-right: 61px;
  padding: 0 2.65625vw;
  margin-bottom: clamp(80px, 7.2916666667vw, 140px);
}
@media (max-width: 1250px) {
  #s01 .inner .flex_box {
    align-items: center;
    margin-bottom: 60px;
  }
}
@media (max-width: 769px) {
  #s01 .inner .flex_box {
    margin-right: 6%;
    padding: clamp(30px, 5.8517555267vw, 45px) 12% clamp(30px, 5.8517555267vw, 45px) 6%;
    flex-direction: column-reverse;
  }
}
#s01 .inner .flex_box::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background: #fefff5;
  position: absolute;
}
@media (max-width: 1250px) {
  #s01 .inner .flex_box::after {
    height: 100%;
  }
}
@media (max-width: 769px) {
  #s01 .inner .flex_box::after {
    width: 94%;
    border-top-right-radius: clamp(20px, 3.9011703511vw, 30px);
    border-bottom-right-radius: clamp(20px, 3.9011703511vw, 30px);
  }
}
#s01 .inner .flex_box .text_area {
  position: relative;
  z-index: 1;
  max-width: 645px;
  width: 100%;
  margin-bottom: 70px;
}
@media (max-width: 1250px) {
  #s01 .inner .flex_box .text_area {
    margin-bottom: 0;
  }
}
#s01 .inner .flex_box .text_area .btn_flex {
  display: flex;
  -moz-column-gap: clamp(30px, 2.5vw, 48px);
       column-gap: clamp(30px, 2.5vw, 48px);
  align-items: flex-end;
}
@media (max-width: 1250px) {
  #s01 .inner .flex_box .text_area .btn_flex {
    align-items: center;
  }
}
#s01 .inner .flex_box .text_area .btn_flex .num {
  font-size: clamp(80px, 5.2083333333vw, 100px);
  font-family: "Edu VIC WA NT Beginner", cursive;
  font-weight: bold;
  color: #edd628;
  font-style: italic;
  line-height: normal;
}
@media (max-width: 769px) {
  #s01 .inner .flex_box .text_area .btn_flex .num {
    font-size: clamp(60px, 10.4031209363vw, 80px);
  }
}
#s01 .inner .flex_box .text_area .btn_flex .title {
  color: #376f4a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(24px, 1.9791666667vw, 38px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
@media (max-width: 1250px) {
  #s01 .inner .flex_box .text_area .btn_flex .title {
    margin-bottom: 0;
  }
}
@media (max-width: 769px) {
  #s01 .inner .flex_box .text_area .btn_flex .title {
    font-size: clamp(20px, 3.6410923277vw, 28px);
  }
}
#s01 .inner .flex_box .text_area .btn_flex .title span {
  color: #12a632;
}
@media (max-width: 1250px) {
  #s01 .inner .flex_box .text_area .btn_flex .title span {
    display: block;
  }
}
#s01 .inner .flex_box .text_area .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 2.2;
  font-size: clamp(18px, 1.0416666667vw, 20px);
  color: #376f4a;
}
@media (max-width: 769px) {
  #s01 .inner .flex_box .text_area .content {
    font-size: clamp(16px, 2.3407022107vw, 18px);
  }
}
#s01 .inner .flex_box .img_area {
  position: relative;
  z-index: 1;
  max-width: 785px;
  width: 100%;
}
#s01 .inner .flex_box .img_area img {
  width: 100%;
}
#s01 .inner .flex_box.box_reverse {
  margin-left: 61px;
  margin-right: auto;
  justify-content: flex-start;
}
@media (max-width: 769px) {
  #s01 .inner .flex_box.box_reverse {
    flex-direction: column;
  }
}
#s01 .inner .flex_box.box_reverse::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  border-top-left-radius: 50vh;
  border-bottom-left-radius: 50vh;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  background: #fefff5;
  position: absolute;
}
@media (max-width: 1250px) {
  #s01 .inner .flex_box.box_reverse::after {
    height: 100%;
  }
}
@media (max-width: 769px) {
  #s01 .inner .flex_box.box_reverse::after {
    width: 94%;
    border-top-left-radius: clamp(20px, 3.9011703511vw, 30px);
    left: unset;
    right: 0;
    border-bottom-left-radius: clamp(20px, 3.9011703511vw, 30px);
  }
}
@media (max-width: 769px) {
  #s01 .inner .flex_box.box_reverse {
    margin-left: 6%;
    padding: clamp(30px, 5.8517555267vw, 45px) 6% clamp(30px, 5.8517555267vw, 45px) 12%;
  }
}
#s01 .inner .flex_box.box_reverse .text_area {
  max-width: 650px;
  margin-bottom: clamp(60px, 8.0527086384vw, 110px);
}
@media (max-width: 1250px) {
  #s01 .inner .flex_box.box_reverse .text_area {
    margin-bottom: 0;
  }
}
#s01 .inner .flex_box.box_reverse .img_area {
  padding-bottom: 2.0833333333vw;
}
#s01 .inner .flex_box.box3 .text_area {
  margin-bottom: clamp(70px, 5.2083333333vw, 100px);
}
@media (max-width: 1250px) {
  #s01 .inner .flex_box.box3 .text_area {
    margin-bottom: 0;
  }
}
#s01 .inner .flex_box.box4 .text_area {
  margin-bottom: clamp(80px, 5.7291666667vw, 110px);
}
@media (max-width: 1250px) {
  #s01 .inner .flex_box.box4 .text_area {
    margin-bottom: 0;
  }
}
#s01 .inner .flex_box.box5 {
  margin-bottom: 0;
}
#s01 .inner .flex_box.box5 .text_area {
  margin-bottom: clamp(70px, 5.2083333333vw, 100px);
}
@media (max-width: 1250px) {
  #s01 .inner .flex_box.box5 .text_area {
    margin-bottom: 0;
  }
}

#index_content_builder .cb_box_content {
  padding: clamp(70px, 10.980966325vw, 150px) 0 clamp(120px, 14.6412884334vw, 200px);
  background: #fff;
}
@media (max-width: 769px) {
  #index_content_builder .cb_box_content {
    padding: 70px 0 0 0;
  }
}
#index_content_builder .cb_box_content .box_content .headline {
  font-family: "Edu VIC WA NT Beginner", cursive;
  font-size: clamp(70px, 5.2083333333vw, 100px);
  font-weight: bold;
}
#index_content_builder .cb_box_content .box_content .content_wrap .content_top {
  display: flex;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: clamp(45px, 6.588579795vw, 90px) clamp(20px, 3.125vw, 60px) 0;
}
@media (max-width: 1200px) {
  #index_content_builder .cb_box_content .box_content .content_wrap .content_top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 750px) {
  #index_content_builder .cb_box_content .box_content .content_wrap .content_top {
    height: auto;
    padding: clamp(30px, 5.8517555267vw, 45px) 6%;
  }
}
@media (max-width: 750px) {
  #index_content_builder .cb_box_content .box_content .content_wrap .content_top .content_top_inner {
    transform: unset;
    top: unset;
  }
}
#index_content_builder .cb_box_content .box_content .content_wrap .content_top h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(24px, 2.1875vw, 42px);
  line-height: 1.4;
  margin-bottom: clamp(20px, 2.635431918vw, 36px);
  color: #fff;
}
@media (max-width: 750px) {
  #index_content_builder .cb_box_content .box_content .content_wrap .content_top h4 {
    font-size: clamp(24px, 4.6814044213vw, 36px);
  }
}
#index_content_builder .cb_box_content .box_content .content_wrap .content_top .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  font-size: clamp(18px, 1.0416666667vw, 20px);
}
@media (max-width: 750px) {
  #index_content_builder .cb_box_content .box_content .content_wrap .content_top .desc {
    font-size: clamp(16px, 2.6007802341vw, 20px);
  }
}
#index_content_builder .cb_box_content .box_content .content_wrap .content_bottom {
  background: #f0f4d3 !important;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height: clamp(300px, 23.4375vw, 450px);
  padding: 0 clamp(20px, 3.125vw, 60px);
}
@media (max-width: 1200px) {
  #index_content_builder .cb_box_content .box_content .content_wrap .content_bottom {
    height: 360px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 1200px) {
  #index_content_builder .cb_box_content .box_content .content_wrap .content_bottom .image {
    max-width: 360px;
  }
}
#index_content_builder .cb_box_content .box_content .content_wrap .content_bottom .caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: clamp(20px, 1.756954612vw, 24px);
  bottom: clamp(10px, 1.8229166667vw, 35px);
  color: #376f4a;
}
@media (max-width: 1200px) {
  #index_content_builder .cb_box_content .box_content .content_wrap .content_bottom .caption {
    bottom: 35px;
  }
}

#s02 {
  background: url(/wp-content/uploads/top_voice_bg.jpg) no-repeat;
  background-size: cover;
  padding: clamp(70px, 10.2489019034vw, 140px) 0 clamp(100px, 13.17715959vw, 180px);
}
#s02 .inner {
  padding: 0 6%;
}
#s02 .inner .box {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
#s02 .inner .box .title {
  text-align: center;
  font-family: "Edu VIC WA NT Beginner", cursive;
  line-height: normal;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  font-size: clamp(60px, 6.588579795vw, 90px);
  margin-bottom: 0;
}
@media (max-width: 769px) {
  #s02 .inner .box .title {
    font-size: clamp(42px, 9.3628088427vw, 60px);
  }
}
#s02 .inner .box .sub_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  font-size: clamp(20px, 1.756954612vw, 24px);
  margin-bottom: clamp(30px, 3.2942898975vw, 45px);
}
#s02 .inner .box .content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  color: #fff;
  font-weight: bold;
  line-height: 2.2;
  text-align: center;
  margin-bottom: clamp(30px, 3.3674963397vw, 46px);
}
@media (max-width: 769px) {
  #s02 .inner .box .content {
    font-size: clamp(16px, 2.6007802341vw, 20px);
    text-align: start;
  }
}

.cb_news_list {
  padding-bottom: 0;
}
.cb_news_list .button {
  margin-top: clamp(25px, 2.9282576867vw, 40px);
}
.cb_news_list .button a {
  background: #12a632;
  border: 1px solid #12a632;
  color: #fff;
}
.cb_news_list .button a::after {
  color: #fff;
}
.cb_news_list .button a:hover {
  border: 1px solid #12a632;
  background: #fff;
  color: #12a632;
}
.cb_news_list .button a:hover::after {
  color: #12a632;
}
.cb_news_list .cb_contents_inner {
  padding: clamp(60px, 7.3206442167vw, 100px) 0;
}

.cb_blog_list {
  background: #fefff5;
  padding-bottom: 0;
}
.cb_blog_list .blog_list {
  margin-top: 0 !important;
}
.cb_blog_list .blog_list .title_area {
  top: 50%;
  transform: translateY(-50%);
}
.cb_blog_list .blog_list .title_area .title span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
  color: #376f4a;
}
.cb_blog_list .button {
  margin-top: clamp(25px, 2.9282576867vw, 40px);
}
.cb_blog_list .button a {
  border: 1px solid #12a632;
  background: #12a632;
  color: #fff;
}
.cb_blog_list .button a::after {
  color: #fff;
}
.cb_blog_list .button a:hover {
  border: 1px solid #12a632;
  background: #fff;
  color: #12a632;
}
.cb_blog_list .button a:hover::after {
  color: #12a632;
}
.cb_blog_list .cb_contents_inner {
  padding: clamp(60px, 7.3206442167vw, 100px) 0;
}

#index_content_builder .cb_contents_inner .cb_header h2 {
  text-align: center;
  font-family: "Edu VIC WA NT Beginner", cursive;
  line-height: 1.4;
  font-weight: bold;
  color: #12a632;
  letter-spacing: 0.04em;
  font-size: clamp(60px, 6.588579795vw, 90px);
  margin-bottom: 0;
}
@media (max-width: 769px) {
  #index_content_builder .cb_contents_inner .cb_header h2 {
    font-size: clamp(42px, 9.3628088427vw, 60px);
  }
}
#index_content_builder .cb_contents_inner .cb_header .sub_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #376f4a;
  text-align: center;
  font-size: clamp(20px, 1.756954612vw, 24px);
  margin-bottom: clamp(25px, 2.9282576867vw, 40px);
  margin-top: 0;
}
#index_content_builder .index_news_list_wrap .date time {
  font-family: "Edu VIC WA NT Beginner", cursive;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: normal;
  font-weight: bold;
  color: #12a632;
}
#index_content_builder .index_news_list_wrap .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #376f4a;
}

#s03 {
  background: url(/wp-content/uploads/top_recruit_bg.jpg) no-repeat;
  background-size: cover;
  padding: clamp(70px, 10.2489019034vw, 140px) 0 clamp(100px, 13.17715959vw, 180px);
}
#s03 .inner {
  padding: 0 6%;
}
#s03 .inner .box {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
}
#s03 .inner .box .title {
  text-align: center;
  font-family: "Edu VIC WA NT Beginner", cursive;
  line-height: normal;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  font-size: clamp(60px, 6.588579795vw, 90px);
  margin-bottom: 0;
}
@media (max-width: 769px) {
  #s03 .inner .box .title {
    font-size: clamp(42px, 9.3628088427vw, 60px);
  }
}
#s03 .inner .box .sub_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  font-size: clamp(20px, 1.756954612vw, 24px);
  margin-bottom: clamp(30px, 3.2942898975vw, 45px);
}
#s03 .inner .box .content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  color: #fff;
  font-weight: bold;
  line-height: 2.2;
  text-align: center;
  margin-bottom: clamp(30px, 3.3674963397vw, 46px);
}
@media (max-width: 769px) {
  #s03 .inner .box .content {
    font-size: clamp(16px, 2.6007802341vw, 20px);
    text-align: start;
  }
}

#s_info {
  background: #fefff5;
  padding: clamp(60px, 8.4919472914vw, 116px) 0 clamp(70px, 9.224011713vw, 126px);
  margin: 0;
}
#s_info .inner {
  max-width: calc(1030px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s_info .inner {
    max-width: 640px;
  }
}
#s_info .inner .title_flex {
  display: flex;
  -moz-column-gap: clamp(10px, 1.6105417277vw, 22px);
       column-gap: clamp(10px, 1.6105417277vw, 22px);
  align-items: flex-end;
  margin-bottom: clamp(35px, 3.2942898975vw, 45px);
}
#s_info .inner .title_flex .title {
  font-family: "Edu VIC WA NT Beginner", cursive;
  line-height: normal;
  font-weight: bold;
  color: #12a632;
  letter-spacing: 0.04em;
  font-size: clamp(60px, 6.588579795vw, 90px);
  margin-bottom: 0;
}
@media (max-width: 769px) {
  #s_info .inner .title_flex .title {
    font-size: clamp(42px, 9.3628088427vw, 60px);
  }
}
#s_info .inner .title_flex .sub_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #376f4a;
  font-size: clamp(20px, 1.756954612vw, 24px);
}
#s_info .inner .footer_grid_box {
  display: grid;
  grid-template-columns: 0.97fr 1.03fr;
  -moz-column-gap: clamp(30px, 3.6603221083vw, 50px);
       column-gap: clamp(30px, 3.6603221083vw, 50px);
  align-items: center;
  margin-bottom: clamp(35px, 3.4407027818vw, 47px);
}
@media (max-width: 769px) {
  #s_info .inner .footer_grid_box {
    grid-template-columns: 1fr;
    row-gap: 45px;
  }
}
#s_info .inner .footer_grid_box .map_area {
  max-width: 100%;
  height: 100%;
}
@media (max-width: 769px) {
  #s_info .inner .footer_grid_box .map_area {
    height: 350px;
  }
}
#s_info .inner .footer_grid_box .text_area {
  max-width: 570px;
}
#s_info .inner .footer_grid_box .text_area .ad_box_area {
  display: flex;
  -moz-column-gap: clamp(25px, 3.513909224vw, 48px);
       column-gap: clamp(25px, 3.513909224vw, 48px);
  padding-bottom: 22px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d2d3b6;
}
@media (max-width: 769px) {
  #s_info .inner .footer_grid_box .text_area .ad_box_area {
    flex-direction: column;
  }
}
#s_info .inner .footer_grid_box .text_area .ad_box_area .a_h {
  width: 150px;
  color: #376f4a;
  font-family: "Noto Sans JP", sans-serif;
  text-align: start;
  font-weight: bold;
  line-height: normal;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  letter-spacing: 0.02em;
}
@media (max-width: 425px) {
  #s_info .inner .footer_grid_box .text_area .ad_box_area .a_h {
    font-size: 14px;
  }
}
#s_info .inner .footer_grid_box .text_area .ad_box_area .a_b {
  width: 90%;
  color: #376f4a;
  font-family: "Noto Sans JP", sans-serif;
  text-align: start;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.02em;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
#s_info .inner .footer_grid_box .text_area .ad_box_area .a_b a {
  color: #376f4a;
}
@media (max-width: 425px) {
  #s_info .inner .footer_grid_box .text_area .ad_box_area .a_b a {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  #s_info .inner .footer_grid_box .text_area .ad_box_area .a_b {
    font-size: 14px;
  }
}
#s_info .button {
  margin-top: clamp(25px, 2.9282576867vw, 40px);
}
#s_info .button a {
  margin-left: auto;
  border: 1px solid #12a632;
  background: #12a632;
  color: #fff;
  margin-right: unset;
}
@media (max-width: 769px) {
  #s_info .button a {
    margin: 0 auto;
  }
}
#s_info .button a::after {
  color: #fff;
}
#s_info .button a:hover {
  border: 1px solid #12a632;
  background: #fff;
  color: #12a632;
}
#s_info .button a:hover::after {
  color: #12a632;
}

#footer_banner .title_area .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 2.196193265vw, 30px);
  line-height: normal;
  letter-spacing: 0.08em;
}
@media (max-width: 600px) {
  #footer_banner .title_area .title {
    font-size: 16px;
  }
}
#footer_banner .title_area .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 2.2;
  font-size: clamp(16px, 1.317715959vw, 18px);
}
@media (max-width: 769px) {
  #footer_banner .title_area .desc {
    font-size: clamp(14px, 2.0806241873vw, 16px);
  }
}
@media (max-width: 600px) {
  #footer_banner .title_area .desc {
    font-size: 12px;
  }
}

#footer_sns {
  display: none !important;
}

#footer_menu .footer_menu .footer_title {
  font-family: "Edu VIC WA NT Beginner", cursive;
  font-weight: bold;
  color: #12a632;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-size: clamp(24px, 2.3426061493vw, 32px);
  margin-bottom: 0;
}
#footer_menu .footer_menu .footer_subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  color: #12a632;
  margin-bottom: clamp(20px, 2.4158125915vw, 33px);
}
#footer_menu .footer_menu a {
  line-height: 1.6;
  color: #376f4a;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 12px;
  font-weight: 500;
}

#footer .footer_contnet {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
  color: #376f4a;
  margin-top: clamp(15px, 1.9033674963vw, 26px);
  margin-bottom: clamp(15px, 2.196193265vw, 30px);
}
#footer .footer_contnet a {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
  color: #376f4a;
  margin-top: clamp(15px, 1.9033674963vw, 26px);
  margin-bottom: clamp(15px, 2.196193265vw, 30px);
  transition: 0.4s all;
}
#footer .footer_contnet a:hover {
  color: #12a632;
}
#footer .footer_icon {
  max-width: 30px;
  margin: 0 auto;
  width: 100%;
}
#footer .footer_icon img {
  width: 100%;
}

#footer_logo img {
  max-width: 200px;
  width: 100%;
}

#page_header_inner .sub_title {
  font-family: "Edu VIC WA NT Beginner", cursive;
  font-weight: bold;
  font-size: 32px !important;
  line-height: normal;
  letter-spacing: 0.04em;
}

.index_news_list_wrap {
  padding: 0 6%;
}/*# sourceMappingURL=style.css.map */