@charset "UTF-8";
/*
Theme Name:anthem_tcd083_child
Version:1.5.1
Template:anthem_tcd083
*/
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* その後、他の変数、関数、CSSコードを記述します */
.grecaptcha-badge {
  visibility: hidden;
}

*: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;
}

figure {
  margin: 0;
}

: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;
}

h2,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #174735;
}

html body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #174735;
  margin: 0;
  background: #f9f6e5;
  overflow: hidden;
}

.all_bg {
  background: url(../img/top_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
}

#header_top {
  display: none;
}

.header_sldier_wrap {
  position: relative;
}
.header_sldier_wrap figure {
  text-align: center;
  z-index: 20;
  position: absolute;
  top: 50%;
  right: 93px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .header_sldier_wrap figure {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.header_sldier_wrap figure img {
  max-width: clamp(480px, 43.1918008785vw, 570px);
  width: 100%;
}
@media (max-width: 500px) {
  .header_sldier_wrap figure img {
    max-width: 360px;
  }
}
@media (max-width: 425px) {
  .header_sldier_wrap figure img {
    max-width: 300px;
  }
}
@media (max-width: 360px) {
  .header_sldier_wrap figure img {
    max-width: 280px;
  }
}

#header_sns a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.484;
  font-size: clamp(24px, 3.7335285505vw, 51px);
  color: #fb7f2b !important;
}
#header_sns a:hover {
  color: #123d4d !important;
}
#header_sns p {
  border: 1px solid #123d4d;
  padding: 0 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429;
  color: #123d4d;
}
#header_sns p span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

#header_top {
  display: none;
}

#header_slider .layer_image img {
  height: 100% !important;
  max-width: 100vw !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 749px) {
  #header_slider .layer_image img {
    height: 100%;
  }
}

#header_slider {
  height: 42.7083333333vw !important;
  width: 100vw;
}
@media (max-width: 750px) {
  #header_slider {
    height: 156.4537157757vw !important;
  }
}

#header_slider .item {
  height: 42.7083333333vw !important;
}
@media (max-width: 750px) {
  #header_slider .item {
    height: 156.4537157757vw !important;
  }
}

#header_bottom_inner {
  height: 84px;
  max-width: 100% !important;
  width: 100%;
}

.pc_logo_image {
  padding-left: clamp(20px, 2.196193265vw, 30px);
  max-height: calc(100% - 35px) !important;
}
@media (max-width: 1366px) {
  .pc_logo_image {
    padding-left: 20px;
  }
}

.header_wrap {
  height: 100%;
}

#header_sns {
  display: none;
}

#header_bottom {
  background: #fff !important;
}

#global_menu {
  text-align: end;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: clamp(60px, 163.9711191336px + -5.4151624549vw, 90px);
}

.header_button {
  padding-left: clamp(25px, 2.4158125915vw, 33px);
}
.header_button a {
  display: flex;
  justify-content: center;
  background: #8dc94d;
  flex-direction: column;
  padding: 16px 12px;
  height: 84px;
  transition: 0.4s all;
}
.header_button a:hover {
  opacity: 0.7;
}
.header_button a .phone_wrap {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin-bottom: 4px;
}
.header_button a .phone_wrap img {
  width: 21px;
  height: 21px;
}
.header_button a .phone_wrap .main_tel {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.header_button a .tel_content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: start;
  font-size: 10px;
  color: #fff;
}

#global_menu > ul > li > a {
  height: 64px;
  line-height: 64px;
  color: #174735 !important;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 10px;
  font-size: clamp(14px, 0.8333333333vw, 16px);
}

#menu_button span {
  background: #174735 !important;
}

@media (max-width: 425px) {
  header .mobile_logo_image {
    max-width: 230px !important;
  }
}

.header_grid {
  display: grid;
  grid-template-columns: 147fr 174fr;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 1250px) {
  .header_grid {
    display: none;
  }
}

