@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

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

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(2.6vw, 39px);
  --headerHeight: 120px;
  --contentsWideS: 960px;
  --contentsWideM: 1200px;
  --contentsWideL: 1422px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 6.6vw;
    --headerHeight: 96px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  font: 400 16px/1.8 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.03em;
  color: #0A1A2F;
  text-align: left;
  counter-reset: number 0;
}

.l_container_wrap {
  position: relative;
}

.l_container {
  position: relative;
}

.section_wrap {
  padding: 0em 0 6.25em;
}

.archive.category .section_wrap {
  padding: 7.5em 0 10em;
}

.single-post .section_wrap,
.error404 .section_wrap,
.page-thanks .section_wrap {
  background-color: #255FAF;
  padding: 10em 0;
}

section,
.section {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  section,
  .section {
    margin-bottom: 6.25em;
  }
}

.inner, .inner_l, .inner_m, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

.add_ttl {
  border-left: 3px solid #255FAF;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #255FAF;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.7;
}

.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

.post_content > *:first-child {
  margin-top: 0;
}
.post_content p {
  line-height: 2;
  margin-top: 1.8em;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, .news_archive_card, .top_news_card, .single_pagination li a, .btn_onlineshop_02, .btn_reservation_02 {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, .news_archive_card:hover, .top_news_card:hover, .single_pagination li a:hover, .btn_onlineshop_02:hover, .btn_reservation_02:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

.text_link {
  text-decoration: underline !important;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 0.5em;
  border-radius: 4px;
  border: 1px solid #E5E2D3;
  background: #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.5em 28px 0.5em 0.5em;
  border-radius: 0;
  border: 1px solid rgba(10, 26, 47, 0.5);
  background: url(../images/icon_tri_select.svg) no-repeat center right 10px/10px 8px #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

textarea {
  height: 15em;
}

input[type=checkbox] {
  accent-color: #255FAF;
  inline-size: 1.2em;
  block-size: 1.2em;
}

input[type=radio] {
  accent-color: #255FAF;
  inline-size: 1.2em;
  block-size: 1.2em;
}

.dlist_form .group:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.dlist_form .group dt {
  font-size: 0.9375em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: 6px;
}
.dlist_form .group dt span:after {
  content: attr(data-en);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-left: 1em;
}
.dlist_form .group dt.require:after {
  content: "*";
  display: inline-flex;
  color: #EA5549;
  margin-left: 0.5em;
}
.dlist_form .group dd {
  flex-grow: 1;
}
.dlist_form .group dd .list_kome {
  font-size: 0.875em;
  padding-top: 1em;
}

.wpcf7-submit {
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 380px;
  height: 74px;
  border-radius: 50px;
  background-color: #73C8D2;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding-top: 2px;
  transition: 0.3s;
  position: relative;
}
.wpcf7-submit:before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/12;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.wpcf7-submit:after {
  display: block;
  content: attr(data-en);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.wpcf7-submit:hover {
  background-color: #255FAF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.privacy_text {
  font-size: 0.8125em;
  margin-top: 3em;
}
.privacy_text dt {
  font-weight: 700;
}

.wpcf7-form-control-wrap[data-name=your-agreement] {
  display: block;
  margin-top: 1.5em;
}
.wpcf7-form-control-wrap[data-name=your-agreement] .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  display: block;
  text-align: center;
}
.wpcf7-form-control-wrap[data-name=your-agreement] .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.wpcf7-form-control-wrap[data-name=your-agreement] .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: none;
}
.wpcf7-form-control-wrap[data-name=your-agreement] .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label a {
  text-decoration: underline;
}
.wpcf7-form-control-wrap[data-name=your-agreement] .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label .ja {
  font-weight: 700;
}
.wpcf7-form-control-wrap[data-name=your-agreement] .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label .en {
  margin-left: 1.5em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap[data-name=your-agreement] .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label .en {
    margin-left: 0;
  }
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

.ttl_cmn_01 {
  text-align: center;
  color: #255FAF;
  font-family: "Unbounded", sans-serif;
  font-size: 2em;
  letter-spacing: 0;
  line-height: 1.25;
  padding-top: 28px;
  background: url(../images/ico_ttl_cmn_01.svg) no-repeat center top/56px;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01 {
    font-size: 1.5em;
  }
}

.btn_reservation_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 184px;
  height: 34px;
  border-radius: 2px;
  background-color: #73C8D2;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: 0.8125em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.btn_reservation_01:before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../images/ico_calender_white.svg) no-repeat center/contain;
}

.btn_onlineshop_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 184px;
  height: 34px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #73C8D2;
  font-family: "Unbounded", sans-serif;
  font-size: 0.8125em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.btn_onlineshop_01:before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../images/ico_onlineshop_color.svg) no-repeat center/contain;
}

