@charset "UTF-8";
/*
Theme Name: NEW SITE
Theme URI:
Author: grafix
Author URI: https://www.gd-system.jp/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* html tag */
html {
  font-size: 10px;
  font-family: YakuHanJP, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #4e3333;
}

body {
  word-wrap: break-word;
  word-break: break-all;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #2e93d4;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  -webkit-text-decoration: auto;
          text-decoration: auto;
}
a:hover img {
  opacity: 0.7;
  zoom: 1;
  text-decoration: none;
}
a[href^=tel] {
  color: #4e3333;
  cursor: text;
  pointer-events: none;
}
a[href^=tel]:hover {
  text-decoration: none;
}

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

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

strong {
  font-weight: bold;
}

.sp {
  display: none;
}

.screen-reader-text {
  display: none;
}

@media screen and (max-width: 768px) {
  a[href^=tel] {
    pointer-events: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #4e3333;
}
body.fixed {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 4.0625vw;
    line-height: 1.75;
  }
}
.page-template-before1 header {
  position: relative;
}
.page-template-before1 header .header_image img {
  display: block;
  margin: 0 auto;
}
.page-template-before1 header .header_wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  font-weight: 600;
  text-align: center;
}
.page-template-before1 header .header_wrap .mark {
  text-align: center;
}
.page-template-before1 header .header_wrap .sub {
  font-size: 4rem;
  line-height: 1.5;
}
.page-template-before1 header .header_wrap .name {
  font-size: 6rem;
  line-height: 1.5;
  font-weight: 600;
}
.page-template-before1 header .header_wrap .open {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-top: 40px;
}
.page-template-before1 header .header_wrap .open strong {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 600;
}
.page-template-before1 header .header_scroll_text {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 50%;
}
.page-template-before1 header .header_scroll_text::after {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background: #4e3333;
  margin: 0 auto;
}
.page-template-before1 main .container .greeting {
  padding: 100px 0 0;
}
.page-template-before1 main .container .greeting__inner {
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 110px;
  position: relative;
}
.page-template-before1 main .container .greeting__inner h2 {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 2em;
  text-align: center;
}
.page-template-before1 main .container .greeting__inner .columns {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
}
.page-template-before1 main .container .greeting__inner .columns .img {
  flex-basis: 27%;
  flex-shrink: 0;
  flex-grow: 0;
}
.page-template-before1 main .container .greeting__inner .columns .img .name {
  text-align: center;
}
.page-template-before1 main .container .greeting__inner .columns .text {
  flex-basis: 67.4%;
  flex-shrink: 0;
  flex-grow: 0;
}
.page-template-before1 main .container .greeting__inner .columns .text h3 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 2em;
}
.page-template-before1 main .container .greeting__inner .mark {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.page-template-before1 main .container .greeting__inner .mark img {
  display: block;
}
.page-template-before1 main .container .feature {
  padding: 60px 0 100px;
  position: relative;
}
.page-template-before1 main .container .feature::before {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  background: #faf6eb;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-template-before1 main .container .feature__inner h2 {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  color: #4e3333;
  margin-bottom: 30px;
}
.page-template-before1 main .container .feature__inner .feature_data {
  max-width: 1266px;
  margin: 4em auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: wrap;
  gap: 3.2%;
}
.page-template-before1 main .container .feature__inner .feature_data .point {
  border: solid 1px #4e3333;
  padding: 1em;
  background: #fff;
  flex-basis: 22.6%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 2.5em;
}
.page-template-before1 main .container .feature__inner .feature_data .point .point_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 1em;
}
.page-template-before1 main .container .feature__inner .feature_data .point .point_head .point_no {
  color: #c2286c;
  font-family: "Allura", cursive;
  flex-basis: 4.5em;
  flex-shrink: 0;
  flex-grow: 0;
}
.page-template-before1 main .container .feature__inner .feature_data .point .point_head .point_no .pnt {
  font-size: 2.6rem;
  line-height: 1;
}
.page-template-before1 main .container .feature__inner .feature_data .point .point_head .point_no .no {
  font-size: 4.6rem;
  line-height: 1;
}
.page-template-before1 main .container .feature__inner .feature_data .point .point_head .point_title {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
}
.page-template-before1 main .container .feature__inner .feature_data .point .point_body {
  text-align: initial;
}
.page-template-before1 main .container .feature__inner .feature_point {
  background: #fff;
  border: solid 1px #4e3333;
  padding: 60px 100px 30px;
  position: relative;
  max-width: 920px;
  margin: 30px auto 0;
}
.page-template-before1 main .container .feature__inner .feature_point::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(img/decoration.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 15px;
}
.page-template-before1 main .container .feature__inner .feature_point::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(img/decoration.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 15px;
  rotate: 90deg;
}
.page-template-before1 main .container .feature__inner .feature_point__inner::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(img/decoration.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 15px;
  bottom: 15px;
  rotate: 180deg;
}
.page-template-before1 main .container .feature__inner .feature_point__inner::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(img/decoration.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: 15px;
  rotate: 270deg;
}
.page-template-before1 main .container .feature__inner .feature_point__inner h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #4e3333;
  margin-bottom: 30px;
}
.page-template-before1 main .container .gallery {
  margin-bottom: 150px;
}
.page-template-before1 main .container .gallery__inner h2 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #4e3333;
  margin-bottom: 60px;
}
.page-template-before1 main .container .gallery__inner .slick-prev,
.page-template-before1 main .container .gallery__inner .slick-next {
  width: 80px;
  height: 80px;
  z-index: 1;
}
.page-template-before1 main .container .gallery__inner .slick-prev:before,
.page-template-before1 main .container .gallery__inner .slick-next:before {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  opacity: 1;
}
.page-template-before1 main .container .gallery__inner .slick-prev {
  left: 160px;
}
.page-template-before1 main .container .gallery__inner .slick-next {
  right: 160px;
}
.page-template-before1 main .container .gallery__inner .slick-prev:before {
  background: url(img/slider_prev.jpg) no-repeat center center;
  background-size: contain;
}
.page-template-before1 main .container .gallery__inner .slick-next:before {
  background: url(img/slider_next.jpg) no-repeat center center;
  background-size: contain;
}
.page-template-before1 main .container .gallery__inner .gallery_slider ul li {
  padding: 0 15px;
}
.page-template-before1 main .container .consultation {
  padding: 120px 0 120px;
  position: relative;
  margin-bottom: 100px;
}
.page-template-before1 main .container .consultation::before {
  content: "";
  display: block;
  width: 76%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #faf6eb;
  z-index: -1;
}
.page-template-before1 main .container .consultation::after {
  content: "";
  display: block;
  width: 86%;
  position: absolute;
  left: 0;
  top: 120px;
  bottom: 0;
  background: #e4d199;
  z-index: -2;
}
.page-template-before1 main .container .consultation__inner h2 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #4e3333;
  margin-bottom: 60px;
}
.page-template-before1 main .container .consultation__inner .menu {
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: nowrap;
  margin-bottom: 80px;
}
.page-template-before1 main .container .consultation__inner .menu .data {
  flex-basis: 51%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 100px 26px 40px 50px;
  position: relative;
  order: 1;
}
.page-template-before1 main .container .consultation__inner .menu .data .num {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #c2286c;
  margin-bottom: 10px;
  font-family: "Allura", cursive;
}
.page-template-before1 main .container .consultation__inner .menu .data h3 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  color: #4e3333;
  margin-bottom: 30px;
}
.page-template-before1 main .container .consultation__inner .menu .data h4 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #4e3333;
  margin-bottom: 20px;
}
.page-template-before1 main .container .consultation__inner .menu .data .text1 {
  font-weight: 600;
  margin-top: 1em;
}
.page-template-before1 main .container .consultation__inner .menu .data .text2 {
  margin-top: 1em;
}
.page-template-before1 main .container .consultation__inner .menu .data::after {
  content: "";
  display: block;
  height: 1px;
  background: #4e3333;
  position: absolute;
  left: 70px;
  right: 0;
  bottom: -40px;
}
.page-template-before1 main .container .consultation__inner .menu .img {
  flex-basis: 49%;
  flex-shrink: 0;
  flex-grow: 0;
  order: 2;
}
.page-template-before1 main .container .consultation__inner .menu .img img {
  display: block;
}
.page-template-before1 main .container .access {
  background: url(img/access_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 50px;
  margin-bottom: 100px;
}
.page-template-before1 main .container .access__inner {
  background: rgba(255, 255, 255, 0.9);
  padding: 110px 150px;
}
.page-template-before1 main .container .access__inner h2 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #4e3333;
  margin-bottom: 60px;
}
.page-template-before1 main .container .access__inner .access_data {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
}
.page-template-before1 main .container .access__inner .access_data .data {
  flex-basis: 40%;
  flex-shrink: 0;
  flex-grow: 0;
}
.page-template-before1 main .container .access__inner .access_data .data p + p {
  margin-top: 1.5em;
}
.page-template-before1 main .container .access__inner .access_data .map {
  flex-basis: 54%;
  flex-shrink: 0;
  flex-grow: 0;
  height: 320px;
  position: relative;
}
.page-template-before1 main .container .access__inner .access_data .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-template-before1 main .container .contact {
  position: relative;
  margin: 0 auto 80px;
  max-width: 920px;
  background: #faf6eb;
  padding: 60px 100px 60px;
  position: relative;
}
.page-template-before1 main .container .contact__inner {
  text-align: center;
}
.page-template-before1 main .container .contact__inner::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(img/decoration2.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 15px;
}
.page-template-before1 main .container .contact__inner::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(img/decoration2.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 15px;
  rotate: 90deg;
}
.page-template-before1 main .container .contact__wrap::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(img/decoration2.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 15px;
  bottom: 15px;
  rotate: 180deg;
}
.page-template-before1 main .container .contact__wrap::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(img/decoration2.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: 15px;
  rotate: 270deg;
}
.page-template-before1 main .container .contact h2 {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #4e3333;
  margin-bottom: 60px;
}
.page-template-before1 main .container .contact .name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.page-template-before1 main .container .contact .tel a {
  color: #c2286c;
  font-size: 5rem;
  line-height: 1.5;
  font-weight: 600;
}
.page-template-before1 main .container .contact .tanto {
  font-size: 2rem;
  line-height: 1.5;
}
.page-template-before1 main .container .contact .remark {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 20px;
}
.page-template-before1 main .container .contact .time {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 20px;
}
.page-template-before1 .footer_wrap {
  text-align: center;
  margin-bottom: 60px;
}
.page-template-before1 .footer_wrap .mark {
  text-align: center;
}
.page-template-before1 .footer_wrap .mark img {
  width: auto;
  height: 60px;
}
.page-template-before1 .footer_wrap .sub {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
}
.page-template-before1 .footer_wrap .name {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
}
.page-template-before1 .copyright {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #4e3333;
  color: #fff;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .page-template-before1 header .header_wrap .mark img {
    width: auto;
    height: 10vw;
  }
  .page-template-before1 header .header_wrap .sub {
    font-size: 4.375vw;
    line-height: 1.5;
  }
  .page-template-before1 header .header_wrap .name {
    font-size: 6.875vw;
    line-height: 1.5;
  }
  .page-template-before1 header .header_wrap .open {
    font-size: 3.4375vw;
    line-height: 1.5;
    margin-top: 2em;
  }
  .page-template-before1 header .header_wrap .open strong {
    font-size: 4.375vw;
    line-height: 1.5;
  }
  .page-template-before1 header .header_scroll_text::after {
    height: 50px;
  }
  .page-template-before1 main .container .greeting {
    padding: 4em 0 0;
  }
  .page-template-before1 main .container .greeting__inner {
    max-width: initial;
    margin: 0 6.25vw;
    padding-bottom: 4em;
  }
  .page-template-before1 main .container .greeting__inner h2 {
    font-size: 6.25vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .page-template-before1 main .container .greeting__inner .columns {
    display: block;
  }
  .page-template-before1 main .container .greeting__inner .columns .img {
    margin-bottom: 2em;
  }
  .page-template-before1 main .container .greeting__inner .columns .img img {
    display: block;
    margin: 0 auto;
  }
  .page-template-before1 main .container .greeting__inner .columns .text h3 {
    font-size: 4.6875vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .page-template-before1 main .container .feature {
    padding: 3em 0 4em;
  }
  .page-template-before1 main .container .feature::before {
    height: 30vw;
  }
  .page-template-before1 main .container .feature__inner {
    margin: 0 6.25vw;
    max-width: initial;
  }
  .page-template-before1 main .container .feature__inner h2 {
    font-size: 6.25vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .page-template-before1 main .container .feature__inner .feature_data {
    max-width: initial;
    display: block;
  }
  .page-template-before1 main .container .feature__inner .feature_data .point {
    margin-bottom: 1.5em;
  }
  .page-template-before1 main .container .feature__inner .feature_data .point .point_head {
    margin-bottom: 1em;
  }
  .page-template-before1 main .container .feature__inner .feature_data .point .point_head .point_no {
    flex-basis: 3em;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .page-template-before1 main .container .feature__inner .feature_data .point .point_head .point_no .pnt {
    font-size: 5.625vw;
    line-height: 1;
  }
  .page-template-before1 main .container .feature__inner .feature_data .point .point_head .point_no .no {
    font-size: 8.125vw;
    line-height: 1;
  }
  .page-template-before1 main .container .feature__inner .feature_data .point .point_head .point_title {
    font-size: 5vw;
    line-height: 1.5;
  }
  .page-template-before1 main .container .feature__inner .feature_point {
    padding: 2em;
    margin-top: 2em;
  }
  .page-template-before1 main .container .feature__inner .feature_point::before {
    width: 10vw;
    height: 10vw;
    left: 0.5em;
    top: 0.5em;
  }
  .page-template-before1 main .container .feature__inner .feature_point::after {
    width: 10vw;
    height: 10vw;
    right: 0.5em;
    top: 0.5em;
  }
  .page-template-before1 main .container .feature__inner .feature_point__inner::before {
    width: 10vw;
    height: 10vw;
    right: 0.5em;
    bottom: 0.5em;
  }
  .page-template-before1 main .container .feature__inner .feature_point__inner::after {
    width: 10vw;
    height: 10vw;
    left: 0.5em;
    bottom: 0.5em;
  }
  .page-template-before1 main .container .feature__inner .feature_point__inner h3 {
    font-size: 4.375vw;
    line-height: 1.5;
    margin-bottom: 2em;
  }
  .page-template-before1 main .container .gallery {
    margin-bottom: 4em;
  }
  .page-template-before1 main .container .gallery__inner h2 {
    font-size: 6.25vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .page-template-before1 main .container .gallery__inner .slick-prev,
  .page-template-before1 main .container .gallery__inner .slick-next {
    width: 2em;
    height: 2em;
  }
  .page-template-before1 main .container .gallery__inner .slick-prev:before,
  .page-template-before1 main .container .gallery__inner .slick-next:before {
    content: "";
    width: 2em;
    height: 2em;
  }
  .page-template-before1 main .container .gallery__inner .slick-prev {
    left: 4em;
  }
  .page-template-before1 main .container .gallery__inner .slick-next {
    right: 4em;
  }
  .page-template-before1 main .container .gallery__inner .gallery_slider ul li {
    padding: 0 0.5em;
  }
  .page-template-before1 main .container .consultation {
    padding: 2em 0 1em;
    margin-bottom: 3em;
  }
  .page-template-before1 main .container .consultation::before {
    width: 92%;
  }
  .page-template-before1 main .container .consultation::after {
    width: 96%;
  }
  .page-template-before1 main .container .consultation__inner {
    margin: 0 6.25vw;
  }
  .page-template-before1 main .container .consultation__inner h2 {
    font-size: 6.25vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .page-template-before1 main .container .consultation__inner .menu {
    display: block;
    margin-bottom: 3em;
  }
  .page-template-before1 main .container .consultation__inner .menu:last-child {
    margin-bottom: 1em;
  }
  .page-template-before1 main .container .consultation__inner .menu .data {
    padding: 1em 0;
  }
  .page-template-before1 main .container .consultation__inner .menu .data .num {
    font-size: 3.75vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .page-template-before1 main .container .consultation__inner .menu .data h3 {
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 2em;
  }
  .page-template-before1 main .container .consultation__inner .menu .data h4 {
    font-size: 4.375vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .page-template-before1 main .container .consultation__inner .menu .data::after {
    display: none;
  }
  .page-template-before1 main .container .access {
    padding: 2em;
    margin-bottom: 3em;
  }
  .page-template-before1 main .container .access__inner {
    padding: 2em;
  }
  .page-template-before1 main .container .access__inner h2 {
    font-size: 6.25vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .page-template-before1 main .container .access__inner .access_data {
    display: block;
  }
  .page-template-before1 main .container .access__inner .access_data .data {
    font-size: 3.75vw;
    line-height: 1.5;
    margin-bottom: 2em;
  }
  .page-template-before1 main .container .access__inner .access_data .data p + p {
    margin-top: 1.5em;
  }
  .page-template-before1 main .container .access__inner .access_data .map {
    height: 60vw;
  }
  .page-template-before1 main .container .contact {
    margin: 0 auto 2em;
    max-width: initial;
    padding: 2em;
  }
  .page-template-before1 main .container .contact__inner {
    margin: 0 6.25vw;
  }
  .page-template-before1 main .container .contact__inner::before {
    width: 10vw;
    height: 10vw;
    left: 0.5em;
    top: 0.5em;
  }
  .page-template-before1 main .container .contact__inner::after {
    width: 10vw;
    height: 10vw;
    right: 0.5em;
    top: 0.5em;
  }
  .page-template-before1 main .container .contact__wrap::before {
    width: 10vw;
    height: 10vw;
    right: 0.5em;
    bottom: 0.5em;
  }
  .page-template-before1 main .container .contact__wrap::after {
    width: 10vw;
    height: 10vw;
    left: 0.5em;
    bottom: 0.5em;
  }
  .page-template-before1 main .container .contact h2 {
    font-size: 6.25vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .page-template-before1 main .container .contact .name {
    font-weight: 700;
    font-size: 5.625vw;
    line-height: 1.5;
  }
  .page-template-before1 main .container .contact .tel a {
    color: #c2286c;
    font-size: 7.5vw;
    line-height: 1.5;
    font-weight: 600;
  }
  .page-template-before1 main .container .contact .tanto {
    font-size: 3.75vw;
    line-height: 1.5;
  }
  .page-template-before1 main .container .contact .remark {
    font-size: 3.4375vw;
    line-height: 1.5;
    margin-top: 20px;
  }
  .page-template-before1 main .container .contact .time {
    font-size: 4.0625vw;
    line-height: 1.5;
    margin-top: 20px;
  }
  .page-template-before1 .footer_wrap {
    margin-bottom: 2em;
  }
  .page-template-before1 .footer_wrap .mark img {
    height: 10vw;
  }
  .page-template-before1 .footer_wrap .sub {
    font-size: 4.0625vw;
    line-height: 1.5;
  }
  .page-template-before1 .footer_wrap .name {
    font-size: 5.625vw;
    line-height: 1.5;
  }
  .page-template-before1 .copyright {
    font-size: 3.125vw;
    line-height: 1.5;
  }
}
html:has(.page-template-top) {
  scroll-padding-top: 80px;
}

body.page-template-top,
body.archive,
body.single,
body.page-template-default,
body.page-template-faq {
  padding-top: 80px;
}
body.page-template-top .header_wrap,
body.archive .header_wrap,
body.single .header_wrap,
body.page-template-default .header_wrap,
body.page-template-faq .header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
}
body.page-template-top .header_wrap__inner,
body.archive .header_wrap__inner,
body.single .header_wrap__inner,
body.page-template-default .header_wrap__inner,
body.page-template-faq .header_wrap__inner {
  background: #fff;
}
body.page-template-top .header_wrap__inner header,
body.archive .header_wrap__inner header,
body.single .header_wrap__inner header,
body.page-template-default .header_wrap__inner header,
body.page-template-faq .header_wrap__inner header {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 50px;
}
body.page-template-top .header_wrap__inner header .header a,
body.archive .header_wrap__inner header .header a,
body.single .header_wrap__inner header .header a,
body.page-template-default .header_wrap__inner header .header a,
body.page-template-faq .header_wrap__inner header .header a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  color: #4e3333;
}
body.page-template-top .header_wrap__inner header .header .logo img,
body.archive .header_wrap__inner header .header .logo img,
body.single .header_wrap__inner header .header .logo img,
body.page-template-default .header_wrap__inner header .header .logo img,
body.page-template-faq .header_wrap__inner header .header .logo img {
  display: block;
  width: auto;
  height: 50px;
}
body.page-template-top .header_wrap__inner header .header .site_name .sub,
body.archive .header_wrap__inner header .header .site_name .sub,
body.single .header_wrap__inner header .header .site_name .sub,
body.page-template-default .header_wrap__inner header .header .site_name .sub,
body.page-template-faq .header_wrap__inner header .header .site_name .sub {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
}
body.page-template-top .header_wrap__inner header .header .site_name .name,
body.archive .header_wrap__inner header .header .site_name .name,
body.single .header_wrap__inner header .header .site_name .name,
body.page-template-default .header_wrap__inner header .header .site_name .name,
body.page-template-faq .header_wrap__inner header .header .site_name .name {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
}
body.page-template-top .header_wrap__inner header .header .site_name .en,
body.archive .header_wrap__inner header .header .site_name .en,
body.single .header_wrap__inner header .header .site_name .en,
body.page-template-default .header_wrap__inner header .header .site_name .en,
body.page-template-faq .header_wrap__inner header .header .site_name .en {
  font-size: 1rem;
  line-height: 1.5;
}
body.page-template-top .header_wrap__inner header .header_sub,
body.archive .header_wrap__inner header .header_sub,
body.single .header_wrap__inner header .header_sub,
body.page-template-default .header_wrap__inner header .header_sub,
body.page-template-faq .header_wrap__inner header .header_sub {
  text-align: right;
}
body.page-template-top .header_wrap__inner header .header_sub .description,
body.archive .header_wrap__inner header .header_sub .description,
body.single .header_wrap__inner header .header_sub .description,
body.page-template-default .header_wrap__inner header .header_sub .description,
body.page-template-faq .header_wrap__inner header .header_sub .description {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #c9a333;
}
body.page-template-top .header_wrap__inner header .header_sub .tel,
body.archive .header_wrap__inner header .header_sub .tel,
body.single .header_wrap__inner header .header_sub .tel,
body.page-template-default .header_wrap__inner header .header_sub .tel,
body.page-template-faq .header_wrap__inner header .header_sub .tel {
  font-size: 2.8rem;
  line-height: 1.5;
}
body.page-template-top .header_wrap__inner header .header_sub .tel a,
body.archive .header_wrap__inner header .header_sub .tel a,
body.single .header_wrap__inner header .header_sub .tel a,
body.page-template-default .header_wrap__inner header .header_sub .tel a,
body.page-template-faq .header_wrap__inner header .header_sub .tel a {
  color: #4e3333;
}
body.page-template-top .header_wrap__inner header .header_sub .tel .pre,
body.archive .header_wrap__inner header .header_sub .tel .pre,
body.single .header_wrap__inner header .header_sub .tel .pre,
body.page-template-default .header_wrap__inner header .header_sub .tel .pre,
body.page-template-faq .header_wrap__inner header .header_sub .tel .pre {
  font-size: 1.6rem;
  line-height: 1.5;
}
body.page-template-top .header_wrap nav .nav,
body.archive .header_wrap nav .nav,
body.single .header_wrap nav .nav,
body.page-template-default .header_wrap nav .nav,
body.page-template-faq .header_wrap nav .nav {
  background: rgba(255, 255, 255, 0.8);
}
body.page-template-top .header_wrap nav .nav .menu ul,
body.archive .header_wrap nav .nav .menu ul,
body.single .header_wrap nav .nav .menu ul,
body.page-template-default .header_wrap nav .nav .menu ul,
body.page-template-faq .header_wrap nav .nav .menu ul {
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-wrap: wrap;
  gap: 1em;
}
body.page-template-top .header_wrap nav .nav .menu ul li,
body.archive .header_wrap nav .nav .menu ul li,
body.single .header_wrap nav .nav .menu ul li,
body.page-template-default .header_wrap nav .nav .menu ul li,
body.page-template-faq .header_wrap nav .nav .menu ul li {
  position: relative;
}
body.page-template-top .header_wrap nav .nav .menu ul li a,
body.archive .header_wrap nav .nav .menu ul li a,
body.single .header_wrap nav .nav .menu ul li a,
body.page-template-default .header_wrap nav .nav .menu ul li a,
body.page-template-faq .header_wrap nav .nav .menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 1em;
  color: #4e3333;
  height: 60px;
  position: relative;
}
body.page-template-top .header_wrap nav .nav .menu ul li a::after,
body.archive .header_wrap nav .nav .menu ul li a::after,
body.single .header_wrap nav .nav .menu ul li a::after,
body.page-template-default .header_wrap nav .nav .menu ul li a::after,
body.page-template-faq .header_wrap nav .nav .menu ul li a::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #c9a333;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  scale: 0 1;
  transition: 0.2s;
}
body.page-template-top .header_wrap nav .nav .menu ul li a:hover,
body.archive .header_wrap nav .nav .menu ul li a:hover,
body.single .header_wrap nav .nav .menu ul li a:hover,
body.page-template-default .header_wrap nav .nav .menu ul li a:hover,
body.page-template-faq .header_wrap nav .nav .menu ul li a:hover {
  background-color: #fff;
}
body.page-template-top .header_wrap nav .nav .menu ul li a:hover::after,
body.archive .header_wrap nav .nav .menu ul li a:hover::after,
body.single .header_wrap nav .nav .menu ul li a:hover::after,
body.page-template-default .header_wrap nav .nav .menu ul li a:hover::after,
body.page-template-faq .header_wrap nav .nav .menu ul li a:hover::after {
  scale: 1 1;
}
body.page-template-top .header_wrap nav .nav .menu ul li.active a::after,
body.archive .header_wrap nav .nav .menu ul li.active a::after,
body.single .header_wrap nav .nav .menu ul li.active a::after,
body.page-template-default .header_wrap nav .nav .menu ul li.active a::after,
body.page-template-faq .header_wrap nav .nav .menu ul li.active a::after {
  scale: 1 1;
}
body.page-template-top .header_wrap nav .nav .menu ul li.active.anchor a::after,
body.archive .header_wrap nav .nav .menu ul li.active.anchor a::after,
body.single .header_wrap nav .nav .menu ul li.active.anchor a::after,
body.page-template-default .header_wrap nav .nav .menu ul li.active.anchor a::after,
body.page-template-faq .header_wrap nav .nav .menu ul li.active.anchor a::after {
  scale: 0 1;
}
body.page-template-top .header_wrap nav .nav .menu ul li.active.anchor a:hover::after,
body.archive .header_wrap nav .nav .menu ul li.active.anchor a:hover::after,
body.single .header_wrap nav .nav .menu ul li.active.anchor a:hover::after,
body.page-template-default .header_wrap nav .nav .menu ul li.active.anchor a:hover::after,
body.page-template-faq .header_wrap nav .nav .menu ul li.active.anchor a:hover::after {
  scale: 1 1;
}
body.page-template-top .header_wrap nav .nav .menu ul li .sub_menu,
body.archive .header_wrap nav .nav .menu ul li .sub_menu,
body.single .header_wrap nav .nav .menu ul li .sub_menu,
body.page-template-default .header_wrap nav .nav .menu ul li .sub_menu,
body.page-template-faq .header_wrap nav .nav .menu ul li .sub_menu {
  position: absolute;
  left: 0;
  top: 100%;
  scale: 1 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  transform-origin: top;
}
body.page-template-top .header_wrap nav .nav .menu ul li .sub_menu ul,
body.archive .header_wrap nav .nav .menu ul li .sub_menu ul,
body.single .header_wrap nav .nav .menu ul li .sub_menu ul,
body.page-template-default .header_wrap nav .nav .menu ul li .sub_menu ul,
body.page-template-faq .header_wrap nav .nav .menu ul li .sub_menu ul {
  display: block;
}
body.page-template-top .header_wrap nav .nav .menu ul li .sub_menu ul li,
body.archive .header_wrap nav .nav .menu ul li .sub_menu ul li,
body.single .header_wrap nav .nav .menu ul li .sub_menu ul li,
body.page-template-default .header_wrap nav .nav .menu ul li .sub_menu ul li,
body.page-template-faq .header_wrap nav .nav .menu ul li .sub_menu ul li {
  white-space: nowrap;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 1px;
}
body.page-template-top .header_wrap nav .nav .menu ul li .sub_menu ul li a,
body.archive .header_wrap nav .nav .menu ul li .sub_menu ul li a,
body.single .header_wrap nav .nav .menu ul li .sub_menu ul li a,
body.page-template-default .header_wrap nav .nav .menu ul li .sub_menu ul li a,
body.page-template-faq .header_wrap nav .nav .menu ul li .sub_menu ul li a {
  padding: 1em 10em 1em 1em;
  display: block;
}
body.page-template-top .header_wrap nav .nav .menu ul li .sub_menu ul li a::after,
body.archive .header_wrap nav .nav .menu ul li .sub_menu ul li a::after,
body.single .header_wrap nav .nav .menu ul li .sub_menu ul li a::after,
body.page-template-default .header_wrap nav .nav .menu ul li .sub_menu ul li a::after,
body.page-template-faq .header_wrap nav .nav .menu ul li .sub_menu ul li a::after {
  height: 6px;
  background: transparent;
  border-bottom: solid 1px #4e3333;
  border-right: solid 1px #4e3333;
  transform: skew(45deg);
  margin: 0;
  left: initial;
  right: 1em;
  top: 50%;
  bottom: initial;
  translate: 0 -50%;
  scale: 1 1;
}
body.page-template-top .header_wrap nav .nav .menu ul li .sub_menu ul li a:hover::after,
body.archive .header_wrap nav .nav .menu ul li .sub_menu ul li a:hover::after,
body.single .header_wrap nav .nav .menu ul li .sub_menu ul li a:hover::after,
body.page-template-default .header_wrap nav .nav .menu ul li .sub_menu ul li a:hover::after,
body.page-template-faq .header_wrap nav .nav .menu ul li .sub_menu ul li a:hover::after {
  right: 0.4em;
}
body.page-template-top .header_wrap nav .nav .menu ul li .sub_menu ul li.active a,
body.archive .header_wrap nav .nav .menu ul li .sub_menu ul li.active a,
body.single .header_wrap nav .nav .menu ul li .sub_menu ul li.active a,
body.page-template-default .header_wrap nav .nav .menu ul li .sub_menu ul li.active a,
body.page-template-faq .header_wrap nav .nav .menu ul li .sub_menu ul li.active a {
  color: #c2286c;
}
body.page-template-top .header_wrap nav .nav .menu ul li .sub_menu ul li.active a::after,
body.archive .header_wrap nav .nav .menu ul li .sub_menu ul li.active a::after,
body.single .header_wrap nav .nav .menu ul li .sub_menu ul li.active a::after,
body.page-template-default .header_wrap nav .nav .menu ul li .sub_menu ul li.active a::after,
body.page-template-faq .header_wrap nav .nav .menu ul li .sub_menu ul li.active a::after {
  border-bottom-color: #c2286c;
  border-right-color: #c2286c;
  right: 0.4em;
}
body.page-template-top .header_wrap nav .nav .menu ul li:hover .sub_menu,
body.archive .header_wrap nav .nav .menu ul li:hover .sub_menu,
body.single .header_wrap nav .nav .menu ul li:hover .sub_menu,
body.page-template-default .header_wrap nav .nav .menu ul li:hover .sub_menu,
body.page-template-faq .header_wrap nav .nav .menu ul li:hover .sub_menu {
  scale: 1 1;
  opacity: 1;
  visibility: visible;
}

.footer {
  background: #faf6eb;
  padding: 100px 0 70px;
}
.footer__inner {
  max-width: 1266px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
}
.footer__inner .schedule_of_part {
  flex-basis: 47.4%;
  flex-shrink: 0;
  flex-grow: 0;
  order: 2;
}
.footer__inner .schedule_of_part .schedule + .schedule {
  margin-top: 2em;
}
.footer__inner .schedule_of_part .schedule h2 {
  background: #4e3333;
  color: #fff;
  padding: 0.5em 1em;
}
.footer__inner .schedule_of_part .schedule table {
  width: 100%;
}
.footer__inner .schedule_of_part .schedule table tr {
  border-bottom: solid 1px #4e3333;
}
.footer__inner .schedule_of_part .schedule table tr th {
  padding: 1em;
}
.footer__inner .schedule_of_part .schedule table tr td {
  padding: 1em;
}
.footer__inner .footer_data {
  flex-basis: 47.4%;
  flex-shrink: 0;
  flex-grow: 0;
  order: 1;
}
.footer__inner .footer_data .site_name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 2em;
}
.footer__inner .footer_data .site_name .logo {
  flex-basis: 45px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 0.5em;
}
.footer__inner .footer_data .site_name .data .sub {
  line-height: 1.2;
  font-weight: 600;
}
.footer__inner .footer_data .site_name .data .name {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 600;
}
.footer__inner .footer_data .site_name .data .en {
  font-size: 1rem;
  line-height: 1.5;
}
.footer__inner .footer_data .tel {
  margin-bottom: 2em;
  font-weight: 700;
}
.footer__inner .footer_data .tel .num {
  font-size: 2.8rem;
  line-height: 1.5;
}
.footer__inner .footer_data .time {
  margin-bottom: 2em;
}
.footer__inner .footer_data .holiday {
  margin-bottom: 2em;
}
.footer__inner .footer_data .addr {
  margin-bottom: 2em;
}
.footer__inner .footer_data .banner_wrap {
  margin-top: 1em;
}
.footer__inner .footer_data .banner_wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: wrap;
}
.footer__inner .footer_data .banner_wrap ul li {
  flex-basis: 46.666%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 2em;
}
.footer__inner .footer_data .banner_wrap ul li a {
  display: block;
}
.footer__inner .footer_data .banner_wrap ul li img {
  display: block;
}

.copyright {
  background: #4e3333;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 1em;
}

.fixed_menu {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 50;
  translate: 0 -50%;
}
.fixed_menu .btn {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.8rem;
  line-height: 1.5;
}
.fixed_menu .btn a {
  background: #ccc;
  color: #fff;
  padding: 1em 0.5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.fixed_menu .btn .img {
  margin-bottom: 0.5em;
}
.fixed_menu .btn.c1 a {
  background: #4e3333;
}
.fixed_menu .btn.c2 a {
  background: #862040;
}

@media screen and (max-width: 768px) {
  html:has(.page-template-top) {
    scroll-padding-top: 18.75vw;
  }
  body.fixed {
    overflow: hidden;
  }
  body.page-template-top,
  body.archive,
  body.single,
  body.page-template-default,
  body.page-template-faq {
    padding-top: 18.75vw;
  }
  body.page-template-top .header_wrap__inner header,
  body.archive .header_wrap__inner header,
  body.single .header_wrap__inner header,
  body.page-template-default .header_wrap__inner header,
  body.page-template-faq .header_wrap__inner header {
    height: 18.75vw;
    margin: 0;
  }
  body.page-template-top .header_wrap__inner header .header,
  body.archive .header_wrap__inner header .header,
  body.single .header_wrap__inner header .header,
  body.page-template-default .header_wrap__inner header .header,
  body.page-template-faq .header_wrap__inner header .header {
    padding-left: 3.125vw;
  }
  body.page-template-top .header_wrap__inner header .header a,
  body.archive .header_wrap__inner header .header a,
  body.single .header_wrap__inner header .header a,
  body.page-template-default .header_wrap__inner header .header a,
  body.page-template-faq .header_wrap__inner header .header a {
    align-items: center;
  }
  body.page-template-top .header_wrap__inner header .header .logo img,
  body.archive .header_wrap__inner header .header .logo img,
  body.single .header_wrap__inner header .header .logo img,
  body.page-template-default .header_wrap__inner header .header .logo img,
  body.page-template-faq .header_wrap__inner header .header .logo img {
    width: auto;
    height: 9.375vw;
  }
  body.page-template-top .header_wrap__inner header .header .site_name .sub,
  body.archive .header_wrap__inner header .header .site_name .sub,
  body.single .header_wrap__inner header .header .site_name .sub,
  body.page-template-default .header_wrap__inner header .header .site_name .sub,
  body.page-template-faq .header_wrap__inner header .header .site_name .sub {
    font-size: 2.8125vw;
    line-height: 1.5;
  }
  body.page-template-top .header_wrap__inner header .header .site_name .name,
  body.archive .header_wrap__inner header .header .site_name .name,
  body.single .header_wrap__inner header .header .site_name .name,
  body.page-template-default .header_wrap__inner header .header .site_name .name,
  body.page-template-faq .header_wrap__inner header .header .site_name .name {
    font-size: 3.4375vw;
    line-height: 1.2;
  }
  body.page-template-top .header_wrap__inner header .header .site_name .en,
  body.archive .header_wrap__inner header .header .site_name .en,
  body.single .header_wrap__inner header .header .site_name .en,
  body.page-template-default .header_wrap__inner header .header .site_name .en,
  body.page-template-faq .header_wrap__inner header .header .site_name .en {
    display: none;
  }
  body.page-template-top .header_wrap__inner header .header_sub,
  body.archive .header_wrap__inner header .header_sub,
  body.single .header_wrap__inner header .header_sub,
  body.page-template-default .header_wrap__inner header .header_sub,
  body.page-template-faq .header_wrap__inner header .header_sub {
    width: 18.75vw;
    height: 18.75vw;
    margin-right: 18.75vw;
  }
  body.page-template-top .header_wrap__inner header .header_sub .description,
  body.archive .header_wrap__inner header .header_sub .description,
  body.single .header_wrap__inner header .header_sub .description,
  body.page-template-default .header_wrap__inner header .header_sub .description,
  body.page-template-faq .header_wrap__inner header .header_sub .description {
    display: none;
  }
  body.page-template-top .header_wrap__inner header .header_sub .tel a,
  body.archive .header_wrap__inner header .header_sub .tel a,
  body.single .header_wrap__inner header .header_sub .tel a,
  body.page-template-default .header_wrap__inner header .header_sub .tel a,
  body.page-template-faq .header_wrap__inner header .header_sub .tel a {
    display: block;
  }
  body.page-template-top .header_wrap__inner header .header_sub .tel a::before,
  body.archive .header_wrap__inner header .header_sub .tel a::before,
  body.single .header_wrap__inner header .header_sub .tel a::before,
  body.page-template-default .header_wrap__inner header .header_sub .tel a::before,
  body.page-template-faq .header_wrap__inner header .header_sub .tel a::before {
    content: "";
    display: block;
    width: 9.375vw;
    height: 9.375vw;
    margin: 4.6875vw;
    background: url(img/icon_tel_default.png) no-repeat center center;
    background-size: contain;
  }
  body.page-template-top .header_wrap__inner header .header_sub .tel .pre,
  body.archive .header_wrap__inner header .header_sub .tel .pre,
  body.single .header_wrap__inner header .header_sub .tel .pre,
  body.page-template-default .header_wrap__inner header .header_sub .tel .pre,
  body.page-template-faq .header_wrap__inner header .header_sub .tel .pre {
    display: none;
  }
  body.page-template-top .header_wrap__inner header .header_sub .tel .num,
  body.archive .header_wrap__inner header .header_sub .tel .num,
  body.single .header_wrap__inner header .header_sub .tel .num,
  body.page-template-default .header_wrap__inner header .header_sub .tel .num,
  body.page-template-faq .header_wrap__inner header .header_sub .tel .num {
    display: none;
  }
  body.page-template-top .header_wrap nav .nav,
  body.archive .header_wrap nav .nav,
  body.single .header_wrap nav .nav,
  body.page-template-default .header_wrap nav .nav,
  body.page-template-faq .header_wrap nav .nav {
    background: rgba(255, 255, 255, 0.8);
  }
  body.page-template-top .header_wrap nav .nav .sp-menu,
  body.archive .header_wrap nav .nav .sp-menu,
  body.single .header_wrap nav .nav .sp-menu,
  body.page-template-default .header_wrap nav .nav .sp-menu,
  body.page-template-faq .header_wrap nav .nav .sp-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 18.75vw;
    height: 18.75vw;
    background: #4e3333;
  }
  body.page-template-top .header_wrap nav .nav .sp-menu .bars,
  body.archive .header_wrap nav .nav .sp-menu .bars,
  body.single .header_wrap nav .nav .sp-menu .bars,
  body.page-template-default .header_wrap nav .nav .sp-menu .bars,
  body.page-template-faq .header_wrap nav .nav .sp-menu .bars {
    width: 100%;
    height: 100%;
  }
  body.page-template-top .header_wrap nav .nav .sp-menu .bars .bar,
  body.archive .header_wrap nav .nav .sp-menu .bars .bar,
  body.single .header_wrap nav .nav .sp-menu .bars .bar,
  body.page-template-default .header_wrap nav .nav .sp-menu .bars .bar,
  body.page-template-faq .header_wrap nav .nav .sp-menu .bars .bar {
    position: absolute;
    left: 4.6875vw;
    right: 4.6875vw;
    height: 2px;
    background: #fff;
    transition: 0.2s;
  }
  body.page-template-top .header_wrap nav .nav .sp-menu .bars .bar:nth-of-type(1),
  body.archive .header_wrap nav .nav .sp-menu .bars .bar:nth-of-type(1),
  body.single .header_wrap nav .nav .sp-menu .bars .bar:nth-of-type(1),
  body.page-template-default .header_wrap nav .nav .sp-menu .bars .bar:nth-of-type(1),
  body.page-template-faq .header_wrap nav .nav .sp-menu .bars .bar:nth-of-type(1) {
    top: 5.3125vw;
  }
  body.page-template-top .header_wrap nav .nav .sp-menu .bars .bar:nth-of-type(2),
  body.archive .header_wrap nav .nav .sp-menu .bars .bar:nth-of-type(2),
  body.single .header_wrap nav .nav .sp-menu .bars .bar:nth-of-type(2),
  body.page-template-default .header_wrap nav .nav .sp-menu .bars .bar:nth-of-type(2),
  body.page-template-faq .header_wrap nav .nav .sp-menu .bars .bar:nth-of-type(2) {
    top: 9.0625vw;
  }
  body.page-template-top .header_wrap nav .nav .sp-menu .bars .bar:nth-of-type(3),
  body.archive .header_wrap nav .nav .sp-menu .bars .bar:nth-of-type(3),
  body.single .header_wrap nav .nav .sp-menu .bars .bar:nth-of-type(3),
  body.page-template-default .header_wrap nav .nav .sp-menu .bars .bar:nth-of-type(3),
  body.page-template-faq .header_wrap nav .nav .sp-menu .bars .bar:nth-of-type(3) {
    top: 12.8125vw;
  }
  body.page-template-top .header_wrap nav .nav .sp-menu.active .bars .bar:nth-of-type(1),
  body.archive .header_wrap nav .nav .sp-menu.active .bars .bar:nth-of-type(1),
  body.single .header_wrap nav .nav .sp-menu.active .bars .bar:nth-of-type(1),
  body.page-template-default .header_wrap nav .nav .sp-menu.active .bars .bar:nth-of-type(1),
  body.page-template-faq .header_wrap nav .nav .sp-menu.active .bars .bar:nth-of-type(1) {
    top: 9.0625vw;
    rotate: 45deg;
  }
  body.page-template-top .header_wrap nav .nav .sp-menu.active .bars .bar:nth-of-type(2),
  body.archive .header_wrap nav .nav .sp-menu.active .bars .bar:nth-of-type(2),
  body.single .header_wrap nav .nav .sp-menu.active .bars .bar:nth-of-type(2),
  body.page-template-default .header_wrap nav .nav .sp-menu.active .bars .bar:nth-of-type(2),
  body.page-template-faq .header_wrap nav .nav .sp-menu.active .bars .bar:nth-of-type(2) {
    scale: 0 1;
  }
  body.page-template-top .header_wrap nav .nav .sp-menu.active .bars .bar:nth-of-type(3),
  body.archive .header_wrap nav .nav .sp-menu.active .bars .bar:nth-of-type(3),
  body.single .header_wrap nav .nav .sp-menu.active .bars .bar:nth-of-type(3),
  body.page-template-default .header_wrap nav .nav .sp-menu.active .bars .bar:nth-of-type(3),
  body.page-template-faq .header_wrap nav .nav .sp-menu.active .bars .bar:nth-of-type(3) {
    top: 9.0625vw;
    rotate: -45deg;
  }
  body.page-template-top .header_wrap nav .nav .sp-menu.active + .menu,
  body.archive .header_wrap nav .nav .sp-menu.active + .menu,
  body.single .header_wrap nav .nav .sp-menu.active + .menu,
  body.page-template-default .header_wrap nav .nav .sp-menu.active + .menu,
  body.page-template-faq .header_wrap nav .nav .sp-menu.active + .menu {
    translate: 0 0;
  }
  body.page-template-top .header_wrap nav .nav .menu,
  body.archive .header_wrap nav .nav .menu,
  body.single .header_wrap nav .nav .menu,
  body.page-template-default .header_wrap nav .nav .menu,
  body.page-template-faq .header_wrap nav .nav .menu {
    position: fixed;
    top: 18.75vw;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    translate: 100% 0;
    transition: 0.2s;
    z-index: 80;
    overflow-y: auto;
  }
  body.page-template-top .header_wrap nav .nav .menu ul,
  body.archive .header_wrap nav .nav .menu ul,
  body.single .header_wrap nav .nav .menu ul,
  body.page-template-default .header_wrap nav .nav .menu ul,
  body.page-template-faq .header_wrap nav .nav .menu ul {
    display: block;
  }
  body.page-template-top .header_wrap nav .nav .menu ul li,
  body.archive .header_wrap nav .nav .menu ul li,
  body.single .header_wrap nav .nav .menu ul li,
  body.page-template-default .header_wrap nav .nav .menu ul li,
  body.page-template-faq .header_wrap nav .nav .menu ul li {
    border-bottom: solid 1px #ccc;
  }
  body.page-template-top .header_wrap nav .nav .menu ul li a,
  body.archive .header_wrap nav .nav .menu ul li a,
  body.single .header_wrap nav .nav .menu ul li a,
  body.page-template-default .header_wrap nav .nav .menu ul li a,
  body.page-template-faq .header_wrap nav .nav .menu ul li a {
    display: block;
    padding: 1em;
    height: auto;
  }
  body.page-template-top .header_wrap nav .nav .menu ul li a::after,
  body.archive .header_wrap nav .nav .menu ul li a::after,
  body.single .header_wrap nav .nav .menu ul li a::after,
  body.page-template-default .header_wrap nav .nav .menu ul li a::after,
  body.page-template-faq .header_wrap nav .nav .menu ul li a::after {
    display: none;
  }
  body.page-template-top .header_wrap nav .nav .menu ul li .sub_menu,
  body.archive .header_wrap nav .nav .menu ul li .sub_menu,
  body.single .header_wrap nav .nav .menu ul li .sub_menu,
  body.page-template-default .header_wrap nav .nav .menu ul li .sub_menu,
  body.page-template-faq .header_wrap nav .nav .menu ul li .sub_menu {
    position: static;
    background: #ccc;
    padding: 0 0 0 1em;
    opacity: 1;
    visibility: visible;
    scale: 1 1;
  }
  body.page-template-top .header_wrap nav .nav .menu ul li .sub_menu ul li,
  body.archive .header_wrap nav .nav .menu ul li .sub_menu ul li,
  body.single .header_wrap nav .nav .menu ul li .sub_menu ul li,
  body.page-template-default .header_wrap nav .nav .menu ul li .sub_menu ul li,
  body.page-template-faq .header_wrap nav .nav .menu ul li .sub_menu ul li {
    white-space: wrap;
  }
  body.page-template-top .header_wrap nav .nav .menu ul li .sub_menu ul li a,
  body.archive .header_wrap nav .nav .menu ul li .sub_menu ul li a,
  body.single .header_wrap nav .nav .menu ul li .sub_menu ul li a,
  body.page-template-default .header_wrap nav .nav .menu ul li .sub_menu ul li a,
  body.page-template-faq .header_wrap nav .nav .menu ul li .sub_menu ul li a {
    padding: 1em;
  }
  body.page-template-top .header_wrap nav .nav .menu ul li .sub_menu ul li a::after,
  body.archive .header_wrap nav .nav .menu ul li .sub_menu ul li a::after,
  body.single .header_wrap nav .nav .menu ul li .sub_menu ul li a::after,
  body.page-template-default .header_wrap nav .nav .menu ul li .sub_menu ul li a::after,
  body.page-template-faq .header_wrap nav .nav .menu ul li .sub_menu ul li a::after {
    display: none;
  }
  .footer {
    padding: 2em 0 2em;
  }
  .footer__inner {
    max-width: initial;
    margin: 0 6.25vw;
    display: block;
  }
  .footer__inner .schedule_of_part {
    margin-bottom: 2em;
  }
  .footer__inner .schedule_of_part .schedule h2 {
    padding: 0.5em;
  }
  .footer__inner .schedule_of_part .schedule table tr th {
    padding: 0.5em 0;
  }
  .footer__inner .schedule_of_part .schedule table tr td {
    padding: 0.5em 0;
  }
  .footer__inner .footer_data .site_name {
    margin-bottom: 1em;
  }
  .footer__inner .footer_data .site_name .logo {
    flex-basis: 10vw;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .footer__inner .footer_data .site_name .data .name {
    font-size: 5vw;
    line-height: 1.2;
  }
  .footer__inner .footer_data .site_name .data .en {
    font-size: 3.125vw;
    line-height: 1.5;
  }
  .footer__inner .footer_data .tel {
    margin-bottom: 1em;
  }
  .footer__inner .footer_data .tel .num {
    font-size: 5vw;
    line-height: 1.5;
  }
  .footer__inner .footer_data .time {
    margin-bottom: 1em;
  }
  .footer__inner .footer_data .holiday {
    margin-bottom: 1em;
  }
  .footer__inner .footer_data .addr {
    margin-bottom: 1em;
  }
  .footer__inner .footer_data .banner_wrap {
    margin-top: 2em;
  }
  .footer__inner .footer_data .banner_wrap ul {
    display: block;
  }
  .footer__inner .footer_data .banner_wrap ul li {
    margin-top: 1em;
  }
  .copyright {
    font-size: 3.125vw;
    line-height: 1.5;
  }
}
.has-xs-font-size {
  font-size: 1.2rem;
  line-height: 1.75;
}

.has-s-font-size {
  font-size: 1.4rem;
  line-height: 1.75;
}

.has-m-font-size {
  font-size: 1.6rem;
  line-height: 1.75;
}

.has-l-font-size {
  font-size: 1.8rem;
  line-height: 1.75;
}

.has-xl-font-size {
  font-size: 2.2rem;
  line-height: 1.75;
}

.has-xxl-font-size {
  font-size: 2.8rem;
  line-height: 1.75;
}

.has-black-color-color {
  color: #000000;
}

.has-cyan-bluish-gray-color-color {
  color: #abb8c3;
}

.has-white-color-color {
  color: #ffffff;
}

.has-pale-pink-color-color {
  color: #ede5e8;
}

.has-vivid-red-color-color {
  color: #c2286c;
}

.has-luminous-vivid-orange-color-color {
  color: #ff6900;
}

.has-luminous-vivid-amber-color-color {
  color: #c9a333;
}

.has-light-green-cyan-color-color {
  color: #7bdcd5;
}

.has-vivid-green-cyan-color-color {
  color: #00d084;
}

.has-pale-cyan-blue-color-color {
  color: #8ed1fc;
}

.has-vivid-cyan-blue-color-color {
  color: #0693e3;
}

.has-vivid-purple-color-color {
  color: #9b51e0;
}

.has-black-color-background-color {
  background-color: #000000;
}

.has-cyan-bluish-gray-color-background-color {
  background-color: #abb8c3;
}

.has-white-color-background-color {
  background-color: #ffffff;
}

.has-pale-pink-color-background-color {
  background-color: #ede5e8;
}

.has-vivid-red-color-background-color {
  background-color: #c2286c;
}

.has-luminous-vivid-orange-color-background-color {
  background-color: #ff6900;
}

.has-luminous-vivid-amber-color-background-color {
  background-color: #c9a333;
}

.has-light-green-cyan-color-background-color {
  background-color: #7bdcd5;
}

.has-vivid-green-cyan-color-background-color {
  background-color: #00d084;
}

.has-pale-cyan-blue-color-background-color {
  background-color: #8ed1fc;
}

.has-vivid-cyan-blue-color-background-color {
  background-color: #0693e3;
}

.has-vivid-purple-color-background-color {
  background-color: #9b51e0;
}

:root :where(.wp-block-list.is-style-sme-list-arrow) :where(li):before {
  top: calc(var(--_half-leading) * 1rem + 12px);
}
:root :where(.wp-block-list.is-style-sme-list-arrow) :where(li):after {
  top: calc(var(--_half-leading) * 1rem + 14px);
}
:root :where(.wp-block-list.is-style-sme-list-check) :where(li):before {
  top: calc(var(--_half-leading) * 1rem + 11px);
}
:root :where(.wp-block-list.is-style-sme-list-times) :where(li):after, :root :where(.wp-block-list.is-style-sme-list-times) :where(li):before {
  top: calc(var(--_half-leading) * 1rem + 14px);
}
:root :where(.wp-block-list.is-style-sme-ordered-list-circle) {
  padding-left: 1.5em;
}
:root :where(.wp-block-list.is-style-sme-ordered-list-circle) :where(li):before {
  top: calc(var(--_half-leading) * 1rem / 2 + 6px);
  left: calc(-1.8em - 2px);
}
:root :where(.wp-block-list.is-style-sme-ordered-list-square) {
  padding-left: 1.5em;
}
:root :where(.wp-block-list.is-style-sme-ordered-list-square) :where(li):before {
  top: calc(var(--_half-leading) * 1rem / 2 + 6px);
  left: calc(-1.8em - 2px);
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2.875em;
}

@media screen and (max-width: 768px) {
  .has-xs-font-size {
    font-size: 1rem;
    line-height: 1.75;
  }
  .has-s-font-size {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .has-m-font-size {
    font-size: 1.3rem;
    line-height: 1.75;
  }
  .has-l-font-size {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .has-xl-font-size {
    font-size: 1.8rem;
    line-height: 1.75;
  }
  .has-xxl-font-size {
    font-size: 2rem;
    line-height: 1.75;
  }
  :root :where(.wp-block-list.is-style-sme-list-arrow) :where(li):before {
    top: calc(var(--_half-leading) * 1rem + 6px);
  }
  :root :where(.wp-block-list.is-style-sme-list-arrow) :where(li):after {
    top: calc(var(--_half-leading) * 1rem + 8px);
  }
  :root :where(.wp-block-list.is-style-sme-list-check) :where(li):before {
    top: calc(var(--_half-leading) * 1rem + 4px);
  }
  :root :where(.wp-block-list.is-style-sme-list-times) :where(li):after, :root :where(.wp-block-list.is-style-sme-list-times) :where(li):before {
    top: calc(var(--_half-leading) * 1rem + 8px);
  }
  :root :where(.wp-block-list.is-style-sme-ordered-list-circle) {
    padding-left: 1.5em;
  }
  :root :where(.wp-block-list.is-style-sme-ordered-list-circle) :where(li):before {
    top: calc(var(--_half-leading) * 1rem / 2);
    left: -1.8em;
  }
  :root :where(.wp-block-list.is-style-sme-ordered-list-square) {
    padding-left: 1.5em;
  }
  :root :where(.wp-block-list.is-style-sme-ordered-list-square) :where(li):before {
    top: calc(var(--_half-leading) * 1rem / 2);
    left: -1.8em;
  }
  :where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
  }
  .is-scroll-on-mobile {
    overflow-y: hidden !important;
  }
  .is-scroll-on-mobile table tr th {
    white-space: nowrap;
  }
  .is-scroll-on-mobile table tr td {
    white-space: nowrap;
  }
}
body.post-type-archive .container .page_header {
  position: relative;
}
body.post-type-archive .container .page_header .head_img img {
  display: block;
}
body.post-type-archive .container .page_header .page_title_wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
body.post-type-archive .container .page_header .page_title_wrap .page_title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  max-width: 1266px;
  margin: 2em auto 0;
}
body.post-type-archive .container .page_header .page_title_wrap .page_title span {
  display: inline-block;
  padding: 0.5em 1.5em 0.5em 0.5em;
  background: #fff;
}
body.post-type-archive .container .page_body {
  max-width: 1266px;
  margin: 0 auto;
}
body.post-type-archive .container .page_body .archive_posts {
  margin-bottom: 80px;
}
body.post-type-archive .container .page_body .archive_posts .single_post {
  border-bottom: solid 1px #4e3333;
}
body.post-type-archive .container .page_body .archive_posts .single_post a {
  display: block;
  color: #4e3333;
  padding: 2em 0;
}
body.post-type-archive .container .page_body .archive_posts .single_post .meta {
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 0.5em;
}
body.post-type-archive .container .page_body .archive_posts .single_post .meta .terms {
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: wrap;
}
body.post-type-archive .container .page_body .archive_posts .single_post .meta .terms .term {
  display: inline-block;
  background: #e4d199;
  padding: 0.2em 0.5em;
}

.term-recruit {
  background: #f3e9ec !important;
}

.term-other {
  background: #f0f0f0 !important;
}

.terms_list {
  margin: 30px 0 50px;
}
.terms_list .inner {
  max-width: 1266px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: wrap;
}
.terms_list .inner .term + .term::before {
  content: "/";
  margin: 0 1em;
}
.terms_list .inner .term a {
  color: #4e3333;
}
.terms_list .inner .term.active a {
  color: #c2286c;
}

.pagination {
  padding: 0 0 80px;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1266px;
  margin: 0 auto;
}
.pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 42px;
  height: 42px;
  background: #fff;
  border: solid 1px #ccc;
  color: #4e3333;
  margin: 0 5px 10px;
  border-radius: 9999px;
}
.pagination .nav-links .page-numbers:hover {
  border-color: #4e3333;
}
.pagination .nav-links .page-numbers.current {
  background: linear-gradient(to bottom, #c9a333 0%, #e4d199 100%);
  border-color: #4e3333;
}
.pagination .nav-links .page-numbers.dots { /*background:transparent;border:none;*/ }
.pagination .nav-links .page-numbers.dots:hover {
  border-color: #ccc;
}

@media screen and (max-width: 768px) {
  body.post-type-archive .container .page_header .head_img {
    height: 30vw;
  }
  body.post-type-archive .container .page_header .head_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  body.post-type-archive .container .page_header .page_title_wrap .page_title {
    font-size: 5vw;
    line-height: 1.5;
    max-width: initial;
    margin: 0 6.25vw;
  }
  body.post-type-archive .container .page_header .page_title_wrap .page_title span {
    padding: 0.5em 1em 0.5em 0.5em;
  }
  body.post-type-archive .container .page_body {
    max-width: initial;
    margin: 0 6.25vw;
  }
  body.post-type-archive .container .page_body .archive_posts {
    margin-bottom: 4em;
  }
  body.post-type-archive .container .page_body .archive_posts .single_post a {
    padding: 1em 0;
  }
  body.post-type-archive .container .page_body .archive_posts .single_post .meta {
    gap: 0.5em;
    margin-bottom: 0.3em;
  }
  body.post-type-archive .container .page_body .archive_posts .single_post .meta .terms {
    font-size: 3.75vw;
    line-height: 1.5;
  }
  body.post-type-archive .container .page_body .archive_posts .single_post .meta .terms .term {
    padding: 0.2em 0.5em;
  }
  .terms_list {
    margin: 2em 0 2em;
  }
  .terms_list .inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .terms_list .inner .term + .term::before {
    margin: 0 0.5em;
  }
  .pagination {
    padding: 0 0 4em;
  }
  .pagination .nav-links {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .pagination .nav-links .page-numbers {
    width: 2em;
    height: 2em;
    margin: 0 0.5em 1em;
  }
}
body.single-post .container .page_header,
body.single-important-message .container .page_header,
body.page-template-default .container .page_header,
body.page-template-faq .container .page_header {
  position: relative;
}
body.single-post .container .page_header .head_img img,
body.single-important-message .container .page_header .head_img img,
body.page-template-default .container .page_header .head_img img,
body.page-template-faq .container .page_header .head_img img {
  display: block;
}
body.single-post .container .page_header .page_title_wrap,
body.single-important-message .container .page_header .page_title_wrap,
body.page-template-default .container .page_header .page_title_wrap,
body.page-template-faq .container .page_header .page_title_wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
body.single-post .container .page_header .page_title_wrap .page_title,
body.single-important-message .container .page_header .page_title_wrap .page_title,
body.page-template-default .container .page_header .page_title_wrap .page_title,
body.page-template-faq .container .page_header .page_title_wrap .page_title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  max-width: 1266px;
  margin: 2em auto 0;
}
body.single-post .container .page_header .page_title_wrap .page_title span,
body.single-important-message .container .page_header .page_title_wrap .page_title span,
body.page-template-default .container .page_header .page_title_wrap .page_title span,
body.page-template-faq .container .page_header .page_title_wrap .page_title span {
  display: inline-block;
  padding: 0.5em 1.5em 0.5em 0.5em;
  background: #fff;
}
body.single-post .container .page_body,
body.single-important-message .container .page_body,
body.page-template-default .container .page_body,
body.page-template-faq .container .page_body {
  max-width: 1266px;
  margin: 0 auto 130px;
}
body.single-post .container .page_body h1,
body.single-important-message .container .page_body h1,
body.page-template-default .container .page_body h1,
body.page-template-faq .container .page_body h1 {
  font-size: 2.8rem;
  line-height: 1.5;
  padding: 1em 0;
  border-top: solid 2px #ccc;
  position: relative;
}
body.single-post .container .page_body h1::before,
body.single-important-message .container .page_body h1::before,
body.page-template-default .container .page_body h1::before,
body.page-template-faq .container .page_body h1::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #c2286c;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 1;
}
body.single-post .container .page_body .meta,
body.single-important-message .container .page_body .meta,
body.page-template-default .container .page_body .meta,
body.page-template-faq .container .page_body .meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 3em;
  font-size: 1.4rem;
  line-height: 1.5;
}
body.single-post .container .page_body .meta .date,
body.single-important-message .container .page_body .meta .date,
body.page-template-default .container .page_body .meta .date,
body.page-template-faq .container .page_body .meta .date {
  color: #c2286c;
}
body.single-post .container .page_body .meta .terms,
body.single-important-message .container .page_body .meta .terms,
body.page-template-default .container .page_body .meta .terms,
body.page-template-faq .container .page_body .meta .terms {
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: wrap;
}
body.single-post .container .page_body .meta .terms .term,
body.single-important-message .container .page_body .meta .terms .term,
body.page-template-default .container .page_body .meta .terms .term,
body.page-template-faq .container .page_body .meta .terms .term {
  display: inline-block;
  background: #e4d199;
  padding: 0.2em 0.5em;
}
body.single-post .container .page_body h2,
body.single-important-message .container .page_body h2,
body.page-template-default .container .page_body h2,
body.page-template-faq .container .page_body h2 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin: 3em 0 1em;
  padding-top: 2em;
  position: relative;
}
body.single-post .container .page_body h2::before,
body.single-important-message .container .page_body h2::before,
body.page-template-default .container .page_body h2::before,
body.page-template-faq .container .page_body h2::before {
  content: "";
  display: block;
  width: 0.9em;
  height: 1.4em;
  background: url(img/kitade_mark.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -0.45em;
}
body.single-post .container .page_body h3,
body.single-important-message .container .page_body h3,
body.page-template-default .container .page_body h3,
body.page-template-faq .container .page_body h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 3em 0 1em;
  border-left: solid 4px #c2286c;
  padding: 0.3em 0 0.3em 0.8em;
}
body.single-post .container .page_body h3:first-child,
body.single-important-message .container .page_body h3:first-child,
body.page-template-default .container .page_body h3:first-child,
body.page-template-faq .container .page_body h3:first-child {
  margin-top: 0;
}
body.single-post .container .page_body h3:last-child,
body.single-important-message .container .page_body h3:last-child,
body.page-template-default .container .page_body h3:last-child,
body.page-template-faq .container .page_body h3:last-child {
  margin-bottom: 0;
}
body.single-post .container .page_body h4,
body.single-important-message .container .page_body h4,
body.page-template-default .container .page_body h4,
body.page-template-faq .container .page_body h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 3em 0 1em;
  background: #ede5e8;
  padding: 1em;
}
body.single-post .container .page_body h4:first-child,
body.single-important-message .container .page_body h4:first-child,
body.page-template-default .container .page_body h4:first-child,
body.page-template-faq .container .page_body h4:first-child {
  margin-top: 0;
}
body.single-post .container .page_body h4:last-child,
body.single-important-message .container .page_body h4:last-child,
body.page-template-default .container .page_body h4:last-child,
body.page-template-faq .container .page_body h4:last-child {
  margin-bottom: 0;
}
body.single-post .container .page_body p,
body.single-important-message .container .page_body p,
body.page-template-default .container .page_body p,
body.page-template-faq .container .page_body p {
  margin: 1.5em 0 1.5em;
}
body.single-post .container .page_body p:first-child,
body.single-important-message .container .page_body p:first-child,
body.page-template-default .container .page_body p:first-child,
body.page-template-faq .container .page_body p:first-child {
  margin-top: 0;
}
body.single-post .container .page_body p:last-child,
body.single-important-message .container .page_body p:last-child,
body.page-template-default .container .page_body p:last-child,
body.page-template-faq .container .page_body p:last-child {
  margin-bottom: 0;
}
body.single-post .container .page_body ul,
body.single-important-message .container .page_body ul,
body.page-template-default .container .page_body ul,
body.page-template-faq .container .page_body ul {
  margin: 1.5em 0 1.5em;
  list-style-type: disc;
  padding-left: 1.5em;
}
body.single-post .container .page_body ul:first-child,
body.single-important-message .container .page_body ul:first-child,
body.page-template-default .container .page_body ul:first-child,
body.page-template-faq .container .page_body ul:first-child {
  margin-top: 0;
}
body.single-post .container .page_body ul:last-child,
body.single-important-message .container .page_body ul:last-child,
body.page-template-default .container .page_body ul:last-child,
body.page-template-faq .container .page_body ul:last-child {
  margin-bottom: 0;
}
body.single-post .container .page_body ul ::marker,
body.single-important-message .container .page_body ul ::marker,
body.page-template-default .container .page_body ul ::marker,
body.page-template-faq .container .page_body ul ::marker {
  color: #c2286c;
}
body.single-post .container .page_body ul li ul,
body.single-important-message .container .page_body ul li ul,
body.page-template-default .container .page_body ul li ul,
body.page-template-faq .container .page_body ul li ul {
  margin: 0;
  list-style-type: circle;
}
body.single-post .container .page_body ul li ul li ul,
body.single-important-message .container .page_body ul li ul li ul,
body.page-template-default .container .page_body ul li ul li ul,
body.page-template-faq .container .page_body ul li ul li ul {
  list-style-type: square;
}
body.single-post .container .page_body ul li ol,
body.single-important-message .container .page_body ul li ol,
body.page-template-default .container .page_body ul li ol,
body.page-template-faq .container .page_body ul li ol {
  margin: 0;
}
body.single-post .container .page_body ol,
body.single-important-message .container .page_body ol,
body.page-template-default .container .page_body ol,
body.page-template-faq .container .page_body ol {
  margin: 1.5em 0 1.5em;
  list-style-type: decimal;
  padding-left: 1.5em;
}
body.single-post .container .page_body ol:first-child,
body.single-important-message .container .page_body ol:first-child,
body.page-template-default .container .page_body ol:first-child,
body.page-template-faq .container .page_body ol:first-child {
  margin-top: 0;
}
body.single-post .container .page_body ol:last-child,
body.single-important-message .container .page_body ol:last-child,
body.page-template-default .container .page_body ol:last-child,
body.page-template-faq .container .page_body ol:last-child {
  margin-bottom: 0;
}
body.single-post .container .page_body ol li ol,
body.single-important-message .container .page_body ol li ol,
body.page-template-default .container .page_body ol li ol,
body.page-template-faq .container .page_body ol li ol {
  margin: 0;
  list-style-type: lower-alpha;
}
body.single-post .container .page_body ol li ol li ol,
body.single-important-message .container .page_body ol li ol li ol,
body.page-template-default .container .page_body ol li ol li ol,
body.page-template-faq .container .page_body ol li ol li ol {
  list-style-type: lower-roman;
}
body.single-post .container .page_body ol li ul,
body.single-important-message .container .page_body ol li ul,
body.page-template-default .container .page_body ol li ul,
body.page-template-faq .container .page_body ol li ul {
  margin: 0;
}
body.single-post .container .page_body .wp-block-image,
body.single-important-message .container .page_body .wp-block-image,
body.page-template-default .container .page_body .wp-block-image,
body.page-template-faq .container .page_body .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}
body.single-post .container .page_body .wp-block-image:first-child,
body.single-important-message .container .page_body .wp-block-image:first-child,
body.page-template-default .container .page_body .wp-block-image:first-child,
body.page-template-faq .container .page_body .wp-block-image:first-child {
  margin-top: 0;
}
body.single-post .container .page_body .wp-block-image:last-child,
body.single-important-message .container .page_body .wp-block-image:last-child,
body.page-template-default .container .page_body .wp-block-image:last-child,
body.page-template-faq .container .page_body .wp-block-image:last-child {
  margin-bottom: 0;
}
body.single-post .container .page_body .wp-block-image figcaption,
body.single-important-message .container .page_body .wp-block-image figcaption,
body.page-template-default .container .page_body .wp-block-image figcaption,
body.page-template-faq .container .page_body .wp-block-image figcaption {
  font-size: 1.4rem;
  line-height: 1.5;
}
body.single-post .container .page_body .wp-block-media-text,
body.single-important-message .container .page_body .wp-block-media-text,
body.page-template-default .container .page_body .wp-block-media-text,
body.page-template-faq .container .page_body .wp-block-media-text {
  margin-top: 2em;
  margin-bottom: 2em;
}
body.single-post .container .page_body .wp-block-media-text .wp-block-media-text__media,
body.single-important-message .container .page_body .wp-block-media-text .wp-block-media-text__media,
body.page-template-default .container .page_body .wp-block-media-text .wp-block-media-text__media,
body.page-template-faq .container .page_body .wp-block-media-text .wp-block-media-text__media {
  margin-right: 1em;
}
body.single-post .container .page_body .wp-block-media-text .wp-block-media-text__content,
body.single-important-message .container .page_body .wp-block-media-text .wp-block-media-text__content,
body.page-template-default .container .page_body .wp-block-media-text .wp-block-media-text__content,
body.page-template-faq .container .page_body .wp-block-media-text .wp-block-media-text__content {
  margin-left: 1em;
  padding-left: 0;
  padding-right: 0;
  align-self: start;
}
body.single-post .container .page_body .wp-block-media-text .wp-block-media-text__content .has-large-font-size,
body.single-important-message .container .page_body .wp-block-media-text .wp-block-media-text__content .has-large-font-size,
body.page-template-default .container .page_body .wp-block-media-text .wp-block-media-text__content .has-large-font-size,
body.page-template-faq .container .page_body .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  font-size: 1.8rem;
  line-height: 1.5;
}
body.single-post .container .page_body .wp-block-media-text.is-vertically-aligned-center,
body.single-important-message .container .page_body .wp-block-media-text.is-vertically-aligned-center,
body.page-template-default .container .page_body .wp-block-media-text.is-vertically-aligned-center,
body.page-template-faq .container .page_body .wp-block-media-text.is-vertically-aligned-center {
  margin-left: 1em;
}
body.single-post .container .page_body .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
body.single-important-message .container .page_body .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
body.page-template-default .container .page_body .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
body.page-template-faq .container .page_body .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content {
  align-self: center;
}
body.single-post .container .page_body .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
body.single-important-message .container .page_body .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
body.page-template-default .container .page_body .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
body.page-template-faq .container .page_body .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content {
  align-self: end;
}
body.single-post .container .page_body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
body.single-important-message .container .page_body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
body.page-template-default .container .page_body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
body.page-template-faq .container .page_body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  margin-right: 0;
  margin-left: 1em;
}
body.single-post .container .page_body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
body.single-important-message .container .page_body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
body.page-template-default .container .page_body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
body.page-template-faq .container .page_body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  margin-left: 0;
  margin-right: 1em;
}
body.single-post .container .page_body .wp-block-table,
body.single-post .container .page_body .wp-block-flexible-table-block-table,
body.single-important-message .container .page_body .wp-block-table,
body.single-important-message .container .page_body .wp-block-flexible-table-block-table,
body.page-template-default .container .page_body .wp-block-table,
body.page-template-default .container .page_body .wp-block-flexible-table-block-table,
body.page-template-faq .container .page_body .wp-block-table,
body.page-template-faq .container .page_body .wp-block-flexible-table-block-table {
  margin: 2em 0 2em;
}
body.single-post .container .page_body .wp-block-table table,
body.single-post .container .page_body .wp-block-flexible-table-block-table table,
body.single-important-message .container .page_body .wp-block-table table,
body.single-important-message .container .page_body .wp-block-flexible-table-block-table table,
body.page-template-default .container .page_body .wp-block-table table,
body.page-template-default .container .page_body .wp-block-flexible-table-block-table table,
body.page-template-faq .container .page_body .wp-block-table table,
body.page-template-faq .container .page_body .wp-block-flexible-table-block-table table {
  width: 100%;
}
body.single-post .container .page_body .wp-block-table table tr th,
body.single-post .container .page_body .wp-block-flexible-table-block-table table tr th,
body.single-important-message .container .page_body .wp-block-table table tr th,
body.single-important-message .container .page_body .wp-block-flexible-table-block-table table tr th,
body.page-template-default .container .page_body .wp-block-table table tr th,
body.page-template-default .container .page_body .wp-block-flexible-table-block-table table tr th,
body.page-template-faq .container .page_body .wp-block-table table tr th,
body.page-template-faq .container .page_body .wp-block-flexible-table-block-table table tr th {
  border: solid 1px #ccc;
  padding: 1em;
  vertical-align: top;
  background: #ede5e8;
}
body.single-post .container .page_body .wp-block-table table tr td,
body.single-post .container .page_body .wp-block-flexible-table-block-table table tr td,
body.single-important-message .container .page_body .wp-block-table table tr td,
body.single-important-message .container .page_body .wp-block-flexible-table-block-table table tr td,
body.page-template-default .container .page_body .wp-block-table table tr td,
body.page-template-default .container .page_body .wp-block-flexible-table-block-table table tr td,
body.page-template-faq .container .page_body .wp-block-table table tr td,
body.page-template-faq .container .page_body .wp-block-flexible-table-block-table table tr td {
  border: solid 1px #ccc;
  padding: 1em;
  vertical-align: top;
}
body.single-post .container .page_body .wp-block-table.is-scroll-on-pc,
body.single-post .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc,
body.single-important-message .container .page_body .wp-block-table.is-scroll-on-pc,
body.single-important-message .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc,
body.page-template-default .container .page_body .wp-block-table.is-scroll-on-pc,
body.page-template-default .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc,
body.page-template-faq .container .page_body .wp-block-table.is-scroll-on-pc,
body.page-template-faq .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc {
  overflow-y: hidden !important;
}
body.single-post .container .page_body .wp-block-table.is-scroll-on-pc table tr th,
body.single-post .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc table tr th,
body.single-important-message .container .page_body .wp-block-table.is-scroll-on-pc table tr th,
body.single-important-message .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc table tr th,
body.page-template-default .container .page_body .wp-block-table.is-scroll-on-pc table tr th,
body.page-template-default .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc table tr th,
body.page-template-faq .container .page_body .wp-block-table.is-scroll-on-pc table tr th,
body.page-template-faq .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc table tr th {
  white-space: nowrap;
}
body.single-post .container .page_body .wp-block-table.is-scroll-on-pc table tr td,
body.single-post .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc table tr td,
body.single-important-message .container .page_body .wp-block-table.is-scroll-on-pc table tr td,
body.single-important-message .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc table tr td,
body.page-template-default .container .page_body .wp-block-table.is-scroll-on-pc table tr td,
body.page-template-default .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc table tr td,
body.page-template-faq .container .page_body .wp-block-table.is-scroll-on-pc table tr td,
body.page-template-faq .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc table tr td {
  white-space: nowrap;
}
body.single-post .container .page_body .wp-block-gallery,
body.single-important-message .container .page_body .wp-block-gallery,
body.page-template-default .container .page_body .wp-block-gallery,
body.page-template-faq .container .page_body .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}
body.single-post .container .page_body .wp-block-columns,
body.single-important-message .container .page_body .wp-block-columns,
body.page-template-default .container .page_body .wp-block-columns,
body.page-template-faq .container .page_body .wp-block-columns {
  margin: 2em 0 2em;
}
body.single-post .container .page_body .is-style-block_linkbtn a,
body.single-important-message .container .page_body .is-style-block_linkbtn a,
body.page-template-default .container .page_body .is-style-block_linkbtn a,
body.page-template-faq .container .page_body .is-style-block_linkbtn a {
  display: block;
  background: linear-gradient(to bottom, #c9a333 0%, #e4d199 100%);
  border-color: #4e3333;
  border-radius: 9999px;
  border: solid 1px #4e3333;
  color: #4e3333;
  position: relative;
  padding: 1em;
  text-align: center;
}
body.single-post .container .page_body .is-style-block_linkbtn a::before,
body.single-important-message .container .page_body .is-style-block_linkbtn a::before,
body.page-template-default .container .page_body .is-style-block_linkbtn a::before,
body.page-template-faq .container .page_body .is-style-block_linkbtn a::before {
  content: "";
  display: block;
  width: 26px;
  height: 6px;
  border-bottom: solid 1px #4e3333;
  border-right: solid 1px #4e3333;
  transform: skew(45deg);
  position: absolute;
  right: 2em;
  top: 50%;
  margin-top: -3px;
  margin-bottom: 5px;
}
body.single-post .container .page_body .is-style-block_linkbtn a:hover,
body.single-important-message .container .page_body .is-style-block_linkbtn a:hover,
body.page-template-default .container .page_body .is-style-block_linkbtn a:hover,
body.page-template-faq .container .page_body .is-style-block_linkbtn a:hover {
  background: linear-gradient(to bottom, #e4d199 0%, #c9a333 100%);
}
body.single-post .container .page_body .is-style-block_linkbtn a[target=_blank]::before,
body.single-important-message .container .page_body .is-style-block_linkbtn a[target=_blank]::before,
body.page-template-default .container .page_body .is-style-block_linkbtn a[target=_blank]::before,
body.page-template-faq .container .page_body .is-style-block_linkbtn a[target=_blank]::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/icon_blank.png) no-repeat center center;
  background-size: contain;
  position: static;
  margin-right: 0.5em;
  vertical-align: middle;
  transform: skew(0deg);
  border: none;
}
body.single-post .container .page_body .is-style-inline_linkbtn a,
body.single-important-message .container .page_body .is-style-inline_linkbtn a,
body.page-template-default .container .page_body .is-style-inline_linkbtn a,
body.page-template-faq .container .page_body .is-style-inline_linkbtn a {
  display: inline-block;
  background: linear-gradient(to bottom, #c9a333 0%, #e4d199 100%);
  border-color: #4e3333;
  border-radius: 9999px;
  border: solid 1px #4e3333;
  color: #4e3333;
  position: relative;
  padding: 1em 4em;
}
body.single-post .container .page_body .is-style-inline_linkbtn a::before,
body.single-important-message .container .page_body .is-style-inline_linkbtn a::before,
body.page-template-default .container .page_body .is-style-inline_linkbtn a::before,
body.page-template-faq .container .page_body .is-style-inline_linkbtn a::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 6px;
  border-bottom: solid 1px #4e3333;
  border-right: solid 1px #4e3333;
  transform: skew(45deg);
  vertical-align: middle;
  margin-right: 1em;
  margin-bottom: 5px;
}
body.single-post .container .page_body .is-style-inline_linkbtn a:hover,
body.single-important-message .container .page_body .is-style-inline_linkbtn a:hover,
body.page-template-default .container .page_body .is-style-inline_linkbtn a:hover,
body.page-template-faq .container .page_body .is-style-inline_linkbtn a:hover {
  background: linear-gradient(to bottom, #e4d199 0%, #c9a333 100%);
}
body.single-post .container .page_body .is-style-inline_linkbtn a[target=_blank]::before,
body.single-important-message .container .page_body .is-style-inline_linkbtn a[target=_blank]::before,
body.page-template-default .container .page_body .is-style-inline_linkbtn a[target=_blank]::before,
body.page-template-faq .container .page_body .is-style-inline_linkbtn a[target=_blank]::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/icon_blank.png) no-repeat center center;
  background-size: contain;
  position: static;
  margin-right: 0.5em;
  vertical-align: middle;
  transform: skew(0deg);
  border: none;
}
body.single-post .container .page_body .is-style-decoration_linkbtn,
body.single-important-message .container .page_body .is-style-decoration_linkbtn,
body.page-template-default .container .page_body .is-style-decoration_linkbtn,
body.page-template-faq .container .page_body .is-style-decoration_linkbtn {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}
body.single-post .container .page_body .is-style-decoration_linkbtn a,
body.single-important-message .container .page_body .is-style-decoration_linkbtn a,
body.page-template-default .container .page_body .is-style-decoration_linkbtn a,
body.page-template-faq .container .page_body .is-style-decoration_linkbtn a {
  display: block;
  background: #fff;
  color: #4e3333;
  text-align: center;
  border: solid 1px #4e3333;
  padding: 2em;
  position: relative;
}
body.single-post .container .page_body .is-style-decoration_linkbtn a::before,
body.single-important-message .container .page_body .is-style-decoration_linkbtn a::before,
body.page-template-default .container .page_body .is-style-decoration_linkbtn a::before,
body.page-template-faq .container .page_body .is-style-decoration_linkbtn a::before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  background: url(img/decoration_img.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0.8em;
  top: 0.5em;
}
body.single-post .container .page_body .is-style-decoration_linkbtn a::after,
body.single-important-message .container .page_body .is-style-decoration_linkbtn a::after,
body.page-template-default .container .page_body .is-style-decoration_linkbtn a::after,
body.page-template-faq .container .page_body .is-style-decoration_linkbtn a::after {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  background: url(img/decoration_img.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0.8em;
  bottom: 0.5em;
  rotate: 180deg;
}
body.single-post .container .page_body .is-style-decoration_linkbtn a:hover,
body.single-important-message .container .page_body .is-style-decoration_linkbtn a:hover,
body.page-template-default .container .page_body .is-style-decoration_linkbtn a:hover,
body.page-template-faq .container .page_body .is-style-decoration_linkbtn a:hover {
  background: #4e3333;
  color: #fff;
}
body.single-post .container .page_body .is-style-decoration_linkbtn.active a,
body.single-important-message .container .page_body .is-style-decoration_linkbtn.active a,
body.page-template-default .container .page_body .is-style-decoration_linkbtn.active a,
body.page-template-faq .container .page_body .is-style-decoration_linkbtn.active a {
  background: #4e3333;
  color: #fff;
}
body.single-post .container .page_body .children_page_navi,
body.single-important-message .container .page_body .children_page_navi,
body.page-template-default .container .page_body .children_page_navi,
body.page-template-faq .container .page_body .children_page_navi {
  margin-top: 9em;
}
body.single-post .container .page_body .faq_group h3,
body.single-important-message .container .page_body .faq_group h3,
body.page-template-default .container .page_body .faq_group h3,
body.page-template-faq .container .page_body .faq_group h3 {
  margin-bottom: 2em;
}
body.single-post .container .page_body .faq_group + .faq_group,
body.single-important-message .container .page_body .faq_group + .faq_group,
body.page-template-default .container .page_body .faq_group + .faq_group,
body.page-template-faq .container .page_body .faq_group + .faq_group {
  margin-top: 5em;
}
body.single-post .container .page_body .faq_group .faq,
body.single-important-message .container .page_body .faq_group .faq,
body.page-template-default .container .page_body .faq_group .faq,
body.page-template-faq .container .page_body .faq_group .faq {
  border: solid 1px #4e3333;
}
body.single-post .container .page_body .faq_group .faq + .faq,
body.single-important-message .container .page_body .faq_group .faq + .faq,
body.page-template-default .container .page_body .faq_group .faq + .faq,
body.page-template-faq .container .page_body .faq_group .faq + .faq {
  margin-top: 1em;
}
body.single-post .container .page_body .faq_group .faq .title,
body.single-important-message .container .page_body .faq_group .faq .title,
body.page-template-default .container .page_body .faq_group .faq .title,
body.page-template-faq .container .page_body .faq_group .faq .title {
  font-size: 1.8rem;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 1em;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
body.single-post .container .page_body .faq_group .faq .title::before,
body.single-important-message .container .page_body .faq_group .faq .title::before,
body.page-template-default .container .page_body .faq_group .faq .title::before,
body.page-template-faq .container .page_body .faq_group .faq .title::before {
  content: "";
  width: 1.4em;
  height: 1px;
  background: #c2286c;
  position: absolute;
  right: 0.7em;
  top: 50%;
  transition: 0.2s;
}
body.single-post .container .page_body .faq_group .faq .title::after,
body.single-important-message .container .page_body .faq_group .faq .title::after,
body.page-template-default .container .page_body .faq_group .faq .title::after,
body.page-template-faq .container .page_body .faq_group .faq .title::after {
  content: "";
  width: 1px;
  height: 1.4em;
  background: #c2286c;
  position: absolute;
  right: 1.3em;
  top: 50%;
  margin-top: -0.7em;
  transition: 0.2s;
}
body.single-post .container .page_body .faq_group .faq .title.active,
body.single-important-message .container .page_body .faq_group .faq .title.active,
body.page-template-default .container .page_body .faq_group .faq .title.active,
body.page-template-faq .container .page_body .faq_group .faq .title.active {
  background: #ede5e8;
}
body.single-post .container .page_body .faq_group .faq .title.active::after,
body.single-important-message .container .page_body .faq_group .faq .title.active::after,
body.page-template-default .container .page_body .faq_group .faq .title.active::after,
body.page-template-faq .container .page_body .faq_group .faq .title.active::after {
  rotate: 90deg;
}
body.single-post .container .page_body .faq_group .faq .title .label,
body.single-important-message .container .page_body .faq_group .faq .title .label,
body.page-template-default .container .page_body .faq_group .faq .title .label,
body.page-template-faq .container .page_body .faq_group .faq .title .label {
  color: #c2286c;
  flex-basis: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 0.5em;
  text-align: center;
}
body.single-post .container .page_body .faq_group .faq .title .text,
body.single-important-message .container .page_body .faq_group .faq .title .text,
body.page-template-default .container .page_body .faq_group .faq .title .text,
body.page-template-faq .container .page_body .faq_group .faq .title .text {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
}
body.single-post .container .page_body .faq_group .faq .data,
body.single-important-message .container .page_body .faq_group .faq .data,
body.page-template-default .container .page_body .faq_group .faq .data,
body.page-template-faq .container .page_body .faq_group .faq .data {
  display: none;
}
body.single-post .container .page_body .faq_group .faq .data_inner,
body.single-important-message .container .page_body .faq_group .faq .data_inner,
body.page-template-default .container .page_body .faq_group .faq .data_inner,
body.page-template-faq .container .page_body .faq_group .faq .data_inner {
  font-size: 1.8rem;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 1em;
}
body.single-post .container .page_body .faq_group .faq .data_inner .label,
body.single-important-message .container .page_body .faq_group .faq .data_inner .label,
body.page-template-default .container .page_body .faq_group .faq .data_inner .label,
body.page-template-faq .container .page_body .faq_group .faq .data_inner .label {
  color: #c2286c;
  flex-basis: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 0.5em;
  font-weight: 700;
  text-align: center;
}
body.single-post .container .page_body .faq_group .faq .data_inner .text,
body.single-important-message .container .page_body .faq_group .faq .data_inner .text,
body.page-template-default .container .page_body .faq_group .faq .data_inner .text,
body.page-template-faq .container .page_body .faq_group .faq .data_inner .text {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
body.single-post .container .page_body .navilinks,
body.single-important-message .container .page_body .navilinks,
body.page-template-default .container .page_body .navilinks,
body.page-template-faq .container .page_body .navilinks {
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-wrap: nowrap;
  gap: 2em;
  margin-top: 5em;
}
body.single-post .container .page_body .navilinks .prev a,
body.single-post .container .page_body .navilinks .list a,
body.single-post .container .page_body .navilinks .next a,
body.single-important-message .container .page_body .navilinks .prev a,
body.single-important-message .container .page_body .navilinks .list a,
body.single-important-message .container .page_body .navilinks .next a,
body.page-template-default .container .page_body .navilinks .prev a,
body.page-template-default .container .page_body .navilinks .list a,
body.page-template-default .container .page_body .navilinks .next a,
body.page-template-faq .container .page_body .navilinks .prev a,
body.page-template-faq .container .page_body .navilinks .list a,
body.page-template-faq .container .page_body .navilinks .next a {
  display: block;
  padding: 1em 5em;
  background: #862040;
  color: #fff;
  border-radius: 9999px;
}

@media screen and (max-width: 768px) {
  body.single-post .container .page_header .head_img,
  body.single-important-message .container .page_header .head_img,
  body.page-template-default .container .page_header .head_img,
  body.page-template-faq .container .page_header .head_img {
    height: 30vw;
  }
  body.single-post .container .page_header .head_img img,
  body.single-important-message .container .page_header .head_img img,
  body.page-template-default .container .page_header .head_img img,
  body.page-template-faq .container .page_header .head_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  body.single-post .container .page_header .page_title_wrap .page_title,
  body.single-important-message .container .page_header .page_title_wrap .page_title,
  body.page-template-default .container .page_header .page_title_wrap .page_title,
  body.page-template-faq .container .page_header .page_title_wrap .page_title {
    font-size: 5vw;
    line-height: 1.5;
    max-width: initial;
    margin: 0 6.25vw;
  }
  body.single-post .container .page_header .page_title_wrap .page_title span,
  body.single-important-message .container .page_header .page_title_wrap .page_title span,
  body.page-template-default .container .page_header .page_title_wrap .page_title span,
  body.page-template-faq .container .page_header .page_title_wrap .page_title span {
    padding: 0.5em 1em 0.5em 0.5em;
  }
  body.single-post .container .page_body,
  body.single-important-message .container .page_body,
  body.page-template-default .container .page_body,
  body.page-template-faq .container .page_body {
    max-width: initial;
    margin: 0 6.25vw 5em;
  }
  body.single-post .container .page_body h1,
  body.single-important-message .container .page_body h1,
  body.page-template-default .container .page_body h1,
  body.page-template-faq .container .page_body h1 {
    font-size: 6.25vw;
    line-height: 1.5;
    padding: 1em 0;
  }
  body.single-post .container .page_body h1::before,
  body.single-important-message .container .page_body h1::before,
  body.page-template-default .container .page_body h1::before,
  body.page-template-faq .container .page_body h1::before {
    width: 4em;
  }
  body.single-post .container .page_body .meta,
  body.single-important-message .container .page_body .meta,
  body.page-template-default .container .page_body .meta,
  body.page-template-faq .container .page_body .meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
    margin-bottom: 3em;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  body.single-post .container .page_body .meta .date,
  body.single-important-message .container .page_body .meta .date,
  body.page-template-default .container .page_body .meta .date,
  body.page-template-faq .container .page_body .meta .date {
    color: #c2286c;
  }
  body.single-post .container .page_body .meta .terms,
  body.single-important-message .container .page_body .meta .terms,
  body.page-template-default .container .page_body .meta .terms,
  body.page-template-faq .container .page_body .meta .terms {
    display: flex;
    justify-content: flex-start;
    align-items: initial;
    flex-wrap: wrap;
  }
  body.single-post .container .page_body .meta .terms .term,
  body.single-important-message .container .page_body .meta .terms .term,
  body.page-template-default .container .page_body .meta .terms .term,
  body.page-template-faq .container .page_body .meta .terms .term {
    display: inline-block;
    background: #e4d199;
    padding: 0.2em 0.5em;
  }
  body.single-post .container .page_body h2,
  body.single-important-message .container .page_body h2,
  body.page-template-default .container .page_body h2,
  body.page-template-faq .container .page_body h2 {
    font-size: 5.625vw;
    line-height: 1.5;
    padding-top: 1.5em;
  }
  body.single-post .container .page_body h3,
  body.single-important-message .container .page_body h3,
  body.page-template-default .container .page_body h3,
  body.page-template-faq .container .page_body h3 {
    font-size: 5vw;
    line-height: 1.5;
    padding: 0.2em 0 0.2em 0.5em;
  }
  body.single-post .container .page_body h4,
  body.single-important-message .container .page_body h4,
  body.page-template-default .container .page_body h4,
  body.page-template-faq .container .page_body h4 {
    font-size: 4.0625vw;
    line-height: 1.5;
    padding: 0.5em;
  }
  body.single-post .container .page_body .wp-block-image figcaption,
  body.single-important-message .container .page_body .wp-block-image figcaption,
  body.page-template-default .container .page_body .wp-block-image figcaption,
  body.page-template-faq .container .page_body .wp-block-image figcaption {
    font-size: 3.75vw;
    line-height: 1.5;
  }
  body.single-post .container .page_body .wp-block-table,
  body.single-post .container .page_body .wp-block-flexible-table-block-table,
  body.single-important-message .container .page_body .wp-block-table,
  body.single-important-message .container .page_body .wp-block-flexible-table-block-table,
  body.page-template-default .container .page_body .wp-block-table,
  body.page-template-default .container .page_body .wp-block-flexible-table-block-table,
  body.page-template-faq .container .page_body .wp-block-table,
  body.page-template-faq .container .page_body .wp-block-flexible-table-block-table {
    margin: 2em 0 2em;
  }
  body.single-post .container .page_body .wp-block-table table.is-stacked-on-mobile tr th,
  body.single-post .container .page_body .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr th,
  body.single-important-message .container .page_body .wp-block-table table.is-stacked-on-mobile tr th,
  body.single-important-message .container .page_body .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr th,
  body.page-template-default .container .page_body .wp-block-table table.is-stacked-on-mobile tr th,
  body.page-template-default .container .page_body .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr th,
  body.page-template-faq .container .page_body .wp-block-table table.is-stacked-on-mobile tr th,
  body.page-template-faq .container .page_body .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr th {
    padding: 0.5em;
  }
  body.single-post .container .page_body .wp-block-table table.is-stacked-on-mobile tr td,
  body.single-post .container .page_body .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr td,
  body.single-important-message .container .page_body .wp-block-table table.is-stacked-on-mobile tr td,
  body.single-important-message .container .page_body .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr td,
  body.page-template-default .container .page_body .wp-block-table table.is-stacked-on-mobile tr td,
  body.page-template-default .container .page_body .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr td,
  body.page-template-faq .container .page_body .wp-block-table table.is-stacked-on-mobile tr td,
  body.page-template-faq .container .page_body .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr td {
    padding: 0.5em;
    border-top: none;
  }
  body.single-post .container .page_body .wp-block-table table.is-stacked-on-mobile tr:not(:first-child) th,
  body.single-post .container .page_body .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr:not(:first-child) th,
  body.single-important-message .container .page_body .wp-block-table table.is-stacked-on-mobile tr:not(:first-child) th,
  body.single-important-message .container .page_body .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr:not(:first-child) th,
  body.page-template-default .container .page_body .wp-block-table table.is-stacked-on-mobile tr:not(:first-child) th,
  body.page-template-default .container .page_body .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr:not(:first-child) th,
  body.page-template-faq .container .page_body .wp-block-table table.is-stacked-on-mobile tr:not(:first-child) th,
  body.page-template-faq .container .page_body .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr:not(:first-child) th {
    border-top: none;
  }
  body.single-post .container .page_body .is-style-block_linkbtn a,
  body.single-important-message .container .page_body .is-style-block_linkbtn a,
  body.page-template-default .container .page_body .is-style-block_linkbtn a,
  body.page-template-faq .container .page_body .is-style-block_linkbtn a {
    padding: 0.5em 1em;
  }
  body.single-post .container .page_body .is-style-block_linkbtn a::before,
  body.single-important-message .container .page_body .is-style-block_linkbtn a::before,
  body.page-template-default .container .page_body .is-style-block_linkbtn a::before,
  body.page-template-faq .container .page_body .is-style-block_linkbtn a::before {
    content: "";
    display: block;
    width: 1.5em;
    height: 0.5em;
    right: 1em;
    margin-top: -0.25em;
    margin-bottom: 0;
  }
  body.single-post .container .page_body .is-style-block_linkbtn a[target=_blank]::before,
  body.single-important-message .container .page_body .is-style-block_linkbtn a[target=_blank]::before,
  body.page-template-default .container .page_body .is-style-block_linkbtn a[target=_blank]::before,
  body.page-template-faq .container .page_body .is-style-block_linkbtn a[target=_blank]::before {
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    margin-bottom: 0;
  }
  body.single-post .container .page_body .is-style-inline_linkbtn a,
  body.single-important-message .container .page_body .is-style-inline_linkbtn a,
  body.page-template-default .container .page_body .is-style-inline_linkbtn a,
  body.page-template-faq .container .page_body .is-style-inline_linkbtn a {
    padding: 0.5em 1em;
  }
  body.single-post .container .page_body .is-style-inline_linkbtn a::before,
  body.single-important-message .container .page_body .is-style-inline_linkbtn a::before,
  body.page-template-default .container .page_body .is-style-inline_linkbtn a::before,
  body.page-template-faq .container .page_body .is-style-inline_linkbtn a::before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 0.5em;
    right: 2em;
    margin-top: -0.25vw;
    margin-bottom: 0.25em;
  }
  body.single-post .container .page_body .is-style-inline_linkbtn a[target=_blank]::before,
  body.single-important-message .container .page_body .is-style-inline_linkbtn a[target=_blank]::before,
  body.page-template-default .container .page_body .is-style-inline_linkbtn a[target=_blank]::before,
  body.page-template-faq .container .page_body .is-style-inline_linkbtn a[target=_blank]::before {
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    margin-bottom: 0;
  }
  body.single-post .container .page_body .is-style-decoration_linkbtn,
  body.single-important-message .container .page_body .is-style-decoration_linkbtn,
  body.page-template-default .container .page_body .is-style-decoration_linkbtn,
  body.page-template-faq .container .page_body .is-style-decoration_linkbtn {
    font-size: 4.375vw;
    line-height: 1.5;
  }
  body.single-post .container .page_body .is-style-decoration_linkbtn a,
  body.single-important-message .container .page_body .is-style-decoration_linkbtn a,
  body.page-template-default .container .page_body .is-style-decoration_linkbtn a,
  body.page-template-faq .container .page_body .is-style-decoration_linkbtn a {
    padding: 1em 1.5em;
  }
  body.single-post .container .page_body .is-style-decoration_linkbtn a::before,
  body.single-important-message .container .page_body .is-style-decoration_linkbtn a::before,
  body.page-template-default .container .page_body .is-style-decoration_linkbtn a::before,
  body.page-template-faq .container .page_body .is-style-decoration_linkbtn a::before {
    width: 1.6em;
    height: 1.6em;
    left: 0.4em;
    top: 0.4em;
  }
  body.single-post .container .page_body .is-style-decoration_linkbtn a::after,
  body.single-important-message .container .page_body .is-style-decoration_linkbtn a::after,
  body.page-template-default .container .page_body .is-style-decoration_linkbtn a::after,
  body.page-template-faq .container .page_body .is-style-decoration_linkbtn a::after {
    width: 1.6em;
    height: 1.6em;
    right: 0.4em;
    bottom: 0.4em;
  }
  body.single-post .container .page_body .children_page_navi,
  body.single-important-message .container .page_body .children_page_navi,
  body.page-template-default .container .page_body .children_page_navi,
  body.page-template-faq .container .page_body .children_page_navi {
    margin-top: 5em;
  }
  body.single-post .container .page_body .faq_group .faq .title,
  body.single-important-message .container .page_body .faq_group .faq .title,
  body.page-template-default .container .page_body .faq_group .faq .title,
  body.page-template-faq .container .page_body .faq_group .faq .title {
    font-size: 4.375vw;
    line-height: 1.5;
    padding: 0.5em;
  }
  body.single-post .container .page_body .faq_group .faq .data .data_inner,
  body.single-important-message .container .page_body .faq_group .faq .data .data_inner,
  body.page-template-default .container .page_body .faq_group .faq .data .data_inner,
  body.page-template-faq .container .page_body .faq_group .faq .data .data_inner {
    font-size: 4.375vw;
    line-height: 1.5;
    padding: 0.5em;
  }
  body.single-post .container .page_body .faq_group .faq .data .data_inner .text,
  body.single-important-message .container .page_body .faq_group .faq .data .data_inner .text,
  body.page-template-default .container .page_body .faq_group .faq .data .data_inner .text,
  body.page-template-faq .container .page_body .faq_group .faq .data .data_inner .text {
    font-size: 4.0625vw;
    line-height: 1.5;
  }
  body.single-post .container .page_body .navilinks,
  body.single-important-message .container .page_body .navilinks,
  body.page-template-default .container .page_body .navilinks,
  body.page-template-faq .container .page_body .navilinks {
    display: block;
    margin-top: 3em;
  }
  body.single-post .container .page_body .navilinks .prev,
  body.single-post .container .page_body .navilinks .next,
  body.single-important-message .container .page_body .navilinks .prev,
  body.single-important-message .container .page_body .navilinks .next,
  body.page-template-default .container .page_body .navilinks .prev,
  body.page-template-default .container .page_body .navilinks .next,
  body.page-template-faq .container .page_body .navilinks .prev,
  body.page-template-faq .container .page_body .navilinks .next {
    display: none;
  }
  body.single-post .container .page_body .navilinks .list a,
  body.single-important-message .container .page_body .navilinks .list a,
  body.page-template-default .container .page_body .navilinks .list a,
  body.page-template-faq .container .page_body .navilinks .list a {
    padding: 1em;
    text-align: center;
  }
}
.pankuzu {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 50px 0 30px;
}
.pankuzu .inner {
  max-width: 1266px;
  margin: 0 auto;
}
.pankuzu .inner span + span::before {
  content: ">";
  margin: 0 1em 0 0.5em;
  display: inline;
}
.pankuzu .inner a {
  color: #c2286c;
}

@media screen and (max-width: 768px) {
  .pankuzu {
    font-size: 3.75vw;
    line-height: 1.5;
    margin: 2em 0 2em;
  }
  .pankuzu .inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .pankuzu .inner span + span::before {
    margin: 0 0.5em 0 0.2em;
  }
}
.front_header_slider {
  position: relative;
}
.front_header_slider__inner.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.front_header_slider__inner > .slide:not(:first-child) {
  display: none;
}
.front_header_slider__inner .slick-dots {
  bottom: 0;
  text-align: right;
  margin: 0 50px;
  width: calc(100% - 100px);
}
.front_header_slider__inner .slick-dots li {
  width: auto;
  height: auto;
  padding: 8px;
  margin: 0;
}
.front_header_slider__inner .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background: #dbdbdb;
}
.front_header_slider__inner .slick-dots li button::before {
  display: none;
}
.front_header_slider__inner .slick-dots li.slick-active button {
  background: #c2286c;
}
.front_header_slider .catchcopy {
  position: absolute;
  left: 3.6%;
  bottom: 3.875em;
  font-weight: 600;
}
.front_header_slider .catchcopy div + div {
  margin-top: 0.5em;
}
.front_header_slider .catchcopy div span {
  background: #fff;
  font-size: 2.8rem;
  line-height: 1.5;
  padding: 0.4em 0.6em;
  display: block;
}

.front_important_message {
  padding: 3em 0;
  background: #ede5e8;
}
.front_important_message__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: nowrap;
  border: solid 1px #862040;
}
.front_important_message__inner .title {
  background: #862040;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  flex-basis: 22.4%;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.front_important_message__inner .data {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  background: #fff;
  padding: 1em;
}
.front_important_message__inner .data .message a {
  display: inline-block;
  padding: 1em;
  color: #ff0000;
}
.front_important_message__inner .data .message a:hover {
  text-decoration: underline;
}

