@charset "UTF-8";
:root {
  /* --yugo-minus：line-heightズレ用 フォントファミリーが游ゴシックの場合 1px それ以外 0px*/
  --line-hover: #5d9436;
  --line: #6ea844;
  --gold-hover: #977f28;
  --gold: #ae994d;
  --gold-20: #ae994d;
  --gold-10: #ae994d;
  --white: #ffffff;
  --white-50: #ffffff;
  --white-30: #ffffff;
  --white-20: #ffffff;
  --blue_01: #17366c;
  --blue_02: #1d60a1;
  --blue-02-20: #1d60a1;
  --blue-0210: #1d60a1;
  --black: #27303f;
  --black-50: #27303f;
  --black-10: #27303f;
  --black_02: #2b374b;
  --gray: #dfdfdf;
  --lightgrey: #f3f3f3;
  --line_grey: #c3c1b8;
  --beige: #fbfbf9;
  --main_family-minus: 0px;
  --title_family-minus: 1px;
  --yugo-minus: 0px;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 54.69%;
}
@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 21px;
  font-weight: 400;
  line-height: 180%;
  font-family: "Noto Sans JP", sans-serif;
  color: #27303F;
  background: #fff;
  letter-spacing: 1.36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  body:not(.wp-editor) {
    min-width: 1240px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 17px;
  }
}
body:not(.home) {
  position: relative;
  z-index: 0;
  background: var(--beige);
}
body:not(.home):before {
  content: "";
  width: 100%;
  height: 600px;
  background: url(../img/common/under_bg.jpg) no-repeat center top/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  body:not(.home):before {
    background: url(../img/common/under_bg_sp.jpg) no-repeat center top/cover;
    height: 460px;
  }
}

a {
  color: #27303F;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
  }
}
*:focus {
  outline: none;
}

.clearfix {
  overflow: hidden;
}
.clearfix:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .clearfix img {
    display: block;
    margin-inline: auto;
  }
}

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

img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a[href^="tel:"] {
  color: #27303F;
  text-decoration: none;
  font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
input,
textarea,
select,
button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0.35em 0.75em;
  width: auto;
}

input[type=submit],
button {
  background: #0f406c;
  border-color: #0f406c;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  input[type=submit]:hover,
  button:hover {
    opacity: 0.8;
  }
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  margin-inline: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 34%;
  }
  .alignleft {
    float: left;
    margin-right: 30px;
  }
  .alignright {
    float: right;
    margin-left: 30px;
  }
  .alignleft,
  .alignright {
    max-width: 34%;
  }
  .alignleft .w-per10,
  .alignright .w-per10 {
    max-width: 10%;
  }
  .alignleft .w-per12,
  .alignright .w-per12 {
    max-width: 12%;
  }
  .alignleft .w-per14,
  .alignright .w-per14 {
    max-width: 14%;
  }
  .alignleft .w-per16,
  .alignright .w-per16 {
    max-width: 16%;
  }
  .alignleft .w-per18,
  .alignright .w-per18 {
    max-width: 18%;
  }
  .alignleft .w-per20,
  .alignright .w-per20 {
    max-width: 20%;
  }
  .alignleft .w-per22,
  .alignright .w-per22 {
    max-width: 22%;
  }
  .alignleft .w-per24,
  .alignright .w-per24 {
    max-width: 24%;
  }
  .alignleft .w-per26,
  .alignright .w-per26 {
    max-width: 26%;
  }
  .alignleft .w-per28,
  .alignright .w-per28 {
    max-width: 28%;
  }
  .alignleft .w-per30,
  .alignright .w-per30 {
    max-width: 30%;
  }
  .alignleft .w-per32,
  .alignright .w-per32 {
    max-width: 32%;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .spbasic {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  br.sp,
  span.sp {
    display: inline !important;
  }
  span.br {
    display: inline-block !important;
  }
  span.spdb {
    display: inline-block;
  }
}
@media (min-width: 421px) {
  .spmin {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .spbasic {
    display: none !important;
  }
}
.container,
.gutters,
.mce-content-body {
  max-width: calc(100% - 50px);
  margin-inline: auto;
  width: 1050px;
}
@media (min-width: 768px) {
  .container,
  .gutters,
  .mce-content-body {
    max-width: calc(100% - 40px);
  }
}

.home .mce-content-body {
  max-width: 100%;
  width: 100%;
}

.wrap {
  overflow: hidden;
}

body.archive .contents, body.single .contents {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body.archive .contents, body.single .contents {
    margin-inline: auto;
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  body.contents-column-two .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.contents-column-two .contents #main {
    width: 72%;
  }
  body.contents-column-two .contents #aside {
    width: 23.5%;
  }
}

@media (max-width: 767px) {
  .row:not(:first-of-type) {
    margin-top: 5%;
  }
  .row:first-of-type {
    margin-top: 0;
  }
  .row .col_2:not(:first-of-type), .row .col_3:not(:first-of-type), .row .col_4:not(:first-of-type), .row .col_5:not(:first-of-type), .row .col_6:not(:first-of-type) {
    margin-top: 5%;
  }
  .row.sp_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_2 .col_2, .row.sp_col_2 .col_3, .row.sp_col_2 .col_4, .row.sp_col_2 .col_5, .row.sp_col_2 .col_6 {
    width: 49%;
    margin-right: 2%;
  }
  .row.sp_col_2 .col_2:not(:first-child), .row.sp_col_2 .col_3:not(:first-child), .row.sp_col_2 .col_4:not(:first-child), .row.sp_col_2 .col_5:not(:first-child), .row.sp_col_2 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_2 .col_2:nth-child(2n), .row.sp_col_2 .col_3:nth-child(2n), .row.sp_col_2 .col_4:nth-child(2n), .row.sp_col_2 .col_5:nth-child(2n), .row.sp_col_2 .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .row.sp_col_2 .col_2:nth-child(n+3), .row.sp_col_2 .col_3:nth-child(n+3), .row.sp_col_2 .col_4:nth-child(n+3), .row.sp_col_2 .col_5:nth-child(n+3), .row.sp_col_2 .col_6:nth-child(n+3) {
    margin-top: 2%;
  }
  .row.sp_col_2 .col_2:last-child, .row.sp_col_2 .col_3:last-child, .row.sp_col_2 .col_4:last-child, .row.sp_col_2 .col_5:last-child, .row.sp_col_2 .col_6:last-child {
    margin-right: 0;
  }
  .row.sp_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_3 .col_2, .row.sp_col_3 .col_3, .row.sp_col_3 .col_4, .row.sp_col_3 .col_5, .row.sp_col_3 .col_6 {
    width: 32%;
    margin-right: 2%;
  }
  .row.sp_col_3 .col_2:not(:first-child), .row.sp_col_3 .col_3:not(:first-child), .row.sp_col_3 .col_4:not(:first-child), .row.sp_col_3 .col_5:not(:first-child), .row.sp_col_3 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_3 .col_2:nth-child(3n), .row.sp_col_3 .col_3:nth-child(3n), .row.sp_col_3 .col_4:nth-child(3n), .row.sp_col_3 .col_5:nth-child(3n), .row.sp_col_3 .col_6:nth-child(3n) {
    margin-right: 0;
  }
  .row.sp_col_3 .col_2:nth-child(n+4), .row.sp_col_3 .col_3:nth-child(n+4), .row.sp_col_3 .col_4:nth-child(n+4), .row.sp_col_3 .col_5:nth-child(n+4), .row.sp_col_3 .col_6:nth-child(n+4) {
    margin-top: 2%;
  }
  .row.sp_col_3 .col_2:last-child, .row.sp_col_3 .col_3:last-child, .row.sp_col_3 .col_4:last-child, .row.sp_col_3 .col_5:last-child, .row.sp_col_3 .col_6:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row .col_2:nth-child(2n) {
    margin-right: 0;
  }
  .row .col_2:nth-child(n+3) {
    margin-top: 4%;
  }
  .row .col_2:last-child {
    margin-right: 0;
  }
  .row .col_3 {
    width: 32%;
    margin-right: 2%;
  }
  .row .col_3:nth-child(3n) {
    margin-right: 0;
  }
  .row .col_3:nth-child(n+4) {
    margin-top: 2%;
  }
  .row .col_3:last-child {
    margin-right: 0;
  }
  .row .col_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .row .col_4:nth-child(4n) {
    margin-right: 0;
  }
  .row .col_4:nth-child(n+5) {
    margin-top: 2%;
  }
  .row .col_4:last-child {
    margin-right: 0;
  }
  .row .col_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .row .col_5:nth-child(5n) {
    margin-right: 0;
  }
  .row .col_5:nth-child(n+6) {
    margin-top: 2%;
  }
  .row .col_5:last-child {
    margin-right: 0;
  }
  .row .col_6 {
    width: 15%;
    margin-right: 2%;
  }
  .row .col_6:nth-child(6n) {
    margin-right: 0;
  }
  .row .col_6:nth-child(n+7) {
    margin-top: 2%;
  }
  .row .col_6:last-child {
    margin-right: 0;
  }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.reverse .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row.reverse .col_2:first-child {
    margin-right: 0;
  }
  .row.gap_row {
    gap: 20px 2%;
  }
  .row.gap_row .col_2 {
    width: 49%;
  }
  .row.gap_row .col_2, .row.gap_row .col_3, .row.gap_row .col_4, .row.gap_row .col_5, .row.gap_row .col_6 {
    margin: 0;
  }
  .row.gap_row.reverse .col_2 {
    width: 49%;
  }
}
.row {
  margin-bottom: 50px;
}
.row:last-child {
  margin-bottom: 0;
}
.row.cols_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
}
.row.cols_center .btnstyle {
  width: 100%;
  max-width: 280px;
}
@media (max-width: 767px) {
  .row.cols_center .btnstyle {
    margin-left: auto;
    margin-right: auto;
  }
}
.row.cols_center > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.box_border .row:last-child,
.box_bg .row:last-child {
  margin-bottom: 0;
}

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

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

