@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* 1300以上 */
@media screen and (max-width: 1300px) {
  .only1300 {
    display: none !important;
  }
}
/* 1200以上 */
@media screen and (max-width: 1200px) {
  .only1200 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .tbpc {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/* justify-content: space-between; */
@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1600px;
    -webkit-print-color-adjust: exact;
    transform: scale(0.6);
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform-origin: 0 0;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
/*--------------------------------------------------------

	リセット : html5reset-1.6.1.css

参考
https://coliss.com/articles/build-websites/operation/css/my-css-reset-by-ire.html
----------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html {
  font-size: 62.5%;
}

/*body設定*/
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #272930;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f7f7f4 !important;
  line-height: 1.7;
  font-size: 1.6rem;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  /*任意でフォントサイズを指定*/
}
@media screen and (min-width: 1025px) {
  body {
    font-weight: 500;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}

/*IE用：游ゴシックの謎余白をなくすためフォントを別指定*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

/*テーブル指定*/
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています marginを指定したら地獄*/
ul[class],
ol[class] {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote,
q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています。また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています。また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input,
select {
  vertical-align: middle;
}

/*画像を縦に並べたときに余白が出てしまわないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* タッチデバイスでのリンクやボタンの反応を向上 */
a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

@page {
  size: A4;
  margin: 0;
}
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  transition: 0.1s;
  text-decoration: none;
}

/*クラスの指定がない場合のリンクのデフォルト色を指定*/
a:not([class]) {
  color: #022c46;
}

a:not([class]):active {
  color: #022c46;
}

a:not([class]):visited {
  color: #022c46;
}

/*すべての要素のfont-family, font-size, line-heightをその親から継承するようにリセット*/
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*属性と状態のCSSリセット*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/*box-sizing*/
*,
*::before,
*::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*clearfix*/
/* For modern browsers */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

/*禁則処理の追加*/
p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

/*iOSでのsubmit, buttonのデザインをリセットするCSS*/
button,
input[type=submit],
input[type=button],
input[type=search] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}
button::focus,
input[type=submit]::focus,
input[type=button]::focus,
input[type=search]::focus {
  outline-offset: -2px;
}

/* Form */
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-size: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: vertical;
}

button,
input[type=submit],
input[type=button],
input[type=radio],
input[type=checkbox],
label,
select {
  cursor: pointer;
}

/** Form Select IE 11 */
select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

/** Selection */
::-moz-selection {
  background-color: #022c46;
  /* Change as appropriate */
  color: #fff;
  /* Change as appropriate */
  text-shadow: none;
}
::-moz-selection,
::selection {
  background-color: #022c46;
  /* Change as appropriate */
  color: #fff;
  /* Change as appropriate */
  text-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

/*マージン*/
.mb00 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 599px) {
  .mb00 {
    margin-bottom: 0px !important;
  }
}

