@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
input[type=text], input[type=tel], input[type=email], input[type=url], input[type=password], textarea, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

@media screen and (max-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
html {
  font-size: 16px;
  letter-spacing: 0;
  --base_header_height: 80px;
  --base_container_width: 1180px;
  --base_container_pad: 20px;
  --base_the_rest_of_container: calc(var(--vw) * 100) - var(--base_container_width);
  --base_the_rest_of_container_half: calc((var(--base_the_rest_of_container)) / 2);
  --base_line_height: 1.625;
  --base_color00: #242A28;
  --base_color01: #FFFDF0;
  --base_color01_rgb: 255 253 240;
  --base_color02: #009644;
  --base_color0201: #4EAD82;
  --base_color03: #DF5555;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: var(--base_color01);
  margin: 0;
  font-size: 1rem;
  padding-top: var(--base_header_height);
  /*font-feature-settings: "palt";*/
}
@media screen and (max-width: 850px) {
  body {
    --base_header_height: 60px ;
  }
}
body.top h1 {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
body.sub {
  position: relative;
  z-index: 0;
}
body.sub:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -152px;
  left: 0;
  width: 100%;
  height: 660px;
  background: url(../images/sub_page_bg.webp) no-repeat center top;
}

.gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.page_loading {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity 0.5s;
}
.page_loading.hide {
  opacity: 0;
  pointer-events: none !important;
}
.page_loading.hide * {
  pointer-events: none !important;
}

.no-transition * {
  transition: none !important;
}

.main_wrap {
  overflow: hidden;
}
.main_wrap main {
  display: block;
}

.container {
  max-width: calc(var(--base_container_width) + var(--base_container_pad) * 2);
  width: 100%;
  margin: auto;
  padding: 0 var(--base_container_pad);
}

.punc {
  display: inline-block;
}
.punc.left.vertical {
  margin-top: -0.5em;
}
.punc.left.horizontal {
  margin-left: -0.5em;
}
.punc.right.vertical {
  margin-bottom: -0.5em;
}
.punc.right.horizontal {
  /*margin-right: -0.5em;*/
  width: 0.5em;
}

.btn {
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .btn:hover {
    opacity: 0.7;
  }
}

.base_content {
  overflow: hidden;
  line-height: var(--base_line_height);
}
.base_content ul {
  list-style: disc;
  margin-left: 1.7em;
}
.base_content ol {
  list-style: decimal;
  margin-left: 1.7em;
}
.base_content ol li {
  padding-left: 0.3em;
}

p {
  line-height: var(--base_line_height);
}

a[href*="tel:"] {
  color: var(--base_color00);
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 890px) {
  br.pc_pre_md {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.pc_md {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  br.pc_pre_sm {
    display: none;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 768px) {
  br.md {
    display: block;
  }
}
br.pre_sm {
  display: none;
}
@media screen and (max-width: 600px) {
  br.pre_sm {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 400px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 360px) {
  br.xs {
    display: block;
  }
}

.alignleft {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  display: block;
  float: right;
  margin-left: 10px;
  margin-bottom: 1em;
}

.clear {
  clear: both;
}

.space1em {
  clear: both;
  height: 1em;
}

.space2em {
  clear: both;
  height: 2em;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.fit_img_wrap {
  position: relative;
  z-index: 0;
}
.fit_img_wrap .fit_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.tabs .tab_contents .content {
  display: none;
}
.tabs .tab_contents .content.active {
  display: block;
}

.flex_wrap_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--col_gap);
  row-gap: var(--row_gap);
}
.flex_wrap_list > * {
  width: calc((100% - var(--col_gap) * (var(--cols) - 1)) / var(--cols));
}

ol.list li,
ul.list li {
  position: relative;
  padding-left: 1.1em;
  line-height: var(--base_line_height);
}
ol.list li:before,
ul.list li:before {
  position: absolute;
  left: 0;
}
ol.list.num,
ul.list.num {
  counter-reset: num_cnt;
}
ol.list.num > li,
ul.list.num > li {
  counter-increment: num_cnt;
  padding-left: 1.1em;
}
ol.list.num > li:before,
ul.list.num > li:before {
  content: counter(num_cnt);
}
ol.list.num_dot,
ul.list.num_dot {
  counter-reset: num_dot_cnt;
}
ol.list.num_dot > li,
ul.list.num_dot > li {
  counter-increment: num_dot_cnt;
  padding-left: 1.6em;
}
ol.list.num_dot > li:before,
ul.list.num_dot > li:before {
  content: counter(num_dot_cnt) "．";
}
ol.list.num_colon,
ul.list.num_colon {
  counter-reset: num_colon_cnt;
}
ol.list.num_colon > li,
ul.list.num_colon > li {
  counter-increment: num_colon_cnt;
  padding-left: 1.6em;
}
ol.list.num_colon > li:before,
ul.list.num_colon > li:before {
  content: counter(num_colon_cnt) "：";
}
ol.list.num_paren,
ul.list.num_paren {
  counter-reset: paren_cnt;
}
ol.list.num_paren > li,
ul.list.num_paren > li {
  counter-increment: paren_cnt;
  padding-left: 1.3em;
}
ol.list.num_paren > li:before,
ul.list.num_paren > li:before {
  content: "(" counter(paren_cnt) ")";
}
ol.list.num_circle,
ul.list.num_circle {
  counter-reset: circle_cnt;
}
ol.list.num_circle > li,
ul.list.num_circle > li {
  counter-increment: circle_cnt;
  padding-left: 1.4em;
}
ol.list.num_circle > li:nth-child(1):before,
ul.list.num_circle > li:nth-child(1):before {
  content: "①";
}
ol.list.num_circle > li:nth-child(2):before,
ul.list.num_circle > li:nth-child(2):before {
  content: "②";
}
ol.list.num_circle > li:nth-child(3):before,
ul.list.num_circle > li:nth-child(3):before {
  content: "③";
}
ol.list.num_circle > li:nth-child(4):before,
ul.list.num_circle > li:nth-child(4):before {
  content: "④";
}
ol.list.num_circle > li:nth-child(5):before,
ul.list.num_circle > li:nth-child(5):before {
  content: "⑤";
}
ol.list.num_circle > li:nth-child(6):before,
ul.list.num_circle > li:nth-child(6):before {
  content: "⑥";
}
ol.list.num_circle > li:nth-child(7):before,
ul.list.num_circle > li:nth-child(7):before {
  content: "⑦";
}
ol.list.num_circle > li:nth-child(8):before,
ul.list.num_circle > li:nth-child(8):before {
  content: "⑧";
}
ol.list.num_circle > li:nth-child(9):before,
ul.list.num_circle > li:nth-child(9):before {
  content: "⑨";
}
ol.list.num_circle > li:nth-child(10):before,
ul.list.num_circle > li:nth-child(10):before {
  content: "⑩";
}
ol.list.num_circle > li:nth-child(11):before,
ul.list.num_circle > li:nth-child(11):before {
  content: "⑪";
}
ol.list.num_circle > li:nth-child(12):before,
ul.list.num_circle > li:nth-child(12):before {
  content: "⑫";
}
ol.list.num_circle > li:nth-child(13):before,
ul.list.num_circle > li:nth-child(13):before {
  content: "⑬";
}
ol.list.num_circle > li:nth-child(14):before,
ul.list.num_circle > li:nth-child(14):before {
  content: "⑭";
}
ol.list.num_circle > li:nth-child(15):before,
ul.list.num_circle > li:nth-child(15):before {
  content: "⑮";
}
ol.list.num_circle > li:nth-child(16):before,
ul.list.num_circle > li:nth-child(16):before {
  content: "⑯";
}
ol.list.num_circle > li:nth-child(17):before,
ul.list.num_circle > li:nth-child(17):before {
  content: "⑰";
}
ol.list.num_circle > li:nth-child(18):before,
ul.list.num_circle > li:nth-child(18):before {
  content: "⑱";
}
ol.list.num_circle > li:nth-child(19):before,
ul.list.num_circle > li:nth-child(19):before {
  content: "⑲";
}
ol.list.num_circle > li:nth-child(20):before,
ul.list.num_circle > li:nth-child(20):before {
  content: "⑳";
}
ol.list.square > li:before,
ul.list.square > li:before {
  content: "◇";
}
ol.list.line > li:before,
ul.list.line > li:before {
  content: "－";
}
ol.list.dot > li:before,
ul.list.dot > li:before {
  content: "・";
}
ol.list.kome > li:before,
ul.list.kome > li:before {
  content: "※";
}

.txtL {
  text-align: left;
}

.txtC {
  text-align: center;
}

.txtR {
  text-align: right;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.frame_wrap {
  position: relative;
  padding-bottom: 56.25%; /*縦横比*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.frame_wrap .map_canvas,
.frame_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
  max-width: 498px !important;
  margin: auto;
}

.anim_init,
.anim_init_r,
.anim_init_b {
  visibility: hidden;
  backface-visibility: hidden;
}

.anim_common, .fade_in_center_anim, .fade_in_left_anim, .fade_in_right_anim, .fade_in_bottom_anim, .fade_in_top_anim {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.6s !important;
  -ms-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
  visibility: visible !important;
}

.fade_in_top_anim {
  -webkit-animation-name: fade_in_top_anim;
  animation-name: fade_in_top_anim;
}

@-webkit-keyframes fade_in_top_anim {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_in_top_anim {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade_in_bottom_anim {
  -webkit-animation-name: fade_in_bottom_anim;
  animation-name: fade_in_bottom_anim;
}

@-webkit-keyframes fade_in_bottom_anim {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_in_bottom_anim {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade_in_right_anim {
  -webkit-animation-name: fade_in_right_anim;
  animation-name: fade_in_right_anim;
}

@-webkit-keyframes fade_in_right_anim {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_in_right_anim {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade_in_left_anim {
  -webkit-animation-name: fade_in_left_anim;
  animation-name: fade_in_left_anim;
}

@-webkit-keyframes fade_in_left_anim {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_in_left_anim {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade_in_center_anim {
  -webkit-animation-name: fade_in_center_anim;
  animation-name: fade_in_center_anim;
}
.fade_in_center_anim.late {
  -webkit-animation-duration: 2s !important;
  -ms-animation-duration: 2s !important;
  animation-duration: 2 !important;
}

@-webkit-keyframes fade_in_center_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in_center_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-----------------------------------------
Contact Form7
-----------------------------------------*/
.sent .wpcf7-response-output {
  display: none !important;
}
.sent .contact_form > *:not(.sent_content) {
  display: none !important;
}
.sent .contact_form .sent_content {
  display: block;
}

.contact_form .conf_msg {
  display: none;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.contact_form .sent_content {
  display: none;
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=tel],
.contact_form input[type=url],
.contact_form select,
.contact_form textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  background: #FAFAFA;
  border: 1px solid #5E5B49;
  border-radius: 8px;
  outline: none;
}
.contact_form input[type=text].wpcf7c-conf,
.contact_form input[type=email].wpcf7c-conf,
.contact_form input[type=tel].wpcf7c-conf,
.contact_form input[type=url].wpcf7c-conf,
.contact_form select.wpcf7c-conf,
.contact_form textarea.wpcf7c-conf {
  background: rgba(255, 255, 255, 0) !important;
  border: 0 !important;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*Firefox用*/
  text-indent: 0.01px;
  text-overflow: "";
}
.contact_form input[type=text][readonly=readonly]:placeholder-shown,
.contact_form input[type=email][readonly=readonly]:placeholder-shown,
.contact_form input[type=tel][readonly=readonly]:placeholder-shown,
.contact_form input[type=url][readonly=readonly]:placeholder-shown,
.contact_form select[readonly=readonly]:placeholder-shown,
.contact_form textarea[readonly=readonly]:placeholder-shown {
  color: #fff;
}
.contact_form input[type=text][readonly=readonly]::-webkit-input-placeholder,
.contact_form input[type=email][readonly=readonly]::-webkit-input-placeholder,
.contact_form input[type=tel][readonly=readonly]::-webkit-input-placeholder,
.contact_form input[type=url][readonly=readonly]::-webkit-input-placeholder,
.contact_form select[readonly=readonly]::-webkit-input-placeholder,
.contact_form textarea[readonly=readonly]::-webkit-input-placeholder {
  color: #fff;
}
.contact_form input[type=text][readonly=readonly]:-moz-placeholder,
.contact_form input[type=email][readonly=readonly]:-moz-placeholder,
.contact_form input[type=tel][readonly=readonly]:-moz-placeholder,
.contact_form input[type=url][readonly=readonly]:-moz-placeholder,
.contact_form select[readonly=readonly]:-moz-placeholder,
.contact_form textarea[readonly=readonly]:-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.contact_form input[type=text][readonly=readonly]::-moz-placeholder,
.contact_form input[type=email][readonly=readonly]::-moz-placeholder,
.contact_form input[type=tel][readonly=readonly]::-moz-placeholder,
.contact_form input[type=url][readonly=readonly]::-moz-placeholder,
.contact_form select[readonly=readonly]::-moz-placeholder,
.contact_form textarea[readonly=readonly]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.contact_form input[type=text][readonly=readonly]:-ms-input-placeholder,
.contact_form input[type=email][readonly=readonly]:-ms-input-placeholder,
.contact_form input[type=tel][readonly=readonly]:-ms-input-placeholder,
.contact_form input[type=url][readonly=readonly]:-ms-input-placeholder,
.contact_form select[readonly=readonly]:-ms-input-placeholder,
.contact_form textarea[readonly=readonly]:-ms-input-placeholder {
  color: #fff;
}
.contact_form label {
  display: inline-block;
  margin: 0 20px 10px 0;
}
.contact_form textarea {
  resize: none;
}
.contact_form .submit_btns {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .contact_form .submit_btns {
    flex-direction: column;
    align-items: center;
  }
}
.contact_form .submit_btns button[type=submit],
.contact_form .submit_btns button[type=button] {
  outline: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .contact_form .submit_btns button[type=submit],
  .contact_form .submit_btns button[type=button] {
    margin: 20px 0;
  }
}
.contact_form .submit_btns button[type=submit]:hover,
.contact_form .submit_btns button[type=button]:hover {
  cursor: pointer;
}
.contact_form .submit_btns button[type=submit].btn_back,
.contact_form .submit_btns button[type=button].btn_back {
  display: none;
}
.contact_form .submit_btns .ajax-loader {
  display: block !important;
  margin: 10px auto !important;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -25px;
}
.contact_form .send_loading {
  display: none;
  text-align: center;
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .contact_form .send_loading {
    bottom: -23px;
  }
}
.contact_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
}
.contact_form input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
}
.contact_form span.wpcf7-not-valid-tip {
  font-size: 0.875rem;
  margin-top: 5px;
  color: var(--base_color03);
  font-weight: 500;
}
.contact_form .wpcf7-response-output {
  border: 0 !important;
  text-align: center;
  color: var(--base_color03);
  padding: 0 0 20px !important;
  margin: auto !important;
  line-height: 1.3 !important;
  font-weight: 500;
}
.contact_form .wpcf7-form-control-wrap {
  display: block;
}
.contact_form span.wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact_form .wpcf7-radio .wpcf7-list-item,
  .contact_form .wpcf7-checkbox .wpcf7-list-item {
    display: block;
  }
}
.contact_form .wpcf7-custom-item-error {
  display: block;
}
.contact_form .wpcf7-custom-item-error span:nth-child(n+3) {
  display: none;
}
.contact_form .chk_confirm_wrap {
  display: none;
}
.contact_form div.wpcf7-mail-sent-ok {
  display: none !important;
}
.contact_form [data-name=agree] label {
  margin: 0;
}
.contact_form [data-name=sys_error] input {
  display: none;
}
.contact_form [data-id=group-facility] {
  padding-top: 10px;
}

.confirm form {
  position: relative;
}
.confirm form:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
}
.confirm input[type=text],
.confirm input[type=email],
.confirm input[type=tel],
.confirm input[type=url],
.confirm select,
.confirm textarea {
  background: #fff !important;
  border: 0 !important;
}
.confirm textarea {
  resize: none;
}
.confirm select {
  -webkit-appearance: none;
  appearance: none;
}
.confirm .wpcf7-radio,
.confirm .wpcf7-checkbox {
  margin: 10px 0 0 10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.confirm .wpcf7-radio label,
.confirm .wpcf7-checkbox label {
  margin: 0;
}
.confirm .wpcf7-radio input[type=radio],
.confirm .wpcf7-radio input[type=checkbox],
.confirm .wpcf7-checkbox input[type=radio],
.confirm .wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.confirm .wpcf7-radio input[type=radio] + span,
.confirm .wpcf7-radio input[type=checkbox] + span,
.confirm .wpcf7-checkbox input[type=radio] + span,
.confirm .wpcf7-checkbox input[type=checkbox] + span {
  display: none;
}
.confirm .wpcf7-radio input[type=radio]:checked + span,
.confirm .wpcf7-radio input[type=checkbox]:checked + span,
.confirm .wpcf7-checkbox input[type=radio]:checked + span,
.confirm .wpcf7-checkbox input[type=checkbox]:checked + span {
  display: inline-block;
}
.confirm input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.confirm input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.confirm .conf_msg {
  display: block !important;
}
.confirm .privacy_policy,
.confirm .agree {
  display: none;
}
.confirm .wpcf7-response-output {
  display: none !important;
}
.confirm .submit_btns button[type=button].btn_back {
  display: block !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--base_header_height);
  background: rgb(var(--base_color01_rgb)/0.8);
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 1240px) {
  header {
    padding: 0 var(--base_container_pad);
  }
}
@media screen and (max-width: 850px) {
  header {
    padding: 0 15px;
    background: rgb(var(--base_color01_rgb)/1);
  }
}
header .logo img {
  width: 265px;
}
@media screen and (max-width: 1040px) {
  header .logo img {
    width: 200px;
  }
}
header .menu_btn_wrap {
  display: none;
  margin-left: auto;
  width: 40px;
  height: 40px;
  z-index: 10;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(53, 46, 5, 0.08);
}
@media screen and (max-width: 850px) {
  header .menu_btn_wrap {
    display: block;
  }
}
header .menu_btn_wrap .menu_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
header .menu_btn_wrap .menu_btn.open .lines span {
  top: 0;
  bottom: 0;
}
header .menu_btn_wrap .menu_btn.open .lines span:nth-child(1) {
  transform: rotate(-135deg);
}
header .menu_btn_wrap .menu_btn.open .lines span:nth-child(2) {
  width: 0;
}
header .menu_btn_wrap .menu_btn.open .lines span:nth-child(3) {
  transform: rotate(135deg);
}
header .menu_btn_wrap .menu_btn .lines {
  position: relative;
  width: 24px;
  height: 16px;
}
header .menu_btn_wrap .menu_btn .lines span {
  height: 1px;
  width: 100%;
  background: #000;
  display: block;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  transform-origin: 50% 50%;
  transition: all, 0.5s;
}
header .menu_btn_wrap .menu_btn .lines span:nth-child(1) {
  top: 0;
}
header .menu_btn_wrap .menu_btn .lines span:nth-child(2) {
  top: 0;
  bottom: 0;
}
header .menu_btn_wrap .menu_btn .lines span:nth-child(3) {
  bottom: 0;
}
header nav {
  height: 100%;
  margin-left: auto;
}
@media screen and (max-width: 850px) {
  header nav {
    position: absolute;
    background: var(--base_color01);
    top: var(--base_header_height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--base_header_height));
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none !important;
    padding-top: 20px;
    overflow: auto;
  }
  header nav * {
    pointer-events: none !important;
  }
  header nav.open {
    opacity: 1;
    pointer-events: all !important;
  }
  header nav.open * {
    pointer-events: all !important;
  }
}
header nav .main {
  display: flex;
  align-items: center;
  height: inherit;
}
@media screen and (max-width: 850px) {
  header nav .main {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 var(--base_container_pad);
  }
}
header nav .main > li {
  margin-left: 48px;
}
@media screen and (max-width: 1240px) {
  header nav .main > li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 850px) {
  header nav .main > li {
    width: 100%;
    border-bottom: 1px solid var(--base_color00);
    margin-left: 0;
  }
}
header nav .main > li:not(.btn01, .btn02) > a {
  font-weight: 500;
  text-decoration: none;
  color: var(--base_color00);
}
@media screen and (max-width: 1040px) {
  header nav .main > li:not(.btn01, .btn02) > a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 850px) {
  header nav .main > li:not(.btn01, .btn02) > a {
    font-size: 1rem;
    padding: 15px 10px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header nav .main > li.btn01, header nav .main > li.btn02 {
    border-bottom: 0;
  }
}
header nav .main > li.btn01 > a, header nav .main > li.btn02 > a {
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1240px) {
  header nav .main > li.btn01 > a, header nav .main > li.btn02 > a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 850px) {
  header nav .main > li.btn01 {
    padding: 25px 0 40px;
  }
}
header nav .main > li.btn02 {
  margin-left: 12px;
  position: relative;
}
@media (any-hover: hover) {
  header nav .main > li.btn02:hover .sub {
    opacity: 1;
    pointer-events: all;
  }
  header nav .main > li.btn02:hover .sub * {
    pointer-events: all;
  }
}
@media screen and (max-width: 850px) {
  header nav .main > li.btn02 {
    margin-left: 0;
    position: relative;
    left: calc(-1 * var(--base_container_pad));
    width: calc(100% + var(--base_container_pad) * 2);
  }
}
header nav .main > li.btn02 > a {
  background: #fff;
  color: var(--base_color02);
  border: 1px solid var(--base_color02);
  text-decoration: none;
}
@media screen and (max-width: 850px) {
  header nav .main > li.btn02 > a {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    pointer-events: none !important;
  }
}
header nav .sub {
  padding-top: 18px;
  position: absolute;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 850px) {
  header nav .sub {
    position: static;
    opacity: 1;
    pointer-events: all;
  }
}
header nav .sub * {
  pointer-events: none;
}
@media screen and (max-width: 850px) {
  header nav .sub * {
    pointer-events: all;
  }
}
header nav .sub > ul {
  padding: 24px 40px;
  border-radius: 16px;
  background: #fff;
  width: 330px;
}
@media screen and (max-width: 768px) {
  header nav .sub > ul {
    width: 100%;
    padding: 0 var(--base_container_pad) 40px;
    background: none;
  }
}
header nav .sub > ul > li {
  border-bottom: 1px solid var(--base_color02);
}
header nav .sub > ul > li > a {
  text-decoration: none;
  color: var(--base_color00);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  header nav .sub > ul > li > a {
    padding: 15px 10px;
  }
}
header nav .sub > ul > li > a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icon_instagram.svg) no-repeat center/contain;
}

