@charset "UTF-8";
/* style.scss */
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

img {
  vertical-align: top;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
  margin: 0;
  padding: 0;
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden;
}

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none;
}

a, a:link {
  outline: none;
}

a:visited {
  outline: none;
}

/* module.scss */
* {
  margin: 0;
  padding: 0;
}

:root {
  --browser-width: 0px; /* ブラウザの幅を格納するCSS変数 */
  --element-x: 0px; /* 要素のx座標を格納するCSS変数 */
  --difference: 0px; /* ブラウザの幅と要素のx座標の差を格納するCSS変数 */
}

html {
  overflow-x: hidden;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-optical-sizing: auto;
  font-variant-east-asian: proportional-width jis04;
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
  letter-spacing: 0.02em;
  font-size: 2.5vw;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  height: 100%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
    scroll-padding-top: 90px;
  }
}

picture,
figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wf-loading {
  opacity: 0;
}

body {
  color: #2F2F2F;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  line-height: 1.86;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background: #fff;
  opacity: 0;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 800px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none !important;
  }
}
a {
  color: #2F2F2F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

#container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#screen {
  position: relative;
}

section,
.section {
  clear: both;
  text-align: left;
  margin: 0;
}

section p,
section ul,
.section p,
.section ul {
  text-align: left;
}

.title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .title {
    margin-bottom: 40px;
  }
}
.title h2 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: left;
  letter-spacing: 0.05em;
  color: #61ACA3;
}
@media screen and (min-width: 769px) {
  .title h2 {
    font-size: 3rem;
  }
}

/* ------------------------------------------------
トップページ
------------------------------------------------ */
.mv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .mv {
    margin-top: -26px;
  }
}
.mv picture {
  width: 100%;
}
.mv picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv .mv-text {
  position: absolute;
  left: 0;
  top: 59vw;
  right: 0;
  margin: auto;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .mv .mv-text {
    top: 5.65vw;
  }
}
.mv .mv-text b {
  display: none;
}
@media screen and (min-width: 769px) {
  .mv .mv-text b {
    display: inline-block;
  }
}
.mv .mv-text p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: 0.16em;
  color: #2F2F2F;
}
@media screen and (min-width: 769px) {
  .mv .mv-text p {
    font-size: clamp(28px, 3.21vw, 60px);
  }
}
.mv .mv-text .mv-text-color {
  color: #61ACA3;
}
@media screen and (max-width: 768px) {
  .mv .mv-text .mv-indent {
    position: relative;
    margin-top: -1rem;
  }
}

.title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 5.1rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #2F2F2F;
}
@media screen and (min-width: 769px) {
  .title {
    font-size: 3.5rem;
  }
}

.subtitle {
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #61ACA3;
  padding: 0 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 2.1rem;
}
@media screen and (min-width: 769px) {
  .subtitle {
    font-size: 3rem;
    line-height: 3.6rem;
    padding: 0 120px;
    margin-bottom: 34px;
  }
}
.subtitle span {
  background: #F3F5F5;
  position: relative;
  z-index: 2;
  padding: 0 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .subtitle span {
    padding: 0 20px;
  }
}
.subtitle span::before {
  background: #61ACA3;
  width: 6rem;
  height: 1px;
  position: absolute;
  left: -6rem;
  top: 2px;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .subtitle span::before {
    width: 100px;
    left: -100px;
  }
}
.subtitle span::after {
  background: #61ACA3;
  width: 6rem;
  height: 1px;
  position: absolute;
  right: -6rem;
  top: 2px;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .subtitle span::after {
    width: 100px;
    right: -100px;
  }
}

.subtitle.top__plan-title.top__plan-title--spacious {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 769px) {
  .subtitle.top__plan-title.top__plan-title--spacious {
    margin-bottom: 28px;
  }
}

.subtitle span.subtitle__pale {
  background: #F5F2EC;
}

.sub-text {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .sub-text {
    text-align: center;
  }
}

