@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat;
}

:where(html) {
  -webkit-text-size-adjust: none; /* iOSのランドスケープでテキストが調整されないようにする */
  color-scheme: dark light; /* ユーザーがダークテーマを好む場合、自動的にダークテーマになる */
}

body {
  line-height: 1;
  background-color: #ffffff;
}

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  background-repeat: no-repeat;
}

:where(a) {
  text-underline-offset: 0.2ex; /* 下線の上にスペースを追加する */
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
strong {
  font-weight: normal;
}

sup {
  font-size: small;
  vertical-align: top;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

:where(img, picture, svg) {
  max-inline-size: 100%; /* images should never overflow past the available space */
  block-size: auto; /* アスペクト比を保持 */
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

select::-ms-expand {
  display: none;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #939393;
}

::-moz-placeholder {
  color: #939393;
}

:-ms-input-placeholder {
  color: #939393;
}

::-ms-input-placeholder {
  color: #939393;
}

::placeholder {
  color: #939393;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none; /* デフォルトのサーチキャンセルボタンを非表示にする場合 */
}

button {
  border: none;
  padding: 0;
  background: none;
}

:where(input, button, textarea, select) {
  font: inherit; /* フォーム コントロールは親フォントを継承 */
  color: inherit; /* カラーも継承 */
}

:where(textarea) {
  resize: vertical; /* テキストエリアの水平リサイズを無効に */
  resize: block;
}

/*
フォント
*/
/*---------------------------------------------------*/
@font-face {
  font-family: "GenJyuuGothicX-Regular";
  src: url("../font/genjyuugothic-x/GenJyuuGothicX-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "GenJyuuGothicX-Medium";
  src: url("../font/genjyuugothic-x/GenJyuuGothicX-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "GenJyuuGothicX-Bold";
  src: url("../font/genjyuugothic-x/GenJyuuGothicX-Bold.ttf") format("truetype");
}
/* 共通 */
/*---------------------------------------------------*/
html {
  height: 100%;
  scroll-padding-top: 100px; /* 固定ヘッダの高さ分 */
}

body {
  height: 100%;
  height: 100dvh;
  position: relative;
}

body, input, select, textarea {
  font-family: "GenJyuuGothicX-Regular", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.875;
  font-size: 16px;
  width: 100%;
  color: #262626;
}

.body-wrap {
  overflow-x: hidden;
}
body:not(.home) .body-wrap {
  padding: 100px 0 0 0;
}
@media screen and (max-width: 767px) {
  body:not(.home) .body-wrap {
    padding: 65px 0 0 0;
  }
}

body.fixed {
  position: fixed;
  width: 100%;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a {
  color: #262626;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}
a.v-underline {
  text-decoration: underline;
}
a.v-underline:hover {
  text-decoration: none;
}

input {
  border: none;
}

.wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1140px) {
  .wrap {
    padding: 0 20px;
  }
}

.wrap-l {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1320px) {
  .wrap-l {
    padding: 0 20px;
  }
}

.wrap-m {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-s {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section-01 {
  padding: 70px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section-01 {
    padding: 50px 0 0 0;
  }
}

.section-02 {
  padding: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section-02 {
    padding: 30px 0 0 0;
  }
}

.section-03 {
  padding: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section-03 {
    padding: 20px 0 0 0;
  }
}

/* メイン */
/*---------------------------------------------------*/
.main-home {
  padding: 0 0 200px 0;
}
@media screen and (max-width: 767px) {
  .main-home {
    padding: 0 0 100px 0;
  }
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 50px;
  padding: 0 0 200px 0;
}
@media screen and (max-width: 767px) {
  .main {
    display: block;
    padding: 0 0 100px 0;
  }
}

.main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .main-content {
    padding: 0;
  }
}
.main-content .e-content-header .m-breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D1D1D1;
  padding: 0 0 20px 0;
}
.main-content .e-content-header .m-breadcrumbs .s-breadcrumbs {
  color: #888888;
}
.main-content .e-content-header .m-breadcrumbs .s-breadcrumbs a {
  color: #888888;
}
.main-content .e-content-header .m-breadcrumbs .s-breadcrumbs .arrow {
  margin: 0 10px;
}
.main-content .e-content-header .m-breadcrumbs .s-breadcrumbs .current-item {
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #262626;
}
.main-content .e-content-header .m-breadcrumbs .s-print {
  font-size: 15px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.main-content .e-content-header .m-breadcrumbs .s-print a {
  background-image: url(../img/icon-print-01.svg);
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .main-content .e-content-header .m-breadcrumbs {
    display: block;
    border-bottom: none;
    padding: 0;
  }
  .main-content .e-content-header .m-breadcrumbs .s-breadcrumbs {
    color: #BFBFBF;
    background-color: #EDF0F4;
    font-size: 13px;
    padding: 10px 20px;
  }
  .main-content .e-content-header .m-breadcrumbs .s-breadcrumbs a {
    color: #BFBFBF;
  }
  .main-content .e-content-header .m-breadcrumbs .s-breadcrumbs .arrow {
    margin: 0 7px;
  }
  .main-content .e-content-header .m-breadcrumbs .s-breadcrumbs .current-item {
    font-family: "GenJyuuGothicX-Regular", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
  .main-content .e-content-header .m-breadcrumbs .s-print {
    font-size: 13px;
    padding: 10px 0;
    margin: 0 20px;
    border-bottom: 1px solid #D1D1D1;
    text-align: right;
  }
  .main-content .e-content-header .m-breadcrumbs .s-print a {
    background-size: auto 16px;
    padding: 0 0 0 20px;
  }
}
.main-content .e-content-header .m-heading {
  font-size: 36px;
  height: 180px;
  padding: 0 0 0 20px;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.main-content .e-content-header .m-heading::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#C1A238), color-stop(25%, #C1A238), color-stop(25%, #D1D1D1), to(#D1D1D1));
  background: -webkit-linear-gradient(left, #C1A238 0%, #C1A238 25%, #D1D1D1 25%, #D1D1D1 100%);
  background: linear-gradient(90deg, #C1A238 0%, #C1A238 25%, #D1D1D1 25%, #D1D1D1 100%);
}
@media screen and (max-width: 767px) {
  .main-content .e-content-header .m-heading {
    font-size: 24px;
    padding: 20px 0 20px 10px;
    margin: 0 20px;
    display: block;
    height: auto;
  }
}
.main-content .e-content-body {
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .main-content .e-content-body {
    padding: 40px 20px 0;
  }
}

.main-navi {
  width: 330px;
  min-height: 320px;
  position: relative;
  top: -80px;
  padding: 38px 40px 38px 40px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(5, 21, 39, 0.1));
          filter: drop-shadow(2px 2px 2px rgba(5, 21, 39, 0.1));
}
.main-navi .e-title {
  background-image: url(../img/arrow-right-01.svg);
  background-position: left top 13px;
  padding: 0 0 0 12px;
  font-size: 20px;
  margin: 0 0 15px 0;
}
.main-navi .e-navi li {
  background-image: url(../img/arrow-right-01.svg);
  background-position: left top 7px;
  padding: 0 0 0 12px;
  line-height: 1.4;
}
.main-navi .e-navi li + li {
  margin: 15px 0 0 0;
}
.main-navi .e-navi li a {
  color: #888888;
}
.main-navi .e-navi li.current a, .main-navi .e-navi li.current_page_item a {
  color: #C6A20D;
  font-family: "GenJyuuGothicX-Medium";
}
.main-navi.v-kv-none {
  top: 40px;
}
@media screen and (max-width: 767px) {
  .main-navi {
    display: none;
  }
}

/* ユーティリティテキスト */
/*---------------------------------------------------*/
.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.txt-center {
  text-align: center !important;
}

.txt-justify {
  text-align: justify !important;
}

.vertical-top {
  vertical-align: top !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

.vertical-baseline {
  vertical-align: baseline !important;
}

.f-bold {
  font-family: "GenJyuuGothicX-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.f-normal {
  font-family: "GenJyuuGothicX-Regular", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.italic {
  font-style: italic;
}

.oblique {
  font-style: oblique;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.nowrap {
  white-space: nowrap;
}

.big {
  font-size: 1.2em;
}

.small {
  font-size: 0.8em;
}

.txt-center-left {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .txt-center-left {
    text-align: left !important;
  }
}

.txt-left-center {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .txt-left-center {
    text-align: center !important;
  }
}

p {
  margin: 20px 0;
}

.text-red {
  color: #D50000;
}

/* 余白 */
/*---------------------------------------------------*/
.mtb-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mt-120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 767px) {
  .mt-120 {
    margin-top: 60px !important;
  }
}

.mt-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 50px !important;
  }
}

.mt-80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 40px !important;
  }
}

.mt-60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 30px !important;
  }
}

.mt-40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 20px !important;
  }
}

.mt-20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mt-20 {
    margin-top: 10px !important;
  }
}

.mb-120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
  .mb-120 {
    margin-bottom: 60px !important;
  }
}

.mb-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px !important;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: 40px !important;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 30px !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 20px !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .mb-20 {
    margin-bottom: 10px !important;
  }
}