#to_top {
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 30px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #to_top {
    right: 0;
    bottom: 0;
    width: 80px;
  }
}
#to_top * {
  pointer-events: none;
}
#to_top.show {
  opacity: 1;
  pointer-events: all;
}
#to_top.show * {
  pointer-events: all;
}

body.sub footer {
  margin-top: 40px;
}

footer {
  position: relative;
  z-index: 0;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 90px;
    padding-bottom: 43px;
  }
}
footer:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../images/footer_bg01.webp) repeat-x calc(50% + 134px) top/1120px;
  width: 100%;
  height: 89px;
}
@media screen and (max-width: 850px) {
  footer:before {
    background-size: 100%;
    background-position-y: bottom;
    height: 50px;
  }
}
footer:after {
  content: "";
  width: 100%;
  height: calc(100% - 88px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--base_color0201);
}
@media screen and (max-width: 850px) {
  footer:after {
    height: calc(100% - 50px);
  }
}
footer .info_links {
  display: flex;
  padding-bottom: 80px;
}
@media screen and (max-width: 850px) {
  footer .info_links {
    justify-content: center;
    padding-bottom: 50px;
  }
}
footer .info_links .info {
  display: flex;
  flex-direction: column;
  row-gap: 98px;
}
@media screen and (max-width: 850px) {
  footer .info_links .info {
    row-gap: 40px;
  }
}
footer .info_links .info .logo img {
  width: 241px;
}
footer .info_links .info .address {
  font-size: 0.875rem;
  line-height: 1.79;
  letter-spacing: 0.1em;
  color: #fff;
}
footer .info_links .links {
  margin-left: auto;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 850px) {
  footer .info_links .links {
    display: none;
  }
}
footer .info_links .links .main {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}
footer .info_links .links .main > li > a {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.0625rem;
}
footer .info_links .links .sub {
  margin-top: 12px;
}
footer .info_links .links .sub > ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
footer .info_links .links .sub > ul > li {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
footer .info_links .links .sub > ul > li:before {
  content: "";
  width: 12px;
  height: 1px;
  background: #fff;
  display: block;
}
footer .info_links .links .sub > ul > li > a {
  text-decoration: none;
  color: #fff;
  font-size: 0.9375rem;
  padding: 6px 0;
}
footer .info_links .links .sub > ul > li > a.page {
  border-bottom: 1px solid #85BDA3;
  flex: 1;
}
footer .info_links .links .sub > ul > li > a.instagram {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_instagram02.svg) no-repeat center/contain;
}
footer .info_links .links .base_btn {
  --bg_color: #fff;
  --bg_color_h: var(--base_color02);
  --color: var(--base_color02);
  --color_h: #fff;
  border: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  width: 158px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 90px;
}
@media screen and (max-width: 1040px) {
  footer .info_links .links .base_btn {
    margin-left: 40px;
  }
}
footer .copyright {
  font-size: 0.8125rem;
  color: #fff;
  padding-bottom: 24px;
}
@media screen and (max-width: 850px) {
  footer .copyright {
    text-align: center;
  }
}