.slider_wrap {
  position: relative;
}
.slider_wrap .main_mv {
  position: absolute;
  top: 50%;
  left: 20%;
  z-index: 10;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .slider_wrap .main_mv {
    left: clamp(20px, 6.518904824vw, 50px);
  }
}
.slider_wrap .main_mv h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4.5387994143vw, 62px);
  color: #fff;
  line-height: normal;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
.slider_wrap .main_mv p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 2.3426061493vw, 32px);
  line-height: 1.563;
  color: #fff;
  letter-spacing: 0.05em;
}

.header_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.btn_grid {
  display: grid;
  max-width: 184px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding-right: clamp(16px, 2.2693997072vw, 31px);
}
@media (max-width: 1250px) {
  .btn_grid {
    display: none;
  }
}
.btn_grid .grid_col {
  transition: 0.4s all;
}
.btn_grid .grid_col:hover {
  opacity: 0.7;
}
.btn_grid .grid_col img {
  width: 100%;
}

html body #index_news {
  background: #f9f6e5;
}
html body #index_news a:hover span {
  color: #8dc94d;
}

.entry-date {
  color: #8dc94d;
  font-family: "Dosis", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
}

#index_news_slider .title span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #174735;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transition: 0.4s all;
}

#header_slider .slick-dots button:hover::before,
#header_slider .slick-dots .slick-active button::before {
  background: #fff !important;
  border: 1px solid #fff !important;
}

#header_slider .animate_item.desc {
  position: absolute;
  z-index: 100;
  bottom: clamp(61px, 13.0307467057vw, 178px) !important;
  left: clamp(20px, 6.0761346999vw, 83px);
  margin: 0;
  height: unset;
}
#header_slider .animate_item.desc .pc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(40px, 4.831625183vw, 66px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
}
#header_slider .animate_item.desc .mobile {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
}

#global_menu ul ul {
  top: 60px;
  min-width: 250px;
}

.menu-item-has-children {
  padding-right: 22px;
  position: relative;
}
@media (max-width: 1250px) {
  .menu-item-has-children {
    padding-right: 0;
  }
}
.menu-item-has-children::after {
  content: "\f078";
  font-size: 10px !important;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 6px;
  color: #fff;
  background: #8dc94d;
  font-weight: bold;
  font-size: clamp(14px, 11.4314381271px + 0.3344481605vw, 16px);
  transform: translateY(-50%);
  transition: 0.4s;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1250px) {
  .menu-item-has-children::after {
    display: none;
  }
}

.main_ttl {
  z-index: 10;
  padding: 0 12% 0 0;
  position: absolute;
  bottom: 8.6383601757vw;
  left: 6.0761346999vw;
  width: 100%;
}
@media (max-width: 1366px) {
  .main_ttl {
    left: clamp(20px, 6.0761346999vw, 83px);
  }
}
.main_ttl h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 3.3674963397vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
@media (max-width: 1366px) {
  .main_ttl h2 {
    font-size: clamp(26px, 16.9670563231px + 2.1253985122vw, 46px);
  }
}
@media (max-width: 750px) {
  .main_ttl h2 {
    font-size: clamp(26px, -5.3846153846px + 7.3846153846vw, 50px);
  }
}
.main_ttl p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 1.4641288433vw;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 1366px) {
  .main_ttl p {
    font-size: clamp(16px, 14.1934112646px + 0.4250797024vw, 20px);
  }
}
@media (max-width: 750px) {
  .main_ttl p {
    font-size: clamp(16px, 10.7692307692px + 1.2307692308vw, 20px);
  }
}

html body #footer_bottom {
  height: auto;
  width: 100%;
  padding: 12px 4%;
  background: #f9f6e5;
}
@media (max-width: 767px) {
  html body #footer_bottom {
    padding: 40px 6%;
  }
}
html body #footer_bottom #menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  html body #footer_bottom #menu-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  html body #footer_bottom #menu-footer {
    grid-template-columns: 1fr;
  }
}
html body #footer_bottom #menu-footer li {
  margin: 0 10px;
}
html body #footer_bottom #menu-footer a {
  height: auto;
  font-weight: 500;
  font-size: 14px;
  color: #174735;
  line-height: 2.571;
}