.pt-120 {
  padding-top: 120px !important;
}
@media screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 60px !important;
  }
}

.pt-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 50px !important;
  }
}

.pt-80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 40px !important;
  }
}

.pt-60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .pt-60 {
    padding-top: 30px !important;
  }
}

.pt-40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .pt-40 {
    padding-top: 20px !important;
  }
}

.pt-20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .pt-20 {
    padding-top: 10px !important;
  }
}

.pb-120 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px !important;
  }
}

.pb-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 50px !important;
  }
}

.pb-80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 40px !important;
  }
}

.pb-60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .pb-60 {
    padding-bottom: 30px !important;
  }
}

.pb-40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .pb-40 {
    padding-bottom: 20px !important;
  }
}

.pb-20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .pb-20 {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
/* ページタイトル */
/*---------------------------------------------------*/
.page-kv {
  background-size: cover;
  background-position: center center;
  height: 460px;
}
body.blog .page-kv, body.category .page-kv {
  background-image: url(../img/bg-page-kv-01.jpg);
}
body.page-template-page-free-bus .page-kv {
  background-image: url(../img/bg-page-kv-02.jpg);
}
body.post-type-archive-pr-magazine .page-kv {
  background-image: url(../img/bg-page-kv-03.jpg);
}
body.page-template-page-sns .page-kv {
  background-image: url(../img/bg-page-kv-04.jpg);
}
body.page-template-page-access .page-kv {
  background-image: url(../img/bg-page-kv-05.jpg);
}
@media screen and (max-width: 767px) {
  .page-kv {
    height: 140px;
  }
}

/* 見出し */
/*---------------------------------------------------*/
.home-heading-02 > * {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 24px;
  position: relative;
  letter-spacing: 0.6em;
  line-height: 1;
  padding: 0 0 0 20px;
}
.home-heading-02 > *::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: -webkit-linear-gradient(top, #5C8BBC 0%, #5C8BBC 30px, #FFFFFF 30px, #FFFFFF 34px, #CBCBCB 34px, #CBCBCB 95%, #FFFFFF 95%, #FFFFFF 100%);
  background: linear-gradient(180deg, #5C8BBC 0%, #5C8BBC 30px, #FFFFFF 30px, #FFFFFF 34px, #CBCBCB 34px, #CBCBCB 95%, #FFFFFF 95%, #FFFFFF 100%);
}
@media screen and (max-width: 767px) {
  .home-heading-02 > * {
    font-size: 20px;
    padding: 0 0 0 10px;
  }
}

.heading-02 {
  border-left: 4px solid #C1A238;
  padding: 15px 0 15px 24px;
  margin: 0 0 40px 0;
  font-size: 26px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .heading-02 {
    padding: 5px 0 5px 15px;
    font-size: 20px;
    margin: 0 0 30px 0;
  }
}

.heading-03 {
  margin: 0 0 20px 0;
}
.heading-03 > * {
  border-left: 4px solid #C1A238;
  padding: 0 0 0 10px;
  font-size: 22px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.heading-03::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #D3D3D3;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .heading-03 > * {
    border-left: 2px solid #C1A238;
    font-size: 18px;
    line-height: 1.4;
  }
}

.heading-04 {
  margin: 0 0 20px 0;
  border-left: 4px solid #C1A238;
  padding: 0 0 0 10px;
  font-size: 22px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .heading-04 {
    border-left: 2px solid #C1A238;
    font-size: 18px;
    line-height: 1.4;
  }
}

/* レイアウト */
/*---------------------------------------------------*/
.relative-01 {
  position: relative;
}

/* リンク */
/*---------------------------------------------------*/
.link-list-01 ul {
  margin: -30px 0 0 -30px;
}
.link-list-01 ul::after {
  content: "";
  display: block;
  clear: both;
}
.link-list-01 ul li {
  float: left;
  width: calc((100% - 90px) / 3);
  margin: 30px 0 0 30px;
}
.link-list-01 ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 140px;
  border: 1px solid #D8C78E;
  border-radius: 5px;
  color: #D8C78E;
  font-size: 20px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .link-list-01 ul {
    margin: -20px 0 0 0;
  }
  .link-list-01 ul li {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
  }
  .link-list-01 ul li a {
    height: 70px;
  }
}

