@charset "UTF-8";
/* @include _common.scss */ /* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

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

/* # =================================================================
  # Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* @include _breakpoints.scss */
/* break point media query */
/* responsive */
/*pc sp tb出し分け*/

/* ++++++++++++++++++++++++++++++++++++++++

	for jquery.grslider.js
	Last Update: 9/4, 2018

++++++++++++++++++++++++++++++++++++++++ */
/* ----------------------------------------
	.grSliderWrap - スライダーエリア全体
	.grSliderContents - スライダーのラップ
	.grSlider - スライダー
---------------------------------------- */
.grSliderWrap,
.grSliderContents,
.grSlider {
  position: relative;
  z-index: 1;
  margin: auto;
}

.grSliderWrap {
  overflow: hidden;
}

.grSlider {
  box-sizing: content-box !important;
  white-space: nowrap !important;
}

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

.grSliderFlip .grSlider {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* ----------------------------------------
	.grSliderEl - スライダー要素
---------------------------------------- */
.grSlider > * {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  white-space: normal;
}

.grSliderEl {
  position: relative;
  float: left;
  box-sizing: border-box;
  z-index: 1;
}

.grSliderR .grSliderEl {
  float: right;
}

.grSliderVertical .grSliderEl,
.grSliderFade .grSliderEl,
.grSliderFlip .grSliderEl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.grSliderFade .grSliderEl,
.grSliderFlip .grSliderEl {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grSliderFlip .grSliderEl {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.grSliderFlip.grSliderR .grSliderEl {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.grSliderFlip.grSliderU .grSliderEl {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.grSliderFlip.grSliderD .grSliderEl {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.grSliderActive {
  z-index: 2;
}

.grSliderEmpty {
  visibility: hidden !important;
  height: 1px;
  -webkit-transform: rotateX(0deg) rotateY(0deg) !important;
  transform: rotateX(0deg) rotateY(0deg) !important;
}

/* ----------------------------------------
	 .grSliderFrameL, .grSliderFrameR - 枠（初期非表示）
---------------------------------------- */
.grSliderFrameL,
.grSliderFrameR {
  display: none;
  opacity: 0.5;
  position: absolute;
  top: 0;
  z-index: 99;
  width: 10%;
  height: 100%;
  background: #fff;
}

.grSliderFrameL {
  left: 0;
}

.grSliderFrameR {
  right: 0;
}

/* ----------------------------------------
	 .grSliderPrev, .grSliderNext - 前後ボタン
---------------------------------------- */
.grSliderPrev,
.grSliderNext {
  display: block;
  position: absolute;
  top: 40%;
  z-index: 100;
  width: 40px;
  height: 20%;
  background: rgba(255, 255, 255, 0.5);
  text-indent: -20000px;
  transition: 0.2s;
}

.grSliderPrev {
  left: 0;
  border-radius: 0 10px 10px 0;
}

.grSliderNext {
  right: 0;
  border-radius: 10px 0 0 10px;
}

.grSliderPrev:before,
.grSliderNext:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -3px;
  border: solid 0 #333;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50%;
  transition: 0.2s;
}

.grSliderPrev:before {
  border-left-width: 2px;
  border-bottom-width: 2px;
}

.grSliderNext:before {
  margin-left: -11px;
  border-right-width: 2px;
  border-top-width: 2px;
}

.grSliderPrev:hover,
.grSliderNext:hover {
  opacity: 0.7;
}

/* ----------------------------------------
	 .grSliderNav - スライダーナビ
---------------------------------------- */
.grSliderNav {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 100;
  width: 100%;
  height: 20px;
  text-align: center;
}

.grSliderNav > div,
.grSliderNav ul {
  width: 100%;
  height: 100%;
}

.grSliderNav li {
  display: inline-block;
  width: 20px;
  height: 100%;
  margin: 0 10px;
  vertical-align: top;
}

.grSliderNav a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #fff;
  text-indent: -20000px;
  cursor: pointer;
  transition: 0.2s;
}

.grSliderNav a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #c33;
  transition: 0.2s linear;
}

.grSliderNav a:hover {
  opacity: 0.7;
}

.grSliderNav .grSliderNavActive a {
  cursor: default;
}

.grSliderNav .grSliderNavActive a:after {
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.grSliderNav .grSliderNavActive a:hover {
  opacity: 1;
}

/* ----------------------------------------
	.grSliderLoader - 読み込み中
---------------------------------------- */
.grSliderLoader {
  position: relative;
  z-index: 1000000;
  width: 100px;
  height: 0;
  margin: auto;
  text-align: center;
}

.grSliderLoader > div {
  position: absolute;
  left: 50%;
  top: 0;
  width: 7em;
  margin-left: -3.5em;
  padding-top: 100%;
  -webkit-text-shadow: 2px 1px 6px #000;
  text-shadow: 2px 1px 6px #000;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-family: arial, sans-serif;
}

.grSliderLoader > div > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.grSliderLoader > div > div > div {
  display: table;
  width: 100%;
  height: 100%;
}

.grSliderLoader p {
  display: table-cell;
  vertical-align: middle;
}

/*common*/
:root {
  --c-text: #000;
  --c-gray: #ededed;
  --c-navy: #28466e;
  --fw-noto-regular: 400;
  --fw-noto-medium: 500;
  --fw-noto-bold: 700;
  --fw-noto-black: 900;
}

/*common*/
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  font-size: 10px;
}

body {
  letter-spacing: 0.05em;
  color: var(--c-text);
  font-weight: var(--fw-noto-regular);
  font-size: 1.6rem;
  line-height: 2;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt" 1;
}

img {
  display: block;
  max-width: 100%;
}
strong,
b,
.u-fw-bold {
  font-weight: var(--fw-noto-bold);
}

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

/*Layout*/
.l-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: auto;
  padding-top: min(14.0625vw, 90px);
}

.is-scrLock .l-wrapper {
  position: fixed;
  left: 0;
  right: 0;
}

.l-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: min(14.0625vw, 90px);
  background: #fff;
}
.l-header__logo {
  position: relative;
  z-index: 2;
  width: 230px;
}
.l-header-nav {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  width: 420px;
  height: 900px;
  max-height: 100%;
  padding: min(14.0625vw, 90px) 0 60px;
  transition: 0.5s;
  transition-property: visibiliy, opacity;
}
.l-header-nav__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
}
.l-header-nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 32px;
  z-index: 2;
  width: 60px;
  height: 26px;
}
.l-header-nav__line {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.5s;
}
.l-header-nav__line::before, .l-header-nav__line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: 0.5s;
}
.l-header-nav__line::before {
  top: -12px;
  transform-origin: 0 50%;
}
.l-header-nav__line::after {
  bottom: -12px;
}
.l-header-nav__switch {
  display: none;
}
.l-header-nav__switch:checked ~ .l-header-nav__btn .l-header-nav__line {
  transform: rotateZ(45deg);
  background: #fff;
}
.l-header-nav__switch:checked ~ .l-header-nav__btn .l-header-nav__line::before {
  left: 50%;
  top: 0;
  margin-top: -50%;
  transform: rotateZ(90deg);
  background: #fff;
}
.l-header-nav__switch:checked ~ .l-header-nav__btn .l-header-nav__line::after {
  opacity: 0;
}
.l-header-nav__switch:checked ~ .l-header-nav {
  visibility: visible;
  opacity: 1;
}
.l-header-nav__list {
  position: relative;
  z-index: 1;
  width: 360px;
  border-bottom: 1px solid;
  color: #fff;
}
.l-header-nav__item {
  height: 58px;
  border-top: 1px solid;
}
.l-header-nav__link {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 0 15px;
}
.l-header-nav__link::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 20px;
  background: url(../img/btn_arrow_wht_pc.svg) 50% 50%/contain no-repeat;
}