html body #footer_post_list_wrap {
  background: #0c8740;
}
html body #footer_post_list_wrap .title_en {
  color: #fff;
  text-align: center;
  margin-bottom: clamp(24px, 2.3426061493vw, 32px);
  font-weight: bold;
  letter-spacing: 0.04em;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
}
html body #footer_post_list_wrap .title_area {
  background: #3a9e64;
}

#footer_post_list .title span {
  color: #fff !important;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

@media (max-width: 425px) {
  .pc_only_425 {
    display: none;
  }
}

.sp_only_425 {
  display: none;
}
@media (max-width: 425px) {
  .sp_only_425 {
    display: block;
  }
}

.title_en {
  font-size: 1.9033674963vw;
  font-family: "Dosis", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}
@media (max-width: 1366px) {
  .title_en {
    font-size: clamp(22px, 16.8628762542px + 0.6688963211vw, 26px);
  }
}
@media (max-width: 767px) {
  .title_en {
    font-size: 26px;
  }
}

.title_jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.7818448023vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .title_jp {
    font-size: clamp(29px, 20.3011695906px + 2.0467836257vw, 36px);
  }
}

.content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.317715959vw;
  line-height: 2.2;
}
@media (max-width: 1366px) {
  .content {
    font-size: clamp(14px, 8.8628762542px + 0.6688963211vw, 18px);
  }
}
@media (max-width: 767px) {
  .content {
    font-size: 18px;
  }
}

.main_button a {
  max-width: 21.9619326501vw;
  width: 100%;
  height: 4.0263543192vw;
  border-radius: 50vh;
  margin: 0 auto;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  font-size: 1.0980966325vw;
  background: #8dc94d;
  border: 1px solid #8dc94d;
  position: relative;
  transition: 0.4s;
  padding: 0 1.4641288433vw;
}
@media (max-width: 1366px) {
  .main_button a {
    width: 300px;
    max-width: unset;
    height: 55px;
    font-size: 15px;
    padding: 0 20px;
  }
}
.main_button a::after {
  width: 2.196193265vw;
  height: 2.196193265vw;
  background: #fff;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 0.878477306vw;
  color: #174735;
  font-size: clamp(14px, 11.4314381271px + 0.3344481605vw, 16px);
  transform: translateY(-50%);
  transition: 0.4s;
}
@media (max-width: 1366px) {
  .main_button a::after {
    width: 30px;
    height: 30px;
    right: 12px;
  }
}
.main_button a:hover {
  background: #0c8740;
  color: #fff;
  border: 1px solid #0c8740;
}

#s01 {
  background: url(/wp-content/uploads/sec01_bg-scaled.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 10.2489019034vw 0 23.4260614934vw;
}
@media (max-width: 767px) {
  #s01 {
    background: url(/wp-content/uploads/sec01_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
    padding: clamp(40px, -9.7076023392px + 11.6959064327vw, 80px) 0 29.9869621904vw;
  }
}
#s01 .inner {
  padding: 0 6%;
}
#s01 .inner .title_en {
  text-align: center;
  margin-bottom: 8px;
  color: #fff;
}
#s01 .inner .title_jp {
  text-align: center;
  color: #fff;
  margin-bottom: 2.9282576867vw;
}
@media (max-width: 1366px) {
  #s01 .inner .title_jp {
    margin-bottom: 40px;
  }
}
#s01 .inner .content {
  text-align: center;
  color: #fff;
  margin-bottom: 2.9282576867vw;
}
@media (max-width: 1366px) {
  #s01 .inner .content {
    margin-bottom: 40px;
  }
}