.link-sns-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.link-sns-01 .e-img {
  width: 137px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-sns-01 .e-img .m-yt {
  width: 62px;
}
.link-sns-01 .e-img .m-fb {
  width: 50px;
}
.link-sns-01 .e-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #D1D1D1;
  padding: 10px 0 10px 40px;
  font-size: 24px;
}
.link-sns-01 .e-link li::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon-external-link-01.svg);
  background-size: 30px auto;
  width: 30px;
  height: 30px;
  vertical-align: text-top;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .link-sns-01 .e-img {
    width: 80px;
  }
  .link-sns-01 .e-img .m-yt {
    width: 40px;
  }
  .link-sns-01 .e-img .m-fb {
    width: 40px;
  }
  .link-sns-01 .e-link {
    padding: 10px 0 10px 20px;
    font-size: 20px;
  }
  .link-sns-01 .e-link li::after {
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    vertical-align: baseline;
  }
}

.link-pdf-01 ul {
  margin: -50px 0 0 -50px;
}
.link-pdf-01 ul::after {
  content: "";
  display: block;
  clear: both;
}
.link-pdf-01 ul li {
  float: left;
  width: calc((100% - 150px) / 3);
  margin: 50px 0 0 50px;
}
.link-pdf-01 ul li a {
  display: block;
  text-align: center;
}
.link-pdf-01 ul li a .e-img {
  width: 160px;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.link-pdf-01 ul li a .e-title {
  margin: 10px 0 0 0;
}
.link-pdf-01 ul li a .e-title::before {
  content: url(../img/arrow-square-01.svg);
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .link-pdf-01 ul {
    margin: -30px 0 0 -30px;
  }
  .link-pdf-01 ul li {
    width: calc((100% - 60px) / 2);
    margin: 30px 0 0 30px;
  }
  .link-pdf-01 ul li a .e-img {
    width: 100%;
  }
}

.link-pdf-02 {
  margin: 20px 0;
}
.link-pdf-02 a {
  color: #21509A;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.link-pdf-02::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon-pdf-01.svg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 40px;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.link-arrow::before {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow-square-01.svg);
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin: 0 7px 0 0;
}

.link-external::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon-external-link-01.svg);
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  margin: 0 0 0 10px;
}

/* 箱 */
/*---------------------------------------------------*/
.box-01 {
  background-color: #FAF6E8;
  padding: 30px;
  margin: 20px 0;
}
.box-01 > *:first-child {
  margin-top: 0;
}
.box-01 > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .box-01 {
    padding: 20px;
  }
}