.l-contents {
  width: 980px;
  margin: auto;
}

.l-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 60px;
  background: #fff;
}
.l-footer__copyright {
  font-size: 1.4rem;
}

/*Compornent*/
.c-text {
  margin: -0.5em 0;
}
.c-text--indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.c-text-list__item {
  position: relative;
  padding-left: 1em;
}
.c-text-list__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/*footer*/
.c-btn-pagetop {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.3s;
  transition-property: visibility, opacity;
}
.c-btn-pagetop.is-on, .c-btn-pagetop.is-onScrLock {
  visibility: visible;
  opacity: 1;
}
.c-btn-pagetop.is-edge, .c-btn-pagetop.is-edgeScrLock {
  position: absolute;
  bottom: 100%;
  margin-bottom: 30px;
}

/*index*/
.p-kv {
  position: relative;
  max-width: 1800px;
  margin: auto;
}
.p-kv__img img {
  width: 100%;
}
.p-kv__inner {
  position: absolute;
  left: 50%;
  top: 26.0563380282%;
  transform: translateX(-50%);
}
.p-kv__text--2 {
  margin: 30px 0 90px;
}

.c-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-section__switch {
  visibility: hidden;
  position: absolute;
}
.c-section__header {
  position: relative;
  height: 120px;
}
.c-section__title {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 0 0 5px 5px;
  background: #fff;
}
.c-section__opener, .c-section__closer {
  position: absolute;
  width: 3.75vw;
  height: 3.75vw;
  background: url(../img/btn_arrow_wht_sp.svg) 50% 50%/contain no-repeat;
}
.c-section__opener {
  right: 4.6875vw;
  top: 7.5vw;
  transition: 0.5s transform;
}
.c-section__inner {
  position: relative;
  padding-bottom: 90px;
}
.c-section__subtitle {
  position: relative;
  display: flex;
  justify-content: center;
}
.c-section__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  height: 1px;
  background: #000;
}
.c-section__subtitle-inner {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  background: #fff;
}
.c-section__closer {
  left: 50%;
  bottom: 9.375vw;
  transform: translate(-50%, 50%) rotateX(180deg);
}