.header.js-active .btn_onlineshop_01 {
  background-color: transparent;
  color: #fff;
}
.header.js-active .btn_onlineshop_01:before {
  background: url(../images/ico_onlineshop_white.svg) no-repeat center/contain;
}

.btn_reservation_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  height: 150px;
  border-radius: 10px;
  background-color: #73C8D2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn_reservation_02 {
    flex-direction: row;
    max-width: unset;
    height: 80px;
    border-radius: 5px;
    padding-left: 40px;
    position: relative;
  }
}
.btn_reservation_02:before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../images/ico_calender_beige.svg) no-repeat center/contain;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .btn_reservation_02:before {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
  }
}
.btn_reservation_02 span {
  text-align: center;
  display: block;
  font-size: 0.9375em;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.btn_reservation_02 span:before {
  content: attr(data-en);
  display: block;
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .btn_reservation_02 span:before {
    margin-bottom: 0;
  }
}

.btn_onlineshop_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  height: 150px;
  border-radius: 10px;
  background: url(../images/btn_onlineshop_02_bg.jpg) no-repeat center/cover;
  overflow: hidden;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_onlineshop_02 {
    flex-direction: row;
    max-width: unset;
    height: 80px;
    border-radius: 5px;
    padding-left: 40px;
  }
}
.btn_onlineshop_02:before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../images/ico_onlineshop_beige.svg) no-repeat center/contain;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn_onlineshop_02:before {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
  }
}
.btn_onlineshop_02:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.btn_onlineshop_02 span {
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  font-size: 0.9375em;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.btn_onlineshop_02 span:before {
  content: attr(data-en);
  display: block;
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .btn_onlineshop_02 span:before {
    margin-bottom: 0;
  }
}

.btn_cmn_01 {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 380px;
  height: 74px;
  border-radius: 50px;
  background-color: #73C8D2;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding-top: 2px;
  transition: 0.3s;
  position: relative;
}
.btn_cmn_01:before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/12;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.btn_cmn_01:after {
  display: block;
  content: attr(data-en);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.btn_cmn_01:hover {
  background-color: #255FAF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.bnr_cielito {
  width: 100%;
  max-width: 482px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .bnr_cielito {
    flex-direction: column;
    width: 164px;
    gap: 0;
  }
}
.bnr_cielito .image {
  flex-shrink: 0;
  width: 220px;
  display: block;
  overflow: hidden;
  aspect-ratio: 220/74;
}
@media screen and (max-width: 767px) {
  .bnr_cielito .image {
    width: 100%;
  }
}
.bnr_cielito .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bnr_cielito .text {
  font-size: 0.8125em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.46;
  color: #0D3722;
}
@media screen and (max-width: 767px) {
  .bnr_cielito .text {
    font-size: 0.6875em;
    padding: 4px 12% 9px;
    text-align: center;
    position: relative;
  }
}
.bnr_cielito .text:after {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1/1;
  background: url(../images/ico_blank_green.svg) no-repeat center/contain;
  margin-left: 8px;
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  .bnr_cielito .text:after {
    position: absolute;
    bottom: 4px;
    right: 4px;
  }
}

.breadcrumb {
  font-size: 0.8125em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    overflow: scroll;
  }
}

.navigation.pagination {
  margin-top: 5em;
}
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.navigation.pagination .nav-links .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
}
.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers.current {
  background-color: #73C8D2;
  color: #fff;
}
.navigation.pagination .nav-links .page-numbers.dots {
  pointer-events: none;
}