/* リスト */
/*---------------------------------------------------*/
.ul-01 {
  margin: 20px 0;
}
.ul-01 > li {
  position: relative;
  padding: 0 0 0 20px;
}
.ul-01 > li::before {
  position: absolute;
  left: 0;
  top: 13px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 3px;
  background-color: #C1A238;
}

.ul-02 {
  margin: 20px 0;
}
.ul-02 > li {
  position: relative;
  padding: 0 0 0 20px;
}
.ul-02 > li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #264678;
}

.ul-03 {
  margin: 20px 0;
}
.ul-03 > li + li {
  margin: 8px 0 0 0;
}
.ul-03 > li span {
  background-color: #E7ECF0;
  display: inline-block;
  padding: 5px 7px;
}

.ul-04 {
  margin: 20px 0;
}
.ul-04 > li {
  position: relative;
  padding: 0 0 0 15px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.ul-04 > li::before {
  position: absolute;
  left: 0;
  top: 13px;
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #262626;
  border-radius: 100px;
}
.ul-04 > li + li {
  margin: 5px 0 0 0;
}

.ul-05 {
  margin: 20px 0;
}
.ul-05 > li {
  text-indent: -1em;
  padding-left: 1em;
}
.ul-05 > li + li {
  margin: 5px 0 0 0;
}

.ol-01 {
  margin: 20px 0;
  counter-reset: item;
}
.ol-01 > li {
  position: relative;
  padding: 0 0 0 30px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.ol-01 > li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: item;
  content: counter(item) ".";
  color: #223D6D;
}
.ol-01 > li + li {
  margin: 5px 0 0 0;
}

.dl-01 {
  margin: 40px 0;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
}
.dl-01 > dt {
  font-size: 28px;
}
.dl-01 > dd {
  font-size: 22px;
}

.dl-02 {
  margin: 40px 0;
}
.dl-02 > dt {
  font-family: "GenJyuuGothicX-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.dl-02 > dd {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .dl-02 {
    margin: 30px 0;
  }
}

.dl-03 {
  margin: 40px 0;
}
.dl-03 > dt {
  font-family: "GenJyuuGothicX-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
}
.dl-03 > dd {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .dl-03 {
    margin: 30px 0;
  }
  .dl-03 > dt {
    font-size: 18px;
  }
  .dl-03 > dd {
    margin: 5px 0 0 0;
  }
}

/* 表 */
/*---------------------------------------------------*/
.table-sp-wrap {
  width: 100%;
  overflow-x: auto;
}
.table-sp-wrap::before {
  content: "※横にスクールしてご覧いただけます。";
  display: block;
  font-size: 12px;
  margin: 0 0 10px 0;
}

.table-01,
.table-01-02 {
  width: 100%;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.table-01 thead tr,
.table-01-02 thead tr {
  background-color: #F2F0E9;
}
.table-01 thead tr th,
.table-01-02 thead tr th {
  padding: 10px 0;
  line-height: 1.4;
}
.table-01 thead tr th.v-py,
.table-01-02 thead tr th.v-py {
  padding: 15px 0;
}
.table-01 thead tr th span,
.table-01-02 thead tr th span {
  display: block;
  font-family: "GenJyuuGothicX-Regular", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
}
.table-01 tbody tr,
.table-01-02 tbody tr {
  border-bottom: 1px solid #D1D1D1;
}
.table-01 tbody tr th,
.table-01-02 tbody tr th {
  line-height: 1.4;
  vertical-align: middle;
  padding: 10px 0;
}
.table-01 tbody tr th span,
.table-01-02 tbody tr th span {
  display: block;
  font-family: "GenJyuuGothicX-Regular", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
}
.table-01 tbody tr td,
.table-01-02 tbody tr td {
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  width: 12%;
}
.table-01 tbody tr td .e-day,
.table-01-02 tbody tr td .e-day {
  display: none;
}
.table-01 .cell-01,
.table-01-02 .cell-01 {
  background-color: #DCE3D2;
}
.table-01 .cell-02,
.table-01-02 .cell-02 {
  background-color: #F4E4AF;
}

@media screen and (max-width: 767px) {
  .table-01 thead {
    display: none;
  }
  .table-01 tbody tr {
    border-bottom: none;
  }
  .table-01 tbody tr th {
    background-color: #F2F0E9;
    display: block;
    padding: 10px 0;
  }
  .table-01 tbody tr td {
    display: block;
    padding: 10px 0 0 0;
    width: 100%;
  }
  .table-01 tbody tr td .e-day {
    display: inline-block;
    margin: 0 0 0 5px;
  }
  .table-01 tbody tr + tr th {
    margin: 20px 0 0 0;
  }
  .table-01-02 thead tr th {
    white-space: nowrap;
  }
  .table-01-02 thead tr th.v-py {
    padding: 10px;
  }
}
.table-02 {
  width: 100%;
  border: 1px solid #CBCBCB;
  border-radius: 2px;
  margin: 30px 0 0 0;
}
.table-02 thead tr th {
  background-color: #F2F0E9;
  padding: 20px;
}
.table-02 tbody tr {
  border-top: 1px solid #CBCBCB;
}
.table-02 tbody tr:first-child {
  border: none;
}
.table-02 tbody tr th {
  background-color: #F2F0E9;
  padding: 20px;
  vertical-align: middle;
  width: 200px;
}
.table-02 tbody tr td {
  padding: 20px;
}
.table-02 tbody tr td > * + * {
  margin: 20px 0 0 0;
}
.table-02 tbody tr td > *:first-child {
  margin-top: 0;
}
.table-02 tbody tr td > *:last-child {
  margin-bottom: 0;
}
.table-02.v-border thead tr th, .table-02.v-border thead tr td,
.table-02.v-border tbody tr th,
.table-02.v-border tbody tr td {
  border-left: 1px solid #CBCBCB;
}
@media screen and (max-width: 767px) {
  .table-02 thead tr th {
    white-space: nowrap;
    padding: 10px;
  }
  .table-02 tbody tr th {
    width: auto;
  }
}

/* ボタン */
/*---------------------------------------------------*/
.btn-01 {
  margin: 20px 0;
}
.btn-01 + .btn-01 {
  margin-top: -5px;
}
.btn-01 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #5C8BBC;
  height: 50px;
  padding: 0 0 0 25px;
  background-image: url(../img/arrow-right-02.svg);
  background-position: left 10px center;
  line-height: 1.25;
}

