@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
.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: #333333;
}

html body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  margin: 0;
  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;
}

.fax {
  pointer-events: none !important;
}

#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: 56.25vw !important;
  width: 100vw;
}
@media (max-width: 750px) {
  #header_slider {
    height: 117.3402868318vw !important;
  }
}

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

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

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

.header_wrap {
  height: 100%;
}
.header_wrap .header_button {
  padding-left: 15px;
}
.header_wrap .header_button a {
  width: 188px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background: #217d35;
  color: #fff;
  column-gap: 10px;
  transition: 0.4s all;
}
.header_wrap .header_button a:hover {
  background: rgb(26.6088607595, 100.7911392405, 42.735443038);
}
.header_wrap .header_button a span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.07em;
  color: #fff;
}
.header_wrap .header_button a i {
  position: relative;
  top: 1px;
  font-size: 15px;
  color: #fff;
}

#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(20px, 4.6852122987vw, 64px);
}

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

#menu_button span {
  background: #333333 !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;
}

html body #index_news {
  background: #fff;
}
html body #index_news a:hover span {
  color: #217d35;
}

.entry-date {
  color: #217d35;
  font-family: "Zen Kaku Gothic New", 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: #333333;
  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: #c9dbf0 !important;
  border: 1px solid #c9dbf0 !important;
}

#global_menu ul ul {
  top: 60px;
}

.main_ttl {
  position: absolute;
  top: 50%;
  left: 12.1354166667vw;
  z-index: 10;
  padding: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 1366px) {
  .main_ttl {
    left: 6.0761346999vw;
  }
}
@media (max-width: 750px) {
  .main_ttl {
    left: 6%;
  }
}
.main_ttl h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: clamp(36px, 3.513909224vw, 48px);
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: clamp(15px, 1.4641288433vw, 20px);
}
@media (max-width: 767px) {
  .main_ttl h2 {
    font-size: clamp(28px, 5.2151238592vw, 40px);
  }
}
.main_ttl p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 1.756954612vw, 24px);
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .main_ttl p {
    font-size: clamp(18px, 2.8683181226vw, 22px);
  }
}

html body #footer_bottom {
  height: auto;
  width: 100%;
  padding: 12px 6%;
  background: #fff;
}
@media (max-width: 500px) {
  html body #footer_bottom {
    padding: 30px 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: 500px) {
  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: #333333;
  line-height: 2.571;
}

html body #footer_post_list_wrap {
  background: #217d35;
}
html body #footer_post_list_wrap .title_en {
  color: #fff;
  text-align: center;
  margin-bottom: clamp(30px, 3.074670571vw, 42px);
}

#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_jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(30px, 2.7818448023vw, 38px);
  color: #333333;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .title_jp {
    font-size: clamp(26px, 4.4328552803vw, 34px);
  }
}
@media (max-width: 425px) {
  .title_jp {
    font-size: 32px;
  }
}

.content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.4641288433vw, 20px);
  line-height: 2;
  color: #333333;
}
@media (max-width: 767px) {
  .content {
    font-size: clamp(16px, 2.3468057366vw, 18px);
  }
}
@media (max-width: 425px) {
  .content {
    font-size: 18px;
  }
}

.main_button a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: #217d35;
  border: 1px solid #217d35;
  position: relative;
  transition: 0.4s all;
  padding: 0 20px;
}
.main_button a::after {
  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: 16px;
  color: #fff;
  font-size: 12px;
  transform: translateY(-50%);
  transition: 0.4s all;
}
.main_button a:hover {
  color: #217d35;
  background: #fff;
  border: 1px solid #217d35;
}
.main_button a:hover::after {
  color: #217d35;
}

