@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 Maru Gothic", sans-serif;
  font-weight: 500;
  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: #333333; }
  @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 .sp {
    display: block; }
  .wrap .pc {
    display: none; }
  .wrap .font {
    font-family: "Madimi One", sans-serif;
    font-weight: 400;
    font-style: normal; }
  @media screen and (min-width: 768px) {
    .wrap .pc {
      display: block; }
    .wrap .sp {
      display: none; } }

/*
	Header
------------------------------------------------------------ */
.header {
  background: white;
  width: 100%;
  color: #333333;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header__inner {
    padding: 2vw 0;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between; }
  .header__heading {
    width: 50%;
    margin: 0 auto; }
  .header__button {
    display: none; }
  @media screen and (min-width: 768px) {
    .header {
      position: fixed; }
      .header__inner {
        padding: 1rem; }
      .header__heading {
        width: 10%;
        margin: 0; }
      .header__button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem; }
        .header__button a {
          position: relative;
          font-size: .9rem;
          font-weight: 700;
          border-radius: 100rem;
          color: white;
          letter-spacing: .1em;
          display: block;
          width: 100%;
          text-align: center; }
        .header__button-item a {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 3rem; }
        .header__button-item01 {
          width: 17rem; }
          .header__button-item01 a {
            font-size: .8rem;
            display: block;
            background: #ff8c34;
            padding-top: .25rem;
            border: 3px solid #ff6116; }
            .header__button-item01 a .font {
              font-size: 1.5rem;
              letter-spacing: 0; }
        .header__button-item02, .header__button-item03 {
          width: 9rem; }
        .header__button-item02 a {
          background: #0080d3;
          border: 3px solid #0075a8; }
        .header__button-item03 a {
          background: white;
          color: #09b24d;
          border: 3px solid #09b24d; } }

/* visual */
.visual {
  background-color: #1cca93;
  background-image: url("../images/visual.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .visual__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    padding: 10vw 0 4vw; }
  .visual__heading {
    width: 80%;
    margin-bottom: 5vw; }
  @media screen and (min-width: 768px) {
    .visual {
      background-image: url("../images/visual-pc.webp");
      margin-top: 5rem; }
      .visual__inner {
        width: calc(100vw - 2rem);
        max-width: 1000px;
        margin: 0 auto;
        padding: 4rem 0 2rem; }
      .visual__heading {
        margin-bottom: 2rem; }
      .visual__appeal {
        width: 60%;
        margin: 0 auto; } }

/*
	Contents
------------------------------------------------------------ */
.contents {
  background: transparent;
  color: #333333;
  /* 埋め込み地図・動画 レスポンシブ対応用 */ }
  .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 {
  padding: 10vw 0;
  padding: 0 0 10vw;
  background-color: white;
  background-image: url("../images/cv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .cv {
      padding: 4rem 0; } }
  .cv02 {
    border-radius: 40px 40px 0 0; }
  .cv03 {
    margin-top: -8vw; }
  .cv__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto; }
  .cv__text {
    background: #0cb17d;
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 4.3vw;
    letter-spacing: .05em;
    padding: 3vw 0;
    text-decoration: none;
    border: none; }
  .cv__heading {
    text-align: center;
    color: white;
    line-height: 1.5;
    font-size: 5vw;
    letter-spacing: .1em;
    font-weight: 700;
    padding-top: 6vw; }
  .cv__wrap {
    margin-left: 7vw; }
  .cv__button {
    padding: 9vw 0 0; }
    .cv__button a {
      position: relative;
      font-size: 4.3vw;
      font-weight: 700;
      border-radius: 100rem;
      color: white;
      letter-spacing: .1em;
      display: block;
      width: 100%;
      text-align: center; }
      .cv__button a .comment {
        position: absolute; }
    .cv__button-item {
      margin: 0 auto 5vw; }
      .cv__button-item a {
        padding: 0 0 0 7vw; }
        .cv__button-item a::before {
          position: absolute;
          content: "";
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          top: 0;
          bottom: 0;
          margin: auto; }
      .cv__button-item01 {
        width: 80%; }
        .cv__button-item01 a {
          background: #ff8c34;
          border: 3px solid white;
          font-size: 2.9vw;
          padding: 2.5vw 0 2vw 2vw; }
          .cv__button-item01 a .font {
            font-size: 7.2vw;
            letter-spacing: 0; }
          .cv__button-item01 a .comment {
            width: 27%;
            left: -10vw;
            top: -6vw; }
      .cv__button-item02, .cv__button-item03 {
        width: 64%; }
        .cv__button-item02 a, .cv__button-item03 a {
          height: 13vw;
          display: flex;
          align-items: center;
          justify-content: center; }
          .cv__button-item02 a .comment, .cv__button-item03 a .comment {
            width: 28%;
            top: 0;
            bottom: 0;
            margin: auto;
            display: flex;
            align-items: center;
            left: -9vw; }
          .cv__button-item02 a::after, .cv__button-item03 a::after {
            position: absolute;
            content: "";
            transform: rotate(45deg);
            width: 2.5vw;
            height: 2.5vw;
            margin-left: 10px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            right: 7vw;
            margin: auto;
            top: 0;
            bottom: 0; }
      .cv__button-item02 a {
        background: #0080d3;
        border: 3px solid #0075a8; }
        .cv__button-item02 a::before {
          background-image: url("../images/icon_mail.svg");
          width: 11%;
          height: 52%;
          left: 10vw; }
      .cv__button-item03 {
        margin: 0 auto; }
        .cv__button-item03 a {
          background: white;
          color: #09b24d;
          border: 3px solid #09b24d; }
          .cv__button-item03 a::before {
            background-image: url("../images/icon_line.svg");
            width: 12.6%;
            height: 67%;
            left: 9vw; }
          .cv__button-item03 a::after {
            border-top: 2px solid #09b24d;
            border-right: 2px solid #09b24d; }
  .cv__illust {
    position: relative; }
    .cv__illust-item {
      position: absolute;
      bottom: 0; }
      .cv__illust-item01 {
        left: 2vw;
        width: 13%; }
      .cv__illust-item02 {
        right: 2vw;
        width: 15%; }
  @media screen and (min-width: 768px) {
    .cv {
      background-image: url("../images/cv-pc.webp");
      padding: 0 0 4rem; }
      .cv02 {
        border-radius: 100px 100px 0 0; }
      .cv03 {
        margin-top: -5rem; }
      .cv__text {
        font-size: 1.3rem;
        padding: 1rem 0; }
      .cv__heading {
        font-size: 2.4rem;
        padding-top: 3rem; }
      .cv__wrap {
        margin-left: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3rem;
        margin-top: 2rem; }
      .cv__button {
        padding: 3rem; }
        .cv__button a {
          font-size: 1.5rem; }
        .cv__button-item {
          margin: 0 auto; }
          .cv__button-item a {
            padding: 0 0 0 5rem; }
          .cv__button-item01 {
            width: 100%; }
            .cv__button-item01 a {
              font-size: .8rem;
              padding: 1rem; }
              .cv__button-item01 a .font {
                font-size: 3.5rem; }
              .cv__button-item01 a .comment {
                width: 9rem;
                left: -1rem;
                top: -3rem; }
          .cv__button-item02, .cv__button-item03 {
            width: 64%; }
            .cv__button-item02 a, .cv__button-item03 a {
              height: 5rem; }
              .cv__button-item02 a .comment, .cv__button-item03 a .comment {
                width: 6.5rem;
                left: -2rem; }
              .cv__button-item02 a::after, .cv__button-item03 a::after {
                width: 1rem;
                height: 1rem;
                right: 2rem; }
          .cv__button-item02 a::before {
            width: 2.5rem;
            left: 5.5rem; }
          .cv__button-item03 {
            margin: 0; }
            .cv__button-item03 a::before {
              width: 3rem;
              left: 5rem; }
      .cv__illust-item {
        position: absolute;
        bottom: 0; }
        .cv__illust-item01 {
          left: 50%;
          transform: translateX(-625%);
          width: 4.8rem; }
        .cv__illust-item02 {
          right: auto;
          left: 50%;
          width: 5.5rem;
          transform: translateX(456%); } }

/* 全ブロック共通 */
.intro,
.lisk,
.about,
.service,
.price,
.plan,
.reason,
.step,
.area,
.faq,
.contact {
  padding: 10vw 0; }
  @media screen and (min-width: 768px) {
    .intro,
    .lisk,
    .about,
    .service,
    .price,
    .plan,
    .reason,
    .step,
    .area,
    .faq,
    .contact {
      padding: 4rem 0; } }
  .intro__inner,
  .lisk__inner,
  .about__inner,
  .service__inner,
  .price__inner,
  .plan__inner,
  .reason__inner,
  .step__inner,
  .area__inner,
  .faq__inner,
  .contact__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto; }
  .intro__heading,
  .lisk__heading,
  .about__heading,
  .service__heading,
  .price__heading,
  .plan__heading,
  .reason__heading,
  .step__heading,
  .area__heading,
  .faq__heading,
  .contact__heading {
    text-align: center;
    color: #0cb17d;
    font-weight: 700;
    letter-spacing: .16em;
    font-size: 6.8vw;
    margin-top: 2vw;
    padding: 0 0 6vw; }
    .intro__heading-sub,
    .lisk__heading-sub,
    .about__heading-sub,
    .service__heading-sub,
    .price__heading-sub,
    .plan__heading-sub,
    .reason__heading-sub,
    .step__heading-sub,
    .area__heading-sub,
    .faq__heading-sub,
    .contact__heading-sub {
      text-align: center;
      font-size: 4.3vw;
      color: #0cb17d;
      font-weight: 700;
      letter-spacing: .16em; }
    .intro__heading-bottom,
    .lisk__heading-bottom,
    .about__heading-bottom,
    .service__heading-bottom,
    .price__heading-bottom,
    .plan__heading-bottom,
    .reason__heading-bottom,
    .step__heading-bottom,
    .area__heading-bottom,
    .faq__heading-bottom,
    .contact__heading-bottom {
      width: 76%;
      margin: 0 auto; }
    .intro__heading .font,
    .lisk__heading .font,
    .about__heading .font,
    .service__heading .font,
    .price__heading .font,
    .plan__heading .font,
    .reason__heading .font,
    .step__heading .font,
    .area__heading .font,
    .faq__heading .font,
    .contact__heading .font {
      font-size: 10vw; }
  .intro .text,
  .lisk .text,
  .about .text,
  .service .text,
  .price .text,
  .plan .text,
  .reason .text,
  .step .text,
  .area .text,
  .faq .text,
  .contact .text {
    text-align: justify; }
  @media screen and (min-width: 768px) {
    .intro__heading,
    .lisk__heading,
    .about__heading,
    .service__heading,
    .price__heading,
    .plan__heading,
    .reason__heading,
    .step__heading,
    .area__heading,
    .faq__heading,
    .contact__heading {
      font-size: 2.5rem;
      margin-top: 1rem;
      padding: 0 0 3rem; }
      .intro__heading-sub,
      .lisk__heading-sub,
      .about__heading-sub,
      .service__heading-sub,
      .price__heading-sub,
      .plan__heading-sub,
      .reason__heading-sub,
      .step__heading-sub,
      .area__heading-sub,
      .faq__heading-sub,
      .contact__heading-sub {
        font-size: 1.8rem; }
      .intro__heading-bottom,
      .lisk__heading-bottom,
      .about__heading-bottom,
      .service__heading-bottom,
      .price__heading-bottom,
      .plan__heading-bottom,
      .reason__heading-bottom,
      .step__heading-bottom,
      .area__heading-bottom,
      .faq__heading-bottom,
      .contact__heading-bottom {
        width: 48%; }
      .intro__heading .font,
      .lisk__heading .font,
      .about__heading .font,
      .service__heading .font,
      .price__heading .font,
      .plan__heading .font,
      .reason__heading .font,
      .step__heading .font,
      .area__heading .font,
      .faq__heading .font,
      .contact__heading .font {
        font-size: 3.6rem; } }

/* 各ブロック個別 */
.intro {
  background: #f4f4f4; }
  .intro__list {
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
    font-size: 3.1vw; }
    .intro__list .orange {
      color: #ff8c34; }
    .intro__list .top {
      align-items: flex-start; }
    .intro__list .bottom {
      align-items: flex-end;
      margin-top: -12vw; }
    .intro__list .top,
    .intro__list .bottom {
      display: flex;
      justify-content: space-between;
      flex-flow: wrap; }
      .intro__list .top .box,
      .intro__list .bottom .box {
        height: 39vw;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        .intro__list .top .box span,
        .intro__list .bottom .box span {
          white-space: nowrap; }
        .intro__list .top .box01, .intro__list .top .box04,
        .intro__list .bottom .box01,
        .intro__list .bottom .box04 {
          height: 39vw;
          width: 40%;
          position: relative;
          z-index: 2; }
          .intro__list .top .box01::before, .intro__list .top .box04::before,
          .intro__list .bottom .box01::before,
          .intro__list .bottom .box04::before {
            position: absolute;
            content: "";
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            background-image: url("../images/intro_back01.svg");
            width: 100%;
            height: 100%;
            left: 50%;
            transform: translateX(-50%);
            z-index: -1; }
        .intro__list .top .box02, .intro__list .top .box03, .intro__list .top .box05,
        .intro__list .bottom .box02,
        .intro__list .bottom .box03,
        .intro__list .bottom .box05 {
          height: 29vw;
          width: 58%;
          position: relative;
          z-index: 2; }
          .intro__list .top .box02::before, .intro__list .top .box03::before, .intro__list .top .box05::before,
          .intro__list .bottom .box02::before,
          .intro__list .bottom .box03::before,
          .intro__list .bottom .box05::before {
            position: absolute;
            content: "";
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            background-image: url("../images/intro_back02.svg");
            width: 100%;
            height: 100%;
            left: 50%;
            transform: translateX(-50%);
            z-index: -1; }
        .intro__list .top .box05,
        .intro__list .bottom .box05 {
          margin: 0 auto; }
  .intro__illust {
    position: relative; }
    .intro__illust-item {
      position: absolute;
      width: 24%; }
      .intro__illust-item01 {
        left: 4vw;
        bottom: -15vw; }
      .intro__illust-item02 {
        right: 4vw;
        bottom: -11vw; }
  @media screen and (min-width: 768px) {
    .intro__list {
      font-size: 1.2rem; }
      .intro__list .top {
        align-items: center; }
      .intro__list .bottom {
        align-items: center;
        margin-top: -2rem; }
      .intro__list .top,
      .intro__list .bottom {
        display: flex;
        justify-content: center;
        flex-flow: wrap;
        gap: 1rem; }
        .intro__list .top .box01, .intro__list .top .box04,
        .intro__list .bottom .box01,
        .intro__list .bottom .box04 {
          height: 16rem;
          width: 25%; }
        .intro__list .top .box02, .intro__list .top .box03, .intro__list .top .box05,
        .intro__list .bottom .box02,
        .intro__list .bottom .box03,
        .intro__list .bottom .box05 {
          height: 11rem;
          width: 32%; }
        .intro__list .top .box05,
        .intro__list .bottom .box05 {
          margin: 0; }
    .intro__illust-item {
      width: 12rem; }
      .intro__illust-item01 {
        left: 50%;
        transform: translateX(-300%);
        bottom: -7rem; }
      .intro__illust-item02 {
        right: auto;
        bottom: -4rem;
        transform: translateX(216%);
        left: 50%; } }

.lisk {
  padding: 10vw 0 0; }
  .lisk__heading {
    font-size: 5.8vw;
    line-height: 1.5; }
    .lisk__heading .marker {
      background: #0080d3;
      color: white; }
  .lisk__box {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .lisk__box .image {
      width: 45%; }
    .lisk__box .list {
      width: 52%;
      font-weight: 700;
      font-size: 3.8vw;
      line-height: 1.3; }
      .lisk__box .list-item {
        margin-bottom: 3vw;
        padding-left: 4vw;
        position: relative; }
        .lisk__box .list-item:last-child {
          margin-bottom: 0; }
        .lisk__box .list-item::before {
          position: absolute;
          content: "";
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          background-image: url("../images/lisk_icon.svg");
          width: 10%;
          height: 54%;
          left: -2vw; }
  @media screen and (min-width: 768px) {
    .lisk {
      padding: 4rem 0 0; }
      .lisk__heading {
        font-size: 2rem; }
      .lisk__box {
        justify-content: center;
        align-items: flex-start; }
        .lisk__box .image {
          width: 45%; }
        .lisk__box .list {
          width: fit-content;
          font-size: 1.4rem; }
          .lisk__box .list-item {
            margin-bottom: 2rem;
            padding-left: 2rem; }
            .lisk__box .list-item::before {
              width: 7%;
              height: 50%;
              left: 0; } }

.about {
  background: #d3f2e3;
  position: relative;
  overflow: hidden;
  padding: 18vw 0 10vw; }
  .about::before {
    position: absolute;
    content: "";
    background: white;
    top: -2px;
    width: 100%;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 12%, 100% 0, 0 0); }
  .about__heading-top {
    margin-bottom: 2vw; }
    .about__heading-top img {
      height: 5.5vw; }
  @media screen and (min-width: 768px) {
    .about {
      padding: 9rem 0 4rem; }
      .about::before {
        clip-path: polygon(50% 7%, 100% 0, 0 0); }
      .about__heading-top {
        margin-bottom: 1rem; }
        .about__heading-top img {
          height: 2rem; }
      .about__image {
        width: 60%;
        margin: 0 auto; } }

.service {
  background: #1cca93;
  position: relative; }
  .service::before {
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/contents_bottom.svg");
    width: 100%;
    height: 2%;
    bottom: -11vw; }
  .service__heading {
    color: white; }
    .service__heading-sub {
      color: white; }
  .service__list-item {
    margin-top: 6vw;
    background: white;
    border-radius: 10px;
    padding: 6vw;
    position: relative; }
    .service__list-item .number {
      position: absolute;
      top: -3vw;
      left: 50%;
      transform: translateX(-50%);
      color: white;
      background: #ff8c34;
      border-radius: 50%;
      width: 14vw;
      height: 14vw;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 7vw; }
    .service__list-item .head {
      text-align: center;
      font-size: 5vw;
      font-weight: 700;
      letter-spacing: .1em;
      color: #0cb17d;
      padding: 4vw 0; }
    .service__list-item .text {
      line-height: 1.5;
      font-size: 3.1vw; }
  @media screen and (min-width: 768px) {
    .service::before {
      background-image: url("../images/contents_bottom-pc.svg");
      bottom: -3rem;
      height: 4rem; }
    .service__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem; }
      .service__list-item {
        margin-top: 1rem;
        border-radius: 20px;
        padding: 2rem; }
        .service__list-item .number {
          top: -1rem;
          width: 4rem;
          height: 4rem;
          font-size: 2rem; }
        .service__list-item .head {
          font-size: 1.6rem;
          padding: 1.5rem 0; }
        .service__list-item .text {
          font-size: 1rem; } }

.price {
  padding: 14vw 0 10vw; }
  .price__heading {
    padding: 0 0 2vw; }
    .price__heading-top {
      margin-bottom: 2vw; }
      .price__heading-top img {
        height: 5.5vw; }
    .price__heading-bottom {
      margin: 0 auto 6vw; }
  .price__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw; }
    .price__list-item {
      padding: 0 0 4vw;
      color: white; }
      .price__list-item01, .price__list-item04, .price__list-item05, .price__list-item08, .price__list-item09, .price__list-item12 {
        background: #1cca93;
        border-radius: 10px; }
      .price__list-item02, .price__list-item03, .price__list-item06, .price__list-item07, .price__list-item10, .price__list-item11 {
        background: #0cb17d;
        border-radius: 10px; }
      .price__list-item .head {
        font-size: 4.3vw;
        padding: 3vw 0;
        font-weight: 700;
        text-align: center; }
        .price__list-item .head .small {
          font-size: 3.4vw; }
      .price__list-item .text {
        padding: 3vw;
        font-size: 3.1vw;
        line-height: 1.3; }
      .price__list-item .title {
        text-align: center;
        font-size: 3.8vw;
        font-weight: 700;
        padding-top: 3vw; }
        .price__list-item .title02 {
          border-top: dotted 2px white;
          width: 90%;
          margin: 3vw auto 0; }
      .price__list-item .center {
        text-align: center; }
      .price__list-item .money {
        text-align: center; }
        .price__list-item .money .yellow {
          color: #fffd7c; }
        .price__list-item .money .large {
          font-size: 7.2vw; }
        .price__list-item .money .semilarge {
          font-size: 5vw;
          font-weight: 700; }
        .price__list-item .money .medium {
          font-size: 6vw; }
        .price__list-item .money .small {
          font-size: 3.1vw; }
        .price__list-item .money .sub,
        .price__list-item .money .note {
          font-size: 2.4vw; }
        .price__list-item .money .note {
          text-align: center; }
      .price__list-item03 .money, .price__list-item07 .money, .price__list-item11 .money {
        text-align: right;
        margin: 0 auto;
        width: fit-content; }
  .price__note {
    font-size: 2.4vw;
    line-height: 1.3;
    padding-top: 3vw; }
  @media screen and (min-width: 768px) {
    .price {
      padding: 5rem 0 4rem; }
      .price__heading {
        padding: 0 0 1.5rem; }
        .price__heading-top {
          margin-bottom: 1rem; }
          .price__heading-top img {
            height: 2rem; }
        .price__heading-bottom {
          margin: 0 auto 3rem; }
      .price__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        align-items: stretch; }
        .price__list-item {
          padding: 0 0 2rem; }
          .price__list-item01, .price__list-item04, .price__list-item05, .price__list-item08, .price__list-item09, .price__list-item12 {
            border-radius: 20px; }
          .price__list-item02, .price__list-item03, .price__list-item06, .price__list-item07, .price__list-item10, .price__list-item11 {
            border-radius: 20px; }
          .price__list-item10, .price__list-item11 {
            align-self: start; }
          .price__list-item01, .price__list-item03, .price__list-item05, .price__list-item07, .price__list-item09, .price__list-item11 {
            background: #1cca93; }
          .price__list-item02, .price__list-item04, .price__list-item06, .price__list-item08, .price__list-item10, .price__list-item12 {
            background: #0cb17d; }
          .price__list-item .head {
            font-size: 1.4rem;
            padding: 1.5rem 0; }
            .price__list-item .head .small {
              font-size: 1rem; }
          .price__list-item .text {
            padding: 1.5rem;
            font-size: 1rem; }
          .price__list-item .title {
            font-size: 1.3rem;
            padding-top: 1.5rem; }
            .price__list-item .title02 {
              border-top: dotted 2px white;
              width: 90%;
              margin: 1.5rem auto 0; }
          .price__list-item .money .large {
            font-size: 2.2rem; }
          .price__list-item .money .semilarge {
            font-size: 1.8rem; }
          .price__list-item .money .medium {
            font-size: 2.2rem; }
          .price__list-item .money .small {
            font-size: .9rem; }
          .price__list-item .money .sub,
          .price__list-item .money .note {
            font-size: .8rem; }
      .price__note {
        font-size: .8rem;
        padding-top: 2rem;
        text-align: right; } }

.plan {
  background: #d3f2e3;
  padding: 10vw 0 20vw; }
  @media screen and (min-width: 768px) {
    .plan {
      padding: 4rem 0 10rem; }
      .plan__image {
        width: 70%;
        margin: 0 auto; } }

.reason__list-item {
  background: #ffffed;
  border-radius: 10px;
  padding: 1.5rem;
  position: relative;
  margin-bottom: 4vw; }
  .reason__list-item:last-child {
    margin-bottom: 0; }
  .reason__list-item .number {
    position: absolute;
    width: 14%;
    left: 50%;
    transform: translateX(-50%);
    top: 0; }
  .reason__list-item .head {
    font-size: 4.7vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    padding: 4vw 0;
    letter-spacing: .1em; }
    .reason__list-item .head .marker {
      color: #ff8c34;
      background: linear-gradient(transparent 50%, #fffd7c 50%); }
  .reason__list-item .text {
    font-size: 3.1vw;
    line-height: 1.8; }
@media screen and (min-width: 768px) {
  .reason__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem; }
    .reason__list-item {
      border-radius: 20px;
      margin-bottom: 0;
      padding: 3rem 2rem 2rem; }
      .reason__list-item .number {
        width: 18%; }
      .reason__list-item .head {
        font-size: 1.6rem;
        padding: 2rem 0; }
      .reason__list-item .text {
        font-size: 1rem; } }

.step {
  background: #d3f2e3; }
  .step__list-item {
    background: white;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6vw;
    position: relative; }
    .step__list-item::before {
      position: absolute;
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url("../images/step_arrow.svg");
      width: 4%;
      height: 9%;
      bottom: -4.5vw;
      left: 50%;
      transform: translateX(-50%); }
    .step__list-item:last-child {
      margin-bottom: 0; }
      .step__list-item:last-child::before {
        display: none; }
    .step__list-item .icon {
      width: 28%; }
    .step__list-item .copy {
      width: 67%; }
      .step__list-item .copy .head {
        font-size: 4.3vw;
        font-weight: 700;
        color: #0cb17d;
        padding-bottom: 2vw; }
      .step__list-item .copy .text {
        font-size: 3.1vw;
        line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .step__list {
      max-width: 850px;
      margin: 0 auto; }
      .step__list-item {
        border-radius: 20px;
        padding: 1rem 2rem;
        margin-bottom: 2rem; }
        .step__list-item::before {
          width: 1.25rem;
          height: 1rem;
          bottom: -1.5rem; }
        .step__list-item .icon {
          width: 14%; }
        .step__list-item .copy {
          width: 82%; }
          .step__list-item .copy .head {
            font-size: 1.6rem;
            padding-bottom: 1rem; }
          .step__list-item .copy .text {
            font-size: 1rem; } }

.area {
  position: relative; }
  .area .top {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .area__heading {
    padding: 4vw 0; }
  .area__text {
    text-align: center;
    font-weight: 700;
    font-size: 3.8vw;
    color: #0cb17d;
    margin-top: 4vw; }
    .area__text .box {
      background: #ff8c34;
      color: white;
      padding: 1vw 2vw;
      border-radius: 5px; }
  .area__image {
    width: 80%;
    margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .area .top {
      position: absolute;
      width: 100%;
      left: 50%;
      transform: translateX(-50%); }
    .area__heading {
      padding: 2rem 0 0; }
    .area__text {
      font-size: 1.4rem;
      margin-top: 3rem; }
      .area__text .box {
        padding: 0.25rem 1rem 0.5rem;
        border-radius: 10px; }
    .area__image {
      width: 52%; } }

.faq {
  background: #1cca93;
  position: relative;
  padding: 3vw 0 10vw; }
  .faq::before {
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/contents_top.svg");
    width: 100%;
    height: 10%;
    top: -11vw; }
  .faq__heading {
    color: white; }
  .faq .accordion {
    max-width: 850px;
    border-radius: 10px;
    margin: .5rem auto; }
    .faq .accordion:not([open]) {
      margin-bottom: 1rem; }
    .faq .accordion summary {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      padding: 1rem;
      background: white;
      border-radius: 10px;
      font-weight: 700;
      cursor: pointer; }
      .faq .accordion summary::-webkit-details-marker {
        display: none; }
      .faq .accordion summary::before, .faq .accordion summary::after {
        width: 3px;
        height: .9em;
        border-radius: 5px;
        background-color: #0cb17d;
        content: ''; }
      .faq .accordion summary::before {
        position: absolute;
        right: 1.5rem;
        transform: rotate(90deg); }
      .faq .accordion summary::after {
        transition: rotate .3s;
        position: absolute;
        right: 1.5rem; }
    .faq .accordion .icon {
      font-size: 5.8vw;
      margin-right: 2vw; }
      .faq .accordion .icon-q {
        color: #0cb17d; }
      .faq .accordion .icon-a {
        color: #ff8c34;
        margin: 0 2vw 0 .15rem; }
    .faq .accordion .title .text {
      font-size: 3.4vw;
      line-height: 1.5em; }
    .faq .accordion .answer {
      display: flex;
      justify-content: flex-start;
      background: #f4f4f4;
      border-radius: 0 0 10px 10px; }
      .faq .accordion .answer .text {
        line-height: 1.3rem;
        text-align: justify;
        font-size: 3.1vw; }
  .faq .accordion[open] summary {
    border-radius: 10px 10px 0 0; }
    .faq .accordion[open] summary::after {
      transform: rotate(90deg); }
  .faq .accordion div {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1rem 2rem 1rem 1rem;
    transition: transform .5s, opacity .5s; }
  .faq .accordion[open] div {
    transform: none;
    opacity: 1; }
  @media screen and (min-width: 768px) {
    .faq {
      padding: 4rem 0; }
      .faq::before {
        background-image: url("../images/contents_top-pc.svg");
        height: 17%;
        top: -5rem; }
      .faq .accordion .icon {
        font-size: 2rem;
        margin-right: 1rem; }
        .faq .accordion .icon-a {
          margin: -.25rem 1rem 0 0; }
      .faq .accordion .title .text {
        font-size: 1.1rem; }
      .faq .accordion .answer .text {
        font-size: 1rem; }
      .faq .accordion[open] summary {
        border-radius: 10px 10px 0 0; }
        .faq .accordion[open] summary::after {
          transform: rotate(90deg); }
      .faq .accordion div {
        transform: translateY(-10px);
        opacity: 0;
        margin: 0;
        padding: 1rem 2rem 1rem 1rem;
        transition: transform .5s, opacity .5s; }
      .faq .accordion[open] div {
        transform: none;
        opacity: 1; } }

/* contact */
.contact {
  background: #f4f4f4; }

/*
	Footer
------------------------------------------------------------ */
.footer {
  background: white;
  color: #333333; }
  .footer__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto; }
  .footer .company__heading {
    margin: 8vw auto 0;
    width: 62%; }
  .footer .company__list {
    width: fit-content;
    margin: 5vw auto; }
    .footer .company__list-item {
      border: none;
      display: flex;
      flex-flow: wrap;
      justify-content: flex-start;
      line-height: 1.5;
      font-size: 3.1vw; }
      .footer .company__list-item .head {
        font-weight: 700;
        width: 16vw;
        position: relative;
        padding-left: 2vw; }
        .footer .company__list-item .head::before {
          position: absolute;
          content: "";
          background: #1cca93;
          width: 1vw;
          height: 1vw;
          left: 0;
          top: 2vw;
          border-radius: 50%; }
      .footer .company__list-item .body {
        margin-left: 3vw; }
      .footer .company__list-item02 {
        margin-top: 2vw; }
  .footer .copyright {
    background: #1cca93;
    color: white;
    padding: 2vw 0 37vw; }
    .footer .copyright__text {
      width: calc(100vw - 2rem);
      max-width: 1000px;
      margin: 0 auto;
      line-height: 1.8em;
      text-align: center;
      font-size: 2.4vw; }
  @media screen and (min-width: 768px) {
    .footer .company__heading {
      margin: 2.5rem auto 0;
      width: 18rem; }
    .footer .company__list {
      margin: 3rem auto; }
      .footer .company__list-item {
        font-size: 1.1rem; }
        .footer .company__list-item .head {
          width: 6rem;
          padding-left: 1rem; }
          .footer .company__list-item .head::before {
            width: .5rem;
            height: .5rem;
            top: .75rem; }
        .footer .company__list-item .body {
          margin-left: 1rem; }
        .footer .company__list-item02 {
          margin-top: 1rem; }
    .footer .copyright {
      padding: 1rem; }
      .footer .copyright__text {
        font-size: .9rem; } }

/* Floating area */
.floating {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #0cb17d; }
  .floating__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    padding: 3vw; }
    .floating__inner a {
      position: relative;
      font-weight: 700;
      border-radius: 100rem;
      color: white;
      letter-spacing: .1em;
      display: block;
      width: 100%;
      text-align: center; }
      .floating__inner a .comment {
        position: absolute;
        width: 25%;
        left: -7vw;
        top: -8vw; }
    .floating__inner .tel a {
      background: #ff8c34;
      border: 3px solid white;
      font-size: 2.9vw;
      padding: 2.5vw 0 2vw 2vw; }
      .floating__inner .tel a .font {
        font-size: 7.2vw;
        letter-spacing: 0; }
  .floating__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1vw; }
    .floating__button-item {
      width: calc((100% - 1vw) / 2); }
      .floating__button-item a {
        padding: 3vw 0 3.5vw 7vw; }
        .floating__button-item a::before {
          position: absolute;
          content: "";
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          top: 0;
          bottom: 0;
          margin: auto; }
      .floating__button-item01 a {
        background: #0080d3;
        border: 3px solid #0075a8; }
        .floating__button-item01 a::before {
          background-image: url("../images/icon_mail.svg");
          width: 14%;
          height: 42%;
          left: 6vw; }
      .floating__button-item02 a {
        background: white;
        color: #09b24d;
        border: 3px solid #09b24d; }
        .floating__button-item02 a::before {
          background-image: url("../images/icon_line.svg");
          width: 17%;
          height: 62%;
          left: 4vw; }
  @media screen and (min-width: 768px) {
    .floating {
      display: none; } }