.top__information {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top__information {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 123px;
    margin-top: -80px;
    position: relative;
    left: -15px;
  }
}
@media screen and (min-width: 1000px) {
  .top__information {
    margin-top: -135px;
    left: 0;
  }
}

.top__information-layout {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top__information-layout {
    width: 600px;
    left: 25px;
    top: -15px;
  }
}
@media screen and (min-width: 1000px) {
  .top__information-layout {
    left: 34px;
    width: 605px;
  }
}
@media screen and (min-width: 1200px) {
  .top__information-layout {
    left: 56px;
  }
}

.top__information-title {
  font-family: "Shippori Mincho";
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 3.7rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.8rem;
}
.top__information-title:first-letter {
  margin-left: -1rem;
}
@media screen and (min-width: 769px) {
  .top__information-title:first-letter {
    margin-left: -16px;
  }
}
@media screen and (min-width: 769px) {
  .top__information-title {
    font-size: 2.5rem;
    line-height: 4.5rem;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1080px) {
  .top__information-title {
    font-size: 3.5rem;
    line-height: 5.5rem;
    margin-bottom: 34px;
  }
}

.top__information__text {
  font-size: 1.5rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 769px) {
  .top__information__text {
    font-size: 1.6rem;
    line-height: 3.3rem;
  }
}

.top__information-image {
  margin-bottom: 2.2rem;
}
@media screen and (min-width: 769px) {
  .top__information-image {
    margin-bottom: 0;
  }
}
.top__information-image img {
  width: 100%;
  max-width: 530px;
  height: auto;
}

.top__banner-image {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15rem;
  width: calc(100% - 3rem);
  margin-top: 10rem;
}
@media screen and (min-width: 769px) {
  .top__banner-image {
    margin-bottom: -148px;
    margin-top: 0;
  }
}
.top__banner-image img {
  width: 100%;
  height: auto;
}

.heading {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.sub-text.plan-text {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .sub-text.plan-text {
    font-size: 1.6rem;
    margin-bottom: 74px;
    text-align: center;
  }
}

.subtitle.top__plan-title {
  margin-bottom: 2.3rem;
}
@media screen and (min-width: 769px) {
  .subtitle.top__plan-title {
    margin-bottom: 40px;
  }
}

.top__plan-block {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2.2rem;
}
@media screen and (min-width: 769px) {
  .top__plan-block {
    margin-bottom: 38px;
  }
}

.plan-block--purple .top__plan-inner-title {
  background: #B199C4;
  line-height: 4.6rem;
}
.plan-block--purple .top__plan-layout {
  border: solid 0.5rem #B199C4;
  padding: 2.8rem 1.5rem 1rem;
}
@media screen and (min-width: 769px) {
  .plan-block--purple .top__plan-layout {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1140px) {
  .plan-block--purple .top__plan-layout {
    padding: 40px 35px 30px 61px;
  }
}
.plan-block--purple .top__plan-term {
  background: #B199C4;
}

.plan-block--green .top__plan-inner-title {
  background: #61ACA3;
  line-height: 4.6rem;
}
.plan-block--green .top__plan-layout {
  border: solid 0.5rem #61ACA3;
  padding: 2.8rem 1.5rem 1rem;
}
@media screen and (min-width: 769px) {
  .plan-block--green .top__plan-layout {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1140px) {
  .plan-block--green .top__plan-layout {
    padding: 40px 35px 30px 61px;
  }
}
.plan-block--green .top__plan-term {
  background: #61ACA3;
  width: 10.5rem;
}
@media screen and (min-width: 769px) {
  .plan-block--green .top__plan-term {
    width: 107px;
  }
}
.plan-block--green .top__plan-row {
  margin-bottom: 0.9rem;
}

.top__plan-price.top__plan-green--mt {
  margin-top: 1.4rem;
}
@media screen and (min-width: 769px) {
  .top__plan-price.top__plan-green--mt {
    margin-top: 1.5rem;
  }
}

.title.plan-title {
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 769px) {
  .title.plan-title {
    margin-bottom: 27px;
  }
}

.sub-text.top__plan-text.top__plan-text--mb {
  margin-bottom: 40px;
}

.top__plan-inner-title {
  background: #F891AD;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  font-weight: 700;
  text-align: center;
  font-size: 2.5rem;
  line-height: 5rem;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .top__plan-inner-title {
    padding: 15px;
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .top__plan-inner-title {
    padding: 20px;
    font-size: 3.5rem;
    line-height: 4.2rem;
  }
}

.top__plan-layout {
  padding: 2rem 1.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 5px #F891AD;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .top__plan-layout {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1000px) {
  .top__plan-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1140px) {
  .top__plan-layout {
    padding: 40px 35px 30px 61px;
  }
}

@media screen and (min-width: 769px) {
  .top__plan-slide-layout {
    margin-right: 30px !important;
  }
}
@media screen and (min-width: 1140px) {
  .top__plan-slide-layout {
    margin-right: 70px !important;
  }
}

.top__plan-slider.slick-slider {
  width: 28.9rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 769px) {
  .top__plan-slider.slick-slider {
    width: 520px;
  }
}
@media screen and (min-width: 1000px) {
  .top__plan-slider.slick-slider {
    width: 460px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1140px) {
  .top__plan-slider.slick-slider {
    width: 420px;
  }
}
.top__plan-slider.slick-slider picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__plan-slider.slick-slider picture.top__plan-image {
  width: 100%;
  margin-bottom: 0;
}
.top__plan-slider.slick-slider img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .top__plan-image.top__plan-slide-layout {
    max-width: 480px;
  }
}

.top__plan-image {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .top__plan-image {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .top__plan-image {
    margin-right: 30px;
    width: 420px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1140px) {
  .top__plan-image {
    margin-right: 0;
  }
}
.top__plan-image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__plan-image img {
  width: 100%;
  height: auto;
}
.top__plan-left-text {
  margin-top: 55px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top__plan-left-text {
    width: 480px;
  }
}
@media screen and (min-width: 1000px) {
  .top__plan-left-text {
    width: 410px;
  }
}
@media screen and (min-width: 114px) {
  .top__plan-left-text {
    width: 420px;
  }
}

.top__plan-left {
  width: 100%;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 769px) {
  .top__plan-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 520px;
  }
}
@media screen and (min-width: 1080px) {
  .top__plan-left {
    width: 460px;
    margin-bottom: 0;
  }
}

.mb-medium {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .mb-medium {
    margin-bottom: 102px;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .top__plan-slider.slick-slider {
    margin-right: auto !important;
    margin-left: auto;
  }
}
@media screen and (min-width: 1000px) {
  .top__plan-slider.slick-slider {
    margin: 0;
  }
}

.top__plan--spacious {
  margin-top: 5rem;
}
@media screen and (min-width: 769px) {
  .top__plan--spacious {
    margin-top: 100px;
  }
}

.top__plan-price {
  font-family: "Arial";
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.4;
  color: #E85858;
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .top__plan-price {
    margin-top: 3rem;
    margin-bottom: 4px;
    font-size: 6rem;
    line-height: 6.9rem;
  }
}
@media screen and (min-width: 1080px) {
  .top__plan-price {
    margin-top: 49px;
  }
}
.top__plan-price small {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: -0.35em;
  color: #202020;
}

.top__plan-text {
  margin-bottom: 32px;
  font-size: 1.5rem;
  line-height: 2.6rem;
}
@media screen and (max-width: 768px) {
  .top__plan-text {
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
}

.top__plan-content-text {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .top__plan-content-text {
    margin-bottom: 28px;
  }
}

.top__plan-content {
  max-width: 542px;
}
@media screen and (min-width: 769px) and (max-width: 999px) {
  .top__plan-content {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top__plan-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.top__plan-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: solid 1px #E3E3E3;
  padding-bottom: 1rem;
  margin-bottom: 1.1rem;
}
@media screen and (min-width: 769px) {
  .top__plan-row {
    margin-bottom: 10px;
  }
}

.top__plan-term {
  background: #F891AD;
  width: 10rem;
  height: 3.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .top__plan-term {
    width: 100px;
    height: 33px;
  }
}

.top__plan-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: 0.05em;
  color: #202020;
}
@media screen and (min-width: 769px) {
  .top__plan-description {
    margin-left: 23px;
  }
}

.top__plan-price-text {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: -0.02em;
  color: #202020;
}
@media screen and (min-width: 769px) {
  .top__plan-price-text {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .top__plan-price-text span {
    display: block;
    padding-left: 1.3rem;
  }
}

@media screen and (min-width: 769px) {
  .top__plan-price.top__plan-price--mt {
    margin-top: 28px;
  }
}

.plan-block--green .slick-dots li.slick-active button:before {
  background: #61ACA3;
}

.top-plan__list {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.01em;
  margin-bottom: 7rem;
  margin-top: 3rem;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .top-plan__list {
    margin-bottom: 102px;
    margin-top: 0;
  }
}

.top__flow {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8rem;
}
@media screen and (min-width: 769px) {
  .top__flow {
    margin-bottom: 132px;
  }
}

.title.top__flow-title {
  margin-bottom: 1.5rem;
}

.top__flow-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4.5rem;
}

.top__flow-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 769px) {
  .top__flow-list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 4rem;
  }
}
.top__flow-list li {
  background: #F3F5F5;
  border-radius: 0.5rem;
  padding: 3rem 2rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 15.2rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top__flow-list li {
    min-height: 202px;
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1080px) {
  .top__flow-list li {
    padding: 30px;
  }
}
.top__flow-list li::after {
  background: url("../images/top/icon_flow-arrow.svg") no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 3.5rem;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -4rem;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 769px) {
  .top__flow-list li::after {
    width: 15px;
    height: 35px;
    right: -30px;
    bottom: -3.5rem;
    top: 0;
    left: initial;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.top__flow-list li:nth-of-type(4)::after, .top__flow-list li:nth-of-type(7)::after {
  content: none;
}

.top__flow-sub-text {
  margin-bottom: 4.2rem;
  line-height: 2.6rem;
}

.top__place-title span,
.top__service-title span {
  background: #F5F2EC;
}

@media screen and (max-width: 768px) {
  .top__place-title {
    margin-bottom: 2.3rem;
  }
}

.sub-text.top__place-sub-text {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .sub-text.top__place-sub-text {
    width: calc(100% - 3rem);
    max-width: 110.4rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.6rem;
  }
}

.top__place-list {
  width: calc(100% - 10rem);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 3.1rem;
  margin-bottom: 7rem;
}

.top__place-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 769px) {
  .top__place-list {
    width: calc(100% - 3rem);
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 98px;
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }
}
@media screen and (min-width: 1080px) {
  .top__place-list {
    grid-column-gap: 4rem;
  }
}
.top__place-list li {
  background: #fff;
  border-radius: 0.5rem;
  padding: 2.6rem 3rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top__place-list li {
    padding: 26px 32px 28px;
  }
}

.top__place-list-title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 15px;
}

.top__place-list-text {
  font-size: 1.5rem;
  line-height: 2.6rem;
}

.top__service-icon {
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .top__service-icon {
    margin-bottom: 20px;
  }
}
.top__service-icon img {
  width: 10rem;
  height: auto;
}

.sub-text.top__service-sub-text {
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 768px) {
  .sub-text.top__service-sub-text {
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
    line-height: 2.6rem;
    margin-bottom: 40px;
  }
}

.top__service-list {
  width: calc(100% - 3rem);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.top__service-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.top__service-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (min-width: 769px) {
  .top__service-list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1080px) {
  .top__service-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
.top__service-list li {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.2rem 1.5rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top__service-list li {
    padding: 24px 26px 29px;
  }
}

.top__service-list-title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 769px) {
  .top__service-list-title {
    margin-bottom: 10px;
  }
}

.top__service-list-text {
  font-size: 1.5rem;
  line-height: 2.6rem;
}

.top__place-icon {
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 769px) {
  .top__place-icon {
    margin-bottom: 1.6rem;
  }
}
.top__place-icon img {
  width: 10rem;
  height: auto;
}

.top__service-link {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.6rem;
  text-decoration-line: underline;
  color: #61ACA3;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.top__flow-list-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.05em;
  color: #61ACA3;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .top__flow-list-title {
    margin-bottom: 20px;
  }
}

.top__flow-list-text {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.top__voice {
  background: #61ACA3;
  padding: 4rem 0 6rem;
  margin-bottom: 6.4rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .top__voice {
    padding: 100px 0;
    margin-bottom: 132px;
  }
}

.top__voice-title {
  color: #fff;
  margin-bottom: 1.6rem;
}

.top__voice-sub-text {
  margin-bottom: 5.5rem;
  color: #fff;
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  line-height: 3rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .top__voice-sub-text {
    margin-bottom: 46px;
  }
}

.top__voice-image {
  margin: 0 1rem;
  width: 24.8rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .top__voice-image {
    width: 401px;
    margin: 0 20px;
  }
}
.top__voice-image img {
  width: 100%;
  height: auto;
}

.top__faq {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.title.top__faq-title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .title.top__faq-title {
    margin-bottom: 40px;
  }
}

.top__faq-list {
  margin-bottom: 5.7rem;
}
@media screen and (min-width: 769px) {
  .top__faq-list {
    margin-bottom: 106px;
  }
}

.sub-text.top__faq-sub-text {
  margin-bottom: 4rem;
  line-height: 3rem;
}
@media screen and (min-width: 769px) {
  .sub-text.top__faq-sub-text {
    margin-bottom: 6rem;
  }
}

.top__faq-row {
  margin-bottom: 1.65rem;
}
@media screen and (min-width: 769px) {
  .top__faq-row {
    margin-bottom: 15px;
  }
}

.top__faq-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #DDEDEB;
  padding: 1.3rem 4.5rem 1.3rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .top__faq-term {
    padding: 11px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top__faq-term p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.faq__arrow {
  position: absolute;
  background: url("../images/top/icon_faq-arrow.svg") no-repeat;
  background-size: contain;
  width: 1.8rem;
  height: 1rem;
  right: 1.9rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .faq__arrow {
    right: 30px;
  }
}

.top__faq-question {
  background: #61ACA3;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  line-height: 1;
}

.top__faq-answer {
  color: #61ACA3;
  width: 4rem;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3.3rem;
  line-height: 1;
  position: relative;
  left: 0.8rem;
  top: 0.4rem;
}
@media screen and (min-width: 769px) {
  .top__faq-answer {
    left: 0;
    margin-right: 16px;
  }
}

.top__faq-description {
  display: none;
  padding: 1.4rem 0.5rem 2.5rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 769px) {
  .top__faq-description {
    padding: 18px 20px 25px;
  }
}

.top__faq-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq__arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq__arrow.active {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.top__news-block {
  border: solid 1px #61ACA3;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8rem;
}
@media screen and (min-width: 769px) {
  .top__news-block {
    border-radius: 5px;
    padding: 33px 40px;
    margin-bottom: 130px;
  }
}

.top__news {
  width: calc(100% - 3rem);
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
}

.title.top__news-title {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .title.top__news-title {
    margin-bottom: 37px;
  }
}

.top__news-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-bottom: solid 1px #D0D0D0;
  margin-bottom: 2rem;
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 769px) {
  .top__news-layout {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5px;
  }
}

.top__news-date {
  font-weight: 500;
  font-size: 1.3rem;
  margin-right: 1.5rem;
  position: relative;
  top: 0.2rem;
}

.top__news-heading {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.05em;
}
.top__news-text {
  width: 100%;
  text-align: left;
}

.top__news-sub-text {
  margin-bottom: 3rem;
  line-height: 3rem;
}
@media screen and (min-width: 769px) {
  .top__news-sub-text {
    margin-bottom: 3.5rem;
  }
}

.top__news-text--none {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 80px auto;
  display: none;
}

.top__bg--pale {
  background: #F5F2EC;
  padding: 23.3rem 0 6rem 0;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .top__bg--pale {
    padding: 262px 0 131px 0;
    margin-bottom: 132px;
  }
}

.top__bg {
  background: #F3F5F5;
  padding: 6.3rem 0 6.8rem;
}
@media screen and (min-width: 769px) {
  .top__bg {
    padding: 130px 0;
  }
}

.title.top__company-title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .title.top__company-title {
    margin-bottom: 60px;
  }
}

.subtitle.top__company-subtitle {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 769px) {
  .subtitle.top__company-subtitle {
    margin-bottom: 60px;
  }
}

.top__company {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.top__company-layout {
  max-width: 529px;
}

.top__company-heading {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .top__company-heading {
    font-size: 3rem;
    line-height: 5.5rem;
    margin-bottom: 3rem;
  }
}

.top__company-text {
  font-size: 1.5rem;
  line-height: 2.8rem;
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 769px) {
  .top__company-text {
    font-size: 1.6rem;
    line-height: 3.5rem;
    margin-bottom: 34px;
  }
}

.top__company-image {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .top__company-image {
    width: 550px;
  }
}
@media screen and (min-width: 1000px) {
  .top__company-image {
    margin-bottom: 0;
  }
}
.top__company-image img {
  width: 100%;
  height: auto;
}

.subtitle.top__about-subtitle {
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 769px) {
  .subtitle.top__about-subtitle {
    margin-bottom: 50px;
  }
}

.top__company-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 4.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .top__company-block {
    margin-bottom: 97px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  .top__company-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.top__about {
  width: calc(100% - 3rem);
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.top__about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.54rem;
}
@media screen and (min-width: 769px) {
  .top__about-row {
    margin-bottom: 13px;
  }
}

.top__about-term {
  width: 8.9rem;
}
@media screen and (min-width: 769px) {
  .top__about-term {
    width: 106px;
  }
}

.top__about-description {
  line-height: 2.6rem;
  width: calc(100% - 8.9rem);
}
@media screen and (min-width: 769px) {
  .top__about-description {
    width: calc(100% - 106px);
  }
}

.not-found__bg {
  background: #F5F2EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.not-found {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6.5rem 1.5rem 24rem;
}
@media screen and (min-width: 769px) {
  .not-found {
    padding: 120px 15px 145px;
  }
}

.not-found__title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: 0.05em;
  color: #61ACA3;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .not-found__title {
    font-size: 5rem;
    line-height: 6rem;
    margin-bottom: 85px;
    text-align: center;
  }
}

.not-found__sub-title {
  font-size: 2rem;
  line-height: 3rem;
  color: #292929;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .not-found__sub-title {
    font-size: 2.2rem;
    line-height: 2.6rem;
    text-align: center;
    margin-bottom: 4rem;
  }
}

.not-found__text {
  line-height: 2.6rem;
}
@media screen and (min-width: 769px) {
  .not-found__text {
    text-align: center;
  }
}

/* header.scss */
.header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: #fff;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 800px) {
  .header {
    height: 80px;
  }
}
.header .header__heading {
  margin-left: 1.7rem;
}
@media screen and (min-width: 800px) and (max-width: 1080px) {
  .header .header__heading {
    margin-left: 14px;
  }
}
@media screen and (min-width: 1080px) {
  .header .header__heading {
    margin-left: 24px;
  }
}
.header .header__logo figure {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .header__logo img {
  width: 12.1rem;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .header .header__logo img {
    width: 156px;
  }
}
@media screen and (min-width: 800px) {
  .header .header__heading.accounting__heading {
    margin-left: 3rem;
  }
}
.header .header__nav {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 800px) {
  .header .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .header .header__nav-list {
    margin-right: 5px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .header .header__nav-list li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header__nav-list li {
    margin-right: 34px;
  }
}
.header .header__nav-list li a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #161616;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  .header .header__nav-list li a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 900px) {
  .header .header__nav-list li a {
    font-size: 1.4rem;
  }
}
.header .header__nav-list li a br {
  display: none;
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
  .header .header__nav-list li a br {
    display: block;
  }
}
.header .header__contact {
  background: #61ACA3;
  width: 200px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 800px) and (max-width: 1080px) {
  .header .header__contact {
    width: 120px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1080px) {
  .header .header__contact {
    width: 200px;
  }
}
@media screen and (min-width: 1080px) {
  .header .header__contact-icon {
    margin-right: 20px;
  }
}
.header .header__contact-icon img {
  width: 20px;
  height: auto;
}

.side__link {
  z-index: 10;
  position: fixed;
  right: 0;
}
@media screen and (max-width: 799px) {
  .side__link {
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 800px) {
  .side__link {
    top: 159px;
  }
}
.side__link a {
  background: #EF819F;
  width: 100%;
  height: 5.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 800px) {
  .side__link a {
    width: 66px;
    height: 220px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.side__link a img {
  width: 2.2rem;
  height: auto;
}

.side__link-icon {
  margin-right: 1.8rem;
}
@media screen and (min-width: 800px) {
  .side__link-icon {
    margin-bottom: 5px;
    margin-right: 0;
  }
}

.side__link-text {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  font-weight: 700;
}
@media screen and (min-width: 800px) {
  .side__link-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

/* gnav.scss */
.nav__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: calc(100% - 6rem);
  top: 0;
  z-index: 999;
  position: fixed;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-top: 1.9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .nav__toggle {
    display: none;
  }
}
.nav__toggle.active span:first-of-type {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 2.8rem;
}
.nav__toggle.active span:last-of-type {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  top: 0.9rem;
}
.nav__toggle.active span:nth-of-type(2) {
  opacity: 0;
}

.nav__toggle span {
  display: block;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 2.5rem;
  height: 0.1rem;
  background: #231815;
}
.nav__toggle span:last-of-type {
  margin-top: 1.9rem;
}
.nav__toggle span:nth-of-type(2) {
  opacity: 1;
  margin-top: 1rem;
}

.nav__toggle.isWhite span {
  border-bottom: solid 0.1rem #000;
}

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.nav__sp-tel {
  position: fixed;
  left: calc(100% - 12rem);
  top: 0;
  background: #61ACA3;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 91;
}
@media screen and (min-width: 800px) {
  .nav__sp-tel {
    display: none;
  }
}

.nav__tel-icon {
  width: auto;
  height: 2.8rem;
}
.nav__tel-icon img {
  width: auto;
  height: 100%;
}

.nav__menu {
  position: fixed;
  top: -120%;
  z-index: 89;
  width: 100%;
  background: #fff;
  padding: 8.5rem 1.5rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  overflow-y: auto;
  height: 100vh;
}
@media screen and (min-width: 800px) and (max-width: 1079px) {
  .nav__menu.active {
    top: 6rem;
  }
}
.nav__menu .nav__inner {
  overflow-y: auto;
  width: calc(100% - 3rem);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 0 5rem;
}

.nav__inner-menu {
  overflow-y: auto;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav__inner-menu li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav__inner-menu li:first-of-type a {
  border-top: solid 0 #CECECE;
}
.nav__inner-menu li:last-of-type a {
  border-bottom: solid 1px #CECECE;
}
.nav__inner-menu li.inner {
  width: 62.5%;
  margin-left: auto;
}
.nav__inner-menu li.inner a {
  font-size: 1.8rem;
  padding: 24px 0;
}
.nav__inner-menu li.inner a::before {
  content: none;
}
.nav__inner-menu li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #2F2F2F;
  line-height: 1;
  font-weight: 600;
  position: relative;
  font-size: 2.2rem;
  width: 100%;
  z-index: 5;
  padding: 2.6rem 0 2.3rem;
  letter-spacing: 0.1em;
  border-top: solid 1px #E3E3E3;
}
.nav__inner-menu li a p {
  line-height: 1;
  margin-bottom: 6px;
}

.nav__inner.active::before {
  opacity: 1;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.nav__contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.nav__contact-btn a {
  background: #61ACA3;
  position: relative;
  width: 100%;
  height: 10rem;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__contact-btn a::after {
  content: "";
  background: url("../images/common/icon_link-white.svg") no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
}

.nav__contact-tel {
  position: absolute;
  left: 2rem;
  top: 0;
  bottom: 0;
}
.nav__contact-tel img {
  width: 2.9rem;
  height: auto;
}

.nav__contact-number {
  font-family: "Inter";
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.nav__contact-sub {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}

.nav__urgent-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.nav__urgent-btn a {
  background: #EF819F;
  position: relative;
  width: 100%;
  height: 10rem;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav__urgent-btn a::after {
  content: "";
  background: url("../images/common/icon_information.svg") no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.5rem;
  margin: auto;
}

.nav__urgent-text {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.nav__copyright {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 1rem 0;
}
.nav__copyright p {
  font-size: 1.1rem;
  text-align: center;
}
.nav__copyright a {
  font-size: 1.1rem;
  text-decoration: underline;
  display: block;
  margin-bottom: 1rem;
}
.nav__copyright a:hover {
  text-decoration: none;
}

.nav__copyright-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.nav__copyright-list.accounting-nav__copyright {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* footer.scss */
@media screen and (max-width: 768px) {
  .footer.footer-main {
    padding-bottom: 5.2rem;
  }
}

.footer__top {
  background: #61ACA3;
  padding: 3.5rem 0;
}
@media screen and (min-width: 769px) {
  .footer__top {
    padding: 55px 0 59px;
  }
}

.footer__top-inner {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .footer__top-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 769px) and (max-width: 899px) {
  .footer__top-content {
    margin-bottom: 25px;
  }
}

.footer__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #FFF;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .footer__title {
    font-size: 3.5rem;
    margin-bottom: 34px;
  }
}

.footer__top-text {
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #FFF;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .footer__top-text {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

.footer__btn {
  background: #fff;
  width: 100%;
  height: 10rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .footer__btn {
    width: 400px;
    height: 100px;
    border-radius: 5px;
    padding: 0 29px;
  }
}

.footer__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__btn-tel {
  font-family: "Inter";
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #61ACA3;
  margin-bottom: 0.6rem;
}

.footer__btn-sub-text {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: 0.08em;
  color: #61ACA3;
}

.footer__btn-icon img {
  width: 2.9rem;
  height: auto;
}

.footer__bottom {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0 0.5rem;
}
@media screen and (min-width: 769px) {
  .footer__bottom {
    padding: 50px 0 5px;
  }
}

.footer__btn-link img {
  width: 1.5rem;
  height: auto;
}

.footer__logo figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .footer__logo figure {
    margin-bottom: 30px;
  }
}
.footer__logo img {
  width: 17.2rem;
  height: auto;
}
@media screen and (min-width: 769px) {
  .footer__logo img {
    width: 172px;
  }
}

.footer__text {
  font-size: 1.4rem;
  line-height: 1.65;
  letter-spacing: 0.05em;
  color: #2F2F2F;
}
@media screen and (min-width: 769px) {
  .footer__text {
    font-size: 1.5rem;
  }
}

.footer__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .footer__layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 30px;
  }
}

.footer__left {
  top: 5px;
  position: relative;
}

.footer__right {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.footer__copy {
  font-size: 1.1rem;
}

.footer__link-button {
  background: #EF819F;
  width: 196px;
  height: 48px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  top: 9px;
  position: relative;
}

.footer__link {
  margin-left: 65px;
}
@media screen and (min-width: 769px) and (max-width: 999px) {
  .footer__link {
    margin-bottom: 20px;
  }
}

.footer__link-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 71px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 71px;
  grid-row-gap: 5px;
  font-size: 1.3rem;
}

.footer__link-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer__link-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.footer__link-list a {
  position: relative;
  display: block;
}
.footer__link-list a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #61ACA3;
  position: absolute;
  left: -17px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer__link-list > :last-child {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}