@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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #D1D1D1;
  padding: 0 0 20px 0;
}
.main-content .e-content-header .m-breadcrumbs .s-breadcrumbs {
  color: #888888;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.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;
  white-space: nowrap;
  margin: 0 0 0 10px;
}
.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(#264678), color-stop(25%, #264678), color-stop(25%, #D1D1D1), to(#D1D1D1));
  background: -webkit-linear-gradient(left, #264678 0%, #264678 25%, #D1D1D1 25%, #D1D1D1 100%);
  background: linear-gradient(90deg, #264678 0%, #264678 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: #6796c4;
  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, body.page-template-page-rss .page-kv {
  background-image: url(../img/bg-page-kv-01.jpg);
}
body.page-template-page-temp-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);
}
@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;
  white-space: pre;
  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;
  }
}

_::-webkit-full-page-media, _:future, :root .home-heading-02.v-02 > * {
  padding: 0 0 0 9px;
}
@media screen and (max-width: 767px) {
  _::-webkit-full-page-media > *, _:future > *, :root .home-heading-02.v-02 > * > * {
    padding: 0;
  }
}

.heading-02 {
  border-left: 4px solid #6796c4;
  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 #6796c4;
  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 #6796c4;
    font-size: 18px;
    line-height: 1.4;
  }
}

.heading-04 {
  margin: 0 0 20px 0;
  border-left: 4px solid #6796c4;
  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 #6796c4;
    font-size: 18px;
    line-height: 1.4;
  }
}

.heading-05 {
  margin: 40px 0 20px 0;
  border-bottom: 1px solid #D3D3D3;
  padding: 0 0 0 5px;
}
.heading-05 > * {
  font-size: 20px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #6796c4;
}
.heading-05 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .heading-05 {
    margin: 30px 0 20px 0;
  }
  .heading-05 > * {
    font-size: 18px;
  }
}

/* レイアウト */
/*---------------------------------------------------*/
.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 #5C8BBC;
  border-radius: 5px;
  color: #5C8BBC;
  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: #6796c4;
  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;
}

/* 画像 */
/*---------------------------------------------------*/
figure {
  margin: 20px 0 !important;
}
figure figcaption {
  margin: 10px 0 0 0;
  line-height: 1.5;
  font-family: "GenJyuuGothicX-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
figure img + img {
  margin: 20px 0 0 0;
}
figure.v-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  figure {
    margin: 15px 0 !important;
  }
  figure figcaption {
    margin: 5px 0 0 0;
    font-size: 14px;
  }
  figure img + img {
    margin: 15px 0 0 0;
  }
}

.img-box-01 {
  margin: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
.img-box-01 + .img-box-01 {
  border-top: 1px solid #D3D3D3;
  padding: 40px 0 0 0;
}
.img-box-01 .e-img {
  width: 420px;
}
.img-box-01 .e-img img {
  width: 100%;
}
.img-box-01 .e-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.img-box-01 .e-text > *:first-child {
  margin-top: 0;
}
.img-box-01 .e-text > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .img-box-01 {
    margin: 20px 0;
    display: block;
  }
  .img-box-01 + .img-box-01 {
    border-top: 1px solid #D3D3D3;
    padding: 20px 0 0 0;
  }
  .img-box-01 .e-img {
    width: 100%;
  }
  .img-box-01 .e-text {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin: 15px 0 0 0;
  }
}
.img-box-01.v-small {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.img-box-01.v-small .e-img {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .img-box-01.v-small .e-img {
    width: 100%;
  }
}
.img-box-01.v-mini {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 50px;
}
.img-box-01.v-mini .e-img {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .img-box-01.v-mini .e-img {
    width: 100%;
  }
}
.img-box-01.v-block {
  display: block;
}
.img-box-01.v-block .e-img {
  width: 100%;
  text-align: center;
}
.img-box-01.v-block .e-img img {
  width: auto;
}
.img-box-01.v-block .e-text {
  margin: 10px 0 0 0;
}
.img-box-01.v-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.img-box-01.v-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* 箱 */
/*---------------------------------------------------*/
.box-01 {
  background-color: #ecf2fb;
  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: #6796c4;
}

.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: #6796c4;
}