.single_pagination {
  margin-top: 5em;
  display: flex;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .single_pagination {
    position: relative;
    align-items: flex-start;
    gap: 0;
  }
}
.single_pagination li {
  font-family: "Unbounded", sans-serif;
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: 100%;
}
.single_pagination li.prev {
  flex-grow: 1;
}
.single_pagination li.prev a {
  display: inline-flex;
  align-items: center;
  gap: 1em;
}
.single_pagination li.prev a:before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #73C8D2 url(../images/ico_arrow_right_01_white.svg) no-repeat center/16px;
  transform: rotate(180deg);
}
.single_pagination li.archive {
  flex-shrink: 0;
  width: auto;
}
@media screen and (max-width: 767px) {
  .single_pagination li.archive {
    width: 100%;
    position: absolute;
    top: calc(100% + 1em);
    text-align: center;
  }
}
.single_pagination li.archive a {
  text-decoration: underline;
}
.single_pagination li.next {
  flex-grow: 1;
  text-align: right;
}
.single_pagination li.next a {
  display: inline-flex;
  align-items: center;
  gap: 1em;
}
.single_pagination li.next a:after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #73C8D2 url(../images/ico_arrow_right_01_white.svg) no-repeat center/16px;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.loading.end {
  opacity: 0;
  visibility: hidden;
}

.hbm_btn {
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 49px;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 11;
  font-family: "Unbounded", sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #73C8D2;
}
.hbm_btn .box {
  display: block;
  width: 43px;
  position: relative;
}
.hbm_btn .box .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #73C8D2;
  border-radius: 50px;
  position: absolute;
  left: 0;
  transition: 0.5s;
}
.hbm_btn .box .bar:last-child {
  height: 5px;
  background: transparent url(../images/ico_wave_color.png) no-repeat center/contain;
}

.header.js-active .hbm_btn {
  color: #fff;
}
.header.js-active .hbm_btn .box .bar {
  background-color: #fff;
}
.header.js-active .hbm_btn .box .bar:last-child {
  background: transparent url(../images/ico_wave_white.png) no-repeat center/contain;
}

[data-hbm-bar="3"] .box {
  aspect-ratio: 2/1;
  margin: 0 0 10px;
}
[data-hbm-bar="3"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="3"] .bar:nth-child(2) {
  top: 50%;
}
[data-hbm-bar="3"] .bar:nth-child(3) {
  top: 100%;
}
[data-hbm-bar="3"].js-active {
  z-index: 11;
  color: #fff;
}
[data-hbm-bar="3"].js-active .bar {
  background-color: #fff;
}
[data-hbm-bar="3"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(3) {
  top: 50%;
  transform: rotateY(90deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotate(-135deg);
}

.hbm_content {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/hbm_bg.jpg) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.hbm_content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 95, 175, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .hbm_content {
    display: block;
    overflow: scroll;
    background: url(../images/hbm_bg_sp.jpg) no-repeat center/cover;
  }
}
.hbm_content.js-active {
  filter: blur(0px);
  opacity: 1;
  visibility: visible;
}
.hbm_content .inner_s {
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .hbm_content .inner_s {
    flex-direction: column;
    align-items: unset;
    padding: var(--headerHeight) var(--sideW);
  }
}
.hbm_content .inner_s nav {
  flex-grow: 1;
  gap: 2%;
  color: #fff;
}
.hbm_content .inner_s nav ul li {
  margin-bottom: 1.75em;
}
.hbm_content .inner_s nav ul li:last-child {
  margin-top: 2.5em;
  margin-bottom: 0;
}
.hbm_content .inner_s nav ul li a:not(.icon) {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .hbm_content .inner_s nav ul li a:not(.icon) {
    font-size: 0.875em;
  }
}
.hbm_content .inner_s nav ul li a:not(.icon):after {
  content: attr(data-en);
  display: block;
  font-family: "Unbounded", sans-serif;
  font-size: 2.5em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .hbm_content .inner_s nav ul li a:not(.icon):after {
    font-size: 2em;
  }
}
.hbm_content .inner_s nav ul li a:not(.icon) span {
  letter-spacing: 0.1em;
}
.hbm_content .inner_s nav ul li a:not(.icon) span:before {
  content: "（  ";
}
.hbm_content .inner_s nav ul li a:not(.icon) span:after {
  content: "  ）";
}
.hbm_content .inner_s nav ul li a:not(.icon):hover {
  color: #73C8D2;
}
.hbm_content .inner_s .banner {
  width: 320px;
  flex-shrink: 0;
}
.hbm_content .inner_s .banner li {
  margin-bottom: 1em;
}
.hbm_content .inner_s .banner li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hbm_content .icon {
    margin: 32px auto 0 !important;
  }
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
.header__inner {
  height: var(--headerHeight);
  padding: 32px var(--sideW) 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-top: 20px;
  }
}
.header__logo {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 160px;
  }
}
.header__right {
  flex-shrink: 0;
  display: flex;
  gap: 16px;
}
.header .btn_instagram {
  margin: 0 1.5em 0 0.5em;
}

