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

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

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

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

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

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

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

li {
  list-style-type: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

small {
  font-size: 100%;
}

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

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

caption {
  text-align: left;
}

td,
th {
  font-weight: normal;
  padding: 0;
}

/* ====================================== //
// フォント設定 - 種類
// ====================================== */
@font-face {
  font-family: "M PLUS Rounded1c-Bold";
  src: url("../font/M_PLUS_Rounded_1c/MPLUSRounded1c-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Zen Maru Gothic-Medium";
  src: url("../font/Zen_Maru_Gothic/ZenMaruGothic-Medium.ttf") format("truetype");
}
/* ================================================= //
// 単位を削除する計算 Sassでは、math.div関数の使用が推奨
// ================================================= */
/* ====================================== //
// % の 計算
// ====================================== */
/* ================================================= //
// px → rem の計算 
// ================================================= */
/* ================================================= //
// px → rem の計算 PhotoShop-SP 用
// ================================================= */
/* ====================================== //
// vwの計算 
// ====================================== */
/* ====================================== //
// Contents-Wrap Contents から 算出 pxで返す
// ====================================== */
/* ====================================== //
// Contents-Wrap Contents から 算出 remで返す
// ====================================== */
/* ====================================== //
// Contents-Wrap Contents から 算出 %で返す
// ====================================== */
/* ====================================== //
// Contents-Wrap Contents から 算出 単位_vw
// ====================================== */
/* ========================================= //
// Contents-PC Padding から Contents幅を pxで返す
// ========================================= */
/* ========================================= //
// Contents-PC Padding から Contents幅を remで返す
// ========================================= */
/* ========================================== //
// Contents-Wrap Padding から Contents幅を %で計算
// ========================================== */
/* ========================================== //
// Contents Padding から Contents幅を vwで計算
// ========================================== */
/* ========================================== //
// Contents-SP Padding から Contents幅を vwで計算
// ========================================== */
/* ========================================== //
// Contents-SP Padding から Contents幅を %で計算
// ========================================== */
/* ====================================== //
// レスポンシブ
// ====================================== */
/* ====================================== //
// 
// ====================================== */
/* ====================================== //
// PCのコンテンツ幅から算出
// ====================================== */
/* ====================================== //
// PCのコンテナ幅を決める
// ====================================== */
/* ====================================== //
// Container Innerを %でセットする
// ====================================== */
/* ====================================== //
// Container Innerを remでセットする
// ====================================== */
/* ====================================== //
// section の設定
// ====================================== */
.u-ShowOnlyPC {
  display: none;
}
@media screen and (min-width: 872px) {
  .u-ShowOnlyPC {
    display: none;
  }
}
@media screen and (min-width: 1096px) {
  .u-ShowOnlyPC {
    display: inline-block;
  }
}

.u-ShowOnlyTab {
  display: none;
}
@media screen and (min-width: 872px) {
  .u-ShowOnlyTab {
    display: inline-block;
  }
}
@media screen and (min-width: 1096px) {
  .u-ShowOnlyTab {
    display: none;
  }
}

.u-HideOnlyTab {
  display: inline-block;
}
@media screen and (min-width: 872px) {
  .u-HideOnlyTab {
    display: none;
  }
}
@media screen and (min-width: 1096px) {
  .u-HideOnlyTab {
    display: inline-block;
  }
}

.u-ShowOnlySP {
  display: inline-block;
}
@media screen and (min-width: 872px) {
  .u-ShowOnlySP {
    display: none;
  }
}

.u-ShowOnlySP-Block {
  display: block;
}
@media screen and (min-width: 872px) {
  .u-ShowOnlySP-Block {
    display: none;
  }
}

.u-UpperText {
  text-transform: uppercase;
}

.u-Bold {
  font-weight: 700;
}

/* ====================================== //
// function
// ====================================== */
/* ====================================== //
// mixin
// ====================================== */
/* ====================================== //
// utility
// ====================================== */
html {
  scroll-behavior: smooth;
  scroll-margin-top: 115px; /* 追記 */
}

body {
  overflow-x: hidden;
  font-family: "M PLUS Rounded1c-Bold";
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0px;
  color: #191919;
}

a {
  width: 100%;
  position: relative;
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

table {
  border-collapse: collapse;
}

iframe {
  width: 100%;
}

.l-Container-1200 {
  padding-inline: 5.3333333333%;
}
@media (min-width: 872px) {
  .l-Container-1200 {
    max-width: 1260px;
    margin-inline: auto;
    padding-inline: 30px;
  }
}

.l-Container-1770 {
  padding-inline: 5.3333333333%;
}
@media (min-width: 872px) {
  .l-Container-1770 {
    max-width: 1830px;
    margin-inline: auto;
    padding-inline: 30px;
  }
}

.l-SectionBody-Sub {
  margin-top: clamp(3.125rem, 5.53vw + 0.11115rem, 6.75rem);
}

.c-BurgerIcon {
  width: 3.75rem;
  aspect-ratio: 1;
  position: relative;
  z-index: 101;
}

.c-BurgerLine {
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  background: #60c8b3;
  position: absolute;
  z-index: 102;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: rotate 0.5s ease, background-color 0.5s ease;
}
.c-BurgerLine::before, .c-BurgerLine::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 1.875rem;
  height: 0.1875rem;
  background: #60c8b3;
}
.c-BurgerLine::before {
  top: 0.625rem;
}
.c-BurgerLine::after {
  bottom: 0.625rem;
}

.c-Headline02,
.c-Headline02-FrontPage {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-Headline02-Greeting,
.c-Headline02-Beginner,
.c-Headline02-Menu {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  letter-spacing: 0px;
  line-height: 1;
}
.c-Headline02-Greeting::before,
.c-Headline02-Beginner::before,
.c-Headline02-Menu::before {
  font-family: "M PLUS Rounded1c-Bold";
  font-size: clamp(
    3.125rem,
    11.55vw + -3.16975rem,
    10.6875rem
  );
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 1;
}
.c-Headline02-Greeting::after,
.c-Headline02-Beginner::after,
.c-Headline02-Menu::after {
  position: absolute;
  top: 118%;
  left: 0;
  width: 138px;
  height: 0.3125rem;
  content: "";
}
@media screen and (min-width: 872px) {
  .c-Headline02-Greeting,
.c-Headline02-Beginner,
.c-Headline02-Menu {
    font-size: 1.25rem;
  }
}

.c-Headline02-Greeting::before {
  content: "Greeting";
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #fff;
}
.c-Headline02-Greeting::after {
  background-color: #ffffff;
}

.c-Headline02-Beginner::before {
  content: "Beginner";
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #7bd8c4;
}
.c-Headline02-Beginner::after {
  background-color: #7bd8c4;
}

.c-Headline02-Menu::before {
  text-align: center;
  content: "Menu";
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #fff;
}
.c-Headline02-Menu::after {
  background-color: #ffffff;
}

.c-Headline02-Text {
  display: block;
}

.c-Headline02-SubPage {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  font-size: 30px;
  font-weight: 700;
}
.c-Headline02-SubPage::after {
  position: absolute;
  top: 2.3em;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #60c8b3;
  content: "";
}
@media screen and (min-width: 872px) {
  .c-Headline02-SubPage::after {
    top: 5.625rem;
  }
}

.c-Headline03-SubPage {
  padding-left: 15px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #60c8b3;
  position: relative;
}
.c-Headline03-SubPage::before {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 3px;
  height: 32px;
  background-color: #60c8b3;
  content: "";
}

/* ====================================== //
// メインカラーに白　ホバー
// ====================================== */
.c-Button-Header {
  background-color: #7bd8c4;
  color: #ffffff;
  border: 1px #7bd8c4 solid;
  border-radius: 50px;
  padding-inline: 30px;
  padding-block: 20px;
}
@media (hover: hover) {
  .c-Button-Header:hover {
    background: #ffffff;
    color: #7bd8c4;
  }
}

/* ====================================== //
// ボタン共通
// ====================================== */
.c-Button,
.c-Button-Outline,
.c-Button-Brown {
  padding-block: 21px;
  width: 280px;
  border-radius: 50px;
  font-size: 21px;
  font-weight: 700;
  display: grid;
  place-content: center;
}

.c-Button-ATC {
  max-width: 386px;
  padding-inline: 20px;
  padding-block: 5px;
  border-radius: 50px;
  font-size: 21px;
  font-weight: 700;
  display: grid;
  place-content: center;
}

/* ====================================== //
// 白地にブルー文字　ホバー
// ====================================== */
.c-Button-Outline {
  background-color: #fff;
  color: #7bd8c4;
  border: 1px #7bd8c4 solid;
}
@media (hover: hover) {
  .c-Button-Outline:hover {
    background: #7bd8c4;
    color: #ffffff;
  }
}

/* ====================================== //
// ブルー地に白　ホバー
// ====================================== */
.c-Button,
.c-Button-ATC {
  background-color: #60c8b3;
  color: #ffffff;
  border: 3px #7bd8c4 solid;
}
@media (hover: hover) {
  .c-Button:hover,
.c-Button-ATC:hover {
    background: #ffffff;
    color: #7bd8c4;
  }
}

/* ====================================== //
// 茶色地に白　ホバー
// ====================================== */
.c-Button-Brown {
  background-color: #786962;
  color: #ffffff;
  border: 1px #ffffff solid;
}
@media (hover: hover) {
  .c-Button-Brown:hover {
    background: #ffffff;
    color: #786962;
  }
}

/* ====================================== //
// start Card-Beginner
// ====================================== */
.c-CardBeginner {
  text-align: center;
}

.c-CardBeginner__Image {
  width: 100%;
  aspect-ratio: 0.7076537014;
}

.c-CardBeginner__Headline03 {
  margin-top: 1.25rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.4230769231;
  color: #7bd8c4;
}

.c-CardBeginner__Headline04-22,
.c-CardBeginner__Headline04-20 {
  margin-top: 0.875rem;
  font-weight: 700;
  line-height: 1.45;
  color: #7bd8c4;
  letter-spacing: 0;
}

.c-CardBeginner__Headline04-22 {
  font-size: 1.375rem;
}

.c-CardBeginner__Headline04-20 {
  font-size: 1.25rem;
}

.c-CardBeginner__Note {
  line-height: 1.5;
}

/* ====================================== //
// start Card-Menu
// ====================================== */
.c-CardMenu {
  width: 22.9943502825%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  color: #191919;
  border: 1px solid #e5e5e5;
  padding: 41px 25.5px 26.5px;
}

.c-CardMenu__Image {
  margin-inline: auto;
  width: 77.5%;
  aspect-ratio: 0.7075;
}

.c-CardMenu__Article {
  max-width: 22.25rem;
  margin-inline: auto;
}

.c-CardMenu__Headline03 {
  margin-top: 0.9375rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(
    1.5625rem,
    0.19vw + 1.398625rem,
    1.625rem
  );
  font-weight: 700;
  color: #7bd8c4;
}

.c-CardMenu__Note {
  margin-top: 1.25rem;
  width: 100%;
  line-height: 1.5;
}

.c-CardMenu__Icon {
  margin-top: 35px;
  margin-inline: auto;
  width: 50px;
  aspect-ratio: 1.7857142857;
}

.CardService_Image {
  width: 60%;
  margin-inline: auto;
}

.CardService_Image > img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.CardService_title {
  position: relative;
  font-size: rem(20);
  font-weight: 700;
  padding: 0.625rem 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.CardService_title::after {
  position: absolute;
  bottom: 0.5em;
  left: 0;
  z-index: -1;
  content: "";
  height: 0.5em;
  width: 100%;
  opacity: 0.5px;
}

/* ====================================== //
// c-ColumnWorks
// ====================================== */
@media (hover: hover) {
  .c-ColumnWorks__Link:hover .c-ColumnWorks__Button {
    background-color: #ffffff;
  }
}

.c-ColumnWorks__Photo {
  border: ridge 0.75rem #ffffff;
  margin-bottom: 1.25rem;
  box-shadow: 3px 3px 3px 0px #c8c6c6;
}

.c-ColumnWorks__Photo img {
  aspect-ratio: 8/5;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-ColumnWorks__AreaNote {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0.625rem 0.625rem;
  text-align: center;
  position: relative;
  width: 70%;
  box-shadow: 3px 3px 3px 0px #c8c6c6;
  color: #ffffff;
}

.c-ColumnWorks__AreaNote::before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: calc(100% - 0.375rem);
  height: calc(100% - 0.375rem);
}

.c-ColumnWorks__Caption {
  margin-bottom: 0.625rem;
  line-height: 1rem;
}

.c-ColumnWorks__Link {
  transition: 0.3s;
  box-shadow: 3px 3px 3px 0px #c8c6c6;
}
@media (hover: hover) {
  .c-ColumnWorks__Link:hover .c-ColumnWorks__noteButton {
    background-color: #ffffff;
  }
}

/* ====================================== //
// 設定 
// ====================================== */
/* ====================================== //
// スライドメニュー設定
// ====================================== */
.pr-Drawer__Nav {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 100;
  height: 100dvh;
  width: 100%;
  transition: transform 0.3s;
}
@media screen and (min-width: 430x) {
  .pr-Drawer__Nav {
    width: 23.4375rem;
  }
}
@media screen and (min-width: 872px) {
  .pr-Drawer__Nav {
    position: relative;
    transform: unset;
    height: unset;
    width: unset;
  }
}
.pr-Drawer-js-IsOpen .pr-Drawer__Nav {
  display: block;
  transform: translateX(0);
}

/* ====================================== //
// ドロワー　
// ====================================== */
@media screen and (min-width: 872px) {
  .pr-Drawer__SPLogo {
    display: none;
  }
}

/* ====================================== //
// バーガーアイコンの設定
// ====================================== */
.pr-Drawer__Icon {
  position: absolute;
  z-index: 105;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 3.5rem;
  height: 3.75rem;
}
@media (min-width: 872px) {
  .pr-Drawer__Icon {
    display: none;
  }
}

/* ====================================== //
// バーガーラインの変更
// ====================================== */
.pr-Drawer__Burger {
  width: 1.75rem;
  height: inherit;
  position: relative;
  z-index: 105;
}

.pr-Drawer__BurgerLine {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 0.125rem;
  background: #111;
  border-radius: 2px;
  transition: rotate 0.5s ease, background-color 0.5s ease;
}
.pr-Drawer__BurgerLine::before, .pr-Drawer__BurgerLine::after {
  position: absolute;
  left: 0;
  content: "";
  width: 1.75rem;
  height: 0.125rem;
  background-color: #111;
  border-radius: 2px;
  transition: transform 0.3s;
}
.pr-Drawer__BurgerLine::before {
  top: 50%;
  transform: translateY(-9px);
}
.pr-Drawer__BurgerLine::after {
  top: 50%;
  transform: translateY(7px);
}
.pr-Drawer-js-IsOpen .pr-Drawer__BurgerLine {
  background-color: transparent;
}
.pr-Drawer-js-IsOpen .pr-Drawer__BurgerLine::before {
  transform: rotate(-45deg);
}
.pr-Drawer-js-IsOpen .pr-Drawer__BurgerLine::after {
  transform: rotate(45deg);
}

/* ====================================== //
// レイヤーの移動
// ====================================== */
.pr-Drawer__Layer {
  display: none;
}
.pr-Drawer-js-IsOpen .pr-Drawer__Layer {
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100dvh;
}
@media screen and (min-width: 872px) {
  .pr-Drawer-js-IsOpen .pr-Drawer__Layer {
    display: none;
  }
}

.js-DrawerModalBody {
  overflow-y: hidden;
}

.pr-DrawerAreaHeader {
  display: flex;
  align-items: center;
  height: 3.75rem;
}

.pr-DrawerNavList {
  margin-top: 1.25rem;
}

.pr-DrawerNavList__DrawerNavItem {
  margin-top: 3.125rem;
}

.pr-DrawerNavItem {
  text-align: center;
  position: relative;
  font-size: rem(20);
  font-weight: 800;
  margin-top: 3.125rem;
}

.pf-MainView__Container {
  width: 100%;
  aspect-ratio: 2.4935064935;
  display: grid;
  place-content: center;
  position: relative;
}
.pf-MainView__Container::before, .pf-MainView__Container::after {
  position: absolute;
  top: 0;
  z-index: -1;
  content: "";
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.pf-MainView__Container::before {
  left: 0;
  background-image: url("../images/pages/front/mv-lady.jpg");
  background-position: right;
}
.pf-MainView__Container::after {
  right: 0;
  background-image: url("../images/pages/front/mv-men.jpg");
  background-position: left;
}

.pf-MainView__Board {
  padding-block: 16px;
}

.pf-MainView__Caption {
  display: grid;
  place-content: center;
  width: 100%;
  font-family: "Zen Maru Gothic-Medium";
  font-size: clamp(
    1.375rem,
    2.0833333333vw,
    2.5rem
  );
  font-weight: 500;
  writing-mode: vertical-rl;
}
.pf-MainView__Caption:not(:first-child) {
  padding-top: 8px;
}
@media screen and (min-width: 872px) {
  .pf-MainView__Caption {
    letter-spacing: 10px;
    line-height: 63px;
  }
}

.pf-MainView__Text2 {
  padding-top: 9.4791666667vw;
}

.pg-MainView__Logo {
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  gap: 2.8125vw;
}
@media screen and (min-width: 872px) {
  .pg-MainView__Logo {
    margin-top: 4.8958333333vw;
    padding-right: 24px;
    justify-content: center;
  }
}

.pg-MainView__LogoLink-Lady {
  width: clamp(
    8.125rem,
    5.73vw + 5.00215rem,
    11.875rem
  );
  width: clamp(
    8.125rem,
    5.73vw + 5.00215rem,
    11.875rem
  );
  aspect-ratio: 4.3181818182;
}

.pg-MainView__LogoLink-Men {
  margin-left: auto;
  width: clamp(
    7.3125rem,
    5.34vw + 4.4022rem,
    10.8125rem
  );
  width: clamp(
    7.3125rem,
    5.34vw + 4.4022rem,
    10.8125rem
  );
  aspect-ratio: 3.6041666667;
}

.pf-Greeting {
  padding-top: 9.2708333333vw;
  padding-bottom: 6.9791666667vw;
  background: #60c8b3;
  position: relative;
}
@media screen and (min-width: 872px) {
  .pf-Greeting {
    padding-top: 8.3333333333vw;
    padding-bottom: 6.9791666667vw;
  }
}
.pf-Greeting::before {
  position: absolute;
  top: -3.3333333333vw;
  left: 0;
  z-index: 0;
  width: 100%;
  aspect-ratio: 15.1181102362;
  background-image: url(../images/pages/front/blue-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.pf-Greeting::after {
  position: absolute;
  bottom: -3.3333333333vw;
  left: 0;
  content: "";
  width: 100%;
  aspect-ratio: 15.1181102362;
  background-image: url(../images/pages/front/blue-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.pf-Greeting__Layout {
  max-width: 1800px;
  padding-inline: 20px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 4.6875vw;
}
@media screen and (min-width: 872px) {
  .pf-Greeting__Layout {
    padding-inline: 30px;
    flex-direction: row;
  }
}

.pf-Greeting__ImagesLayout {
  padding-top: 19px;
  margin-left: calc(50% - 50vw);
}

.pf-Greeting__Images {
  width: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 872px) {
  .pf-Greeting__Images {
    width: 45.4166666667vw;
  }
}

.pf-Greeting__Image {
  width: 100%;
  aspect-ratio: 1.313253012;
}

.pf-Greeting__ImageURL {
  display: block;
}

.pf-Greeting__Article {
  width: 100%;
  color: #ffffff;
}
@media screen and (min-width: 872px) {
  .pf-Greeting__Article {
    width: 49.1954022989%;
  }
}

.pf-Greeting__Notes {
  margin-top: 78px;
  line-height: 2.2;
  position: relative;
}

.pf-Greeting__Detail {
  margin-top: 45px;
}

.pf-Beginner {
  padding-top: 7.8125vw;
  padding-bottom: 7.03125vw;
}

.pf-Beginner__Container {
  max-width: 1826px;
  margin-inline: auto;
  padding-inline: 30px;
}

.pf-Beginner__Body {
  margin-top: 7.03125vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 3.125rem;
}
@media screen and (min-width: 872px) {
  .pf-Beginner__Body {
    margin-top: 8.4375rem;
    flex-direction: row;
    gap: 5.9166666667%;
  }
}

.pf-Beginner__Detail {
  margin-top: 3.125rem;
  margin-inline: auto;
}

.pf-Beginner__Headline02 {
  margin-inline: auto;
}
@media screen and (min-width: 872px) {
  .pf-Beginner__Headline02 {
    margin-inline: unset;
  }
}

.pf-Menu {
  padding-top: 8.5416666667vw;
  padding-bottom: 6.25vw;
  background-color: #786962;
  position: relative;
}
@media screen and (min-width: 872px) {
  .pf-Menu {
    padding-bottom: 6.1458333333vw;
    background-color: #786962;
  }
}
.pf-Menu::before {
  position: absolute;
  top: -3.3333333333vw;
  left: 0;
  z-index: 0;
  width: 100%;
  aspect-ratio: 15.1181102362;
  background-image: url(../images/pages/front/brown-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.pf-Menu__Container {
  max-width: 1830px;
  padding-inline: 30px;
  margin-inline: auto;
  color: #ffffff;
}

.pf-Menu__Headline02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: 50%;
}

.pf-Menu__Body {
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (min-width: 872px) {
  .pf-Menu__Body {
    margin-top: 7.5rem;
    flex-direction: row;
  }
}

.pf-Menu__CardWrap {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media screen and (min-width: 872px) {
  .pf-Menu__CardWrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 2.7401129944%;
         column-gap: 2.7401129944%;
  }
}
@media screen and (min-width: 1380px) {
  .pf-Menu__CardWrap {
    flex-wrap: nowrap;
  }
}

.pf-Menu__Card {
  width: 100%;
}
@media screen and (min-width: 872px) {
  .pf-Menu__Card {
    width: 25.375rem;
  }
}

.pf-Menu__Detail {
  margin-top: 2.5rem;
  margin-inline: auto;
}

.pg-ATC {
  padding-top: 7rem;
  padding-bottom: 11.5625rem;
  background-color: #fafafa;
}
@media screen and (min-width: 872px) {
  .pg-ATC {
    padding-top: 6.875rem;
    padding-bottom: 11.625rem;
  }
}

.pg-ATC__Container {
  max-width: 680px;
  margin-inline: auto;
  padding-inline: 40px;
}

.pg-ATC__Upper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 872px) {
  .pg-ATC__Upper {
    flex-direction: row;
  }
}

.pg-ATCTell__Logo-Lady {
  width: 190px;
  aspect-ratio: 4.3181818182;
  margin-inline: auto;
}

.pg-ATCTell__Logo-Men {
  width: 173px;
  aspect-ratio: 3.6041666667;
  margin-inline: auto;
}

.pg-ATCTell__Lower {
  display: flex;
  align-items: center;
}

.pg-ATCTell__Number {
  margin-left: 20px;
  font-size: 36px;
  font-weight: 700;
  position: relative;
}
.pg-ATCTell__Number::before {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url(../images/Icon/icon-phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.pg-ATCTell__Icon {
  width: 35px;
  aspect-ratio: 1;
}

.pg-ATC__Lower {
  margin-top: 32px;
  margin-inline: auto;
}

.pg-Header {
  position: fixed;
  z-index: 98;
  width: 100%;
  height: 3.75rem;
  aspect-ratio: 16.8421052632;
  background: #ffffff;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 872px) {
  .pg-Header {
    height: 5.9895833333vw;
  }
}

.pg-Header__Container {
  margin-inline: auto;
  padding-left: 2.3125rem;
  padding-right: 2.0625rem;
  width: 100%;
  height: inherit;
  display: flex;
}
@media screen and (min-width: 1920px) {
  .pg-Header__Container {
    padding-left: clamp(
    1.5625rem,
    1.15vw + 0.93575rem,
    2.3125rem
  );
    padding-right: 2.0625rem;
    display: flex;
    align-items: center;
  }
}

.pg-Header__Logo {
  display: flex;
  white-space: nowrap;
  gap: 16px;
}

.pg-Header__BurgerWrap {
  width: 50px;
  aspect-ratio: 1;
}

.pr-Drawer-js-IsOpen .pg-IconBurger__Line:before, .pr-Drawer-js-IsOpen .pg-IconBurger__Line:after {
  background-color: #ffffff;
}

.pg-Header-js-BgImage {
  opacity: 1;
}

/* ====================================== //
// Logo
// ====================================== */
.pg-Header__LogoLink-Lady {
  width: clamp(
    7.125rem,
    2.78vw + 6.4734375rem,
    9.8125rem
  );
  aspect-ratio: 3.8055555556;
  display: block;
}
@media screen and (min-width: 1920px) {
  .pg-Header__LogoLink-Lady {
    width: 8.1770833333vw;
  }
}

.pg-Header__LogoLink-Men {
  width: clamp(
    7.125rem,
    1.94vw + 6.6703125rem,
    9rem
  );
  aspect-ratio: 3.6111111111;
  display: block;
}
@media screen and (min-width: 1920px) {
  .pg-Header__LogoLink-Men {
    width: 7.5vw;
  }
}

.pg-Header__LogoLink-Image {
  -o-object-fit: contain;
     object-fit: contain;
}

.pg-Header__SPLogo {
  padding-left: 20px;
  height: 3.75rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 872px) {
  .pg-Header__SPLogo {
    display: none;
  }
}

.pg-Header__SPLogoLink-Lady {
  width: 137px;
  aspect-ratio: 3.8055555556;
}

.pg-Header__SPLogoLink-Men {
  width: 130px;
  aspect-ratio: 3.6111111111;
}

.pg-Header__Nav {
  background-color: #ffffff;
}
@media screen and (min-width: 872px) {
  .pg-Header__Nav {
    padding-left: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
  }
}

.pg-Header__NavList {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 872px) {
  .pg-Header__NavList {
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    row-gap: 8px;
  }
}
@media (min-width: 1180px) {
  .pg-Header__NavList {
    flex-wrap: wrap;
    width: 20.625rem;
  }
}
@media (min-width: 1380px) {
  .pg-Header__NavList {
    flex-wrap: nowrap;
    width: unset;
  }
}

.pg-Header__NavItem,
.pg-Header__NavButton {
  font-weight: 400;
  letter-spacing: 0.48px;
  margin-top: 1.75rem;
}
@media (min-width: 872px) {
  .pg-Header__NavItem,
.pg-Header__NavButton {
    margin-top: unset;
  }
  .pg-Header__NavItem:not(:first-child),
.pg-Header__NavButton:not(:first-child) {
    margin-left: 0.875rem;
  }
}

.pg-Header__NavItem {
  transition: color 0.3s;
}
.pg-Header__NavItem:hover {
  color: #7bd8c4;
}

.pg-Header__NavLink {
  white-space: nowrap;
}

/* ====================================== //
// Contact-Tell
// ====================================== */
.pg-Header__HeaderTell {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 872px) {
  .pg-Header__HeaderTell {
    display: none;
    margin-top: unset;
  }
}
@media screen and (min-width: 1180px) {
  .pg-Header__HeaderTell {
    display: block;
  }
  .pg-Header__HeaderTell:first-child {
    margin-left: 18px;
  }
  .pg-Header__HeaderTell:not(:first-child) {
    margin-left: 15px;
  }
}

.pg-HeaderTell__Upper {
  display: grid;
  place-content: center;
}

.pg-HeaderTell__Logo {
  width: 76px;
  height: 18px;
}

.pg-HeaderTell__LogoImage {
  display: block;
}

.pg-HeaderTell__Lower {
  display: flex;
  align-items: flex-start;
}

.pg-HeaderTell__Icon {
  transform: translateY(-3px);
  width: 14px;
  height: 14px;
}

.pg-HeaderTell__Number {
  font-size: 19px;
  font-weight: bold;
  white-space: nowrap;
}

/* ====================================== //
// Contact-Web
// ====================================== */
.pg-Header__NavContactLink {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  margin-inline: auto;
  line-height: 1.375;
}
@media screen and (min-width: 872px) {
  .pg-Header__NavContactLink {
    margin-top: unset;
    display: none;
  }
}
@media screen and (min-width: 1180px) {
  .pg-Header__NavContactLink {
    display: block;
    min-width: 137px;
    width: auto;
    white-space: nowrap;
    padding-block: 0.5208333333vw;
    margin-left: 15px;
    display: block;
    margin-left: 25px;
  }
}

.pg-Spacer {
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 872px) {
  .pg-Spacer {
    height: 5.9895833333vw;
  }
}

.pg-Footer__Upper {
  padding-top: 78px;
  padding-bottom: 100px;
  position: relative;
}
.pg-Footer__Upper::before, .pg-Footer__Upper::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c6c6c6;
  content: "";
}
.pg-Footer__Upper::before {
  top: 0;
}
.pg-Footer__Upper::after {
  bottom: 0;
}

.pg-Footer__Container {
  max-width: 1480px;
  margin-inline: auto;
  padding-inline: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1180px) {
  .pg-Footer__Container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.pg-Footer__Lower {
  padding-top: 33px;
  padding-bottom: 140px;
}

/* ====================================== //
// Logo
// ====================================== */
.pg-Footer__LogoWrap {
  margin-left: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4375rem;
}
@media screen and (min-width: 872px) {
  .pg-Footer__LogoWrap {
    flex-direction: row;
  }
}

.pg-Footer__LogoLink-Lady {
  width: 13.375rem;
  aspect-ratio: 4.28;
  display: block;
}

.pg-Footer__LogoLink-Men {
  width: 12.125rem;
  aspect-ratio: 3.5925925926;
  display: block;
}

.pg-Footer__LogoLink-Image {
  -o-object-fit: contain;
     object-fit: contain;
}

.pg-Footer__NavList {
  margin-top: 40px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 375px;
  margin-inline: auto;
  row-gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 1180px) {
  .pg-Footer__NavList {
    width: unset;
    flex-wrap: nowrap;
    margin-top: 20px;
    max-width: unset;
  }
}

.pg-Footer__NavItem {
  margin-left: 20px;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 872px) {
  .pg-Footer__NavItem {
    font-size: 1.125rem;
    letter-spacing: 1.8px;
  }
}

/* ====================================== //
// Lower
// ====================================== */
.pg-Footer__CopyRight {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 13px;
}

/* ====================================== //
// To Top
// ====================================== */
.pg-ToTop {
  position: fixed;
  bottom: 0.625rem;
  right: 0.625rem;
  z-index: 5;
  width: 3.125rem;
  aspect-ratio: 0.8196721311;
}
@media screen and (min-width: 872px) {
  .pg-ToTop {
    bottom: 1.875rem;
    right: 1rem;
    width: 4.75rem;
    aspect-ratio: 0.8172043011;
  }
}

.ps-Main-Beginner {
  padding-top: clamp(
    7.5rem,
    11.07vw + 1.46685rem,
    14.75rem
  );
}

.ps-Beginner {
  padding-bottom: clamp(
    6.25rem,
    8.78vw + 1.4649rem,
    12rem
  );
}

.ps-Beginner__Container {
  display: flex;
  gap: 3.6458333333vw;
}

.ps-Beginner__Body {
  margin-top: clamp(
    3.125rem,
    5.53vw + 0.11115rem,
    6.75rem
  );
  display: flex;
  flex-direction: column;
  row-gap: 10.6666666667vw;
}
@media screen and (min-width: 872px) {
  .ps-Beginner__Body {
    flex-direction: row;
    gap: 5.9166666667%;
  }
}

.ps-Beginner__CardWrap {
  width: 100%;
}
@media screen and (min-width: 872px) {
  .ps-Beginner__CardWrap {
    width: 47%;
  }
}

/* ====================================== //
// サービス案内
// ====================================== */
.ps-Main-Service {
  padding-top: clamp(
    7.5rem,
    11.07vw + 1.46685rem,
    14.75rem
  );
  padding-bottom: clamp(
    7.5rem,
    6.68vw + 3.8594rem,
    11.875rem
  );
}

.ps-Service__CardWrap {
  margin-top: 5.3125rem;
  display: flex;
  flex-direction: column;
  row-gap: 10.6666666667vw;
}
@media screen and (min-width: 872px) {
  .ps-Service__CardWrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 2.7401129944%;
         column-gap: 2.7401129944%;
  }
}
@media screen and (min-width: 1380px) {
  .ps-Service__CardWrap {
    flex-wrap: nowrap;
  }
}

.ps-Service__Card {
  width: 100%;
}
@media screen and (min-width: 872px) {
  .ps-Service__Card {
    width: 43.4782608696%;
  }
}
@media screen and (min-width: 1380px) {
  .ps-Service__Card {
    width: 22.9661016949%;
  }
}

.ps-Service__ArticleArea {
  margin-top: -3px;
  width: 56.25%;
}

.ps-Service__Image:not(:first-child) {
  margin-top: 2.5625rem;
}

.ps-Service-Note {
  margin-top: 0.9375rem;
  line-height: 1.5;
}

.ps-Service__Article:not(:first-child) {
  margin-top: 2.75rem;
}

/* ====================================== //
// 各種 脱毛プラン
// ====================================== */
.ps-LineUp {
  margin-top: 150px;
  margin-inline: auto;
}

.ps-LineUp__FlexWrap {
  margin-top: 5.75rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.0833333333vw;
}
@media screen and (min-width: 872px) {
  .ps-LineUp__FlexWrap {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    gap: 3.9166666667%;
  }
}

.ps-LineUp__FlexContent-Image {
  width: 100%;
}
@media screen and (min-width: 872px) {
  .ps-LineUp__FlexContent-Image {
    width: 37.1666666667%;
  }
}

.ps-LineUp__FlexContent-Article {
  width: 100%;
}
@media screen and (min-width: 872px) {
  .ps-LineUp__FlexContent-Article {
    width: 58.9166666667%;
    margin-left: auto;
  }
}

.ps-LineUp__Article:not(:first-child) {
  margin-top: 3.25rem;
}

.ps-LineUp__Price {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  color: #60c8b3;
}

.ps-LineUp__PriceSize {
  font-size: 22px;
  font-weight: 700;
  color: #60c8b3;
}

.ps-LineUp__Info {
  margin-top: 1.125rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3888888889;
}

.ps-LineUp__Note {
  margin-top: 0.75rem;
  line-height: 1.375;
}

/* ====================================== //
// メンズ脱毛プラン
// ====================================== */
.ps-Service-Mens {
  margin-top: 5.25rem;
}

.pf-Service {
  padding-top: 5rem;
  background-color: #786962;
  position: relative;
}
@media screen and (min-width: 872px) {
  .pf-Service {
    padding-top: 10.25rem;
    padding-bottom: 7.375rem;
    background-color: #786962;
  }
}
.pf-Service::before {
  position: absolute;
  top: -64px;
  left: 0;
  z-index: 0;
  width: 100%;
  aspect-ratio: 15.1181102362;
  background-image: url(../images/pages/front/brown-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.pf-Service__Container {
  max-width: 1830px;
  padding-inline: 30px;
  margin-inline: auto;
  color: #ffffff;
}

.pf-Service__Headline02Wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: 50%;
}

.pf-Service__Body {
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (min-width: 872px) {
  .pf-Service__Body {
    margin-top: 7.5rem;
    flex-direction: row;
  }
}

.pf-Service__CardWrap {
  display: flex;
  gap: 2.6553672316%;
}

.pf-Service__Card {
  width: 25.375rem;
}

.pf-Service__Detail {
  margin-top: 2.5rem;
  margin-inline: auto;
}

/* ====================================== //
// ShopInfo
// ====================================== */
.ps-Main-ShopInfo {
  padding-top: clamp(
    7.5rem,
    11.07vw + 1.46685rem,
    14.75rem
  );
}

/* ====================================== //
// Machine
// ====================================== */
.ps-Machine__FlexWrap {
  display: flex;
  flex-direction: column;
  row-gap: 2.0833333333vw;
}
@media screen and (min-width: 872px) {
  .ps-Machine__FlexWrap {
    margin-top: 5.875rem;
    flex-direction: row;
    gap: 6.25%;
  }
}

.ps-Machine__FlexContent-Image {
  width: 100%;
}
@media screen and (min-width: 872px) {
  .ps-Machine__FlexContent-Image {
    width: 37.5%;
  }
}

.ps-Machine__FlexContent-Article {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 872px) {
  .ps-Machine__FlexContent-Article {
    margin-top: -3px;
    width: 56.25%;
  }
}

.ps-Introduce__Image:not(:first-child) {
  margin-top: 2.5625rem;
}

.ps-Introduction-Note {
  margin-top: 0.9375rem;
  line-height: 1.5;
}

.ps-Introduce__Article:not(:first-child) {
  margin-top: 2.75rem;
}

/* ====================================== //
// Flow 
// ====================================== */
.ps-Introduce-Counseling {
  padding-top: clamp(
    7.5rem,
    0.38vw + 7.2929rem,
    7.75rem
  );
  padding-bottom: clamp(
    7.5rem,
    2.86vw + 5.9413rem,
    9.375rem
  );
}
@media screen and (min-width: 872px) {
  .ps-Introduce-Counseling {
    margin-inline: auto;
    max-width: 1000px;
    padding-inline: 30px;
  }
}

.ps-Counseling__List {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2.75rem;
}
@media screen and (min-width: 576px) {
  .ps-Counseling__List {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
}
@media screen and (min-width: 872px) {
  .ps-Counseling__List {
    margin-top: 5.625rem;
    flex-wrap: wrap;
  }
}

.ps-Counseling__Item {
  width: 15.125rem;
}

.ps-Counseling__FlowImageArea {
  width: 100%;
  aspect-ratio: 1;
}

.ps-Counseling__FlowNumber {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #60c8b3;
  font-size: 58px;
  line-height: 1.2;
  font-weight: 700;
}

.ps-Counseling__Title {
  margin-top: -1px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 25px;
  font-weight: 700;
  color: #60c8b3;
  line-height: 1.2;
  white-space: nowrap;
}

.ps-Counseling__Note {
  margin-top: 0.75rem;
  font-size: 16px;
  line-height: 1.375;
}

.ps-Counseling__FlowImageArea {
  width: 100%;
  aspect-ratio: 1;
}

.ps-Counseling__FlowNumber {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #60c8b3;
  font-size: 58px;
  line-height: 1.2;
  font-weight: 700;
}

.ps-Counseling__Title {
  margin-top: -1px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 25px;
  font-weight: 700;
  color: #60c8b3;
  line-height: 1.2;
  white-space: nowrap;
}

.ps-Counseling__Note {
  margin-top: 0.75rem;
  font-size: 16px;
  line-height: 1.375;
}

.ps-Main-Access {
  padding-top: clamp(
    7.5rem,
    11.07vw + 1.46685rem,
    14.75rem
  );
}

.ps-Greeting__Body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 1380px) {
  .ps-Greeting__Body {
    flex-direction: row;
  }
}

.ps-Greeting__ImagesLayout {
  padding-top: 19px;
}

.ps-Greeting__Images {
  width: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 1380px) {
  .ps-Greeting__Images {
    width: 43.6666666667%;
  }
}

.ps-Greeting__Image {
  width: 100%;
  aspect-ratio: 1.313253012;
}

.ps-Greeting__ImageURL {
  display: block;
}

.ps-Greeting__Article {
  margin-top: 50px;
  width: 100%;
  font-size: 18px;
  line-height: 2.1111111111;
}
@media screen and (min-width: 1380px) {
  .ps-Greeting__Article {
    margin-top: -4px;
    width: 50%;
  }
}

/* ====================================== //
// Access 
// ====================================== */
.ps-Access {
  padding-top: 10.625rem;
  position: relative;
}
@media screen and (min-width: 872px) {
  .ps-Access {
    padding-top: 7.5rem;
  }
}

.ps-Access__Address {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 18px;
  line-height: 1.4444444444;
}

/* ====================================== //
// OverView 
// ====================================== */
.ps-OverView {
  margin-top: 7.5rem;
  margin-bottom: 4.125rem;
}

.ps-OverView__Body {
  font-size: 1.125rem;
}

.ps-OverView__Row {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ps-OverView__Row:not(:first-child) {
  border-top: 1px solid #d8d8d8;
}
@media screen and (min-width: 872px) {
  .ps-OverView__Row {
    flex-direction: row;
  }
}

.ps-OverView__Title {
  width: 5.625rem;
}

.ps-OverView__Data {
  line-height: 1.4444444444;
}
@media screen and (min-width: 872px) {
  .ps-OverView__Data {
    margin-left: 3.3125rem;
  }
}

.pg-404LayoutWrap {
  margin-block: f-SizeRatio(40px, 120px, 1200px);
}

.pg-404Layout {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: f-SizeRatio(25px, 60px, 1200px);
}
@media screen and (max-width: 872px) {
  .pg-404Layout {
    height: 80vh;
    flex-direction: column;
  }
}

.pg-404Layout__BlockBooks {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 872px) {
  .pg-404Layout__BlockBooks {
    flex: none;
  }
}

.pg-404Layout__BlockImage {
  width: f-SizeRatio(320px, 400px, 1200px);
}
@media screen and (max-width: 872px) {
  .pg-404Layout__BlockImage {
    max-width: 375px;
    width: 100%;
  }
}

.pg-404Layout__AreaImage {
  aspect-ratio: 1/1;
  margin-inline: auto;
}

.pg-404BlockBooks__Book {
  max-width: 350px;
  margin-inline: auto;
}
.pg-404BlockBooks__Book:not(:first-child) {
  margin-top: 20px;
}

.pg-404BlockBooks__AreaButton {
  margin-top: 30px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  gap: f-SizeRatio(20px, 40px, 1200px);
}
@media screen and (max-width: 872px) {
  .pg-404BlockBooks__AreaButton {
    flex-direction: column;
    align-items: center;
  }
}
/*# sourceMappingURL=style.css.map */

@media (max-width: 767px) {
  .pf-MainView__Caption {
margin-top:20px;
  }
}


.insta{
  width:60px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
}