.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: #6796c4;
}
.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: #ecf2fb;
}
.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: #FAF6E8;
}
.table-01 .cell-02,
.table-01-02 .cell-02 {
  background-color: #EDF1F7;
}

@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: #ecf2fb;
    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: #ecf2fb;
  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: #ecf2fb;
  padding: 20px;
  vertical-align: middle;
  width: 200px;
}
.table-02 tbody tr td {
  padding: 20px;
  vertical-align: middle;
}
.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: #6796c4;
  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;
}

/* ナビ */
/*---------------------------------------------------*/
.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: #6796c4;
}

/* アコーディオン */
/*---------------------------------------------------*/
/* スライダー */
/*---------------------------------------------------*/
/* お問い合わせ */
/*---------------------------------------------------*/
/* ニュース */
/*---------------------------------------------------*/
.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 #6796c4;
  border-radius: 2px;
  color: #6796c4;
  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: #6796c4;
  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: #ecf2fb;
  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 #6796c4;
  padding: 10px 50px 0 50px;
  font-size: 18px;
  line-height: 1.5;
}
.inquiry-01 .e-inquiry a {
  display: inline-block;
  font-size: 28px;
  color: #6796c4;
  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 #6796c4;
  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 #6796c4;
    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 #6796c4;
  }
}

/* 地図 */
/*---------------------------------------------------*/
.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;
  }
}

/* ヘッダー */
/*---------------------------------------------------*/
.g-header {
  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 160px;
  padding: 0 0 0 30px;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  z-index: 1000;
  color: #262626;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .g-header {
    padding: 0 0 0 10px;
    height: 65px;
    gap: 0;
  }
}
.g-header .e-title {
  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;
  gap: 0 18px;
}
.g-header .e-title .m-text {
  font-size: 26px;
  font-family: "GenJyuuGothicX-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.g-header .e-title .m-text a {
  color: #262626;
}
@media screen and (max-width: 767px) {
  .g-header .e-title {
    gap: 0 8px;
  }
  .g-header .e-title .m-logo {
    width: 34px;
  }
  .g-header .e-title .m-text {
    font-size: 22px;
  }
}
.g-header > .l-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.g-header > .l-inner .e-navi {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #E2E2E2;
  padding: 0 22px 0 0;
}
.g-header > .l-inner .e-navi .m-setting {
  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;
}
.g-header > .l-inner .e-navi .m-setting .s-font-size {
  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 15px;
  font-size: 14px;
  line-height: 1;
}
.g-header > .l-inner .e-navi .m-setting .s-font-size dd {
  cursor: pointer;
}
.g-header > .l-inner .e-navi .m-setting .s-font-size dd.active {
  color: #ffffff;
  background-color: #6796C4;
  border-radius: 2px;
  padding: 10px;
}
.g-header > .l-inner .e-navi .m-setting .s-search {
  margin: 0 0 0 20px;
}
.g-header > .l-inner .e-navi .m-setting .s-search form {
  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 10px;
}
.g-header > .l-inner .e-navi .m-setting .s-search form .search-box {
  overflow: hidden;
  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;
}
.g-header > .l-inner .e-navi .m-setting .s-search form .search-box .l-inner {
  width: 0;
  position: relative;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.g-header > .l-inner .e-navi .m-setting .s-search form .search-box .l-inner input[type=text] {
  font-size: 14px;
  padding: 5px 0 5px 0;
  line-height: 1;
  width: inherit;
  border: none;
  border-radius: 100px;
  width: 0;
  background-color: #E3E9EE;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.g-header > .l-inner .e-navi .m-setting .s-search form .search-box .l-inner .search-submit {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100px;
  font-size: 12px;
  width: 50px;
  background-color: #6796c4;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.g-header > .l-inner .e-navi .m-setting .s-search form .search-box .l-inner.v-show {
  width: 100%;
}
.g-header > .l-inner .e-navi .m-setting .s-search form .search-box .l-inner.v-show input[type=text] {
  padding: 5px 65px 5px 15px;
  width: 280px;
}
.g-header > .l-inner .e-navi .m-setting .s-search form .search-box .l-inner.v-show .search-submit {
  opacity: 1;
}
.g-header > .l-inner .e-navi .m-setting .s-search form .search-btn {
  display: block;
  background-image: url(../img/icon-search-01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.g-header > .l-inner .e-navi .m-navi {
  border-top: 1px solid #D8D8D8;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
}
.g-header > .l-inner .e-navi .m-navi ul {
  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;
  gap: 0 34px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.g-header > .l-inner .e-navi .m-navi ul a {
  color: #262626;
}
@media screen and (max-width: 767px) {
  .g-header > .l-inner .e-navi {
    display: none;
  }
}
.g-header > .l-inner .e-menu {
  width: 110px;
}
.g-header > .l-inner .e-menu .m-button {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
  cursor: pointer;
}
.g-header > .l-inner .e-menu .m-button span {
  background-color: #5C8BBC;
  height: 2px;
  width: 38px;
}
.g-header > .l-inner .e-menu .m-button span + span {
  margin: 15px 0 0 0;
}
@media screen and (max-width: 767px) {
  .g-header > .l-inner .e-menu {
    width: 85px;
  }
  .g-header > .l-inner .e-menu .m-button {
    height: 65px;
  }
  .g-header > .l-inner .e-menu .m-button span {
    width: 28px;
  }
  .g-header > .l-inner .e-menu .m-button span + span {
    margin: 12px 0 0 0;
  }
}
body.home .g-header {
  color: #ffffff;
  background: none;
}
body.home .g-header a {
  color: #ffffff !important;
}
body.home .g-header .l-inner .e-navi .m-setting .s-font-size dd.active {
  color: #ffffff;
  background: none;
  border: 1px solid #ffffff;
}
body.home .g-header .l-inner .e-navi .m-setting .s-search form .search-btn {
  background-image: url(../img/icon-search-02.svg);
}
body.home .g-header .l-inner .e-menu .m-button span {
  background-color: #ffffff;
}
body.home .g-header.is-scroll {
  background-color: #ffffff;
  color: #262626;
}
body.home .g-header.is-scroll a {
  color: #262626 !important;
}
body.home .g-header.is-scroll .l-inner .e-navi .m-setting .s-font-size dd.active {
  background-color: #6796C4;
  border: 1px solid rgba(255, 255, 255, 0);
}
body.home .g-header.is-scroll .l-inner .e-navi .m-setting .s-search form input[type=text] {
  background-color: #E3E9EE;
}
body.home .g-header.is-scroll .l-inner .e-navi .m-setting .s-search form .search-btn {
  background-image: url(../img/icon-search-01.svg);
}
body.home .g-header.is-scroll .l-inner .e-menu .m-button span {
  background-color: #262626;
}

.menu-block {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 30px 30px 50px;
  z-index: 1000;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100vh;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .menu-block {
    padding: 10px 10px 15px;
    -webkit-transform: translateY(0) translateX(100%);
            transform: translateY(0) translateX(100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    height: 100%;
    overflow-y: scroll;
  }
}
.menu-block.v-show {
  visibility: inherit;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .menu-block.v-show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.menu-block .e-header {
  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;
}
.menu-block .e-header .e-title {
  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;
  gap: 0 18px;
}
.menu-block .e-header .e-title .m-text {
  font-size: 26px;
  font-family: "GenJyuuGothicX-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.menu-block .e-header .e-title .m-text a {
  color: #262626;
}
.menu-block .e-header .e-close {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu-block .e-header .e-title {
    gap: 0 8px;
  }
  .menu-block .e-header .e-title .m-logo img {
    width: 34px;
  }
  .menu-block .e-header .e-title .m-text {
    font-size: 22px;
  }
  .menu-block .e-header .e-close {
    width: 22px;
    margin-right: 18px;
  }
}
.menu-block .menu-navi-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .menu-block .menu-navi-block {
    margin-top: 10px;
  }
}
.menu-block .menu-navi-block > .l-inner {
  margin: -60px 0 0 -60px;
}
.menu-block .menu-navi-block > .l-inner > div {
  float: left;
  width: calc((100% - 180px) / 3);
  margin: 60px 0 0 60px;
}
@media screen and (max-width: 767px) {
  .menu-block .menu-navi-block > .l-inner {
    margin: 0;
    padding: 0 20px;
  }
  .menu-block .menu-navi-block > .l-inner > div {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.menu-block .menu-navi-block .e-heading {
  border-bottom: 1px solid #CBCBCB;
}
.menu-block .menu-navi-block .e-heading a {
  display: block;
  font-size: 20px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.4;
  padding: 0 0 10px 30px;
  position: relative;
}
.menu-block .menu-navi-block .e-heading a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #5280B4;
  position: absolute;
  left: 0;
  top: 13px;
}
@media screen and (max-width: 767px) {
  .menu-block .menu-navi-block .e-heading a {
    font-size: 18px;
    padding: 25px 0 25px 10px;
    background-image: url(../img/arrow-right-02.svg);
    background-position: right 15px center;
  }
  .menu-block .menu-navi-block .e-heading a::before {
    display: none;
  }
  .menu-block .menu-navi-block .e-heading.sub-menu {
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu-block .menu-navi-block .e-heading.sub-menu a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .menu-block .menu-navi-block .e-heading.sub-menu .sub-menu-btn {
    content: "";
    display: block;
    background-image: url(../img/icon-plus-02.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 46px;
    height: 46px;
    border-left: 1px solid #C9C9C9;
  }
  .menu-block .menu-navi-block .e-heading.sub-menu .sub-menu-btn.v-show {
    background-image: url(../img/icon-plus-03.svg);
  }
}
.menu-block .menu-navi-block .e-list {
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 0 0 0 30px;
}
.menu-block .menu-navi-block .e-list li {
  margin: 15px 0 0 0;
}
@media screen and (max-width: 767px) {
  .menu-block .menu-navi-block .e-list {
    background-color: #F4F5F7;
    padding: 5px 0 5px 15px;
    display: none;
  }
  .menu-block .menu-navi-block .e-list li {
    margin: 0;
  }
  .menu-block .menu-navi-block .e-list li a {
    display: block;
    background-image: url(../img/arrow-right-02.svg);
    background-position: left center;
    padding: 5px 0 5px 18px;
  }
}
.menu-block .e-link {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-block .e-link {
    display: block;
    margin: 15px 0 0 0;
    padding: 0 30px;
    font-size: 15px;
  }
  .menu-block .e-link li + li {
    margin: 10px 0 0 0;
  }
}
.menu-block .e-search {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-block .e-search {
    display: block;
    position: relative;
    margin: 20px 0 0 0;
    padding: 0 20px;
  }
  .menu-block .e-search input[type=text] {
    padding: 10px 15px;
    line-height: 1;
    border-radius: 100px;
    width: 100%;
    background-color: #E3E9EE;
  }
  .menu-block .e-search .search-submit {
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100px;
    font-size: 12px;
    width: 50px;
    background-color: #6796c4;
    color: #ffffff;
    padding: 0;
    text-align: center;
  }
}
.menu-block .e-tel {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-block .e-tel {
    display: block;
    font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    margin: 20px 0 0 0;
    padding: 0 20px;
  }
  .menu-block .e-tel a {
    font-size: 26px;
    color: #5280B4;
    margin: 0 7px;
  }
}
.menu-block .e-info {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-block .e-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0 0 0;
    padding: 0 20px;
    font-size: 14px;
  }
  .menu-block .e-info + .e-info {
    margin: 10px 0 0 0;
  }
  .menu-block .e-info dt {
    border-right: 1px solid #D3D3D3;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    width: 70px;
  }
}

/* フッター */
/*---------------------------------------------------*/
.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;
  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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    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;
  }
}

/* サイド */
/*---------------------------------------------------*/
/* 投稿 */
/*---------------------------------------------------*/
.post-header .e-info {
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.post-header .e-info .m-cate::before {
  content: "|";
  display: inline-block;
  margin: 0 20px;
  color: #707070;
}
.post-header .e-title {
  border-left: 4px solid #6796c4;
  padding: 15px 0 15px 24px;
  margin: 30px 0 0 0;
  font-size: 26px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .post-header .e-info .m-cate::before {
    margin: 0 10px;
  }
  .post-header .e-title {
    border-left: 2px solid #6796c4;
    padding: 5px 0 5px 15px;
    margin: 20px 0 0 0;
    font-size: 20px;
  }
}

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

/* 検索結果 */
/*---------------------------------------------------*/
.search-list {
  margin-top: 60px;
}
.search-list .e-title {
  border-bottom: 1px solid #CBCBCB;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
}
.search-list .e-title a {
  font-size: 20px;
  font-family: "GenJyuuGothicX-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #6796c4;
}
.search-list .e-content {
  font-size: 18px;
}
.search-list .e-link {
  margin: 5px 0 0 0;
}
.search-list .e-link a {
  font-family: "GenJyuuGothicX-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #264678;
}
@media screen and (max-width: 767px) {
  .search-list {
    margin-top: 40px;
    padding: 0 20px;
  }
  .search-list .e-content {
    font-size: 16px;
    line-height: 1.5;
  }
  .search-list .e-link a {
    word-break: break-all;
  }
}

/* HOME */
/*---------------------------------------------------*/
.home-kv-01 .l-inner .e-kv {
  position: relative;
}
.home-kv-01 .l-inner .e-kv > dt img {
  width: 100%;
}
.home-kv-01 .l-inner .e-kv > dd {
  position: absolute;
  left: 100px;
  bottom: 120px;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.home-kv-01 .l-inner .e-kv.swiper-slide-active .swiper-img, .home-kv-01 .l-inner .e-kv.swiper-slide-duplicate-active .swiper-img, .home-kv-01 .l-inner .e-kv.swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
.home-kv-01 .l-inner .e-kv.swiper-slide img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-kv-01 {
    height: 600px;
  }
  .home-kv-01 .l-inner .e-kv > dt img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-kv-01 .l-inner .e-kv > dd {
    left: 35px;
    bottom: 40px;
    width: 295px;
  }
}

.home-section {
  margin: 80px 0 0 0;
  padding: 0 50px 0 0;
  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;
}
.home-section .e-heading {
  width: 150px;
}
.home-section .e-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-section + .home-section {
  margin: 120px 0 0 0;
}
@media screen and (max-width: 767px) {
  .home-section {
    margin: 30px 0 0 0;
    padding: 0;
    display: block;
    position: relative;
  }
  .home-section .e-heading {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px 10px;
  }
  .home-section + .home-section {
    margin: 70px 0 0 0;
  }
}

.home-section-01 {
  padding: 0;
}
.home-section-01 .e-content {
  position: relative;
  text-align: right;
  padding: 100px 0 0 0;
}
.home-section-01 .e-content .m-list {
  position: absolute;
  left: 0;
  top: 0;
}
.home-section-01 .e-content .m-list li {
  background-color: #E7ECF0;
  width: 400px;
  height: 50px;
  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;
  font-size: 23px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.16));
  padding: 0 0 0 28px;
}
.home-section-01 .e-content .m-list li + li {
  margin: 20px 0 0 0;
}
.home-section-01 .e-content .m-img {
  display: inline-block;
  width: 900px;
}
@media screen and (max-width: 767px) {
  .home-section-01 .e-content {
    padding: 0 0 200px 0;
  }
  .home-section-01 .e-content .m-list {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .home-section-01 .e-content .m-list li {
    width: 260px;
    height: 50px;
    font-size: 16px;
    padding: 0 0 0 12px;
  }
  .home-section-01 .e-content .m-img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    max-inline-size: inherit;
    margin: 0 -20px;
  }
}

.home-section-02 .e-content .m-img {
  float: left;
  width: 360px;
  margin: 0 50px 20px 0;
}
.home-section-02 .e-content .m-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-section-02 .e-content .m-text .s-signature {
  text-align: right;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  list-style: 1.4;
}
.home-section-02 .e-content .m-text .s-signature dd {
  display: inline-block;
  width: 223px;
}
@media screen and (max-width: 767px) {
  .home-section-02 .e-content .m-img {
    float: right;
    width: calc(100% + 20px);
    text-align: right;
    max-inline-size: inherit;
    margin-right: -20px;
  }
  .home-section-02 .e-content .m-img img {
    width: 280px;
  }
  .home-section-02 .e-content .m-text {
    padding: 30px 20px 0;
  }
}

.home-section-03 .e-content {
  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;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .home-section-03 .e-content {
    display: block;
    padding: 40px 0 0 0;
  }
}
.home-section-03 .e-content .m-img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .home-section-03 .e-content .m-img-sp {
    display: block;
    max-inline-size: inherit;
    width: 100vw;
    max-inline-size: inherit;
    margin: 0 -20px;
  }
}
.home-section-03 .e-content .m-img-sp-02 {
  display: none;
}
@media screen and (max-width: 767px) {
  .home-section-03 .e-content .m-img-sp-02 {
    display: block;
    padding: 0 20px;
  }
  .home-section-03 .e-content .m-img-sp-02 + .m-img-sp-02 {
    margin: 20px 0 0 0;
  }
}
.home-section-03 .e-content .m-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-section-03 .e-content .m-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #CBCBCB;
  padding: 15px 0;
}
.home-section-03 .e-content .m-list dl:first-child {
  border-top: none;
}
.home-section-03 .e-content .m-list dl dt {
  width: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 15px;
  white-space: nowrap;
  font-size: 14px;
}
.home-section-03 .e-content .m-list dl dt .s-month {
  margin: 0 0 0 10px;
}
.home-section-03 .e-content .m-list dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-section-03 .e-content .m-list dl dd .s-main {
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
}
.home-section-03 .e-content .m-list dl dd .s-sub {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .home-section-03 .e-content .m-list {
    margin: 20px 0 0 0;
  }
  .home-section-03 .e-content .m-list dl {
    display: block;
    padding: 15px 0;
    margin: 0 20px;
    font-size: 13px;
  }
  .home-section-03 .e-content .m-list dl dt {
    width: 100%;
    padding: 0;
  }
  .home-section-03 .e-content .m-list dl dd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
.home-section-03 .e-content .m-img {
  width: 280px;
}
.home-section-03 .e-content .m-img dl + dl {
  margin: 30px 0 0 0;
}
.home-section-03 .e-content .m-img dl dd {
  margin: 10px 0 0 0;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .home-section-03 .e-content .m-img {
    display: none;
  }
}

.home-section-04 .e-content {
  text-align: center;
}
.home-section-04 .e-content .m-img img {
  width: 105px;
}
@media screen and (max-width: 767px) {
  .home-section-04 .e-content {
    width: calc(100% - 70px);
    margin-left: auto;
  }
  .home-section-04 .e-content .m-text {
    margin: 30px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .home-section-05 .e-heading {
    width: 80px;
  }
  .home-section-05 .e-heading > * {
    line-height: 1.2;
  }
}
.home-section-05 .m-img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .home-section-05 .m-img-sp {
    display: block;
    width: 100vw;
    max-inline-size: inherit;
    margin: 0 -20px;
    padding: 70px 0 0 0;
  }
}
.home-section-05 .home-institution-01 > ul {
  margin: -70px 0 0 -70px;
}
.home-section-05 .home-institution-01 > ul::after {
  content: "";
  display: block;
  clear: both;
}
.home-section-05 .home-institution-01 > ul > li {
  float: left;
  width: calc((100% - 140px) / 2);
  margin: 70px 0 0 70px;
}
.home-section-05 .home-institution-01 > ul > li .e-text-01 {
  border-bottom: 1px solid #CBCBCB;
  line-height: 1.7;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}
.home-section-05 .home-institution-01 > ul > li .e-text-01 dt {
  font-size: 20px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.home-section-05 .home-institution-01 > ul > li .e-text-02 {
  line-height: 1.5;
  margin: 0 0 20px 0;
}
.home-section-05 .home-institution-01 > ul > li .e-text-02 dt {
  color: #888888;
  margin: 0 0 5px 0;
}
.home-section-05 .home-institution-01 > ul > li .e-text-02 dd.v-02 {
  min-height: 72px;
}
@media screen and (max-width: 767px) {
  .home-section-05 .home-institution-01 {
    padding: 0 20px;
  }
  .home-section-05 .home-institution-01 > ul {
    margin: 0;
  }
  .home-section-05 .home-institution-01 > ul > li {
    float: none;
    width: 100%;
    margin: 40px 0 0 0;
  }
  .home-section-05 .home-institution-01 > ul > li .e-text-02 {
    margin: 0 0 10px 0;
  }
  .home-section-05 .home-institution-01 > ul > li .e-text-02 dd.v-02 {
    min-height: auto;
  }
}
.home-section-05 .home-institution-02 {
  margin: 70px 0 0 0;
}
.home-section-05 .home-institution-02 .e-text {
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #CBCBCB;
  line-height: 1.7;
}
.home-section-05 .home-institution-02 .e-text dt {
  color: #888888;
}
.home-section-05 .home-institution-02 .e-text dd {
  font-size: 20px;
  font-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.home-section-05 .home-institution-02 .e-link {
  margin: 0 0 0 -30px;
}
.home-section-05 .home-institution-02 .e-link > * {
  float: left;
  width: calc((100% - 90px) / 3);
  margin: 15px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .home-section-05 .home-institution-02 {
    margin: 40px 0 0 0;
    padding: 0 20px;
  }
  .home-section-05 .home-institution-02 .e-text {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
  }
  .home-section-05 .home-institution-02 .e-link {
    margin: 0;
  }
  .home-section-05 .home-institution-02 .e-link > * {
    float: none;
    width: 100%;
    margin: 15px 0 0 0;
  }
}

.home-link-01 {
  background-color: #E7ECF0;
  padding: 100px 0;
  margin: 120px 0 0 0;
}
.home-link-01 ul {
  text-align: center;
  margin: 0 0 0 -40px;
}
.home-link-01 ul li {
  display: inline-block;
  width: 440px;
  margin: 0 0 0 40px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.home-link-01 ul li a {
  display: block;
  position: relative;
  color: #ffffff;
}
.home-link-01 ul li a .e-text {
  position: absolute;
  left: 20px;
  bottom: 15px;
  font-size: 20px;
  font-family: "GenJyuuGothicX-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .home-link-01 {
    padding: 30px 20px;
    margin: 70px 0 0 0;
  }
  .home-link-01 ul {
    margin: -25px 0 0 -25px;
  }
  .home-link-01 ul li {
    display: block;
    float: left;
    width: calc((100% - 50px) / 2);
    margin: 25px 0 0 25px;
    font-size: 0;
  }
  .home-link-01 ul li a .e-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .home-section-06 {
    margin: 100px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .home-section-06 .e-heading {
    width: 80px;
  }
  .home-section-06 .e-heading > * {
    line-height: 1.2;
  }
}
.home-section-06 .m-img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .home-section-06 .m-img-sp {
    display: block;
    width: 100vw;
    max-inline-size: inherit;
    margin: 0 -20px;
    padding: 70px 0 0 0;
  }
}
.home-section-06 .e-content {
  padding: 0 20px;
}
.home-section-06 .e-content .m-img {
  margin: 0 -20px 30px -20px;
  max-inline-size: calc(100% + 40px);
}
.home-section-06 .e-content .m-link {
  border-top: 1px solid #B7B7B7;
  margin: 30px 0 0 0;
  padding: 15px 0 0 0;
  text-align: right;
}
.home-section-06 .e-content .m-link a img {
  vertical-align: baseline;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .home-section-06 .e-content .m-link {
    margin: 30px 0 0;
  }
}
.home-section-06 .tab-news {
  margin: 0 0 50px 0;
}
.home-section-06 .tab-news ul {
  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;
  gap: 0 12px;
  margin: 0;
}
.home-section-06 .tab-news ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-section-06 .tab-news ul li span {
  width: 100%;
  height: 40px;
  background-color: #D9E3F2;
  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-family: "GenJyuuGothicX-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  line-height: 1.3;
}
.home-section-06 .tab-news ul li span:hover {
  opacity: 1;
}
.home-section-06 .tab-news ul li span.v-small {
  font-size: 12px;
}
.home-section-06 .tab-news ul li.current span, .home-section-06 .tab-news ul li:hover span {
  background-color: #264678;
  color: #ffffff;
}
.home-section-06 .tab-news ul li.current span::before, .home-section-06 .tab-news ul li:hover span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 7px solid #264678;
}
@media screen and (max-width: 767px) {
  .home-section-06 .tab-news {
    display: none;
  }
}
.home-section-06 .tab-news-box {
  display: none;
}

.home-info-01 {
  margin: 80px 0 0 0;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  padding: 35px 100px 35px 45px;
  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;
}
@media screen and (max-width: 767px) {
  .home-info-01 {
    margin: 100px 0 0 0;
    padding: 20px 40px;
    display: block;
  }
}
.home-info-01 .e-heading dt {
  font-size: 36px;
  font-weight: 500;
}
.home-info-01 .e-heading dd {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .home-info-01 .e-heading {
    text-align: center;
    line-height: 1.5;
  }
  .home-info-01 .e-heading dt {
    font-size: 26px;
  }
  .home-info-01 .e-heading dd {
    font-size: 16px;
  }
}
.home-info-01 .e-content dl {
  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;
  border-bottom: 1px solid #D3D3D3;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
  line-height: 1;
}
.home-info-01 .e-content dl dt {
  width: 180px;
  border-right: 1px solid #D3D3D3;
  padding: 0 0 0 20px;
}
.home-info-01 .e-content dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 20px;
}
.home-info-01 .e-content dl dd span {
  display: inline-block;
}
.home-info-01 .e-content dl dd span + span {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .home-info-01 .e-content {
    margin: 20px 0 0 0;
  }
  .home-info-01 .e-content dl {
    display: block;
    font-size: 16px;
    padding: 15px 0;
    line-height: 1.5;
  }
  .home-info-01 .e-content dl dt {
    width: 100%;
    border-right: none;
    padding: 0;
    font-weight: 700;
  }
  .home-info-01 .e-content dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding: 0;
  }
  .home-info-01 .e-content dl dd span {
    display: block;
  }
  .home-info-01 .e-content dl dd span + span {
    margin: 0;
  }
}

/* component */
/*---------------------------------------------------*/
.phone-contact {
  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;
}
.phone-contact a {
  border: solid 1px #d3d3d3;
  padding: 5px 10px;
  display: inline-block;
}

.inquiry-number {
  display: inline-block;
  font-size: 28px;
  color: #6796c4;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

/* ------------------------------------------------------------

  タブ切り替え

------------------------------------------------------------ */
.tab-content-area {
  margin: 30px 0 50px;
}

.tab-area {
  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;
  list-style-type: none;
  padding: 0;
}

.tab-area li.tab {
  width: 47%;
  padding: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  line-height: 1.25;
  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;
}

.tab1_blue {
  background-color: #3D81C3;
}

.tab2_red {
  background-color: #DC808D;
}

.tab3_green {
  background-color: #8BBF53;
}

.tab.active::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 14px 10px;
  margin-left: -10px;
}

.tab1_blue.active:before {
  border-top-color: #3D81C3;
}

.tab2_red.active:before {
  border-top-color: #DC808D;
}

.tab3_green.active:before {
  border-top-color: #8BBF53;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* ------------------------------------------------------------

  QandA 開閉アコーディオン

------------------------------------------------------------ */
.qa-box {
  border: 1px solid #aaa;
  padding: 17px 22px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.accordion {
  border: solid 1px #aaa;
  margin-bottom: 10px;
}

.accordionHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 17px 60px 17px 22px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

.accordionBody {
  display: none;
  position: relative;
  padding: 13px 22px 22px;
}

.accordionIcon {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 22px;
}

.accordionHead:not(.open) .accordionIcon span::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 49%;
  border-top: solid 2px #8BBF53;
}

.accordionHead:not(.open) .accordionIcon span::after {
  content: "";
  position: absolute;
  height: 100%;
  right: 49%;
  border-right: solid 2px #8BBF53;
}

.accordionHead.open .accordionIcon span::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  border-top: solid 2px #8BBF53;
}

/*
.accordionHead.open ~ .accordionBody {
    display: block;
}
*/
.accordionBody a:hover {
  color: #71b22c;
}

.accordionBody a:before {
  content: "";
  background: url(../img/arrow-right-01.svg) no-repeat;
  background-position: center top 7px;
  padding: 0 9px;
}

/* ------------------------------------------------------------

  table

------------------------------------------------------------ */
.ul_style_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ul_style_contact li a img {
  width: 136px;
}
.ul_style_contact li a img.com_btn_mail {
  width: 240px;
}

/*
.ul_style_contact li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.ul_style_contact li a + a {
  margin-left: 10px;
}
.ul_style_contact li a img {
  width: 136px;
  vertical-align: middle;
}
.ul_style_contact li a .com_btn_mail {
  width: 240px;
}

@media screen and (max-width: 768px) {
  .ul_style_contact li {
    display: block;
    margin-right: 0;
  }
  .ul_style_contact li a + a {
    margin-left: 2%;
  }
  .ul_style_contact li a img {
    width: 49%;
  }
  .ul_style_contact li a .com_btn_mail {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}*//*# sourceMappingURL=style.css.map */