.footer--image {
  position: relative;
  display: block;
  overflow: hidden;
  height: 640px;
}
@media screen and (max-width: 767px) {
  .footer--image {
    height: 250px;
  }
}
.footer--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer--image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 95, 175, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.footer--image__text {
  position: absolute;
  bottom: -0.27em;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(26px, 7.077vw, 92px);
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #fff;
}
.footer--main {
  padding: 4em 0 1.5em;
}
@media screen and (max-width: 767px) {
  .footer--main {
    padding: 46px 0 24px;
  }
}
.footer--content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3%;
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .footer--content {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 3.5em;
  }
}
.footer--content__left {
  flex-shrink: 0;
  width: 338px;
}
@media screen and (max-width: 767px) {
  .footer--content__left {
    width: 100%;
  }
}
.footer--content__right {
  width: 100%;
  max-width: 648px;
}
.footer--logo {
  max-width: 200px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .footer--logo {
    width: 160px;
  }
}
.footer--logo img {
  width: 100%;
}
.footer--address {
  margin-bottom: 1.5em;
  font-size: 0.9375em;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.footer--address p {
  margin-bottom: 1em;
}
.footer--address p:last-child {
  margin-bottom: 0;
}
.footer--address p.en {
  font-family: "Montserrat", sans-serif;
}
.footer--instagram {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.footer--links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 8px;
}
@media screen and (max-width: 767px) {
  .footer--links {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.footer--links > li {
  width: calc((100% - 8px) / 2);
}
.footer--links > li:last-child {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer--links > li {
    width: 100%;
  }
}
.footer--nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr 1fr 1fr;
}
.footer--nav ul li {
  line-height: 1.25;
  border-right: 1px solid #BCC6D3;
  text-align: center;
}
.footer--nav ul li:first-child {
  border-left: 1px solid #BCC6D3;
}
.footer--nav ul li a {
  font-family: "Unbounded", sans-serif;
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.footer--nav ul li a:hover {
  color: #255FAF;
}
.footer .copyright {
  margin-top: 3em;
  color: #8D9AAC;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 0.6875em;
  }
}
.footer .grecaptcha_text {
  margin-top: 1em;
  color: #8D9AAC;
  font-size: 0.75em;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .grecaptcha_text {
    font-size: 0.6875em;
  }
}
.footer .grecaptcha_text a {
  text-decoration: underline;
}
.footer .bnr_cielito .image {
  border: 1px solid #BCC6D3;
}
.footer .bnr_cielito:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .footer .bnr_cielito {
    margin-top: 8px;
    width: 235px;
  }
  .footer .bnr_cielito .text {
    margin-top: 8px;
    width: 100%;
    font-size: 0.8125em;
    padding: 0;
    text-align: left;
  }
}

.top_hero {
  position: relative;
  margin-bottom: 8px;
}
.top_hero--image {
  display: block;
  overflow: hidden;
  height: 100vh;
  position: relative;
}
.top_hero--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_hero--image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.top_hero--text {
  position: absolute;
  left: var(--sideW);
  top: 0;
  height: 100%;
  text-align: center;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: 0.8125em;
  letter-spacing: 0.05em;
  line-height: 2;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1023px) {
  .top_hero--text {
    height: 95vh;
    left: calc(var(--sideW) - 0.5em);
  }
}
.top_hero--news {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  gap: 5.73%;
  color: #fff;
  padding: 1.5em 2.66%;
}
@media screen and (max-width: 1023px) {
  .top_hero--news {
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
    bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 1em var(--sideW) 1.25em;
    gap: 0.5em;
    background-color: #255FAF;
  }
}
.top_hero--news dt {
  font-family: "Unbounded", sans-serif;
  font-size: 1.125em;
  letter-spacing: 0;
  line-height: 1.5;
}
.top_hero--news dd {
  display: flex;
  align-items: center;
  gap: 5.73%;
}
.top_hero--news dd .archive {
  flex-shrink: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 0.875em;
}
@media screen and (max-width: 1023px) {
  .top_hero--news dd .archive {
    position: absolute;
    top: 18px;
    right: var(--sideW);
    font-size: 0.75em;
  }
}
.top_hero--news dd .archive:hover {
  color: #73C8D2;
  text-decoration: underline;
}
.top_hero .bnr_cielito {
  position: absolute;
  bottom: 32px;
  right: var(--sideW);
}
@media screen and (max-width: 1023px) {
  .top_hero .bnr_cielito {
    right: unset;
    left: var(--sideW);
    bottom: 140px;
  }
}

.scroll_down--wrap {
  position: absolute;
  right: var(--sideW);
  top: 0;
  height: 100%;
  text-align: center;
  writing-mode: vertical-rl;
}
.scroll_down {
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: 0.8125em;
  letter-spacing: 0.05em;
  line-height: 2;
}
.scroll_down:before {
  content: "";
  display: block;
  width: 2px;
  height: min(24.5%, 216px);
  background-color: #fff;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% + 88px);
}
.scroll_down:after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: calc(50% + 88px);
  left: calc(50% - 4px);
  animation: scroll_down 2s 0.5s ease-out infinite;
}