#s02 {
  padding: 5.4904831625vw 0 2.5622254758vw;
}
@media (max-width: 1366px) {
  #s02 {
    padding: clamp(50px, 17.8929765886px + 4.1806020067vw, 75px) 0 35px;
  }
}
#s02 .inner {
  padding-right: 5.1244509517vw;
}
@media (max-width: 767px) {
  #s02 .inner {
    padding-right: 6%;
  }
}
#s02 .inner .grid_box {
  display: grid;
  grid-template-columns: 662fr 552fr;
  -moz-column-gap: 5.3440702782vw;
       column-gap: 5.3440702782vw;
}
@media (max-width: 767px) {
  #s02 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, -7.2807017544px + 8.7719298246vw, 60px);
  }
}
#s02 .inner .grid_box .img_area img {
  width: 100%;
}
#s02 .inner .grid_box .text_area {
  padding-top: 2.2693997072vw;
}
@media (max-width: 767px) {
  #s02 .inner .grid_box .text_area {
    padding-left: 6%;
    padding-top: 0;
  }
}
#s02 .inner .grid_box .text_area .title_en {
  color: #0c8740;
  margin-bottom: 0.5856515373vw;
}
@media (max-width: 1366px) {
  #s02 .inner .grid_box .text_area .title_en {
    margin-bottom: 8px;
  }
}
#s02 .inner .grid_box .text_area .title_jp {
  color: #174735;
  margin-bottom: 2.9282576867vw;
}
@media (max-width: 1366px) {
  #s02 .inner .grid_box .text_area .title_jp {
    margin-bottom: clamp(24px, 3.4515050167px + 2.6755852843vw, 40px);
  }
}
#s02 .inner .grid_box .text_area .content {
  color: #174735;
  margin-bottom: 2.9282576867vw;
}
@media (max-width: 1366px) {
  #s02 .inner .grid_box .text_area .content {
    margin-bottom: clamp(24px, 3.4515050167px + 2.6755852843vw, 40px);
  }
}
#s02 .inner .grid_box .text_area .main_button {
  margin-bottom: 1.1713030747vw;
}
@media (max-width: 1366px) {
  #s02 .inner .grid_box .text_area .main_button {
    margin-bottom: 16px;
  }
}
#s02 .inner .grid_box .text_area .main_button a {
  margin: 0;
}
#s02 .inner .grid_box .text_area .main_button.mb0 {
  margin-bottom: 0;
}

#s03 {
  padding: 5.4904831625vw 0 5.8565153734vw;
}
@media (max-width: 1366px) {
  #s03 {
    padding: clamp(50px, 17.8929765886px + 4.1806020067vw, 75px) 0 60px;
  }
}
#s03 .inner {
  padding-left: 9.224011713vw;
}
@media (max-width: 767px) {
  #s03 .inner {
    padding-left: 6%;
  }
}
#s03 .inner .grid_box {
  display: grid;
  grid-template-columns: 522fr 662fr;
  -moz-column-gap: 4.0995607613vw;
       column-gap: 4.0995607613vw;
  align-items: center;
}
@media (max-width: 767px) {
  #s03 .inner .grid_box {
    display: flex;
    flex-direction: column-reverse;
    row-gap: clamp(30px, -7.2807017544px + 8.7719298246vw, 60px);
    align-items: flex-start;
  }
}
#s03 .inner .grid_box .img_area img {
  width: 100%;
}
@media (max-width: 767px) {
  #s03 .inner .grid_box .text_area {
    padding-right: 6%;
  }
}
#s03 .inner .grid_box .text_area .title_en {
  color: #0c8740;
  margin-bottom: 0.5856515373vw;
}
@media (max-width: 1366px) {
  #s03 .inner .grid_box .text_area .title_en {
    margin-bottom: 8px;
  }
}
#s03 .inner .grid_box .text_area .title_jp {
  color: #174735;
  margin-bottom: 2.9282576867vw;
}
@media (max-width: 1366px) {
  #s03 .inner .grid_box .text_area .title_jp {
    margin-bottom: clamp(24px, 3.4515050167px + 2.6755852843vw, 40px);
  }
}
#s03 .inner .grid_box .text_area .content {
  color: #174735;
  margin-bottom: 2.9282576867vw;
}
@media (max-width: 1366px) {
  #s03 .inner .grid_box .text_area .content {
    margin-bottom: clamp(24px, 3.4515050167px + 2.6755852843vw, 40px);
  }
}
#s03 .inner .grid_box .text_area .main_button a {
  margin: 0;
}

