@charset "UTF-8";
/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* -----------------------
  COMMON
 ------------------------- */
html {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 1020px) {
  html {
    font-size: 17px;
  }
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, iframe, legend, li, nav, ol, p, section, ul, video {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

:focus {
  outline: none;
}

.scroll-prevent {
  overflow: hidden;
}

*, article {
  box-sizing: border-box;
}

.scroll_fadein {
  opacity: 0;
  transform: translate(0, 15%);
  transition: all 1s;
}
.scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll_from_left {
  opacity: 0;
  transform: translate(-15%, 0);
  transition: all 1s;
}
.scroll_from_left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll_from_right {
  opacity: 0;
  transform: translate(15%, 0);
  transition: all 1s;
}
.scroll_from_right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  position: relative;
  margin: auto;
  padding: 50px 20px;
}
@media screen and (min-width: 768px), print {
  .section-inner {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 1020px) {
  .section-inner {
    width: 100%;
    max-width: 1020px;
    padding: 80px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1020px) {
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.alignright {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.alignleft {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.aligncenter {
  text-align: center;
}
.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

@media screen and (min-width: 1300px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px), print {
  .only-sptab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sptab {
    display: block !important;
  }
}
@media screen and (min-width: 1020px) {
  .only-sptab {
    display: none !important;
  }
}

@media screen and (min-width: 1020px) {
  .only-pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .flex > * + * {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .flex {
    display: flex;
    flex-wrap: nowrap;
  }
  .flex .col1 > * {
    width: 90%;
  }
  .flex .col2 > * {
    width: 45%;
  }
  .flex .col3 > * {
    width: 30%;
  }
  .flex .col4 > * {
    width: 22.5%;
  }
  .flex .col5 > * {
    width: 18%;
  }
  .flex .col6 > * {
    width: 15%;
  }
  .flex.column {
    flex-direction: column;
  }
  .flex.reverse {
    flex-direction: row-reverse;
  }
  .flex.flex-wrap {
    flex-wrap: wrap;
  }
  .flex.between {
    justify-content: space-between;
  }
  .flex.center {
    justify-content: center;
  }
  .flex.around {
    justify-content: space-around;
  }
  .flex.top {
    align-items: flex-start;
  }
  .flex.middle {
    align-items: center;
  }
  .flex.bottom {
    align-items: flex-end;
  }
}

.emoji {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji";
}

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

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

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.w0 {
  width: 0% !important;
}

@media screen and (max-width: 767px) {
  .sp-w0 {
    width: 0% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w0 {
    width: 0% !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.w5 {
  width: 5% !important;
}

@media screen and (max-width: 767px) {
  .sp-w5 {
    width: 5% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w5 {
    width: 5% !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.w10 {
  width: 10% !important;
}

@media screen and (max-width: 767px) {
  .sp-w10 {
    width: 10% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w10 {
    width: 10% !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.w15 {
  width: 15% !important;
}

@media screen and (max-width: 767px) {
  .sp-w15 {
    width: 15% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w15 {
    width: 15% !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.w20 {
  width: 20% !important;
}

@media screen and (max-width: 767px) {
  .sp-w20 {
    width: 20% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w20 {
    width: 20% !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.w25 {
  width: 25% !important;
}

@media screen and (max-width: 767px) {
  .sp-w25 {
    width: 25% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w25 {
    width: 25% !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.w30 {
  width: 30% !important;
}

@media screen and (max-width: 767px) {
  .sp-w30 {
    width: 30% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w30 {
    width: 30% !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.w35 {
  width: 35% !important;
}

@media screen and (max-width: 767px) {
  .sp-w35 {
    width: 35% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w35 {
    width: 35% !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.w40 {
  width: 40% !important;
}

@media screen and (max-width: 767px) {
  .sp-w40 {
    width: 40% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w40 {
    width: 40% !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.w45 {
  width: 45% !important;
}

@media screen and (max-width: 767px) {
  .sp-w45 {
    width: 45% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w45 {
    width: 45% !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.w50 {
  width: 50% !important;
}

@media screen and (max-width: 767px) {
  .sp-w50 {
    width: 50% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w50 {
    width: 50% !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.w55 {
  width: 55% !important;
}

@media screen and (max-width: 767px) {
  .sp-w55 {
    width: 55% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w55 {
    width: 55% !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.w60 {
  width: 60% !important;
}

@media screen and (max-width: 767px) {
  .sp-w60 {
    width: 60% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w60 {
    width: 60% !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.w65 {
  width: 65% !important;
}

@media screen and (max-width: 767px) {
  .sp-w65 {
    width: 65% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w65 {
    width: 65% !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.w70 {
  width: 70% !important;
}

@media screen and (max-width: 767px) {
  .sp-w70 {
    width: 70% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w70 {
    width: 70% !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.w75 {
  width: 75% !important;
}

@media screen and (max-width: 767px) {
  .sp-w75 {
    width: 75% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w75 {
    width: 75% !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.w80 {
  width: 80% !important;
}

@media screen and (max-width: 767px) {
  .sp-w80 {
    width: 80% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w80 {
    width: 80% !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.w85 {
  width: 85% !important;
}

@media screen and (max-width: 767px) {
  .sp-w85 {
    width: 85% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w85 {
    width: 85% !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.w90 {
  width: 90% !important;
}

@media screen and (max-width: 767px) {
  .sp-w90 {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w90 {
    width: 90% !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.w95 {
  width: 95% !important;
}

@media screen and (max-width: 767px) {
  .sp-w95 {
    width: 95% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w95 {
    width: 95% !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.w100 {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .sp-w100 {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w100 {
    width: 100% !important;
  }
}

.gap0 {
  gap: 0px;
}

.gap5 {
  gap: 5px;
}

.gap10 {
  gap: 10px;
}

.gap15 {
  gap: 15px;
}

.gap20 {
  gap: 20px;
}

.gap25 {
  gap: 25px;
}

.gap30 {
  gap: 30px;
}

.gap35 {
  gap: 35px;
}

.gap40 {
  gap: 40px;
}

.gap45 {
  gap: 45px;
}

.gap50 {
  gap: 50px;
}

.gap55 {
  gap: 55px;
}

.gap60 {
  gap: 60px;
}

.gap65 {
  gap: 65px;
}

.gap70 {
  gap: 70px;
}

.gap75 {
  gap: 75px;
}

.gap80 {
  gap: 80px;
}

.gap85 {
  gap: 85px;
}

.gap90 {
  gap: 90px;
}

.gap95 {
  gap: 95px;
}

.gap100 {
  gap: 100px;
}

.fz0 {
  font-size: 0px;
}

.fz1 {
  font-size: 1px;
}

.fz2 {
  font-size: 2px;
}

.fz3 {
  font-size: 3px;
}

.fz4 {
  font-size: 4px;
}

.fz5 {
  font-size: 5px;
}

.fz6 {
  font-size: 6px;
}

.fz7 {
  font-size: 7px;
}

.fz8 {
  font-size: 8px;
}

.fz9 {
  font-size: 9px;
}

.fz10 {
  font-size: 10px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz21 {
  font-size: 21px;
}

.fz22 {
  font-size: 22px;
}

.fz23 {
  font-size: 23px;
}

.fz24 {
  font-size: 24px;
}

.fz25 {
  font-size: 25px;
}

.fz26 {
  font-size: 26px;
}

.fz27 {
  font-size: 27px;
}

.fz28 {
  font-size: 28px;
}

.fz29 {
  font-size: 29px;
}

.fz30 {
  font-size: 30px;
}

.fz31 {
  font-size: 31px;
}

.fz32 {
  font-size: 32px;
}

.fz33 {
  font-size: 33px;
}

.fz34 {
  font-size: 34px;
}

.fz35 {
  font-size: 35px;
}

.fz36 {
  font-size: 36px;
}

.fz37 {
  font-size: 37px;
}

.fz38 {
  font-size: 38px;
}

.fz39 {
  font-size: 39px;
}

.fz40 {
  font-size: 40px;
}

.fz41 {
  font-size: 41px;
}

.fz42 {
  font-size: 42px;
}

.fz43 {
  font-size: 43px;
}

.fz44 {
  font-size: 44px;
}

.fz45 {
  font-size: 45px;
}

.fz46 {
  font-size: 46px;
}

.fz47 {
  font-size: 47px;
}

.fz48 {
  font-size: 48px;
}

.fz49 {
  font-size: 49px;
}

.fz50 {
  font-size: 50px;
}

.breadcrumb {
  background-color: #eef5ff;
}
.breadcrumb ul {
  padding: 5px 20px;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
}
.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  margin-right: 7px;
  color: #666666;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  display: inline-block;
  margin-right: 7px;
}

.marker {
  padding: 0;
  background: linear-gradient(transparent 40%, #FFE96B 40%);
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
#site-header {
  width: 100vw;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 120;
  /*
  .header-navigation {
  	position: fixed;
  	top: 0;
  	right: -100vw;
  	width: 100vw;
  	height: 100vh;
  	padding: 90px 25px 25px;
  	transition: all 0.6s;
  	background-color: $primary_color;
  	@include media(tablet) {
  		right: -450px;
  		max-width: 450px;
  		padding: 125px 58px 50px;
  	}
  	.inner {
  		width: 100%;
  	}

  	&.active {
  		right: 0;
  	}
  }

  .primary-menu {
  	ul {
  		display: flex;
  		flex-direction: column;
  		gap: 12px;
  		li {
  			.btn-nav {
  				.ico {
  					@include media(tablet) {
  						right: 26px;
  					}
  				}
  			}
  		}
  	}
  }

  .nav-toggle {
  	width: 50px;
  	height: 50px;
  	display: block;
  	position: relative;
  	background-color: $primary_color;
  	border-radius: 50%;;

  	position: fixed;
  	top: 10px;
  	right: 10px;
  	z-index: 125;

  	@include media(l) {
  		width: 86px;
  		height: 86px;
  		top: 35px;
  		right: 48px;
  	}

  	span {
  		display: block;
  		position: absolute;
  		width: 20px;
  		height: 2px;
  		background-color: #fff;
  		transition: .35s ease-in-out;
  		left: 50%;
  		transform: translate(-50%, 0);
  		border-radius: 1.5px;;
  		@include media(l) {
  			width: 37px;
  			height: 3px;
  		}

  		&:nth-child(1) {
  			top: 16px;
  			@include media(l) {
  				top: 29px;
  			}
  		}
  		&:nth-child(2) {
  			top: 23px;
  			opacity: 1;
  			@include media(l) {
  				top: 41px;
  			}
  		}
  		&:nth-child(3) {
  			bottom: 16px;
  			@include media(l) {
  				bottom: 29px;
  			}
  		}
  	}

  	&.active {
  		span {
  			&:nth-child(1) {
  				top: 24px;
  				transform: translate(-50%, 0) rotate(-45deg);
  				@include media(l) {
  					top: 33px;
  				}
  			}
  			&:nth-child(2) {
  				opacity: 0;
  			}
  			&:nth-child(3) {
  				top: 24px;
  				transform: translate(-50%, 0) rotate(45deg);
  				@include media(l) {
  					top: 33px;
  				}
  			}
  		}
  	}
  }
  */
}
@media screen and (min-width: 768px), print {
  #site-header {
    width: 100%;
    height: 96px;
  }
}
#site-header .site-logo {
  padding: 10px 0 0 15px;
}
@media screen and (min-width: 1020px) {
  #site-header .site-logo {
    padding: 30px 0 0 37px;
  }
}
#site-header .site-logo img {
  width: 55vw;
  display: block;
}
@media screen and (min-width: 768px), print {
  #site-header .site-logo img {
    width: 200px;
  }
}

#cover {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99;
  background-color: rgba(84, 148, 216, 0.6);
  top: 0;
  left: 0;
  display: none;
}
@media screen and (min-width: 1300px) {
  #cover {
    display: none;
  }
}

.floating-menu {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (min-width: 1020px) {
  .floating-menu {
    bottom: auto;
    left: auto;
    right: 23px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.floating-menu .flex {
  width: 100vw;
  display: flex;
}
@media screen and (min-width: 1020px) {
  .floating-menu .flex {
    width: auto;
    display: block;
    gap: 5px;
    flex-direction: column;
  }
}
.floating-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: relative;
  flex-basis: 50%;
  padding: 12px;
  margin-top: 0;
}
@media screen and (min-width: 768px), print {
  .floating-menu a {
    padding: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .floating-menu a {
    width: auto;
    min-height: 224px;
    padding: 1.5em 1em 2.2em 1em;
    flex-direction: column;
  }
}
.floating-menu a:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.floating-menu a span:not([class]) {
  display: inline-block;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .floating-menu a span:not([class]) {
    font-size: 20px;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 1020px) {
  .floating-menu a span:not([class]) {
    text-align: center;
    writing-mode: vertical-lr;
  }
}
.floating-menu a.request {
  background-color: #223F9A;
  color: #FFF06C;
}
.floating-menu a.request:after {
  background-color: #FFF06C;
}
.floating-menu a.event {
  background-color: #FFF06C;
  color: #223F9A;
}
.floating-menu a.event:after {
  background-color: #223F9A;
}
.floating-menu.active {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1020px) {
  .floating-menu.active {
    transform: translate(0, -50%);
  }
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
#site-footer .sns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 1020px) {
  #site-footer .sns {
    gap: 60px;
  }
}
#site-footer .sns a {
  margin-top: 0;
}
#site-footer .information {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #site-footer .information .info {
    text-align: center;
  }
}
#site-footer .information .info p {
  margin-top: 0.8em;
}
#site-footer .information .info p.name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
#site-footer .information .info p.detail {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #site-footer .information nav {
    margin: 30px auto 0;
  }
}
#site-footer .information nav ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px), print {
  #site-footer .information nav ul li a {
    gap: 20px;
  }
}
#site-footer .information nav ul li a:before {
  content: "";
  display: block;
  margin-top: 2px;
  width: 1em;
  height: 3px;
  background-color: #006BB4;
}
#site-footer .information nav ul li + li {
  margin-top: 1em;
}
#site-footer .copyright {
  text-align: center;
  font-size: 14px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1020px) {
  #site-footer .copyright {
    padding: 0 0 2em;
  }
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* --------------- Common --------------- */
#main {
  overflow: hidden;
}

.ico {
  display: inline-block;
  position: relative;
}
.ico-heart {
  display: inline-block;
  aspect-ratio: 1.142857/1;
  background-image: url(../img/icon_heart.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ico-triangle {
  width: 12px;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #223F9A;
}
.ico-triangle.bottom {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.ico-external {
  width: 14px;
  aspect-ratio: 1/1;
  display: inline-block;
  background-image: url(../img/ico_external.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ico-map {
  display: inline-block;
  width: 27px;
  aspect-ratio: 0.75/1;
  background-image: url(../img/ico_map.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ico-insta {
  display: inline-block;
  width: 27px;
  aspect-ratio: 1/0.9339416;
  background-image: url(../img/ico_instagram_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  position: relative;
  color: #000;
  transition: all 0.3s;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .btn {
    display: inline-flex;
    gap: 20px;
    white-space: nowrap;
  }
}
.btn-normal {
  gap: 8px;
  background-color: #fff;
  border: 2px solid #223F9A;
  line-height: 50px;
  color: #223F9A;
  border-radius: 35px;
}
@media screen and (min-width: 768px), print {
  .btn-normal {
    line-height: 60px;
    font-size: 16px;
    min-width: 380px;
  }
}
.btn-black {
  background-color: #000;
  color: #fff;
  padding: 1.1em;
  font-family: "LINE Seed Bold";
}
@media screen and (min-width: 768px), print {
  .btn-black {
    min-width: 240px;
  }
}
.btn-nav {
  width: 100%;
  padding: 1.2em;
  text-align: center;
  background-color: #fff;
  border-radius: 35px;
  font-family: "LINE Seed Bold";
}
@media screen and (min-width: 768px), print {
  .btn-nav {
    padding: 1.5em;
    font-size: 16px;
  }
}
.btn.w100 {
  width: 100%;
  padding: 1.5em;
}
@media screen and (min-width: 768px), print {
  .btn.w100 {
    font-size: 16px;
  }
}
.btn .ico {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn .ico-arrow {
  transform: translateY(-80%);
}
.btn .ico-arrow_white {
  transform: translateY(-80%);
}

.slick-arrow {
  appearance: none;
  border: none;
  width: 35px;
  height: 35px;
  padding: 0;
  top: 50%;
  position: absolute;
  overflow: hidden;
  text-indent: -5000px;
  background-color: #223F9A;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .slick-arrow {
    top: 45%;
    width: 50px;
    height: 50px;
  }
}
.slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 11px;
  height: 12px;
}
.slick-prev {
  left: 0;
  transform: translate(-25px, -50%);
}
@media screen and (min-width: 1020px) {
  .slick-prev {
    transform: translate(-100%, -50%);
  }
}
.slick-prev:after {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.slick-next {
  right: 0;
  transform: translate(25px, -50%);
}
@media screen and (min-width: 1020px) {
  .slick-next {
    transform: translate(100%, -50%);
  }
}
.slick-next:after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.slider-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.slider-control a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.slider-control a.prev span:before {
  content: "";
  display: block;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  width: 9px;
  height: 9px;
  background-color: #223F9A;
}
.slider-control a.next span:before {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 9px;
  height: 9px;
  background-color: #223F9A;
}
.slider-control .paging {
  font-size: 14px;
}

.com-ttl-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
}
.com-ttl-01 h2 {
  font-size: 30px;
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 h2 {
    font-size: 40px;
  }
}

.label {
  display: inline-block;
  text-align: center;
}
.label-ttl {
  display: inline-flex;
}
@media screen and (min-width: 768px), print {
  .label-ttl {
    font-size: 16px;
  }
}
.label-ttl span {
  line-height: 30px;
  border-radius: 15px;
  position: relative;
}
.label-ttl span.l {
  background-color: #223F9A;
  color: #fff;
  padding: 0 1em;
  margin-right: -1.2em;
  z-index: 2;
}
.label-ttl span.r {
  background-color: #C9D1EA;
  color: #223F9A;
  padding: 0 1.2em 0 2em;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .label-ttl span.r {
    padding: 0 1.5em 0 2.5em;
  }
}

a.external {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
a.external:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/ico_external.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
a.green {
  color: #67E000;
  text-decoration: underline;
}

.parts {
  position: absolute;
  z-index: 50;
}

.circle {
  position: absolute;
  width: 32vw;
  height: 32vw;
  border: 5.7vw solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  z-index: 0;
}
.circle01 {
  top: 0;
  left: 50%;
  transform: translate(-100%, -50%);
}
.circle02 {
  bottom: 0;
  left: 0;
  transform: translate(-30%, 28%);
}
.circle02 img {
  max-width: 271px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(6vw, -10px);
}
.circle03 {
  top: 0;
  right: 0;
  transform: translate(35%, -35%);
}
.circle04 {
  bottom: 0;
  left: 50%;
  transform: translate(-60%, 57%);
}
.circle05 {
  bottom: 0;
  left: 50%;
  transform: translate(45%, 60%);
}

.belt {
  display: inline-block;
  position: relative;
}
.belt:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #9E70C4;
  border: 1px solid #4A00A0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(4px, 4px);
  z-index: 1;
}
.belt span {
  display: block;
  background-color: #F8FF55;
  border: 1px solid #4A00A0;
  padding: 0.2em 0.8em;
  font-size: 22px;
  position: relative;
  z-index: 5;
  color: #460774;
}
@media screen and (min-width: 1020px) {
  .belt span {
    font-size: 28px;
  }
}
.belt + .belt {
  margin-top: 12px;
}
.belt.light:before {
  transform: translate(3px, 3px);
}
.belt.light span {
  color: #743BA7;
  font-size: 20px;
  padding: 0.1em 0.5em;
}
@media screen and (min-width: 1020px) {
  .belt.light span {
    font-size: 27px;
  }
}
.belt.light + .belt {
  margin-top: 6px;
}

.movie-item .inner {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.movie-item .inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tab {
  cursor: pointer;
  transition: opacity 0.3s;
}
.tab:hover {
  opacity: 0.6;
}
.tab-content {
  display: none;
}
.tab-contents .tab-content:first-child {
  display: block;
}

.box-white {
  padding: 20px;
  background-color: #fff;
  border-radius: 22px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  position: relative;
}
.box-schedule {
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #EEC5CC;
  padding-bottom: 10px;
  overflow: hidden;
}
.box-schedule h4 {
  background-color: #223F9A;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 0.8em 0;
}
@media screen and (min-width: 768px), print {
  .box-schedule h4 {
    font-size: 19px;
    padding: 1.3em 0;
  }
}
.box-schedule .detail {
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-radius: 0 0 20px 20px;
  padding: 20px;
}
@media screen and (min-width: 768px), print {
  .box-schedule .detail {
    padding: 30px 45px;
  }
}
.box-schedule + .box-schedule {
  margin-top: 30px;
}

.bg-01 {
  background-image: url(../img/bg_01.jpg);
  background-position: top left;
  background-size: 100px 100px;
}
.bg-02 {
  background-image: url(../img/bg_02.jpg);
  background-position: top left;
  background-size: 100px 100px;
}
.bg-04 {
  background-image: url(../img/bg_04.jpg);
  background-position: top left;
  background-size: 100px 100px;
}

.font-bold {
  font-family: "LINE Seed Thin", sans-serif;
}
.font-regular {
  font-family: "LINE Seed Regular", sans-serif;
}
.font-bold {
  font-family: "LINE Seed Bold", sans-serif;
}
.font-extrabold {
  font-family: "LINE Seed ExtraBold", sans-serif;
}

.spacer {
  position: relative;
  height: 50vh;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .spacer {
    height: 480px;
  }
}
.spacer img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 10vh;
  object-fit: cover;
  object-position: bottom center;
}
@media screen and (min-width: 768px), print {
  .spacer img {
    height: 137px;
  }
}

.banners a {
  width: calc(100vw - 40px);
  max-width: 468px;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banners a {
    margin: 5px auto;
  }
}

/* ---------- ANIMATION ---------- */
.bounce-in {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s;
}
.bounce-in.bounce-in-action {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@keyframes shake {
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
@keyframes rumble {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-2px) rotate(-3deg);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(2px) rotate(3deg);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes circle-anime {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* --------------- Contents --------------- */
.fv {
  background-image: url(../img/mainimage_sp.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px), print {
  .fv {
    background-image: url(../img/mainimage.jpg);
    background-size: cover;
  }
}
.fv .section-inner {
  height: 180vw;
}
@media screen and (max-width: 767px) {
  .fv .section-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px), print {
  .fv .section-inner {
    height: 600px;
  }
}
@media screen and (min-width: 1020px) {
  .fv .section-inner {
    height: 670px;
  }
}
.fv h1 {
  width: 90%;
  max-width: 514px;
}
@media screen and (min-width: 1020px) {
  .fv h1 {
    padding-top: 60px;
  }
}

.intro .section-inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1020px) {
  .intro .section-inner {
    max-width: initial;
  }
}
.intro-item {
  width: 46vw;
  padding: 0 2vw;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .intro-item {
    width: 265px;
    padding: 0 13px;
  }
}
.intro-item img {
  border-radius: 50px;
}
@media screen and (min-width: 768px), print {
  .intro-item img {
    border-radius: 100px;
  }
}
.intro-text {
  padding: 0 20px 20px;
}
@media screen and (min-width: 768px), print {
  .intro-text {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    transform: translate(-50%, -50%);
    padding: 60px 30px;
    z-index: 5;
  }
}
@media screen and (min-width: 1020px) {
  .intro-text {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .intro-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
  }
}
.intro-heading .ico-heart {
  width: 46px;
}
.intro-heading .for {
  font-size: 16px;
  font-weight: 700;
}
.intro-heading h2 {
  font-size: 30px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .intro-heading h2 {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .intro-heading h2:before {
    content: "";
    display: inline-block;
    width: 20vw;
    height: auto;
    aspect-ratio: 1/1.5;
    background-image: url(../img/illust_01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .intro-heading h2:after {
    content: "";
    display: inline-block;
    width: 20vw;
    height: auto;
    aspect-ratio: 1/1.46;
    background-image: url(../img/illust_02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 768px), print {
  .intro-heading h2 {
    font-size: 40px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .intro-body .img {
    display: none;
  }
}
.intro-body p {
  line-height: 1.94;
}
.intro-body .scroll {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .intro-body .scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1;
    gap: 0;
  }
}
@media screen and (min-width: 1020px) {
  .intro-body .scroll {
    margin-top: 50px;
  }
}
.intro-body .scroll span {
  font-size: 12px;
  color: #223F9A;
}

.reason01 {
  position: relative;
}
.reason01 .com-ttl-01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .reason01 .com-ttl-01 .parts {
    top: 0;
    left: 0;
    transform: translate(0, -100%);
  }
}
@media screen and (min-width: 768px), print {
  .reason01 .com-ttl-01 .parts {
    top: -5px;
    left: calc(50% - 290px);
  }
}
.reason01 .text-career {
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.reason01 .text-career span {
  font-size: 23vw;
  line-height: 0.5;
  white-space: nowrap;
  display: inline-block;
  color: #fff;
}
@media screen and (min-width: 1020px) {
  .reason01 .text-career span {
    font-size: 233px;
  }
}
.reason01 .section-inner {
  z-index: 5;
}
.reason01-list {
  row-gap: 56px;
}
.reason01-item {
  background-color: #fff;
  flex-basis: 48%;
  text-align: center;
  border-radius: 80px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
}
@media screen and (min-width: 1020px) {
  .reason01-item {
    border-radius: 156px;
  }
}
.reason01-item .number {
  display: inline-block;
  width: 70px;
  line-height: 60px;
  background-image: url(../img/icon_heart.svg);
  background-position: contain;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 28px;
  color: #fff;
  transform: translate(0, -30%);
}
@media screen and (min-width: 1020px) {
  .reason01-item .number {
    width: 96px;
    line-height: 86px;
    font-size: 42px;
  }
}
.reason01-item h3 {
  line-height: 1.4;
  font-size: 26px;
  color: #223F9A;
}
@media screen and (min-width: 768px), print {
  .reason01-item h3 {
    font-size: 30px;
  }
}
.reason01-item h3 small {
  font-size: 0.83em;
}
.reason01-item p {
  margin-top: 1em;
}
.reason01-item .img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason01-item .img img {
    width: 90%;
  }
}
@media screen and (min-width: 768px), print {
  .reason01-item:nth-of-type(2) {
    transition-delay: 0.3s;
  }
}
@media screen and (min-width: 768px), print {
  .reason01-item:nth-of-type(4) {
    transition-delay: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .reason01-item + .reason01-item {
    margin-top: 50px;
  }
}
.reason01 .counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #223F9A;
  top: 0;
  left: 50%;
  transform: translate(-50%, 20px);
  white-space: nowrap;
}
.reason01 .counter-text {
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 1020px) {
  .reason01 .counter-text {
    font-size: 20px;
  }
}
.reason01 .counter-text em {
  font-style: normal;
  font-size: 1.3em;
}
.reason01 .counter-number {
  width: 100%;
  display: block;
  padding: 0 0.7em 0 0.3em;
  line-height: 1;
  font-size: 18vw;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .reason01 .counter-number {
    font-size: 90px;
    padding: 0 0.5em 0 0.1em;
  }
}
.reason01 .counter-number:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/txt_yaku.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.reason01 .counter-number:after {
  content: "";
  display: block;
  width: 40px;
  height: 70px;
  background-image: url(../img/txt_ken.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.reason01 .counter-number #js-counter {
  display: block;
}
.reason01 #reason01-item02 {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .reason01 #reason01-item01,
  .reason01 #reason01-item03 {
    padding-bottom: 30px;
  }
}

.reason02 {
  position: relative;
}
.reason02 .base01 {
  width: 100%;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translate(0, -50%);
  border-radius: 0 80px 80px 0;
}
@media screen and (min-width: 768px), print {
  .reason02 .base01 {
    width: 50vw;
    height: calc(100% - 90px);
    border-radius: 0 165px 165px 0;
  }
}
.reason02 .base02 {
  --margin: calc((100vw - 1020px) / 2 - 20px);
  width: calc(var(--margin));
  height: calc(100% - 90px);
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translate(0, -50%);
  border-radius: 165px 0 0 165px;
}
@media screen and (max-width: 1019px) {
  .reason02 .base02 {
    display: none;
  }
}
.reason02 .section-inner {
  z-index: 5;
}
@media screen and (min-width: 1020px) {
  .reason02 .section-inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1020px) {
  .reason02 .com-ttl-01 {
    align-items: flex-start;
  }
}
.reason02 .com-ttl-01 h2 {
  line-height: 1.3;
  font-size: 35px;
}
.reason02 .com-ttl-01 + p {
  line-height: 2;
  margin-top: 1em;
  font-weight: 700;
}
.reason02 .com-ttl-01 + p small {
  font-size: 1em;
  font-weight: 400;
}
.reason02-content {
  position: relative;
}
.reason02-text {
  flex-basis: 50%;
  padding-top: 20px;
}
@media screen and (min-width: 1020px) {
  .reason02-text {
    padding-top: 55px;
  }
}
.reason02-img {
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .reason02-img {
    margin-top: 30px;
  }
}
.reason02-img .img {
  overflow: hidden;
  border-radius: 80px;
}
@media screen and (min-width: 768px), print {
  .reason02-img .img {
    transform: translateX(20px);
    border-radius: 165px;
  }
}
.reason02 .btn .ico {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .reason02 .scholarship {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .reason02 .scholarship {
    position: absolute;
    z-index: 5;
    width: 60vw;
    left: 0;
    bottom: -10px;
  }
}
@media screen and (min-width: 1020px) {
  .reason02 .scholarship {
    left: 0;
    bottom: 40px;
  }
}
.reason02 .scholarship dl {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1020px) {
  .reason02 .scholarship dl {
    width: 352px;
  }
}
.reason02 .scholarship dl dt {
  background-color: #223F9A;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0.8em;
}
@media screen and (min-width: 1020px) {
  .reason02 .scholarship dl dt {
    font-size: 20px;
  }
}
.reason02 .scholarship dl dt .pickup {
  background-color: #F6821E;
  color: #fff;
  line-height: 20px;
  font-size: 10px;
  padding: 0 1em;
  border-radius: 10px;
}
.reason02 .scholarship dl dd {
  text-align: center;
  padding: 20px;
}

.reason03 {
  position: relative;
}
.reason03 .base {
  width: 100vw;
  height: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url(../img/bg_03.jpg);
  background-position: center;
  background-size: 100px 100px;
  border-radius: 40px;
}
@media screen and (min-width: 1020px) {
  .reason03 .base {
    width: calc(100vw - 90px);
    border-radius: 86px;
  }
}
@media screen and (min-width: 1020px) {
  .reason03 .section-inner {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .reason03 .com-ttl-01 h2 {
    text-align: center;
  }
  .reason03 .com-ttl-01 h2 img {
    width: 80%;
  }
}
.reason03 .tab-contents {
  margin-top: 25px;
}
.reason03 .tab-content {
  height: 80vh;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .reason03 .tab-content {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .reason03 .tab-content {
    height: 680px;
  }
}
.reason03 .tab-content-inner {
  border-radius: 30px;
}
@media screen and (min-width: 768px), print {
  .reason03 .tab-content-inner {
    border-radius: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reason03 .tab-content .heading {
    padding: 10px 15px 0 15px;
  }
}
.reason03 .tab-content .heading .photo {
  flex-basis: 41%;
}
@media screen and (min-width: 768px), print {
  .reason03 .tab-content .heading .photo-inner {
    margin: -30px -30px 0 0;
  }
}
.reason03 .tab-content .heading .profile {
  flex-basis: 42%;
  background-color: #fff;
  border-radius: 26px 26px 0 0;
  padding: 20px;
  box-shadow: inset 0 0 6px #DEEFEA;
  margin-top: 0;
}
@media screen and (min-width: 1020px) {
  .reason03 .tab-content .heading .profile {
    padding: 26px 50px;
  }
}
.reason03 .tab-content .heading .profile h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px), print {
  .reason03 .tab-content .heading .profile h3 {
    font-size: 29px;
  }
}
.reason03 .tab-content .heading .profile h3 .kana {
  font-size: 1rem;
}
.reason03 .tab-content .heading .profile dl dt {
  border-bottom: 1px dotted #CBCBCB;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-bottom: 0.2em;
}
.reason03 .tab-content .heading .profile dl dt:before {
  content: "●";
  display: inline-block;
}
.reason03 .tab-content .heading .profile dl dd {
  margin-top: 0.5em;
  font-size: 14px;
}
.reason03 .tab-content .heading .profile dl dd + dt {
  margin-top: 1em;
}
.reason03 .tab-content .body {
  background-color: #F8F8F8;
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px), print {
  .reason03 .tab-content .body {
    border-radius: 50px;
    padding: 40px;
  }
}
.reason03 .tab-content .cover {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .reason03 .tab-content .cover {
    height: 70px;
    gap: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .reason03 .tab-content .cover span {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .reason03 .tab-content .cover .ico-triangle {
    width: 20px;
    height: 15px;
  }
}
.reason03 .tab-content .cover:hover {
  opacity: 0.95;
}
.reason03 .tab-content.open .cover {
  display: none;
}
@media screen and (min-width: 768px), print {
  .reason03 .tabs .tab:nth-of-type(2) img {
    transition-delay: 0.2s;
  }
}
@media screen and (min-width: 768px), print {
  .reason03 .tabs .tab:nth-of-type(3) img {
    transition-delay: 0.4s;
  }
}
.reason03 .interview-item {
  flex-basis: 47%;
}
.reason03 .interview-item h4 {
  margin-bottom: 1.5em;
  color: #fff;
  font-size: 16px;
  padding: 0.45em;
  text-align: center;
  border-radius: 25px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px), print {
  .reason03 .interview-item h4 {
    font-size: 20px;
  }
}
.reason03 .interview-item p {
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .reason03 .interview-item p {
    font-size: 16px;
  }
}
.reason03 .interview-item dl dt {
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.reason03 .interview-item dl dd {
  padding: 10px 0;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .reason03 .interview-item dl dd {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.reason03 .home {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 15px;
}
@media screen and (min-width: 1020px) {
  .reason03 .home {
    border-radius: 40px;
    padding: 37px 90px 37px 78px;
  }
}
.reason03 .home h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reason03 .home h4 .text {
  font-size: 20px;
}
@media screen and (min-width: 768px), print {
  .reason03 .home h4 .text {
    font-size: 29px;
  }
}
.reason03 .home h4 .balloon {
  border-radius: 1em;
  margin-bottom: 1em;
  padding: 0.5em 2em;
  position: relative;
}
.reason03 .home h4 .balloon:after {
  content: "";
  display: block;
  width: 12px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 99%);
}
@media screen and (max-width: 767px) {
  .reason03 .home .points {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    row-gap: 0;
    flex-wrap: wrap;
  }
}
.reason03 .home .points dl {
  width: 32vw;
  height: 32vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  margin-top: 0;
}
@media screen and (min-width: 768px), print {
  .reason03 .home .points dl {
    width: 125px;
    height: 125px;
  }
}
.reason03 .home .points dl dt {
  font-weight: 500;
  white-space: nowrap;
  font-size: 13px;
}
@media screen and (min-width: 768px), print {
  .reason03 .home .points dl dt {
    font-size: 16px;
  }
}
.reason03 .home .points dl dd {
  text-align: center;
  font-size: 36px;
}
@media screen and (min-width: 768px), print {
  .reason03 .home .points dl dd {
    font-size: 40px;
  }
}
.reason03 .home .points dl dd small {
  font-size: 0.55em;
}
.reason03 .message {
  border-radius: 25px;
  padding: 15px;
}
@media screen and (min-width: 1020px) {
  .reason03 .message {
    padding: 35px;
  }
}
.reason03 .message h3 {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}
.reason03 .message h3 span {
  display: inline-block;
  -webkit-text-stroke: #000 1px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .reason03 .message h3 span {
    font-size: 35px;
  }
}
.reason03 .message h3 span:before {
  content: "";
  display: block;
  width: 80px;
  height: 38px;
  background-image: url(../img/ico_plane.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-90%, -60%);
}
@media screen and (min-width: 768px), print {
  .reason03 .message h3 span:before {
    width: 128px;
    height: 58px;
    transform: translate(-110%, -50%);
  }
}
.reason03 .message p {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  line-height: 2.3;
}
@media screen and (min-width: 1020px) {
  .reason03 .message p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 50px;
    font-size: 16px;
  }
}
.reason03 .appendix .title {
  background-color: #F3F4EC;
  padding: 1em;
  text-align: center;
  border-radius: 18px;
  box-shadow: inset 0 0 6px #E3E3CF, 0 0 6px #DFDFD6;
  font-size: 16px;
}
@media screen and (min-width: 768px), print {
  .reason03 .appendix .title {
    font-size: 20px;
  }
}
.reason03 .appeal h4 {
  flex-direction: row;
  color: #000000;
  font-size: 19px;
}
.reason03 .appeal h4:before {
  content: "●";
  display: inline-block;
}
.reason03 .appeal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.reason03 .appeal ul li {
  line-height: 28px;
  border: 1px solid #000;
  border-radius: 16px;
  padding: 0 1.2em;
  color: #fff;
}
.reason03 .green .tab-content-inner {
  background: linear-gradient(180deg, #D6F1EA 0%, #D6F1EA 80%, transparent 0%, transparent 100%);
}
.reason03 .green .heading .profile {
  box-shadow: inset 0 0 6px #DEEFEA;
}
.reason03 .green .heading .profile h3 .kana {
  color: #87B4A7;
}
.reason03 .green .heading .profile dl dt:before {
  color: #87B4A7;
}
.reason03 .green .cover {
  background-color: #D6F1EA;
}
.reason03 .green .cover span {
  color: #35987C;
}
.reason03 .green .cover .ico-triangle {
  background-color: #35987C;
}
.reason03 .green .interview-item h4 {
  background-color: #35987C;
}
.reason03 .green .interview-item dl dt {
  color: #35987C;
}
.reason03 .green .message {
  background-color: #35987C;
}
.reason03 .brown .tab-content-inner {
  background: linear-gradient(180deg, #E2DACA 0%, #E2DACA 80%, transparent 0%, transparent 100%);
}
.reason03 .brown .heading .profile h3 .kana {
  color: #AFA187;
}
.reason03 .brown .heading .profile dl dt:before {
  color: #AFA187;
}
.reason03 .brown .cover {
  background-color: #E2DACA;
}
.reason03 .brown .cover span {
  color: #624E29;
}
.reason03 .brown .cover .ico-triangle {
  background-color: #624E29;
}
.reason03 .brown .body {
  background-color: #F4F1ED;
}
.reason03 .brown .home {
  color: #624E29;
}
.reason03 .brown .home h4 .balloon {
  background-color: #EBE7DF;
}
.reason03 .brown .home h4 .balloon:after {
  background-color: #EBE7DF;
}
.reason03 .brown .home > div.flex dl {
  background-color: #F4F1ED;
  box-shadow: inset 0 0 6px #BCB4A6, 0 0 6px rgba(0, 0, 0, 0.16);
}
.reason03 .brown .photos {
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .reason03 .brown .photos {
    display: flex;
    justify-content: space-between;
  }
}
.reason03 .brown .photos img {
  display: inline-block;
  width: calc((100% - 24px) / 3);
  margin-top: 0;
}
.reason03 .brown .interview-item h4 {
  background-color: #624E29;
}
.reason03 .brown .interview-item dl dt {
  color: #624E29;
}
.reason03 .brown .message {
  background-color: #624E29;
}
.reason03 .pink .tab-content-inner {
  background: linear-gradient(180deg, #EED1CF 0%, #EED1CF 80%, transparent 0%, transparent 100%);
}
.reason03 .pink .heading .profile h3 .kana {
  color: #E0A9A5;
}
.reason03 .pink .heading .profile dl dt:before {
  color: #E0A9A5;
}
.reason03 .pink .body {
  background-color: #FEF6F5;
}
.reason03 .pink .cover {
  background-color: #EED1CF;
}
.reason03 .pink .cover span {
  color: #D5817B;
}
.reason03 .pink .cover .ico-triangle {
  background-color: #D5817B;
}
.reason03 .pink .home {
  color: #D5817B;
}
.reason03 .pink .home h4 .balloon {
  background-color: #F4E8E6;
}
.reason03 .pink .home h4 .balloon:after {
  background-color: #F4E8E6;
}
.reason03 .pink .home > div.flex dl {
  background-color: #F4E8E6;
  box-shadow: inset 0 0 6px #E5C5BC, 0 0 6px rgba(0, 0, 0, 0.16);
}
.reason03 .pink .photos {
  padding: 25px 0;
}
.reason03 .pink .photos img {
  display: inline-block;
  width: calc((100% - 24px) / 3);
}
.reason03 .pink .interview-item h4 {
  background-color: #D5817B;
}
.reason03 .pink .interview-item dl dt {
  color: #D5817B;
}
.reason03 .pink .message {
  background-color: #D5817B;
}
.reason03 .pink .appeal h4:before {
  color: #D5817B;
}
.reason03 .pink .appeal ul li {
  background-color: #D5817B;
}

.reason04 {
  border-radius: 90px 90px 0 0;
}
.reason04 .com-ttl-01 {
  margin-bottom: 35px;
}
@media screen and (min-width: 1020px) {
  .reason04 .com-ttl-01 {
    margin-bottom: 55px;
  }
}
.reason04-item .face {
  width: 178px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .reason04-item .face {
    margin-left: auto;
    margin-right: auto;
  }
}
.reason04-item .face span {
  font-size: 15px;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px), print {
  .reason04-item .comment {
    flex-basis: calc(100% - 176px - 20px);
    padding-left: 25px;
  }
}
.reason04-item .comment-box {
  background-color: #fff;
  border: 2px solid #000;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 1020px) {
  .reason04-item .comment-box {
    padding: 40px 52px;
    border-radius: 40px;
  }
}
.reason04-item .comment-box:before {
  content: "";
  display: block;
  background-color: #000;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 89px;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px), print {
  .reason04-item .comment-box:before {
    transform: translate(-100%, -50%);
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }
}
@media screen and (max-width: 767px) {
  .reason04-item .comment-box:before {
    display: none;
  }
}
.reason04-item .comment-box:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 89px;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px), print {
  .reason04-item .comment-box:after {
    transform: translate(-100%, -50%);
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }
}
.reason04-item .comment-box dl dt {
  color: #223F9A;
  font-size: 20px;
  font-weight: 700;
  padding-left: 47px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .reason04-item .comment-box dl dt {
    padding-left: 57px;
    font-size: 23px;
  }
}
.reason04-item .comment-box dl dt:before {
  content: "Q";
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  width: 36px;
  height: 36px;
  background-color: #223F9A;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Zen Maru Gothic", serif;
  transform: translateY(-0.1em);
}
@media screen and (min-width: 768px), print {
  .reason04-item .comment-box dl dt:before {
    width: 46px;
    height: 46px;
    line-height: 40px;
    font-size: 28px;
  }
}
.reason04-item .comment-box dl dd {
  position: relative;
  margin-top: 1.5em;
  padding-left: 47px;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .reason04-item .comment-box dl dd {
    padding-left: 57px;
  }
}
.reason04-item .comment-box dl dd:before {
  content: "A";
  color: #223F9A;
  font-size: 22px;
  line-height: 30px;
  width: 36px;
  height: 36px;
  background-color: #E2EBF2;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Zen Maru Gothic", serif;
  transform: translateY(-0.2em);
}
@media screen and (min-width: 768px), print {
  .reason04-item .comment-box dl dd:before {
    width: 46px;
    height: 46px;
    line-height: 40px;
    font-size: 28px;
  }
}
.reason04-item .comment-box dl + dl {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1020px) {
  .reason04-item.reverse .comment {
    padding-left: 0;
    padding-right: 25px;
  }
}
.reason04-item.reverse .comment-box:before {
  left: auto;
  right: 0;
}
@media screen and (min-width: 768px), print {
  .reason04-item.reverse .comment-box:before {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translate(100%, -50%);
  }
}
.reason04-item.reverse .comment-box:after {
  left: auto;
  right: 0;
}
@media screen and (min-width: 768px), print {
  .reason04-item.reverse .comment-box:after {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translate(100%, -50%);
  }
}

.access .section-inner {
  padding-bottom: 25px;
}
@media screen and (min-width: 1020px) {
  .access .section-inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.access h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1020px) {
  .access h2 {
    gap: 20px;
    font-size: 35px;
  }
}
.access h2 small {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
}
.access .tabs .tab {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 0 1.7em 0 2.5em;
  border: 2px solid #000;
  line-height: 40px;
  background-color: #fff;
  border-radius: 22px;
}
.access .tabs .tab .ico-triangle {
  background-color: #FF7700;
}
.access .tabs .tab.active {
  background-color: #FF7700;
}
.access .tabs .tab.active .ico-triangle {
  background-color: #000000;
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
.modal {
  display: none;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.modal-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  width: calc(100vw - 40px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1020px) {
  .modal-wrap {
    width: 1020px;
    height: auto;
  }
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 768px), print {
  .modal-close {
    top: 17px;
    right: 17px;
  }
}
.modal-close a {
  display: block;
  width: 43px;
  height: 43px;
  position: relative;
  background-color: #223F9A;
  border: 1px solid #000;
  border-radius: 50%;
}
.modal-close a:before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #000;
  position: absolute;
  transform: rotate(-45deg);
  top: 19px;
  left: 13px;
}
.modal-close a:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 19px;
  left: 13px;
  transform: rotate(45deg);
}
.modal-content {
  width: 100%;
  position: relative;
  background-color: #fff;
  background-image: url(../img/bg_09.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  overflow: hidden;
  padding: 20px;
}
@media screen and (min-width: 1020px) {
  .modal-content {
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal-main {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal-main .img {
    width: 200vw;
    padding: 0 0 10px;
  }
}
@media screen and (min-width: 768px), print {
  .modal .modal-main .img {
    max-width: 100%;
  }
}