section {
  visibility: hidden;
  backface-visibility: hidden;
}

.base_btn {
  --bg_color: var(--base_color02);
  --bg_color_h: #fff;
  --color: #fff;
  --color_h: var(--base_color02);
  border: 1px solid var(--bg_color);
  color: var(--color);
  background: var(--bg_color);
  transition: background 0.3s, color 0.3s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.base_btn.active {
  background: var(--bg_color_h);
  color: var(--color_h);
}
@media (any-hover: hover) {
  .base_btn:hover {
    background: var(--bg_color_h);
    color: var(--color_h);
  }
}

.h_title01 {
  color: var(--base_color02);
  text-align: center;
  width: fit-content;
  margin: 0 auto 40px;
}
.h_title01 span {
  letter-spacing: 0.05em;
  display: block;
}
.h_title01 span.jp {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .h_title01 span.jp {
    font-size: 1.5rem;
  }
}
.h_title01 span.en {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .h_title01 span.en {
    margin-top: 10px;
  }
}

.h_title02 {
  color: var(--base_color02);
  width: fit-content;
  margin: 0 auto 40px;
  position: relative;
  z-index: 0;
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 1040px) {
  .h_title02 {
    font-size: 1.375rem;
  }
}
.h_title02:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translate3d(-50%, -50%, 0);
  width: 140px;
  height: 140px;
  background: url(../images/h_title_bg01.webp) no-repeat center/contain;
}

