@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: 1.8vw; }
  @media screen and (min-width: 1000px) {
    html {
      font-size: 18px; } }
  @media screen and (max-width: 768px) {
    html {
      font-size: 3.86vw; } }

body {
  font-family: "Noto Sans JP", 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 */
/* button */
/*
	Wrap
------------------------------------------------------------ */
body a {
  transition: all .2s ease-in-out;
  cursor: pointer; }
  body a:hover {
    opacity: .7; }
  @media screen and (max-width: 768px) {
    body a:hover {
      opacity: 1; } }

.wrap {
  overflow: hidden; }
  .wrap img {
    width: 100%;
    height: auto; }
  .wrap .pc {
    display: block; }
  .wrap .sp {
    display: none; }
  .wrap .number {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    .wrap .sp {
      display: block; }
    .wrap .pc {
      display: none; }
    .wrap .number {
      font-size: 3.85vw; } }

/*
	Header
------------------------------------------------------------ */
.header {
  width: 100%;
  color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header__inner {
    padding: .5rem 2rem;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between; }
  .header__heading {
    margin-right: 1rem; }
  .header__text {
    line-height: 1.8em; }
  .header__button {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header__button-item a {
      color: white;
      display: block;
      width: 100%;
      border-radius: 100rem;
      filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.3));
      text-align: center; }
      @media screen and (max-width: 768px) {
        .header__button-item a {
          filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.3)); } }
    .header__button-item01 {
      width: 18rem; }
      .header__button-item01 .icon {
        width: 1.8rem;
        margin-right: .5rem; }
      .header__button-item01 a {
        background: #fb8707;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .6rem;
        font-weight: 500;
        padding: .5rem 0; }
        .header__button-item01 a .number {
          font-size: 1.6rem;
          font-weight: 600;
          letter-spacing: .04em; }
    .header__button-item02, .header__button-item03 {
      width: 10rem; }
      .header__button-item02 .icon, .header__button-item03 .icon {
        vertical-align: sub; }
        .header__button-item02 .icon img, .header__button-item03 .icon img {
          width: 1.8rem;
          margin-right: .25rem; }
      .header__button-item02 a, .header__button-item03 a {
        padding: .5rem .5rem .9rem 0;
        font-weight: 700; }
    .header__button-item02 a {
      background: #06c755; }
    .header__button-item03 {
      margin: 0 .5rem; }
      .header__button-item03 a {
        background: #008cdc; }
  .header.is-blur {
    backdrop-filter: blur(10px); }
  @media screen and (max-width: 768px) {
    .header {
      position: absolute; }
      .header__inner {
        margin: 0 auto;
        width: 70%; }
      .header__heading {
        margin: 0 auto;
        margin-right: 0;
        width: 100%; }
      .header__button {
        display: none; } }

/* visual */
.visual {
  background-color: #ebf0f5;
  background-image: url("../images/visual.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .visual::before {
    position: absolute;
    content: "";
    background-color: #b3e0ff;
    height: 13rem;
    width: 100%;
    bottom: 10rem; }
  .visual::after {
    position: absolute;
    content: "";
    background-color: white;
    height: 10rem;
    width: 100%;
    bottom: 0; }
  .visual__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 6rem 0 1rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-flow: wrap;
    position: relative;
    z-index: 2; }
    .visual__inner-item01 {
      width: 52%; }
      .visual__inner-item01 .head {
        color: #008cdc;
        font-size: 2.8rem;
        font-weight: 900;
        text-align: center;
        line-height: 1.3;
        letter-spacing: .08em; }
        .visual__inner-item01 .head .orange {
          color: #fb8707; }
        .visual__inner-item01 .head .large {
          font-size: 4.2rem; }
        .visual__inner-item01 .head .medium {
          font-size: 3.7rem;
          position: relative;
          line-height: 1.5; }
          .visual__inner-item01 .head .medium::before {
            position: absolute;
            content: "・・・";
            color: #fb8707;
            top: -.9rem;
            left: 1rem;
            font-size: 1.8rem;
            letter-spacing: 1.25em; }
      .visual__inner-item01 .appeal {
        margin: 1rem auto;
        width: 80%; }
      .visual__inner-item01 .payment {
        border: #000000 solid 2px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .visual__inner-item01 .payment .title {
          background: #000000;
          color: white;
          padding: .5rem;
          letter-spacing: .2em;
          font-size: .9rem; }
        .visual__inner-item01 .payment .image {
          margin: 0 auto; }
    .visual__inner-item02 {
      width: 44%;
      filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.3));
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 768px) {
        .visual__inner-item02 {
          filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.3)); } }
      .visual__inner-item02::before {
        position: absolute;
        content: "";
        background-image: url("../images/visual_pop.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        bottom: 15.5rem;
        left: -12%;
        width: 8rem;
        height: 8rem; }
      .visual__inner-item02 .image {
        position: absolute;
        bottom: 7rem;
        z-index: -1; }
    .visual__inner-item03 {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 2rem 2rem 0;
      text-align: center; }
      .visual__inner-item03 .button a {
        color: white;
        display: block;
        width: 100%;
        border-radius: 100rem;
        filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.3)); }
        @media screen and (max-width: 768px) {
          .visual__inner-item03 .button a {
            filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.3)); } }
      .visual__inner-item03 .button01 {
        width: 52%;
        margin-bottom: .5rem; }
        .visual__inner-item03 .button01 .icon {
          width: 2rem;
          margin-right: 1rem; }
        .visual__inner-item03 .button01 .note {
          font-weight: 700;
          letter-spacing: .08em;
          margin-bottom: .5rem; }
        .visual__inner-item03 .button01 a {
          background: #fb8707;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: .9rem;
          font-weight: 500;
          padding: .5rem 0; }
          .visual__inner-item03 .button01 a .number {
            font-size: 2rem;
            font-weight: 600;
            letter-spacing: .04em; }
      .visual__inner-item03 .button02, .visual__inner-item03 .button03 {
        width: 23%;
        margin-top: 1rem; }
        .visual__inner-item03 .button02 .icon, .visual__inner-item03 .button03 .icon {
          vertical-align: middle; }
          .visual__inner-item03 .button02 .icon img, .visual__inner-item03 .button03 .icon img {
            width: 1.8rem;
            margin-right: .25rem; }
        .visual__inner-item03 .button02 a, .visual__inner-item03 .button03 a {
          padding: .5rem .5rem .8rem 0;
          font-weight: 700;
          font-size: 1.1rem; }
      .visual__inner-item03 .button02 a {
        background: #06c755; }
      .visual__inner-item03 .button03 a {
        background: #008cdc; }
    .visual__inner-item04 {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1.5rem 0 2rem; }
      .visual__inner-item04 .maker {
        border: 2px solid #000000;
        padding: 1rem 1rem .5rem;
        border-radius: 10px;
        position: relative; }
        .visual__inner-item04 .maker .title {
          position: absolute;
          font-size: 1.1rem;
          text-align: center;
          top: -.5rem;
          top: -.5rem;
          background: white;
          font-weight: 700;
          left: 50%;
          transform: translateX(-50%); }
      .visual__inner-item04 .text {
        width: 63%;
        margin-left: 1rem; }
  @media screen and (max-width: 768px) {
    .visual {
      background-image: url("../images/visual-sp.webp"); }
      .visual::before {
        height: 18rem;
        bottom: 11rem; }
      .visual::after {
        height: 11rem; }
      .visual__inner {
        padding: 3.5rem 0 0rem;
        display: block; }
        .visual__inner-item01 {
          width: 100%;
          padding-bottom: 10rem;
          z-index: 3;
          position: relative; }
          .visual__inner-item01 .head {
            font-size: 9vw;
            line-height: 1.3; }
            .visual__inner-item01 .head .large {
              font-size: 13vw; }
            .visual__inner-item01 .head .medium {
              font-size: 11vw; }
              .visual__inner-item01 .head .medium::before {
                top: -2.5vw;
                left: 2.8vw;
                font-size: 5vw;
                letter-spacing: 1.4em; }
          .visual__inner-item01 .appeal {
            width: 90%; }
          .visual__inner-item01 .payment {
            border: #000000 solid 1px; }
            .visual__inner-item01 .payment .title {
              letter-spacing: .1em;
              font-size: 2.9vw; }
            .visual__inner-item01 .payment .image {
              margin: 0 auto;
              width: 46%; }
        .visual__inner-item02 {
          width: 100%; }
          .visual__inner-item02::before {
            bottom: 13rem;
            left: 3vw;
            width: 28vw;
            height: 28vw; }
          .visual__inner-item02 .image {
            width: 77%;
            right: -1rem;
            bottom: 5.5rem; }
        .visual__inner-item03 {
          position: relative;
          padding: 7rem 0 1rem; }
          .visual__inner-item03 .button01 {
            width: 100%;
            position: absolute;
            top: 1rem; }
            .visual__inner-item03 .button01 .icon {
              width: 8vw; }
            .visual__inner-item03 .button01 a {
              padding: .75rem 0;
              font-size: 3.8vw; }
              .visual__inner-item03 .button01 a .number {
                font-size: 7.7vw; }
          .visual__inner-item03 .button02, .visual__inner-item03 .button03 {
            width: 49%;
            margin-top: 1rem; }
            .visual__inner-item03 .button02 .icon img, .visual__inner-item03 .button03 .icon img {
              width: 7vw;
              margin-right: .5rem; }
            .visual__inner-item03 .button02 a, .visual__inner-item03 .button03 a {
              padding: .6rem .5rem 1rem 0;
              font-size: 4.3vw; }
          .visual__inner-item03 .button02 a {
            background: #06c755; }
          .visual__inner-item03 .button03 a {
            background: #008cdc; }
        .visual__inner-item04 {
          display: block;
          padding: 1rem 0; }
          .visual__inner-item04 .maker {
            border: 1px solid #000000;
            padding: 1rem 1rem .5rem;
            border-radius: 5px;
            width: 70%;
            margin: 0 auto; }
            .visual__inner-item04 .maker .title {
              font-size: 3.8vw;
              width: 34vw; }
          .visual__inner-item04 .text {
            width: 100%;
            margin-left: 0;
            margin: 1rem auto 0; } }

/*
	Contents
------------------------------------------------------------ */
.contents {
  background: transparent;
  color: #000000;
  /* 埋め込み地図・動画 レスポンシブ対応用 */ }
  .contents .video,
  .contents .map {
    width: 100%;
    max-width: 1000px;
    height: 0;
    margin: 0 auto;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden; }
    .contents .video iframe,
    .contents .map iframe {
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      top: 0;
      left: 0; }

/*
	Contents	主な編集箇所
------------------------------------------------------------ */
/* cv */
.cv {
  padding: 4rem 0;
  background: #ebf0f5;
  background-image: url("../images/visual.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .cv {
      padding: 8vw 0; } }
  .cv__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    background: #008cdc;
    border-radius: 30px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.3));
    padding: 3rem;
    color: white;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .cv__inner {
        filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.3)); } }
  .cv__comment {
    width: 70%;
    margin: 0 auto 1rem; }
  .cv__heading {
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 2;
    margin-bottom: 1.75rem; }
    .cv__heading .yellow {
      color: #f7f23e;
      font-size: 2.4rem; }
    .cv__heading .strong {
      position: relative; }
      .cv__heading .strong::before {
        position: absolute;
        content: "・・・";
        color: #f7f23e;
        top: -1.5rem;
        left: .55rem;
        font-size: 1.4rem;
        letter-spacing: .85em; }
    .cv__heading .logo img {
      width: 24rem; }
  .cv__box {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cv__box-item01 {
      width: 50%; }
    .cv__box-item02 {
      width: 46%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-flow: wrap; }
      .cv__box-item02 .button a {
        display: block;
        width: 100%;
        border-radius: 100rem;
        border: 1px solid white;
        filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.3)); }
        @media screen and (max-width: 768px) {
          .cv__box-item02 .button a {
            filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.3)); } }
      .cv__box-item02 .button01 {
        width: 100%;
        margin-bottom: .5rem; }
        .cv__box-item02 .button01 .icon {
          width: 2rem;
          margin-right: 1rem; }
        .cv__box-item02 .button01 .note {
          font-weight: 700;
          letter-spacing: .08em;
          margin-bottom: .5rem; }
        .cv__box-item02 .button01 a {
          background: #fb8707;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: .9rem;
          font-weight: 500;
          padding: .5rem 0; }
          .cv__box-item02 .button01 a .number {
            font-size: 2rem;
            font-weight: 600;
            letter-spacing: .04em; }
      .cv__box-item02 .button02, .cv__box-item02 .button03 {
        width: 49%; }
        .cv__box-item02 .button02 .icon, .cv__box-item02 .button03 .icon {
          vertical-align: middle; }
          .cv__box-item02 .button02 .icon img, .cv__box-item02 .button03 .icon img {
            width: 1.8rem;
            margin-right: .25rem; }
        .cv__box-item02 .button02 a, .cv__box-item02 .button03 a {
          padding: .5rem .5rem .8rem 0;
          font-weight: 700;
          font-size: 1.1rem; }
      .cv__box-item02 .button02 a {
        background: #06c755; }
      .cv__box-item02 .button03 a {
        background: #008cdc; }
  @media screen and (max-width: 768px) {
    .cv {
      background-image: url("../images/visual-sp.webp"); }
      .cv__inner {
        border-radius: 15px;
        padding: 2rem 1rem; }
      .cv__comment {
        width: 100%; }
      .cv__heading {
        font-size: 4.6vw;
        margin-bottom: 1rem; }
        .cv__heading .yellow {
          font-size: 5.8vw; }
        .cv__heading .strong::before {
          top: -3vw;
          left: 1.5vw;
          font-size: 3vw;
          letter-spacing: 1em; }
        .cv__heading .logo img {
          width: 58vw; }
      .cv__box {
        display: block; }
        .cv__box-item01 {
          width: 100%;
          padding: 0 0 7rem; }
        .cv__box-item02 {
          width: 100%;
          position: relative; }
          .cv__box-item02 .button01 {
            width: 100%;
            position: absolute;
            top: -6rem; }
            .cv__box-item02 .button01 .icon {
              width: 8vw; }
            .cv__box-item02 .button01 a {
              padding: .75rem 0;
              font-size: 3.8vw; }
              .cv__box-item02 .button01 a .number {
                font-size: 7.7vw; }
          .cv__box-item02 .button02, .cv__box-item02 .button03 {
            width: 49%;
            margin-top: 1rem; }
            .cv__box-item02 .button02 .icon img, .cv__box-item02 .button03 .icon img {
              width: 7vw;
              margin-right: .5rem; }
            .cv__box-item02 .button02 a, .cv__box-item02 .button03 a {
              padding: .6rem .5rem 1rem 0;
              font-size: 4.3vw; }
          .cv__box-item02 .button02 a {
            background: #06c755; }
          .cv__box-item02 .button03 a {
            background: #008cdc; } }

/* 全ブロック共通 */
.intro,
.promise,
.reason,
.case,
.price,
.step,
.area,
.faq,
.contact {
  padding: 4rem 0; }
  @media screen and (max-width: 768px) {
    .intro,
    .promise,
    .reason,
    .case,
    .price,
    .step,
    .area,
    .faq,
    .contact {
      padding: 8vw 0; } }
  .intro__inner,
  .promise__inner,
  .reason__inner,
  .case__inner,
  .price__inner,
  .step__inner,
  .area__inner,
  .faq__inner,
  .contact__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto; }
  .intro__icon,
  .promise__icon,
  .reason__icon,
  .case__icon,
  .price__icon,
  .step__icon,
  .area__icon,
  .faq__icon,
  .contact__icon {
    margin: 0 auto 1.5rem;
    width: 5%; }
  .intro__eng,
  .promise__eng,
  .reason__eng,
  .case__eng,
  .price__eng,
  .step__eng,
  .area__eng,
  .faq__eng,
  .contact__eng {
    position: relative;
    z-index: 2;
    color: white;
    margin-bottom: .5rem;
    letter-spacing: .1em;
    padding-left: .25rem; }
    .intro__eng::before,
    .promise__eng::before,
    .reason__eng::before,
    .case__eng::before,
    .price__eng::before,
    .step__eng::before,
    .area__eng::before,
    .faq__eng::before,
    .contact__eng::before {
      z-index: -1;
      position: absolute;
      content: "";
      background: #008cdc;
      width: 8rem;
      height: .8rem;
      top: .2rem;
      left: 0; }
  .intro__heading,
  .promise__heading,
  .reason__heading,
  .case__heading,
  .price__heading,
  .step__heading,
  .area__heading,
  .faq__heading,
  .contact__heading {
    font-size: 3.1rem;
    font-weight: 900;
    letter-spacing: .04em;
    margin-bottom: 3rem; }
    .intro__heading-sub,
    .promise__heading-sub,
    .reason__heading-sub,
    .case__heading-sub,
    .price__heading-sub,
    .step__heading-sub,
    .area__heading-sub,
    .faq__heading-sub,
    .contact__heading-sub {
      font-size: 1.8rem;
      font-weight: 900;
      letter-spacing: .1em;
      margin-bottom: .25rem; }
      .intro__heading-sub .number,
      .promise__heading-sub .number,
      .reason__heading-sub .number,
      .case__heading-sub .number,
      .price__heading-sub .number,
      .step__heading-sub .number,
      .area__heading-sub .number,
      .faq__heading-sub .number,
      .contact__heading-sub .number {
        font-weight: 800;
        font-size: 1.8rem; }
        .intro__heading-sub .number .large,
        .promise__heading-sub .number .large,
        .reason__heading-sub .number .large,
        .case__heading-sub .number .large,
        .price__heading-sub .number .large,
        .step__heading-sub .number .large,
        .area__heading-sub .number .large,
        .faq__heading-sub .number .large,
        .contact__heading-sub .number .large {
          font-size: 2.3rem; }
  .intro__text,
  .promise__text,
  .reason__text,
  .case__text,
  .price__text,
  .step__text,
  .area__text,
  .faq__text,
  .contact__text {
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.1rem; }
  @media screen and (max-width: 768px) {
    .intro__icon,
    .promise__icon,
    .reason__icon,
    .case__icon,
    .price__icon,
    .step__icon,
    .area__icon,
    .faq__icon,
    .contact__icon {
      margin: 0 auto .5rem;
      width: 12%; }
    .intro__eng::before,
    .promise__eng::before,
    .reason__eng::before,
    .case__eng::before,
    .price__eng::before,
    .step__eng::before,
    .area__eng::before,
    .faq__eng::before,
    .contact__eng::before {
      width: 26vw;
      height: 2.5vw; }
    .intro__heading,
    .promise__heading,
    .reason__heading,
    .case__heading,
    .price__heading,
    .step__heading,
    .area__heading,
    .faq__heading,
    .contact__heading {
      font-size: 8.4vw; }
      .intro__heading-sub,
      .promise__heading-sub,
      .reason__heading-sub,
      .case__heading-sub,
      .price__heading-sub,
      .step__heading-sub,
      .area__heading-sub,
      .faq__heading-sub,
      .contact__heading-sub {
        font-size: 5vw;
        letter-spacing: .06em; }
        .intro__heading-sub .number,
        .promise__heading-sub .number,
        .reason__heading-sub .number,
        .case__heading-sub .number,
        .price__heading-sub .number,
        .step__heading-sub .number,
        .area__heading-sub .number,
        .faq__heading-sub .number,
        .contact__heading-sub .number {
          font-size: 5vw; }
          .intro__heading-sub .number .large,
          .promise__heading-sub .number .large,
          .reason__heading-sub .number .large,
          .case__heading-sub .number .large,
          .price__heading-sub .number .large,
          .step__heading-sub .number .large,
          .area__heading-sub .number .large,
          .faq__heading-sub .number .large,
          .contact__heading-sub .number .large {
            font-size: 6vw; }
    .intro__text,
    .promise__text,
    .reason__text,
    .case__text,
    .price__text,
    .step__text,
    .area__text,
    .faq__text,
    .contact__text {
      font-size: 3.8vw; } }

/* 各ブロック個別 */
.intro {
  border-top: 7px solid #008cdc;
  color: #008cdc;
  padding: 4rem 0 0; }
  .intro__heading {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    margin-bottom: 2rem; }
    .intro__heading .orange {
      color: #fb8707;
      font-size: 2.3rem; }
    .intro__heading .strong {
      position: relative; }
      .intro__heading .strong::before {
        position: absolute;
        content: "・・・・";
        color: #fb8707;
        top: -1rem;
        left: .45rem;
        font-size: 1.4rem;
        letter-spacing: .8em; }
    .intro__heading .number {
      position: relative;
      font-size: 3.1rem;
      font-weight: 700;
      bottom: -.25rem; }
      .intro__heading .number02 {
        font-size: 2.5rem; }
  .intro__comment {
    margin: 0 auto;
    width: 72%; }
  .intro__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    padding: 5rem 0 2rem; }
    .intro__list-item {
      width: 33%;
      position: relative;
      padding: 0 .5rem 5rem; }
      .intro__list-item04, .intro__list-item05 {
        padding: 0 0.5rem; }
      .intro__list-item .title {
        position: absolute;
        top: -3.25rem;
        width: 95%;
        left: 50%;
        transform: translateX(-50%); }
  .intro__text {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 2;
    padding-bottom: 4rem; }
    .intro__text .orange {
      color: #fb8707;
      border-bottom: 2px solid #fb8707; }
  .intro__illust {
    width: 34%; }
  .intro__inner {
    position: relative; }
  .intro__campaign {
    position: absolute;
    width: 58%;
    right: 0;
    bottom: -3rem; }
  @media screen and (max-width: 768px) {
    .intro {
      border-top: 4px solid #008cdc;
      padding: 3rem 0 0; }
      .intro__heading {
        font-size: 6vw; }
        .intro__heading .orange {
          font-size: 7.5vw; }
        .intro__heading .strong::before {
          top: -2.5vw;
          left: 2vw;
          font-size: 3.5vw;
          letter-spacing: 1.4em; }
        .intro__heading .number {
          font-size: 10vw;
          bottom: -.5vw; }
          .intro__heading .number02 {
            font-size: 8.2vw; }
      .intro__comment {
        width: 100%; }
      .intro__list {
        display: block;
        padding: 5rem 0 2rem; }
        .intro__list-item {
          width: 70%;
          margin: 0 auto;
          padding: 0 0 4rem; }
          .intro__list-item04 {
            padding: 0 0 4rem; }
          .intro__list-item05 {
            padding: 0; }
          .intro__list-item .title {
            top: -2.6rem;
            width: 86%; }
      .intro__text {
        font-size: 5.5vw;
        padding-bottom: 2rem; }
      .intro__illust {
        width: 70%;
        margin: 0 auto;
        padding-bottom: 8rem; }
      .intro__campaign {
        width: 100%; } }

.promise {
  background: #2a2b24;
  background-image: url("../images/promise.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 6rem 0 4rem; }
  .promise__heading {
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    letter-spacing: .1em;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid white;
    max-width: 760px; }
    .promise__heading .orange {
      font-size: 2.9rem;
      position: relative;
      color: #fb8707; }
      .promise__heading .orange::before {
        position: absolute;
        content: "・・・・";
        color: #fb8707;
        top: -.85rem;
        left: .9rem;
        font-size: 1.4rem;
        letter-spacing: 1.18em; }
  .promise__text {
    font-size: 1.1rem;
    text-align: center;
    line-height: 2;
    font-weight: 500;
    margin-top: 2rem; }
  @media screen and (max-width: 768px) {
    .promise {
      background-image: url("../images/promise-sp.webp");
      padding: 5rem 0 3rem; }
      .promise__heading {
        font-size: 5.3vw;
        letter-spacing: .1em;
        padding-bottom: 1rem;
        border-bottom: 2px solid white; }
        .promise__heading .orange {
          font-size: 8vw; }
          .promise__heading .orange::before {
            top: -2vw;
            left: 3vw;
            font-size: 3.5vw;
            letter-spacing: 1.35em; }
      .promise__text {
        font-size: 3.8vw;
        margin-top: 1rem; } }

.reason {
  padding: 4rem 0 2rem; }
  .reason__heading .number {
    font-size: 4.1rem;
    font-weight: 800; }
  .reason__box {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    .reason__box-item {
      width: 32%;
      border: 3px solid #008cdc;
      position: relative;
      padding: 2.5rem 1rem 1rem; }
      .reason__box-item .title {
        background: white;
        padding: 0 1rem .5rem 0;
        position: absolute;
        top: -1rem;
        left: -.25rem;
        width: 6.5rem; }
      .reason__box-item .head {
        text-align: center;
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 1.5; }
        .reason__box-item .head .orange {
          color: #fb8707; }
        .reason__box-item .head .number {
          font-size: 1.8rem;
          font-weight: 800; }
      .reason__box-item .image {
        margin: 1rem auto; }
      .reason__box-item .text {
        text-align: justify;
        line-height: 1.5;
        font-size: .9rem; }
      .reason__box-item02 .head {
        line-height: 1.2; }
  @media screen and (max-width: 768px) {
    .reason {
      padding: 4rem 0 2rem; }
      .reason__heading .number {
        font-size: 11.3vw; }
      .reason__box {
        display: block; }
        .reason__box-item {
          width: 100%;
          border: 2px solid #008cdc;
          padding: 2.5rem 1rem 1rem;
          margin-bottom: 3rem; }
          .reason__box-item:last-child {
            margin-bottom: 0; }
          .reason__box-item .title {
            padding: 0 1.5rem 1rem 0;
            top: -1.5rem;
            width: 36%; }
          .reason__box-item .head {
            font-size: 4.3vw; }
            .reason__box-item .head .number {
              font-size: 4.8vw; }
          .reason__box-item .image {
            margin: 1rem auto;
            width: 80%; }
          .reason__box-item .text {
            font-size: 3.85vw; } }

.case {
  background: #ebf0f5;
  position: relative;
  z-index: 2; }
  .case::before {
    position: absolute;
    content: "";
    background-color: white;
    height: 8rem;
    width: 100%;
    top: -10px;
    z-index: -1; }
  .case__inner {
    position: relative; }
    .case__inner::before {
      position: absolute;
      content: "";
      background-image: url("../images/case_illust.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      top: 1.65rem;
      right: 7%;
      width: 14rem;
      height: 13.5rem; }
  .case__heading {
    line-height: 1.3;
    margin-bottom: 1rem; }
  .case__note {
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 3rem; }
  .case__box {
    max-width: 850px;
    margin: 0 auto; }
    .case__box-item {
      background: #008cdc;
      color: white;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 2rem;
      margin-bottom: 1rem; }
      .case__box-item:last-child {
        margin-bottom: 0; }
      .case__box-item .sub {
        width: 34%;
        position: relative; }
        .case__box-item .sub .prof {
          position: absolute;
          text-align: end;
          bottom: -.5rem;
          left: -3rem; }
          .case__box-item .sub .prof .marker {
            background: #fb8707;
            color: white;
            font-size: .7rem;
            padding: 0 .25rem; }
          .case__box-item .sub .prof .number {
            font-weight: 500; }
            .case__box-item .sub .prof .number .medium {
              font-size: .9rem;
              vertical-align: text-bottom; }
      .case__box-item02 {
        flex-flow: row-reverse; }
        .case__box-item02 .sub .prof {
          text-align: start;
          bottom: -.5rem;
          right: -3rem;
          left: auto; }
      .case__box-item .main {
        width: 62%; }
        .case__box-item .main .head {
          font-size: 1.4rem;
          font-weight: 700;
          letter-spacing: .08em;
          margin-bottom: 1rem;
          line-height: 1.5; }
        .case__box-item .main .text {
          line-height: 1.6;
          text-align: justify;
          font-size: .9rem;
          font-weight: 500; }
  @media screen and (max-width: 768px) {
    .case::before {
      height: 6rem; }
    .case__inner::before {
      top: 5.8rem;
      right: 0;
      width: 54vw;
      height: 52vw; }
    .case__heading {
      line-height: 1.3;
      margin-bottom: 1rem; }
    .case__note {
      font-size: 2.6vw;
      margin-bottom: 10rem; }
    .case__box-item {
      padding: 2rem;
      display: block; }
      .case__box-item .sub {
        width: 80%;
        margin: 0 auto 2rem; }
        .case__box-item .sub .prof {
          left: -17vw; }
          .case__box-item .sub .prof .marker {
            font-size: 3vw; }
          .case__box-item .sub .prof .number {
            font-weight: 500; }
            .case__box-item .sub .prof .number .medium {
              font-size: 3.8vw; }
      .case__box-item02 .sub .prof {
        right: -17vw;
        left: auto; }
      .case__box-item .main {
        width: 100%; }
        .case__box-item .main .head {
          font-size: 4.6vw; }
        .case__box-item .main .text {
          font-size: 3.8vw; } }

.price__heading {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  color: #008cdc;
  margin-bottom: 1rem; }
  .price__heading .orange {
    color: #fb8707;
    font-size: 2.3rem; }
  .price__heading .strong {
    position: relative; }
    .price__heading .strong::before {
      position: absolute;
      content: "・・";
      color: #fb8707;
      top: -1rem;
      left: .45rem;
      font-size: 1.4rem;
      letter-spacing: .7em; }
.price__note {
  font-size: .9rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem; }
.price__box {
  max-width: 950px;
  margin: 0 auto;
  border-bottom: 3px solid #008cdc;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .price__box-item {
    width: 48%;
    padding: 1rem 2rem; }
    .price__box-item .head {
      position: relative;
      color: white;
      z-index: 2;
      font-size: 1.2rem;
      font-weight: 900;
      letter-spacing: .1em;
      top: 3rem; }
      .price__box-item .head::before {
        z-index: -1;
        position: absolute;
        content: "";
        background: #000000;
        width: 14rem;
        height: 1.5rem;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -.5rem; }
    .price__box-item .money {
      text-align: end;
      font-size: 2rem;
      font-weight: 900; }
      .price__box-item .money .number {
        font-size: 3.7rem;
        font-weight: 600; }
      .price__box-item .money .small {
        font-size: 1rem; }
@media screen and (max-width: 768px) {
  .price__icon {
    margin: 0 auto 1.5rem; }
  .price__heading {
    font-size: 6vw; }
    .price__heading .orange {
      font-size: 7.5vw; }
    .price__heading .strong::before {
      top: -2.5vw;
      left: 2vw;
      font-size: 3.5vw;
      letter-spacing: 1.4em; }
    .price__heading .number {
      font-size: 10vw;
      bottom: -.5vw; }
      .price__heading .number02 {
        font-size: 8.2vw; }
  .price__note {
    font-size: 3vw; }
  .price__box {
    border-bottom: none;
    display: block; }
    .price__box-item {
      width: 100%;
      border-bottom: 2px solid #008cdc; }
      .price__box-item .head {
        font-size: 4.1vw;
        top: 9vw; }
        .price__box-item .head::before {
          width: 42vw;
          height: 6vw; }
      .price__box-item .money {
        font-size: 7vw;
        padding-top: .5rem; }
        .price__box-item .money .number {
          font-size: 12.5vw; }
        .price__box-item .money .small {
          font-size: 3.8vw; } }

.step {
  padding: 4rem 0 2rem; }
  .step__inner {
    position: relative; }
    .step__inner::before {
      position: absolute;
      content: "";
      background-image: url("../images/step_illust.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      top: -2.5rem;
      right: -1%;
      width: 13rem;
      height: 13.5rem; }
  .step__list-item {
    border: 3px solid #008cdc;
    padding: 1.5rem 3rem 1.5rem 4rem;
    position: relative;
    background: white;
    flex-flow: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem; }
    .step__list-item::before {
      position: absolute;
      content: "";
      background: #008cdc;
      width: 15px;
      height: 100%;
      left: 0;
      top: 0; }
    .step__list-item:last-child {
      margin-bottom: 0; }
    .step__list-item .main {
      width: 40%;
      display: flex;
      justify-content: flex-start; }
      .step__list-item .main .icon {
        width: 4rem;
        margin-right: 1rem; }
      .step__list-item .main .head {
        font-size: 1.4rem;
        font-weight: 900;
        line-height: 1.1; }
        .step__list-item .main .head .number {
          font-size: .9rem;
          font-weight: 500;
          color: #008cdc; }
    .step__list-item .text {
      width: 60%;
      line-height: 1.6;
      font-size: .9rem; }
    .step__list-item04 {
      border: 3px solid #fb8707; }
      .step__list-item04::before {
        background: #fb8707; }
      .step__list-item04 .main .head .number {
        color: #fb8707; }
      .step__list-item04 .box {
        width: 100%;
        background: #fff5ed;
        margin: 1rem auto 0;
        padding: 1rem 0; }
        .step__list-item04 .box .text {
          text-align: center;
          font-weight: 500;
          width: 100%; }
        .step__list-item04 .box .image {
          width: 30%;
          margin: .5rem auto 0; }
  @media screen and (max-width: 768px) {
    .step__heading {
      margin-bottom: 10rem; }
    .step__inner::before {
      width: 40%;
      height: 36vw;
      left: 50%;
      transform: translateX(-50%);
      right: auto;
      top: 6.25rem; }
    .step__list-item {
      border: 2px solid #008cdc;
      padding: 1.5rem;
      display: block; }
      .step__list-item::before {
        width: 100%;
        height: 2vw; }
      .step__list-item .main {
        width: 100%; }
        .step__list-item .main .icon {
          width: 11vw;
          margin-right: .5rem; }
        .step__list-item .main .head {
          font-size: 4.3vw; }
          .step__list-item .main .head .number {
            font-size: 3.5vw; }
      .step__list-item .text {
        width: 100%;
        font-size: 3.8vw;
        margin-top: .5rem; }
      .step__list-item04 {
        border: 2px solid #fb8707; }
        .step__list-item04 .box .text {
          font-size: 3.5vw;
          margin-top: 0; }
        .step__list-item04 .box .image {
          width: 66%; } }

.area {
  background: #ebf0f5;
  position: relative; }
  .area::before {
    position: absolute;
    content: "";
    background-color: white;
    height: 8rem;
    width: 100%;
    top: -10px; }
  .area__inner {
    position: relative;
    padding: 0 0 18rem; }
  .area__image {
    width: 90%;
    position: absolute;
    right: 0;
    bottom: 0; }
  @media screen and (max-width: 768px) {
    .area::before {
      height: 5.5rem; }
    .area__inner {
      padding: 0 0 21rem; }
    .area__image {
      width: 70%;
      right: auto;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; } }

.faq {
  background: #b3e0ff; }
  .faq__eng::before {
    background: #000000; }
  .faq__inner {
    position: relative;
    z-index: 2; }
    .faq__inner::before {
      position: absolute;
      content: "";
      background-image: url("../images/faq_illust01.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      bottom: -5.5rem;
      left: -6%;
      width: 7rem;
      height: 10.5rem; }
    .faq__inner::after {
      position: absolute;
      content: "";
      background-image: url("../images/faq_illust02.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      bottom: -5.5rem;
      right: -6%;
      width: 7.5rem;
      height: 11rem;
      z-index: -1; }
  .faq .accordion {
    max-width: 800px;
    border-radius: 10px;
    margin: 1rem auto;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.3)); }
    @media screen and (max-width: 768px) {
      .faq .accordion {
        filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.3)); } }
  .faq .accordion:not([open]) {
    margin-bottom: 1rem; }
  .faq .accordion summary {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 0.75rem 1rem;
    background: #008cdc;
    border-radius: 10px;
    color: white;
    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: #fff;
    content: ''; }
  .faq .accordion summary::before {
    position: absolute;
    right: 2rem;
    transform: rotate(90deg); }
  .faq .accordion summary::after {
    transition: rotate .3s;
    position: absolute;
    right: 2rem; }
  .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 3rem 1rem 1.25rem;
    transition: transform .5s, opacity .5s; }
  .faq .accordion[open] div {
    transform: none;
    opacity: 1; }
  .faq .icon {
    font-size: 2.2rem;
    margin-right: 1.25rem; }
    .faq .icon-a {
      color: #008cdc;
      margin: 0 1rem 0 .15rem; }
  .faq .title .text {
    font-size: 1.2rem;
    line-height: 1.5em; }
  .faq .answer {
    display: flex;
    justify-content: flex-start;
    background: white;
    border-radius: 0 0 10px 10px; }
    .faq .answer .text {
      line-height: 1.6rem;
      text-align: justify; }
  @media screen and (max-width: 768px) {
    .faq {
      padding: 3rem 0 10rem; }
      .faq__inner::before {
        bottom: -11.5rem;
        left: 19%;
        width: 28%;
        height: 38vw; }
      .faq__inner::after {
        bottom: -11.5rem;
        right: 19%;
        width: 30%;
        height: 39vw; }
      .faq .accordion summary {
        padding: 1rem 3rem 1rem 1rem;
        line-height: 1.3em; }
      .faq .accordion summary::before {
        right: 1.5rem; }
      .faq .accordion summary::after {
        right: 1.5rem; }
      .faq .accordion div {
        padding: 1rem 2rem 1rem 1rem; }
      .faq .icon {
        font-size: 7vw;
        margin-right: .5rem; }
        .faq .icon-a {
          margin: 0 .5rem 0 .15rem; }
      .faq .title .text {
        font-size: 3.85vw; }
        .faq .title .text br {
          display: none; } }

/* contact */
.contact__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto; }
.contact__heading {
  margin-bottom: 1.5rem; }
@media screen and (max-width: 768px) {
  .contact {
    padding: 3rem 0; } }

/*
	Footer
------------------------------------------------------------ */
.footer {
  background: #008cdc;
  color: white; }
  .footer__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 4rem 0 2rem; }
  .footer__company {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .footer__company .head {
      width: 20rem; }
    .footer__company .list {
      font-size: .9rem;
      font-weight: 500; }
      .footer__company .list-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 1rem; }
      .footer__company .list .head {
        width: 5rem; }
      .footer__company .list .body {
        position: relative;
        line-height: 1.5;
        padding: .5rem 0 .5rem 2rem; }
        .footer__company .list .body::before {
          position: absolute;
          content: "";
          background: white;
          left: 0;
          width: 3px;
          height: auto;
          top: 0;
          bottom: 0;
          margin: auto; }
  @media screen and (max-width: 768px) {
    .footer__inner {
      width: 90vw;
      max-width: 1000px;
      margin: 0 auto;
      padding: 3rem 0 2rem; }
    .footer__company {
      display: block; }
      .footer__company .head {
        width: 70%;
        margin: 0 auto 3rem; }
      .footer__company .list {
        width: fit-content;
        margin: 0 auto;
        font-size: 2.9vw; }
        .footer__company .list .head {
          width: 20vw;
          margin: 0; }
        .footer__company .list .body {
          padding: .5rem 0 .5rem 1.5rem; }
          .footer__company .list .body::before {
            width: 2px; } }

.copyright {
  background: transparent;
  padding: 0 0 2rem;
  font-size: .7rem; }
  .copyright__text {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.8em;
    text-align: right; }
  @media screen and (max-width: 768px) {
    .copyright {
      font-size: 2.9vw;
      padding: 0 0 7rem; }
      .copyright__text {
        text-align: center; } }

/* Floating area */
.floating {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none; }
  @media screen and (max-width: 768px) {
    .floating {
      display: block; }
      .floating__button {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        border-top: 1px solid white; }
        .floating__button .button a {
          color: white;
          display: block;
          width: 100%;
          text-align: center; }
        .floating__button .button01 {
          width: 52%;
          background: #fb8707; }
          .floating__button .button01 .icon {
            width: 10%;
            margin-right: .5rem; }
          .floating__button .button01 a {
            background: #fb8707;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3vw;
            font-weight: 500;
            padding: 1.25rem 0; }
            .floating__button .button01 a .number {
              font-size: 5vw;
              font-weight: 600;
              letter-spacing: .04em; }
        .floating__button .button02, .floating__button .button03 {
          width: 24%;
          border-right: 1px solid white; }
          .floating__button .button02 .icon, .floating__button .button03 .icon {
            vertical-align: middle; }
            .floating__button .button02 .icon img, .floating__button .button03 .icon img {
              width: 34%;
              margin-bottom: .5rem; }
          .floating__button .button02 a, .floating__button .button03 a {
            padding: .5rem 0 .75rem;
            font-weight: 500;
            font-size: 3.5vw; }
        .floating__button .button02 a {
          background: #06c755; }
        .floating__button .button03 a {
          background: #008cdc; } }