.btn-02 {
  margin: 40px 0;
}
.btn-02 a, .btn-02 input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 340px;
  height: 60px;
  margin: 0 auto;
  background-color: #C6A20D;
  color: #ffffff;
  border-radius: 5px;
  line-height: 1.25;
  font-size: 20px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.btn-02 a::before, .btn-02 input::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url(../img/arrow-right-03.svg);
  background-size: 9px auto;
  margin: 0 8px 0 0;
}
.btn-02.w-full a, .btn-02.w-full input {
  width: 100%;
  padding: 0 50px;
  white-space: nowrap;
}

.btn-03 a {
  background: #009A53;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
}

.fa-angle-right {
  margin-right: 10px;
}

/* ナビ */
/*---------------------------------------------------*/
.navi-05 {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .navi-05 {
    margin: 30px 0;
  }
}
.navi-05 ul {
  margin: -20px 0 0 -15px;
}
.navi-05 ul:before {
  content: "";
  display: block;
  clear: both;
}
.navi-05 ul::after {
  content: "";
  display: block;
  clear: both;
}
.navi-05 ul li {
  float: left;
  border-left: 1px solid #BFBFBF;
  padding: 0 0 0 15px;
  margin: 20px 0 0 15px;
  line-height: 1.3;
  font-size: 15px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.navi-05 ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow-square-01.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin: 0 7px 0 0;
}
@media screen and (max-width: 767px) {
  .navi-05 ul {
    margin: -15px 0 0 0;
  }
  .navi-05 ul li {
    display: block;
    margin: 15px 0 0 0;
  }
}
.navi-05.v-large ul {
  margin: -15px 0 0 -20px;
}
.navi-05.v-large ul li {
  margin: 15px 0 0 20px;
}
.navi-05.v-arrow-bottom ul li::before {
  background-image: url(../img/arrow-bottom-01.svg);
  background-size: 8px auto;
  width: 8px;
  height: 5px;
  top: -3px;
}
.navi-05.v-arrow-bottom ul li a {
  color: #264678;
}

/* アコーディオン */
/*---------------------------------------------------*/
/* スライダー */
/*---------------------------------------------------*/
/* お問い合わせ */
/*---------------------------------------------------*/
/* ニュース */
/*---------------------------------------------------*/
.news-01 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.news-01 dl + dl {
  margin: 20px 0 0 0;
}
.news-01 dl dt {
  min-width: 240px;
}
.news-01 dl dt .e-cate {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .news-01 {
    padding: 15px 0 0 0;
  }
  .news-01 dl {
    display: block;
    border-top: 1px solid #CBCBCB;
    padding: 15px 0;
  }
  .news-01 dl:first-child {
    border-top: none;
  }
  .news-01 dl + dl {
    margin: 0;
  }
  .news-01 dl dt {
    min-width: 100%;
  }
  .news-01 dl dt .e-cate {
    margin: 0 0 0 10px;
  }
}

/* ページネーション */
/*---------------------------------------------------*/
.pagenation-block {
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  padding: 20px;
  margin: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
  .pagenation-block {
    margin: 60px 0 0;
    padding: 10px;
  }
}
.pagenation-block .pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.pagenation-block .pagenation .prev-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
}
.pagenation-block .pagenation .prev-box .first::after {
  content: "|";
  display: inline-block;
  margin: 0 15px;
  color: #D1D1D1;
}
.pagenation-block .pagenation .prev-box .first a {
  background-image: url(../img/arrow-square-02.svg);
  background-position: left center;
  padding: 0 0 0 28px;
}
.pagenation-block .pagenation .number-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.pagenation-block .pagenation .number-box .number a {
  border: 1px solid #BF980F;
  border-radius: 2px;
  color: #BF980F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
}
.pagenation-block .pagenation .number-box .number.current {
  background-color: #BF980F;
  border-radius: 2px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .pagenation-block .pagenation .number-box {
    display: none;
  }
}
.pagenation-block .pagenation .next-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 150px;
}
.pagenation-block .pagenation .next-box .last::before {
  content: "|";
  display: inline-block;
  margin: 0 15px;
  color: #D1D1D1;
}
.pagenation-block .pagenation .next-box .last a {
  background-image: url(../img/arrow-square-01.svg);
  background-position: right center;
  padding: 0 28px 0 0;
}
.pagenation-block .pagenation .post-prev a {
  background-image: url(../img/arrow-square-02.svg);
  background-position: left center;
  padding: 0 0 0 28px;
}
.pagenation-block .pagenation .post-next a {
  background-image: url(../img/arrow-square-01.svg);
  background-position: right center;
  padding: 0 28px 0 0;
}