.front_news {
  padding: 3em 0 5em;
  background: #fff;
}
.front_news__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: nowrap;
  border: solid 1px #4e3333;
}
.front_news__inner .title {
  flex-basis: 26.5%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 2.5em 1.8em;
}
.front_news__inner .title .en {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #c2286c;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.front_news__inner .title .ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
}
.front_news__inner .data {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  padding: 2.5em 1.8em 2.5em 0;
  overflow: hidden;
}
.front_news__inner .data .single + .single {
  margin-top: 1em;
}
.front_news__inner .data .single a {
  display: block;
  color: #4e3333;
}
.front_news__inner .data .single a:hover {
  color: #c2286c;
}
.front_news__inner .data .single .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: nowrap;
}
.front_news__inner .data .single .wrap .date {
  flex-basis: 8em;
  flex-shrink: 0;
  flex-grow: 0;
}
.front_news__inner .data .single .wrap .midashi {
  flex-basis: calc(100% - 8em);
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
}
.front_news__inner .link {
  margin-top: 2em;
}
.front_news__inner .link a {
  display: inline-block;
  color: #4e3333;
}
.front_news__inner .link a:hover {
  color: #c2286c;
}
.front_news__inner .link a::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(img/link_arrow.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1em;
}

.text-overflow--ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.front_feature {
  padding: 6em 0 8.75em;
  position: relative;
  background: #faf6eb;
}
.front_feature__inner .feature_title {
  max-width: 716px;
  margin: 0 auto 3.6em;
  text-align: center;
}
.front_feature__inner .feature_title .en {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #c2286c;
}
.front_feature__inner .feature_title h2 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #4e3333;
  margin-bottom: 30px;
}
.front_feature__inner .feature_data {
  max-width: 1266px;
  margin: 4em auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: wrap;
  gap: 3.2%;
}
.front_feature__inner .feature_data .point {
  border: solid 1px #4e3333;
  padding: 1em;
  background: #fff;
  flex-basis: 22.6%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 2.5em;
}
.front_feature__inner .feature_data .point .point_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 1em;
}
.front_feature__inner .feature_data .point .point_head .point_no {
  color: #c2286c;
  font-family: "Allura", cursive;
  flex-basis: 4.5em;
  flex-shrink: 0;
  flex-grow: 0;
}
.front_feature__inner .feature_data .point .point_head .point_no .pnt {
  font-size: 2.6rem;
  line-height: 1;
}
.front_feature__inner .feature_data .point .point_head .point_no .no {
  font-size: 4.6rem;
  line-height: 1;
}
.front_feature__inner .feature_data .point .point_head .point_title {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
}
.front_feature__inner .feature_data .point .point_body {
  text-align: initial;
}