@keyframes scroll_down {
  0% {
    top: calc(50% + 88px);
  }
  100% {
    top: calc(50% + 304px);
  }
}
.top_news_card {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.top_news_card .date {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125em;
  font-weight: 500;
  line-height: 0.05em;
  line-height: 1.5;
}
.top_news_card .ttl p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #fff;
}
.top_news_card .ttl p.ja {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .top_news_card .ttl p.ja {
    font-size: 0.8125em;
  }
}
.top_news_card .ttl p.en {
  margin-top: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .top_news_card .ttl p.en {
    font-size: 0.875em;
  }
}

.top_gallery {
  margin-bottom: 6.25em;
}
.top_gallery .top_gallery_01 {
  margin-bottom: 8px;
}

.top_gallery_grid_01 .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 480/720;
}
.top_gallery_grid_01 .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_gallery_grid_02 .image {
  display: block;
  overflow: hidden;
}
.top_gallery_grid_02 .image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_gallery_grid_02 .image:nth-child(1) {
  aspect-ratio: 480/300;
  margin-bottom: 8px;
}
.top_gallery_grid_02 .image:nth-child(2) {
  aspect-ratio: 480/412;
}

.top_gallery_grid_03 .image {
  display: block;
  overflow: hidden;
}
.top_gallery_grid_03 .image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_gallery_grid_03 .image:nth-child(1) {
  aspect-ratio: 480/520;
  margin-bottom: 8px;
}
.top_gallery_grid_03 .image:nth-child(2) {
  aspect-ratio: 480/192;
}

.top_gallery_grid_04 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.top_gallery_grid_04 .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 236/356;
}
.top_gallery_grid_04 .image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_gallery_grid_04 .image:nth-child(1), .top_gallery_grid_04 .image:nth-child(2) {
  aspect-ratio: 236/356;
  width: calc((100% - 8px) / 2);
}
.top_gallery_grid_04 .image:nth-child(3) {
  aspect-ratio: 480/356;
  width: 100%;
}

.top_gallery_grid_05 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.top_gallery_grid_05 .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 480/356;
}
.top_gallery_grid_05 .image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_gallery_grid_05 .image:nth-child(2) {
  margin-bottom: 0;
}