/* お問い合わせ */
/*---------------------------------------------------*/
.inquiry-01 {
  background-color: #F5F1E5;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 70px auto 0;
  max-width: 780px;
  padding: 25px 0;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.inquiry-01 .e-heading {
  font-size: 20px;
  padding: 0 60px;
  line-height: 1.4;
}
.inquiry-01 .e-inquiry {
  border-left: 1px solid #C3B48A;
  padding: 10px 50px 0 50px;
  font-size: 18px;
  line-height: 1.5;
}
.inquiry-01 .e-inquiry a {
  display: inline-block;
  font-size: 28px;
  color: #C6A20D;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.inquiry-01 .e-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #C3B48A;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .inquiry-01 {
    display: block;
    margin: 50px auto 0;
    padding: 20px;
  }
  .inquiry-01 .e-heading {
    font-size: 20px;
    text-align: center;
    padding: 0;
  }
  .inquiry-01 .e-inquiry {
    border-left: none;
    border-top: 1px solid #C3B48A;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    text-align: center;
  }
  .inquiry-01 .e-btn {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-left: none;
    border-top: 1px solid #C3B48A;
  }
}

/* 地図 */
/*---------------------------------------------------*/
.map-01 {
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.map-01 iframe {
  width: 100%;
  height: 460px;
}
@media screen and (max-width: 767px) {
  .map-01 iframe {
    height: 300px;
  }
}

/* ヘッダー */
/*---------------------------------------------------*/
.header {
  position: relative;
  /*background: url("../../assets/images/top/main-visual.jpg") no-repeat left top / cover;
  height: 100vh;*/
}
.header__text {
  position: absolute;
  bottom: 50px;
  max-width: 1110px;
  width: 98%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .header__text {
    width: 100%;
    display: block;
    bottom: 0;
    top: 30px;
  }
}
.header__logo {
  width: 60%;
  margin-right: auto;
}
@media screen and (max-width: 1919px) {
  .header__logo {
    top: 75%;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 100%;
  }
}
.header__logo h1 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header__logo h1 {
    font-size: 40px;
    text-align: center;
  }
}
.header__date {
  font-size: 76px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header__date {
    font-size: 56px;
    text-align: center;
  }
}
.header__date span {
  font-size: 40px;
}
.header__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.header__buttonarea {
  width: 34.2%;
  color: #fff;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .header__buttonarea {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }
}
.header__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header__title {
    font-size: 15px;
  }
}
.header__title::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  margin-right: 10px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.header__title::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  margin-left: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.header__button {
  margin: 0;
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .header__button {
    max-width: 300px;
    margin: 0 auto;
  }
}
.header__button a {
  height: 60px;
}