.front_course {
  padding: 6em 0 1em;
}
.front_course__inner .course_title {
  max-width: 716px;
  margin: 0 auto 3.6em;
  text-align: center;
}
.front_course__inner .course_title .en {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #c2286c;
}
.front_course__inner .course_title h2 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #4e3333;
  margin-bottom: 30px;
}
.front_course__inner .course_data .course {
  padding: 4.3em 0 4.3em;
  position: relative;
  margin-bottom: 3.75vw;
}
.front_course__inner .course_data .course::before {
  content: "";
  display: block;
  background: #faf6eb;
  width: 66%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.front_course__inner .course_data .course:nth-of-type(2n)::before {
  left: initial;
  right: 0;
}
.front_course__inner .course_data .course:nth-of-type(2n) .course__inner .img {
  order: 1;
  padding: 0 0 20px 20px;
}
.front_course__inner .course_data .course:nth-of-type(2n) .course__inner .img::before {
  left: 0;
  right: 20px;
}
.front_course__inner .course_data .course:nth-of-type(2n) .course__inner .data {
  order: 2;
}
.front_course__inner .course_data .course__inner {
  max-width: 1266px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.front_course__inner .course_data .course__inner .img {
  flex-basis: 55.3%;
  flex-shrink: 0;
  flex-grow: 0;
  order: 2;
  padding: 0 20px 20px 0;
  position: relative;
}
.front_course__inner .course_data .course__inner .img img {
  display: block;
}
.front_course__inner .course_data .course__inner .img::before {
  content: "";
  display: block;
  background: #ead08f;
  position: absolute;
  left: 20px;
  top: 20px;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.front_course__inner .course_data .course__inner .data {
  flex-basis: 41%;
  flex-shrink: 0;
  flex-grow: 0;
  order: 1;
}
.front_course__inner .course_data .course__inner .data .num {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #c2286c;
  margin-bottom: 10px;
  font-family: "Allura", cursive;
}
.front_course__inner .course_data .course__inner .data h3 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  color: #4e3333;
  margin-bottom: 30px;
}
.front_course__inner .course_data .course__inner .data p {
  margin: 1.5em 0 1.5em;
}
.front_course__inner .course_data .course__inner .data p:first-child {
  margin-top: 0;
}
.front_course__inner .course_data .course__inner .data p:last-child {
  margin-bottom: 0;
}
.front_course__inner .course_data .course__inner .data .link {
  margin-top: 4em;
}
.front_course__inner .course_data .course__inner .data .link a {
  display: inline-block;
  color: #4e3333;
}
.front_course__inner .course_data .course__inner .data .link a:hover {
  color: #c2286c;
}
.front_course__inner .course_data .course__inner .data .link a::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(img/link_arrow.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1em;
}

.front_access {
  padding: 6em 0 6em;
}
.front_access__inner .access_title {
  max-width: 716px;
  margin: 0 auto 3.6em;
  text-align: center;
}
.front_access__inner .access_title .en {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #c2286c;
}
.front_access__inner .access_title h2 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #4e3333;
  margin-bottom: 30px;
}
.front_access__inner .access_data {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
}
.front_access__inner .access_data .data {
  flex-basis: 39%;
  flex-shrink: 0;
  flex-grow: 0;
}
.front_access__inner .access_data .data > div + div {
  margin-top: 1.5em;
}
.front_access__inner .access_data .data p {
  margin: 1.5em 0 1.5em;
}
.front_access__inner .access_data .data p:first-child {
  margin-top: 0;
}
.front_access__inner .access_data .data p:last-child {
  margin-bottom: 0;
}
.front_access__inner .access_data .map {
  flex-basis: 54.7%;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
.front_access__inner .access_data .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .front_header_slider .catchcopy {
    left: 1em;
    bottom: 2em;
  }
  .front_header_slider .catchcopy div span {
    font-size: 5vw;
    line-height: 1.5;
    padding: 0.4em 0.6em;
  }
  .front_important_message {
    padding: 2em 0;
  }
  .front_important_message__inner {
    max-width: initial;
    margin: 0 6.25vw;
    display: block;
  }
  .front_important_message__inner .title {
    font-size: 4.375vw;
    line-height: 1.5;
    display: block;
    padding: 0.5em;
  }
  .front_important_message__inner .data {
    padding: 0;
  }
  .front_important_message__inner .data .message a {
    padding: 0.5em;
  }
  .front_news {
    padding: 2em 0 2em;
  }
  .front_news__inner {
    max-width: initial;
    margin: 0 6.25vw;
    display: block;
  }
  .front_news__inner .title {
    padding: 0.5em;
  }
  .front_news__inner .title .en {
    font-size: 3.4375vw;
    line-height: 1.5;
  }
  .front_news__inner .title .ttl {
    font-size: 5vw;
    line-height: 1.5;
  }
  .front_news__inner .data {
    padding: 0;
    overflow: initial;
  }
  .front_news__inner .data .single + .single {
    margin-top: 0;
  }
  .front_news__inner .data .single a {
    padding: 0.5em;
  }
  .front_news__inner .data .single .wrap {
    display: block;
  }
  .front_news__inner .data .single .wrap .midashi {
    overflow: initial;
  }
  .front_news__inner .link {
    margin: 1em 0 1em;
    text-align: center;
  }
  .front_news__inner .link a {
    display: block;
    padding: 1em;
  }
  .front_news__inner .link a::before {
    width: 3em;
    height: 3em;
    margin-right: 0.5em;
  }
  .front_feature {
    padding: 2em 0 2em;
  }
  .front_feature__inner {
    margin: 0 6.25vw;
  }
  .front_feature__inner .feature_title {
    max-width: initial;
    margin: 0 auto 2em;
    text-align: initial;
  }
  .front_feature__inner .feature_title .en {
    font-size: 3.4375vw;
    line-height: 1.5;
    color: #c2286c;
    text-align: center;
  }
  .front_feature__inner .feature_title h2 {
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: center;
  }
  .front_feature__inner .feature_data {
    max-width: initial;
    margin: 2em auto 0;
    display: block;
  }
  .front_feature__inner .feature_data .point {
    padding: 1em;
    margin-bottom: 1.5em;
  }
  .front_feature__inner .feature_data .point .point_head {
    margin-bottom: 1em;
  }
  .front_feature__inner .feature_data .point .point_head .point_no {
    flex-basis: 3em;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .front_feature__inner .feature_data .point .point_head .point_no .pnt {
    font-size: 5.625vw;
    line-height: 1;
  }
  .front_feature__inner .feature_data .point .point_head .point_no .no {
    font-size: 8.125vw;
    line-height: 1;
  }
  .front_feature__inner .feature_data .point .point_head .point_title {
    font-size: 5vw;
    line-height: 1.5;
  }
  .front_feature__inner .feature_data .point .point_body {
    text-align: initial;
  }
  .front_course {
    padding: 2em 0 2em;
  }
  .front_course__inner {
    margin: 0 6.25vw;
  }
  .front_course__inner .course_title {
    max-width: initial;
    margin: 0 auto 2em;
  }
  .front_course__inner .course_title .en {
    font-size: 3.4375vw;
    line-height: 1.5;
    color: #c2286c;
  }
  .front_course__inner .course_title h2 {
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .front_course__inner .course_data .course {
    padding: 2em 0 2em;
    margin-bottom: 2vw;
  }
  .front_course__inner .course_data .course::before {
    width: 80%;
  }
  .front_course__inner .course_data .course:nth-of-type(2n) .course__inner .img {
    padding: 0 0 1em 1em;
  }
  .front_course__inner .course_data .course:nth-of-type(2n) .course__inner .img::before {
    left: 0;
    right: 1em;
  }
  .front_course__inner .course_data .course__inner {
    max-width: initial;
    display: block;
  }
  .front_course__inner .course_data .course__inner .img {
    padding: 0 1em 1em 0;
    margin-bottom: 1em;
  }
  .front_course__inner .course_data .course__inner .img::before {
    left: 1em;
    top: 1em;
  }
  .front_course__inner .course_data .course__inner .data .num {
    font-size: 3.75vw;
    line-height: 1.5;
    margin-bottom: 0.5em;
  }
  .front_course__inner .course_data .course__inner .data h3 {
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .front_course__inner .course_data .course__inner .data .link {
    margin: 2em 0 0;
    text-align: center;
  }
  .front_course__inner .course_data .course__inner .data .link a::before {
    width: 3em;
    height: 3em;
    margin-right: 0.5em;
  }
  .front_access {
    padding: 2em 0 2em;
  }
  .front_access__inner {
    margin: 0 6.25vw;
  }
  .front_access__inner .access_title {
    max-width: initial;
    margin: 0 auto 2em;
  }
  .front_access__inner .access_title .en {
    font-size: 3.4375vw;
    line-height: 1.5;
    color: #c2286c;
  }
  .front_access__inner .access_title h2 {
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .front_access__inner .access_data {
    max-width: initial;
    display: block;
  }
  .front_access__inner .access_data .map {
    margin-top: 2em;
    height: 60vw;
  }
}/*# sourceMappingURL=style.css.map */