.p-about {
  background: #ffa789;
}
.p-about__title {
  left: 0;
  width: 335px;
}
.p-about__copy, .p-about__contents {
  margin-left: 90px;
}
.p-about__copy {
  width: 62.8125vw;
}
.p-about__contents {
  position: relative;
  margin-top: 65px;
  padding: 90px 0 90px 90px;
  border-radius: min(1.5625vw, 10px) 0 0 min(1.5625vw, 10px);
  background: #fff;
}
.p-about__contents::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 50vw;
  background: #fff;
}
.p-about-greeting {
  display: flex;
}
.p-about-greeting__text {
  order: 2;
}
.p-about-greeting__img {
  width: 240px;
  margin-right: 60px;
}
.p-about-greeting__img figcaption {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 1rem 0 -0.5rem;
}
.p-about-target {
  margin-top: 60px;
}
.p-about-target__title {
  margin-bottom: 60px;
}
.p-about-target__text {
  text-align: center;
}
.p-about-target__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 140px;
  margin-top: 30px;
  padding: 22px 30px;
  border-radius: 5px;
  background: var(--c-gray);
}
.p-about-target__item {
  position: relative;
  width: 325px;
  padding-left: 1em;
}
.p-about-target__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  border-bottom: 1px solid;
}
.p-about-target__item:nth-child(n+4) {
  width: 355px;
}
.p-about-hour {
  margin-top: 60px;
}
.p-about-hour__title {
  margin-bottom: 60px;
}
.p-about-hour__text {
  text-align: center;
}
.p-about-hour__text + p {
  margin-top: 42px;
}