/* フッター */
/*---------------------------------------------------*/
.g-footer {
  max-width: 1220px;
  margin: 0 auto;
}
.g-footer .l-inner-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.g-footer .l-inner-01 .e-title {
  font-size: 22px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.g-footer .l-inner-01 .e-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .g-footer .l-inner-01 {
    display: none;
  }
}
.g-footer .l-inner-02 {
  /*margin: 15px 0 0 0;*/
  margin: 0;
  padding: 45px 10px;
  /*border-top: 1px solid #CBCBCB;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .g-footer .l-inner-02 {
    display: block;
    border-top: none;
    margin: 0;
    padding: 0 20px 80px;
  }
}
.g-footer .l-inner-02 .e-logo {
  width: 223px;
  text-align: center;
}
.g-footer .l-inner-02 .e-logo a {
  display: block;
}
.g-footer .l-inner-02 .e-logo a .m-logo img {
  width: 65px;
}
.g-footer .l-inner-02 .e-logo a .m-text {
  font-size: 24px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 767px) {
  .g-footer .l-inner-02 .e-logo {
    width: 100%;
  }
  .g-footer .l-inner-02 .e-logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 12px;
  }
  .g-footer .l-inner-02 .e-logo a .m-logo img {
    width: 40px;
  }
  .g-footer .l-inner-02 .e-logo a .m-text {
    font-size: 20px;
    margin: 0;
  }
}
.g-footer .l-inner-02 .e-navi {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #D8D8D8;
  padding: 20px 0 40px 40px;
}
.g-footer .l-inner-02 .e-navi .m-navi-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-footer .l-inner-02 .e-navi .m-navi-01 .s-heading {
  font-size: 20px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.g-footer .l-inner-02 .e-navi .m-navi-01 .s-list {
  margin: 20px 0 0 0;
}
.g-footer .l-inner-02 .e-navi .m-navi-01 .s-list a {
  color: #888888;
}
.g-footer .l-inner-02 .e-navi .m-navi-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0 0 0;
}
.g-footer .l-inner-02 .e-navi .m-navi-02 .s-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
.g-footer .l-inner-02 .e-navi .m-navi-02 .s-list a {
  color: #888888;
}
.g-footer .l-inner-02 .e-navi .m-navi-02 .s-copy {
  font-size: 13px;
  color: #888888;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .g-footer .l-inner-02 .e-navi {
    border-top: 1px solid #D8D8D8;
    border-left: none;
    margin: 20px 0 0 0;
    padding: 30px 0 0 0;
  }
  .g-footer .l-inner-02 .e-navi .m-navi-01 {
    display: block;
  }
  .g-footer .l-inner-02 .e-navi .m-navi-01 .s-heading {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
  .g-footer .l-inner-02 .e-navi .m-navi-01 .s-list {
    margin: 5px 0 0 0;
    font-size: 14px;
  }
  .g-footer .l-inner-02 .e-navi .m-navi-02 {
    display: block;
    margin: 20px 0 0 0;
  }
  .g-footer .l-inner-02 .e-navi .m-navi-02 .s-list {
    display: block;
    font-size: 12px;
  }
  .g-footer .l-inner-02 .e-navi .m-navi-02 .s-list a {
    color: #888888;
  }
  .g-footer .l-inner-02 .e-navi .m-navi-02 .s-copy {
    border-top: 1px solid #CBCBCB;
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 12px;
    color: #888888;
    margin: 20px 0 0 0;
  }
}

.sp-fixed-navi {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-fixed-navi {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    z-index: 100;
  }
  .sp-fixed-navi > * {
    height: 60px;
  }
  .sp-fixed-navi > * a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    font-family: "GenJyuuGothicX-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
  .sp-fixed-navi .e-faq, .sp-fixed-navi .e-inquiry {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sp-fixed-navi .e-faq a, .sp-fixed-navi .e-inquiry a {
    background-color: #5C8BBC;
    color: #ffffff;
  }
  .sp-fixed-navi .e-inquiry {
    margin: 0 0 0 1px;
  }
  .sp-fixed-navi .e-pagetop {
    width: 80px;
  }
  .sp-fixed-navi .e-pagetop a {
    font-size: 13px;
    color: #5C8BBC;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 2px solid #5C8BBC;
    background-color: #ffffff;
  }
}

/* HOME */
/*---------------------------------------------------*/
main {
  /*background: url("../../assets/images/top/main-bg01-pc.png") no-repeat left top;
  background-size: contain;*/
  background-image: url("../../assets/images/top/main-bg01-pc.png"), url("../../assets/images/top/main-bg02-pc.png");
  background-position: left top, left bottom;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main {
    background-image: url("../../assets/images/top/main-bg01-sp.png"), url("../../assets/images/top/main-bg02-sp.png");
    background-position: left top, left bottom;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
    margin-bottom: 50px;
  }
}

.main-lead {
  padding-top: 94px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .main-lead {
    padding-top: 40px;
    width: 90%;
    margin: 0 auto;
  }
}
.main-lead-wrap {
  max-width: 910px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main-lead-wrap__left {
  width: 66.4%;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-lead-wrap__left {
    width: 100%;
    margin-right: 0;
  }
}
.main-lead-wrap__right {
  width: 24.1%;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .main-lead-wrap__right {
    width: 90%;
    margin: 0 auto;
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .main-lead-wrap {
    display: block;
  }
}
.main-lead__title {
  /*writing-mode: vertical-rl;
  background: #009A53;
  color: #fff;
  font-size: 55px;
  padding: 30px 0 20px;
  letter-spacing: 0.2em;
  position: absolute;
  left: 516px;
  bottom: 79px;
  line-height: 1.5;
  margin: 0;*/
  position: absolute;
  left: 515px;
  bottom: 70px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .main-lead__title {
    font-size: 32px;
    left: 16px;
    bottom: -200px;
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 670px) {
  .main-lead__title {
    left: 0;
    bottom: -140px;
  }
}
.main-lead__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .main-lead__text {
    font-size: 22px;
    position: relative;
    left: 45%;
  }
}
@media screen and (max-width: 680px) {
  .main-lead__text {
    font-size: 20px;
    left: 0;
    top: 30px;
    width: 100%;
  }
}
.main-lead__sentence {
  letter-spacing: 0.5em;
  margin: 0;
}
.main-lead__sentence:nth-child(1) {
  margin-top: 1em;
}
.main-lead__sentence:nth-child(2) {
  margin-top: 2em;
}
.main-lead__sentence:nth-child(3) {
  margin-top: 7.5em;
}
.main-lead__sentence .circle {
  background: #009A53;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  padding-top: 8px;
  margin-bottom: 10px;
  position: relative;
  margin: 0 auto;
  left: 0;
  right: auto;
}
.main-lead__sentence02 {
  max-width: 620px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  position: relative;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .main-lead__sentence02 {
    top: -120px;
  }
}
.main-lead__image02 {
  position: relative;
  top: -45px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .main-lead__image02 {
    top: -190px;
    left: -20px;
  }
}
@media screen and (max-width: 670px) {
  .main-lead__image02 {
    top: -150px;
    left: -13px;
  }
}
@media screen and (max-width: 767px) {
  .main-lead__image01 {
    text-align: center;
  }
}

.main-sec__title {
  font-size: 26px;
  text-align: center;
  border-bottom: 1px solid #564640;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .main-sec__title {
    font-size: 22px;
  }
}

.greeting-director {
  max-width: 1000px;
  width: 98%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .greeting-director {
    margin: -45px auto 80px;
    width: 90%;
  }
}
.greeting-director-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .greeting-director-wrap {
    display: block;
  }
}
.greeting-director-wrap__text {
  width: 63%;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .greeting-director-wrap__text {
    width: 100%;
  }
}
.greeting-director-wrap__image {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .greeting-director-wrap__image {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.greeting-director-wrap__sentence {
  margin: 0 0 30px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .greeting-director-wrap__sentence {
    margin: 0 0 50px;
  }
}
.greeting-director-list {
  list-style-type: decimal;
  font-size: 18px;
  margin: 0 0 20px 1em;
}
@media screen and (max-width: 767px) {
  .greeting-director-list {
    margin: 0 0 50px 1em;
  }
}
.greeting-director-list__item {
  margin-bottom: 10px;
  line-height: 1.5;
}

.hospital-introduction {
  max-width: 1000px;
  margin: 0 auto 90px;
  background: #F8F8F4;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .hospital-introduction {
    width: 90%;
    margin: 0 auto 50px;
    padding: 0 15px;
  }
}
.hospital-introduction__title {
  font-size: 26px;
  text-align: center;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .hospital-introduction__title {
    top: -13px;
    line-height: 1.3;
  }
}
.hospital-introduction__sentence {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .hospital-introduction__sentence {
    text-align: left;
  }
}
.hospital-introduction-wrap {
  max-width: 940px;
  margin: 30px auto 0;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .hospital-introduction-wrap {
    display: block;
  }
}
.hospital-introduction-wrap__inner {
  width: 31.9%;
  background: #fff;
  border: 1px solid #008F49;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .hospital-introduction-wrap__inner {
    width: 100%;
    margin-bottom: 30px;
  }
  .hospital-introduction-wrap__inner:last-child {
    margin-bottom: 0;
  }
}
.hospital-introduction-wrap__title {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 45px;
}
.hospital-introduction-wrap__sentence {
  text-align: center;
  color: #009A53;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}
.hospital-introduction-wrap__sentence::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  width: 1px;
  height: 27px;
  margin: auto;
  display: block;
  background: #707070;
}

.careers {
  max-width: 1000px;
  width: 98%;
  margin: 0 auto 110px;
}
@media screen and (max-width: 767px) {
  .careers {
    margin: 0 auto 60px;
  }
}
.careers__subtitle {
  color: #009A53;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  text-align: center;
  margin: 0;
}
.careers__subtitle::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #009A53;
  margin-right: 20px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .careers__subtitle::before {
    height: 70px;
    margin-right: 35px;
  }
}
.careers__subtitle::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #009A53;
  margin-left: 20px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media screen and (max-width: 767px) {
  .careers__subtitle::after {
    height: 70px;
    margin-left: 35px;
  }
}
.careers__title {
  font-size: 26px;
  text-align: center;
  margin: 0 0 25px;
}
.careers-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .careers-wrap {
    display: block;
  }
}
.careers-wrap__inner {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .careers-wrap__inner {
    width: 90%;
    margin: 0 auto 35px;
  }
}
.careers-wrap__inner i {
  color: #009A53;
}
.careers-wrap__image {
  margin-bottom: 15px;
}
.careers-wrap__sentence {
  margin: 10px 0 0;
  line-height: 1.8;
}
.careers-wrap__title {
  font-size: 18px;
}
.careers-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .careers-list {
    width: 90%;
    margin: 0 auto;
  }
}
.careers-list__item {
  margin: 0 50px 10px 0;
  font-size: 18px;
}
.careers-list__item:nth-child(5) {
  margin-right: 60px;
}
.careers-list__item:nth-child(6) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .careers-list__item:nth-child(6) {
    margin-right: 50px;
  }
}
.careers-list__item i {
  color: #009A53;
}