.text-left {
  text-align: left !important;
}

@media (max-width: 767px) {
  .sp-text-right {
    text-align: right !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .pc-text-right {
    text-align: right !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .pc_span {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .sp_span {
    display: inline !important;
  }
}
.bold {
  font-weight: bold;
}

.text-red {
  color: #ff0000;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.header {
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.header .header_logo {
  line-height: 1;
}
@media (min-width: 768px) {
  .header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
  .header .header_logo {
    margin-right: 40px;
  }
  .header .header_info {
    margin-left: auto;
  }
  .header .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header .row .header_list:not(:first-child) {
    margin-left: 20px;
  }
  .header .row .header_list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .header .row .header_list > ul > li:not(:first-child) {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .pc_horizon {
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .pc_horizon .global_nav,
  .pc_horizon .header_menu {
    width: auto;
  }
  .pc_horizon .global_nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
    position: initial;
  }
  .pc_horizon .global_nav .menu-item > .sub-menu_wrap {
    top: 68%;
  }
  .pc_horizon .header_menu {
    margin-bottom: 0 !important;
  }
  .pc_horizon .header_menu.container {
    max-width: none;
    width: auto;
  }
  .pc_horizon .header_menu > li {
    width: auto;
  }
}
@media (max-width: 767px) {
  .sp_horizon {
    position: sticky;
    top: 0;
    z-index: 30;
    height: 70px;
  }
  .sp_horizon .container {
    max-width: 100%;
  }
  .sp_horizon .header_logo {
    margin: 0 10px;
    padding: 13px 0;
    width: 203px;
  }
  header .common_contact h2 {
    padding: 0 !important;
    font-size: inherit !important;
    margin-bottom: 0 !important;
    background: transparent !important;
    color: inherit !important;
  }
}
.under-image {
  margin-left: calc(50% - 50vw);
  width: calc(50vw + 50%);
  height: 350px;
  margin-right: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.under-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .under-image {
    height: 242px;
  }
}

@media (max-width: 767px) {
  .head_primary .container {
    max-width: calc(100% - 50px);
  }
}

.sp_nav {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--black);
  width: 70px;
  height: 70px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .sp_nav {
    display: none;
  }
}
.sp_nav .hamburger-menu {
  width: 100%;
  height: 22px;
  position: relative;
}
.sp_nav .hamburger-menu span {
  background: #fff;
  width: 34px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sp_nav .hamburger-menu span:nth-child(2) {
  top: 10px;
}
.sp_nav .hamburger-menu span:nth-child(3) {
  bottom: 0;
}
.sp_nav.open .hamburger-menu span {
  width: 34px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sp_nav.open .hamburger-menu span:nth-child(1) {
  top: 0;
  -webkit-transform: translate(0px, 10px) rotate(28deg);
          transform: translate(0px, 10px) rotate(28deg);
}
.sp_nav.open .hamburger-menu span:nth-child(2) {
  opacity: 0;
}
.sp_nav.open .hamburger-menu span:nth-child(3) {
  bottom: 0;
  -webkit-transform: translate(0px, -10px) rotate(-31deg);
          transform: translate(0px, -10px) rotate(-31deg);
}

.menu_bk {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media (min-width: 768px) {
  .menu_bk {
    display: none !important;
  }
}

.global_nav {
  --nav-line-height: 1.5;
  /* ナビゲーション aタグ line-height */
  --submenu-icon-width: 6px;
  /* PC サブメガメニューのアイコン（ > ）回転前サイズ */
  /**/
  background: #fff;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.global_nav a {
  display: block;
  line-height: var(--nav-line-height);
  position: relative;
  text-decoration: none;
}
.global_nav .menu {
  z-index: 20;
}
.global_nav .menu-item {
  position: relative;
}
@media (min-width: 768px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media (max-width: 767px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    display: none;
  }
}
@media (min-width: 768px) {
  .global_nav {
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .global_nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .global_nav .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
  .global_nav .menu-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    color: #27303F;
    min-height: 82px;
    padding: 11px 13px;
    text-align: center;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 2.4px;
    position: relative;
  }
  .global_nav .menu-item > a:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #1D60A1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .global_nav .menu-item:hover > a:after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .global_nav .menu-item.menu-item-has-children > a .nav-text {
    position: relative;
    padding-right: 22px;
  }
  .global_nav .menu-item.menu-item-has-children > a .nav-text::after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 4px;
    top: 1px;
    bottom: 0;
    right: 7px;
    margin: auto;
    background: url(../img/common/arrow_nav.svg) no-repeat center/cover;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .global_nav .menu-item.menu-item-has-children:hover > a::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
}
@media (min-width: 768px) {
  .global_nav .menu-item.wide {
    position: static;
  }
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    background: #F3F3F3;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
  }
  .global_nav .menu-item > .sub-menu_wrap {
    right: 0;
    width: auto;
    overscroll-behavior-y: contain;
    overflow-y: auto;
  }
  .global_nav .menu-item.active > .sub-menu,
  .global_nav .menu-item.active > .sub-menu_wrap {
    z-index: 20;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .global_nav .menu-item:last-child > .sub-menu, .global_nav .menu-item.has_submenu_right > .sub-menu {
    left: auto;
    right: 0;
  }
  .global_nav .menu-item > .sub-menu {
    width: 200px;
  }
  .global_nav .menu-item > .sub-menu > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .global_nav .menu-item > .sub-menu a {
    display: block;
    padding: 0.75em 1em;
  }
  .global_nav .menu-item > .sub-menu_wrap .container {
    padding-top: 30px;
    padding-bottom: 40px;
    width: 1120px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu:not(:last-child) {
    margin-bottom: 20px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu li:not(.sub_nav_title) a {
    border-bottom: 1px solid var(--line_grey);
    padding: 10px 44px 10px 0;
    position: relative;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: var(--black);
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 2.4px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu li:not(.sub_nav_title) a:after {
    content: "";
    width: 16px;
    height: 12px;
    background: url(../img/common/arrow_blue.svg) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu li:not(.sub_nav_title) a:hover {
    color: var(--gold);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu li.sub_nav_title {
    margin-bottom: 5px;
    grid-column: 1/-1;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu li.sub_nav_title a {
    color: var(--blue_02);
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 2.4px;
    padding: 10px 0 8px;
    border-bottom: 1px solid var(--blue_02);
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title {
    margin-bottom: 14px;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title a {
    color: var(--black);
    font-family: "Zen Old Mincho", serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 3.6px;
    padding: 0 0 0 20px;
    position: relative;
    border: 0;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title a:before {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: var(--gold);
    position: absolute;
    top: 0;
    bottom: 8px;
    left: 1px;
    margin: auto;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title a .en {
    color: var(--gold);
    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    letter-spacing: 0.84px;
    padding-left: 25px;
    display: inline-block;
    -webkit-transform: translate(-3px, -6px);
            transform: translate(-3px, -6px);
  }
}
@media (max-width: 767px) {
  .global_nav {
    display: none;
    left: 0;
    position: fixed;
    top: 70px;
    width: 100%;
    height: 100%;
    z-index: 30;
    overflow-y: auto;
    scrollbar-width: none;
    background: transparent;
    padding-bottom: 60px;
  }
  .global_nav::-webkit-scrollbar {
    display: none;
  }
  .global_nav .container {
    width: 100%;
    max-width: none;
  }
  .global_nav .menu {
    margin: 0 auto;
    width: 100%;
    padding: 32px 20px 40px;
    background: #F3F3F3;
  }
  .global_nav .menu-item {
    border-bottom: 1px solid #ddd;
  }
  .global_nav .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--black);
    font-size: 19px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 2.28px;
    position: relative;
    padding: 14px 45px 14px 10px;
  }
  .global_nav .menu-item.menu-item-has-children > a .nav-text {
    display: block;
  }
  .global_nav .menu-item.menu-item-has-children > a .nav-text:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9' fill='none'%3E%3Cpath d='M7.06719 8.38469L0 1.31719L1.31719 0L7.06719 5.73094L12.8172 0L14.1344 1.31719L7.06719 8.38469Z' fill='%2317366C'/%3E%3C/svg%3E");
    width: 15px;
    height: 9px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .global_nav .menu-item.menu-item-has-children > a.onclick .nav-text:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .global_nav .sub-menu_wrap {
    border-top: 1px solid var(--line_grey);
    background: rgba(39, 48, 63, 0.1);
    padding: 15px 25px 25px;
  }
  .global_nav .sub-menu:not(:last-child) {
    margin-bottom: 20px;
  }
  .global_nav .sub-menu li.sub_nav_title {
    margin-bottom: 5px;
  }
  .global_nav .sub-menu li.sub_nav_title a {
    color: #1D60A1;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2.04px;
    padding: 10px 0;
    border-bottom: 1px solid var(--blue_02);
  }
  .global_nav .sub-menu li:not(.sub_nav_title) a {
    color: var(--black);
    font-size: 16px;
    letter-spacing: 1.92px;
    padding: 10px 0;
    border-bottom: 1px solid var(--line_grey);
    position: relative;
  }
  .global_nav .sub-menu li:not(.sub_nav_title) a:before {
    content: "";
    width: 16px;
    height: 12px;
    background: url(../img/common/arrow_blue.svg) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto;
  }
  .global_nav .nav_title {
    display: none;
  }
  .global_nav .common_contact {
    margin-top: -1px;
  }
}

.mainimage_wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 375/600;
  margin-top: -70px;
}
.mainimage_wrap:before {
  content: "";
  width: clamp(390px, 390px + 190 * (100vw - 1200px) / 720, 580px);
  height: 100%;
  background: url(../img/top/mv_bg.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .mainimage_wrap {
    aspect-ratio: 1920/960;
    margin-top: -82px;
  }
}
.mainimage_wrap::after {
  content: "";
  display: block;
  height: 0px;
}
.mainimage_wrap .maincopy {
  position: absolute;
  left: 50px;
  bottom: 48px;
  z-index: 2;
  margin: 0;
}
.mainimage_wrap .maincopy .copy_jp {
  color: var(--black);
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 4.8px;
  margin-bottom: 20px;
}
.mainimage_wrap .maincopy .copy_jp .color {
  color: var(--gold);
}
.mainimage_wrap .maincopy .copy_bg {
  display: table;
  padding: 5px 5px 5px 9px;
  background: #fff;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
}
.mainimage_wrap .maincopy .copy_bg:not(:last-child) {
  margin-bottom: 6px;
}
.mainimage_wrap .maincopy .copy_en {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.84px;
  margin-bottom: 20px;
}
.mainimage_wrap .maincopy .copy_access .point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-transform: translate(-10px, 10px);
          transform: translate(-10px, 10px);
}
.mainimage_wrap .maincopy .copy_access .point_list li {
  width: 186px;
}
.mainimage_wrap .mainEnglishText {
  position: absolute;
  right: -5px;
  bottom: 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: right;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(100px, 100px + 40 * (100vw - 1200px) / 720, 140px);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 5.6px;
  margin: 0;
}
@media (max-width: 1500px) {
  .mainimage_wrap .mainEnglishText {
    right: 0;
  }
}
.mainimage_wrap .splide__pagination {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  bottom: 7px;
  gap: 4px;
  padding: 0 26px;
}
.mainimage_wrap .splide__pagination__page {
  background: rgba(24, 87, 159, 0.3);
  opacity: 1;
}
.mainimage_wrap .splide__pagination__page.is-active {
  background: #1D60A1;
}
@media (min-width: 768px) {
  .mainimage_wrap .maincopy .copy_access .point_list {
    -webkit-transform: translate(-30px, 0px);
            transform: translate(-30px, 0px);
  }
}
@media (max-width: 767px) {
  .mainimage_wrap:before {
    width: clamp(247px, 247px + 248 * (100vw - 375px) / 392, 495px);
    background: url(../img/top/mv_bg_sp.png) no-repeat center/cover;
  }
  .mainimage_wrap .maincopy {
    left: 15px;
  }
  .mainimage_wrap .maincopy .copy_jp {
    font-size: 28px;
    letter-spacing: 3.36px;
    margin-bottom: 13px;
  }
  .mainimage_wrap .maincopy .copy_en {
    font-size: 17px;
    letter-spacing: 0.68px;
    margin-bottom: 5px;
  }
  .mainimage_wrap .maincopy .copy_access .point_list li {
    width: 152px;
  }
  .mainimage_wrap .maincopy .copy_access .point_list .point2 {
    -webkit-transform: translate(-34px, 0);
            transform: translate(-34px, 0);
  }
  .mainimage_wrap .mainEnglishText {
    display: none;
  }
  .mainimage_wrap .splide__pagination {
    padding: 0 12px;
  }
}
@media (min-width: 1921px) {
  .mainimage_wrap:before {
    width: 580px;
  }
}

.mainimage img {
  width: 100%;
}

.common_tel {
  padding-bottom: 20px;
  border-bottom: solid 1px #C3C1B8;
}
.common_tel .list {
  text-align: center;
}
.common_tel .list .txt {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2.4px;
  margin-bottom: 13px;
}
.common_tel .list .tel {
  color: var(--black);
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.96px;
  margin-bottom: 15px;
  display: block;
}
.common_tel .list .tel .num {
  font-family: "Cardo", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  padding-left: 10px;
  display: inline-block;
  -webkit-transform: translate(0px, 2px);
          transform: translate(0px, 2px);
}
.common_tel .list .time {
  color: var(--gold);
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 2.4px;
  display: block;
}
@media (max-width: 767px) {
  .common_tel .list .txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 2.16px;
  }
  .common_tel .list .phone a {
    display: block;
    padding: 13px 15px 12px 51px;
    border: 1px solid var(--line_grey);
    background: var(--white);
    text-align: left;
    position: relative;
  }
  .common_tel .list .phone a:before {
    content: "";
    width: 25px;
    height: 26px;
    background: url(../img/common/ic_tel_gold.svg) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    margin: auto;
  }
  .common_tel .list .tel {
    margin-bottom: 6px;
  }
  .common_tel .list .tel .en {
    display: none;
  }
  .common_tel .list .tel .num {
    font-size: 24px;
    letter-spacing: 0.96px;
    padding: 0;
  }
  .common_tel .list .time {
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.common_link a {
  color: var(--white);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2.52px;
  text-decoration: none;
  border: 1px solid var(--line_grey);
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.common_link a:after {
  content: "";
  width: 15px;
  height: 15px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: -2px;
  right: -2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.common_link a .ic {
  position: relative;
}
.common_link a .ic:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
}
.common_link.web_link a {
  background: var(--gold);
}
.common_link.web_link a .ic:before {
  background: url(../img/common/ic_calender.svg) no-repeat center/cover;
}
.common_link.line_link a {
  background: var(--line);
}
.common_link.line_link a .ic:before {
  background: url(../img/common/ic_chat.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .common_link a:hover {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #fff;
  }
  .common_link.web_link a:hover {
    background: var(--gold-hover);
  }
  .common_link.line_link a:hover {
    background: #5D9436;
  }
}

.reservation_wrapper {
  width: 380px;
}
.reservation_wrapper .reservation_trigger {
  color: var(--white);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2.52px;
  border: 1px solid var(--line_grey);
  background: var(--black);
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin: 0;
}
.reservation_wrapper .reservation_trigger .arrow {
  padding-right: 30px;
  position: relative;
}
.reservation_wrapper .reservation_trigger .arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M10.0005 6.6348L5.28906 11.3465L6.16719 12.2246L10.0005 8.404L13.8339 12.2246L14.712 11.3465L10.0005 6.6348Z" fill="%2327303F"/%3E%3C/svg%3E') no-repeat center/cover, #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.reservation_wrapper .reservation_trigger.is-active .arrow:before {
  background: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M10.0005 6.6348L5.28906 11.3465L6.16719 12.2246L10.0005 8.404L13.8339 12.2246L14.712 11.3465L10.0005 6.6348Z" fill="white"/%3E%3C/svg%3E') no-repeat center/cover, rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.reservation_wrapper .reservation_target {
  background: var(--beige);
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.reservation_wrapper .reservation_target .target_inner {
  background: var(--beige);
  padding: 20px;
  border: solid 5px var(--line_grey);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reservation_wrapper .reservation_target .common_tel {
  margin-bottom: 20px;
}
.reservation_wrapper .reservation_target .common_link a .en {
  display: none;
}
.reservation_wrapper .reservation_target .common_link a .ic {
  padding-top: 36px;
}
.reservation_wrapper .reservation_target .common_link a .ic:before {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.reservation_wrapper .reservation_target .button_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 767px) {
  .reservation_wrapper {
    width: 300px;
  }
  .reservation_wrapper .reservation_target .target_inner {
    padding: 14px 10px 15px;
  }
  .reservation_wrapper .reservation_target .button_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .reservation_wrapper .reservation_target .common_tel {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  .reservation_wrapper .reservation_target .common_tel a {
    position: relative;
  }
  .reservation_wrapper .reservation_target .common_tel a:after {
    content: "";
    width: 15px;
    height: 15px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-color: #AE994D;
  }
  .reservation_wrapper .reservation_target .common_link a {
    font-size: 19px;
    line-height: 140%;
    letter-spacing: 2.28px;
    padding: 17px 10px;
  }
  .reservation_wrapper .reservation_target .common_link a:before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 32px;
    height: 32px;
  }
  .reservation_wrapper .reservation_target .common_link a .ic {
    padding: 0;
    -webkit-transform: translate(3px, 0px);
            transform: translate(3px, 0px);
  }
  .reservation_wrapper .reservation_target .common_link a .ic:before {
    display: none;
  }
  .reservation_wrapper .reservation_target .common_link.web_link a:before {
    background: url(../img/common/ic_calender.svg) no-repeat center/cover;
  }
  .reservation_wrapper .reservation_target .common_link.line_link a:before {
    background: url(../img/common/ic_chat.svg) no-repeat center/cover;
  }
  .reservation_wrapper .reservation_trigger {
    font-size: 18px;
    letter-spacing: 2.16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .reservation_wrapper .reservation_trigger {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .reservation_wrapper .reservation_trigger:hover {
    background: var(--black_02);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.side_bnr {
  position: fixed;
  z-index: 10;
}
@media (max-width: 767px) {
  .side_bnr {
    bottom: calc(11px + env(safe-area-inset-bottom));
    left: 5px;
  }
}
@media (min-width: 768px) {
  .side_bnr {
    right: 75px;
    bottom: 10px;
  }
}

.sp-safe-area {
  position: fixed;
  left: 0;
  bottom: 0;
  height: env(safe-area-inset-bottom);
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  z-index: 30;
}

.totop {
  bottom: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: fixed;
  z-index: 20;
}
.totop .arrow {
  height: 60px;
  width: 60px;
  border: 1px solid var(--line_grey);
  background: rgba(39, 48, 63, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .totop {
    bottom: calc(11px + env(safe-area-inset-bottom));
    right: 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .totop:hover {
    cursor: pointer;
    background: var(--black);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
}

p,
ul,
ol,
dl,
table {
  margin-top: 0;
}
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
dl:not(:last-child),
table:not(:last-child) {
  margin-bottom: 20px;
}

.box_bg p:last-child,
.box_bg ul:last-child,
.box_bg ol:last-child,
.box_bg dl:last-child,
.box_bg table:last-child,
.box_border p:last-child,
.box_border ul:last-child,
.box_border ol:last-child,
.box_border dl:last-child,
.box_border table:last-child,
.box_flow p:last-child,
.box_flow ul:last-child,
.box_flow ol:last-child,
.box_flow dl:last-child,
.box_flow table:last-child {
  margin-bottom: 0;
}

img {
  border-radius: 0;
}

a {
  color: #0f406c;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #0f406c;
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  a:hover img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.7;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    color: inherit;
    pointer-events: none;
    text-decoration: none;
  }
}
hr {
  border: none;
  height: 0;
  margin: 0 auto 0;
  display: block;
  border-bottom: 1px solid #ddd;
}

strong {
  font-weight: bold;
}

sup {
  font-size: 10.4px;
  vertical-align: super;
}

sub {
  font-size: 10.4px;
  vertical-align: sub;
}

blockquote {
  border: 1px solid #ccc;
  margin-top: 24px;
  padding: 28.8px;
  position: relative;
}
blockquote::before, blockquote::after {
  display: block;
  position: absolute;
  content: "format_quote";
  width: 32px;
  height: 32px;
  font-family: "Material Icons";
  font-size: 32px;
  white-space: nowrap;
  word-wrap: normal;
  color: #ccc;
}
blockquote::before {
  top: 16px;
  left: 12px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
blockquote::after {
  right: 12px;
  bottom: 16px;
}

table {
  width: 100%;
}

p.error404 {
  margin-bottom: 10rem;
  margin-top: 7.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  p.error404 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.btnstyle:not(:last-child) {
  margin-bottom: 40px;
}
.btnstyle a {
  border: 1px solid var(--black);
  background: var(--black);
  color: #fff;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 1.6px;
  text-decoration: none;
  padding: 14px 38px 14px 14px;
  display: inline-block;
  position: relative;
  min-width: 250px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btnstyle a:after {
  content: "";
  width: 16px;
  height: 12px;
  background: url(../img/common/arrow_white.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
}
@media (hover: hover) and (pointer: fine) {
  .btnstyle a:hover {
    background: #fff;
    color: #27303F;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .btnstyle a:hover:after {
    background: url(../img/common/arrow_black.svg) no-repeat center/cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (max-width: 767px) {
  .btnstyle a {
    font-size: 17px;
    letter-spacing: 1.36px;
    min-width: auto;
    width: 100%;
  }
}

.btn-flex:not(:last-child) {
  margin-bottom: 40px;
}
.btn-flex .btnstyle {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .btn-flex:not(:last-child) {
    margin-bottom: 31px;
  }
  .btn-flex .btnstyle a {
    padding: 13px 38px 13px 14px;
  }
  .btn-flex .btnstyle:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .btn-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
.section:not(:last-child) {
  margin-bottom: 50px;
}
.section p {
  letter-spacing: 1.68px;
}
.section p:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .section p {
    letter-spacing: 1.36px;
    line-height: 182%;
  }
}

@media (min-width: 768px) and (max-width: 1239px) {
  .section,
  .section_wide,
  .section_overwide {
    margin-left: calc(50% - 1239px / 2);
    margin-right: calc(50% - 1239px / 2);
  }
  .section {
    padding-left: calc(1239px / 2 - 50%);
    padding-right: calc(1239px / 2 - 50%);
  }
}
.section_wide {
  padding-left: 20px;
  padding-right: 20px;
}

.section_overwide {
  padding: 0;
}

.main_post_body,
.post_aside {
  margin-top: 28px;
}

.main_post_body {
  margin-bottom: 48px;
}

.wp-embedded-content {
  display: block;
  max-width: 100%;
}

.breadcrumb {
  color: rgb(113.25, 133.5, 167.25);
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.28px;
  margin-bottom: 30px;
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2px;
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb .home_ic {
  display: inline-block;
  padding-right: 4px;
}
.breadcrumb .arrow_breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27px;
  height: 24px;
}
.breadcrumb a {
  color: var(--blue_02);
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb a:hover {
    color: #27303F;
    text-decoration: none;
  }
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb .current {
  color: var(--blue_02);
}
.breadcrumb .current a {
  color: rgb(97.5, 120, 157.5);
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: 12px;
    letter-spacing: 0.96px;
    margin-bottom: 16px;
  }
  .breadcrumb ol {
    gap: 0;
  }
  .breadcrumb .home_img {
    width: 18px;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}

.btn-style {
  text-align: center;
}

.sitemap_box {
  margin-top: 28px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .sitemap_box {
    margin-bottom: 56px;
  }
}
.sitemap_box .menu {
  border-top: 1px solid #ddd;
}
.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}
.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #27303F;
}
@media (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 16px 32px 16px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sitemap_box .menu a:hover {
    color: #0f406c;
    background: #f2f8fd;
  }
}
.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #0f406c;
  border-right: 1px solid #0f406c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7 select,
.wpcf7 input,
.wpcf7 textarea {
  max-width: 100%;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=password],
.wpcf7 textarea,
.wpcf7 select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 6px;
  width: 100%;
}
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 select {
  background: url("../img/default/expand_more.svg") no-repeat right center;
  background-size: 20px;
  min-width: 40%;
  padding: 8px 24px 8px 6px;
  width: auto;
}
.wpcf7 input[type=submit] {
  background: #0f406c;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #0f406c;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 240px;
}
@media (hover: hover) and (pointer: fine) {
  .wpcf7 input[type=submit]:not(:disabled):hover {
    background: #fff;
    color: #0f406c;
    cursor: pointer;
  }
}
.wpcf7 input[type=submit]:disabled {
  background: #ccc;
  border: 2px solid #ccc;
}
@media (hover: hover) and (pointer: fine) {
  .wpcf7 input[type=submit]:disabled:hover {
    pointer-events: none;
  }
}
.wpcf7 .screen-reader-response {
  margin-bottom: 20px;
  padding: 10px;
  background: #FFFBD2;
}
.wpcf7 .screen-reader-response ul {
  display: none;
}
.wpcf7 .ajax-loader {
  position: absolute !important;
}

.wpcf7-spinner {
  position: absolute !important;
}

.wpcf7-not-valid {
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  color: #cc0000;
}

.wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}
.wpcf7-list-item input {
  width: auto;
}

.box_form {
  margin-top: 32px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .box_form {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
.box_form dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dotted #ddd;
}
.box_form dt,
.box_form dd {
  padding: 1.5em 5px;
}
.box_form dt p,
.box_form dd p {
  margin-bottom: 0;
}
.box_form dt {
  clear: both;
  float: left;
  font-weight: bold;
  margin-bottom: 8px;
}
.box_form dd {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0;
  padding-left: 14em;
}
.box_form dd > span + span {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .box_form .input_wrap:not(:first-child) {
    margin-left: 20px;
  }
}
.box_form .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}
.box_form .ex,
.box_form .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}
.box_form .requisite,
.box_form .attention {
  font-size: 78%;
  color: #f45000;
}
.box_form .attention {
  color: #cc0000;
  font-size: 12px;
}
.box_form .acceptance .attention {
  font-size: inherit;
}
.box_form .subtxt {
  color: #888;
  font-size: 12px;
  display: block;
}
.box_form .btnstyle {
  text-align: center;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .box_form .btnstyle {
    margin-top: 20px;
  }
}
.box_form .wpcf7-list-item {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.box_form .acceptance_wrap {
  background: #f1f1f1;
  padding: 1em 0.5em;
}
.box_form .acceptance_wrap > * {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .box_form dt {
    float: none;
    padding-bottom: 0;
  }
  .box_form dd {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .box_form dd input,
  .box_form dd textarea {
    width: 100%;
    max-width: 750px;
  }
}

.post-password-form {
  margin-bottom: 4em;
  margin-top: 2em;
}

@media (max-width: 767px) {
  .post_aside {
    padding-top: 16px;
  }
}

.entry_archive_wrap.blogsingleon .btnstyle {
  margin-top: 15px;
}
.entry_archive_wrap.blogsingleon .btnstyle a {
  min-width: 200px;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
}

.entry_title {
  color: #27303F;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .entry_title {
    font-size: 32px;
  }
}
.blogsingleon .entry_archive .entry_title {
  font-size: 24px;
}
.entry_title a {
  color: #27303F;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .entry_title a:hover {
    color: #0f406c;
  }
}

.entry_ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 6px;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 36px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .entry_ex {
    margin-bottom: 24px;
    margin-top: 12px;
  }
}
.blogsingleon .entry_archive .entry_ex {
  margin-bottom: 24px;
  margin-top: 12px;
}
.entry_ex a {
  color: #0f406c;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .entry_ex a:hover {
    color: #27303F;
  }
}
.entry_ex .svg-icons {
  fill: #666;
  width: 18px;
  height: 18px;
  margin-left: -22px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.entry_date,
.entry_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 22px;
}

.entry.mce-content-body {
  max-width: 100%;
}

.pagenav_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  border-top: 1px solid #ddd;
  font-size: 14.08px;
  line-height: 1.5;
  margin-top: 64px !important;
  padding-top: 48px;
}
@media (max-width: 767px) {
  .pagenav_single {
    margin-top: 32px !important;
    padding-top: 28px;
  }
}
.pagenav_single li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
.pagenav_single a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .pagenav_single a:hover {
    opacity: 0.7;
  }
}
.pagenav_single a .svg-icons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-bottom: auto;
  margin-top: 0.25em;
}

.pagenav_single_previous a {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.entry_archive {
  border-bottom: 1px solid #ddd;
  margin-bottom: 48px;
  padding-bottom: 48px;
}
.entry_archive .archive {
  border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
}

.pagenav_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14.08px;
  line-height: 20px;
  margin-top: 48px;
}
.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30px;
}
.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}
@media (hover: hover) and (pointer: fine) {
  .pagenav_archive .page-numbers:hover {
    background: #0f406c;
    border: 1px solid #0f406c;
    color: #fff;
    cursor: pointer;
  }
}

.post_aside .aside_title {
  border-bottom: 2px solid #27303F;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 12px;
}
.post_aside .category_list {
  margin-top: 16px;
}
.post_aside .category_list li {
  border-bottom: 1px solid #ddd;
}
.post_aside .category_list li ul li {
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.post_aside .category_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #27303F;
  line-height: 1.5;
  padding: 12px 8px;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .post_aside .category_list a:hover {
    color: #0f406c;
  }
}
.post_aside .category_list a .material-icons {
  font-size: 16px;
}
.post_aside .latestpost_list {
  margin-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.post_aside .latestpost_list a {
  color: #27303F;
  display: table;
  line-height: 1.5;
  padding: 4px 8px 4px 24px;
  position: relative;
  text-decoration: none;
}
.post_aside .latestpost_list a::before {
  content: "・";
  left: 8px;
  padding-top: 4px;
  position: absolute;
  top: 0;
}
@media (hover: hover) and (pointer: fine) {
  .post_aside .latestpost_list a:hover {
    color: #0f406c;
  }
  .post_aside .latestpost_list a:hover::before {
    color: #0f406c;
  }
}

.blog_thumbnail_list_item a .title,
.blog_thumbnail_list_item a .date,
.blog_thumbnail_list_item a .post_term {
  color: inherit;
  text-decoration: none;
}
.blog_thumbnail_list_item .title {
  display: block;
}
.blog_thumbnail_list_item .btnstyle a {
  min-width: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .blog_thumbnail_list_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23.5%;
        flex: 1 1 23.5%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 5rem;
  }
  .blog_thumbnail_list_item:nth-child(4n) {
    margin-right: 0;
  }
  .blog_thumbnail_list_item .btnstyle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.slide_main {
  position: relative;
}
.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}
.slide_main .item:first-child .arrow-prev, .slide_main .item:last-child .arrow-next {
  display: none;
}
.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slide_main .item img {
  margin: 0;
}
.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}
@media (hover: hover) and (pointer: fine) {
  .slide_main .arrow-prev:hover,
  .slide_main .arrow-next:hover {
    cursor: pointer;
  }
}
.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}
.slide_main .arrow-prev {
  left: 10px;
}
@media (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}
.slide_main .arrow-next {
  right: 10px;
}
@media (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}
.slide_main .arrow-next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 30px;
}
.slide_thumb .item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .slide_thumb .item:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media (hover: hover) and (pointer: fine) {
  .slide_thumb .item.thumbnail-current:hover {
    opacity: 1;
  }
}
.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0f406c;
  border-radius: 0;
}
.slide_thumb .item img {
  margin: 0;
}

@media (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: 15.8333333333%;
    max-width: 15.8333333333%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}

.slide_wrap_vertical .slide_main {
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: 15.8333333333%;
  max-width: 15.8333333333%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

.point_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}
.columns .point_box:first-child {
  margin-top: 60px;
}
.point_box p {
  margin-bottom: 30px;
}
.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice_box .notice_title {
  background: #fff;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #0f406c;
  display: block;
  position: relative;
  text-align: center;
}
.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #0f406c;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}
@media (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}
.notice_box .notice_text ul,
.notice_box .notice_text p {
  width: 100%;
}
.notice_box .notice_text ul:first-child,
.notice_box .notice_text p:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .notice_box .notice_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.icon_tags {
  padding-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.icon_tags a {
  background: #f1f1f1;
  border-radius: 3px;
  color: #0f406c;
  display: block;
  font-size: 92%;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .icon_tags a:hover {
    background: #0f406c;
    color: #fff;
  }
}

.entry_search_result_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 88%;
  margin-bottom: 2em;
  margin-top: 2em;
}

.entry_search_result_wrap .entry_title {
  font-size: 20px;
  margin-bottom: 0.35em;
}
@media (min-width: 768px) {
  .entry_search_result_wrap .entry_title {
    font-size: 22px;
  }
}
.entry_search_result_wrap .entry_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.entry_search_result_wrap .entry_archive .entry_content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.entry_search_result_wrap .entry_archive .entry_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(20% , 140px);
          flex: 0 0 min(20% , 140px);
  width: min(20% , 140px);
}
.entry_search_result_wrap .entry_archive .entry_thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
  max-width: none;
  height: auto;
}
.entry_search_result_wrap .entry_archive .entry {
  font-size: 88%;
}
.entry_search_result_wrap .link {
  font-size: 92%;
}
.entry_search_result_wrap .link::before {
  content: "［ ";
}
.entry_search_result_wrap .link::after {
  content: " ］";
}

.entry_ex_sub {
  gap: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 82%;
  margin-top: 10px;
  margin-bottom: 0;
}
.entry_ex_sub .entry_date,
.entry_ex_sub .entry_categories {
  padding-left: 0;
}
.entry_ex_sub .entry_categories::before {
  content: "｜";
}

.splide__arrow {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
  width: auto;
  color: transparent;
  background: transparent;
  color: #e5eeee;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.splide__arrow--prev {
  left: 10px;
}

.splide__arrow--next {
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.splide__arrow svg {
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 8px;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  opacity: 0.8;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 5px;
  margin: 0;
  pointer-events: none;
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #0f406c;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .splide.splide--fade .splide__slide {
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  }
  .splide.splide--loop .splide__list {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.card_layout:not(:last-child) {
  margin-bottom: 40px;
}
.card_layout img + img {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .card_layout .col:not(:last-child) {
    margin-bottom: 39px;
  }
  .card_layout img + img {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .card_layout {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 40px;
  }
  .card_layout.reverse {
    grid-template-columns: 1fr 360px;
  }
  .card_layout.reverse .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .card_layout.reverse .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.page_title {
  font-weight: 500;
  line-height: 140%;
  margin: 70px auto 43px;
}
.page_title .en {
  color: var(--blue_02);
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  letter-spacing: 0.8px;
  display: block;
  margin-bottom: 19px;
}
.page_title .ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 34px;
  letter-spacing: 4.08px;
}
@media (max-width: 767px) {
  .page_title {
    margin: 50px auto 30px;
  }
  .page_title .en {
    font-size: 15px;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
  }
  .page_title .ttl {
    font-size: 24px;
    letter-spacing: 2.88px;
  }
}

body:not(.home) h2,
body:not(.home) h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
body:not(.home) h2:not(.typeA):not(.h2_ttl) {
  color: #fff;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 3.36px;
  padding: 20px 10px;
  background: var(--blue_01);
  text-align: center;
}
body:not(.home) h2:not(.typeA):not(.h2_ttl):not(:last-child) {
  margin-bottom: 60px;
}
body:not(.home) h2.typeA {
  border-bottom: 1px solid var(--line_grey);
  padding: 11px 0 28px 0;
}
body:not(.home) h2.typeA .jp {
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 4.32px;
  display: table;
  padding: 5px 5px 5px 9px;
  background: #fff;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
body:not(.home) h2.typeA .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.8px;
  display: block;
}
body:not(.home) h2.typeA .en::first-letter {
  color: var(--gold);
}
@media (max-width: 767px) {
  body:not(.home) h2.typeA {
    padding-bottom: 29px;
  }
  body:not(.home) h2.typeA:not(:last-child) {
    margin-bottom: 30px;
  }
  body:not(.home) h2.typeA .jp {
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 3.36px;
    margin-bottom: 19px;
  }
  body:not(.home) h2.typeA .en {
    font-size: 15px;
    letter-spacing: 0.6px;
  }
}
body:not(.home) h3:not(.features_ttl):not(.doctor_ttl) {
  padding: 16px 0 18px 20px;
  border-top: 1px solid var(--blue_01);
  border-bottom: 1px solid var(--blue_01);
  color: var(--blue_01);
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 2.88px;
  position: relative;
}
body:not(.home) h3:not(.features_ttl):not(.doctor_ttl):not(:last-child) {
  margin-bottom: 40px;
}
body:not(.home) h3:not(.features_ttl):not(.doctor_ttl):before {
  content: "";
  width: 3px;
  height: 34px;
  background: var(--gold);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
body:not(.home) h4 {
  padding: 2px 10px 6px 29px;
  background: rgba(29, 96, 161, 0.1);
  color: var(--blue_01);
  font-size: 22px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.76px;
  position: relative;
}
body:not(.home) h4:not(:last-child) {
  margin-bottom: 21px;
}
body:not(.home) h4:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--blue_02);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body:not(.home) h5 {
  padding: 4px 8px;
  border-bottom: 2px solid var(--gold);
  background: rgba(174, 153, 77, 0.1);
  color: var(--gold, #AE994D);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.3px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 21px;
}
@media (max-width: 767px) {
  body:not(.home) h2:not(.typeA):not(.h2_ttl) {
    font-size: 22px;
    letter-spacing: 2.64px;
    padding: 15px 10px;
  }
  body:not(.home) h2:not(:last-child) {
    margin-bottom: 40px;
  }
  body:not(.home) h3:not(.features_ttl):not(.doctor_ttl) {
    padding: 18px 0 16px 20px;
    font-size: 20px;
    letter-spacing: 2.4px;
  }
  body:not(.home) h3:not(.features_ttl):not(.doctor_ttl):not(:last-child) {
    margin-bottom: 30px;
  }
  body:not(.home) h3:not(.features_ttl):not(.doctor_ttl):before {
    height: 28px;
  }
  body:not(.home) h4 {
    padding: 3px 10px 6px 30px;
    font-size: 19px;
    letter-spacing: 1.32px;
  }
  body:not(.home) h4:not(:last-child) {
    margin-bottom: 20px;
  }
  body:not(.home) h5 {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}
@media (min-width: 768px) {
  body:not(.home) * + h3 {
    margin-top: 60px;
  }
  body:not(.home) * + h4 {
    margin-top: 40px;
  }
}

h2.h2_ttl {
  color: var(--black);
  margin-bottom: 40px;
}
h2.h2_ttl .jp,
h2.h2_ttl .en {
  display: block;
  line-height: 140%;
}
h2.h2_ttl .jp {
  font-size: 24px;
  letter-spacing: 2.88px;
  padding: 0 0 5px 22px;
  position: relative;
  font-family: "Zen Old Mincho", serif;
}
h2.h2_ttl .jp:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--gold);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 7px;
  left: 2px;
  margin: auto;
}
h2.h2_ttl .en {
  font-size: 60px;
  letter-spacing: 2.4px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
h2.h2_ttl .en::first-letter {
  color: var(--gold);
}
h2.h2_ttl .en .ls0 {
  letter-spacing: 0;
}
@media (max-width: 767px) {
  h2.h2_ttl {
    padding: 0;
  }
  h2.h2_ttl .jp {
    font-size: 21px;
    letter-spacing: 2.52px;
  }
  h2.h2_ttl .en {
    font-size: 44px;
    letter-spacing: 1.76px;
  }
}/*# sourceMappingURL=base.css.map */