@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Specify the box size calculation method */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Improved responsiveness of links and buttons on touch devices */
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* --------------------
	Settings
	変数・mixin設定
-------------------- */
/*
	書体
-------------------- */
/*
	カラー
-------------------- */
/*
	その他
-------------------- */
/* --------------------
	Base
	基本設定
-------------------- */
html {
  font-size: 3.86vw; }
  @media screen and (min-width: 768px) {
    html {
      font-size: 1.8vw; } }
  @media screen and (min-width: 1000px) {
    html {
      font-size: 18px; } }

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal; }
  body a {
    color: inherit;
    text-decoration: none;
    /*&[href^="tel:"] {
    	pointer-events: none;
    }*/ }
  body img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  body em {
    font-style: normal; }
  body li {
    list-style: none; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: inherit; }

.wrap {
  background: white;
  width: 100%;
  color: #000000; }
  @media screen and (max-width: 768px) {
    .wrap {
      /*a {
      	&[href^="tel:"] {
      		pointer-events: auto;
      	}
      }*/ } }

/* --------------------
	Layout
-------------------- */
/* Mixin */
/* common parts */
/* background image */
/* button */
/*
	Wrap
------------------------------------------------------------ */
body a {
  transition: all .2s ease-in-out;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    body a:hover {
      opacity: .7; } }

.wrap {
  overflow: hidden; }
  .wrap img {
    width: 100%;
    height: auto; }
  .wrap .font {
    font-family: "Josefin Sans", sans-serif;
    font-style: normal; }
  .wrap .sp {
    display: block; }
  .wrap .pc {
    display: none; }
  @media screen and (min-width: 768px) {
    .wrap .pc {
      display: block; }
    .wrap .sp {
      display: none; } }

/*
	Header
------------------------------------------------------------ */
.header {
  background: white;
  width: 100%;
  color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 0; }
  .header__heading {
    width: 20%;
    opacity: 0;
    visibility: hidden; }
    .header__heading.active {
      opacity: 1;
      visibility: visible; }
  .header__text {
    line-height: 1.8em; }
  .header__nav {
    transition: all .2s ease-in-out;
    background: white;
    width: fit-content;
    max-width: 100vw;
    height: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 4rem;
    right: 0;
    opacity: 0;
    overflow: hidden; }
    .header__nav.is-active {
      height: auto;
      opacity: 1;
      padding: 0 2rem; }
      .header__nav.is-active a {
        padding: .5em;
        text-align: center;
        letter-spacing: .05em;
        color: #000000;
        cursor: pointer;
        display: block; }
    .header__nav-item {
      padding: .5rem 2rem;
      text-align: center;
      border-bottom: 1px solid #000000; }
      .header__nav-item:first-child {
        padding-top: 2rem; }
      .header__nav-item:last-child {
        padding-bottom: 2rem;
        border-bottom: none; }
      .header__nav-item a {
        font-size: 4.5vw; }
    .header__nav-button {
      display: block;
      position: absolute;
      top: 2vw;
      right: 0;
      z-index: 1100; }
      .header__nav-button button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        background-color: white;
        width: 4rem;
        height: 3rem;
        position: relative;
        cursor: pointer; }
        .header__nav-button button span, .header__nav-button button::before, .header__nav-button button::after {
          background-color: #000000;
          width: 60%;
          height: 2px;
          margin: auto;
          display: block;
          position: absolute;
          right: 0;
          left: 0; }
        .header__nav-button button span {
          color: transparent;
          font-size: 1px;
          overflow: hidden;
          top: 0;
          bottom: 0;
          animation: navToggleCenter_reverse .1s; }
        .header__nav-button button::before {
          content: '';
          top: 20%;
          animation: navToggleTop_reverse .1s; }
        .header__nav-button button::after {
          content: '';
          top: calc(80% - 4px);
          animation: navToggleBottom_reverse .1s; }
        .header__nav-button button.is-open span {
          opacity: 0;
          animation: navToggleCenter .2s; }
        .header__nav-button button.is-open::before {
          top: calc(50% - (4px / 2));
          transform: rotate(45deg) scale(1.2);
          animation: navToggleTop .2s; }
        .header__nav-button button.is-open::after {
          top: calc(50% - (4px / 2));
          transform: rotate(-45deg) scale(1.2);
          animation: navToggleBottom .2s; }
    .header__nav a {
      cursor: none;
      display: none; }
  @media screen and (min-width: 768px) {
    .header__heading {
      width: 7rem; }
    .header__inner {
      max-width: 100%; }
    .header__nav {
      top: 6rem; }
      .header__nav.is-active {
        background: white;
        height: auto;
        opacity: 1; }
      .header__nav-item a {
        font-size: 1.2rem; }
      .header__nav-button {
        right: 2vw;
        top: 1.25rem; }
        .header__nav-button button {
          width: 4rem;
          height: 3rem; } }

@keyframes navToggleCenter {
  0% {
    opacity: 1; }
  50%,
	100% {
    opacity: 0; } }
@keyframes navToggleCenter_reverse {
  0% {
    opacity: 0; }
  50%,
	100% {
    opacity: 1; } }
@keyframes navToggleTop {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(45deg) scale(1.2); }
  100% {
    top: calc(50% - (4px / 2)); } }
@keyframes navToggleTop_reverse {
  0% {
    top: calc(50% - (4px / 2)); }
  50% {
    transform: rotate(0deg) scale(1); }
  100% {
    top: 20%; } }
@keyframes navToggleBottom {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(-45deg) scale(1.2); }
  100% {
    top: calc(50% - (4px / 2)); } }
@keyframes navToggleBottom_reverse {
  0% {
    top: calc(50% - (4px / 2)); }
  50% {
    transform: rotate(0deg) scale(1); }
  100% {
    top: calc(80% - 4px); } }