.preparation-room-wrap {
  max-width: 922px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .preparation-room-wrap {
    width: 90%;
    display: block;
  }
}
.preparation-room-wrap__text {
  width: 30.6%;
  border-right: 1px solid #C3B6B1;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .preparation-room-wrap__text {
    width: 100%;
    border-right: none;
  }
}
.preparation-room-wrap__contact {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .preparation-room-wrap__contact {
    width: 100%;
  }
}
.preparation-room-wrap__contact iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.preparation-room-wrap__title {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .preparation-room-wrap__title {
    text-align: center;
  }
}
.preparation-room-wrap02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 556px;
}
@media screen and (max-width: 767px) {
  .preparation-room-wrap02 {
    display: block;
    margin: 0 auto;
  }
}
.preparation-room-wrap02__tel {
  width: 40.4%;
  margin: 0 auto 0 0;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .preparation-room-wrap02__tel {
    width: 100%;
    text-align: center;
  }
}
.preparation-room-wrap02__tel span {
  color: #009A53;
  margin-right: 15px;
}
.preparation-room-wrap02__button {
  width: 53.9%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .preparation-room-wrap02__button {
    width: 100%;
    height: 46px;
  }
}
.preparation-room-wrap02__address {
  font-size: 18px;
  margin: 10px 0;
}

.information {
  max-width: 1000px;
  width: 98%;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .information {
    width: 90%;
    margin: 0 auto 60px;
  }
}
.information dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EAEAEA;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .information dl {
    display: block;
    padding: 0 20px 15px;
  }
}
.information dl dt {
  min-width: 150px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .information dl dt {
    width: 100%;
    padding: 0;
  }
}
.information dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.information-inner {
  height: 300px;
  overflow-y: scroll;
}/*# sourceMappingURL=style.css.map */