#s04 {
  padding: 5.8565153734vw 0;
  background: #8dc94d;
}
@media (max-width: 1366px) {
  #s04 {
    padding: clamp(60px, 34.3143812709px + 3.3444816054vw, 80px) 0;
  }
}
#s04 .inner {
  padding: 0 6%;
}
#s04 .inner .title_en {
  text-align: center;
  color: #fff;
  margin-bottom: 0.5856515373vw;
}
@media (max-width: 1366px) {
  #s04 .inner .title_en {
    margin-bottom: 8px;
  }
}
#s04 .inner .title_jp {
  text-align: center;
  color: #fff;
  margin-bottom: 2.9282576867vw;
}
@media (max-width: 1366px) {
  #s04 .inner .title_jp {
    margin-bottom: clamp(24px, 3.4515050167px + 2.6755852843vw, 40px);
  }
}
#s04 .inner .content {
  text-align: center;
  color: #fff;
  margin-bottom: 2.9282576867vw;
}
@media (max-width: 1366px) {
  #s04 .inner .content {
    margin-bottom: clamp(24px, 3.4515050167px + 2.6755852843vw, 40px);
  }
}
#s04 .inner .main_button a {
  margin: 0 auto;
  background: #0c8740;
}
#s04 .inner .main_button a:hover {
  background-color: #fff;
  border: 1px solid #0c8740;
  color: #174735;
}

#s05 {
  padding: 11.7130307467vw 0;
}
@media (max-width: 1366px) {
  #s05 {
    padding: clamp(80px, -22.7424749164px + 13.3779264214vw, 160px) 0;
  }
}
#s05 .inner {
  padding: 0 6.0761346999vw;
}
@media (max-width: 767px) {
  #s05 .inner {
    padding: 0 6%;
  }
}
#s05 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2.3426061493vw;
       column-gap: 2.3426061493vw;
}
@media (max-width: 767px) {
  #s05 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 11.3596491228px + 4.3859649123vw, 45px);
  }
}
#s05 .inner .grid_box .grid_col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  padding: 4.1727672035vw 6%;
  border-radius: clamp(35px, 3.6603221083vw, 50px);
}
@media (max-width: 1366px) {
  #s05 .inner .grid_box .grid_col {
    padding: clamp(40px, 18.1672240803px + 2.8428093645vw, 57px) 6%;
  }
}
#s05 .inner .grid_box .grid_col .title_en {
  text-align: center;
  color: #fff;
}
#s05 .inner .grid_box .grid_col .title_jp {
  font-size: 2.4890190337vw;
  text-align: center;
  color: #fff;
  margin-bottom: clamp(24px, -15.4512635379px + 2.8880866426vw, 40px);
}
@media (max-width: 767px) {
  #s05 .inner .grid_box .grid_col .title_jp {
    font-size: clamp(24px, 14.0584795322px + 2.3391812865vw, 32px);
  }
}
#s05 .inner .grid_box .grid_col .content {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(24px, -15.4512635379px + 2.8880866426vw, 40px);
}
#s05 .inner .grid_box .grid_col .content .content_space {
  display: none;
}
@media (max-width: 1250px) {
  #s05 .inner .grid_box .grid_col .content .content_space {
    display: block;
  }
}
@media (max-width: 767px) {
  #s05 .inner .grid_box .grid_col .content .content_space {
    display: none;
  }
}
@media (max-width: 650px) {
  #s05 .inner .grid_box .grid_col .content .content_space {
    display: block;
  }
}
#s05 .inner .grid_box .grid_col.box1 {
  background: url(/wp-content/uploads/top_sec05_bg01.jpg) no-repeat center;
  background-size: cover;
}
#s05 .inner .grid_box .grid_col.box2 {
  background: url(/wp-content/uploads/top_sec05_bg02.jpg) no-repeat center;
  background-size: cover;
}

#footer_mid {
  background: #fff;
  padding: clamp(40px, -9.3140794224px + 3.6101083032vw, 60px) 0;
}
#footer_mid .inner {
  padding: 0 6%;
}
#footer_mid .inner .content {
  text-align: center;
}/*# sourceMappingURL=style.css.map */