.top_menu--list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top_menu--list {
    flex-direction: column;
  }
}
.top_menu--list > li {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .top_menu--list > li {
    width: 100%;
  }
}
.top_menu--list > li:nth-child(-n+3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.top_menu--list > li:nth-child(n+4) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_menu--list > li:nth-child(n+4) {
    width: 100%;
  }
}
.top_menu--list > li:nth-child(3) {
  border-right: none;
}
.top_menu--list > li:nth-child(4) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .top_menu--list > li:nth-child(4) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.card_menu {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  transition: background-size 0.8s;
  color: #fff;
  height: 100%;
  position: relative;
}
.card_menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #255FAF;
  position: absolute;
  top: 0;
  left: 0;
}
.card_menu--ttl {
  line-height: 1.2;
  margin-bottom: 1.5em;
  position: relative;
}
.card_menu--ttl:after {
  content: attr(data-en);
  display: block;
  font-family: "Unbounded", sans-serif;
  font-size: 3em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .card_menu--ttl:after {
    font-size: 2.5em;
  }
}
.card_menu--ttl span {
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.card_menu--ttl span:before {
  content: "（  ";
}
.card_menu--ttl span:after {
  content: "  ）";
}
.card_menu--image {
  position: relative;
}
.card_menu--image img {
  transition: 1s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_menu--text {
  position: relative;
  margin-top: 1.5em;
}
.card_menu--text .ja {
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
.card_menu--text .en {
  margin-top: 1.5em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.card_menu--pdf {
  position: relative;
  display: flex;
  align-items: center;
}
.card_menu:hover {
  background-size: auto 105%;
}
.card_menu:hover:before {
  opacity: 0.8;
}
.card_menu:hover .card_menu--image {
  height: 0;
  transition: 0;
}
.card_menu--pdf {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Unbounded", sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: absolute;
  right: 1em;
  bottom: 1em;
}
.card_menu--pdf:after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: url(../images/ico_blank_white.svg) no-repeat center/14px;
}

.card_menu.course {
  background-image: url(../images/top_menu_01.jpg);
}
.card_menu.lunch {
  background-image: url(../images/top_menu_02.jpg);
}
.card_menu.alacarte {
  background-image: url(../images/top_menu_03.jpg);
}
.card_menu.drink {
  background-image: url(../images/top_menu_04.jpg);
}
.card_menu.takeout {
  background-image: url(../images/top_menu_05.jpg);
}

.card_menu--01 {
  padding: 56px 11.815% 88px;
}
@media screen and (max-width: 767px) {
  .card_menu--01 {
    padding: 40px 10.92% 88px;
  }
}
.card_menu--01 .card_menu--image {
  margin-right: -15.502%;
  height: 260px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .card_menu--01 .card_menu--image {
    height: 195px;
    margin-right: -14%;
  }
}
@media (hover: hover) {
  .card_menu--01:hover {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.card_menu--02 {
  padding: 56px 7.87% 116px;
}
@media screen and (max-width: 767px) {
  .card_menu--02 {
    padding: 40px 10.92% 88px;
  }
}
.card_menu--02 .box_flex {
  display: flex;
  gap: 6.68%;
}
.card_menu--02 .card_menu--image {
  flex-shrink: 0;
  width: 38.46%;
  display: block;
  overflow: hidden;
  height: 297px;
}
@media screen and (max-width: 767px) {
  .card_menu--02 .card_menu--image {
    margin-right: -14%;
    width: auto;
    height: 195px;
  }
}
.card_menu--02 .card_menu--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_info--lead {
  margin-bottom: 3.75em;
}
.top_info--lead p {
  text-align: center;
}
.top_info--lead p.ja {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_info--lead p.ja {
    font-size: 0.9375em;
  }
}
.top_info--lead p.en {
  margin-top: 1.41em;
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625em;
  letter-spacing: 0.05em;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .top_info--lead p.en {
    font-size: 0.9375em;
  }
}
.top_info--split {
  display: flex;
  gap: 6.66%;
}
@media screen and (max-width: 767px) {
  .top_info--split {
    flex-direction: column;
    gap: 40px;
  }
}
.top_info--split > dl {
  width: 100%;
}
.top_info--map {
  margin-top: 72px;
  display: block;
  overflow: hidden;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .top_info--map {
    margin-top: 48px;
    height: 218px;
  }
}
.top_info--map iframe {
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

.info_box {
  color: #255FAF;
}
.info_box > .group {
  border-bottom: 1px dashed #255FAF;
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .info_box > .group {
    display: block;
    padding: 20px 0;
  }
}
.info_box > .group:first-child {
  border-top: 1px dashed #255FAF;
}
.info_box > .group > dt {
  flex-shrink: 0;
  width: 120px;
  font-size: 0.9375em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .info_box > .group > dt {
    width: 100%;
    font-size: 0.8375em;
    margin-bottom: 4px;
  }
}
.info_box > .group > dd {
  flex-grow: 1;
  border-left: 1px solid #255FAF;
  padding-left: 7.14%;
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .info_box > .group > dd {
    font-size: 0.8375em;
    border-left: 0;
    padding-left: 0;
  }
}
.info_box.en {
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 767px) {
  dl.schedule {
    margin-top: 12px;
  }
}
dl.schedule > .group {
  margin-bottom: 20px;
}
dl.schedule > .group:last-child {
  margin-bottom: 0;
}
dl.schedule > .group > dt {
  font-weight: 700;
  margin-bottom: 4px;
}
dl.schedule .schedule_child .group {
  display: flex;
}
dl.schedule .schedule_child .group dt {
  width: 70px;
}

.top_concept--image {
  position: relative;
  z-index: 1;
  margin-bottom: -175px;
}
@media screen and (max-width: 767px) {
  .top_concept--image {
    margin-bottom: -20.8%;
  }
}
.top_concept--image .inner_m {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .top_concept--image .inner_m {
    display: block;
  }
}
.top_concept--image .inner_m .image:first-child {
  width: 30%;
  display: block;
  overflow: hidden;
  aspect-ratio: 360/240;
}
@media screen and (max-width: 767px) {
  .top_concept--image .inner_m .image:first-child {
    width: 50%;
  }
}
.top_concept--image .inner_m .image:first-child img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_concept--image .inner_m .image:last-child {
  margin-top: 40px;
  width: 40%;
  display: block;
  overflow: hidden;
  aspect-ratio: 480/320;
}
@media screen and (max-width: 767px) {
  .top_concept--image .inner_m .image:last-child {
    width: 72.3%;
    margin: 30px 0 0 auto;
  }
}
.top_concept--image .inner_m .image:last-child img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_concept--content {
  padding: 128px 0 640px;
  background: url(../images/top_concept_03.jpg?ver=1.0) no-repeat center/cover;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_concept--content {
    background: url(../images/top_concept_03_sp.jpg?ver=1.0) no-repeat center bottom/cover;
    padding: 120px 0 375px;
  }
}
.top_concept--content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  background: linear-gradient(180deg, rgb(37, 95, 175) 0%, rgba(37, 95, 175, 0.18) 70%, rgba(37, 95, 175, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.top_concept--content .inner {
  position: relative;
  max-width: calc(1000px + var(--sideW) * 2);
}
.top_concept--ttl {
  font-family: "Unbounded", sans-serif;
  font-size: 0.9375em;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 24px;
}
.top_concept--text {
  font-family: "Unbounded", sans-serif;
  font-size: 4em;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .top_concept--text {
    font-size: 2em;
    margin-bottom: 48px;
  }
}
.top_concept--split {
  display: flex;
  gap: 12%;
}
@media screen and (max-width: 767px) {
  .top_concept--split {
    flex-direction: column;
    gap: 58px;
  }
}
.top_concept--split > div {
  width: 100%;
}
.top_concept--split > div.ja {
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2.13;
}
@media screen and (max-width: 767px) {
  .top_concept--split > div.ja {
    font-size: 0.875em;
    line-height: 2;
  }
}
.top_concept--split > div.ja p {
  margin-bottom: 2.13em;
}
.top_concept--split > div.ja p:last-child {
  margin-bottom: 0;
}
.top_concept--split > div.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top_concept--split > div.en {
    font-size: 0.9375em;
  }
}
.top_concept--split > div.en p {
  margin-bottom: 1.8em;
}
.top_concept--split > div.en p:last-child {
  margin-bottom: 0;
}

.top_contact--ttl {
  color: #255FAF;
  font-family: "Unbounded", sans-serif;
  font-size: 2em;
  letter-spacing: 0;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .top_contact--ttl {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 30px;
  }
}
.top_contact--split {
  display: flex;
  align-items: flex-start;
  gap: 6.66%;
}
@media screen and (max-width: 767px) {
  .top_contact--split {
    flex-direction: column;
    gap: 50px;
  }
}
.top_contact--split__left {
  flex-shrink: 0;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .top_contact--split__left {
    width: 100%;
  }
}
.top_contact--split__right {
  flex-grow: 1;
}
.top_contact--text .ja {
  margin-top: 56px;
  font-size: 0.9375em;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_contact--text .ja {
    margin-top: 0;
    font-size: 0.875em;
  }
}
.top_contact--text .en {
  font-family: "Montserrat", sans-serif;
  margin-top: 40px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_contact--text .en {
    margin-top: 22px;
    font-size: 0.9375em;
  }
}

.form_container {
  background-color: #F5F1DC;
  border-radius: 20px;
  padding: 80px 5%;
}
@media screen and (max-width: 767px) {
  .form_container {
    padding: 56px 5%;
    border-radius: 10px;
  }
}
.form_container .form_wrap {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.archive_hero {
  background-color: #255FAF;
}
.archive_hero .inner_m {
  position: relative;
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .archive_hero .inner_m {
    height: 360px;
  }
}
.archive_hero--ttl {
  text-align: center;
  line-height: 1.25;
  color: #fff;
}
.archive_hero--ttl:after {
  content: attr(data-en);
  display: block;
  font-family: "Unbounded", sans-serif;
  font-size: 5em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .archive_hero--ttl:after {
    font-size: 2em;
  }
}
.archive_hero--ttl span {
  letter-spacing: 0.1em;
}
.archive_hero--ttl span:before {
  content: "（  ";
}
.archive_hero--ttl span:after {
  content: "  ）";
}
.archive_hero .breadcrumb {
  position: absolute;
  bottom: 16px;
  width: 100%;
  padding: 0 var(--sideW);
}

.news_archive > li {
  border-bottom: 1px solid #BCC6D3;
}
.news_archive > li:first-child {
  border-top: 1px solid #BCC6D3;
}

.news_archive_card {
  padding: 40px clamp(60px, 12.5%, 120px) 40px 0;
  display: flex;
  align-items: center;
  gap: 4.65%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_archive_card {
    flex-direction: column;
  }
}
.news_archive_card:after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #73C8D2 url(../images/ico_arrow_right_01_white.svg) no-repeat center/16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.news_archive_card .date {
  width: 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .news_archive_card .date {
    width: 100%;
  }
}
.news_archive_card .ttl {
  flex-grow: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.news_archive_card .ttl .ja {
  font-size: 0.9375em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .news_archive_card .ttl .ja {
    margin-top: 1em;
    font-size: 0.875em;
  }
}
.news_archive_card .ttl .en {
  margin-top: 1em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .news_archive_card .ttl .en {
    font-size: 0.9375em;
  }
}

.single-post .breadcrumb {
  margin-bottom: 16px;
}

.article_post--wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 80px var(--sideW) 120px;
}
@media screen and (max-width: 767px) {
  .article_post--wrap {
    padding: 50px var(--sideW) 100px;
  }
}
.article_post {
  max-width: 960px;
  margin: 0 auto;
}
.article_post--header {
  padding-bottom: 3em;
  margin-bottom: 5em;
  border-bottom: 1px solid #BCC6D3;
}
@media screen and (max-width: 767px) {
  .article_post--header {
    margin-bottom: 3em;
  }
}
.article_post--header .date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .article_post--header .date {
    font-size: 0.875em;
  }
}
.article_post--header .ttl {
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .article_post--header .ttl {
    font-size: 1.5em;
  }
}
.article_post--header .en {
  margin-top: 0.75em;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .article_post--header .en {
    font-size: 1.25em;
  }
}

.breadcrumb + .box_white {
  margin-top: 16px;
}

.box_white {
  background-color: #fff;
  border-radius: 20px;
  padding: 80px var(--sideW) 120px;
}

.content_thanks {
  text-align: center;
}