.p-flow {
  background: #ffe378;
}
.p-flow__title {
  right: 0;
  width: 210px;
}
.p-flow .c-section__opener,
.p-flow .c-section__closer {
  background-image: url(../img/btn_arrow_navy_sp.svg);
}
.p-flow-slider {
  display: flex;
}
.p-flow-slider-wrap {
  margin-top: -10px;
}
.p-flow-slider-wrap .grSliderContents {
  padding-top: 10px;
}
.p-flow-slider-wrap .grSliderPrev,
.p-flow-slider-wrap .grSliderNext {
  top: 50%;
  z-index: 100;
  width: auto;
  height: auto;
  border: solid transparent;
  border-width: 15px 18px;
  border-radius: 0;
  background: none;
  transform: translateY(-50%);
}
.p-flow-slider-wrap .grSliderPrev {
  left: 36px;
  border-left-width: 0 !important;
  border-right-color: var(--c-navy);
}
.p-flow-slider-wrap .grSliderNext {
  right: 36px;
  border-left-color: var(--c-navy);
  border-right-width: 0 !important;
}
.p-flow-slider-wrap .grSliderPrev:before,
.p-flow-slider-wrap .grSliderNext:before {
  display: none;
}
.p-flow-slider-wrap .grSliderNav {
  position: static;
  height: 15px;
  margin-top: 30px;
}
.p-flow-slider-wrap .grSliderNav li {
  width: 15px;
  margin: 0 15px;
}
.p-flow-slider-wrap .grSliderNav a:after {
  background: var(--c-navy);
}
.p-flow-slider-wrap .grSliderNav .grSliderNavActive a:after {
  left: 5px;
  top: 5px;
  width: 5px;
  height: 5px;
}
.p-flow-slider__item {
  position: relative;
  width: 800px !important;
  height: auto;
  margin: 0 90px;
  padding-top: 50px;
  border-radius: min(1.5625vw, 10px);
  background: #fff;
}
.p-flow-slider__item--with-note {
  padding-bottom: 195px;
}
.p-flow-slider__step {
  position: absolute;
  left: -10px;
  top: -10px;
}
.p-flow-slider__title {
  width: 520px;
  margin: 0 auto 30px;
}
.p-flow-slider__text {
  text-align: center;
}
.p-flow-slider-note {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  padding: 30px 0;
  border-radius: 0 0 min(1.5625vw, 10px) min(1.5625vw, 10px);
  background: var(--c-gray);
  text-align: center;
}
.p-flow-slider-note__btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 240px;
  height: 45px;
  margin: 30px auto 0;
  padding-left: 45px;
  border-radius: 23px;
  background: var(--c-navy);
}
.p-flow-slider-note__btn::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  z-index: 1;
  border: solid transparent;
  border-width: 5px 6px;
  border-left-color: #fff;
  transform: translateY(-50%);
}
.p-flow-contact__tel {
  display: block;
  width: 334px;
  margin: 70px auto 0;
}
.p-flow-contact__mail {
  display: block;
  width: 559px;
  margin: 40px auto 0;
}
.p-flow-appointment {
  margin-top: 60px;
  padding: 45px 60px 60px;
  border-radius: min(1.5625vw, 10px);
  background: #fff;
}
.p-flow-appointment__title {
  margin-bottom: 30px;
}
.p-flow-appointment-note {
  margin-top: 30px;
  padding: 22px 30px;
  border-radius: min(1.5625vw, 10px);
  background: var(--c-gray);
}