#s01 {
  background: url(/wp-content/uploads/top_about_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: clamp(70px, 8.4187408492vw, 115px) 0 clamp(100px, 16.6178623719vw, 227px);
}
#s01 .inner {
  max-width: calc(1266px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 1150px) {
  #s01 .inner {
    max-width: 800px;
    width: 100%;
  }
}
#s01 .inner .title_jp {
  text-align: center;
  margin-bottom: clamp(50px, 6.3689604685vw, 87px);
}
#s01 .inner .flex_box {
  display: flex;
  -moz-column-gap: clamp(30px, 4.0263543192vw, 55px);
       column-gap: clamp(30px, 4.0263543192vw, 55px);
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1150px) {
  #s01 .inner .flex_box {
    row-gap: clamp(30px, 7.8226857888vw, 60px);
  }
}
#s01 .inner .flex_box .flex_col {
  width: calc(20% - 44px);
}
@media (max-width: 1150px) {
  #s01 .inner .flex_box .flex_col {
    width: calc(49% - 20px);
  }
}
@media (max-width: 500px) {
  #s01 .inner .flex_box .flex_col {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
#s01 .inner .flex_box .flex_col:nth-last-of-type(even) {
  position: relative;
  top: clamp(70px, 9.8828696925vw, 135px);
}
@media (max-width: 1150px) {
  #s01 .inner .flex_box .flex_col:nth-last-of-type(even) {
    top: 0;
  }
}
#s01 .inner .flex_box .flex_col figure {
  margin-top: -20px;
  margin-bottom: clamp(12px, 1.317715959vw, 18px);
}
@media (max-width: 1150px) {
  #s01 .inner .flex_box .flex_col figure {
    max-width: 220px;
    width: 100%;
    margin: 0 auto 12px;
  }
}
#s01 .inner .flex_box .flex_col figure img {
  width: 100%;
}
#s01 .inner .flex_box .flex_col .grid_title {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: clamp(22px, 1.3541666667vw, 26px);
  line-height: 1.6;
  color: #333333;
  margin-bottom: clamp(12px, 1.317715959vw, 18px);
}
#s01 .inner .flex_box .flex_col .grid_content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 1.8;
  color: #333333;
}

#s02 {
  background: url(/wp-content/uploads/top_shinki_img.jpg) no-repeat center center;
  background-size: cover;
  padding: clamp(80px, 11.859443631vw, 162px) 10.2604166667vw clamp(80px, 11.859443631vw, 162px) 0;
}
@media (max-width: 1366px) {
  #s02 {
    padding: clamp(80px, 11.859443631vw, 162px) 5.1244509517vw clamp(80px, 11.859443631vw, 162px) 0;
  }
}
@media (max-width: 1024px) {
  #s02 {
    background-position-x: 45%;
  }
}
@media (max-width: 767px) {
  #s02 {
    background: url(/wp-content/uploads/top_shinki_img_sp.jpg) no-repeat center top;
    background-position-x: center;
    padding: clamp(350px, 71.7079530639vw, 550px) 6% clamp(70px, 19.556714472vw, 150px);
    background-size: cover;
  }
}
#s02 .inner {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 767px) {
  #s02 .inner {
    max-width: 100%;
    padding: 0;
  }
}
#s02 .inner .title_jp {
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
#s02 .inner .title_jp .title_space {
  display: none;
}
@media (max-width: 1024px) {
  #s02 .inner .title_jp .title_space {
    display: block;
  }
}
@media (max-width: 767px) {
  #s02 .inner .title_jp .title_space {
    display: none;
  }
}
@media (max-width: 425px) {
  #s02 .inner .title_jp .title_space {
    display: block;
  }
}
#s02 .inner .content {
  margin-bottom: clamp(32px, 3.513909224vw, 48px);
}
#s02 .inner .content .content_space {
  display: none;
}
@media (max-width: 1024px) {
  #s02 .inner .content .content_space {
    display: block;
  }
}
@media (max-width: 767px) {
  #s02 .inner .content .content_space {
    display: none;
  }
}
@media (max-width: 425px) {
  #s02 .inner .content .content_space {
    display: block;
  }
}