.h_title03 {
  width: fit-content;
  margin: 0 auto 50px;
  position: relative;
  z-index: 0;
}
.h_title03:before {
  content: "";
  width: 212px;
  height: 106px;
  background: url(../images/h_title03_bg01.webp) no-repeat center/contain;
  position: absolute;
  bottom: -56px;
  left: -65px;
  z-index: -1;
}
.h_title03 span {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.sub_main_visual {
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sub_main_visual {
    height: 160px;
  }
}
.sub_main_visual .page_title {
  font-weight: 500;
  text-align: center;
}
.sub_main_visual .page_title span {
  display: block;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.sub_main_visual .page_title span.jp {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sub_main_visual .page_title span.jp {
    font-size: 1.625rem;
  }
}
.sub_main_visual .page_title span.en {
  font-size: 0.875rem;
  color: var(--base_color02);
  margin-top: 20px;
}

.base_detail_list dl {
  display: flex;
  padding: 12px;
  line-height: 1.5;
  border-bottom: 1px solid #A6A5A0;
}
@media screen and (max-width: 768px) {
  .base_detail_list dl {
    flex-direction: column;
    padding: 15px 0;
  }
}
.base_detail_list dl dt {
  color: var(--base_color02);
  width: 220px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .base_detail_list dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.base_detail_list dl dd {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .base_detail_list dl dd {
    flex: none;
    width: 100%;
  }
}

.base_info_list {
  max-width: 930px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(61, 94, 72, 0.1);
  padding: 50px 80px 80px;
}
@media screen and (max-width: 768px) {
  .base_info_list {
    padding: 0 20px 20px;
  }
}
.base_info_list dl {
  display: flex;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .base_info_list dl {
    flex-direction: column;
  }
}
.base_info_list dl dt {
  width: 200px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--base_color02);
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .base_info_list dl dt {
    width: 100%;
    padding: 25px 0 15px;
  }
}
.base_info_list dl dd {
  flex: 1;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ddd;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .base_info_list dl dd {
    width: 100%;
    flex: none;
    padding: 15px 0;
  }
}

.base_documents_list ul {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  max-width: 500px;
  margin: auto;
}
.base_documents_list ul li a {
  padding: 12px 62px 12px 24px;
  position: relative;
  background: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 8px;
  overflow: hidden;
  color: var(--base_color00);
  line-height: 1.3;
  border: 1px solid #A6A5A0;
  display: block;
}
@media screen and (max-width: 768px) {
  .base_documents_list ul li a {
    padding-left: 12px;
  }
}
.base_documents_list ul li a:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: url(../images/icon_pdf.svg) no-repeat center;
  background-color: #DF5555;
}

.top_main_visual .image {
  max-width: 1397px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top_main_visual .image {
    max-width: 351px;
  }
}

.sec_top {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec_top {
    padding: 40px 0;
  }
}
.sec_top.bg01 {
  position: relative;
}
.sec_top.bg01:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: calc(50% - 333px);
  left: calc(50% - 682px);
  width: 454px;
  height: 422px;
  background: url(../images/top_sec01_bg01.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec_top.bg01:before {
    width: 288px;
    opacity: 0.7;
    top: -198px;
    bottom: auto !important;
    left: calc(50% - 330px);
  }
}
.sec_top.bg01:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(50% - 211px);
  right: calc(50% - 623px);
  width: 454px;
  height: 422px;
  background: url(../images/top_sec01_bg02.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec_top.bg01:after {
    top: auto !important;
    bottom: 29px;
    right: calc(50% - 377px);
    width: 338px;
  }
}
.sec_top.sec01 p {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec01 p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 360px) {
  .sec_top.sec01 p {
    font-size: 1rem;
  }
}
.sec_top.sec01 .base_btn {
  width: 200px;
  height: 60px;
  border-radius: 30px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  margin: auto;
}
.sec_top.sec02 .service_list > ul {
  --col_gap: 78px;
  --base_width: calc((100% - var(--col_gap) * 2) / 3);
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--col_gap);
  row-gap: 40px;
}
@media screen and (max-width: 1040px) {
  .sec_top.sec02 .service_list > ul {
    --col_gap: 40px;
    --base_width: calc((100% - var(--col_gap) * 2) / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .service_list > ul {
    row-gap: 20px;
  }
}
.sec_top.sec02 .service_list > ul > li {
  visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .service_list > ul > li {
    width: 100% !important;
  }
}
.sec_top.sec02 .service_list > ul > li:nth-child(even) .box h3:before {
  background-image: url(../images/h_title_bg02.webp);
}
.sec_top.sec02 .service_list > ul > li.w0 {
  width: 100%;
}
.sec_top.sec02 .service_list > ul > li.w1 {
  width: var(--base_width);
}
.sec_top.sec02 .service_list > ul > li.w2 {
  width: calc(100% - var(--base_width) - var(--col_gap));
}
.sec_top.sec02 .service_list > ul > li .box {
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 0 30px rgba(35, 48, 43, 0.08);
  padding: 64px 24px;
  height: 100%;
}
.sec_top.sec02 .service_list > ul > li .box .detail_list {
  --detail_col_gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: var(--detail_col_gap);
  row-gap: 20px;
}
@media screen and (max-width: 1040px) {
  .sec_top.sec02 .service_list > ul > li .box .detail_list {
    --detail_col_gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .service_list > ul > li .box .detail_list {
    row-gap: 10px;
  }
}
.sec_top.sec02 .service_list > ul > li .box .detail_list.d02 {
  --detail_col_gap: 8px;
}
.sec_top.sec02 .service_list > ul > li .box .detail_list > li .image {
  text-align: center;
}
.sec_top.sec02 .service_list > ul > li .box .detail_list > li .image img {
  zoom: 0.5;
}
.sec_top.sec02 .service_list > ul > li .box .detail_list > li h4 {
  text-align: center;
  color: var(--base_color02);
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 1.5;
}
.sec_top.sec02 .service_list > ul > li .box .detail_list > li p {
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.sec_top.sec03 {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec03 {
    padding-bottom: 60px;
  }
}
.sec_top.sec03:before {
  bottom: calc(50% - 370px);
}
.sec_top.sec03:after {
  top: calc(50% - 334px);
}
.sec_top.sec03 .p01 {
  line-height: 2;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_top.sec03 .p01 {
    margin: 0 auto 10px;
    text-align: left;
  }
}
.sec_top.sec03 .swiper {
  position: relative;
  padding: 30px;
}
.sec_top.sec03 .swiper .swiper-wrapper .swiper-slide {
  width: 300px;
  height: auto;
}
.sec_top.sec03 .navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec03 .navigation {
    justify-content: center;
  }
}
.sec_top.sec03 .navigation a {
  display: block;
}
.sec_top.sec03 .navigation .pages {
  font-size: 1.125rem;
}
.sec_top.sec03 .box {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 30px rgba(37, 43, 40, 0.1);
  padding: 16px 16px 55px;
  overflow: hidden;
  height: 100%;
  position: relative;
  display: block;
  color: var(--base_color00);
}
.sec_top.sec03 .box:before {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -19px;
  width: 75px;
  height: 75px;
  background: #FAF9F7;
  border-radius: 50%;
}
.sec_top.sec03 .box:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 19px;
  width: 15px;
  height: 15px;
  background: url(../images/slider_link_arrow.svg) no-repeat center/contain;
}
.sec_top.sec03 .box .image {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}
.sec_top.sec03 .box .image:before {
  content: "";
  display: block;
  padding-top: 62.7%;
}
.sec_top.sec03 .box h3 {
  color: var(--base_color02);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.sec_top.sec03 .box .services {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
  row-gap: 4px;
}
.sec_top.sec03 .box .services span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  font-size: 0.875rem;
  border-radius: 11px;
  background: #FAF9F7;
  padding: 0 8px;
}

.facility_page_links {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .facility_page_links {
    padding-bottom: 55px;
  }
}
.facility_page_links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 15px;
}
.facility_page_links ul li a {
  --bg_color: #fff;
  --bg_color_h: var(--base_color02);
  --color: var(--base_color02);
  --color_h: #fff;
  border-color: var(--base_color02);
  min-width: 200px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 8px 16px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .facility_page_links ul li a {
    font-size: 0.875rem;
    width: 250px;
    height: 30px;
  }
}

.sec_facility .content_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_facility .content_title {
    margin-bottom: 0;
  }
}
.sec_facility .content_title .h_title02 {
  color: var(--base_color00);
  margin-bottom: 0;
}
.sec_facility .content_title .sub_title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec_facility .content_title .sub_title {
    font-size: 1rem;
  }
}
.sec_facility .content {
  max-width: calc(930px + var(--base_container_pad) * 2);
  margin: auto;
  padding: 40px var(--base_container_pad) 80px;
  visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .sec_facility .content {
    padding: 40px var(--base_container_pad);
  }
}
.sec_facility .content_lead .lead {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.sec_facility .content_lead .lead .text .list {
  margin-top: 10px;
}
.sec_facility .content_lead .lead .image {
  border-radius: 12px;
  overflow: hidden;
}
.sec_facility .content_lead .lead .image:before {
  content: "";
  display: block;
  padding-top: 47.9%;
}
.sec_facility .content_lead .lead .services {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
  row-gap: 4px;
}
.sec_facility .content_lead .lead .services span {
  display: block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #FAF9F7;
  border: 1px solid #C3C6C5;
  font-size: 0.875rem;
}
.sec_facility .content_service .service_list {
  background: #fff;
}
.sec_facility .content_service .service_list dl {
  display: flex;
  padding: 8px 0;
  border-bottom: 1px solid #A6A5A0;
}
.sec_facility .content_service .service_list dl:first-child {
  border-top: 1px solid #A6A5A0;
}
@media screen and (max-width: 768px) {
  .sec_facility .content_service .service_list dl {
    flex-direction: column;
    padding: 16px 0;
    row-gap: 15px;
  }
}
.sec_facility .content_service .service_list dl dt {
  color: var(--base_color02);
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 220px;
  padding: 0 16px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sec_facility .content_service .service_list dl dt {
    width: 100%;
  }
}
.sec_facility .content_service .service_list dl dd {
  flex: 1;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .sec_facility .content_service .service_list dl dd {
    flex: none;
    width: 100%;
    padding: 0 16px;
  }
}
.sec_facility .content_map {
  max-width: 100%;
}
.sec_facility .content_map .frame_wrap {
  padding: 0;
  height: 484px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .sec_facility .content_map .frame_wrap {
    height: 350px;
  }
}
.sec_facility .content_sns p {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .sec_facility .content_sns p {
    margin-bottom: 30px;
  }
}
.sec_facility .content_sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 630px;
  height: 150px;
  column-gap: 22px;
  margin: auto;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  border-radius: 24px;
  overflow: hidden;
  background: url(../images/instagram_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .sec_facility .content_sns a {
    height: auto;
    padding: 20px;
    font-size: 1.25rem;
  }
}
.sec_facility .content_sns a:before {
  content: "";
  width: 59px;
  height: 59px;
  background: url(../images/icon_instagram03.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec_facility .content_sns a:before {
    width: 40px;
    height: 40px;
  }
}
.sec_facility .content_schedule {
  --col_gap: 50px;
  display: flex;
  justify-content: center;
  column-gap: var(--col_gap);
}
@media screen and (max-width: 1040px) {
  .sec_facility .content_schedule {
    --col_gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec_facility .content_schedule {
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
  }
}
.sec_facility .content_schedule .schedule {
  max-width: calc((100% - var(--col_gap)) / 2);
}
@media screen and (max-width: 768px) {
  .sec_facility .content_schedule .schedule {
    max-width: 100%;
  }
}
.sec_facility .content_schedule table.t01 th {
  color: #EC6D45;
  width: 180px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec_facility .content_schedule table.t01 th {
    font-size: 1.25rem;
    width: 130px;
  }
}
.sec_facility .content_schedule table.t02 th {
  color: var(--base_color02);
  font-size: 1.25rem;
  border-right: 1px solid #A6A5A0;
}
@media screen and (max-width: 768px) {
  .sec_facility .content_schedule table.t02 th {
    font-size: 1.125rem;
  }
}
.sec_facility .content_schedule table.t02 th:last-child {
  border-right: 0;
}
.sec_facility .content_schedule table.t02 td {
  text-align: center;
  border-right: 1px solid #A6A5A0;
}
.sec_facility .content_schedule table.t02 td:last-child {
  border-right: 0;
}
.sec_facility .content_schedule table tr th, .sec_facility .content_schedule table tr td {
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #A6A5A0;
}
.sec_facility .content_schedule table tr th {
  background: #F9F6EF;
  align-items: center;
  font-weight: 500;
  line-height: 1.3;
}
.sec_facility .content_schedule table tr td {
  line-height: 1.5;
  background: #fff;
  width: 220px;
}
.sec_facility .content_schedule .note {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sec_facility .content_schedule .note {
    font-size: 0.875rem;
  }
}
.sec_facility .content_images {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.sec_facility .content_images .swiper .swiper-wrapper .swiper-slide {
  width: 336px;
}
.sec_facility .content_images .swiper .swiper-wrapper .swiper-slide .fit_img_wrap {
  border: 1px solid #ccc;
  background: #fff;
}
.sec_facility .content_images .swiper .swiper-wrapper .swiper-slide .fit_img_wrap:before {
  content: "";
  display: block;
  padding-top: 69%;
}
.sec_facility .content_images .swiper .swiper-wrapper .swiper-slide .fit_img_wrap img {
  object-fit: contain;
}
.sec_facility .content_images .hint {
  margin-top: 10px;
  text-align: right;
  font-weight: 500;
  font-size: 0.875rem;
}
.sec_facility .content_recruit p {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec_facility .content_recruit p {
    margin-bottom: 30px;
  }
}
.sec_facility .content_recruit a {
  width: 220px;
  height: 56px;
  border-radius: 28px;
  font-weight: 500;
  margin: auto;
  column-gap: 12px;
}
@media (any-hover: hover) {
  .sec_facility .content_recruit a:hover:after {
    background-image: url(../images/icon_new_win_h.svg);
  }
}
.sec_facility .content_recruit a:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon_new_win.svg) no-repeat center/contain;
  transition: background 0.3s;
}
.sec_about {
  padding: 40px 0 80px;
}
@media screen and (max-width: 768px) {
  .sec_about {
    padding: 40px 0;
  }
}
.sec_about .container {
  max-width: calc(930px + var(--base_container_pad) * 2);
}
.sec_about .link_list {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 0 30px rgba(61, 94, 72, 0.1);
}
@media screen and (max-width: 768px) {
  .sec_about .link_list {
    padding: 20px;
  }
}
.sec_about .link_list ul {
  --cols: 3;
  --col_gap: 75px;
  --row_gap: 20px;
  flex-direction: row;
  max-width: 100%;
}
@media screen and (max-width: 1040px) {
  .sec_about .link_list ul {
    --col_gap: 20px ;
  }
}
@media screen and (max-width: 768px) {
  .sec_about .link_list ul {
    --cols: 2;
    --col_gap: 20px ;
  }
}
@media screen and (max-width: 600px) {
  .sec_about .link_list ul {
    --cols: 1;
  }
}
.sec_about .link_list ul li a {
  width: 100%;
}
.sec_about .history_list dl dt {
  font-size: 1rem;
}
.sec_about .activity_items {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}
.sec_about .activity_item h3 {
  margin: 0 0 24px;
  font-size: 1.25rem;
  color: var(--base_color00);
}
.sec_about .activity_item h3:before {
  width: 88px;
  height: 88px;
  background-image: url(../images/h_title_bg03.webp);
}
.sec_about .activity_item .activity_link_list {
  margin-top: 20px;
}
.sec_about .activity_item .activity_link_list ul {
  --cols: 2;
  --col_gap: 30px;
  --row_gap: 12px;
  flex-direction: row;
  max-width: 100%;
}

.sec_contact {
  padding: 40px 0 80px;
}
@media screen and (max-width: 768px) {
  .sec_contact {
    padding: 40px 0;
  }
}
.sec_contact .p01 {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_contact .p01 {
    text-align: left;
  }
}
.sec_contact .contact_form {
  max-width: 930px;
  margin: auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 0 30px rgba(58, 52, 14, 0.08);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .sec_contact .contact_form {
    padding: 30px 15px;
  }
}
.sec_contact .contact_form form {
  max-width: 760px;
  margin: auto;
}
.sec_contact .contact_form form .req,
.sec_contact .contact_form form .any {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 22px;
  font-size: 0.875rem;
  border: 1px solid transparent;
  border-radius: 11px;
  margin-right: 5px;
}
.sec_contact .contact_form form .req {
  color: var(--base_color03);
  border-color: var(--base_color03);
}
.sec_contact .contact_form form .req:before {
  content: "必須";
}
.sec_contact .contact_form form .any {
  color: #999999;
  border-color: #999999;
}
.sec_contact .contact_form form .any:before {
  content: "任意";
}
.sec_contact .contact_form form .dl_list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.sec_contact .contact_form form dl {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.sec_contact .contact_form form dl dt {
  letter-spacing: 0.05em;
}
.sec_contact .contact_form form .privacy_policy {
  margin-top: 30px;
  border-radius: 8px;
  padding: 24px;
  height: 160px;
  overflow: auto;
  border: 1px solid #5E5B49;
  line-height: var(--base_line_height);
}
@media screen and (max-width: 768px) {
  .sec_contact .contact_form form .privacy_policy {
    padding: 20px 15px;
  }
}
.sec_contact .contact_form form .privacy_policy h3 {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.sec_contact .contact_form form .agree {
  margin-top: 30px;
  text-align: center;
}
.sec_contact .contact_form form .submit_btns {
  margin-top: 50px;
}
.sec_contact .contact_form form .submit_btns button {
  width: 220px;
  height: 54px;
  border-radius: 27px;
  font-size: 1rem;
  font-weight: 700;
}
.sec_contact .contact_form form .submit_btns button.btn_back {
  --bg_color: #888;
  --bg_color_h: #fff;
}
.sec_contact.thanks .p01 {
  margin-bottom: 0;
}