.p-course {
  background: var(--c-navy);
}
.p-course__title {
  left: 0;
  width: 315px;
}
.p-course-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -25px;
}
.p-course-list__item {
  position: relative;
  width: 295px;
  margin: 20px 24px 0;
  padding: 30px 20px 90px;
  border-radius: min(1.5625vw, 10px);
  background: #fff;
}
.p-course-list__item:nth-child(n+4) {
  margin-top: 60px;
}
.p-course-list__item::before, .p-course-list__item::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
  transform: translateX(-50%);
}
.p-course-list__item::before {
  top: -20px;
  width: 60px;
  height: 60px;
  background: #fff;
}
.p-course-list__item::after {
  top: 0;
  width: 20px;
  height: 20px;
  background: var(--c-navy);
}
.p-course-list__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 45px;
  border: solid var(--c-navy);
  border-width: 1px 0;
}
.p-course-list__img {
  margin: 20px 0;
}
.p-course-list__price {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65px;
  background: var(--c-gray);
  border-radius: 0 0 min(1.5625vw, 10px) min(1.5625vw, 10px);
}
.p-course__note {
  margin-top: 60px;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.p-course-payment {
  position: relative;
  margin-top: 100px;
  padding: 75px 0 60px;
  border: 1px solid;
  color: #fff;
}
.p-course-payment__title {
  position: absolute;
  left: 50%;
  top: 0;
  padding: 0 10px;
  background: var(--c-navy);
  transform: translate(-50%, -50%);
}
.p-course-payment__inner {
  width: 860px;
  margin: 0 auto;
}
.p-course-payment-fee {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 45px;
  border: solid;
  border-width: 1px 0;
}
.p-course-payment-fee__item {
  margin: 0 20px;
}
.p-course-payment__note {
  text-align: center;
}
.p-course-attention {
  width: 800px;
  margin: 60px auto 0;
  padding: 45px 30px 60px;
  border-radius: min(1.5625vw, 10px);
  background: #1c314e;
  color: #fff;
}
.p-course-attention__title::before {
  background: #fff;
}
.p-course-attention__title .c-section__subtitle-inner {
  background: #1c314e;
}
.p-course-attention__subtitle,
.p-course-attention .c-text:last-child {
  margin-top: calc(45px - 0.5em);
}
.p-course-attention__subtitle {
  font-weight: var(--fw-noto-bold);
}

.p-staff {
  background: #80bb89;
}
.p-staff__title {
  right: 0;
  width: 225px;
}
.p-staff .c-section__inner {
  padding-left: 360px;
  padding-right: 90px;
}
.p-staff__hakarino-img {
  position: absolute;
  left: 90px;
  width: 210px;
}
.p-staff__name + .p-staff__name {
  margin-top: 60px;
}
.p-staff-history {
  margin: 35px 0 60px;
  padding: 25px 30px;
  border-radius: min(1.5625vw, 10px);
  background: #fff;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.p-staff-history__title {
  margin-top: 2.4rem;
}
.p-staff-history__title:first-child {
  margin-top: 0;
}
.p-staff-history__title {
  font-weight: var(--fw-noto-bold);
}
.p-staff-history__list--margin {
  margin-top: 2.4rem;
}

.p-faq {
  background: #d9c5e3;
}
.p-faq__title {
  left: 0;
  width: 255px;
}
.p-faq .c-section__opener,
.p-faq .c-section__closer {
  background-image: url(../img/btn_arrow_navy_sp.svg);
}
.p-faq__contents {
  position: relative;
  margin-right: 90px;
  padding: 90px 90px 90px 0;
  border-radius: 0 min(1.5625vw, 10px) min(1.5625vw, 10px) 0;
  background: #fff;
}
.p-faq__contents::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 50vw;
  background: #fff;
}
.p-faq__q, .p-faq__a {
  padding-left: 75px;
}
.p-faq__q {
  position: relative;
  margin: 45px 0 30px;
  padding-top: 60px;
  border-top: 1px solid #d2d2d2;
}
.p-faq__q::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-top: -15px;
  background: url(../img/faq_icon_q.svg) 50% 50%/contain no-repeat;
}
.p-faq__q:first-child {
  margin-top: 0;
  padding-top: 15px;
  border-top: 0;
}