#s03 {
  background: url(/wp-content/uploads/top_reform_img.jpg) no-repeat center center;
  background-size: cover;
  padding: clamp(80px, 11.859443631vw, 162px) 0 clamp(80px, 11.859443631vw, 162px) 13.4375vw;
}
@media (max-width: 1366px) {
  #s03 {
    padding: clamp(80px, 11.859443631vw, 162px) 0 clamp(80px, 11.859443631vw, 162px) 11.0541727672vw;
  }
}
@media (max-width: 1024px) {
  #s03 {
    padding: clamp(80px, 11.859443631vw, 162px) 0 clamp(80px, 11.859443631vw, 162px) 5.859375vw;
  }
}
@media (max-width: 767px) {
  #s03 {
    background: url(/wp-content/uploads/top_reform_img_sp.jpg) no-repeat center top;
    background-size: cover;
    background-position-x: center;
    padding: clamp(350px, 71.7079530639vw, 550px) 6% clamp(70px, 19.556714472vw, 150px);
  }
}
#s03 .inner {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
@media (max-width: 767px) {
  #s03 .inner {
    max-width: 100%;
    padding: 0;
  }
}
#s03 .inner .title_jp {
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
#s03 .inner .title_jp .title_space {
  display: none;
}
@media (max-width: 1024px) {
  #s03 .inner .title_jp .title_space {
    display: block;
  }
}
@media (max-width: 767px) {
  #s03 .inner .title_jp .title_space {
    display: none;
  }
}
@media (max-width: 425px) {
  #s03 .inner .title_jp .title_space {
    display: block;
  }
}
#s03 .inner .content {
  margin-bottom: clamp(32px, 3.513909224vw, 48px);
}
#s03 .inner .content .content_space {
  display: none;
}
@media (max-width: 1024px) {
  #s03 .inner .content .content_space {
    display: block;
  }
}
@media (max-width: 767px) {
  #s03 .inner .content .content_space {
    display: none;
  }
}
@media (max-width: 425px) {
  #s03 .inner .content .content_space {
    display: block;
  }
}

#s04 {
  background: url(/wp-content/uploads/top_end_img.jpg) no-repeat center center;
  background-size: cover;
  padding: clamp(80px, 11.859443631vw, 162px) 11.6145833333vw clamp(80px, 11.859443631vw, 162px) 0;
}
@media (max-width: 1366px) {
  #s04 {
    padding: clamp(80px, 11.859443631vw, 162px) 5.1244509517vw clamp(80px, 11.859443631vw, 162px) 0;
  }
}
@media (max-width: 1024px) {
  #s04 {
    background-position-x: 45%;
    padding: clamp(80px, 11.859443631vw, 162px) 10.7421875vw clamp(80px, 11.859443631vw, 162px) 0;
  }
}
@media (max-width: 767px) {
  #s04 {
    background: url(/wp-content/uploads/top_end_img_sp.jpg) no-repeat center top;
    background-position-x: center;
    padding: clamp(350px, 71.7079530639vw, 550px) 6% clamp(70px, 19.556714472vw, 150px);
    background-size: cover;
  }
}
#s04 .inner {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 767px) {
  #s04 .inner {
    max-width: 100%;
    padding: 0;
  }
}
#s04 .inner .title_jp {
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
#s04 .inner .title_jp .title_space {
  display: none;
}
@media (max-width: 1024px) {
  #s04 .inner .title_jp .title_space {
    display: block;
  }
}
@media (max-width: 767px) {
  #s04 .inner .title_jp .title_space {
    display: none;
  }
}
@media (max-width: 425px) {
  #s04 .inner .title_jp .title_space {
    display: block;
  }
}
#s04 .inner .content {
  margin-bottom: clamp(32px, 3.513909224vw, 48px);
}
#s04 .inner .content .content_space {
  display: none;
}
@media (max-width: 1024px) {
  #s04 .inner .content .content_space {
    display: block;
  }
}
@media (max-width: 767px) {
  #s04 .inner .content .content_space {
    display: none;
  }
}
@media (max-width: 425px) {
  #s04 .inner .content .content_space {
    display: block;
  }
}

