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

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

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

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

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

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

h1,
h2,
h3 {
  font-weight: bold;
}

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* global.scss */
@font-face {
  /* ① ここにfont-familyで指定したい名前を書く*/
  font-family: "k-font";
  /* フォントが置かれているパスを書く */
  src: url("../fonts/k-font/keifont.ttf") format("truetype");
}
@font-face {
  /* ① ここにfont-familyで指定したい名前を書く*/
  font-family: "itc-bradley-hand-std";
  /* フォントが置かれているパスを書く */
  src: url("../fonts/bradley-hand-itc-tt-bold.ttf") format("truetype");
}
body {
  overflow-x: hidden;
  width: 100%;
}

a,
img {
  width: 100%;
  display: block;
}

.content {
  width: min(1200px, 83.3333333333vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .content {
    width: 91.5254237288vw;
  }
}

.content-long {
  width: min(1300px, 90.2777777778vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .content-long {
    width: 91.5254237288vw;
  }
}

.total-wrapper {
  background-image: url(../images/common/bk_img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: yu-gothic-pr6n, sans-serif;
  width: 100%;
  overflow-x: hidden;
  overflow-anchor: none;
}

.language-select-button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: min(32.4px, 2.25vw) min(109px, 7.5694444444vw) 0 min(107.3px, 7.4513888889vw);
  transition: transform 0.25s ease-in-out;
  will-change: transform;
}
.header * {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 4.6271186441vw 6.9491525424vw 0 6.186440678vw;
    justify-content: space-between;
  }
}
.header-container {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .header-container {
    justify-content: space-between;
  }
}
.header-container .nav-menu {
  display: flex;
  margin-left: min(48px, 3.3333333333vw);
}
@media only screen and (max-width: 768px) {
  .header-container .nav-menu {
    display: none;
    gap: 1.6949152542vw;
  }
}
.header-container .nav-menu > li {
  border-left: 1px solid #fff;
}
.header-container .nav-menu > li:last-child {
  border-right: 1px solid #fff;
}
.header-container .nav-menu > li.navigation-menu-tour {
  position: relative;
}
.header-container .nav-menu > li.navigation-menu-tour .nav-menu-link {
  width: 5em;
}
.header-container .nav-menu > li.navigation-menu-tour .nav-menu-tour-arrow {
  position: absolute;
  right: 0.3em;
  top: min(4px, 0.2777777778vw);
  width: min(12px, 0.8333333333vw);
  height: min(5px, 0.3472222222vw);
  background-image: url(../images/common/down-arrow-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  transform: translateY(80%);
}
.header-container .nav-menu > li.navigation-menu-tour .nav-menu-tour-arrow.active {
  transform: translateY(50%) rotate(180deg);
}
.header-container .nav-menu > li.navigation-menu-tour .nav-menu-tour-content {
  display: none;
}
.header-container .nav-menu > li.navigation-menu-tour .nav-menu-tour-content.active {
  display: block;
}
.header-container .nav-menu > li.navigation-menu-tour .nav-menu-tour-content-list {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.header-container .nav-menu-link {
  padding-inline: 0.45em;
  font-size: min(16px, 1.1111111111vw);
  font-weight: 400;
}
.header-container .information {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .header-container .information {
    display: none;
  }
}
.header-container .information-list {
  display: flex;
  justify-content: end;
}
.header-container .information-list--top {
  font-size: min(20px, 1.3888888889vw);
  font-weight: 400;
}
.header-container .information-list--bottom {
  gap: 0.1em;
  margin-top: min(13px, 0.9027777778vw);
  margin-right: min(18px, 1.25vw);
  font-size: min(16px, 1.1111111111vw);
}
.header-container .information-list--bottom dt {
  font-weight: 500;
}
.header-container .information-list--bottom dd {
  font-weight: 400;
}
.header-container .language-select {
  margin-top: min(10px, 0.6944444444vw);
}
.header-container .language-select .gtranslate_wrapper {
  text-align: center;
}
.header-container .language-select .gtranslate_wrapper a:first-child::after {
  content: "/";
  padding: 0 5px;
}
.header-container .language-select .gtranslate_wrapper a {
  text-align: center;
  display: inline;
}
.header-container .mobile-menu-toggle {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header-container .mobile-menu-toggle {
    display: block;
    width: 9.6610169492vw;
    height: 4.2372881356vw;
    cursor: pointer;
    position: relative;
    z-index: 100000;
  }
  .header-container .mobile-menu-toggle.active {
    height: 9.6610169492vw;
  }
  .header-container .mobile-menu-toggle.active .hamburger {
    width: 80.701754386%;
  }
  .header-container .mobile-menu-toggle.active .hamburger:first-child {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
  }
  .header-container .mobile-menu-toggle.active .hamburger:nth-child(2) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
  }
}
.header-container .hamburger {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
}
.header-container .hamburger:first-child {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-container .hamburger:nth-child(2) {
  top: 100%;
  left: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.header.is-hidden {
  transform: translateY(-100%);
}
.header.is-visible {
  transform: translateY(0);
}

.logo {
  width: min(226px, 15.6944444444vw);
  align-self: start;
}
@media only screen and (max-width: 768px) {
  .logo {
    position: relative;
    z-index: 10;
    width: 33.2203389831vw;
  }
}
.logo .logo-text-1 {
  font-size: min(13px, 0.9027777778vw);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .logo .logo-text-1 {
    font-size: 2.0338983051vw;
  }
}
.logo .logo-text-2 {
  font-size: min(40px, 2.7777777778vw);
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .logo .logo-text-2 {
    font-size: 6.1016949153vw;
  }
}
.logo.logo-front {
  opacity: 0;
}

.drawer-menu {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .drawer-menu {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .drawer-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    color: #fff;
    overflow: auto;
  }
  .drawer-menu::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.74);
  }
  .drawer-menu .fade-up {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.5s ease 0.8s, transform 0.5s ease 0.8s;
    transition-delay: 0.8s;
  }
  .drawer-menu.active {
    opacity: 1;
    z-index: 101;
    pointer-events: auto;
  }
  .drawer-menu.active .fade-up {
    opacity: 1;
    transform: translateY(0);
  }
}
.drawer-menu-header {
  padding: 4.6271186441vw 0 0 6.2711864407vw;
}
.drawer-menu-header .logo-text-1 {
  font-size: min(13px, 0.9027777778vw);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .drawer-menu-header .logo-text-1 {
    font-size: 2.0338983051vw;
  }
}
.drawer-menu-header .logo-text-2 {
  font-size: min(40px, 2.7777777778vw);
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .drawer-menu-header .logo-text-2 {
    font-size: 6.1016949153vw;
  }
}

.drawer-information-table {
  padding-top: 6.7796610169vw;
  margin-left: 6.2711864407vw;
}

.drawer-information-list {
  display: flex;
}
.drawer-information-list--top {
  font-size: 3.8983050847vw;
}
.drawer-information-list--bottom {
  font-size: 2.7118644068vw;
  margin-top: 0.8em;
}

.drawer-nav-menu {
  margin-top: 21.3559322034vw;
  margin-left: 5.9322033898vw;
  display: flex;
  flex-direction: column;
  font-size: 3.3898305085vw;
  width: 5em;
  row-gap: 2.8em;
}

.drawer-nav-menu__item.navigation-menu-language {
  margin-top: 25.4237288136vw;
}
.drawer-nav-menu__item.navigation-menu-tour {
  position: relative;
}
.drawer-nav-menu__item.navigation-menu-tour .drawer-nav-menu-tour-content {
  display: none;
}
.drawer-nav-menu__item.navigation-menu-tour .drawer-nav-menu-tour-content-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.drawer-nav-menu__item.navigation-menu-tour .drawer-nav-menu-tour-content.active {
  display: block;
}
.drawer-nav-menu__item.navigation-menu-tour .drawer-nav-menu-tour-arrow {
  content: "";
  position: absolute;
  right: 0.4em;
  top: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.7em;
  height: 0.5em;
  background-image: url(../images/common/down-arrow-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.drawer-nav-menu__item.navigation-menu-tour .drawer-nav-menu-tour-arrow.active {
  transform: translateY(-50%) rotate(180deg);
}

.drawer-nav-menu-link {
  color: #fff;
  font-size: 3.3898305085vw;
}

.drawer-language-select {
  margin-top: 25.4237288136vw;
  margin-left: 5.7627118644vw;
  display: flex;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
}

.drawer-language-select__item {
  font-size: 5.0847457627vw;
}
.drawer-language-select__item:first-child::after {
  content: "/";
}

.footer {
  padding: 27px 10px 10px;
  border-top: 1px solid #fff;
}
.footer * {
  color: #fff;
}
.footer-tour {
  border-top: 1px solid #4d4d4d;
}
.footer-tour .footer-container .footer-nav li a {
  color: #4d4d4d;
}
.footer-tour .footer-container .footer-small-text {
  color: #4d4d4d;
}

.footer-container {
  display: grid;
  grid-template-rows: repeat(2, auto);
  max-width: 672px;
  margin-inline: auto;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .footer-container {
    width: 85.4237288136vw;
  }
}

.footer-nav {
  display: flex;
  justify-content: space-between;
}

.footer-nav-link {
  font-size: 0.875rem;
}

.footer-small-text {
  text-align: center;
  font-size: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .footer-small-text {
    font-size: 2.0338983051vw;
  }
}

.fixed-button-box {
  position: fixed;
  top: min(239px, 16.5972222222vw);
  right: 0;
  left: auto;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .fixed-button-box {
    top: 43.7288135593vw;
  }
}
.fixed-button-box .cta-button {
  width: min(102px, 7.0833333333vw);
  height: min(88px, 6.1111111111vw);
  font-size: min(12px, 0.8333333333vw);
  line-height: min(23px, 1.5972222222vw);
  font-weight: 700;
  background: linear-gradient(to right, #ea59f8 0%, #f29545 100%);
  transition: all 0.3s ease-in-out;
  color: #fff;
  border-radius: min(8px, 0.5555555556vw) 0 0 min(8px, 0.5555555556vw);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.fixed-button-box .cta-button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .fixed-button-box .cta-button {
    border-radius: 1.3559322034vw 0 0 1.3559322034vw;
    width: 17.2881355932vw;
    height: 14.9152542373vw;
    font-size: 2.0338983051vw;
    line-height: 3.8983050847vw;
  }
}
.fixed-button-box .cta-button__arrow {
  transform: rotate(90deg) translateX(-20%);
}

.dialog {
  position: fixed;
  bottom: min(64px, 4.4444444444vw);
  left: 50%;
  transform: translateX(-50%);
  width: min(1200px, 83.3333333333vw);
  height: min(588px, 40.8333333333vw);
  background-color: rgba(0, 0, 0, 0.79);
  border-radius: min(40px, 2.7777777778vw);
  transition: all 0.8s ease-in-out;
  z-index: -1;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .dialog {
    bottom: 10.8474576271vw;
    width: 93.2203389831vw;
    height: 147.4576271186vw;
    border-radius: 6.7796610169vw;
  }
}
.dialog-content {
  padding-top: min(120px, 8.3333333333vw);
  padding-left: min(170px, 11.8055555556vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .dialog-content {
    padding-top: 22.0338983051vw;
    padding-left: 7.2881355932vw;
    padding-right: 7.2881355932vw;
  }
}
.dialog-content-close-button {
  position: absolute;
  top: min(45px, 3.125vw);
  right: min(45px, 3.125vw);
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: min(37px, 2.5694444444vw);
  height: min(37px, 2.5694444444vw);
}
@media only screen and (max-width: 768px) {
  .dialog-content-close-button {
    top: 8.3050847458vw;
    right: 8.3050847458vw;
    width: 5.4237288136vw;
    height: 5.4237288136vw;
  }
}
.dialog-content-close-button img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.dialog-content-title {
  font-size: min(30px, 2.0833333333vw);
  font-weight: 400;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .dialog-content-title {
    font-size: 3.0508474576vw;
  }
}
.dialog-content-text1 {
  font-size: min(20px, 1.3888888889vw);
  color: #ffffff;
  margin-top: min(50px, 3.4722222222vw);
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .dialog-content-text1 {
    font-size: 3.0508474576vw;
    line-height: 7.4576271186vw;
    margin-top: 4.9152542373vw;
  }
}
.dialog-content-telarea {
  margin-top: min(29px, 2.0138888889vw);
  display: flex;
  align-items: center;
  justify-content: left;
}
@media only screen and (max-width: 768px) {
  .dialog-content-telarea {
    margin-top: 4.9152542373vw;
    flex-direction: column;
    gap: 3.3898305085vw;
    align-items: flex-start;
  }
}
.dialog-content-telarea a {
  color: #ffffff;
  font-size: min(20px, 1.3888888889vw);
  width: min(260px, 18.0555555556vw);
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .dialog-content-telarea a {
    width: 100%;
    font-size: 3.0508474576vw;
  }
}
.dialog-content-telarea span {
  color: #ffffff;
  font-size: min(16px, 1.1111111111vw);
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .dialog-content-telarea span {
    font-size: 3.0508474576vw;
    text-align: left;
  }
}
.dialog-content-button-area {
  display: flex;
  margin-top: min(48px, 3.3333333333vw);
  gap: min(52px, 3.6111111111vw);
}
@media only screen and (max-width: 768px) {
  .dialog-content-button-area {
    gap: 3.3898305085vw;
    flex-direction: column;
    align-items: center;
    margin-top: 10.1694915254vw;
  }
}
.dialog-content-button-area-button {
  display: flex;
  gap: min(10px, 0.6944444444vw);
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: min(256px, 17.7777777778vw);
  height: min(46px, 3.1944444444vw);
  border-radius: min(12px, 0.8333333333vw);
}
@media only screen and (max-width: 768px) {
  .dialog-content-button-area-button {
    width: 67.2881355932vw;
    height: 9.6610169492vw;
    border-radius: 2.0338983051vw;
    gap: 1.6949152542vw;
  }
}
.dialog-content-button-area-button img {
  width: min(24px, 1.6666666667vw);
  height: auto;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 768px) {
  .dialog-content-button-area-button img {
    width: 4.0677966102vw;
    height: auto;
    object-fit: cover;
    display: block;
  }
}
.dialog-content-button-area-button span {
  font-size: min(16px, 1.1111111111vw);
  line-height: min(16px, 1.1111111111vw);
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
@media only screen and (max-width: 768px) {
  .dialog-content-button-area-button span {
    font-size: 3.0508474576vw;
  }
}
.dialog-content-button-area-button.line {
  background-color: #478b25;
  border: 1px solid #478b25;
  color: #ffffff;
}
.dialog-content-button-area-button.apps {
  background-color: #ffffff;
  border: 1px solid #1a1a1a;
}
.dialog-content-text2 {
  font-size: min(20px, 1.3888888889vw);
  line-height: min(44px, 3.0555555556vw);
  color: #ffffff;
  margin-top: min(50px, 3.4722222222vw);
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .dialog-content-text2 {
    font-size: 3.0508474576vw;
    line-height: 7.4576271186vw;
    margin-top: 10.1694915254vw;
  }
}
.dialog.active {
  z-index: 101;
  opacity: 1;
}

.visible-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .visible-sp {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .hidden-sp {
    display: none;
  }
}

.heading-text {
  font-weight: normal;
}

.cta-button {
  background-color: #f1f1f1;
  color: #333333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  width: min(320px, 22.2222222222vw);
  height: min(66px, 4.5833333333vw);
  text-align: center;
  text-decoration: none;
  font-size: min(20px, 1.3888888889vw);
  font-family: yu-gothic-pr6n, sans-serif;
  border-radius: 16.35px;
}
@media only screen and (max-width: 768px) {
  .cta-button {
    width: 54.2372881356vw;
    height: 11.186440678vw;
    font-size: 3.7288135593vw;
    border-radius: 2.7711864407vw;
  }
}
.cta-button__arrow {
  width: 1em;
}

.top .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.top .hero-movie {
  width: 100%;
  aspect-ratio: 1440/809;
}
@media only screen and (max-width: 768px) {
  .top .hero-movie {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 590/992;
  }
}
.top .hero-movie--sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top .hero-movie--sp {
    display: block;
  }
}
.top .hero-movie--pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .top .hero-movie--pc {
    display: none;
  }
}
.top .hero-bottom-content {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.top .hero-text-box {
  display: contents;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .top .hero-text-box {
    display: flex;
    flex-direction: column;
  }
}
.top .hero-button-box {
  margin-right: min(138px, 9.5833333333vw);
  margin-left: auto;
  margin-bottom: 4px;
  pointer-events: auto;
}
@media only screen and (max-width: 768px) {
  .top .hero-button-box {
    margin-bottom: 6.6101694915vw;
    margin-right: 4.406779661vw;
  }
}
@media only screen and (max-width: 768px) {
  .top .hero-button {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.top .hero .logo-front-container {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.top .about {
  padding-top: min(126px, 8.75vw);
  padding-bottom: min(96px, 6.6666666667vw);
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .top .about {
    padding-top: 14.406779661vw;
    padding-bottom: 16.9491525424vw;
  }
}
.top .about-container {
  width: min(1200px, 83.3333333333vw);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top .about-container {
    flex-direction: column;
    width: 98.3050847458vw;
  }
}
.top .about-text-box {
  display: flex;
  flex-direction: column;
  row-gap: 8.2754054949%;
  margin-top: min(13px, 0.9027777778vw);
}
@media only screen and (max-width: 768px) {
  .top .about-text-box {
    display: contents;
  }
}
@media only screen and (max-width: 768px) {
  .top .about-text-head {
    grid-row: 1/2;
    margin-left: 1.6949152542vw;
  }
}
.top .about-title {
  font-size: min(27px, 1.875vw);
  line-height: min(54px, 3.75vw);
  color: #4d4d4d;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}
@media only screen and (max-width: 768px) {
  .top .about-title {
    font-size: 4.2372881356vw;
    line-height: 6.7796610169vw;
    padding-left: 5.9322033898vw;
  }
}
.top .about-sub-title {
  font-size: min(16px, 1.1111111111vw);
  font-weight: 700;
  font-family: yu-gothic-pr6n, sans-serif;
  color: #4d4d4d;
  line-height: min(37px, 2.5694444444vw);
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .top .about-sub-title {
    font-size: 3.0508474576vw;
    padding-left: 5.9322033898vw;
    margin-top: 2.5423728814vw;
  }
}
.top .about-text-body {
  display: flex;
  flex-direction: column;
  row-gap: 2.5em;
  margin-top: min(37px, 2.5694444444vw);
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .top .about-text-body {
    display: none;
    grid-row: 3/4;
    margin-top: 7.1186440678vw;
    margin-left: 1.6949152542vw;
    padding-right: 1.6949152542vw;
    row-gap: 3em;
    font-size: 3.0508474576vw;
  }
}
.top .about-text {
  font-size: min(15px, 1.0416666667vw);
  line-height: min(39px, 2.7083333333vw);
  font-weight: 500;
  font-family: yu-gothic-pr6n, sans-serif;
  color: #4d4d4d;
}
@media only screen and (max-width: 768px) {
  .top .about-text {
    line-height: 8.4745762712vw;
    font-size: 3.0508474576vw;
    margin-top: 9.3220338983vw;
  }
}
.top .about-text-body--sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top .about-text-body--sp {
    display: block;
    padding-left: 5.4237288136vw;
  }
}
.top .about-slider-wrapper {
  width: min(650px, 45.1388888889vw);
}
@media only screen and (max-width: 768px) {
  .top .about-slider-wrapper {
    grid-row: 2/3;
    font-size: 2.7118644068vw;
  }
}
.top .about-slider-wrapper .course-area-slider-inner {
  width: min(650px, 45.1388888889vw);
  aspect-ratio: 635/474;
  position: relative;
  transition: all 0.8s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .top .about-slider-wrapper .course-area-slider-inner {
    width: 85.593220339vw;
    height: 64.0677966102vw;
    margin-top: 9.1525423729vw;
  }
}
.top .about-slider-wrapper .course-area-slider-inner-item {
  position: absolute;
  overflow: hidden;
  border-radius: min(30px, 2.0833333333vw);
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1.2s ease-in-out;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.75);
}
.top .about-slider-wrapper .course-area-slider-inner-item.pre {
  -webkit-transform: translateX(calc(-100% - 30px)) scale(0.8);
  transform: translateX(calc(-100% - 30px)) scale(0.8);
  opacity: 0;
}
.top .about-slider-wrapper .course-area-slider-inner-item.pre2 {
  -webkit-transform: translateX(calc(-200% - 30px)) scale(0.8);
  transform: translateX(calc(-200% - 30px)) scale(0.8);
  opacity: 0;
}
.top .about-slider-wrapper .course-area-slider-inner-item.now {
  left: 0;
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
}
.top .about-slider-wrapper .course-area-slider-inner-item.next {
  right: 0;
  -webkit-transform: translateX(calc(90% + 30px)) scale(0.8);
  transform: translateX(calc(90% + 30px)) scale(0.8);
}
@media only screen and (max-width: 768px) {
  .top .about-slider-wrapper .course-area-slider-inner-item.next {
    -webkit-transform: translateX(calc(90% + 30px)) scale(0.8);
    transform: translateX(calc(90% + 30px)) scale(0.8);
  }
}
.top .about-slider-wrapper .course-area-slider-inner-item.next2 {
  right: 0;
  -webkit-transform: translateX(calc(250% + 30px)) scale(0.8);
  transform: translateX(calc(250% + 30px)) scale(0.8);
}
@media only screen and (max-width: 768px) {
  .top .about-slider-wrapper .course-area-slider-inner-item.next2 {
    -webkit-transform: translateX(calc(250% + 30px)) scale(0.8);
    transform: translateX(calc(250% + 30px)) scale(0.8);
  }
}
.top .about-slider-wrapper .course-area-slider-inner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .top .about-slider-wrapper .course-area-slider-inner-item {
    border-radius: 5.0847457627vw;
    overflow: hidden;
  }
}
.top .about-slider-wrapper .course-area-slider-pagination {
  width: min(958px, 66.5277777778vw);
  margin: auto;
  margin-top: min(35px, 2.4305555556vw);
  margin-left: min(30px, 2.0833333333vw);
  display: flex;
  gap: min(20px, 1.3888888889vw);
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .top .about-slider-wrapper .course-area-slider-pagination {
    gap: 4.2372881356vw;
    width: 81.8644067797vw;
    margin: auto;
    margin-top: 2.5423728814vw;
    margin-left: 5.0847457627vw;
    font-size: 2.7118644068vw;
  }
}
.top .about-slider-wrapper .course-area-slider-pagination-buttons {
  display: flex;
  gap: min(6px, 0.4166666667vw);
}
@media only screen and (max-width: 768px) {
  .top .about-slider-wrapper .course-area-slider-pagination-buttons {
    gap: 1.0169491525vw;
  }
}
.top .about-slider-wrapper .course-area-slider-pagination-buttons button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: min(30px, 2.0833333333vw);
  display: block;
}
@media only screen and (max-width: 768px) {
  .top .about-slider-wrapper .course-area-slider-pagination-buttons button {
    width: 5.4237288136vw;
  }
}
.top .about-slider-wrapper .course-area-slider-pagination-buttons button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.top .about-slider-wrapper .course-area-slider-pagination-buttons button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top .about-slider-wrapper .course-area-slider-pagination-index {
  display: flex;
  gap: min(10px, 0.6944444444vw);
  align-items: center;
  font-size: min(12px, 0.8333333333vw);
  line-height: min(30px, 2.0833333333vw);
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .top .about-slider-wrapper .course-area-slider-pagination-index {
    gap: 1.6949152542vw;
    font-size: 2.5423728814vw;
    line-height: 4.0677966102vw;
    font-size: 2.7118644068vw;
  }
}
.top .tour {
  padding-top: min(85px, 5.9027777778vw);
  padding-bottom: min(158px, 10.9722222222vw);
}
@media only screen and (max-width: 768px) {
  .top .tour {
    padding-top: 11.5084745763vw;
    padding-bottom: 21.3559322034vw;
  }
}
.top .tour-container.content {
  row-gap: min(52px, 3.6111111111vw);
}
@media only screen and (max-width: 768px) {
  .top .tour-container.content {
    width: 91.5254237288%;
  }
}
.top .tour-head {
  color: #fff;
  margin-left: min(84px, 5.8333333333vw);
  margin-right: min(84px, 5.8333333333vw);
}
@media only screen and (max-width: 768px) {
  .top .tour-head {
    margin-left: 1.1525423729vw;
    margin-right: 0.6779661017vw;
  }
}
.top .tour-sub-title {
  font-size: min(30px, 2.0833333333vw);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .top .tour-sub-title {
    font-size: 4.406779661vw;
  }
}
.top .tour-title {
  font-size: min(20px, 1.3888888889vw);
  position: relative;
  font-weight: 700;
  margin-top: min(7px, 0.4861111111vw);
}
@media only screen and (max-width: 768px) {
  .top .tour-title {
    font-size: 3.3898305085vw;
  }
}
.top .tour-title::after {
  content: "";
  position: absolute;
  bottom: 8.5px;
  right: 0;
  height: 1px;
  width: calc(100% - 4em);
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .top .tour-title::after {
    width: calc(100% - 3.5em);
  }
}
.top .tour-contents-area {
  border-radius: min(39.56px, 2.7472222222vw);
  background-color: #fff;
  margin-top: min(56px, 3.8888888889vw);
  padding-top: min(72.5px, 5.0347222222vw);
  padding-bottom: min(137px, 9.5138888889vw);
  width: min(1300px, 90.2777777778vw);
}
@media only screen and (max-width: 768px) {
  .top .tour-contents-area {
    border-radius: 6.7050847458vw;
    margin-top: 10.7118644068vw;
    padding-top: 6.4406779661vw;
    padding-bottom: 21.3559322034vw;
    padding-inline: 3.0508474576vw;
  }
}
.top .tour-contents-title {
  text-align: center;
  font-size: min(30px, 2.0833333333vw);
  line-height: min(50px, 3.4722222222vw);
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 700;
  color: #4d4d4d;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .top .tour-contents-title {
    line-height: 1.6071428571;
    font-size: 4.7457627119vw;
  }
}
.top .tour-contents-list {
  margin-top: min(125px, 8.6805555556vw);
  display: flex;
  row-gap: min(127px, 8.8194444444vw);
  column-gap: min(18px, 1.25vw);
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .top .tour-contents-list {
    margin-top: 5.9322033898vw;
    row-gap: 14.7457627119vw;
  }
}
.top .tour-contents-head {
  font-size: min(26px, 1.8055555556vw);
  line-height: 1.9;
  margin-left: min(19px, 1.3194444444vw);
  font-family: "k-font", sans-serif;
}
@media only screen and (max-width: 768px) {
  .top .tour-contents-head {
    margin-left: 0.5084745763vw;
    line-height: 2.4;
    font-size: 3.2203389831vw;
  }
}
.top .tour-contents-head__under-line {
  position: relative;
  z-index: 1;
}
.top .tour-contents-head__under-line::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 101.7543859649%;
  height: 43.3333333333%;
  background-color: #ffe752;
}
.top .tour-contents-body {
  margin-top: min(16px, 1.1111111111vw);
  position: relative;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .top .tour-contents-body {
    margin-top: 3.2203389831vw;
    position: static;
    flex-direction: column;
  }
}
.top .tour-contents-photo {
  border-radius: min(51.317px, 3.5636805556vw);
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
  aspect-ratio: 600/337;
  width: min(600px, 41.6666666667vw);
}
@media only screen and (max-width: 768px) {
  .top .tour-contents-photo {
    aspect-ratio: 503/283;
    border-radius: 8.6977966102vw;
    width: 100%;
  }
}
.top .tour-contents-photo img {
  border-radius: min(51.317px, 3.5636805556vw);
}
@media only screen and (max-width: 768px) {
  .top .tour-contents-photo img {
    border-radius: 8.6977966102vw;
  }
}
.top .tour-contents-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(600px, 41.6666666667vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: min(51.28px, 3.5611111111vw);
  padding-top: min(15px, 1.0416666667vw);
  padding-bottom: min(15px, 1.0416666667vw);
  padding-right: min(32px, 2.2222222222vw);
  padding-left: min(36px, 2.5vw);
  transition: background-color 0.3s ease;
}
.top .tour-contents-description:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .top .tour-contents-description {
    position: static;
    flex-direction: column;
    background-color: transparent;
    margin-top: 4.9152542373vw;
    row-gap: 6.2711864407vw;
    padding: 0;
    width: 100%;
  }
}
.top .tour-contents-description__text {
  color: #fff;
  font-weight: 700;
  font-size: min(15px, 1.0416666667vw);
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .top .tour-contents-description__text {
    color: #333333;
    margin-left: 5.593220339vw;
    font-size: 3.3898305085vw;
  }
}
.top .tour-contents-description-button-wrap {
  transition: all 0.3s ease;
  overflow: hidden;
}
.top .tour-contents-description-button-wrap:hover {
  transform: scale(1.05);
}
.top .tour-contents-description-button-wrap {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .top .tour-contents-description-button-wrap {
    margin-block: 0;
    text-align: center;
  }
}
.top .tour-contents-description-button-wrap .cta-button {
  width: min(174px, 12.0833333333vw);
  height: min(34px, 2.3611111111vw);
  font-size: min(12px, 0.8333333333vw);
}
@media only screen and (max-width: 768px) {
  .top .tour-contents-description-button-wrap .cta-button {
    width: 54.2372881356vw;
    height: 8.9830508475vw;
    font-size: 3.0508474576vw;
  }
}
@media only screen and (max-width: 768px) {
  .top .tour-content-description-button {
    background-color: #333;
    color: #fff;
    font-size: 1.125rem;
    height: 53px;
    border-radius: 16.35px;
  }
}
.top .sns {
  background-color: #f1f1f1;
  padding-top: min(154px, 10.6944444444vw);
  padding-bottom: min(56px, 3.8888888889vw);
}
@media only screen and (max-width: 768px) {
  .top .sns {
    padding-top: 8.4745762712vw;
    padding-bottom: 23.7288135593vw;
  }
}
.top .sns-container {
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .top .sns-container.content {
    width: 91.5254237288%;
  }
}
.top .sns-title {
  font-size: min(30px, 2.0833333333vw);
  margin-left: min(35px, 2.4305555556vw);
  margin-right: min(33px, 2.2916666667vw);
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #4d4d4d;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .top .sns-title {
    margin-left: 1.6949152542vw;
    font-size: 4.406779661vw;
    margin-right: 0;
  }
}
.top .sns-title::after {
  content: "";
  position: absolute;
  bottom: 13.5px;
  right: 0;
  height: 1px;
  width: calc(100% - 2.6em);
  background-color: #333;
}
@media only screen and (max-width: 768px) {
  .top .sns-title::after {
    width: calc(100% - 2.8em);
  }
}
.top .sns-wrapper {
  width: 88.6666666667%;
  margin-inline: auto;
  margin-top: min(69px, 4.7916666667vw);
}
@media only screen and (max-width: 768px) {
  .top .sns-wrapper {
    width: 96.6666666667%;
    margin-top: 9.3220338983vw;
  }
}
.top .sns-heading {
  font-size: 1.25rem;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
}
.top .sns-link-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-column-gap: 4.1823308271%;
  -moz-column-gap: 4.1823308271%;
  column-gap: 4.1823308271%;
}
.top .sns-link {
  width: 30.545112782%;
}
.top .sns-link img {
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
}
.top .sns-site-link-wrap {
  text-align: center;
}
.top .sns-site-link {
  margin-inline: auto;
}
.top .sns-instagram-link-area {
  margin-top: min(30px, 2.0833333333vw);
  row-gap: min(55px, 3.8194444444vw);
}
@media only screen and (max-width: 768px) {
  .top .sns-instagram-link-area {
    margin-top: 10.5084745763vw;
    -webkit-column-gap: 4.214559387%;
    -moz-column-gap: 4.214559387%;
    column-gap: 4.214559387%;
    row-gap: 5.593220339vw;
  }
}
.top .sns-instagram-link {
  border-radius: min(26.9px, 1.8680555556vw);
}
@media only screen and (max-width: 768px) {
  .top .sns-instagram-link {
    width: 47.8927203065%;
    border-radius: 4.5593220339vw;
  }
}
.top .sns-instagram-link img {
  border-radius: min(26.9px, 1.8680555556vw);
}
@media only screen and (max-width: 768px) {
  .top .sns-instagram-link img {
    border-radius: 4.5593220339vw;
  }
}
.top .sns-instagram-site-link-wrap {
  margin-top: min(80px, 5.5555555556vw);
}
@media only screen and (max-width: 768px) {
  .top .sns-instagram-site-link-wrap {
    margin-top: 11.186440678vw;
  }
}
.top .sns-instagram-site-link {
  width: 63px;
}
.top .sns-tiktok {
  margin-top: min(105px, 7.2916666667vw);
}
@media only screen and (max-width: 768px) {
  .top .sns-tiktok {
    margin-top: 13.5593220339vw;
  }
}
.top .sns-tiktok-link-area {
  margin-top: min(28px, 1.9444444444vw);
}
@media only screen and (max-width: 768px) {
  .top .sns-tiktok-link-area {
    margin-top: 9.8305084746vw;
    flex-direction: column;
    align-items: center;
    row-gap: 9.0677966102vw;
    padding-inline: 4.9152542373vw;
  }
}
.top .sns-tiktok-link {
  border-radius: min(38.2px, 2.6527777778vw);
}
@media only screen and (max-width: 768px) {
  .top .sns-tiktok-link {
    width: 96.6666666667%;
    border-radius: 6.4745762712vw;
  }
}
.top .sns-tiktok-link img {
  border-radius: min(38.2px, 2.6527777778vw);
}
@media only screen and (max-width: 768px) {
  .top .sns-tiktok-link img {
    border-radius: 6.4745762712vw;
  }
}
.top .sns-tiktok-site-link-wrap {
  margin-top: min(47px, 3.2638888889vw);
}
@media only screen and (max-width: 768px) {
  .top .sns-tiktok-site-link-wrap {
    margin-top: 13.5593220339vw;
  }
}
.top .sns-tiktok-site-link {
  width: 62.7px;
}
.top .staff {
  padding-top: min(49px, 3.4027777778vw);
  padding-bottom: min(190px, 13.1944444444vw);
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .top .staff {
    padding-top: 10.1694915254vw;
    padding-bottom: 22.5423728814vw;
  }
}
@media only screen and (max-width: 768px) {
  .top .staff-container.content {
    width: 91.5254237288%;
  }
}
.top .staff-title {
  font-size: min(18px, 1.25vw);
  margin-left: min(23px, 1.5972222222vw);
}
@media only screen and (max-width: 768px) {
  .top .staff-title {
    margin-left: 1.3559322034vw;
    font-size: 2.7118644068vw;
  }
}
.top .staff-sub-title {
  font-size: min(30px, 2.0833333333vw);
  margin-top: min(1px, 0.0694444444vw);
  margin-left: min(20px, 1.3888888889vw);
  margin-right: min(24px, 1.6666666667vw);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .top .staff-sub-title {
    margin-left: 0.6779661017vw;
    margin-right: 0.8474576271vw;
    font-size: 3.7288135593vw;
  }
}
.top .staff-title {
  font-size: min(20px, 1.3888888889vw);
  position: relative;
  font-weight: 700;
  margin-top: min(7px, 0.4861111111vw);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top .staff-title {
    font-size: 3.3898305085vw;
  }
}
.top .staff-title::after {
  content: "";
  position: absolute;
  bottom: 11.5px;
  right: 0;
  height: 1px;
  width: calc(100% - 6em);
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .top .staff-title::after {
    width: calc(100% - 4.5em);
  }
}
.top .staff-profile-area {
  margin-top: min(70px, 4.8611111111vw);
  padding-left: min(24px, 1.6666666667vw);
  padding-right: min(20px, 1.3888888889vw);
}
@media only screen and (max-width: 768px) {
  .top .staff-profile-area {
    margin-top: 10.1694915254vw;
    padding-inline: 3.4745762712vw;
  }
}
.top .staff-profile {
  display: grid;
  grid-template-columns: 350fr 759fr;
  -webkit-column-gap: 2.9746281715%;
  -moz-column-gap: 2.9746281715%;
  column-gap: 2.9746281715%;
}
@media only screen and (max-width: 768px) {
  .top .staff-profile {
    grid-template-columns: auto;
    grid-template-rows: repeat(2, auto);
    row-gap: 10.8474576271vw;
  }
}
.top .staff-profile__photo {
  border-radius: min(35px, 2.4305555556vw);
}
@media only screen and (max-width: 768px) {
  .top .staff-profile__photo {
    border-radius: 5.9322033898vw;
  }
}
.top .staff-profile__photo img {
  border-radius: min(35px, 2.4305555556vw);
}
@media only screen and (max-width: 768px) {
  .top .staff-profile__photo img {
    border-radius: 5.9322033898vw;
  }
}
.top .staff-profile-table {
  font-size: min(16px, 1.1111111111vw);
  line-height: 2.8;
}
@media only screen and (max-width: 768px) {
  .top .staff-profile-table {
    margin-left: 4.2372881356vw;
    margin-right: 2.3728813559vw;
    line-height: 1.9;
    display: flex;
    flex-direction: column;
    row-gap: 4.0677966102vw;
    font-size: 3.2203389831vw;
  }
}
.top .staff-profile-list {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .top .staff-profile-list {
    flex-direction: column;
  }
}
.top .staff-profile-head {
  width: 6em;
}
@media only screen and (max-width: 768px) {
  .top .staff-profile-head {
    width: 100%;
  }
}
.top .staff-profile-body {
  width: calc(100% - 6em);
}
@media only screen and (max-width: 768px) {
  .top .staff-profile-body {
    width: 100%;
  }
}
.top .staff-wrapper {
  background-image: url(../images/common/top_footer_bk.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  overflow-x: hidden;
}

.tour .course-area {
  background-color: #f1f1f1;
  border-radius: min(40px, 2.7777777778vw);
  padding-top: min(80px, 5.5555555556vw);
  overflow: hidden;
  margin-top: min(60px, 4.1666666667vw);
}
@media only screen and (max-width: 768px) {
  .tour .course-area {
    padding-top: 10.1694915254vw;
    margin-top: 5.0847457627vw;
  }
}
.tour .course-area-title {
  font-size: min(30px, 2.0833333333vw);
  text-align: center;
  line-height: min(50px, 3.4722222222vw);
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 700;
  color: #4d4d4d;
}
@media only screen and (max-width: 768px) {
  .tour .course-area-title {
    font-size: 4.7457627119vw;
    line-height: 7.6271186441vw;
  }
}
.tour .course-area-content {
  font-size: min(16px, 1.1111111111vw);
  text-align: center;
  line-height: min(44px, 3.0555555556vw);
  margin-top: min(50px, 3.4722222222vw);
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 500;
  color: #4d4d4d;
}
.tour .course-area-content-text-bold {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .tour .course-area-content {
    font-size: 3.0508474576vw;
    line-height: 8.4745762712vw;
    text-align: left;
    padding: 0 4.5762711864vw;
    margin-top: 8.4745762712vw;
  }
}
.tour .course-area-slider-inner {
  width: min(1000px, 69.4444444444vw);
  height: min(540px, 37.5vw);
  margin: auto;
  margin-top: min(48px, 3.3333333333vw);
  position: relative;
  transition: all 0.8s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .tour .course-area-slider-inner {
    width: 85.2542372881vw;
    height: 47.9661016949vw;
    margin-top: 11.5254237288vw;
  }
}
.tour .course-area-slider-inner-item {
  position: absolute;
  overflow: hidden;
  border-radius: min(20px, 1.3888888889vw);
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  transition: all 1.2s ease-in-out;
}
.tour .course-area-slider-inner-item.pre {
  transform: translateX(calc(-100% - 30px));
  z-index: 4;
}
.tour .course-area-slider-inner-item.pre2 {
  transform: translateX(calc(-200% - 30px));
  z-index: 4;
}
.tour .course-area-slider-inner-item.now {
  left: 0;
  transform: translateX(0);
  z-index: 5;
}
.tour .course-area-slider-inner-item.next {
  right: 0;
  transform: translateX(calc(100% + 30px));
  z-index: 6;
}
.tour .course-area-slider-inner-item.next2 {
  transform: translateX(calc(250% + 30px));
  z-index: 4;
}
.tour .course-area-slider-inner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .tour .course-area-slider-inner-item {
    width: 85.2542372881vw;
    height: 47.9661016949vw;
    border-radius: 10.1694915254vw;
    overflow: hidden;
  }
}
.tour .course-area-slider-pagination {
  width: min(1000px, 69.4444444444vw);
  margin: auto;
  margin-top: min(20px, 1.3888888889vw);
  display: flex;
  gap: min(30px, 2.0833333333vw);
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .tour .course-area-slider-pagination {
    gap: 1.6949152542vw;
    width: 81.8644067797vw;
    margin: auto;
    margin-top: 3.3898305085vw;
  }
}
.tour .course-area-slider-pagination-buttons {
  display: flex;
  gap: min(6px, 0.4166666667vw);
}
@media only screen and (max-width: 768px) {
  .tour .course-area-slider-pagination-buttons {
    gap: 1.0169491525vw;
  }
}
.tour .course-area-slider-pagination-buttons button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: min(40px, 2.7777777778vw);
  display: block;
}
@media only screen and (max-width: 768px) {
  .tour .course-area-slider-pagination-buttons button {
    width: 5.4237288136vw;
  }
}
.tour .course-area-slider-pagination-buttons button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.tour .course-area-slider-pagination-buttons button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tour .course-area-slider-pagination-index {
  display: flex;
  gap: min(10px, 0.6944444444vw);
  align-items: center;
  font-size: min(17px, 1.1805555556vw);
  line-height: min(30px, 2.0833333333vw);
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .tour .course-area-slider-pagination-index {
    gap: 1.6949152542vw;
    font-size: 2.5423728814vw;
    line-height: 4.0677966102vw;
  }
}
.tour .course-area-content1 {
  width: min(850px, 59.0277777778vw);
  margin: auto;
  margin-top: min(100px, 6.9444444444vw);
}
.tour .course-area-content1.content2 {
  margin-top: min(0px, 0vw);
}
@media only screen and (max-width: 768px) {
  .tour .course-area-content1 {
    width: 85.2542372881vw;
    margin-top: 13.5593220339vw;
  }
}
.tour .course-area-content1-title {
  border-left: 6px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  padding-left: min(14px, 0.9722222222vw);
  padding-top: min(8px, 0.5555555556vw);
  padding-bottom: min(10px, 0.6944444444vw);
}
@media only screen and (max-width: 768px) {
  .tour .course-area-content1-title {
    padding-left: 2.3728813559vw;
    padding-top: 1.3559322034vw;
    padding-bottom: 1.6949152542vw;
  }
}
.tour .course-area-content1-title-text1 {
  font-size: min(20px, 1.3888888889vw);
  font-family: "Josefin Sans", sans-serif;
  color: #4d4d4d;
}
@media only screen and (max-width: 768px) {
  .tour .course-area-content1-title-text1 {
    font-size: 3.3898305085vw;
  }
}
.tour .course-area-content1-title-text2 {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 700;
  font-size: min(26px, 1.8055555556vw);
  margin-top: min(4px, 0.2777777778vw);
  color: #4d4d4d;
}
@media only screen and (max-width: 768px) {
  .tour .course-area-content1-title-text2 {
    font-size: 4.406779661vw;
    margin-top: 0.6779661017vw;
  }
}
.tour .course-area-content1-content {
  font-size: min(16px, 1.1111111111vw);
  line-height: min(44px, 3.0555555556vw);
  padding-top: min(74px, 5.1388888889vw);
  padding-bottom: min(160px, 11.1111111111vw);
  text-align: center;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 500;
  color: #1a1a1a;
}
@media only screen and (max-width: 768px) {
  .tour .course-area-content1-content {
    font-size: 3.0508474576vw;
    line-height: 8.4745762712vw;
    padding-top: 14.406779661vw;
    padding-bottom: 18.6440677966vw;
  }
}
.tour .course-area-content1-content2 {
  font-size: min(16px, 1.1111111111vw);
  line-height: min(44px, 3.0555555556vw);
  padding-top: min(74px, 5.1388888889vw);
  padding-bottom: min(60px, 4.1666666667vw);
  text-align: center;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 500;
  color: #1a1a1a;
}
@media only screen and (max-width: 768px) {
  .tour .course-area-content1-content2 {
    font-size: 3.0508474576vw;
    line-height: 8.4745762712vw;
    padding-top: 12.5423728814vw;
    padding-bottom: 4.406779661vw;
  }
}
.tour .course-area-content1-content3 {
  font-size: min(16px, 1.1111111111vw);
  line-height: min(44px, 3.0555555556vw);
  padding-top: min(38px, 2.6388888889vw);
  padding-bottom: min(50px, 3.4722222222vw);
  text-align: center;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 500;
  color: #1a1a1a;
}
@media only screen and (max-width: 768px) {
  .tour .course-area-content1-content3 {
    font-size: 3.0508474576vw;
    line-height: 8.4745762712vw;
    padding-top: 14.5762711864vw;
    padding-bottom: 27.1186440678vw;
  }
}
.tour .course-area-content1-content2-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1a1a1a;
}
@media only screen and (max-width: 768px) {
  .tour .course-area-content1-content2-contact {
    flex-direction: column-reverse;
  }
}
.tour .course-area-content1-content2-contact-buttons {
  gap: min(46px, 3.1944444444vw);
  display: flex;
  margin-top: min(20px, 1.3888888889vw);
}
@media only screen and (max-width: 768px) {
  .tour .course-area-content1-content2-contact-buttons {
    flex-direction: column;
  }
}
.tour .course-area-content1-content2-contact-button {
  display: flex;
  gap: min(10px, 0.6944444444vw);
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: min(256px, 17.7777777778vw);
  height: min(46px, 3.1944444444vw);
  border-radius: min(12px, 0.8333333333vw);
}
@media only screen and (max-width: 768px) {
  .tour .course-area-content1-content2-contact-button {
    width: 67.2881355932vw;
    height: 9.6610169492vw;
    border-radius: 2.0338983051vw;
    gap: 1.6949152542vw;
  }
}
.tour .course-area-content1-content2-contact-button img {
  width: min(24px, 1.6666666667vw);
  height: auto;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 768px) {
  .tour .course-area-content1-content2-contact-button img {
    width: 4.0677966102vw;
    height: auto;
    object-fit: cover;
    display: block;
  }
}
.tour .course-area-content1-content2-contact-button span {
  font-size: min(16px, 1.1111111111vw);
  line-height: min(16px, 1.1111111111vw);
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
@media only screen and (max-width: 768px) {
  .tour .course-area-content1-content2-contact-button span {
    font-size: 3.0508474576vw;
  }
}
.tour .course-area-content1-content2-contact-button.line {
  background-color: #478b25;
  border: 1px solid #478b25;
}
.tour .course-area-content1-content2-contact-button.line span {
  color: #ffffff;
}
.tour .course-area-content1-content2-contact-button.apps {
  background-color: #ffffff;
  border: 1px solid #1a1a1a;
}
.tour .course-area-content1-content2-contact-button.apps span {
  color: #333333;
}
.tour .course-area-content1-content2-contact-tel {
  font-size: min(16px, 1.1111111111vw);
  line-height: min(44px, 3.0555555556vw);
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: min(30px, 2.0833333333vw);
  color: #1a1a1a;
}
@media only screen and (max-width: 768px) {
  .tour .course-area-content1-content2-contact-tel {
    font-size: 3.0508474576vw;
    line-height: 7.4576271186vw;
    margin-top: 0vw;
  }
}
.tour .tab-area {
  margin-top: min(65px, 4.5138888889vw);
}
.tour .tab-area-header-list {
  display: flex;
  gap: min(15px, 1.0416666667vw);
}
@media only screen and (max-width: 768px) {
  .tour .tab-area-header-list {
    gap: 0vw;
  }
}
.tour .tab-area-header-list-item {
  font-size: min(18px, 1.25vw);
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: min(25px, 1.7361111111vw) 0;
  border-radius: min(25px, 1.7361111111vw) min(25px, 1.7361111111vw) 0 0;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .tour .tab-area-header-list-item {
    font-size: 2.3728813559vw;
    padding: 4.2372881356vw 0;
    border-radius: 0;
    width: 100%;
  }
}
.tour .tab-area-header-list-item.item1 {
  background-color: #f1f1f1;
  color: #1a1a1a;
}
@media only screen and (max-width: 768px) {
  .tour .tab-area-header-list-item.item1 {
    border-radius: 2.0338983051vw 0 0 0;
  }
}
.tour .tab-area-header-list-item.item2 {
  background-color: #d3eded;
  color: #1a1a1a;
}
.tour .tab-area-header-list-item.item3 {
  background-color: #ffffff;
  color: #1a1a1a;
}
@media only screen and (max-width: 768px) {
  .tour .tab-area-header-list-item.item3 {
    border-radius: 0 2.0338983051vw 0 0;
  }
}
.tour .tab-area-content {
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .tour .tab-area-content {
    margin-top: -1px;
  }
}
.tour .tab-area-content-item {
  display: none;
  border-radius: 0 0 min(40px, 2.7777777778vw) min(40px, 2.7777777778vw);
  padding: min(100px, 6.9444444444vw) min(75px, 5.2083333333vw);
  padding-top: min(60px, 4.1666666667vw);
}
@media only screen and (max-width: 768px) {
  .tour .tab-area-content-item {
    padding: 11.8644067797vw 4.0677966102vw;
  }
}
.tour .tab-area-content-item-content-title {
  font-size: min(18px, 1.25vw);
  line-height: min(60px, 4.1666666667vw);
  border-bottom: 1px solid #000;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: min(40px, 2.7777777778vw);
}
@media only screen and (max-width: 768px) {
  .tour .tab-area-content-item-content-title {
    font-size: 3.3898305085vw;
    line-height: 10.1694915254vw;
  }
}
.tour .tab-area-content-item-content-text {
  font-size: min(16px, 1.1111111111vw);
  line-height: min(60px, 4.1666666667vw);
  margin-top: min(58px, 4.0277777778vw);
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .tour .tab-area-content-item-content-text {
    font-size: 3.0508474576vw;
    line-height: 8.4745762712vw;
    margin-top: 6.7796610169vw;
  }
}
.tour .tab-area-content-item-content-faq {
  display: flex;
  flex-direction: column;
  gap: min(20px, 1.3888888889vw);
  transition: all 0.8s ease-in-out;
  margin-top: min(43px, 2.9861111111vw);
}
@media only screen and (max-width: 768px) {
  .tour .tab-area-content-item-content-faq {
    gap: 3.3898305085vw;
    margin-top: 6.7796610169vw;
  }
}
.tour .tab-area-content-item-content-faq-item {
  background-color: #f1f1f1;
  border-radius: min(32px, 2.2222222222vw);
  padding: min(30px, 2.0833333333vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .tour .tab-area-content-item-content-faq-item {
    border-radius: 2.0338983051vw;
    padding: 5.0847457627vw;
  }
}
.tour .tab-area-content-item-content-faq-item-icon {
  position: absolute;
  top: min(32px, 2.2222222222vw);
  right: min(38px, 2.6388888889vw);
  width: min(24px, 1.6666666667vw);
  height: min(24px, 1.6666666667vw);
  font-size: min(24px, 1.6666666667vw);
  cursor: pointer;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .tour .tab-area-content-item-content-faq-item-icon {
    top: 5.4237288136vw;
    right: 6.4406779661vw;
    width: 4.0677966102vw;
    height: 4.0677966102vw;
    font-size: 4.0677966102vw;
  }
}
.tour .tab-area-content-item-content-faq-item-question-text {
  font-size: min(24px, 1.6666666667vw);
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .tour .tab-area-content-item-content-faq-item-question-text {
    font-size: 3.3898305085vw;
  }
}
.tour .tab-area-content-item-content-faq-item-answer {
  transition: max-height 0.3s ease-in-out;
  max-height: min(0px, 0vw);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .tour .tab-area-content-item-content-faq-item-answer {
    max-height: 0vw;
  }
}
.tour .tab-area-content-item-content-faq-item-answer-text {
  font-size: min(24px, 1.6666666667vw);
  padding-top: min(34px, 2.3611111111vw);
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .tour .tab-area-content-item-content-faq-item-answer-text {
    font-size: 3.0508474576vw;
    padding-top: 5.7627118644vw;
  }
}
.tour .tab-area-content-item-content-faq-item-answer.active {
  max-height: min(1000px, 69.4444444444vw);
}
@media only screen and (max-width: 768px) {
  .tour .tab-area-content-item-content-faq-item-answer.active {
    max-height: 169.4915254237vw;
  }
}
.tour .tab-area-content-item.active {
  display: block;
}
.tour .tab-area-content-item.item1 {
  background-color: #f1f1f1;
}
.tour .tab-area-content-item.item2 {
  background-color: #d3eded;
}
.tour .tab-area-content-item.item3 {
  background-color: #ffffff;
}
.tour .contact-area {
  padding-top: min(45px, 3.125vw);
  padding-bottom: min(75px, 5.2083333333vw);
  text-align: center;
  font-size: min(24px, 1.6666666667vw);
  line-height: min(60px, 4.1666666667vw);
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.tour .contact-area .contact-area-text {
  color: #4d4d4d;
}
@media only screen and (max-width: 768px) {
  .tour .contact-area {
    font-size: 3.3898305085vw;
    line-height: 6.1016949153vw;
    padding-top: 8.4745762712vw;
    padding-bottom: 16.9491525424vw;
  }
}