.p-contact {
  background: #645a50;
  color: #fff;
}
.p-contact__title {
  right: 0;
  width: 365px;
}
.p-contact-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border: solid;
  border-width: 1px 0;
}
.p-contact-list__item {
  margin: 20px 0;
}
.p-contact__map {
  overflow: hidden;
  margin: 60px 0 30px;
  border-radius: min(1.5625vw, 10px);
}
.p-contact__map iframe {
  display: block;
}
.p-contact__info {
  display: flex;
  justify-content: space-between;
}
.p-contact__address {
  font-style: normal;
}
.p-contact__transportation {
  text-align: right;
}
.p-contact-privacy {
  width: 800px;
  margin: 90px auto 0;
  padding: 40px 30px;
  border-radius: min(1.5625vw, 10px);
  background: rgba(0, 0, 0, 0.3);
}
.p-contact-privacy__inner {
  overflow-x: hidden;
  max-height: 210px;
  padding-right: 30px;
}
.p-contact-privacy__inner::-webkit-scrollbar {
  width: 4px;
}
.p-contact-privacy__inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.p-contact-privacy__inner::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #fff;
}
.p-contact-privacy__title {
  margin-bottom: 35px;
  line-height: 1;
}
.p-contact-privacy .c-text {
  font-size: 1.4rem;
}
.p-contact-privacy .c-text + .c-text {
  margin-top: 2.5em;
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
  a,
  input[type=submit],
  input[type=image],
  label {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    transition: 0.2s;
  }
  a:hover,
  input[type=submit]:hover,
  input[type=image]:hover,
  label:hover {
    opacity: 0.7;
  }
  .l-wrapper {
    min-width: 1020px;
  }
  .l-header-nav__overlay:hover {
    opacity: 1;
  }
  .c-btn-pagetop.is-on:hover, .c-btn-pagetop.is-onScrLock:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.9px) {
  .u-hidden-sp {
    display: none !important;
  }
  html {
    font-size: 1.5625vw;
  }
  body {
    letter-spacing: 0.03em;
    font-size: 2.4rem;
  }
  img {
    width: 100%;
  }
  .l-header__logo {
    width: 35.9375vw;
  }
  .l-header-nav {
    width: 100%;
    height: 100%;
    padding: min(14.0625vw, 90px) 4.6875vw 9.375vw;
  }
  .l-header-nav__btn {
    right: 4.6875vw;
    top: 50%;
    width: 9.375vw;
    height: 4.0625vw;
    transform: translateY(-50%);
  }
  .l-header-nav__line {
    height: 0.3125vw;
  }
  .l-header-nav__line::before {
    top: -1.875vw;
  }
  .l-header-nav__line::after {
    bottom: -1.875vw;
  }
  .l-header-nav__list {
    overflow-x: hidden;
    width: 100%;
    max-height: 100%;
  }
  .l-header-nav__item {
    height: 13.4375vw;
  }
  .l-header-nav__item img {
    width: auto;
    height: 4.53125vw;
  }
  .l-header-nav__item:first-child img {
    height: 3.90625vw;
  }
  .l-header-nav__link {
    padding: 0 4.6875vw;
  }
  .l-header-nav__link::after {
    right: 4.6875vw;
    width: 3.4375vw;
    background-image: url(../img/btn_arrow_wht_sp.svg);
  }
  .l-contents {
    width: 90.625vw;
  }
  .l-footer {
    height: 9.375vw;
  }
  .l-footer__copyright {
    font-size: 1.8rem;
  }
  .c-btn-pagetop {
    width: 9.375vw;
    height: 9.375vw;
    right: 4.6875vw;
    bottom: 4.6875vw;
  }
  .c-btn-pagetop.is-edge, .c-btn-pagetop.is-edgeScrLock {
    margin-bottom: 4.6875vw;
  }
  .p-kv__inner {
    left: 4.6875vw;
    top: 14.0625vw;
    transform: none;
  }
  .p-kv__text--1 {
    width: 71.5625vw;
  }
  .p-kv__text--2 {
    width: 88.59375vw;
    margin: 10vw 0 9.375vw;
  }
  .p-kv__text--3 {
    width: 90.15625vw;
  }
  .c-section__switch:checked ~ .c-section__header .c-section__opener {
    transform: rotateX(180deg);
  }
  .c-section__switch:checked ~ .c-section__inner {
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: translateY(0);
  }
  .c-section__header {
    height: 18.75vw;
  }
  .c-section__title {
    justify-content: flex-start;
    left: 0 !important;
    right: auto !important;
    width: 65.625vw !important;
    height: 9.375vw;
    padding-left: 4.6875vw;
    border-radius: 0 0 min(1.5625vw, 10px) min(1.5625vw, 10px);
  }
  .c-section__title img {
    width: auto;
    height: 4.53125vw;
  }
  .c-section__inner {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-bottom: 18.75vw;
    transition: 0.5s;
    transform: translateY(-5vh);
  }
  .c-section__subtitle-inner {
    padding: 0 1.875vw;
  }
  .c-section__subtitle img {
    width: auto;
    height: 4.53125vw;
  }
  .p-about__title img {
    height: 3.90625vw;
  }
  .p-about__copy, .p-about__contents {
    margin-left: 0;
  }
  .p-about__contents {
    margin-top: 9.375vw;
    padding: 9.375vw 4.6875vw;
    border-radius: min(1.5625vw, 10px);
  }
  .p-about__contents::before {
    display: none;
  }
  .p-about-greeting {
    display: block;
  }
  .p-about-greeting__img {
    width: auto;
    margin: 9.375vw auto 0;
  }
  .p-about-greeting__img img {
    width: 37.5vw;
    margin: auto;
  }
  .p-about-greeting__img figcaption {
    margin: 1.8rem 0 -0.5em;
    font: inherit;
  }
  .p-about-target {
    margin-top: 14.0625vw;
  }
  .p-about-target__title {
    margin-bottom: 9.375vw;
  }
  .p-about-target__text {
    text-align: left;
  }
  .p-about-target__list {
    display: block;
    height: auto;
    margin-top: 9.375vw;
    padding: 1.8rem 4.6875vw;
    border-radius: 0.78125vw;
  }
  .p-about-target__item {
    width: auto !important;
    padding-left: 0;
  }
  .p-about-target__item::before {
    display: none;
  }
  .p-about-hour {
    margin-top: 14.0625vw;
  }
  .p-about-hour__title {
    margin-bottom: 9.375vw;
  }
  .p-about-hour__text {
    text-align: left;
  }
  .p-about-hour__text + p {
    margin-top: 9.375vw;
  }
  .p-flow-slider-wrap {
    margin: -2.34375vw -4.6875vw 0;
  }
  .p-flow-slider-wrap .grSliderContents {
    padding-top: 2.34375vw;
  }
  .p-flow-slider-wrap .grSliderPrev,
  .p-flow-slider-wrap .grSliderNext {
    border-width: 2.34375vw 2.8125vw;
  }
  .p-flow-slider-wrap .grSliderPrev {
    left: 3.125vw;
  }
  .p-flow-slider-wrap .grSliderNext {
    right: 3.125vw;
  }
  .p-flow-slider-wrap .grSliderNav {
    height: 3.125vw;
    margin-top: 4.6875vw;
  }
  .p-flow-slider-wrap .grSliderNav li {
    width: 3.125vw;
    margin: 0 3.125vw;
  }
  .p-flow-slider-wrap .grSliderNav .grSliderNavActive a:after {
    left: 0.9375vw;
    top: 0.9375vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  .p-flow-slider__item {
    width: 81.25vw !important;
    height: auto;
    margin: 0 9.375vw;
    padding-top: 14.0625vw;
  }
  .p-flow-slider__item--with-note {
    padding-bottom: 55.46875vw;
  }
  .p-flow-slider__step {
    left: -4.6875vw;
    top: -2.34375vw;
    width: 14.0625vw;
  }
  .p-flow-slider__title {
    width: 71.875vw;
    margin-bottom: 9.375vw;
  }
  .p-flow-slider__text {
    text-align: left;
    padding: 0 4.6875vw;
  }
  .p-flow-slider-note {
    height: 46.875vw;
    padding: 4.6875vw 4.6875vw 23.4375vw;
    text-align: left;
  }
  .p-flow-slider-note__btn {
    position: absolute;
    left: 50%;
    bottom: 9.375vw;
    width: 65.625vw;
    height: 9.375vw;
    padding-left: 11.71875vw;
    border-radius: 4.6875vw;
    transform: translateX(-50%);
  }
  .p-flow-slider-note__btn::before {
    left: 4.6875vw;
    border-width: 1.25vw 1.40625vw;
  }
  .p-flow-slider-note__btn img {
    width: auto;
    height: 4.53125vw;
  }
  .p-flow-contact .p-flow-slider__title img {
    height: 12.1875vw;
  }
  .p-flow-contact__tel {
    width: 52.1875vw;
    margin-top: 23.4375vw;
  }
  .p-flow-contact__mail {
    width: 69.21875vw;
    margin-top: 5.46875vw;
  }
  .p-flow-appointment {
    margin-top: 14.0625vw;
    padding: 9.375vw 4.6875vw;
  }
  .p-flow-appointment__title {
    margin-bottom: 9.375vw;
  }
  .p-flow-appointment-note {
    margin-top: 9.375vw;
    padding: 2.8125vw 4.6875vw;
  }
  .p-course-list {
    margin: 4.6875vw 0 0;
  }
  .p-course-list__item {
    width: 100%;
    margin: 0;
    padding: 9.375vw 4.6875vw 23.4375vw;
  }
  .p-course-list__item:nth-child(n+2) {
    margin-top: 14.0625vw;
  }
  .p-course-list__item::before {
    top: -4.6875vw;
    width: 14.0625vw;
    height: 14.0625vw;
  }
  .p-course-list__item::after {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .p-course-list__title {
    height: 9.375vw;
  }
  .p-course-list__title img {
    width: auto;
    height: 4.53125vw;
  }
  .p-course-list__img {
    margin: 4.6875vw 0 9.375vw;
  }
  .p-course-list__price {
    height: 14.0625vw;
  }
  .p-course-list__price img {
    width: auto;
    height: 4.84375vw;
  }
  .p-course__note {
    margin: 7.5vw 0 -0.5em;
    text-align: left;
    line-height: 2;
  }
  .p-course-payment {
    margin-top: 14.0625vw;
    padding: 10.9375vw 4.6875vw 9.375vw;
  }
  .p-course-payment__title {
    padding: 0 1.875vw;
  }
  .p-course-payment__title img {
    height: 4.53125vw;
  }
  .p-course-payment__inner {
    width: auto;
  }
  .p-course-payment-fee {
    flex-direction: column;
    height: 21.875vw;
    margin-top: 9.375vw;
  }
  .p-course-payment-fee__item {
    margin: 1.5625vw 0;
  }
  .p-course-payment-fee__item img {
    width: auto;
    height: 4.53125vw;
  }
  .p-course-payment__note {
    text-align: left;
  }
  .p-course-attention {
    width: auto;
    margin-top: 14.0625vw;
    padding: 9.375vw 4.6875vw;
  }
  .p-course-attention__title img {
    width: auto;
    height: 4.53125vw;
  }
  .p-course-attention__subtitle,
  .p-course-attention .c-text:last-child {
    margin-top: 7.5vw;
  }
  .p-staff .c-section__inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 32.8125vw;
  }
  .p-staff__hakarino-img {
    position: static;
    width: 37.5vw;
    margin: 0 auto 4.6875vw;
  }
  .p-staff__name + .p-staff__name {
    margin-top: 14.0625vw;
  }
  .p-staff__name img {
    width: auto;
    height: 4.6875vw;
  }
  .p-staff__name--hakarino img {
    margin: auto;
  }
  .p-staff-history {
    margin: 35px 0 60px;
    padding: 3.75vw 4.6875vw;
    font: inherit;
    line-height: 1.5;
  }
  .p-staff-history__title {
    margin-top: 2.5em;
  }
  .p-staff-history__text {
    margin-top: 0.5em;
  }
  .p-staff-history__list {
    margin-top: 0.5em;
  }
  .p-staff-history__list--margin {
    margin-top: 2.5em;
  }
  .p-staff-history__item {
    margin-top: 0.5em;
  }
  .p-staff-history__item:first-child {
    margin-top: 0;
  }
  .p-faq__contents {
    margin-right: 0;
    padding: 9.375vw 4.6875vw;
  }
  .p-faq__contents::before {
    display: none;
  }
  .p-faq__q {
    margin: 9.375vw 0;
    padding: 9.375vw 0 0 11.71875vw;
  }
  .p-faq__q::before {
    width: 9.375vw;
    height: 9.375vw;
    margin-top: 0;
  }
  .p-faq__q:first-child {
    padding-top: 0;
  }
  .p-faq__q img {
    width: auto;
    height: 12.03125vw;
  }
  .p-faq__q--1 img {
    height: 11.5625vw;
  }
  .p-faq__q--4 img {
    height: 34.53125vw;
  }
  .p-faq__a {
    padding-left: 0;
  }
  .p-contact-list {
    height: 37.5vw;
    padding: 0;
  }
  .p-contact-list__item {
    margin: 3.125vw auto;
  }
  .p-contact__tel img {
    width: 52.1875vw;
  }
  .p-contact__mail img {
    width: 76.5625vw;
  }
  .p-contact__map {
    margin: 9.375vw 0;
  }
  .p-contact__map iframe {
    width: 100%;
    height: 90.625vw;
  }
  .p-contact__info {
    flex-direction: column;
  }
  .p-contact__transportation {
    margin-top: 2.5em;
    text-align: left;
  }
  .p-contact-privacy {
    width: auto;
    margin-top: 3em;
    padding: 9.375vw 4.6875vw;
  }
  .p-contact-privacy__inner {
    max-height: 56.25vw;
    padding-right: 4.6875vw;
  }
  .p-contact-privacy__title {
    margin-bottom: 5.46875vw;
  }
  .p-contact-privacy .c-text {
    font: inherit;
  }
  .p-contact-privacy .c-text + .c-text {
    margin-top: 2em;
  }
}
@media screen and (min-width:768px) and (max-width:1024.9px) {
  .u-hidden-tb {
    display: none !important;
  }
}
/*# sourceMappingURL=maps/index.css.map */