#s05 {
  background: url(/wp-content/uploads/top_moving_img.jpg) no-repeat center center;
  background-size: cover;
  padding: clamp(80px, 11.859443631vw, 162px) 0 clamp(80px, 11.859443631vw, 162px) 13.4375vw;
}
@media (max-width: 1366px) {
  #s05 {
    padding: clamp(80px, 11.859443631vw, 162px) 0 clamp(80px, 11.859443631vw, 162px) 10.0292825769vw;
  }
}
@media (max-width: 1024px) {
  #s05 {
    padding: clamp(80px, 11.859443631vw, 162px) 0 clamp(80px, 11.859443631vw, 162px) 5.859375vw;
  }
}
@media (max-width: 767px) {
  #s05 {
    background: url(/wp-content/uploads/top_moving_img_sp.jpg) no-repeat center top;
    background-size: cover;
    background-position-x: center;
    padding: clamp(350px, 71.7079530639vw, 550px) 6% clamp(70px, 19.556714472vw, 150px);
  }
}
#s05 .inner {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
@media (max-width: 767px) {
  #s05 .inner {
    max-width: 100%;
    padding: 0;
  }
}
#s05 .inner .title_jp {
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
#s05 .inner .title_jp .title_space {
  display: none;
}
@media (max-width: 1024px) {
  #s05 .inner .title_jp .title_space {
    display: block;
  }
}
@media (max-width: 767px) {
  #s05 .inner .title_jp .title_space {
    display: none;
  }
}
@media (max-width: 425px) {
  #s05 .inner .title_jp .title_space {
    display: block;
  }
}
#s05 .inner .content {
  margin-bottom: clamp(32px, 3.513909224vw, 48px);
}
#s05 .inner .content .content_space {
  display: none;
}
@media (max-width: 1024px) {
  #s05 .inner .content .content_space {
    display: block;
  }
}
@media (max-width: 767px) {
  #s05 .inner .content .content_space {
    display: none;
  }
}
@media (max-width: 425px) {
  #s05 .inner .content .content_space {
    display: block;
  }
}

#s06 {
  background: linear-gradient(180deg, rgb(255, 255, 255) 45%, rgb(235, 245, 237) 45%);
  padding: clamp(70px, 10.980966325vw, 150px) 0 20px;
}
#s06 .inner {
  max-width: calc(1080px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s06 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(70px, 7.7598828697vw, 106px);
       column-gap: clamp(70px, 7.7598828697vw, 106px);
}
@media (max-width: 767px) {
  #s06 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(45px, 7.8226857888vw, 60px);
  }
}
#s06 .inner .grid_box .col {
  position: relative;
}
#s06 .inner .grid_box .col figure {
  position: relative;
}
#s06 .inner .grid_box .col figure img {
  width: 100%;
}
#s06 .inner .grid_box .col figure a {
  position: relative;
  display: block;
  transition: 0.4s all;
  background: #fff;
  padding: clamp(20px, 2.9282576867vw, 40px);
  max-width: 465px;
  width: 100%;
  margin-left: auto;
  bottom: 60px;
  right: -23px;
  transition: 0.4s all;
}
@media (max-width: 767px) {
  #s06 .inner .grid_box .col figure a {
    right: -3%;
  }
}
@media (max-width: 425px) {
  #s06 .inner .grid_box .col figure a {
    font-size: 6.1176470588vw;
  }
}
#s06 .inner .grid_box .col figure a::after {
  content: "\f061";
  width: clamp(30px, 2.635431918vw, 36px);
  height: clamp(30px, 2.635431918vw, 36px);
  background: #217d35;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 16px;
  position: absolute;
  font-weight: 900;
  top: 50%;
  right: clamp(22px, 1.9765739385vw, 27px);
  transform: translateY(-50%);
  transition: 0.4s all;
}
#s06 .inner .grid_box .col figure a:hover {
  background: #217d35;
  color: #fff;
}
#s06 .inner .grid_box .col figure a:hover::after {
  color: #217d35;
  background: #fff;
}