/* visual */
.visual {
  position: relative;
  padding: 8rem 0 0; }
  .visual__logo {
    position: absolute;
    width: 28%;
    padding-bottom: 1rem;
    left: 6vw;
    top: 17vw; }
    .visual__logo::before {
      position: absolute;
      content: "";
      background: #000000;
      height: 3px;
      width: 78%;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .visual__heading {
    position: absolute;
    left: 6vw;
    bottom: 62vw; }
    .visual__heading .marker {
      line-height: 1.8;
      font-size: 7vw;
      letter-spacing: .075em;
      background: white;
      font-weight: 500; }
      .visual__heading .marker .pink {
        color: #F07063; }
    .visual__heading-sub {
      position: absolute;
      width: 42vw;
      left: 8vw;
      top: 60vw; }
  .visual__image {
    width: 80%;
    margin: 0 0 0 auto; }
  .visual__text {
    margin: 1rem 0 0;
    text-align: center;
    letter-spacing: .15em;
    font-size: 3.8vw; }
  .visual__appeal {
    width: 84%;
    margin: 0 auto;
    padding: 2rem 0 3rem; }
  @media screen and (min-width: 768px) {
    .visual {
      width: calc(100vw - 2rem);
      max-width: 1000px;
      margin: 0 auto;
      max-width: 1400px;
      padding: 0 2vw 6vw;
      margin-top: 2vw; }
      .visual__logo {
        width: 9%;
        padding-bottom: 1rem;
        left: -1vw;
        top: -2vw; }
      .visual__heading {
        left: 2vw;
        bottom: auto;
        z-index: 2;
        top: 30%;
        padding-bottom: 1rem; }
        .visual__heading .marker {
          font-size: 2.4rem; }
        .visual__heading-sub {
          width: 22rem;
          left: 2vw;
          top: 20%;
          z-index: 2; }
      .visual__image {
        width: 62%;
        position: relative;
        right: -2vw; }
        .visual__image::before {
          position: absolute;
          content: "machine pilates";
          font-size: 1rem;
          font-family: "Josefin Sans", sans-serif;
          font-style: normal;
          letter-spacing: .15em;
          bottom: -1.5rem;
          left: 50%;
          transform: translateX(-50%); }
      .visual__text {
        display: none; }
      .visual__appeal {
        width: 32%;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 16%; } }

/*
	Contents
------------------------------------------------------------ */
.contents {
  background: transparent;
  color: #000000;
  /* 埋め込み地図・動画 レスポンシブ対応用 */ }
  .contents .video,
  .contents .map {
    width: fit-content;
    margin: 0 auto; }
    .contents .video iframe,
    .contents .video video,
    .contents .map iframe,
    .contents .map video {
      width: 100%;
      max-width: 1000px;
      height: auto;
      aspect-ratio: 16 / 9; }

/*
	Contents	主な編集箇所
------------------------------------------------------------ */
/* cv */
.cv {
  border-bottom: 5px solid #000000;
  padding: 3rem 0;
  background-color: white;
  background-image: url("../images/cv.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .cv {
      padding: 4rem 0; } }
  .cv__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    padding: 11rem 0 0; }
  .cv__heading {
    text-align: center;
    padding: 1.5rem 0;
    font-size: 5.5vw;
    letter-spacing: .1em;
    font-weight: 500; }
  .cv__text {
    text-align: center;
    line-height: 1.8;
    font-size: 4.1vw;
    font-weight: 500;
    letter-spacing: .05em; }
    .cv__text-line {
      color: #06C755;
      font-size: 3.1vw;
      line-height: 1;
      padding: 1.5rem 0 .5rem; }
  .cv__line {
    width: 50%;
    margin: 0 auto;
    filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2)); }
    @media screen and (min-width: 768px) {
      .cv__line {
        filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.2)); } }
    .cv__line a {
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1.5;
      height: 14vw;
      width: 100%;
      letter-spacing: .05em;
      font-weight: 500;
      text-align: center;
      background: #06C755;
      color: white; }
      .cv__line a .icon {
        margin-right: .25rem; }
        .cv__line a .icon img {
          width: 6vw; }
  .cv__button {
    width: 78%;
    margin: 0 auto; }
    .cv__button-item {
      margin-bottom: 1rem;
      filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2)); }
      @media screen and (min-width: 768px) {
        .cv__button-item {
          filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.2)); } }
      .cv__button-item a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: relative;
        font-size: 5vw;
        letter-spacing: .025em;
        text-align: center;
        font-weight: 500;
        height: 20vw; }
        .cv__button-item a::before {
          position: absolute;
          content: "";
          top: 0;
          bottom: 0;
          margin: auto;
          right: 6vw;
          width: 2vw;
          height: 2vw;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .cv__button-item a::after {
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          left: -4vw;
          width: 16vw;
          height: 16vw;
          border-radius: 50%;
          line-height: 1.3;
          white-space: pre;
          font-size: 3vw;
          font-weight: 500;
          color: white;
          display: flex;
          align-items: center;
          justify-content: center; }
      .cv__button-item01 a {
        color: white;
        background: #000000; }
        .cv__button-item01 a::before {
          border-top: 2px solid white;
          border-right: 2px solid white; }
        .cv__button-item01 a::after {
          content: "今が\Aお得！";
          background: #F07063; }
      .cv__button-item02 a {
        background: white;
        border: 2px solid #000000;
        line-height: 1.3; }
        .cv__button-item02 a::before {
          border-top: 2px solid #000000;
          border-right: 2px solid #000000; }
        .cv__button-item02 a::after {
          content: "カンタン\A入力！";
          background: #000000; }
  @media screen and (min-width: 768px) {
    .cv {
      background-image: url("../images/cv-pc.webp"); }
      .cv__inner {
        width: calc(100vw - 2rem);
        max-width: 1000px;
        margin: 0 auto;
        padding: 11rem 0 0; }
      .cv__heading {
        text-align: center;
        padding: 1.5rem 0;
        font-size: 1.9rem;
        line-height: 1.6; }
      .cv__text {
        font-size: 1.2rem; }
        .cv__text br {
          display: none; }
        .cv__text-line {
          font-size: 1rem;
          padding: .5rem 0; }
      .cv__line {
        width: 16rem; }
        .cv__line a {
          height: 4rem;
          font-size: 1.2rem; }
          .cv__line a .icon img {
            width: 2rem; }
      .cv__button {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center; }
        .cv__button-item {
          width: 22rem;
          margin: 0 1rem 1rem; }
          .cv__button-item a {
            font-size: 1.5rem;
            height: 6rem; }
            .cv__button-item a::before {
              right: 1rem;
              width: 1rem;
              height: 1rem; }
            .cv__button-item a::after {
              left: -1rem;
              width: 5rem;
              height: 5rem;
              font-size: .9rem; } }

.campaign,
.about,
.example,
.point,
.recommend,
.merit,
.program,
.voice,
.price,
.faq,
.access {
  padding: 3rem 0; }
  @media screen and (min-width: 768px) {
    .campaign,
    .about,
    .example,
    .point,
    .recommend,
    .merit,
    .program,
    .voice,
    .price,
    .faq,
    .access {
      padding: 4rem 0; } }
  .campaign__inner,
  .about__inner,
  .example__inner,
  .point__inner,
  .recommend__inner,
  .merit__inner,
  .program__inner,
  .voice__inner,
  .price__inner,
  .faq__inner,
  .access__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto; }
  .campaign__eng,
  .about__eng,
  .example__eng,
  .point__eng,
  .recommend__eng,
  .merit__eng,
  .program__eng,
  .voice__eng,
  .price__eng,
  .faq__eng,
  .access__eng {
    text-align: center;
    font-size: 3.6vw;
    letter-spacing: .12em;
    padding: 0 0 .5rem;
    position: relative; }
    .campaign__eng::before,
    .about__eng::before,
    .example__eng::before,
    .point__eng::before,
    .recommend__eng::before,
    .merit__eng::before,
    .program__eng::before,
    .voice__eng::before,
    .price__eng::before,
    .faq__eng::before,
    .access__eng::before {
      position: absolute;
      content: "";
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 10%;
      height: 2px;
      background: #000000; }
    .campaign__eng::after,
    .about__eng::after,
    .example__eng::after,
    .point__eng::after,
    .recommend__eng::after,
    .merit__eng::after,
    .program__eng::after,
    .voice__eng::after,
    .price__eng::after,
    .faq__eng::after,
    .access__eng::after {
      position: absolute;
      content: "";
      bottom: 0;
      left: 54%;
      transform: translateX(-50%);
      width: 2vw;
      height: 2px;
      background: #B4B4B4; }
  .campaign__heading,
  .about__heading,
  .example__heading,
  .point__heading,
  .recommend__heading,
  .merit__heading,
  .program__heading,
  .voice__heading,
  .price__heading,
  .faq__heading,
  .access__heading {
    text-align: center;
    font-weight: 500;
    font-size: 6.8vw;
    letter-spacing: .1em; }
    .campaign__heading .font,
    .about__heading .font,
    .example__heading .font,
    .point__heading .font,
    .recommend__heading .font,
    .merit__heading .font,
    .program__heading .font,
    .voice__heading .font,
    .price__heading .font,
    .faq__heading .font,
    .access__heading .font {
      font-size: 8.7vw; }
    .campaign__heading-sub,
    .about__heading-sub,
    .example__heading-sub,
    .point__heading-sub,
    .recommend__heading-sub,
    .merit__heading-sub,
    .program__heading-sub,
    .voice__heading-sub,
    .price__heading-sub,
    .faq__heading-sub,
    .access__heading-sub {
      text-align: center;
      padding: 1.5rem 0 .25rem;
      font-size: 5.5vw;
      letter-spacing: .1em;
      font-weight: 500; }
      .campaign__heading-sub .font,
      .about__heading-sub .font,
      .example__heading-sub .font,
      .point__heading-sub .font,
      .recommend__heading-sub .font,
      .merit__heading-sub .font,
      .program__heading-sub .font,
      .voice__heading-sub .font,
      .price__heading-sub .font,
      .faq__heading-sub .font,
      .access__heading-sub .font {
        font-size: 6.8vw;
        letter-spacing: .14em;
        font-weight: 400; }
  @media screen and (min-width: 768px) {
    .campaign__eng,
    .about__eng,
    .example__eng,
    .point__eng,
    .recommend__eng,
    .merit__eng,
    .program__eng,
    .voice__eng,
    .price__eng,
    .faq__eng,
    .access__eng {
      font-size: 1.1rem;
      padding: 0 0 .5rem; }
      .campaign__eng::before,
      .about__eng::before,
      .example__eng::before,
      .point__eng::before,
      .recommend__eng::before,
      .merit__eng::before,
      .program__eng::before,
      .voice__eng::before,
      .price__eng::before,
      .faq__eng::before,
      .access__eng::before {
        width: 6rem; }
      .campaign__eng::after,
      .about__eng::after,
      .example__eng::after,
      .point__eng::after,
      .recommend__eng::after,
      .merit__eng::after,
      .program__eng::after,
      .voice__eng::after,
      .price__eng::after,
      .faq__eng::after,
      .access__eng::after {
        left: 50%;
        width: 1rem;
        margin-left: 2.5rem; }
    .campaign__heading,
    .about__heading,
    .example__heading,
    .point__heading,
    .recommend__heading,
    .merit__heading,
    .program__heading,
    .voice__heading,
    .price__heading,
    .faq__heading,
    .access__heading {
      font-size: 2.4rem; }
      .campaign__heading .font,
      .about__heading .font,
      .example__heading .font,
      .point__heading .font,
      .recommend__heading .font,
      .merit__heading .font,
      .program__heading .font,
      .voice__heading .font,
      .price__heading .font,
      .faq__heading .font,
      .access__heading .font {
        font-size: 3rem; }
      .campaign__heading-sub,
      .about__heading-sub,
      .example__heading-sub,
      .point__heading-sub,
      .recommend__heading-sub,
      .merit__heading-sub,
      .program__heading-sub,
      .voice__heading-sub,
      .price__heading-sub,
      .faq__heading-sub,
      .access__heading-sub {
        padding: 1.5rem 0 .5rem;
        font-size: 1.6rem; }
        .campaign__heading-sub .font,
        .about__heading-sub .font,
        .example__heading-sub .font,
        .point__heading-sub .font,
        .recommend__heading-sub .font,
        .merit__heading-sub .font,
        .program__heading-sub .font,
        .voice__heading-sub .font,
        .price__heading-sub .font,
        .faq__heading-sub .font,
        .access__heading-sub .font {
          font-size: 2.3rem; } }

.campaign {
  /* padding: 3rem 0 0; */
  padding: 3rem 0 3rem;
  text-align: center;
  letter-spacing: .025em;
  overflow: hidden; }
  .campaign01 {
    border-top: 5px solid #000000;
    background: #F5F5F5; }
  .campaign02 {
    background: #F9EBEA;
    border-bottom: 5px solid #000000;
    padding: 0 0 3rem; }
  .campaign__heading {
    font-size: 6vw;
    font-weight: 700;
    letter-spacing: .13em;
    padding: 0 0 1rem; }
  .campaign__eng {
    font-size: 2.9vw;
    font-weight: 400;
    padding: 0 0 1.5rem;
    letter-spacing: .25em; }
  .campaign__date {
    margin: 0 auto;
    width: 58%;
    padding: 2rem 0 1.5rem; }
  .campaign__only {
    font-weight: 500;
    letter-spacing: .5em;
    margin: 1rem 0 1.5rem; }
    .campaign__only .circle {
      border-radius: 100rem;
      padding: 0 1.6em 0 2em;
      background: #F0E398; }
  .campaign__offer-item02 {
    position: relative;
    z-index: 2; }
    .campaign__offer-item02::before {
      position: absolute;
      content: "";
      background: #F9EBEA;
      bottom: -2px;
      height: 14vw;
      width: 200%;
      z-index: -1;
      left: 50%;
      transform: translateX(-50%); }
    .campaign__offer-item02 .image {
      margin-bottom: .25rem; }
      .campaign__offer-item02 .image:last-child {
        margin-bottom: 0; }
  .campaign__offer-item03 .head {
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: .05em; }
    .campaign__offer-item03 .head .font {
      font-size: 7vw;
      font-weight: 400; }
    .campaign__offer-item03 .head-sub {
      font-size: 4.3vw;
      letter-spacing: .05em;
      padding: 2rem 0 .75rem; }
  .campaign__offer-item03 .image {
    padding: 1.5rem 0; }
  .campaign__offer-item03 .note {
    font-size: 2.9vw;
    color: #606060;
    letter-spacing: .025em;
    line-height: 1.5;
    text-align: start; }
  .campaign__offer .text {
    font-size: 3.4vw;
    line-height: 1.5;
    padding: 1rem 0 1.5rem; }
  @media screen and (min-width: 768px) {
    .campaign {
      /* padding: 3rem 0 0; } */
      padding: 3rem 0 3rem; }
      .campaign02 {
        padding: 0 0 3rem; }
      .campaign__heading {
        font-size: 2.4rem; }
      .campaign__eng {
        font-size: 1.1rem; }
      .campaign__date {
        width: 34%; }
      .campaign__offer-item02 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
        padding-bottom: 2rem; }
        .campaign__offer-item02::before {
          height: 8rem; }
        .campaign__offer-item02 .image {
          margin-bottom: 0; }
      .campaign__offer-item03 .head {
        font-size: 2.4rem; }
        .campaign__offer-item03 .head .font {
          font-size: 3.1rem; }
        .campaign__offer-item03 .head-sub {
          font-size: 1.8rem; }
      .campaign__offer-item03 .image {
        padding: 1.5rem 0; }
      .campaign__offer-item03 .note {
        font-size: .9rem; }
      .campaign__offer .text {
        font-size: 1.1rem;
        padding: 1.5rem 0 2rem; } }

.about {
  background-image: url("../images/about.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .about__inner {
    background: white;
    padding: 2.5rem 2rem; }
  .about__heading {
    text-align: center;
    padding: 1.5rem 0;
    font-size: 5.5vw;
    letter-spacing: .1em;
    font-weight: 500; }
    .about__heading .font {
      font-size: 6.8vw;
      letter-spacing: .14em;
      font-weight: 400; }
  .about__text {
    font-size: 3.4vw;
    letter-spacing: .025em;
    line-height: 1.8em;
    text-align: center; }
  .about__list {
    font-size: 3.8vw;
    font-weight: 500;
    letter-spacing: .05em;
    width: fit-content;
    margin: 0 auto; }
    .about__list .font {
      font-size: 4.8vw;
      font-weight: 400; }
    .about__list .border {
      border-bottom: 1px solid #F07063; }
    .about__list-item {
      padding: 1rem 0 0 6vw;
      line-height: 1.3;
      position: relative; }
      .about__list-item::before {
        content: "";
        position: absolute;
        background-image: url("../images/check.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 3.8vw;
        height: 3.8vw;
        left: 0;
        top: 1.2rem; }
  .about__arrow {
    width: 6%;
    margin: 1rem auto; }
  .about__end {
    font-size: 3.8vw;
    text-align: center;
    line-height: 1.8; }
    .about__end .box {
      display: inline-block;
      border: 1px solid #000000;
      padding: 0 1rem; }
  @media screen and (min-width: 768px) {
    .about {
      background-image: url("../images/about-pc.webp"); }
      .about__inner {
        padding: 2.5rem 2rem; }
      .about__heading {
        padding: 1.5rem 0;
        font-size: 1.8rem; }
        .about__heading .font {
          font-size: 2.3rem; }
      .about__text {
        font-size: 1.1rem; }
      .about__list {
        font-size: 1.2rem; }
        .about__list .font {
          font-size: 1.5rem; }
        .about__list-item {
          padding: 1rem 0 0 1.5rem; }
          .about__list-item::before {
            width: 1.1rem;
            height: 1.1rem;
            top: 1.2rem; }
      .about__arrow {
        width: 1.5rem;
        margin: 2rem auto 0; }
      .about__end {
        font-size: 1.4rem; } }

.example {
  border-bottom: 5px solid #000000; }
  .example__heading {
    font-size: 5.8vw;
    padding: 0 0 2rem;
    line-height: 1.5;
    position: relative; }
    .example__heading .image {
      position: absolute;
      width: 14vw;
      top: -6vw;
      left: 6vw; }
      .example__heading .image02 {
        top: -4vw;
        left: 3vw; }
  .example__box-item {
    height: 114vw; }
    .example__box-item .title {
      position: relative;
      text-align: center;
      font-size: 4.6vw;
      font-weight: 500;
      letter-spacing: .05em;
      border: 1px solid #000000;
      background: white;
      width: 56vw;
      padding: .5rem 0 .75rem;
      margin: 0 auto .5rem; }
      .example__box-item .title::before, .example__box-item .title::after {
        position: absolute;
        content: "";
        bottom: -8px;
        width: 4vw;
        height: 7px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        left: 50%;
        transform: translateX(-50%); }
      .example__box-item .title::before {
        background: #000000; }
      .example__box-item .title::after {
        background: white;
        bottom: -7px;
        height: 8px; }
      .example__box-item .title .small {
        font-size: 2.5vw; }
      .example__box-item .title02 {
        font-size: 4.1vw;
        line-height: .8;
        padding: .75rem; }
    .example__box-item .detail {
      position: relative;
      top: -4rem; }
      .example__box-item .detail .head {
        font-weight: 500;
        letter-spacing: .05em;
        font-size: 4.8vw;
        line-height: 2;
        padding: 0 0 1rem 3rem; }
        .example__box-item .detail .head .marker {
          background: white;
          box-shadow: 2px 2px #000000; }
        .example__box-item .detail .head .pink {
          color: #F07063; }
      .example__box-item .detail .text {
        font-size: 3.4vw;
        line-height: 1.8;
        letter-spacing: .025em;
        width: 70%;
        text-align: justify;
        margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .example__heading {
      font-size: 2.4rem; }
      .example__heading .image {
        width: 5rem;
        top: -2rem;
        left: 11rem; }
        .example__heading .image02 {
          top: -1rem;
          left: 11rem; }
    .example__box {
      width: calc(100vw - 2rem);
      max-width: 1000px;
      margin: 0 auto; }
      .example__box-item {
        height: 33rem; }
        .example__box-item .title {
          font-size: 1.5rem;
          width: 23rem;
          padding: .5rem 0 .75rem;
          margin: 1.5rem auto; }
          .example__box-item .title::before, .example__box-item .title::after {
            bottom: -8px;
            width: 1rem;
            height: 7px; }
          .example__box-item .title::after {
            bottom: -7px;
            height: 8px; }
          .example__box-item .title .small {
            font-size: .9rem; }
          .example__box-item .title02 {
            font-size: 1.3rem; }
        .example__box-item .image {
          width: 66%;
          margin: 0 auto; }
        .example__box-item .detail {
          top: -8rem; }
          .example__box-item .detail .head {
            font-size: 1.5rem;
            padding: 0 0 4rem 7rem; }
          .example__box-item .detail .text {
            font-size: 1rem;
            width: 66%; } }

.point {
  overflow: hidden;
  border-bottom: 5px solid #000000; }
  .point__inner {
    width: calc(100vw - 4rem); }
  .point__box-item01, .point__box-item03, .point__box-item05 {
    position: relative;
    z-index: 2; }
    .point__box-item01::before, .point__box-item03::before, .point__box-item05::before {
      position: absolute;
      content: "";
      background: #F5F5F5;
      width: 73%;
      height: 50vw;
      bottom: 1rem;
      z-index: -1; }
  .point__box-item01::before, .point__box-item05::before {
    right: -2rem; }
  .point__box-item03::before {
    left: -2rem; }
  .point__box .map {
    width: 100%; }
  .point__box .head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 .5rem; }
    .point__box .head .number {
      position: relative;
      color: #FBDBD8;
      font-size: 19.6vw;
      margin-right: .5rem; }
      .point__box .head .number::before {
        position: absolute;
        content: "point";
        font-size: 3.8vw;
        color: #F07063;
        font-family: "Josefin Sans", sans-serif;
        font-style: normal;
        letter-spacing: .12em;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 3vw;
        left: -1rem; }
    .point__box .head .title {
      font-size: 5vw;
      font-weight: 500;
      letter-spacing: .05em;
      line-height: 1.5; }
      .point__box .head .title .font {
        font-weight: 400;
        font-size: 6.8vw; }
      .point__box .head .title .marker {
        background: #F07063;
        display: inline-block;
        color: white;
        padding: 0 .25rem; }
  .point__box .text {
    font-size: 3.4vw;
    line-height: 1.8;
    letter-spacing: .025em;
    text-align: justify;
    padding: 1rem 0 2rem; }
  .point__box .note {
    color: #606060;
    font-size: 2.9vw; }
  @media screen and (min-width: 768px) {
    .point {
      overflow: hidden;
      padding: 4rem 0 0; }
      .point__heading {
        padding: 0 0 2rem; }
        .point__heading-sub {
          padding: 1.5rem 0 0; }
      .point__box {
        position: relative; }
        .point__box-item {
          margin-bottom: 5rem;
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-flow: wrap; }
          .point__box-item01::before, .point__box-item03::before, .point__box-item05::before {
            width: 170%;
            height: 10rem;
            bottom: -3rem; }
          .point__box-item01::before, .point__box-item05::before {
            right: -100%; }
          .point__box-item03::before {
            left: -100%; }
          .point__box-item02, .point__box-item04, .point__box-item06 {
            flex-flow: row-reverse; }
        .point__box .map,
        .point__box .image {
          width: 40%; }
        .point__box .map {
          margin: 0; }
          .point__box .map iframe {
            aspect-ratio: 7 / 5; }
        .point__box .head {
          width: 50%;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 0 0 6.5rem; }
          .point__box .head .number {
            font-size: 5.5rem; }
            .point__box .head .number::before {
              font-size: 1rem;
              height: 1rem;
              left: -1rem; }
          .point__box .head .title {
            font-size: 1.4rem; }
            .point__box .head .title .font {
              font-size: 1.9rem; }
            .point__box .head .title .marker {
              background: #F07063;
              display: inline-block;
              color: white;
              padding: 0 .25rem; }
        .point__box .text {
          font-size: 1rem;
          padding: 7rem 0 0;
          position: absolute;
          width: 43%; }
        .point__box .note {
          font-size: .9rem; } }

.recommend {
  padding: 3rem 0 0; }
  .recommend__heading .box {
    border: 1px solid #000000;
    padding: 0 .5rem; }
  .recommend__image {
    width: 96%;
    position: relative;
    z-index: 2; }
    .recommend__image::before {
      position: absolute;
      content: "";
      background: #F9EBEA;
      bottom: -2px;
      height: 14vw;
      width: 200%;
      z-index: -1;
      left: 50%;
      transform: translateX(-50%); }
  @media screen and (min-width: 768px) {
    .recommend__image {
      width: 40%;
      margin: 0 auto; }
      .recommend__image::before {
        height: 10rem;
        width: 400%; } }

.merit {
  background: #F9EBEA; }
  .merit__heading {
    line-height: 1.5;
    padding: 1rem 0; }
  .merit__text {
    text-align: center;
    font-size: 3.4vw;
    line-height: 1.5;
    padding: 1rem 0 2rem;
    font-weight: 500;
    letter-spacing: .025em; }
  .merit__box {
    height: 120vw;
    position: relative;
    top: -3rem; }
    .merit__box .image {
      width: 60%;
      margin: 0 0 0 auto;
      position: relative;
      bottom: -4rem; }
    .merit__box02 .image {
      margin: 0; }
    .merit__box02 .head {
      margin: 0 0 0 auto; }
      .merit__box02 .head .number {
        right: 4rem; }
    .merit__box .head {
      background: white;
      padding: 2rem 0 2rem 2rem;
      position: relative;
      width: 74%; }
      .merit__box .head .number {
        position: absolute;
        top: -3rem;
        font-size: 12.8vw;
        font-weight: 300; }
        .merit__box .head .number::before {
          position: absolute;
          content: "";
          background: #000000;
          height: 1.5px;
          width: 9vw;
          right: -6vw;
          bottom: 2vw;
          transform: rotate(-45deg); }
      .merit__box .head .title {
        font-size: 4.8vw;
        font-weight: 500;
        letter-spacing: .05em;
        line-height: 1.5; }
        .merit__box .head .title .box {
          border: 1px solid #000000;
          display: inline-block;
          padding: 0 .5rem; }
    .merit__box .text {
      font-size: 3.4vw;
      line-height: 1.8;
      letter-spacing: .025em;
      width: 70%;
      text-align: justify;
      margin: 1rem auto; }
  @media screen and (min-width: 768px) {
    .merit {
      padding: 4rem 0 0; }
      .merit__heading {
        line-height: 1.5;
        padding: 1rem 0; }
      .merit__text {
        font-size: 1.1rem;
        padding: 1rem 0 6rem; }
      .merit__box {
        width: calc(100vw - 2rem);
        max-width: 1000px;
        margin: 0 auto;
        height: 34rem;
        position: relative;
        top: -3rem; }
        .merit__box .image {
          width: 44%;
          bottom: auto; }
        .merit__box .head {
          padding: 2rem 0 2rem 2rem;
          position: absolute;
          width: 74%;
          top: 12rem; }
          .merit__box .head .number {
            top: -3.5rem;
            font-size: 4rem; }
            .merit__box .head .number::before {
              width: 2rem;
              right: -1.5rem;
              bottom: 0.5rem; }
          .merit__box .head .title {
            font-size: 1.4rem; }
        .merit__box .text {
          font-size: 1rem;
          position: absolute;
          width: 45%;
          left: 2rem;
          bottom: 5rem; }
        .merit__box02 .image {
          margin: 0; }
        .merit__box02 .head {
          right: 0; }
          .merit__box02 .head .number {
            right: 4rem; }
        .merit__box02 .text {
          right: 2rem;
          left: auto; } }

.program {
  border-bottom: 5px solid #000000; }
  .program__heading {
    padding: 0 0 2rem; }
    .program__heading-sub {
      padding: 1.5rem 0 1rem; }
  .program__text {
    text-align: center;
    font-size: 3.4vw;
    line-height: 1.5;
    letter-spacing: .025em;
    font-weight: 500; }
    .program__text .font {
      font-size: 3.8vw;
      color: #F07063;
      font-weight: 400; }
  .program__comment {
    position: relative;
    text-align: center;
    font-size: 4.6vw;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.3;
    border: 1px solid #000000;
    background: white;
    width: 56vw;
    padding: .5rem 0 .75rem;
    margin: 1.5rem auto; }
    .program__comment::before, .program__comment::after {
      position: absolute;
      content: "";
      bottom: -8px;
      width: 4vw;
      height: 7px;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      left: 50%;
      transform: translateX(-50%); }
    .program__comment::before {
      background: #000000; }
    .program__comment::after {
      background: white;
      bottom: -7px;
      height: 8px; }
  .program .slide {
    border-bottom: 1px solid #000000; }
  .program .swiper-slide .box {
    height: 113vw;
    max-width: 90%;
    margin: 0 auto;
    background: white;
    padding: 2rem 1.5rem;
    filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2)); }
    @media screen and (min-width: 768px) {
      .program .swiper-slide .box {
        filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.2)); } }
    .program .swiper-slide .box .head {
      text-align: center;
      font-size: 4.8vw;
      font-weight: 500;
      letter-spacing: .05em; }
      .program .swiper-slide .box .head-sub {
        text-align: center;
        color: #F07063;
        font-size: 2.6vw;
        font-weight: 400;
        padding: .5rem 0  1rem; }
    .program .swiper-slide .box .image {
      position: relative;
      width: 90%;
      margin: 0 auto; }
      .program .swiper-slide .box .image::before {
        position: absolute;
        content: "";
        background: #F07063;
        width: 40%;
        height: 10px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -.25rem; }
    .program .swiper-slide .box .text {
      width: 86%;
      margin: 0 auto;
      font-size: 3.1vw;
      padding: 1rem 0 .5rem;
      line-height: 1.8; }
  @media screen and (min-width: 768px) {
    .program__inner {
      max-width: 100%; }
    .program__heading {
      padding: 0 0 2rem; }
      .program__heading-sub {
        padding: 1.5rem 0 1rem; }
    .program__text {
      font-size: 1.1rem; }
      .program__text .font {
        font-size: 1.5rem; }
    .program__comment {
      font-size: 1.5rem;
      width: 23rem;
      padding: .5rem 0 .75rem;
      margin: 1.5rem auto; }
      .program__comment::before, .program__comment::after {
        bottom: -8px;
        width: 1rem;
        height: 7px; }
      .program__comment::after {
        bottom: -7px;
        height: 8px; }
    .program .swiper-button-next,
    .program .swiper-container-rtl .swiper-button-prev {
      bottom: 1rem;
      left: 54%; }
    .program .swiper-button-prev,
    .program .swiper-container-rtl .swiper-button-next {
      bottom: 1rem;
      left: 45.5%; }
    .program .slide {
      border-bottom: none; }
    .program .swiper-container {
      padding: 0 0 6rem; }
    .program .swiper-slide .box {
      height: 40rem;
      max-width: 90%;
      padding: 2rem 1.5rem; }
      .program .swiper-slide .box .head {
        font-size: 1.5rem; }
        .program .swiper-slide .box .head-sub {
          font-size: .9rem; }
      .program .swiper-slide .box .image {
        width: 80%;
        margin: 0 auto; }
      .program .swiper-slide .box .text {
        width: 70%;
        font-size: 1rem; } }
  @media screen and (min-width: 80%) {
    .program .swiper-container {
      padding: 0 0 6rem; }
    .program .swiper-slide {
      height: 34rem; } }

.voice {
  background: #F5F5F5; }
  .voice__eng::after {
    background: #F07063; }
  .voice__heading {
    line-height: 1.5;
    padding: 1rem 0; }
  .voice__note {
    color: #606060;
    text-align: center;
    padding: 0 0 2rem;
    font-size: 2.9vw; }
  .voice .swiper-slide .slide-item01 .box .image::before {
    content: "voice 01"; }
  .voice .swiper-slide .slide-item02 .box .image::before {
    content: "voice 02"; }
  .voice .swiper-slide .slide-item03 .box .image::before {
    content: "voice 03"; }
  .voice .swiper-slide .slide-item04 .box .image::before {
    content: "voice 04"; }
  .voice .swiper-slide .box {
    height: 88vw;
    max-width: 90%;
    margin: 5rem auto 0;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 2rem;
    position: relative; }
    .voice .swiper-slide .box .head {
      font-size: 4.8vw;
      font-weight: 500;
      letter-spacing: .05em;
      line-height: 1.5; }
    .voice .swiper-slide .box .image {
      position: absolute;
      top: -5rem;
      width: 48%;
      left: 50%;
      transform: translateX(-50%); }
      .voice .swiper-slide .box .image img {
        border-radius: 50%;
        filter: drop-shadow(2px 2px 0 #F07063); }
      .voice .swiper-slide .box .image::before {
        position: absolute;
        font-family: "Josefin Sans", sans-serif;
        font-style: normal;
        color: #F07063;
        height: 10px;
        top: 0;
        left: -6vw;
        bottom: -3rem;
        margin: auto;
        background: white;
        letter-spacing: .12em;
        font-size: 3.6vw;
        z-index: 2; }
    .voice .swiper-slide .box .old {
      font-size: 2.5vw;
      color: #F07063;
      font-weight: 500;
      letter-spacing: .05em;
      padding: 4rem 0 .25rem; }
      .voice .swiper-slide .box .old .font {
        font-size: 2.8vw; }
    .voice .swiper-slide .box .text {
      margin: 1rem auto;
      font-size: 3.1vw;
      line-height: 1.8; }
  @media screen and (min-width: 768px) {
    .voice__note {
      font-size: 1rem; }
    .voice .swiper-button-next,
    .voice .swiper-container-rtl .swiper-button-prev {
      bottom: 1rem; }
    .voice .swiper-button-prev,
    .voice .swiper-container-rtl .swiper-button-next {
      bottom: 1rem; }
    .voice .slide-item {
      padding-left: 8rem; }
    .voice .swiper-slide .box {
      height: auto;
      padding: 2rem 2rem 2rem 10rem;
      margin: 0 auto; }
      .voice .swiper-slide .box .head {
        font-size: 1.5rem; }
      .voice .swiper-slide .box .image {
        top: 0;
        bottom: 0;
        margin: auto;
        width: 12rem;
        height: 12rem;
        left: -6rem;
        transform: none; }
        .voice .swiper-slide .box .image::before {
          height: .8rem;
          top: 0;
          left: -2vw;
          bottom: -3vw;
          margin: auto;
          font-size: 1.1rem; }
      .voice .swiper-slide .box .old {
        font-size: 1rem;
        padding: 0 0 .25rem; }
        .voice .swiper-slide .box .old .font {
          font-size: 1.1rem; }
      .voice .swiper-slide .box .text {
        margin: 1rem auto;
        font-size: 1rem; } }

.price {
  padding: 3rem 0 0; }
  .price__heading {
    padding: 1rem 0 2rem; }
  .price__note {
    color: #606060;
    text-align: center;
    font-size: 2.9vw; }
  .price__list {
    display: flex;
    justify-content: center; }
    .price__list-item {
      margin: 1.5rem .5rem;
      display: flex;
      align-items: flex-end;
      justify-content: flex-start; }
      .price__list-item .head {
        font-size: 2.9vw;
        border: 1px solid #000000;
        text-align: center;
        padding: .2rem 0;
        margin-right: .25rem; }
      .price__list-item .text {
        font-size: 5.8vw; }
        .price__list-item .text .font {
          font-size: 9.6vw;
          font-weight: 300; }
  .price__box {
    width: 90vw;
    margin: 0 auto;
    text-align: center; }
    .price__box .head {
      font-size: 8vw;
      letter-spacing: .15em;
      padding: 2rem 0 .25rem; }
      .price__box .head-sub02 {
        padding-bottom: 2rem; }
      .price__box .head-sub .marker {
        background: #F07063;
        color: white;
        display: inline-block;
        padding: 0 1rem;
        font-size: 3.4vw;
        letter-spacing: .05em;
        font-weight: 500; }
    .price__box .text {
      font-weight: 500;
      font-size: 5vw;
      letter-spacing: .05em;
      padding: 2rem 0 1rem; }
    .price__box .list {
      width: 88%;
      margin: 0 auto; }
    .price__box .detail {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 2rem;
      border-bottom: 1px solid #000000; }
      .price__box .detail02 {
        border-bottom: none; }
      .price__box .detail03 {
        border-bottom: none;
        justify-content: flex-start; }
      .price__box .detail .icon {
        width: 22%;
        margin-right: .5rem; }
      .price__box .detail .money .large {
        font-size: 15.7vw; }
      .price__box .detail .money .sub {
        color: #606060;
        font-size: 3.4vw; }
    .price__box .note {
      font-size: 2.9vw;
      color: #606060;
      letter-spacing: .025em;
      line-height: 1.5;
      text-align: start;
      padding-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .price {
      padding: 3rem 0 0; }
      .price__note {
        font-size: 1rem; }
      .price__list-item .head {
        font-size: 1rem; }
      .price__list-item .text {
        font-size: 2.1rem; }
        .price__list-item .text .font {
          font-size: 3.3rem; }
      .price__box {
        max-width: 1000px; }
        .price__box .box {
          display: grid;
          grid-column-gap: .5rem;
          grid-template-columns: repeat(2, 1fr); }
        .price__box .head {
          font-size: 2rem;
          padding: 2rem 0 .25rem; }
          .price__box .head-sub02 {
            padding-bottom: 2rem; }
          .price__box .head-sub .marker {
            padding: 0 1rem;
            font-size: .9rem; }
        .price__box .text {
          font-size: 1.3rem;
          padding: 2rem 0 1rem; }
        .price__box .list {
          margin: 0 auto;
          width: fit-content; }
        .price__box .detail {
          width: fit-content;
          margin: 0 auto;
          border-bottom: none; }
          .price__box .detail .icon {
            width: 6rem; }
          .price__box .detail .money .large {
            font-size: 4.3rem; }
          .price__box .detail .money .sub {
            font-size: 1.1rem; }
        .price__box .note {
          font-size: .9rem;
          margin: 0 auto;
          width: fit-content; } }

.faq {
  background: #F5F5F5; }
  .faq__heading {
    padding: 1rem 0 2rem; }
  .faq__title {
    text-align: center;
    margin: 2rem 0 1rem; }
    .faq__title .circle {
      display: inline-block;
      line-height: 1.3;
      border-radius: 100rem;
      border: 1px solid #000000;
      font-weight: 500;
      font-size: 3.8vw;
      letter-spacing: .05em;
      text-align: center;
      padding: 1rem 2rem; }
  .faq .accordion {
    width: 90%;
    margin: .5rem auto; }
    .faq .accordion:not([open]) {
      margin-bottom: .5rem; }
    .faq .accordion summary {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: .5rem 3rem .5rem 1rem;
      font-weight: 500;
      cursor: pointer;
      position: relative; }
      .faq .accordion summary::-webkit-details-marker {
        display: none; }
      .faq .accordion summary::after {
        position: absolute;
        transform: translateY(-25%) rotate(45deg);
        width: 1.5vw;
        height: 1.5vw;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        content: '';
        transition: transform .3s;
        right: 1rem; }
  .faq .accordion[open] summary::before {
    display: none; }
  .faq .accordion[open] summary::after {
    transform: rotate(225deg); }
  .faq .title {
    background: white;
    filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2)); }
    @media screen and (min-width: 768px) {
      .faq .title {
        filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.2)); } }
    .faq .title .text {
      font-size: 3.6vw;
      line-height: 1.5em; }
  .faq .icon {
    font-size: 4.8vw;
    font-weight: 500;
    margin-right: .5rem; }
  .faq .answer {
    display: flex;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1rem;
    transition: transform .5s, opacity .5s;
    position: relative; }
    .faq .answer .text {
      line-height: 1.5;
      font-size: 3.1vw;
      text-align: justify; }
  .faq .accordion[open] .answer {
    transform: none;
    opacity: 1; }
  .faq a {
    border-bottom: 1px solid #000000; }
  @media screen and (min-width: 768px) {
    .faq__heading {
      padding: 1rem 0 0; }
    .faq__title .circle {
      font-size: 1.3rem;
      padding: 1rem 2rem; }
    .faq .accordion summary {
      padding: 1rem 3rem 1rem 1rem; }
      .faq .accordion summary::after {
        width: .5rem;
        height: .5rem; }
    .faq .title .text {
      font-size: 1.2rem; }
    .faq .icon {
      font-size: 1.5rem; }
    .faq .answer {
      padding: 1rem; }
      .faq .answer .text {
        font-size: 1rem; } }

.access {
  padding: 3rem 0 0;
  background: #F9EBEA;
  border-bottom: 5px solid #000000; }
  .access__heading {
    padding: 1rem 0 2rem; }
  .access__comment {
    width: 70%;
    margin: 0 auto; }
  .access__list {
    width: 70%;
    margin: 0 auto; }
    .access__list-item .head {
      font-size: 4.3vw;
      font-weight: 500;
      letter-spacing: .2em;
      margin: 1.5rem 0 1rem; }
      .access__list-item .head .icon {
        margin-right: 1vw; }
        .access__list-item .head .icon img {
          width: 3.5vw; }
    .access__list-item .text {
      font-size: 3.1vw;
      line-height: 1.5; }
    .access__list-item a {
      border-bottom: 1px solid #000000; }
  .access__map {
    padding-top: 2rem; }
    .access__map iframe {
      width: 100%;
      height: 36vw; }
  @media screen and (min-width: 768px) {
    .access__heading {
      padding: 1rem 0 0; }
    .access__comment {
      width: 42%; }
    .access__list {
      width: 58%; }
      .access__list-item .head {
        font-size: 1.4rem; }
        .access__list-item .head .icon {
          margin-right: .25rem; }
          .access__list-item .head .icon img {
            width: 1.4rem; }
      .access__list-item .text {
        font-size: 1rem; }
    .access__map iframe {
      height: 18rem; } }

/*
	Footer
------------------------------------------------------------ */
.footer {
  background: white;
  color: #000000; }
  .footer__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    padding: 3rem 0 1rem; }
  .footer__company .logo {
    width: 60%;
    margin: 0 auto; }
    .footer__company .logo02 {
      padding: 2rem 0 0; }
  .footer__company .text {
    font-size: 3.4vw;
    text-align: center;
    letter-spacing: .025em;
    padding: 1.75rem 0; }
  .footer__company .button {
    width: 90%;
    margin: 0 auto; }
    .footer__company .button-item01 {
      width: 9%;
      margin: 0 auto; }
    .footer__company .button-item02 {
      padding: 1.5rem 0; }
      .footer__company .button-item02 .list {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-flow: wrap; }
        .footer__company .button-item02 .list-item {
          margin-bottom: .5rem; }
          .footer__company .button-item02 .list-item a {
            display: block;
            width: 100%;
            position: relative;
            font-size: 3.1vw;
            text-align: center;
            height: 10vw;
            align-content: center;
            border: 1px solid #000000; }
            .footer__company .button-item02 .list-item a::before {
              position: absolute;
              content: "";
              top: 0;
              bottom: 0;
              margin: auto;
              right: 2vw;
              width: 2vw;
              height: 2vw;
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              border-top: 1px solid #000000;
              border-right: 1px solid #000000; }
          .footer__company .button-item02 .list-item01 {
            width: 100%; }
          .footer__company .button-item02 .list-item02, .footer__company .button-item02 .list-item03 {
            width: 48%; }
          .footer__company .button-item02 .list-item02 a {
            text-align: start;
            padding-left: 3vw; }
    .footer__company .button-item03 {
      display: flex;
      align-items: center;
      justify-content: center; }
      .footer__company .button-item03 .left {
        width: 20%;
        margin: 0 1rem; }
      .footer__company .button-item03 .list-item {
        line-height: 1.8;
        font-size: 2.9vw; }
        .footer__company .button-item03 .list-item a {
          border-bottom: 1px solid #000000; }
  .footer .copyright {
    background: transparent;
    padding: 1rem 0 6rem; }
    .footer .copyright__text {
      font-size: 2.9vw;
      text-align: center; }
  @media screen and (min-width: 768px) {
    .footer__inner {
      padding: 4rem 0 6rem;
      position: relative; }
    .footer__company .logo {
      width: 30%;
      margin: 0; }
      .footer__company .logo02 {
        position: absolute;
        right: 3.5rem;
        bottom: 0; }
    .footer__company .text {
      font-size: 1rem;
      text-align: start;
      padding: 1.75rem 0; }
    .footer__company .button {
      width: 100%;
      margin: 0 auto; }
      .footer__company .button-item01 {
        width: 4%;
        margin: 0; }
      .footer__company .button-item02 {
        width: 25rem;
        position: absolute;
        top: 0;
        right: 0;
        padding: 4rem 0 1rem; }
        .footer__company .button-item02 .list-item a {
          font-size: .9rem;
          height: 3rem; }
          .footer__company .button-item02 .list-item a::before {
            right: .5rem;
            width: .5rem;
            height: .5rem; }
        .footer__company .button-item02 .list-item02 a {
          padding-left: 1rem; }
      .footer__company .button-item03 {
        width: 25rem;
        position: absolute;
        bottom: 3rem;
        right: 0; }
        .footer__company .button-item03 .list-item {
          font-size: .8rem; }
    .footer .copyright {
      width: calc(100vw - 2rem);
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 0 4rem; }
      .footer .copyright__text {
        font-size: .9rem;
        text-align: start; } }

/* Floating area */
.floating {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000; }
  .floating__inner {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .floating__button {
    width: 50%;
    font-weight: 500;
    letter-spacing: .025em;
    line-height: 1.3; }
    .floating__button a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 16vw;
      transition: all .2s ease-in-out;
      cursor: pointer;
      position: relative;
      text-align: center; }
      .floating__button a::before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        margin: auto;
        right: 6vw;
        width: 2vw;
        height: 2vw;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .floating__button01 a {
      color: white;
      background: #000000; }
      .floating__button01 a::before {
        border-top: 2px solid white;
        border-right: 2px solid white; }
    .floating__button02 a {
      background: white;
      border: 2px solid #000000;
      line-height: 1.3; }
      .floating__button02 a::before {
        border-top: 2px solid #000000;
        border-right: 2px solid #000000; }
  @media screen and (min-width: 768px) {
    .floating {
      width: 100%;
      position: fixed;
      top: 1rem;
      right: 7.5rem;
      bottom: auto; }
      .floating__button {
        max-width: 14rem;
        width: 14rem;
        font-size: .8rem;
        filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2)); } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .floating__button {
        filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.2)); } }
  @media screen and (min-width: 768px) {
        .floating__button a {
          padding-right: .25rem;
          height: 3.5rem;
          align-content: center; }
          .floating__button a:hover {
            opacity: .7; }
          .floating__button a::before {
            right: 1rem;
            width: .4rem;
            height: .4rem; }
        .floating__button01 {
          margin-right: 1rem; } }