.mb05 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 599px) {
  .mb05 {
    margin-bottom: 5px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 599px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

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

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 599px) {
  .mb25 {
    margin-bottom: 20px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 1024px) {
  .mb35 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb35 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1024px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 30px !important;
  }
}

.mt00 {
  margin-top: 0px !important;
}
@media screen and (max-width: 599px) {
  .mt00 {
    margin-top: 0px !important;
  }
}

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

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 599px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

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

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mt30 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mt40 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.footer-wrapper {
  padding: 130px 50px 80px;
  background-color: #e1e1e0;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper {
    padding: 80px 30px 30px;
  }
}
@media screen and (max-width: 834px) {
  .footer-wrapper {
    padding: 80px 30px 70px;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper {
    padding: 60px 20px 60px;
  }
}
.footer-wrapper__inner {
  display: flex;
  justify-content: space-between;
  gap: 0 6%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__inner {
    gap: 0 3%;
  }
}
@media screen and (max-width: 834px) {
  .footer-wrapper__inner {
    flex-direction: column;
  }
}
.footer-wrapper__left {
  width: 33.4%;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__left {
    width: 45%;
  }
}
@media screen and (max-width: 834px) {
  .footer-wrapper__left {
    width: auto;
    max-width: 580px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper__left {
    width: 100%;
  }
}
.footer-wrapper__right {
  flex: 1;
}
.footer-wrapper__title {
  margin-bottom: 60px;
  color: #064836;
  font-size: 5rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 0.75;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__title {
    margin-bottom: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .footer-wrapper__title {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper__title {
    font-size: 3.4rem;
  }
}
.footer-wrapper__detail {
  margin-bottom: 20px;
}
.footer-wrapper__detail__title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cacaca;
  color: #17274b;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__detail__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 834px) {
  .footer-wrapper__detail__title {
    justify-content: center;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper__detail__title {
    flex-direction: column;
    font-size: 1.4rem;
  }
}
.footer-wrapper__detail__title > span {
  display: inline-block;
  margin-right: 15px;
  font-size: 3.8rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 0.75;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__detail__title > span {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper__detail__title > span {
    margin-right: 0;
  }
}
.footer-wrapper__detail__title .logo {
  width: 112px;
  height: auto;
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__detail__title .logo {
    width: 90px;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper__detail__title .logo {
    width: 82px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.footer-wrapper__detail__text {
  color: #272930;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 834px) {
  .footer-wrapper__detail__text {
    font-size: 1.5rem;
    text-align: center;
  }
}
.footer-wrapper__time {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .footer-wrapper__time {
    margin-bottom: 30px;
    text-align: center;
  }
}
.footer-wrapper__time__title {
  margin-bottom: 3px;
  color: #405b4c;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.footer-wrapper__time__box {
  padding: 20px;
  background-color: #f1f1f0;
}
.footer-wrapper__time__box .info-text {
  display: inline-block;
  position: relative;
  color: #72a363;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 5px;
}
.footer-wrapper__time__box .info-text::before, .footer-wrapper__time__box .info-text::after {
  background: #72a363;
  content: "";
  height: 1px;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer-wrapper__time__box .info-text::before {
  left: 0;
}
.footer-wrapper__time__box .info-text::after {
  right: 0;
}
.footer-wrapper__time__text {
  color: #272930;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.01em;
  display: flex;
  text-align: left;
}
.footer-wrapper__time__text dt {
  padding-right: 5px;
}
.footer-wrapper__tel {
  color: #17274b;
}
@media screen and (max-width: 834px) {
  .footer-wrapper__tel {
    text-align: center;
  }
}
.footer-wrapper__tel__link {
  display: inline-block;
  position: relative;
  margin-bottom: 3px;
  padding-left: 23px;
  color: inherit;
  font-size: 3rem;
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  line-height: 0.75;
}
.footer-wrapper__tel__link::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 21px;
  height: 28px;
  background-image: url(../img/top/icon_phone_navy.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__tel__link::before {
    top: -5px;
  }
}
.footer-wrapper__tel__text {
  margin-left: 23px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.footer-wrapper__map iframe {
  width: 100%;
  aspect-ratio: 16/11 !important;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__map iframe {
    aspect-ratio: 16/14 !important;
  }
}
@media screen and (max-width: 834px) {
  .footer-wrapper__map iframe {
    aspect-ratio: 16/10 !important;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper__map iframe {
    width: 100vw;
    margin: 0 -20px -20px;
    aspect-ratio: 16/14 !important;
  }
}

/*ヘッダー*/
.header {
  position: relative;
  z-index: 20;
}

.header-logo {
  position: fixed;
  height: 240px;
  width: 20%;
  padding: 28px 10px 20px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .header-logo {
    height: 200px;
  }
}
@media screen and (max-width: 834px) {
  .header-logo {
    height: 140px;
  }
}
@media screen and (max-width: 599px) {
  .header-logo {
    padding: 15px;
    width: 28%;
    height: 114px;
  }
}
.header-logo a {
  display: block;
  width: 139px;
  aspect-ratio: 9.3/10;
  background-image: url(../img/top/logo.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -999px;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .header-logo a {
    width: 120px;
  }
}
@media screen and (max-width: 834px) {
  .header-logo a {
    width: 96px;
  }
}
@media screen and (max-width: 599px) {
  .header-logo a {
    width: 70px;
  }
}
.header-logo.resize {
  height: 200px;
  width: 200px;
  background-color: #022c46;
}
@media screen and (max-width: 1024px) {
  .header-logo.resize {
    height: 160px;
    width: 160px;
  }
}
@media screen and (max-width: 834px) {
  .header-logo.resize {
    height: 130px;
    width: 130px;
  }
}
@media screen and (max-width: 599px) {
  .header-logo.resize {
    height: 76px;
    width: 76px;
  }
}
.header-logo.resize a {
  width: 110px;
  background-image: url(../img/top/logo_white.png);
}
@media screen and (max-width: 1024px) {
  .header-logo.resize a {
    width: 90px;
  }
}
@media screen and (max-width: 834px) {
  .header-logo.resize a {
    width: 76px;
  }
}
@media screen and (max-width: 599px) {
  .header-logo.resize a {
    width: 46px;
  }
}

.header-btn {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  .header-btn {
    height: 50px;
  }
}
@media screen and (max-width: 834px) {
  .header-btn {
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
.header-btn__item {
  height: 100%;
}
@media screen and (max-width: 834px) {
  .header-btn__item {
    flex: 1;
  }
}
.header-btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 40px 0 60px;
  background-repeat: no-repeat;
  background-position: center left 15px;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .header-btn__link {
    padding: 0 25px 0 55px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .header-btn__link {
    background-position: center left 10px;
    padding: 0 3px 0 30px;
  }
}
.header-btn__link.booking {
  background-color: #a88c37;
  background-image: url(../img/top/icon_calendar.svg);
  background-size: 24px auto;
}
@media screen and (max-width: 1024px) {
  .header-btn__link.booking {
    background-size: 21.6px auto;
  }
}
.header-btn__link.contact {
  background-color: #35c135;
  background-image: url(../img/top/icon_line.svg);
  background-size: 33px auto;
}
@media screen and (max-width: 1024px) {
  .header-btn__link.contact {
    background-size: 29.7px auto;
  }
}
.header-btn__link:hover {
  opacity: 0.9;
}

/*--------------------------------------------------------
animation
----------------------------------------------------------*/
/*アニメーション*/
@keyframes main_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes side_fade {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes base_fade {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-fadein {
  animation-name: main_fade;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.copy-fadein {
  animation-name: side_fade;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.fadein {
  opacity: 0;
  transform: translateY(30px);
}

.fadein--on {
  animation-name: base_fade;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1025px) {
  .fadein--on.deley01 {
    animation-delay: 0.1s;
  }
  .fadein--on.deley02 {
    animation-delay: 0.2s;
  }
  .fadein--on.deley03 {
    animation-delay: 0.3s;
  }
  .fadein--on.deley04 {
    animation-delay: 0.4s;
  }
  .fadein--on.deley05 {
    animation-delay: 0.5s;
  }
  .fadein--on.deley06 {
    animation-delay: 0.6s;
  }
  .fadein--on.deley07 {
    animation-delay: 0.7s;
  }
  .fadein--on.deley08 {
    animation-delay: 0.8s;
  }
  .fadein--on.deley09 {
    animation-delay: 0.9s;
  }
  .fadein--on.deley10 {
    animation-delay: 1s;
  }
}

@media screen and (min-width: 1025px) {
  .deley01 {
    animation-delay: 0.1s;
  }
  .deley02 {
    animation-delay: 0.2s;
  }
  .deley03 {
    animation-delay: 0.3s;
  }
  .deley04 {
    animation-delay: 0.4s;
  }
  .deley05 {
    animation-delay: 0.5s;
  }
  .deley06 {
    animation-delay: 0.6s;
  }
  .deley07 {
    animation-delay: 0.7s;
  }
  .deley08 {
    animation-delay: 0.8s;
  }
  .deley09 {
    animation-delay: 0.9s;
  }
  .deley10 {
    animation-delay: 1s;
  }
  .deley11 {
    animation-delay: 1.1s;
  }
  .deley12 {
    animation-delay: 1.2s;
  }
}
/*--------------------------------------------------------
top
----------------------------------------------------------*/
.no-link {
  position: relative;
  pointer-events: none;
}
.no-link::before {
  background: rgba(51, 51, 51, 0.7);
  content: "Coming Soon";
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0px;
  font-size: 1.7rem;
  font-family: "Overpass", sans-serif;
  text-align: center;
  padding-top: 7%;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .no-link::before {
    font-size: 1.6rem;
  }
}

.top-main {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.top-main::before {
  content: "";
  position: absolute;
  top: 240px;
  width: 47.5vw;
  height: calc(100% - 190px);
  background-color: #022c46;
  z-index: -1;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .top-main::before {
    top: 200px;
    height: calc(100% - 150px);
  }
}
@media screen and (max-width: 834px) {
  .top-main::before {
    top: 140px;
    height: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .top-main::before {
    top: 30vw;
    width: 90.7vw;
    height: 85.4vw;
  }
}
.top-main__img {
  width: 80%;
  margin-left: auto;
  height: 780px;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 1400px) {
  .top-main__img {
    height: 630px;
  }
}
@media screen and (max-width: 834px) {
  .top-main__img {
    height: 450px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__img {
    width: 72%;
    height: auto;
  }
}
.top-main__img > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.top-main__content {
  position: absolute;
  top: 47%;
  left: 8%;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 599px) {
  .top-main__content {
    top: auto;
    bottom: 30px;
    left: 11%;
  }
}
.top-main__content__copy {
  margin-bottom: 28px;
  font-size: 2.9rem;
  font-weight: 700;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .top-main__content__copy {
    margin-bottom: 20px;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 599px) {
  .top-main__content__copy {
    margin-bottom: 13px;
    font-size: 3.2vw;
  }
}
.top-main__content__catch {
  font-size: 6rem;
  font-weight: 500;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .top-main__content__catch {
    font-size: 5.1vw;
  }
}
@media screen and (max-width: 599px) {
  .top-main__content__catch {
    font-size: 5.8vw;
  }
}
.top-main__copyright {
  position: absolute;
  top: 41%;
  left: 25px;
  writing-mode: vertical-rl;
  color: #72a363;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .top-main__copyright {
    left: 15px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copyright {
    left: 8px;
    font-size: 1rem;
  }
}
.top-main__sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  position: absolute;
  top: 86%;
  left: 18px;
}
@media screen and (max-width: 1024px) {
  .top-main__sns {
    display: none;
  }
}
.top-main__sns__link {
  display: block;
}
.top-main__sns__link.ig {
  max-width: 30px;
}
.top-main__sns__link.line {
  max-width: 35px;
}

.top-lead {
  position: relative;
  padding: 100px 50px 40px;
}
@media screen and (max-width: 1024px) {
  .top-lead {
    padding: 100px 30px 80px;
  }
}
@media screen and (max-width: 834px) {
  .top-lead {
    padding: 100px 60px 0px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead {
    padding: 80px 20px 0;
    background-color: #e3eadf;
  }
}
.top-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 67%;
  height: 890px;
  background-color: #e3eadf;
  z-index: -3;
}
@media screen and (max-width: 599px) {
  .top-lead::before {
    display: none;
  }
}
.top-lead::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -45px;
  width: 44.5%;
  height: 19.5vw;
  background-color: #064836;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .top-lead::after {
    width: 46.5%;
  }
}
@media screen and (max-width: 1024px) {
  .top-lead::after {
    width: 44%;
    height: 25vw;
  }
}
@media screen and (max-width: 834px) {
  .top-lead::after {
    width: 85%;
    bottom: -30px;
    height: 32.8vw;
  }
}
@media screen and (max-width: 599px) {
  .top-lead::after {
    width: 94.7%;
  }
}
.top-lead__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .top-lead__inner {
    flex-direction: column;
  }
}
.top-lead__content {
  width: 47.5%;
  margin: 0 7% 40px;
}
@media screen and (max-width: 1400px) {
  .top-lead__content {
    width: 52%;
    margin: 0 7% 0 0.5%;
  }
}
@media screen and (max-width: 1024px) {
  .top-lead__content {
    width: 47.5%;
    margin: 0 5%;
  }
}
@media screen and (max-width: 834px) {
  .top-lead__content {
    width: 100%;
    margin: 0 0 30px;
  }
}
.top-lead__image {
  flex: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-lead__image {
    margin-left: 5%;
  }
}
@media screen and (max-width: 834px) {
  .top-lead__image {
    width: 65%;
    margin-left: auto;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__image {
    width: 80.1%;
    margin-left: auto;
  }
}
.top-lead__catch {
  margin-bottom: 30px;
  color: #17274b;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media screen and (max-width: 1400px) {
  .top-lead__catch {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .top-lead__catch {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__catch {
    margin-bottom: 20px;
    font-size: 5.2vw;
    line-height: 1.8;
  }
}
.top-lead__text {
  color: #272930;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.01em;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .top-lead__text {
    font-size: 1.6rem;
    padding-right: 0px;
  }
}

.top-feature {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  padding: 0 0 110px 0;
  background-color: #f7f7f4;
}
@media screen and (max-width: 1024px) {
  .top-feature {
    overflow: clip;
    flex-direction: column;
    padding: 0 50px 80px;
  }
}
@media screen and (max-width: 834px) {
  .top-feature {
    margin-top: 30px;
    padding: 0 30px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-feature {
    padding: 0 20px 50px;
  }
}
.top-feature__left {
  position: sticky;
  top: 0;
  min-width: 470px;
  width: 42.6%;
  padding: 200px 3% 26vw 12%;
  background-image: url(../img/top/feature_illust.png);
  background-repeat: no-repeat;
  background-position: bottom left 8px;
  background-size: 36vw auto;
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .top-feature__left {
    padding: 14vw 2% 26vw 4%;
  }
}
@media screen and (max-width: 1024px) {
  .top-feature__left {
    position: static;
    min-width: auto;
    width: 100%;
    padding: 13.5vw 0 40px 2.5%;
    background-position: center right 8px;
    background-size: 40vw auto;
  }
}
@media screen and (max-width: 834px) {
  .top-feature__left {
    padding: 13.5vw 0 40px 5%;
  }
}
@media screen and (max-width: 599px) {
  .top-feature__left {
    margin-bottom: 0;
    margin-left: 0;
    padding: 24vw 0 27vw 0;
    background-position: bottom right -70px;
    background-size: 69vw auto;
  }
}
.top-feature__left::before {
  content: "FEATURES";
  position: absolute;
  top: -2px;
  left: 7px;
  color: #c6dbca;
  font-size: 12.2rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 0.75;
}
@media screen and (max-width: 1400px) {
  .top-feature__left::before {
    font-size: 8.7vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-feature__left::before {
    font-size: 11vw;
  }
}
@media screen and (max-width: 599px) {
  .top-feature__left::before {
    top: -1px;
    left: -4px;
    font-size: 16vw;
  }
}
.top-feature__right {
  flex: 1;
  margin-right: 7.4vw;
}
@media screen and (max-width: 1400px) {
  .top-feature__right {
    margin-right: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-feature__right {
    margin-right: 0;
  }
}
.top-feature__catch {
  margin-bottom: 35px;
  color: #17274b;
  font-size: 3.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .top-feature__catch {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .top-feature__catch {
    margin-bottom: 12px;
    font-size: 7vw;
  }
}
.top-feature__catch > span.en {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 4.4rem;
  line-height: 0.75;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 599px) {
  .top-feature__catch > span.en {
    font-size: 8.5vw;
  }
}
.top-feature__catch > span.large {
  font-size: 3.8rem;
}
@media screen and (max-width: 599px) {
  .top-feature__catch > span.large {
    font-size: 7.5vw;
  }
}
.top-feature__text {
  position: relative;
  color: #272930;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.03em;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .top-feature__text {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-feature__text {
    margin-bottom: 0;
    font-size: 4.5vw;
    line-height: 2;
  }
}
.top-feature__list {
  counter-reset: num;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
}
@media screen and (max-width: 1400px) {
  .top-feature__list {
    gap: 40px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-feature__list {
    gap: 30px 40px;
  }
}
.top-feature__list__item {
  position: relative;
  width: calc((99.9% - 60px) / 2);
}
@media screen and (max-width: 1400px) {
  .top-feature__list__item {
    width: calc((99.9% - 50px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .top-feature__list__item {
    width: calc((99.9% - 40px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .top-feature__list__item {
    width: 100%;
  }
}
.top-feature__list__item::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -70px;
  width: 125px;
  height: 125px;
  background-color: #f7f7f4;
  border-right: 1px solid #064836;
  transform: rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-feature__list__item::before {
    top: -65px;
    left: -65px;
    width: 120px;
    height: 120px;
  }
}
.top-feature__list__item::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  position: absolute;
  top: 0;
  left: -15px;
  color: #064836;
  font-size: 4.5rem;
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  line-height: 0.75;
  letter-spacing: -0.02em;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-feature__list__item::after {
    left: -10px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-feature__list__item::after {
    top: 7px;
    left: -8px;
    font-size: 3.8rem;
  }
}
.top-feature__list__item:nth-child(1) {
  z-index: 6;
}
.top-feature__list__item:nth-child(2) {
  z-index: 5;
}
.top-feature__list__item:nth-child(3) {
  z-index: 4;
}
.top-feature__list__item:nth-child(4) {
  z-index: 3;
}
.top-feature__list__item:nth-child(5) {
  z-index: 2;
}
.top-feature__list__item:nth-child(6) {
  z-index: 1;
}
.top-feature__list__image {
  margin-bottom: 13px;
}
@media screen and (max-width: 599px) {
  .top-feature__list__image {
    margin-bottom: 6px;
  }
}
.top-feature__list__text {
  color: #272930;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1400px) {
  .top-feature__list__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-feature__list__text {
    font-size: 1.6rem;
  }
}
.top-feature__list__text span {
  font-size: 1.7rem;
}
@media screen and (max-width: 599px) {
  .top-feature__list__text span {
    font-size: 1.4rem;
  }
}

.top-contact {
  padding: 60px 50px;
  background-color: #022c46;
}
@media screen and (max-width: 1024px) {
  .top-contact {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-contact {
    padding: 35px 20px;
  }
}
.top-contact__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .top-contact__inner {
    flex-direction: column;
  }
}
.top-contact__right {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .top-contact__right {
    width: 100%;
    flex: none;
  }
}
@media screen and (max-width: 834px) {
  .top-contact__tel {
    margin-bottom: 22px;
  }
}
.top-contact__tel__link {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  padding-left: 40px;
  color: #fff;
  font-size: 4.5rem;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  line-height: 0.75;
}
@media screen and (max-width: 1024px) {
  .top-contact__tel__link {
    padding-left: 36px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-contact__tel__link {
    padding-left: 27px;
    font-size: 3rem;
  }
}
.top-contact__tel__link::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  width: 33px;
  height: 42px;
  background-image: url(../img/top/icon_phone.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .top-contact__tel__link::before {
    top: -7px;
    width: 27px;
    height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .top-contact__tel__link::before {
    width: 22px;
    height: 29px;
  }
}
.top-contact__tel__text {
  margin-left: 40px;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .top-contact__tel__text {
    margin-left: 36px;
  }
}
@media screen and (max-width: 599px) {
  .top-contact__tel__text {
    margin-left: 27px;
    font-size: 1.2rem;
  }
}
.top-contact__btn {
  display: flex;
  justify-content: flex-end;
  gap: 0 16px;
  height: 66px;
}
@media screen and (max-width: 1024px) {
  .top-contact__btn {
    gap: 0 13px;
    height: 60px;
  }
}
@media screen and (max-width: 834px) {
  .top-contact__btn {
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .top-contact__btn {
    gap: 0 5px;
    height: 52px;
  }
}
.top-contact__btn__item {
  max-width: 290px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .top-contact__btn__item {
    max-width: 240px;
  }
}
@media screen and (max-width: 599px) {
  .top-contact__btn__item {
    max-width: auto;
  }
}
.top-contact__btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 40px 0 60px;
  background-repeat: no-repeat;
  background-position: center left 15px;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .top-contact__btn__link {
    padding: 0 30px 0 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-contact__btn__link {
    padding: 0 10px 0 40px;
    background-position: center left 8px;
    font-size: 1.2rem;
    justify-content: flex-start;
  }
}
.top-contact__btn__link.booking {
  background-color: #a88c37;
  background-image: url(../img/top/icon_calendar.svg);
  background-size: 24px auto;
}
@media screen and (max-width: 1024px) {
  .top-contact__btn__link.booking {
    background-size: 21.6px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-contact__btn__link.booking {
    background-size: 19.2px auto;
  }
}
.top-contact__btn__link.contact {
  background-color: #35c135;
  background-image: url(../img/top/icon_line.svg);
  background-size: 33px auto;
}
@media screen and (max-width: 1024px) {
  .top-contact__btn__link.contact {
    background-size: 29.7px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-contact__btn__link.contact {
    background-size: 26.4px auto;
  }
}
.top-contact__btn__link:hover {
  opacity: 0.85;
}

.top-scene {
  padding: 80px 50px 120px;
  background-color: #e9e6e2;
}
@media screen and (max-width: 1024px) {
  .top-scene {
    padding: 70px 30px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-scene {
    padding: 50px 20px 60px;
  }
}
.top-scene__inner {
  max-width: 1300px;
  margin: 0 auto;
}
.top-scene__container {
  background-color: #fff;
  padding: 30px 25px 35px;
}
@media screen and (max-width: 1024px) {
  .top-scene__container {
    padding: 30px 15px 35px;
  }
}
@media screen and (max-width: 834px) {
  .top-scene__container {
    padding: 35px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-scene__container {
    padding: 20px;
  }
}
.top-scene__catch {
  color: #064836;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0px 10px 25px;
  background-color: #427659;
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .top-scene__catch {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .top-scene__catch {
    font-size: 1.9rem;
    margin: 0px 0px 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-scene__catch {
    font-size: 1.7rem;
    margin: 0px 0px 20px;
  }
}
.top-scene__box {
  flex: 1;
}
.top-scene__box__title {
  margin-bottom: 25px;
  padding: 9px;
  background-color: #427659;
  color: #fff;
  font-size: 2.3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .top-scene__box__title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .top-scene__box__title {
    font-size: 1.8rem;
    padding: 6px;
  }
}
.corporate .top-scene__box__title {
  background-color: #3e5486;
}
.top-scene__box__body {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .top-scene__box__body {
    flex-direction: column;
  }
}
.top-scene__box__body__item {
  flex: 1;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .top-scene__box__body__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 834px) {
  .top-scene__box__body__item {
    flex: none;
    width: -webkit-calc( 100% / 2 );
    width: 50%;
    border-bottom: 1px solid #bcbcbc;
    padding: 25px;
  }
}
@media screen and (max-width: 599px) {
  .top-scene__box__body__item {
    width: 100%;
    padding: 25px 10px;
  }
}
.top-scene__box__body__item:not(:last-child) {
  border-right: 1px solid #bcbcbc;
}
@media screen and (max-width: 599px) {
  .top-scene__box__body__item:not(:last-child) {
    border-bottom: 1px solid #bcbcbc;
    border-right: none;
  }
}
@media screen and (max-width: 834px) {
  .top-scene__box__body__item:nth-child(2) {
    border-right: none;
  }
}
@media screen and (max-width: 834px) {
  .top-scene__box__body__item:nth-child(3), .top-scene__box__body__item:nth-child(4) {
    border-bottom: none;
  }
}
@media screen and (max-width: 599px) {
  .top-scene__box__body__item:nth-child(3) {
    border-bottom: 1px solid #bcbcbc;
  }
}
.top-scene__box__body__image {
  margin: 0 auto 20px;
}
.item01 .top-scene__box__body__image {
  max-width: 126px;
}
@media screen and (max-width: 1024px) {
  .item01 .top-scene__box__body__image {
    max-width: 100.8px;
  }
}
.item02 .top-scene__box__body__image {
  max-width: 111px;
}
@media screen and (max-width: 1024px) {
  .item02 .top-scene__box__body__image {
    max-width: 88.8px;
  }
}
.item03 .top-scene__box__body__image {
  max-width: 96px;
}
@media screen and (max-width: 1024px) {
  .item03 .top-scene__box__body__image {
    max-width: 76.8px;
  }
}
.item04 .top-scene__box__body__image {
  max-width: 50px;
}
@media screen and (max-width: 1024px) {
  .item04 .top-scene__box__body__image {
    max-width: 40px;
  }
}
.top-scene__box__body__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.top-scene__box__body__title {
  margin-bottom: 20px;
  color: #272930;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .top-scene__box__body__title {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-scene__box__body__title {
    font-size: 1.9rem;
  }
}
.top-scene__box__body__title > span {
  background: linear-gradient(transparent 75%, #dbefe4 75%);
}
.corporate .top-scene__box__body__title {
  color: #272930;
}
.corporate .top-scene__box__body__title > span {
  background: linear-gradient(transparent 75%, #d3def5 75%);
}
.top-scene__box__body__text {
  color: #272930;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 599px) {
  .top-scene__box__body__text {
    font-size: 1.5rem;
  }
}

.top-room {
  position: relative;
  padding: 180px 50px 170px;
  background-color: #f7f7f4;
  background-image: url(../img/top/room_illust.png);
  background-repeat: no-repeat;
  background-position: right bottom 60px;
  background-size: 27vw auto;
}
@media screen and (max-width: 1200px) {
  .top-room {
    padding: 110px 50px 150px;
    background-position: right bottom 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-room {
    padding: 100px 30px 130px;
    background-position: right bottom 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-room {
    padding: 75px 20px 80px;
    background-position: right bottom 15px;
  }
}
.top-room::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 44.2vw;
  background-color: #72a363;
}
@media screen and (max-width: 1200px) {
  .top-room::before {
    display: none;
  }
}
.top-room::after {
  content: "ROOM";
  position: absolute;
  top: -2px;
  right: -4px;
  color: #c6dbca;
  font-size: 12.2rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 0.75;
}
@media screen and (max-width: 1024px) {
  .top-room::after {
    font-size: 11vw;
  }
}
@media screen and (max-width: 599px) {
  .top-room::after {
    font-size: 16vw;
  }
}
.top-room__inner {
  position: relative;
  max-width: 1510px;
  margin: 0 auto;
}
.top-room__container {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .top-room__container {
    flex-direction: column;
  }
}
.top-room__left {
  width: 68.2%;
}
@media screen and (max-width: 1200px) {
  .top-room__left {
    width: 100%;
  }
}
.top-room__box {
  position: relative;
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-room__box {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-room__box {
    padding: 30px 20px;
  }
}
.top-room__box__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 145px;
  margin-top: -110px;
  margin-bottom: 30px;
  background-color: #064836;
  color: #fff;
  font-size: 2.8rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .top-room__box__title {
    height: 90px;
    margin-top: -80px;
    font-size: 2.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 599px) {
  .top-room__box__title {
    margin-top: -50px;
    margin-bottom: 20px;
    width: 80px;
    height: 60px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.top-room__box__head {
  display: flex;
  gap: 0 5%;
  margin-bottom: 45px;
}
@media screen and (max-width: 599px) {
  .top-room__box__head {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.top-room__box__head__title {
  margin-bottom: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d2d0cc;
  color: #405b4c;
  font-size: 2.3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .top-room__box__head__title {
    margin-bottom: 10px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .top-room__box__head__title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
}
.top-room__box__head__tag {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .top-room__box__head__tag {
    margin-bottom: 10px;
  }
}
.top-room__box__head__tag__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 34px;
  background-color: #88b26c;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .top-room__box__head__tag__item {
    width: 80px;
    height: 30px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-room__box__head__tag__item {
    width: 90px;
    height: 26px;
    font-size: 1.3rem;
  }
}
.top-room__box__head__text {
  margin-bottom: 25px;
  color: #272930;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 599px) {
  .top-room__box__head__text {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.top-room__box__head__box {
  position: relative;
  padding: 10px 40px 15px;
  background-color: #f3f2ef;
}
@media screen and (max-width: 599px) {
  .top-room__box__head__box {
    margin-bottom: 20px;
    padding: 8px 30px 10px;
  }
}
.top-room__box__head__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 3px;
  height: 39px;
  background-color: #405b4c;
}
@media screen and (max-width: 599px) {
  .top-room__box__head__box::before {
    left: 18px;
    width: 2px;
    height: 34px;
  }
}
.top-room__box__head__box__title {
  margin-bottom: 10px;
  color: #405b4c;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .top-room__box__head__box__title {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 599px) {
  .top-room__box__head__box__title {
    margin-bottom: 3px;
  }
}
.top-room__box__head__box__text {
  color: #272930;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.top-room__box__list {
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 1024px) {
  .top-room__box__list {
    gap: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-room__box__list {
    gap: 0 5px;
  }
}
.top-room__box__list__item {
  width: calc((99.9% - 60px) / 3);
}
@media screen and (max-width: 1024px) {
  .top-room__box__list__item {
    width: calc((99.9% - 40px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .top-room__box__list__item {
    width: calc((99.9% - 10px) / 3);
  }
}
.top-room__right {
  flex: 1;
  margin: 0 6.9%;
}
@media screen and (max-width: 1200px) {
  .top-room__right {
    margin: 0 0 120px;
  }
}
@media screen and (max-width: 599px) {
  .top-room__right {
    margin: 0 0 70px;
  }
}
.top-room__right__title {
  margin-bottom: 40px;
  color: #17274b;
  font-size: 3.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1200px) {
  .top-room__right__title {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .top-room__right__title {
    margin-bottom: 20px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-room__right__title {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
}
.top-room__right__text {
  margin-bottom: 35px;
  color: #272930;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: right;
  line-height: 2.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1200px) {
  .top-room__right__text {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .top-room__right__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-room__right__text {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.top-room__tab {
  border-top: 1px solid #b9cac1;
}
@media screen and (max-width: 1200px) {
  .top-room__tab {
    display: flex;
    justify-content: center;
    border-top: none;
  }
}
.top-room__tab__item {
  padding: 30px 18px 25px;
  border-bottom: 1px solid #b9cac1;
}
@media screen and (max-width: 1200px) {
  .top-room__tab__item {
    padding: 25px 18px 20px;
    border-right: 1px solid #b9cac1;
    border-bottom: none;
  }
  .top-room__tab__item:first-child {
    border-left: 1px solid #b9cac1;
  }
}
@media screen and (max-width: 599px) {
  .top-room__tab__item {
    padding: 10px 10px 5px;
    text-align: center;
  }
}
.top-room__tab__en {
  margin-bottom: 10px;
  color: #064836;
  font-size: 2.6rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .top-room__tab__en {
    margin-bottom: 5px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-room__tab__en {
    font-size: 1.8rem;
  }
}
.top-room__tab__jp {
  color: #ada393;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1400px) {
  .top-room__tab__jp {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-room__tab__jp {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.top-room .tab {
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.top-room .tab.active {
  background-color: #e6ece3;
}
.top-room .tab.active::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -38px;
  margin: auto 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #405b4c;
  border-right: 3px solid #405b4c;
  transform: rotate(225deg);
}
@media screen and (max-width: 1200px) {
  .top-room .tab.active::before {
    top: auto;
    right: 0;
    bottom: -20px;
    left: 0;
    margin: auto;
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 599px) {
  .top-room .tab.active::before {
    bottom: -15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #405b4c;
    border-right: 2px solid #405b4c;
    transform: rotate(135deg);
  }
}
.top-room .tab-content {
  display: none;
}
.top-room .tab-content.show {
  display: block;
}

.top-machine {
  padding: 110px 50px 130px;
  background-image: url(../img/top/machine_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top-machine {
    padding: 90px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-machine {
    padding: 50px 20px 60px;
  }
}
.top-machine__inner {
  max-width: 1300px;
  margin: 0 auto;
}
.top-machine__container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .top-machine__container {
    gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  .top-machine__container {
    flex-direction: column;
  }
}
.top-machine__box {
  padding: 40px 50px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-machine__box {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-machine__box {
    padding: 20px;
  }
}
.top-machine__box__ttl-box {
  padding: 30px 20px 20px;
  background-color: #f3f2ef;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-machine__box__ttl-box {
    padding: 25px 15px 15px;
  }
}
.top-machine__box__ttl-box__en {
  margin-bottom: 5px;
  color: #17274b;
  font-size: 3.5rem;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1300px) {
  .top-machine__box__ttl-box__en {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-machine__box__ttl-box__en {
    font-size: 2.6rem;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 599px) {
  .top-machine__box__ttl-box__en {
    font-size: 2.6rem;
  }
}
.top-machine__box__ttl-box__jp {
  color: #17274b;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .top-machine__box__ttl-box__jp {
    font-size: 1.5rem;
  }
}
.top-machine__box__image {
  margin: 30px auto 15px;
  text-align: center;
  max-width: 160px;
}
.top-machine__box__text {
  margin-bottom: 40px;
  color: #272930;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .top-machine__box__text {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-machine__box__text {
    margin-bottom: 20px;
  }
}
.top-machine__box__list {
  display: flex;
  justify-content: space-between;
  gap: 22px;
}
@media screen and (max-width: 1024px) {
  .top-machine__box__list {
    gap: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-machine__box__list {
    gap: 15px;
    flex-direction: column;
  }
}
.top-machine__box__list__image {
  margin-bottom: 5px;
}
.top-machine__box__list__title {
  position: relative;
  padding-left: 18px;
  color: #405b4c;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .top-machine__box__list__title {
    padding-left: 15px;
    font-size: 1.5rem;
  }
}
.top-machine__box__list__title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #72a363;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .top-machine__box__list__title::before {
    width: 10px;
    height: 10px;
  }
}

.top-instructor {
  overflow: hidden;
  position: relative;
  padding: 110px 50px 130px;
}
@media screen and (max-width: 1024px) {
  .top-instructor {
    padding: 90px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-instructor {
    padding: 50px 20px;
    margin-bottom: 50px;
  }
}
.top-instructor::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 420px;
  top: 0;
  left: 0;
  background-color: #022c46;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-instructor::before {
    left: 0;
  }
}
.top-instructor .top-common__ttl-wrapper__jp {
  color: #fff;
}
.top-instructor__inner {
  max-width: 1420px;
  margin: 0 auto;
}
.top-instructor__lead {
  margin-bottom: 60px;
  color: #fff;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) {
  .top-instructor__lead {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-instructor__lead {
    font-size: 1.5rem;
  }
}
.top-instructor__list {
  display: flex;
  gap: 0 4%;
}
@media screen and (max-width: 1400px) {
  .top-instructor__list {
    gap: 0 22px;
  }
}
@media screen and (max-width: 1024px) {
  .top-instructor__list {
    gap: 0 15px;
  }
}
@media screen and (max-width: 834px) {
  .top-instructor__list {
    flex-wrap: wrap;
    gap: 25px 15px;
  }
}
.top-instructor__list__item {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .top-instructor__list__item {
    flex: none;
    width: calc((99.9% - 30px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .top-instructor__list__item {
    flex: none;
    width: calc((99.9% - 15px) / 2);
  }
}
.top-instructor__list__link {
  display: block;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .top-instructor__list__link {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-instructor__list__link {
    margin-bottom: 15px;
  }
}
.top-instructor__list__link::before {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 4px;
  width: 23px;
  height: 23px;
  background-image: url(../img/top/icon_zoom.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.7;
  z-index: 1;
}
.top-instructor__list__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border: 30px solid transparent;
  border-right-color: #908573;
  border-bottom-color: #908573;
}
.top-instructor__list__text {
  color: #17274b;
  font-size: 2.3rem;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .top-instructor__list__text {
    font-size: 2rem;
  }
}

.top-price {
  padding: 90px 50px 130px;
  background-color: #e9e6e2;
}
@media screen and (max-width: 1024px) {
  .top-price {
    padding: 90px 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-price {
    padding: 0px 30px 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-price {
    padding: 0px 20px 50px;
  }
}
.top-price__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .top-price__inner {
    gap: 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-price__inner {
    flex-direction: column;
  }
}
.top-price .top-common__ttl-wrapper {
  border-top: 3px solid #064836;
  padding-top: 40px;
  text-align: left;
  width: 19%;
}
@media screen and (max-width: 834px) {
  .top-price .top-common__ttl-wrapper {
    width: 200px;
    margin: 0 auto;
    text-align: center;
  }
}
.top-price__box {
  flex: 1;
  background-color: #fff;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .top-price__box {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-price__box {
    padding: 25px;
  }
}
.top-price__text {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  padding-left: 20px;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .top-price__text {
    font-size: 1.5rem;
    margin-bottom: 15px;
    padding-left: 16px;
  }
}
.top-price__text::before {
  background: #064836;
  content: "";
  height: 13px;
  width: 13px;
  border-radius: 50px;
  left: 0;
  position: absolute;
  top: 5px;
}
@media screen and (max-width: 599px) {
  .top-price__text::before {
    height: 10px;
    width: 10px;
  }
}
.top-price__tit {
  margin-top: 20px;
  margin-bottom: 2px;
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  color: #064836;
}
@media screen and (max-width: 1024px) {
  .top-price__tit {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .top-price__tit {
    margin-top: 14px;
    font-size: 1.6rem;
  }
}
.top-price__tbl {
  width: 100%;
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
}
@media screen and (max-width: 599px) {
  .top-price__tbl {
    width: 100%;
    display: block;
    border: none;
  }
}
@media screen and (max-width: 599px) {
  .top-price__tbl tbody, .top-price__tbl tr {
    display: block;
    width: 100%;
  }
}
.top-price__tbl th {
  padding: 10px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #72a363;
  border: 1px solid #c8c8c8;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .top-price__tbl th {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-price__tbl th {
    display: none;
  }
}
.top-price__tbl th span {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.top-price__tbl td {
  padding: 15px;
  word-break: break-all;
  vertical-align: middle;
  border: 1px solid #dadada;
  word-break: break-all;
  text-align: center;
  font-size: 2.1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) {
  .top-price__tbl td {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 599px) {
  .top-price__tbl td {
    width: 100%;
    display: block;
    padding: 3px 3px 10px;
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 7px;
  }
}
.top-price__tbl td span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .top-price__tbl td span {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-price__tbl td span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-price__tbl td .sp {
    padding: 7px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #72a363;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    width: 100%;
    display: block;
    padding: 7px;
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}
.top-price__tbl td .sp span {
  display: block;
  letter-spacing: 0.08em;
  font-size: 1.3rem;
}
.top-price__other {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 599px) {
  .top-price__other {
    margin-top: 15px;
    flex-direction: column;
    gap: 8px;
  }
}
.top-price__other__item {
  flex: 1;
  background-color: #e6ece3;
  display: flex;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  height: 65px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top-price__other__item {
    height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-price__other__item {
    width: 100%;
    height: 50px;
  }
}
.top-price__other__item .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 1.8rem;
  width: 50%;
  color: #064836;
  background-color: #c9e0be;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .top-price__other__item .tit {
    font-size: 1.7rem;
    width: 45%;
  }
}
@media screen and (max-width: 599px) {
  .top-price__other__item .tit {
    font-size: 1.5rem;
  }
}
.top-price__other__item .price {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 10px 15px;
  font-size: 2.1rem;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .top-price__other__item .price {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 599px) {
  .top-price__other__item .price {
    font-size: 1.7rem;
  }
}
.top-price__atn {
  margin-top: 25px;
}

.top-flow {
  padding: 90px 50px 130px;
  background-color: #e9e6e2;
}
@media screen and (max-width: 1024px) {
  .top-flow {
    padding: 90px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-flow {
    padding: 50px 20px;
  }
}
.top-flow__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.top-gallery {
  padding: 0 50px 90px;
  background-image: url(../img/top/gallery_bg.webp);
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top-gallery {
    padding: 0 30px 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-gallery {
    padding: 0 20px 60px;
  }
}
.top-gallery__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.top-gallery__title {
  margin-bottom: 35px;
  color: #c2d1c9;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 12.5rem;
  text-align: center;
  line-height: 0.75;
  letter-spacing: 0.015em;
  opacity: 0.25 !important;
}
@media screen and (max-width: 1024px) {
  .top-gallery__title {
    font-size: 11vw;
    font-weight: 500;
  }
}
.top-gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
@media screen and (max-width: 1024px) {
  .top-gallery__list {
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-gallery__list {
    gap: 10px;
  }
}
.top-gallery__list__item {
  position: relative;
  width: calc((99.9% - 80px) / 3);
}
@media screen and (max-width: 1024px) {
  .top-gallery__list__item {
    width: calc((99.9% - 40px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .top-gallery__list__item {
    width: calc((99.9% - 10px) / 2);
  }
}

.top-faq {
  padding: 90px 50px 120px;
  background-color: #f6f7f3;
}
@media screen and (max-width: 1024px) {
  .top-faq {
    padding: 70px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-faq {
    padding: 50px 20px 60px;
  }
}
.top-faq__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.top-faq__list__item {
  position: relative;
  padding: 0 25px;
  background-color: #e8ebe6;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .top-faq__list__item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-faq__list__item {
    padding: 0 10px;
  }
}
.top-faq__list__item::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 40px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #5b846d;
  border-right: 2px solid #5b846d;
  transform: rotate(135deg);
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .top-faq__list__item::after {
    right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-faq__list__item::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #5b846d;
    border-right: 2px solid #5b846d;
    transform: rotate(135deg);
    top: 18px;
    right: 20px;
  }
}
.top-faq__list__item:not(:last-child) {
  margin-bottom: 13px;
}
.top-faq__list__item.active {
  padding-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .top-faq__list__item.active {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-faq__list__item.active {
    padding-bottom: 10px;
  }
}
.top-faq__list__item.active::after {
  transform: rotate(-45deg);
}
.top-faq__list__item > dt,
.top-faq__list__item > dd {
  position: relative;
  color: #272930;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.top-faq__list__item > dt::before,
.top-faq__list__item > dd::before {
  position: absolute;
  font-size: 3.3rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 0.75;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 599px) {
  .top-faq__list__item > dt::before,
  .top-faq__list__item > dd::before {
    font-size: 2.4rem;
  }
}
.top-faq__list__item > dt {
  padding: 25px 40px 25px 80px;
  font-size: 1.8rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .top-faq__list__item > dt {
    padding: 25px 40px 25px 70px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-faq__list__item > dt {
    padding: 10px 25px 10px 40px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.top-faq__list__item > dt::before {
  content: "Q";
  top: 29px;
  left: 0;
  color: #064836;
}
@media screen and (max-width: 599px) {
  .top-faq__list__item > dt::before {
    top: 16px;
  }
}
.top-faq__list__item > dt::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 52px;
  width: 1px;
  height: 46px;
  background-color: #a6c3b3;
}
@media screen and (max-width: 1024px) {
  .top-faq__list__item > dt::after {
    top: 18px;
    left: 47px;
    height: 42px;
  }
}
@media screen and (max-width: 599px) {
  .top-faq__list__item > dt::after {
    top: 10px;
    margin: auto;
    left: 30px;
    height: calc(100% - 20px);
  }
}
.top-faq__list__item > dd {
  display: none;
  padding: 30px 40px 30px 80px;
  background-color: #f7f7f4;
  border-radius: 5px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .top-faq__list__item > dd {
    padding: 25px 35px 25px 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-faq__list__item > dd {
    margin-top: 15px;
    padding: 10px 20px 10px 40px;
  }
}
.top-faq__list__item > dd::before {
  content: "A";
  top: 30px;
  left: 30px;
  color: #645742;
}
@media screen and (max-width: 1024px) {
  .top-faq__list__item > dd::before {
    top: 25px;
    left: 25px;
  }
}
@media screen and (max-width: 599px) {
  .top-faq__list__item > dd::before {
    top: 15px;
    left: 12px;
  }
}

.top-common__ttl-wrapper {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-common__ttl-wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-common__ttl-wrapper {
    margin-bottom: 20px;
  }
}
.top-common__ttl-wrapper__en {
  margin-bottom: 12px;
  color: #064836;
  font-size: 2.3rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 0.75;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .top-common__ttl-wrapper__en {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .top-common__ttl-wrapper__en {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
}
.top-instructor .top-common__ttl-wrapper__en {
  color: #72a363;
}
.top-common__ttl-wrapper__jp {
  color: #17274b;
  font-size: 3.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .top-common__ttl-wrapper__jp {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-common__ttl-wrapper__jp {
    font-size: 2.4rem;
  }
}/*# sourceMappingURL=style.css.map */