#s_info {
  padding: clamp(60px, 7.6866764275vw, 105px) 0 clamp(50px, 6.588579795vw, 90px);
}
#s_info .inner {
  max-width: calc(1200px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s_info .inner .title_jp {
  margin-bottom: 20px;
}
#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: 767px) {
  #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: 767px) {
  #s_info .inner .footer_grid_box .map_area {
    height: clamp(350px, 62.5814863103vw, 480px);
  }
}
#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 #e2e2e2;
}
@media (max-width: 767px) {
  #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: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: start;
  font-weight: bold;
  line-height: 1.813;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
@media (max-width: 767px) {
  #s_info .inner .footer_grid_box .text_area .ad_box_area .a_h {
    font-size: 16px;
  }
}
#s_info .inner .footer_grid_box .text_area .a_b {
  width: 90%;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: start;
  font-weight: 500;
  line-height: 1.813;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
@media (max-width: 767px) {
  #s_info .inner .footer_grid_box .text_area .a_b {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  #s_info .inner .footer_grid_box .text_area .a_b {
    font-size: 16px;
  }
}
#s_info .inner .footer_grid_box .text_area .a_b a {
  color: #333333;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
@media (max-width: 767px) {
  #s_info .inner .footer_grid_box .text_area .a_b a {
    font-size: 16px;
  }
}
#s_info .inner .footer_grid_box .text_area .main_button {
  margin-top: clamp(35px, 4.0263543192vw, 55px);
}
#s_info .inner .footer_grid_box .text_area .main_button a {
  margin-left: auto;
}
@media (max-width: 767px) {
  #s_info .inner .footer_grid_box .text_area .main_button a {
    margin: 0 auto;
  }
}

#s07 {
  padding: clamp(70px, 7.6866764275vw, 105px) 0 clamp(70px, 6.588579795vw, 90px);
  background: url(/wp-content/uploads/top_contact_bg.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #s07 {
    background: url(/wp-content/uploads/top_contact_bg_sp.jpg) no-repeat;
    background-size: cover;
  }
}
#s07 .inner {
  max-width: calc(840px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s07 .inner .title_jp {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(20px, 2.1229868228vw, 29px);
}
@media (max-width: 425px) {
  #s07 .inner .title_jp {
    font-size: 26px;
  }
}
#s07 .inner .content {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(20px, 2.1229868228vw, 29px);
}
@media (max-width: 425px) {
  #s07 .inner .content {
    font-size: clamp(14px, 3.7647058824vw, 16px);
  }
}
#s07 .inner .tel_button {
  margin-bottom: clamp(30px, 3.1478770132vw, 43px);
}
#s07 .inner .tel_button a {
  width: clamp(300px, 29.2825768668vw, 400px);
  height: clamp(70px, 7.3206442167vw, 100px);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  transition: 0.4s all;
}
#s07 .inner .tel_button a:hover {
  background: #217d35;
}
#s07 .inner .tel_button a:hover::after {
  color: #fff;
}
#s07 .inner .tel_button a:hover span {
  color: #fff;
}
#s07 .inner .tel_button a::after {
  content: "\f095";
  position: absolute;
  top: 50%;
  left: clamp(20px, 2.7818448023vw, 38px);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  color: #217d35;
  font-size: clamp(22px, 1.9033674963vw, 26px);
  transition: 0.4s all;
}
#s07 .inner .tel_button a span {
  color: #217d35;
  position: relative;
  left: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: 0.4s all;
  font-weight: bold;
  font-size: clamp(26px, 2.4890190337vw, 34px);
  line-height: normal;
  letter-spacing: 0.07em;}
  .grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */