@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.l-access-info {
  padding: 145px 0 163px;
}
@media screen and (max-width: 768px) {
  .l-access-info {
    padding: 30px 0;
  }
}
.l-access-info__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-access-info__box {
    display: block;
  }
}
.l-access-info__box .infoArea .titleArea {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-access-info__box .infoArea .titleArea {
    margin-bottom: 20px;
  }
}
.l-access-info__box .infoArea .titleArea img {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .l-access-info__box .infoArea .titleArea img {
    width: 260px;
  }
}
.l-access-info__box .infoArea .address {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-access-info__box .infoArea .address {
    font-size: 14px;
  }
}
.l-access-info__box .infoArea .telArea {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-access-info__box .infoArea .telArea {
    display: block;
  }
}
.l-access-info__box .infoArea .telArea .text {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-access-info__box .infoArea .telArea .text {
    font-size: 16px;
  }
}
.l-access-info__box .infoArea .telArea .telNumArea {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .l-access-info__box .infoArea .telArea .telNumArea {
    margin-left: 0;
  }
}
.l-access-info__box .infoArea .telArea .telNumArea .numIcon {
  margin-right: 10px;
}
.l-access-info__box .infoArea .telArea .telNumArea .numIcon img {
  width: 15px;
}
.l-access-info__box .infoArea .telArea .telNumArea .telNum {
  font-size: 30px;
  color: #0d345e;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-access-info__box .infoArea .telArea .telNumArea .telNum {
    font-size: 24px;
  }
}
.l-access-info__box .infoArea .telArea .web {
  transform: translateY(1px);
}
@media screen and (max-width: 768px) {
  .l-access-info__box .infoArea .telArea .web {
    margin-top: 10px;
  }
}
.l-access-info__box .infoArea .telArea .web a {
  background-color: #0d345e;
  border-radius: 10px;
  width: 260px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 17px;
  font-weight: bold;
  color: white;
}
.l-access-info__box .infoArea .calendarArea {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .l-access-info__box .infoArea .calendarArea {
    margin-top: 20px;
  }
}
.l-access-info__box .infoArea .calCaution {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-access-info__box .infoArea .calCaution {
    margin-top: 20px;
  }
}
.l-access-info__box .infoArea .calCaution .calCautionItem {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-access-info__box .infoArea .calCaution .calCautionItem {
    align-items: center;
  }
}
.l-access-info__box .infoArea .calCaution .calCautionItem + .calCautionItem {
  margin-top: 20px;
}
.l-access-info__box .infoArea .calCaution .calCautionItem .tit {
  background-color: #7fa4c6;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 5px;
  margin-right: 30px;
  width: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .l-access-info__box .infoArea .calCaution .calCautionItem .tit {
    font-size: 16px;
    width: 100px;
    flex-shrink: 0;
    height: 25px;
    margin-right: 10px;
  }
}
.l-access-info__box .infoArea .calCaution .calCautionItem .contents {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-access-info__box .infoArea .calCaution .calCautionItem .contents {
    font-size: 14px;
  }
}
.l-access-info__box .calArea {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-access-info__box .calArea {
    margin-top: 50px;
  }
}
.l-access-info__box .calArea .titleArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .l-access-info__box .calArea .titleArea {
    margin-bottom: 20px;
  }
}
.l-access-info__box .calArea .titleArea .icon {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .l-access-info__box .calArea .titleArea .icon {
    margin-right: 20px;
  }
}
.l-access-info__box .calArea .titleArea .titText {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-access-info__box .calArea .titleArea .titText {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .l-access-map {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.l-access-map iframe {
  width: 100%;
  height: 520px;
}
@media screen and (max-width: 768px) {
  .l-access-map iframe {
    height: 300px;
  }
}
.l-access-night {
  background-color: #f7f8f8;
  padding: 40px 140px;
  text-align: center;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .l-access-night {
    padding: 20px;
    margin-bottom: 50px;
  }
}
.l-access-night__title {
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-access-night__title {
    font-size: 20px;
  }
}
.l-access-night__title img {
  margin-right: 20px;
}
.l-access-night__text {
  margin-bottom: 80px;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-access-night__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.l-access-night__bd {
  padding: 40px 20px;
  border: 1px solid #3e3a39;
  position: relative;
}
.l-access-night__bd .title {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #7fa4c6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-access-night__bd .title {
    font-size: 18px;
  }
}
.l-access-night__bd .title span {
  background: #f7f8f8;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-access-night__bd .title span {
    padding: 0 10px;
  }
}
.l-access-night__bd .text {
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-access-night__bd .text {
    font-size: 16px;
  }
}
.l-access-night .c-btnA {
  width: 360px;
  margin: 50px auto 80px;
}
@media only screen and (max-width: 768px) {
  .l-access-night .c-btnA {
    width: 300px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .l-access-night .c-btnA__arrow {
    width: 30px;
  }
}

* {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000;
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

a,
button {
  text-decoration: none;
  color: #000;
  outline: none;
}
@media screen and (min-width: 769px), print {
  a,
  button {
    transition: 0.3s ease;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
  }
  a path,
  a img,
  a p,
  button path,
  button img,
  button p {
    transition: 0.3s ease;
  }
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
  image-rendering: -webkit-optimize-contrast;
}

table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}
table th,
table td {
  vertical-align: top;
}

input::-ms-clear {
  display: none;
}

ul,
ol {
  list-style-position: inside;
  list-style: none;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

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

button:focus {
  outline: none;
}

.l-ftr {
  position: relative;
}
.l-ftr__pagetop {
  position: fixed;
  bottom: 76px;
  right: 80px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .l-ftr__pagetop {
    display: none !important;
  }
}
.l-ftr-up {
  background-color: #0d345e;
  color: #fff;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .l-ftr-up {
    padding: 20px 0;
  }
}
.l-ftr-up__box .ftrNav .navList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .l-ftr-up__box .ftrNav .navList {
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 10px;
  }
}
.l-ftr-up__box .ftrNav .navList .navItem {
  position: relative;
}
.l-ftr-up__box .ftrNav .navList .navItem .navLink {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-ftr-up__box .ftrNav .navList .navItem .navLink {
    font-size: 14px;
  }
}
.l-ftr-up__box .ftrNav .navList .navItem::after {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  content: "/";
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-ftr-up__box .ftrNav .navList .navItem::after {
    right: -14px;
  }
}
.l-ftr-up__box .ftrNav .navList .navItem:last-child::after {
  display: none;
}
.l-ftr-dw {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .l-ftr-dw {
    padding: 20px 0;
  }
}
.l-ftr-dw__box .tsurumi_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-ftr-dw__box .tsurumi_box {
    padding-bottom: 20px;
  }
}
.l-ftr-dw__box .tsurumi_box .tsurumi_link {
  border: 1px solid #333;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .l-ftr-dw__box .tsurumi_box .tsurumi_link {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-ftr-dw__box .tsurumi_box .tsurumi_logo {
    width: 249px;
  }
}
.l-ftr-dw__box .snsArea {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-ftr-dw__box .snsArea .iconItem + .iconItem {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-ftr-dw__box .snsArea .iconItem img {
    width: 40px;
  }
}
.l-ftr-dw__box .copyArea {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-ftr-dw__box .copyArea {
    margin-top: 20px;
  }
}
.l-ftr-dw__box .copyArea .copy {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-ftr-dw__box .copyArea .copy {
    font-size: 12px;
  }
}

.l-hdr__hamburger {
  position: fixed;
  z-index: 9999;
  top: 22px;
  right: 20px;
  width: 30px;
  height: 26px;
  cursor: pointer;
}
.l-hdr__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 2px;
  transition: 0.4s ease;
}
.l-hdr__hamburger span:nth-of-type(1) {
  top: 0;
}
.l-hdr__hamburger span:nth-of-type(2) {
  top: 12px;
}
.l-hdr__hamburger span:nth-of-type(3) {
  bottom: 0;
}
.l-hdr__hamburger.is-active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-315deg);
}
.l-hdr__hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-hdr__hamburger.is-active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(315deg);
}
.l-hdr-box {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 1600px) {
  .l-hdr-box {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1600px) and (max-width: 768px) {
  .l-hdr-box {
    display: block;
  }
}
.l-hdr-box__left {
  display: flex;
  align-items: center;
  margin-bottom: -6px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__left {
    margin-bottom: 10px;
    justify-content: space-between;
  }
}
.l-hdr-box__left .logoArea {
  flex-shrink: 0;
  margin-right: 40px;
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  .l-hdr-box__left .logoArea {
    margin-right: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-hdr-box__left .logoArea .logo img {
    width: 150px;
  }
}
.l-hdr-box__left .hosInfo {
  font-size: 16px;
  line-height: 1.5;
  align-self: center;
}
@media screen and (max-width: 1600px) {
  .l-hdr-box__left .hosInfo {
    display: none;
  }
}
@media screen and (max-width: 1600px) and (max-width: 768px) {
  .l-hdr-box__left .hosInfo {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-hdr-box__left .snsArea {
    display: flex;
    align-self: center;
    gap: 10px;
  }
  .l-hdr-box__left .snsArea a {
    width: 40px;
  }
}
.l-hdr-box__right {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__right {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
    box-shadow: 0px 10px 15px -5px #777777;
    padding: 70px 0 0;
    display: none;
    background-color: #a5bfd7;
    max-height: 100%;
    overflow: scroll;
  }
}
.l-hdr-box__right .spNav {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__right .spNav {
    display: block;
  }
  .l-hdr-box__right .spNav .navList {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .l-hdr-box__right .spNav .navList .navItem {
    width: 100%;
    text-align: center;
  }
  .l-hdr-box__right .spNav .navList .navItem .navLink {
    display: block;
    width: 100%;
    border-top: 1px solid #0d345e;
    padding: 14px 0;
  }
  .l-hdr-box__right .spNav .navList .navItem:last-child .navLink {
    border-bottom: 1px solid #0d345e;
  }
}
.l-hdr-box__right .infoArea {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__right .infoArea {
    margin-top: 20px;
    display: block;
  }
}
.l-hdr-box__right .infoArea .telArea {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__right .infoArea .telArea {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.l-hdr-box__right .infoArea .telArea .telTit {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}
.l-hdr-box__right .infoArea .telArea .telTimeArea {
  line-height: 1.5;
}
@media screen and (max-width: 1300px) {
  .l-hdr-box__right .infoArea .telArea .telTimeArea {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  .l-hdr-box__right .infoArea .telArea .telTimeArea {
    align-items: center;
  }
}
.l-hdr-box__right .infoArea .telArea .telTimeArea .telTime {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__right .infoArea .telArea .telTimeArea .telTime {
    font-size: 14px;
  }
}
.l-hdr-box__right .infoArea .telArea .telTimeArea .telCaution {
  margin-left: 30px;
}
@media screen and (max-width: 1300px) {
  .l-hdr-box__right .infoArea .telArea .telTimeArea .telCaution {
    margin-left: 0;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  .l-hdr-box__right .infoArea .telArea .telTimeArea .telCaution {
    margin-top: 10px;
    font-size: 14px;
  }
}
.l-hdr-box__right .infoArea .telArea .telNumArea {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.l-hdr-box__right .infoArea .telArea .telNumArea .telIcon {
  margin-right: 20px;
}
.l-hdr-box__right .infoArea .telArea .telNumArea .telNum {
  font-size: 35px;
  color: #0d345e;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__right .infoArea .telArea .telNumArea .telNum {
    font-size: 28px;
  }
}
.l-hdr-box__right .snsArea {
  margin-left: 20px;
  display: flex;
}
@media screen and (max-width: 1300px) {
  .l-hdr-box__right .snsArea {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  .l-hdr-box__right .snsArea {
    margin-left: 0;
    margin-top: 30px;
    justify-content: center;
  }
}
.l-hdr-box__right .snsArea .iconItem {
  flex-shrink: 0;
}
.l-hdr-box__right .snsArea .iconItem + .iconItem {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__right .web {
    margin-top: 20px;
  }
}
.l-hdr-box__right .web a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #0d345e;
  width: 175px;
  height: 175px;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__right .web a {
    width: 100%;
    height: auto;
    padding: 20px 0;
    flex-direction: row;
  }
}
.l-hdr-box__right .web a p {
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__right .web a p {
    margin-top: 0;
    margin-left: 20px;
  }
}
#sidebar {
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  #sidebar {
    margin-top: 50px;
  }
}
#sidebar .archive {
  color: #3E3A39;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #sidebar .archive {
    margin-bottom: 40px;
    padding: 0 10%;
  }
}
#sidebar .archive__title {
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #sidebar .archive__title {
    margin-bottom: 20px;
  }
}
#sidebar .archive__title .en {
  font-size: 24px;
  font-weight: 600;
  color: #0d345e;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #sidebar .archive__title .en {
    font-size: 20px;
  }
}
#sidebar .archive__title .ja {
  font-size: 15px;
  color: #0d345e;
}
@media screen and (max-width: 768px) {
  #sidebar .archive__title .ja {
    font-size: 14px;
  }
}
#sidebar .archive__list li {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #sidebar .archive__list li {
    font-size: 14px;
  }
}

/*
  基本的にa,buttonタグにつける
  中央寄せなどは親要素で設定
*/
.c-btnA {
  background-color: #7fa4c6;
  width: 304px;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 18px;
  padding-left: 50px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .c-btnA {
    width: 260px;
  }
}
.c-btnA__text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-btnA__text {
    font-size: 16px;
  }
}
.c-calendar {
  background-color: #fff;
  border-top: 1px solid #9fa0a0;
  border-bottom: 1px solid #9fa0a0;
  display: grid;
  gap: 0;
  grid-template-columns: 180px repeat(6, 43px) 70px;
  grid-template-rows: 59px repeat(2, 52px);
}
@media screen and (max-width: 768px) {
  .c-calendar {
    grid-template-columns: 28% repeat(6, 10%) 12%;
    grid-template-rows: 32px repeat(2, 60px);
  }
}
.c-calendar div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-calendar div.time {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .c-calendar div.time {
    padding-left: 0;
    align-items: center;
  }
}
.c-calendar div.corner {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .c-calendar div.corner {
    padding-left: 0;
    align-items: center;
  }
}
.c-calendar .corner,
.c-calendar .time,
.c-calendar .week {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-calendar .corner,
  .c-calendar .time,
  .c-calendar .week {
    font-size: 14px;
  }
}
.c-calendar .time,
.c-calendar .icon {
  border-top: 1px solid #9fa0a0;
}
.c-calendar .time {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-calendar .time {
    line-height: 1.3;
  }
}
.c-calendar .ok {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0d345e;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-calendar .ok {
    width: 18px;
    height: 18px;
  }
}
.c-calendar .ng {
  width: 2px;
  height: 16px;
  background: #0d345e;
  display: inline-block;
  transform: rotate(30deg);
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .c-calendar .ng {
    height: 20px;
    width: 2px;
  }
}
.c-calendar .square {
  width: 20px;
  height: 20px;
  border: 1px solid #0d345e;
  display: inline-block;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-calendar .square {
    height: 15px;
    width: 15px;
  }
}
.c-calendar--large {
  grid-template-columns: 334px repeat(7, 106px);
  grid-template-rows: 70px repeat(2, 128px);
}
@media screen and (max-width: 768px) {
  .c-calendar--large {
    grid-template-columns: 30% repeat(7, 10%);
    grid-template-rows: 32px repeat(2, 60px);
  }
}
.c-calendar--large .time,
.c-calendar--large .week {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c-calendar--large .time,
  .c-calendar--large .week {
    font-size: 12px;
  }
}
.c-calendar--large .week {
  font-weight: bold;
}
.c-calendar--large .ok {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0d345e;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-calendar--large .ok {
    width: 20px;
    height: 20px;
  }
}
.c-calendar--large .ng {
  width: 1px;
  height: 40px;
  background: #0d345e;
  display: inline-block;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-calendar--large .ng {
    height: 20px;
  }
}
.c-calendar--large .square {
  width: 30px;
  height: 30px;
  border: 1px solid #0d345e;
  display: inline-block;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-calendar--large .square {
    height: 15px;
    width: 15px;
  }
}

.mb5 {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .mb5 {
    margin-bottom: 3px;
  }
}

.mt5 {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .mt5 {
    margin-top: 3px;
  }
}

.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 6px;
  }
}

.mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 6px;
  }
}

.mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 9px;
  }
}

.mt15 {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .mt15 {
    margin-top: 9px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 12px;
  }
}

.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mt20 {
    margin-top: 12px;
  }
}

.mb25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .mb25 {
    margin-bottom: 15px;
  }
}

.mt25 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .mt25 {
    margin-top: 15px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 18px;
  }
}

.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 18px;
  }
}

.mb35 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .mb35 {
    margin-bottom: 21px;
  }
}

.mt35 {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .mt35 {
    margin-top: 21px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 24px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 24px;
  }
}

.mb45 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .mb45 {
    margin-bottom: 27px;
  }
}

.mt45 {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .mt45 {
    margin-top: 27px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 30px;
  }
}

.mb55 {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .mb55 {
    margin-bottom: 33px;
  }
}

.mt55 {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .mt55 {
    margin-top: 33px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 36px;
  }
}

.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 36px;
  }
}

.mb65 {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .mb65 {
    margin-bottom: 39px;
  }
}

.mt65 {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .mt65 {
    margin-top: 39px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 42px;
  }
}

.mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .mt70 {
    margin-top: 42px;
  }
}

.mb75 {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .mb75 {
    margin-bottom: 45px;
  }
}

.mt75 {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .mt75 {
    margin-top: 45px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 48px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 48px;
  }
}

.mb85 {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .mb85 {
    margin-bottom: 51px;
  }
}

.mt85 {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .mt85 {
    margin-top: 51px;
  }
}

.mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 54px;
  }
}

.mt90 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .mt90 {
    margin-top: 54px;
  }
}

.mb95 {
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .mb95 {
    margin-bottom: 57px;
  }
}

.mt95 {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .mt95 {
    margin-top: 57px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 60px;
  }
}

.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 30px;
  }
  .mb40 {
    margin-bottom: 25px;
  }
}
.c-menu {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .c-menu {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.c-menu__wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-menu__wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.c-menu {
  /* ===== 左上の緑ボックス（absoluteのまま） ===== */
}
.c-menu-tit {
  position: absolute;
  top: -60px;
  left: -145px;
  background-color: #0d345e;
  color: #fff;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1485px) {
  .c-menu-tit {
    left: -21px;
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 768px) {
  .c-menu-tit {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 10px 0;
    flex-direction: row;
    gap: 16px;
    justify-content: flex-start;
    padding-left: 16px;
  }
}
.c-menu-tit__text {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .c-menu-tit__text {
    margin-bottom: 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-menu-tit__icon {
    display: none;
  }
}
.c-menu {
  /* ===== ナビ（上4 / 下5 を維持） ===== */
}
.c-menu-nav {
  padding: 0 40px 0 140px;
}
@media screen and (max-width: 1485px) {
  .c-menu-nav {
    padding-left: 240px;
  }
}
@media screen and (max-width: 768px) {
  .c-menu-nav {
    padding: 0;
    margin-top: 30px;
  }
}
.c-menu-nav {
  /* 上段：4カラム */
}
.c-menu-nav .navList--row1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: flex-end;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-menu-nav .navList--row1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 24px;
    margin-bottom: 28px;
  }
}
.c-menu-nav {
  /* 下段：5カラム */
}
.c-menu-nav .navList--row2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: flex-end;
  align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-menu-nav .navList--row2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 24px;
  }
}
.c-menu-nav {
  /* 共通：アイテム内レイアウト */
}
.c-menu-nav .navList .navItem .navLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-menu-nav .navList .navItem .navLink .icon--01 {
    width: 67px;
  }
  .c-menu-nav .navList .navItem .navLink .icon--02 {
    width: 56px;
  }
  .c-menu-nav .navList .navItem .navLink .icon--03 {
    width: 44px;
  }
  .c-menu-nav .navList .navItem .navLink .icon--04 {
    width: 81px;
  }
  .c-menu-nav .navList .navItem .navLink .icon--05 {
    width: 45px;
  }
  .c-menu-nav .navList .navItem .navLink .icon--06 {
    width: 74px;
  }
  .c-menu-nav .navList .navItem .navLink .icon--07 {
    width: 56px;
  }
  .c-menu-nav .navList .navItem .navLink .icon--08 {
    width: 45px;
  }
  .c-menu-nav .navList .navItem .navLink .icon--09 {
    width: 49px;
  }
}
.c-menu-nav .navList .navItem .navLink .tit {
  color: #0d345e;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-menu-nav .navList .navItem .navLink .tit {
    font-size: 14px;
  }
}

.wp-pagenavi {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi > * + * {
  margin-left: 8px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi > * {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  border: solid 2px #111;
  font-size: 14px;
  color: #111;
  font-weight: bold;
  transition: all 0.15s linear;
}
.wp-pagenavi .current {
  background: #3b6945;
  border: #3b6945;
  color: #fff;
  pointer-events: none;
}

.c-pankuzu {
  background-color: #e6f2f8;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .c-pankuzu {
    display: none;
  }
}
.c-pankuzu ul {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
}
.c-pankuzu ul li {
  display: inline;
}
.c-pankuzu ul li + li:before {
  margin: 0 3px;
  color: black;
  content: ">";
}
.c-pankuzu ul li a, .c-pankuzu ul li span {
  font-size: 16px;
}
.c-titA {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-titA__icon {
  margin-right: 22px;
}
@media screen and (max-width: 768px) {
  .c-titA__icon {
    margin-right: 15px;
  }
}
.c-titA__text {
  position: relative;
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-titA__text {
    font-size: 24px;
  }
}
.c-titA__text::after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background-color: #0d345e;
}
@media screen and (max-width: 768px) {
  .c-titA__text::after {
    width: 50px;
    bottom: -10px;
  }
}

.c-titB {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 48px 30px 48px;
}
@media screen and (max-width: 1240px) {
  .c-titB {
    padding: 0 35px 30px 35px;
  }
}
@media screen and (max-width: 1240px) and (max-width: 768px) {
  .c-titB {
    padding: 10px;
  }
}
.c-titB__textArea .sub {
  font-size: 18px;
  line-height: 1.5;
  color: #0d345e;
  display: block;
}
.c-titB__textArea .main {
  margin-top: 15px;
  display: block;
  font-size: 38px;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .c-titB__textArea .main {
    font-size: 20px;
  }
}
.c-titB__imageArea {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-titB__imageArea {
    position: absolute;
    top: -30px;
    right: 0;
  }
  .c-titB__imageArea img {
    width: 100px;
  }
}
.c-titB::before, .c-titB::after {
  position: absolute;
  content: "";
  height: 2px;
  display: block;
}
.c-titB::before {
  border-left: 2px dotted #3E3A39;
  top: 0;
  left: 0;
  width: 2px;
  height: 260px;
}
@media screen and (max-width: 768px) {
  .c-titB::before {
    height: 200px;
  }
}
.c-titB::after {
  border-bottom: 2px dotted #3E3A39;
  bottom: 0;
  left: -40px;
  width: 1198px;
}
@media screen and (max-width: 1240px) {
  .c-titB::after {
    width: 1100px;
  }
}
@media screen and (max-width: 1240px) and (max-width: 768px) {
  .c-titB::after {
    width: 100%;
    left: -20px;
  }
}

.c-inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
.c-inner--1250 {
  max-width: 1250px;
}
.c-inner--1500 {
  max-width: 1500px;
}

@media screen and (min-width: 1025px), print {
  .c-tab {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .c-tab_none {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .c-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .c-pc {
    display: none !important;
  }
}
.c-ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;, object-position: center;";
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.c-din {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}

.c-serif {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#about .p-mv {
  position: relative;
}
#about .p-mv__bg img {
  width: 100%;
}
#about .p-mv__theme {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #about .p-mv__theme {
    font-size: 18px;
    width: 80%;
  }
}
#about .p-sec01 {
  background-color: #f9f8f4;
  color: #3e3a39;
  padding: 81px 0;
}
@media screen and (max-width: 768px) {
  #about .p-sec01 {
    padding: 60px 0 40px;
  }
}
#about .p-sec01-contents {
  padding: 48px 0 0 48px;
}
@media screen and (max-width: 768px) {
  #about .p-sec01-contents {
    padding: 10px;
  }
}
#about .p-sec01-contents__item {
  display: flex;
}
@media screen and (max-width: 768px) {
  #about .p-sec01-contents__item {
    flex-direction: column;
  }
}
#about .p-sec01-contents__item .textArea {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03rem;
}
#about .p-sec01-contents__item .imageArea {
  flex-shrink: 0;
  margin-left: 85px;
}
@media screen and (max-width: 768px) {
  #about .p-sec01-contents__item .imageArea {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #about .p-sec01-contents__item .imageArea img {
    width: 100%;
  }
}
#about .p-sec01-contents__item + .p-sec01-contents__item {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #about .p-sec01-contents__item + .p-sec01-contents__item {
    margin-top: 60px;
  }
}
#about .p-sec01-contents__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #about .p-sec01-contents__item:nth-child(even) {
    flex-direction: column;
  }
}
#about .p-sec01-contents__item:nth-child(even) .textArea {
  margin-left: 85px;
}
@media screen and (max-width: 768px) {
  #about .p-sec01-contents__item:nth-child(even) .textArea {
    margin-left: 0;
  }
}
#about .p-sec01-contents__item:nth-child(even) .imageArea {
  margin-left: 0;
}
#about .case-archive {
  padding: 153px 0 153px;
  color: #231815;
}
@media screen and (max-width: 768px) {
  #about .case-archive {
    padding: 40px 0 60px;
  }
}
#about .case-archive__wrap {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  #about .case-archive__wrap {
    margin-top: 60px;
  }
}
#about .case-archive__article {
  background-color: #F9F8F4;
  margin-top: 40px;
  padding: 65px 5%;
  display: flex;
  flex-direction: row-reverse;
  height: 310px;
  letter-spacing: 0.07em;
  justify-content: start;
}
@media screen and (max-width: 768px) {
  #about .case-archive__article {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
    gap: 30px;
    padding: 40px 5%;
  }
}
#about .case-archive__post-title {
  font-weight: 600;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #about .case-archive__post-title {
    font-size: 20px;
  }
}
#about .case-archive__post-excerpt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #about .case-archive__post-excerpt {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #about .case-archive__post-btn {
    margin-top: 40px;
  }
}
#about .case-archive__post-link {
  background-color: #0d345e;
}
#about .case-archive__contents {
  padding-left: 7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#about .case-archive__post-thumbnail {
  flex-shrink: 0;
  max-width: 260px;
}
#about .case-archive__pagination {
  margin-top: 80px;
}
#about .p-sec02 {
  padding: 93px 0 153px;
}
@media screen and (max-width: 768px) {
  #about .p-sec02 {
    padding: 40px 0 60px;
  }
}
#about .p-sec02__text {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  #about .p-sec02__text {
    font-size: 16px;
    margin-top: 40px;
  }
}
#about .p-sec02-contents {
  margin-top: 50px;
}
#about .p-sec02-contents__item {
  background-color: #f9f8f4;
  padding: 50px 92px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #about .p-sec02-contents__item {
    display: block;
    padding: 20px;
  }
}
#about .p-sec02-contents__item + .p-sec02-contents__item {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #about .p-sec02-contents__item + .p-sec02-contents__item {
    margin-top: 20px;
  }
}
#about .p-sec02-contents__item .tit {
  font-size: 28px;
  font-weight: bold;
  color: #0d345e;
  font-weight: bold;
  width: 190px;
}
@media screen and (max-width: 768px) {
  #about .p-sec02-contents__item .tit {
    width: 100%;
    font-size: 22px;
    text-align: center;
    padding-bottom: 10px;
  }
}
#about .p-sec02-contents__item .content {
  border-left: 2px solid #231815;
  font-size: 20px;
  line-height: 1.5;
  padding-left: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #about .p-sec02-contents__item .content {
    border-top: 2px solid #231815;
    border-left: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #about .p-sec02-contents__item .content {
    padding-left: 0;
    padding-top: 10px;
    font-size: 18px;
  }
}
#about .p-sec02-contents__item .content--flex {
  display: flex;
  justify-content: space-between;
}
#about .p-sec02-contents__item .content--flex .list .item + .item {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #about .p-sec02-contents__item .content--flex .list .item + .item {
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  #about .p-sec02-contents__item .content--flex .image img {
    width: 100px;
  }
}
#about .p-sec02-contents__item .content .caution {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #about .p-sec02-contents__item .content .caution {
    font-size: 16px;
  }
}
#about .p-sec02 .app {
  text-align: center;
  border: 1px solid #595757;
  padding: 85px 150px;
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  #about .p-sec02 .app {
    padding: 20px;
    margin-top: 50px;
  }
}
#about .p-sec02 .app__title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  border-bottom: 5px solid #0d345e;
  margin-bottom: 50px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #about .p-sec02 .app__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#about .p-sec02 .app__text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: left;
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  #about .p-sec02 .app__text {
    font-size: 14px;
  }
}
#about .p-sec02 .app__qr {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  #about .p-sec02 .app__qr {
    margin: 20px 0;
  }
}
#about .p-sec02 .app__btn a {
  background-color: #0d345e;
  border-radius: 100vh;
  width: 320px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  font-size: 17px;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 768px) {
  #about .p-sec02 .app__btn a {
    max-width: 100%;
    padding: 0 20px;
  }
}
#about .p-sec02 .cautionArea {
  margin-top: 62px;
  padding: 70px 100px;
  background-color: #0d345e;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #about .p-sec02 .cautionArea {
    padding: 20px;
  }
}
#about .p-sec02 .cautionArea .cautionTit {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #about .p-sec02 .cautionArea .cautionTit {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
#about .p-sec02 .cautionArea .cautionList .cautionItem {
  display: flex;
  align-items: flex-start;
}
#about .p-sec02 .cautionArea .cautionList .cautionItem + .cautionItem {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #about .p-sec02 .cautionArea .cautionList .cautionItem + .cautionItem {
    margin-top: 30px;
  }
}
#about .p-sec02 .cautionArea .cautionList .cautionItem .icon {
  margin-right: 20px;
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  #about .p-sec02 .cautionArea .cautionList .cautionItem .icon {
    margin-right: 10px;
  }
}
#about .p-sec02 .cautionArea .cautionList .cautionItem .text {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #about .p-sec02 .cautionArea .cautionList .cautionItem .text {
    font-size: 16px;
  }
}
#about .p-sec03 {
  background-color: #f9f8f4;
  padding: 96px 0 130px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03 {
    padding: 40px 0 60px;
  }
}
#about .p-sec03__sec-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__sec-title {
    align-items: start;
  }
}
#about .p-sec03__sec-title .textArea {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#about .p-sec03__sec-title .en {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__sec-title .en {
    font-size: 20px;
  }
}
#about .p-sec03__sec-title .jp {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__sec-title .jp {
    font-size: 10px;
    margin-top: 13px;
  }
}
#about .p-sec03__sec-title img {
  height: 90px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__sec-title img {
    height: 45px;
    margin: 0;
  }
}
#about .p-sec03__black-line {
  background-color: #595757;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__black-line {
    margin-bottom: 5px;
  }
}
#about .p-sec03__green-line {
  background-color: #0d345e;
  height: 27px;
  margin-bottom: 145px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__green-line {
    margin-bottom: 40px;
    height: 17px;
  }
}
#about .p-sec03__tit {
  display: flex;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__tit {
    margin-bottom: 40px;
  }
}
#about .p-sec03__tit .image {
  flex-shrink: 0;
}
#about .p-sec03__tit .textArea {
  margin-left: 24px;
}
#about .p-sec03__tit .textArea span {
  display: block;
}
#about .p-sec03__tit .textArea .en {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#about .p-sec03__tit .textArea .jp {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}
#about .p-sec03-box {
  display: flex;
}
@media screen and (max-width: 768px) {
  #about .p-sec03-box {
    display: block;
  }
}
#about .p-sec03-box__imageArea {
  flex-shrink: 0;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03-box__imageArea {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #about .p-sec03-box__imageArea img {
    width: 100%;
  }
}
#about .p-sec03-box__textArea {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03-box__textArea {
    padding-left: 20px;
  }
}
#about .p-sec03-box__textArea::before, #about .p-sec03-box__textArea::after {
  position: absolute;
  content: "";
  height: 2px;
  display: block;
}
#about .p-sec03-box__textArea::before {
  border-left: 2px dotted #3e3a39;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}
#about .p-sec03-box__textArea::after {
  border-bottom: 2px dotted #3e3a39;
  top: 100px;
  left: -40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #about .p-sec03-box__textArea::after {
    top: 64px;
    left: -20px;
  }
}
#about .p-sec03-box__textArea .title {
  color: #0d345e;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 30px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03-box__textArea .title {
    font-size: 24px;
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
#about .p-sec03-box__textArea .text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #about .p-sec03-box__textArea .text {
    font-size: 14px;
  }
}
#about .p-sec03__box2 {
  width: 100%;
  margin: 50px auto 0;
}
#about .p-sec03__box2 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 34px;
  color: #0d345e;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__box2 .title {
    font-size: 24px;
  }
}
#about .p-sec03__box2 .title img {
  flex-shrink: 0;
}
#about .p-sec03__box2 .table1 {
  margin-bottom: 50px;
}
#about .p-sec03__box2 .table1 thead tr {
  border-bottom: 1px solid #9fa0a0;
}
#about .p-sec03__box2 .table1 thead tr th {
  background: #0d345e;
  color: white;
  padding: 15px;
  padding-left: 80px;
  font-size: 23px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__box2 .table1 thead tr th {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 10px;
  }
}
#about .p-sec03__box2 .table1 thead tr th + th {
  border-left: 1px solid #9fa0a0;
}
#about .p-sec03__box2 .table1 thead tr .table1__center {
  text-align: center;
  padding: 15px;
}
#about .p-sec03__box2 .table1 tbody tr {
  border-bottom: 1px solid #9fa0a0;
}
#about .p-sec03__box2 .table1 tbody tr + tr {
  border-top: 1px solid #9fa0a0;
}
#about .p-sec03__box2 .table1 tbody tr th,
#about .p-sec03__box2 .table1 tbody tr td {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  background-color: #fff;
  font-weight: 400;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__box2 .table1 tbody tr th,
  #about .p-sec03__box2 .table1 tbody tr td {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px), print {
  #about .p-sec03__box2 .table1 tbody tr th {
    padding-left: 80px;
  }
}
#about .p-sec03__box2 .table1 tbody tr td {
  text-align: center;
  border-left: 1px solid #9fa0a0;
}
#about .p-sec03__box2 .table1-2 {
  margin-bottom: 20px;
}
#about .p-sec03__box2 .table1-2__text {
  font-size: 16px;
  margin-bottom: 50px;
  margin-left: 17px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__box2 .table1-2__text {
    font-size: 13px;
  }
}
#about .p-sec03__box2 .table1-2__text::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: -17px;
}
#about .p-sec03__box2 .table2--small {
  font-size: 0.6em;
  line-height: 1;
}
#about .p-sec03__box2 .flex {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__box2 .flex {
    gap: 20px;
  }
}
#about .p-sec03__box2 .flex .stitle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #0d345e;
  font-size: 26px;
  font-weight: 400;
  gap: 15px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__box2 .flex .stitle {
    font-size: 18px;
    padding: 10px;
  }
}
#about .p-sec03__box2 .flex__flex {
  display: flex;
  padding: 20px 5px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__box2 .flex__flex {
    margin-top: 15px;
    padding: 0;
    display: block;
  }
}
#about .p-sec03__box2 .flex__flex table {
  width: 450px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__box2 .flex__flex table {
    width: auto;
  }
}
#about .p-sec03__box2 .flex__flex table tr th {
  width: 250px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__box2 .flex__flex table tr th {
    padding-right: 20px;
  }
}
#about .p-sec03__box2 .flex__flex table tr th,
#about .p-sec03__box2 .flex__flex table tr td {
  font-weight: normal;
  font-size: 19px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__box2 .flex__flex table tr th,
  #about .p-sec03__box2 .flex__flex table tr td {
    font-size: 16px;
  }
}
#about .p-sec03__box2 .flex__flex .table2 {
  width: 450px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__box2 .flex__flex .table2 {
    width: auto;
  }
}
#about .p-sec03__box2 .flex__flex .table2 tr th {
  width: 250px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__box2 .flex__flex .table2 tr th {
    padding-right: 20px;
    width: 195px;
  }
}
#about .p-sec03__box2 .flex__flex .table2 tr th,
#about .p-sec03__box2 .flex__flex .table2 tr td {
  font-weight: normal;
  font-size: 19px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__box2 .flex__flex .table2 tr th,
  #about .p-sec03__box2 .flex__flex .table2 tr td {
    font-size: 16px;
  }
}
#about .p-sec03__box2 .flex .sstitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: #e60012;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__box2 .flex .sstitle {
    font-size: 18px;
  }
}
#about .p-sec03__box2 .flex .sstitle span {
  height: 1px;
  background-color: #e60012;
  width: 250px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__box2 .flex .sstitle span {
    width: 14%;
  }
}
#about .p-sec03__box2 .flex .sstitle img {
  margin-right: 10px;
}
#about .p-sec03__box2 .flex ul li {
  font-size: 19px;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__box2 .flex ul li {
    font-size: 16px;
  }
}
#about .p-sec03__hotel-title {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__hotel-title {
    margin-top: 40px;
  }
}
#about .p-sec03__box3 {
  max-width: 960px;
  width: 100%;
  margin: 50px 0 0;
}
#about .p-sec03__attention__title {
  font-size: 21px;
  font-weight: 600;
  color: #0d345e;
}
#about .p-sec03__attention__list {
  list-style-type: disc;
  padding-left: 24px;
  margin-top: 30px;
}
#about .p-sec03__attention__item {
  margin-top: 10px;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__attention__item {
    font-size: 14px;
  }
}

.tax_text {
  display: block;
  text-align: right;
  padding: 0 10px 10px 0;
  font-size: 20px;
}
.tax_text__02 {
  width: 900px;
}
@media screen and (max-width: 768px) {
  .tax_text__02 {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .tax_text {
    font-size: 14px;
  }
}

#access .p-mv {
  position: relative;
}
#access .p-mv__bg img {
  width: 100%;
}
#access .p-mv__theme {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #access .p-mv__theme {
    font-size: 18px;
    width: 80%;
  }
}
#access .p-sec01 {
  padding: 130px 0 200px;
}
@media screen and (max-width: 768px) {
  #access .p-sec01 {
    padding: 80px 0 60px;
  }
}
#access .p-sec01-box {
  display: flex;
  margin-top: 136px;
}
@media screen and (max-width: 1240px) {
  #access .p-sec01-box {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1240px) and (max-width: 768px) {
  #access .p-sec01-box {
    display: block;
    margin-top: 80px;
  }
}
#access .p-sec01-box__infoArea {
  margin-right: 73px;
}
@media screen and (max-width: 1240px) {
  #access .p-sec01-box__infoArea {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1240px) and (max-width: 768px) {
  #access .p-sec01-box__infoArea {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#access .p-sec01-box__infoArea .hosInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#access .p-sec01-box__infoArea .hosInfo .address {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  #access .p-sec01-box__infoArea .hosInfo .address {
    font-size: 16px;
  }
}
#access .p-sec01-box__infoArea .hosInfo .telNumArea {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #access .p-sec01-box__infoArea .hosInfo .telNumArea {
    margin-bottom: 20px;
  }
}
#access .p-sec01-box__infoArea .hosInfo .telNumArea .telNum {
  font-size: 30px;
  line-height: 1.5;
  color: #0d345e;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #access .p-sec01-box__infoArea .hosInfo .telNumArea .telNum {
    font-size: 26px;
  }
}
#access .p-sec01-box__infoArea .trainInfo {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #access .p-sec01-box__infoArea .trainInfo {
    margin-top: 60px;
  }
}
#access .p-sec01-box__infoArea .trainInfo .title {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3E3A39;
  margin-top: 20px;
  width: 252px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  #access .p-sec01-box__infoArea .trainInfo .title {
    font-size: 20px;
    height: 45px;
  }
}
#access .p-sec01-box__infoArea .trainInfo .text {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #access .p-sec01-box__infoArea .trainInfo .text {
    font-size: 20px;
  }
}

#facility .p-mv {
  position: relative;
}
#facility .p-mv__bg img {
  width: 100%;
}
#facility .p-mv__theme {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #facility .p-mv__theme {
    font-size: 18px;
    width: 80%;
  }
}
#facility .p-sec01 {
  padding: 120px 0 83px;
}
@media screen and (max-width: 768px) {
  #facility .p-sec01 {
    padding: 80px 0 40px;
  }
}
#facility .p-sec01-box {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 113px;
       column-gap: 113px;
  row-gap: 70px;
}
@media screen and (max-width: 768px) {
  #facility .p-sec01-box {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 60px;
    row-gap: 50px;
  }
}
#facility .p-sec01-box__item .imageArea {
  margin-bottom: 30px;
}
#facility .p-sec01-box__item .imageArea img {
  width: 100%;
}
#facility .p-sec01-box__item .textArea .tit {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #facility .p-sec01-box__item .textArea .tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#facility .p-sec01-box__item .textArea .text {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #facility .p-sec01-box__item .textArea .text {
    font-size: 14px;
  }
}
#facility .p-sec02 {
  padding: 100px 0 150px;
  background-color: #F9F8F4;
}
@media screen and (max-width: 768px) {
  #facility .p-sec02 {
    padding: 60px 0 80px;
  }
}
#facility .p-sec02__titArea {
  margin-bottom: 40px;
}
#facility .p-sec02__titArea .tit {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #facility .p-sec02__titArea .tit {
    font-size: 30px;
  }
}
#facility .p-sec02__titArea .text {
  width: 720px;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #facility .p-sec02__titArea .text {
    font-size: 14px;
    width: 100%;
  }
}
#facility .p-sec02-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 50px;
}
@media screen and (max-width: 768px) {
  #facility .p-sec02-box {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
#facility .p-sec02-box__item .imageArea img {
  width: 100%;
}
#facility .p-sec02-box__item .textArea {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  #facility .p-sec02-box__item .textArea {
    margin-top: 10px;
  }
}
#facility .p-sec02-box__item .textArea .tit {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #facility .p-sec02-box__item .textArea .tit {
    font-size: 20px;
  }
}

#case .p-mv {
  position: relative;
}
#case .p-mv__bg img {
  width: 100%;
}
#case .p-mv__theme {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #case .p-mv__theme {
    font-size: 18px;
    width: 80%;
  }
}
#case .p-case {
  background-color: #F9F8F4;
  padding: 100px 0;
  color: #3E3A39;
}
#case .p-case__container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}
#case .p-case__article {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 60px 10%;
}
@media screen and (max-width: 768px) {
  #case .p-case__article {
    padding: 30px 5%;
    margin: 0 5% 40px 5%;
  }
}
#case .p-case__article__title {
  font-size: 30px;
  color: #0d345e;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #case .p-case__article__title {
    font-size: 28px;
  }
}
#case .p-case__article__content {
  margin-top: 50px;
  letter-spacing: 0.03em;
}
#case .p-case__article__content p {
  letter-spacing: 0.07em;
  line-height: 1.5;
}
#case .p-case__article__pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  max-width: 570px;
  width: 100%;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  #case .p-case__article__pagination {
    margin: 60px auto;
    justify-content: center;
    gap: 30px;
  }
}
#case .p-case .pagination a {
  position: relative;
}
#case .p-case .pagination__pre::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -100%;
  background-color: #3E3A39;
  width: 6px;
  height: 1px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #case .p-case .pagination__pre::before {
    left: -25%;
  }
}
#case .p-case .pagination__pre::after {
  content: "";
  position: absolute;
  top: 9px;
  left: -100%;
  background-color: #3E3A39;
  width: 50px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  #case .p-case .pagination__pre::after {
    width: 20px;
    left: -25%;
  }
}
#case .p-case .pagination__next::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -100%;
  background-color: #3E3A39;
  width: 6px;
  height: 1px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #case .p-case .pagination__next::before {
    right: -25px;
  }
}
#case .p-case .pagination__next::after {
  content: "";
  position: absolute;
  top: 9px;
  right: -100%;
  background-color: #3E3A39;
  width: 50px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  #case .p-case .pagination__next::after {
    width: 20px;
    right: -25px;
  }
}
#case .p-case__pagination {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #case .p-case__pagination {
    margin-top: 60px;
  }
}
#case .p-case__btnArea {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #case .p-case__btnArea {
    margin-bottom: 0px;
  }
}
#case .p-case__btn {
  background-color: #0d345e;
  margin: 0 auto;
}

#staff .p-mv {
  position: relative;
}
#staff .p-mv__bg img {
  width: 100%;
}
#staff .p-mv__theme {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #staff .p-mv__theme {
    font-size: 18px;
    width: 80%;
  }
}
#staff .p-sec01 {
  background-color: #f9f8f4;
  color: #3e3a39;
  padding: 81px 0;
}
@media screen and (max-width: 768px) {
  #staff .p-sec01 {
    padding: 60px 0 40px;
  }
}
#staff .p-sec01-contents {
  padding: 48px;
}
@media screen and (max-width: 1240px) {
  #staff .p-sec01-contents {
    padding: 35px;
  }
}
@media screen and (max-width: 1240px) and (max-width: 768px) {
  #staff .p-sec01-contents {
    padding: 10px;
  }
}
#staff .p-sec01-contents__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #staff .p-sec01-contents__text {
    font-size: 14px;
  }
}
#staff .p-sec01-contents__name {
  text-align: right;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #staff .p-sec01-contents__name {
    font-size: 18px;
    margin-top: 30px;
  }
}
#staff .p-sec01-contents__name .post {
  margin-right: 1em;
}
#staff .p-sec02 {
  padding: 82px 0 130px;
}
@media screen and (max-width: 768px) {
  #staff .p-sec02 {
    padding: 60px 0 40px;
  }
}
#staff .p-sec02__tit {
  display: flex;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #staff .p-sec02__tit {
    margin-bottom: 40px;
  }
}
#staff .p-sec02__tit .image {
  flex-shrink: 0;
}
#staff .p-sec02__tit .textArea {
  margin-left: 24px;
}
#staff .p-sec02__tit .textArea span {
  display: block;
}
#staff .p-sec02__tit .textArea .en {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#staff .p-sec02__tit .textArea .jp {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}
#staff .p-sec02-contents {
  display: flex;
}
@media screen and (max-width: 768px) {
  #staff .p-sec02-contents {
    display: block;
  }
}
#staff .p-sec02-contents__image {
  flex-shrink: 0;
  margin-right: 90px;
}
@media screen and (max-width: 768px) {
  #staff .p-sec02-contents__image {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #staff .p-sec02-contents__image img {
    width: 100%;
  }
}
#staff .p-sec02-contents__textArea .nameArea {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  color: #0d345e;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #staff .p-sec02-contents__textArea .nameArea {
    font-size: 22px;
  }
}
#staff .p-sec02-contents__textArea .nameArea .post {
  margin-right: 26px;
}
@media screen and (max-width: 768px) {
  #staff .p-sec02-contents__textArea .nameArea .post {
    margin-right: 10px;
  }
}
#staff .p-sec02-contents__textArea .careerList .listItem {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #staff .p-sec02-contents__textArea .careerList .listItem {
    align-items: flex-start;
  }
}
#staff .p-sec02-contents__textArea .careerList .listItem + .listItem {
  margin-top: 10px;
}
#staff .p-sec02-contents__textArea .careerList .listItem .year {
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  #staff .p-sec02-contents__textArea .careerList .listItem .year {
    flex-shrink: 0;
  }
}
#staff .p-sec02-contents__textArea .belongArea {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
#staff .p-sec02-contents__textArea .belongArea .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  background-color: #7fa4c6;
  color: #fff;
  border-radius: 10px;
  width: 124px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #staff .p-sec02-contents__textArea .belongArea .title {
    width: 100px;
    font-size: 14px;
    margin-right: 10px;
  }
}
#staff .p-sec02-contents__textArea .belongArea .content {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #staff .p-sec02-contents__textArea .belongArea .content {
    font-size: 14px;
  }
}
#staff .p-sec02-contents__textArea .textArea {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.7;
  color: #0d345e;
}
@media screen and (max-width: 768px) {
  #staff .p-sec02-contents__textArea .textArea {
    font-size: 14px;
  }
}
#staff .p-sec03-box {
  padding: 66px 0 81px;
  color: #fff;
  background-color: #0d345e;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #staff .p-sec03-box {
    padding: 40px 0 60px;
    padding: 20px;
  }
}
#staff .p-sec03-box__tit {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #staff .p-sec03-box__tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#staff .p-sec03-box__text {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #staff .p-sec03-box__text {
    font-size: 16px;
  }
}
#staff .p-sec03-box__telArea {
  margin-top: 30px;
  width: 730px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0 20px;
}
@media screen and (max-width: 768px) {
  #staff .p-sec03-box__telArea {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
  }
}
#staff .p-sec03-box__telArea .text {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #staff .p-sec03-box__telArea .text {
    font-size: 16px;
  }
}
#staff .p-sec03-box__telArea .tel {
  display: flex;
}
#staff .p-sec03-box__telArea .tel .telNum {
  font-size: 30px;
  color: #fff;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #staff .p-sec03-box__telArea .tel .telNum {
    font-size: 26px;
    margin-left: 10px;
  }
}

.hobby {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .hobby {
    font-size: 14px;
  }
}

.certificate {
  margin-top: 50px;
  max-width: 1200px;
  background-color: #F7F8F8;
  padding: 70px 85px 57px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .certificate {
    flex-direction: column;
    gap: 50px;
  }
}
.certificate .certificate_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.certificate .certificate_text {
  margin-top: 15px;
  width: 280px;
  text-align: center;
  line-height: 1.7;
}

.doctor_01, .doctor_02 {
  margin-top: 120px;
}

.doctor_02 {
  margin-bottom: 180px;
}

.sec_title_beige {
  width: 434px;
  height: 60px;
  margin: 0 auto 80px;
  border-radius: 10px;
  background-color: #7fa4c6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec_title_beige {
    width: 280px;
    font-size: 20px;
  }
}

.doctor_01_container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .doctor_01_container {
    flex-wrap: wrap;
    gap: 30px 15px;
  }
}

.doctor_01_box {
  width: calc((100% - 60px) / 3);
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .doctor_01_box {
    width: calc((100% - 15px) / 2);
  }
}
.doctor_01_box img {
  display: block;
  width: 100%;
  height: auto;
}

.doctor_name {
  font-size: 26px;
  font-weight: 600;
  color: #0d345e;
  margin: 50px 0 20px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .doctor_name {
    font-size: 16px;
    line-height: 1.4;
    margin: 15px 0 8px;
  }
}

.hobby__02 {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .hobby__02 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    word-break: break-all;
    overflow-wrap: anywhere;
  }
}

.doctor_02_container {
  background-color: #F9F8F4;
  padding: 50px 36px;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .doctor_02_container {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.doctor_02_container .belongArea {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.doctor_02_container .belongArea .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  background-color: #7fa4c6;
  color: #fff;
  border-radius: 10px;
  width: 124px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .doctor_02_container .belongArea .title {
    width: 100px;
    font-size: 14px;
    margin-right: 10px;
  }
}
.doctor_02_container .belongArea .content {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .doctor_02_container .belongArea .content {
    font-size: 14px;
  }
}
.doctor_02_container .textArea {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .doctor_02_container .textArea {
    font-size: 14px;
  }
}

.red_text {
  display: block;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #C30D23;
}

#price .p-mv {
  position: relative;
}
#price .p-mv__bg img {
  width: 100%;
}
#price .p-mv__theme {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #price .p-mv__theme {
    font-size: 18px;
    width: 80%;
  }
}
#price .price_container {
  background-color: #F9F8F4;
}
#price .sec-title {
  padding-top: 100px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #price .sec-title {
    align-items: start;
  }
}
#price .sec-title .textArea {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#price .sec-title .en {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #price .sec-title .en {
    font-size: 20px;
  }
}
#price .sec-title .jp {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #price .sec-title .jp {
    font-size: 10px;
    margin-top: 13px;
  }
}
#price .sec-title img {
  height: 90px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  #price .sec-title img {
    height: 45px;
    margin: 0;
  }
}
#price .c-titA__icon .icon_03 {
  padding-top: 18px;
}
@media screen and (max-width: 768px) {
  #price .c-titA__icon .icon_01 {
    width: 32px;
  }
  #price .c-titA__icon .icon_02 {
    width: 36px;
  }
  #price .c-titA__icon .icon_03 {
    width: 50px;
  }
}
#price .black-line {
  background-color: #595757;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #price .black-line {
    margin-bottom: 5px;
  }
}
#price .green-line {
  background-color: #0d345e;
  height: 27px;
  margin-bottom: 145px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #price .green-line {
    height: 17px;
  }
}
#price .price_box_02, #price .price_box_03, #price .price_box_04 {
  padding: 160px 0 0 0;
}
@media screen and (max-width: 768px) {
  #price .price_box_02, #price .price_box_03, #price .price_box_04 {
    padding: 100px 0 0 0;
  }
}
#price .fee-table-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 84px 0 0;
}
#price .fee-table-wrap__02 {
  max-width: 760px;
}
#price .fee-table-wrap__03 {
  padding: 105px 0 0;
}
#price .fee-table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}
#price .fee-table col.col-kind {
  width: 360px;
}
#price .fee-table col.col-item {
  width: 350px;
}
#price .fee-table col.col-price {
  width: 488px;
}
#price .fee-table th, #price .fee-table td {
  color: #333;
  font-weight: 400;
  font-size: 20px;
  vertical-align: middle;
  background: #fff;
}
#price .fee-table .kind {
  background: #0d345e;
  color: #fff;
  text-align: center;
  border: none;
  padding: 0 20px;
  font-size: 23px;
  font-weight: 400;
}
#price .fee-table .item,
#price .fee-table .price {
  height: 60px;
  padding: 0 10px;
  text-align: center;
}
#price .fee-table .item {
  border-left: 1px solid #9FA0A0;
}
#price .fee-table .price {
  border-left: 1px solid #9FA0A0;
}
#price .fee-table tr:not(.sp-kind) + tr:not(.sp-kind) .kind, #price .fee-table tr:not(.sp-kind) + tr:not(.sp-kind) .item, #price .fee-table tr:not(.sp-kind) + tr:not(.sp-kind) .price {
  border-top: 1px solid #9FA0A0;
}
#price .fee-table .fee-group + .fee-group {
  /* 見出し(.sp-kind)の直後＝次グループの最初のデータ行 */
}
#price .fee-table .fee-group + .fee-group .sp-kind + tr .item,
#price .fee-table .fee-group + .fee-group .sp-kind + tr .price,
#price .fee-table .fee-group + .fee-group .sp-kind + tr .kind {
  border-top: 1px solid #9FA0A0;
}
#price .fee-table {
  /* ★ 表の最上段だけ横線を消す */
}
#price .fee-table > .fee-group:first-of-type {
  /* PC時：最初のデータ行（rowspanセルが先頭のケース） */
}
#price .fee-table > .fee-group:first-of-type tr:first-child .item, #price .fee-table > .fee-group:first-of-type tr:first-child .price, #price .fee-table > .fee-group:first-of-type tr:first-child .kind {
  border-top: none !important;
}
#price .fee-table > .fee-group:first-of-type {
  /* SP時：見出し(.sp-kind)があるので、その直後のデータ行から消す */
}
#price .fee-table > .fee-group:first-of-type .sp-kind + tr .item, #price .fee-table > .fee-group:first-of-type .sp-kind + tr .price, #price .fee-table > .fee-group:first-of-type .sp-kind + tr .kind {
  border-top: none !important;
}
#price {
  /* ---------- PC以上ではSP専用行を非表示 ---------- */
}
@media screen and (min-width: 769px), print {
  #price .fee-table .sp-kind,
  #price .fee-table .kind--sp {
    display: none !important;
    border: none !important;
  }
}
#price {
  /* ---------- スマホ（≤768px）：カード化 ---------- */
}
@media screen and (max-width: 768px) {
  #price .fee-table {
    display: block;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
  }
  #price .fee-table colgroup {
    display: none;
  }
  #price .fee-table {
    /* カード本体 */
  }
  #price .fee-table .fee-group {
    display: block;
    border: 1px solid #9FA0A0;
    overflow: hidden;
    margin-bottom: 16px;
    background: #fff;
    width: 100%;
  }
  #price .fee-table {
    /* 見出し（緑帯）= 全幅 */
  }
  #price .fee-table .sp-kind {
    display: block;
  }
  #price .fee-table .kind--sp {
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-size: 18px;
    border: none;
    /* 念のため：もし親がgridでも全列にまたがる */
    grid-column: 1/-1;
  }
  #price .fee-table {
    /* ★ データ行だけを 1:1 の2カラムgrid に */
  }
  #price .fee-table .fee-group tr:not(.sp-kind) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
  }
  #price .fee-table {
    /* セルはブロック化 */
  }
  #price .fee-table th, #price .fee-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    padding: 10px 16px;
    border: 0;
  }
  #price .fee-table .item,
  #price .fee-table .price {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #price .fee-table .price {
    border-left: 1px solid #9FA0A0;
  }
  #price .fee-table .sp-kind .price {
    border-left: 0;
  }
  #price .fee-table { /* 念のため保険 */
    /* 見出し直後の横線＆2行目の横線 */
  }
  #price .fee-table .sp-kind + tr .item,
  #price .fee-table .sp-kind + tr .price,
  #price .fee-table .fee-group tr:not(.sp-kind) + tr:not(.sp-kind) .item,
  #price .fee-table .fee-group tr:not(.sp-kind) + tr:not(.sp-kind) .price {
    border-top: 1px solid #9FA0A0;
  }
  #price .fee-table {
    /* PC用の結合セルは非表示 */
  }
  #price .fee-table .kind--pc {
    display: none !important;
  }
  #price .fee-table .item {
    border-left: none;
  }
}
#price {
  /* ---- 2列版のテーブル ---- */
}
#price .fee-table--2col {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  /* 列幅（PC） */
}
#price .fee-table--2col col.col-kind {
  width: 360px;
}
#price .fee-table--2col col.col-item {
  width: 400px;
}
#price .fee-table--2col {
  /* セル共通 */
}
#price .fee-table--2col th, #price .fee-table--2col td {
  color: #333;
  font-weight: 400;
  font-size: 20px;
  vertical-align: middle;
  background: #fff;
  height: 60px;
}
#price .fee-table--2col {
  /* 左の緑帯 */
}
#price .fee-table--2col .kind {
  background: #0d345e;
  color: #fff;
  text-align: center;
  border: none;
  padding: 0 20px;
  font-size: 23px;
  font-weight: 400;
}
#price .fee-table--2col {
  /* 金額セル（PC） */
}
#price .fee-table--2col .item {
  text-align: center;
  padding: 0 24px;
  border-left: 1px solid #9FA0A0;
}
#price .fee-table--2col {
  /* グループ間の横線（表の最上段は消す） */
}
#price .fee-table--2col .fee-group + .fee-group tr:first-child .kind, #price .fee-table--2col .fee-group + .fee-group tr:first-child .item {
  border-top: 1px solid #9FA0A0;
}
#price .fee-table--2col > .fee-group:first-of-type tr:first-child .kind, #price .fee-table--2col > .fee-group:first-of-type tr:first-child .item {
  border-top: none !important;
}
#price {
  /* ---------- スマホ（≤768px） ---------- */
}
@media screen and (max-width: 768px) {
  #price .fee-table--2col {
    display: block;
    table-layout: auto;
  }
  #price .fee-table--2col colgroup {
    display: none;
  }
  #price .fee-table--2col {
    /* カード本体 */
  }
  #price .fee-table--2col .fee-group {
    display: block;
    border: 1px solid #9FA0A0;
    overflow: hidden;
    margin-bottom: 16px;
    background: #fff;
    width: 100%;
  }
  #price .fee-table--2col {
    /* 行は2等分グリッド。高さはストレッチ */
  }
  #price .fee-table--2col .fee-group tr {
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: stretch;
    width: 100%;
  }
  #price .fee-table--2col {
    /* セルはブロック化 */
  }
  #price .fee-table--2col th, #price .fee-table--2col td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    padding: 12px 16px;
    border: 0;
    height: auto;
  }
  #price .fee-table--2col .kind {
    background: #0d345e;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 12px 16px;
  }
  #price .fee-table--2col .item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #9FA0A0;
    height: 100%;
    padding: 12px 16px;
  }
  #price .fee-table--2col {
    /* ★ ここを削除/上書き：グループ境界での行ボーダーは二重線の原因になるので付けない */
  }
  #price .fee-table--2col .fee-group + .fee-group tr .kind,
  #price .fee-table--2col .fee-group + .fee-group tr .item {
    border-top: none;
  }
  #price .fee-table--2col {
    /* 2行以上ある場合の行間のみ横線を付けたいときは以下を有効化
    .fee-group tr + tr .kind,
    .fee-group tr + tr .item { border-top: 1px solid $line; }
    */
  }
}
#price .caution_text {
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 20px 0 0 10px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #price .caution_text {
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 0 0 0 5px;
  }
}
#price .caution_text__02 {
  padding: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  #price .caution_text__02 {
    padding: 0 0 0 5px;
  }
}
#price .caution_text__03 {
  color: #E6542A;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  #price .caution_text__03 {
    padding: 0 0 0 5px;
  }
}
#price .caution_text_green {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #0d345e;
}
@media screen and (max-width: 768px) {
  #price .caution_text_green {
    font-size: 16px;
    letter-spacing: 0;
    padding-bottom: 10px;
  }
}
#price .caution_text_red {
  display: block;
  padding: 100px 0 130px 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #E6542A;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #price .caution_text_red {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

#top .p-mv {
  position: relative;
}
#top .p-mv__bg img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top .p-mv__bg img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#top .p-mv__theme {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top .p-mv__theme {
    font-size: 18px;
  }
}
#top .p-news {
  background-color: #f9f8f4;
  padding: 74px 0 94px;
  color: #231815;
}
@media screen and (max-width: 768px) {
  #top .p-news {
    padding: 40px 0;
  }
}
#top .p-news__list {
  background-color: #fff;
  padding: 98px 9%;
  margin-top: 74px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #top .p-news__list {
    padding: 20px 4%;
    margin-top: 40px;
    font-size: 16px;
  }
}
#top .p-news__item {
  border-bottom: 1px solid #231815;
  padding: 25px 0;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  #top .p-news__item {
    flex-direction: column;
    padding: 20px 0;
  }
}
#top .p-news__post-time {
  padding-left: 10px;
}
#top .p-news__post-title {
  padding-left: 68px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #top .p-news__post-title {
    padding-top: 10px;
    padding-left: 10px;
  }
}
#top .p-news__btn {
  background-color: #0d345e;
}
#top .p-feature {
  background-color: #f9f8f4;
  padding: 74px 0 94px;
}
@media screen and (max-width: 768px) {
  #top .p-feature {
    padding: 40px 0;
  }
}
#top .p-feature-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 106px;
}
@media screen and (max-width: 768px) {
  #top .p-feature-box {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
    gap: 40px;
  }
}
#top .p-feature-box__item {
  position: relative;
}
#top .p-feature-box__item .iconBal {
  position: absolute;
  top: -10px;
  left: -43px;
}
@media screen and (max-width: 1340px) {
  #top .p-feature-box__item .iconBal {
    width: 70px;
    top: 19px;
    left: -18px;
  }
}
@media screen and (max-width: 1340px) and (max-width: 768px) {
  #top .p-feature-box__item .iconBal {
    width: 60px;
    top: 16px;
    left: -19px;
  }
}
#top .p-feature-box__item .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  #top .p-feature-box__item .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#top .p-feature-box__item .imageArea {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #top .p-feature-box__item .imageArea {
    margin-bottom: 20px;
  }
}
#top .p-feature-box__item .imageArea img {
  width: 100%;
}
#top .p-feature-box__item .textArea {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top .p-feature-box__item .textArea {
    font-size: 14px;
  }
}
#top .p-feature__btnArea {
  margin-top: 74px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top .p-feature__btnArea {
    margin-top: 50px;
  }
}
#top .p-news {
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .p-news {
    display: block;
  }
}
#top .p-news-tit {
  background-color: #7fa4c6;
  width: 27.23%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 100px;
  padding-left: 100px;
}
#top .p-news-tit img {
  width: 214px;
}
@media screen and (max-width: 768px) {
  #top .p-news-tit img {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  #top .p-news-tit {
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#top .p-news-contents {
  background-color: #0d345e;
  width: 72.77%;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 115px;
  padding-right: max(20px, 50vw - 600px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top .p-news-contents {
    width: 100%;
    padding: 50px 20px;
  }
}

#news .p-mv {
  position: relative;
}
#news .p-mv__bg img {
  width: 100%;
}
#news .p-mv__theme {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news .p-mv__theme {
    font-size: 18px;
    width: 80%;
  }
}
#news .p-news {
  background-color: #F9F8F4;
  padding: 100px 0;
  color: #3E3A39;
}
#news .p-news__container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 8%;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #news .p-news__container {
    flex-direction: column;
  }
}
#news .p-news__body {
  flex: 0 1 61%;
}
#news .p-news__article {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 50px 10%;
}
@media screen and (max-width: 768px) {
  #news .p-news__article {
    padding: 30px 5%;
    margin: 0 5% 40px 5%;
  }
}
#news .p-news__article__post-title {
  font-size: 30px;
  color: #0d345e;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #news .p-news__article__post-title {
    font-size: 28px;
  }
}
#news .p-news__article__flex {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  font-size: 14px;
}
#news .p-news__article__post-excrpt {
  font-size: 16px;
  margin-top: 30px;
}
#news .p-news__article__post-excrpt p {
  letter-spacing: 0.07em;
  line-height: 1.5;
}
#news .p-news__article__post-btn {
  margin-top: 50px;
}
#news .p-news__pagination {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #news .p-news__pagination {
    margin-top: 60px;
  }
}

#case .p-mv {
  position: relative;
}
#case .p-mv__bg img {
  width: 100%;
}
#case .p-mv__theme {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #case .p-mv__theme {
    font-size: 18px;
    width: 80%;
  }
}
#case .p-case {
  background-color: #F9F8F4;
}

#single .p-mv {
  position: relative;
}
#single .p-mv__bg img {
  width: 100%;
}
#single .p-mv__theme {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #single .p-mv__theme {
    font-size: 18px;
    width: 80%;
  }
}
#single .p-single {
  background-color: #F9F8F4;
  padding: 100px 0;
  color: #3E3A39;
}
#single .p-single__container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 8%;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #single .p-single__container {
    flex-direction: column;
  }
}
#single .p-single__body {
  flex: 0 1 61%;
}
#single .p-single__article {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 50px 10%;
}
@media screen and (max-width: 768px) {
  #single .p-single__article {
    padding: 30px 5%;
    margin: 0 5% 40px 5%;
  }
}
#single .p-single__article__title {
  font-size: 30px;
  color: #0d345e;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #single .p-single__article__title {
    font-size: 28px;
  }
}
#single .p-single__article__flex {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  font-size: 14px;
}
#single .p-single__article__content {
  margin-top: 50px;
  letter-spacing: 0.03em;
}
#single .p-single__article__content p {
  letter-spacing: 0.07em;
  line-height: 1.5;
}
#single .p-single__article__pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 0 15%;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  #single .p-single__article__pagination {
    margin: 60px 0;
  }
}
#single .p-single .pagination__line {
  display: block;
  width: 120px;
  height: 1px;
  background-color: #3E3A39;
}
@media screen and (max-width: 768px) {
  #single .p-single .pagination__line {
    width: 50px;
  }
}
#single .p-single .pagination a {
  position: relative;
}
#single .p-single .pagination__pre {
  position: absolute;
  top: 0;
  left: -100%;
  border-bottom: 2px solid #3E3A39;
  border-left: 2px solid #3E3A39;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}
#single .p-single .pagination__next {
  position: absolute;
  top: 0;
  right: -100%;
  border-top: 2px solid #3E3A39;
  border-right: 2px solid #3E3A39;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}/*# sourceMappingURL=style.css.map */