@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: "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 */
/* 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: "Oswald", sans-serif;
    font-style: normal; }
  .wrap .blue {
    color: #0277db; }
  .wrap .orange {
    color: #fe7b5a; }
  @media screen and (min-width: 768px) {
    .wrap .pc {
      display: block; }
    .wrap .sp {
      display: none; } }

/*
	Header
------------------------------------------------------------ */
.header {
  background: white;
  width: 100%;
  color: #000000;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header__inner {
    padding: 2vw;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center; }
  .header__heading {
    width: 54%; }
  @media screen and (min-width: 768px) {
    .header {
      position: fixed; }
      .header__inner {
        justify-content: flex-start;
        padding: .925em 3em; }
      .header__heading {
        width: 12rem; } }

/* visual */
.visual {
  background-color: white;
  background-image: url("../images/visual.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .visual::before {
    z-index: -1;
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/visual_image.webp");
    right: 0;
    bottom: 13vw;
    width: 69%;
    height: 95vw; }
  .visual__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0; }
  .visual__heading {
    width: 100%;
    margin: -5vw auto 0; }
    .visual__heading-sub {
      text-align: center;
      font-size: 3.1vw;
      font-weight: 700;
      color: #0277db;
      line-height: 2; }
      .visual__heading-sub .box {
        position: relative;
        z-index: 1;
        color: white;
        font-size: 3.6vw;
        width: 8em;
        display: inline-block;
        margin-right: .5em;
        letter-spacing: .05em; }
        .visual__heading-sub .box01 {
          margin-right: 4em; }
        .visual__heading-sub .box02 {
          margin-left: 4em; }
        .visual__heading-sub .box::before {
          transform: skewX(-20deg);
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: -1;
          background-color: #0277db;
          height: 1.5em;
          margin: auto; }
  .visual__credit {
    width: 54%;
    background: white;
    border-radius: 7px;
    font-size: 3.6vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    padding: 3vw;
    margin: 10vw 0 5vw; }
  .visual__bottom {
    width: 100%;
    margin: 0 auto;
    background: #028CDB;
    background: linear-gradient(0deg, #2331b8 0%, #028cdb 100%);
    text-align: center;
    font-weight: 700;
    padding: 2vw; }
    .visual__bottom .text {
      color: white;
      font-size: 3.1vw;
      margin-bottom: 1.5vw; }
    .visual__bottom .list {
      display: grid;
      color: #0277db;
      letter-spacing: .2em;
      font-size: 4vw;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-column-gap: .25em;
      width: 90%;
      line-height: 1.5;
      margin: 0 auto; }
      .visual__bottom .list-item {
        background: white;
        border-radius: 100rem; }
  @media screen and (min-width: 768px) {
    .visual {
      background-image: url("../images/visual-pc.webp"); }
      .visual::before {
        background-image: url("../images/visual_image-pc.webp");
        right: auto;
        bottom: 4rem;
        width: 22rem;
        height: 28rem;
        left: 50%;
        transform: translateX(2rem); }
      .visual__inner {
        padding: 7rem 0 1rem;
        position: relative; }
      .visual__heading {
        width: 30rem;
        margin: -1.5rem 0 .5rem 5rem; }
        .visual__heading-sub {
          font-size: 1.2rem; }
          .visual__heading-sub .box {
            font-size: 1.3rem; }
            .visual__heading-sub .box01 {
              margin-right: .5em; }
            .visual__heading-sub .box02 {
              margin-left: 0; }
      .visual__appeal {
        width: 28rem;
        margin-left: 5rem; }
      .visual__credit {
        position: absolute;
        margin: 1.5rem 0;
        width: 14rem;
        font-size: 1.1rem;
        padding: 1rem;
        border-radius: 10px;
        left: 50%;
        transform: translateX(7rem); }
      .visual__bottom {
        display: flex;
        padding: 1rem;
        align-items: center;
        justify-content: center; }
        .visual__bottom .text {
          font-size: 1.2rem;
          margin-bottom: 0; }
        .visual__bottom .list {
          font-size: 1.4rem;
          width: fit-content;
          margin: 0 0 0 .5em; }
          .visual__bottom .list-item {
            width: 5em; } }

/*
	Contents
------------------------------------------------------------ */
.contents {
  background: transparent;
  color: #000000;
  /* 埋め込み地図・動画 レスポンシブ対応用 */ }
  .contents__icon {
    width: 8%;
    margin: 3vw auto 9vw; }
  @media screen and (min-width: 768px) {
    .contents__icon {
      width: 2.75rem;
      margin: 1.5rem auto 3rem; } }
  .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: 2rem 0; }
  @media screen and (min-width: 768px) {
    .cv {
      padding: 4rem 0; } }
  .cv02 {
    padding: 0 0 2rem;
    z-index: 2;
    position: relative; }
  .cv__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    background: #fff4b6;
    border-radius: 10px;
    filter: drop-shadow(5px 5px 0 #6e5044);
    padding: 2rem 1.5rem; }
  .cv__button .bottom {
    margin-top: 1.5rem; }
    .cv__button .bottom .campaign {
      width: 100%;
      margin: 0 auto; }
    .cv__button .bottom .note {
      text-align: center;
      font-size: 2.6vw;
      color: #606060;
      line-height: 3; }
  .cv__button-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.1)); }
    @media screen and (min-width: 768px) {
      .cv__button-item a {
        filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.1)); } }
  .cv__button-item01 a {
    background: #ff4f4b;
    background: linear-gradient(0deg, #ff4f4b 0%, #ffaf0f 100%);
    position: relative;
    padding: 5vw 0 4vw; }
    .cv__button-item01 a .font {
      font-weight: 600; }
    .cv__button-item01 a .text {
      position: absolute;
      text-align: center;
      background: white;
      border-radius: 100rem;
      color: #fe7b5a;
      font-size: 3.1vw;
      border: 1.5px solid red;
      padding: 0 1.5em;
      line-height: 1.8;
      top: -4vw; }
      .cv__button-item01 a .text .font {
        font-size: 4vw; }
    .cv__button-item01 a .item .icon img {
      width: 7vw;
      margin-right: .25em; }
    .cv__button-item01 a .item .font {
      font-size: 7.7vw; }
  .cv__button-item02 a, .cv__button-item03 a {
    height: 4em; }
  .cv__button-item02 a {
    background: #028cdb;
    background: linear-gradient(0deg, #2331b8 0%, #028cdb 100%); }
    .cv__button-item02 a .icon img {
      width: 5vw;
      margin-right: .25em; }
    .cv__button-item02 a .font {
      font-size: 4.6vw; }
  .cv__button-item03 a {
    background: #06d655;
    background: linear-gradient(0deg, #069b54 0%, #06d655 100%); }
    .cv__button-item03 a .icon img {
      width: 6vw;
      margin-right: .5em; }
    .cv__button-item03 a .font {
      font-size: 4.6vw; }
  .cv__text {
    text-align: center;
    color: #06c255;
    font-weight: 700;
    font-size: 3.1vw;
    letter-spacing: .05em;
    padding: 2em 0 .5em; }
    .cv__text .font {
      font-weight: 600; }
  @media screen and (min-width: 768px) {
    .cv {
      padding: 2rem 0; }
      .cv02 {
        padding: 0 0 2rem; }
      .cv__inner {
        border-radius: 20px;
        max-width: 950px;
        padding: 4rem 4rem 2rem; }
      .cv__button .bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 1.5rem; }
        .cv__button .bottom .right {
          width: 44%; }
        .cv__button .bottom .left {
          width: 54%; }
        .cv__button .bottom .note {
          font-size: .8rem;
          line-height: 1.5; }
      .cv__button-item a {
        border-radius: 20px; }
      .cv__button-item01 {
        width: 64%;
        margin: 0 auto; }
        .cv__button-item01 a {
          padding: 2.5rem 0 1.5rem; }
          .cv__button-item01 a .text {
            font-size: 1.2rem;
            top: -1.25rem; }
            .cv__button-item01 a .text .font {
              font-size: 1.4rem; }
          .cv__button-item01 a .item .icon img {
            width: 2.75rem; }
          .cv__button-item01 a .item .font {
            font-size: 2.8rem; }
      .cv__button-item02 a, .cv__button-item03 a {
        height: 4em;
        font-size: 1.1rem; }
        .cv__button-item02 a .font, .cv__button-item03 a .font {
          font-size: 1.2rem; }
        .cv__button-item02 a .icon img, .cv__button-item03 a .icon img {
          width: 1.5rem;
          margin-right: .5em; }
      .cv__text {
        font-size: .9rem;
        padding: 1em 0 .5em; }
        .cv__text .font {
          font-size: 1rem; } }

/* 全ブロック共通 */
.price,
.comparison,
.reason,
.area,
.voice,
.faq,
.step,
.contact {
  padding: 2rem 0; }
  @media screen and (min-width: 768px) {
    .price,
    .comparison,
    .reason,
    .area,
    .voice,
    .faq,
    .step,
    .contact {
      padding: 4rem 0; } }
  .price__inner,
  .comparison__inner,
  .reason__inner,
  .area__inner,
  .voice__inner,
  .faq__inner,
  .step__inner,
  .contact__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto; }
  .price__heading,
  .comparison__heading,
  .reason__heading,
  .area__heading,
  .voice__heading,
  .faq__heading,
  .step__heading,
  .contact__heading {
    text-align: center;
    font-weight: 900;
    font-size: 8.6vw;
    letter-spacing: .05em;
    margin-top: 5vw; }
    .price__heading .font,
    .comparison__heading .font,
    .reason__heading .font,
    .area__heading .font,
    .voice__heading .font,
    .faq__heading .font,
    .step__heading .font,
    .contact__heading .font {
      font-size: 10.4vw; }
    .price__heading-sub,
    .comparison__heading-sub,
    .reason__heading-sub,
    .area__heading-sub,
    .voice__heading-sub,
    .faq__heading-sub,
    .step__heading-sub,
    .contact__heading-sub {
      font-weight: 700;
      text-align: center;
      letter-spacing: .05em;
      margin-bottom: 1vw;
      position: relative;
      z-index: 1; }
      .price__heading-sub .font,
      .comparison__heading-sub .font,
      .reason__heading-sub .font,
      .area__heading-sub .font,
      .voice__heading-sub .font,
      .faq__heading-sub .font,
      .step__heading-sub .font,
      .contact__heading-sub .font {
        font-size: 6vw;
        font-weight: 600; }
      .price__heading-sub::before,
      .comparison__heading-sub::before,
      .reason__heading-sub::before,
      .area__heading-sub::before,
      .voice__heading-sub::before,
      .faq__heading-sub::before,
      .step__heading-sub::before,
      .contact__heading-sub::before {
        z-index: -1;
        position: absolute;
        content: "";
        background: white;
        border-radius: 100rem;
        height: .7em;
        width: 74%;
        bottom: -1vw;
        left: 50%;
        transform: translateX(-50%); }
      .price__heading-sub .logo img,
      .comparison__heading-sub .logo img,
      .reason__heading-sub .logo img,
      .area__heading-sub .logo img,
      .voice__heading-sub .logo img,
      .faq__heading-sub .logo img,
      .step__heading-sub .logo img,
      .contact__heading-sub .logo img {
        width: 34vw;
        vertical-align: sub; }
  @media screen and (min-width: 768px) {
    .price__heading,
    .comparison__heading,
    .reason__heading,
    .area__heading,
    .voice__heading,
    .faq__heading,
    .step__heading,
    .contact__heading {
      font-size: 3.6rem;
      margin-top: 2.5rem; }
      .price__heading .font,
      .comparison__heading .font,
      .reason__heading .font,
      .area__heading .font,
      .voice__heading .font,
      .faq__heading .font,
      .step__heading .font,
      .contact__heading .font {
        font-size: 4.2rem; }
      .price__heading-sub,
      .comparison__heading-sub,
      .reason__heading-sub,
      .area__heading-sub,
      .voice__heading-sub,
      .faq__heading-sub,
      .step__heading-sub,
      .contact__heading-sub {
        margin-bottom: .5em;
        font-size: 1.9rem; }
        .price__heading-sub .font,
        .comparison__heading-sub .font,
        .reason__heading-sub .font,
        .area__heading-sub .font,
        .voice__heading-sub .font,
        .faq__heading-sub .font,
        .step__heading-sub .font,
        .contact__heading-sub .font {
          font-size: 2.5rem; }
        .price__heading-sub::before,
        .comparison__heading-sub::before,
        .reason__heading-sub::before,
        .area__heading-sub::before,
        .voice__heading-sub::before,
        .faq__heading-sub::before,
        .step__heading-sub::before,
        .contact__heading-sub::before {
          width: 62%;
          bottom: -.15em; }
        .price__heading-sub .logo img,
        .comparison__heading-sub .logo img,
        .reason__heading-sub .logo img,
        .area__heading-sub .logo img,
        .voice__heading-sub .logo img,
        .faq__heading-sub .logo img,
        .step__heading-sub .logo img,
        .contact__heading-sub .logo img {
          width: 16rem;
          margin-right: .15em; } }

/* 各ブロック個別 */
.price {
  background: #ffd42f;
  background-image: url("../images/price.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0 0; }
  .price__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3vw; }
    .price__list-item {
      filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.1));
      background: white;
      border-radius: 7px;
      position: relative;
      padding-top: 2vw;
      position: relative; }
      @media screen and (min-width: 768px) {
        .price__list-item {
          filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.1)); } }
      .price__list-item::before {
        position: absolute;
        content: "";
        height: 2vw;
        top: 0;
        width: 100%;
        border-radius: 7px 7px 0 0;
        background: #fe7b5a; }
      .price__list-item .head {
        text-align: center;
        font-size: 4.3vw;
        font-weight: 700;
        letter-spacing: .025em;
        color: #fe7b5a;
        padding: 1em 0; }
      .price__list-item .list {
        padding: 0 1rem 16vw;
        line-height: 1.3; }
        .price__list-item .list-item {
          font-size: 3.1vw;
          padding-left: 2.8vw;
          position: relative;
          margin-bottom: .5em; }
          .price__list-item .list-item:last-child {
            margin-bottom: 0; }
          .price__list-item .list-item::before {
            position: absolute;
            content: "";
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            width: 2vw;
            height: 2vw;
            background-image: url("../images/icon_check.svg");
            left: 0;
            top: 1vw; }
      .price__list-item .money {
        position: absolute;
        bottom: 3vw;
        color: #ff4f4b;
        width: max-content;
        left: 50%;
        transform: translateX(-50%); }
        .price__list-item .money .font {
          font-weight: 500;
          font-size: 10.4vw;
          background: linear-gradient(180deg, #ff4f4b 0%, #ffaf0f 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .price__list-item .money .note {
          font-weight: 700;
          font-size: 7.2vw;
          background: linear-gradient(180deg, #ff4f4b 0%, #ffaf0f 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          position: relative; }
          .price__list-item .money .note::before {
            position: absolute;
            content: "（税込）";
            font-weight: 700;
            font-size: 2vw;
            background: linear-gradient(180deg, #ff4f4b 0%, #ffaf0f 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            left: -.5vw;
            top: 0; }
  .price__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2vw; }
    .price__bottom .image {
      width: 30%;
      margin-right: 1rem; }
    .price__bottom .box {
      width: fit-content;
      text-align: center;
      font-weight: 700;
      font-size: 4.6vw;
      line-height: 1.8;
      letter-spacing: .05em; }
      .price__bottom .box .marker {
        background: linear-gradient(transparent 70%, #fff4b6 70%);
        font-size: 5.2vw; }
        .price__bottom .box .marker .font {
          font-weight: 600;
          font-size: 7vw; }
      .price__bottom .box .text02 {
        margin-top: -3vw; }
  @media screen and (min-width: 768px) {
    .price {
      background-image: url("../images/price-pc.webp");
      padding: 4rem 0 0; }
      .price__list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1rem; }
        .price__list-item {
          border-radius: 12px;
          padding-top: 12px; }
          .price__list-item::before {
            height: 12px;
            border-radius: 12px 12px 0 0; }
          .price__list-item .head {
            font-size: 1.6rem;
            padding: .75em 0; }
          .price__list-item .list {
            padding: 0 1.5rem 8rem; }
            .price__list-item .list-item {
              font-size: 1.2rem;
              padding-left: 1.15em; }
              .price__list-item .list-item::before {
                width: 1rem;
                height: 1rem;
                top: .35em; }
          .price__list-item .money {
            bottom: 3vw; }
            .price__list-item .money .font {
              font-size: 4.1rem; }
            .price__list-item .money .note {
              font-size: 2.8rem; }
              .price__list-item .money .note::before {
                font-size: .7rem;
                left: -.2em; }
      .price__bottom {
        padding-top: 1rem; }
        .price__bottom .image {
          width: 15%;
          margin-right: 1rem; }
        .price__bottom .box {
          font-size: 1.8rem;
          margin-bottom: .5em; }
          .price__bottom .box .marker {
            font-size: 2rem; }
            .price__bottom .box .marker .font {
              font-size: 2.6rem; }
          .price__bottom .box .text02 {
            margin-top: -1.5rem; } }

.comparison {
  padding: 2rem 0 0; }
  .comparison__heading-sub::before {
    background: #fff4b6; }
  .comparison__text01 {
    margin-top: 7vw;
    border: 3px solid #028cdb;
    border-radius: 10px;
    background: white;
    filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.1));
    text-align: center;
    font-size: 4.3vw;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.3;
    position: relative;
    padding: 4vw 0; }
    @media screen and (min-width: 768px) {
      .comparison__text01 {
        filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.1)); } }
    .comparison__text01 .marker {
      font-size: 6vw;
      background: linear-gradient(transparent 70%, #fff4b6 70%); }
    .comparison__text01 .image {
      position: absolute;
      left: 7vw;
      top: -5vw; }
      .comparison__text01 .image img {
        width: 14vw; }
  .comparison__text02 {
    font-size: 4.6vw;
    line-height: 1.5;
    font-weight: 700;
    padding: 2em 0; }
    .comparison__text02 .logo img {
      width: 46vw;
      vertical-align: sub; }
    .comparison__text02 .orange {
      font-size: 6vw; }
    .comparison__text02 .marker {
      background: white;
      padding: 0 .25em 0 0; }
  .comparison__box {
    display: flex;
    position: relative;
    z-index: 1; }
  .comparison__bottom {
    position: absolute;
    width: 42%;
    bottom: -9vw;
    right: 0;
    z-index: -1; }
  @media screen and (min-width: 768px) {
    .comparison__image {
      width: 66%;
      margin: 0 auto; }
    .comparison__text01 {
      max-width: 660px;
      margin: 4rem auto 0;
      border-radius: 20px;
      font-size: 1.4rem;
      padding: 2rem 0; }
      .comparison__text01 .marker {
        font-size: 2.4rem; }
      .comparison__text01 .image {
        left: 50%;
        top: -2rem;
        transform: translateX(-12rem); }
        .comparison__text01 .image img {
          width: 4.5rem; }
    .comparison__text02 {
      font-size: 1.4rem; }
      .comparison__text02 .logo img {
        width: 14rem; }
      .comparison__text02 .orange {
        font-size: 2rem; }
    .comparison__box {
      margin: 0 auto;
      width: 66%; }
    .comparison__bottom {
      width: 36%;
      bottom: -4rem;
      right: 1rem; } }

.reason {
  background: #f2f2f2;
  background-image: url("../images/reason.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .reason__heading-sub::before {
    background: #fff4b6; }
  .reason__list {
    padding: 0 6vw;
    margin-top: -8vw; }
    .reason__list-item {
      margin-bottom: 1.25em; }
      .reason__list-item:last-child {
        margin-bottom: 0; }
      .reason__list-item .top {
        position: relative; }
        .reason__list-item .top .number {
          width: 18vw;
          position: absolute;
          top: 6vw;
          left: -2vw; }
        .reason__list-item .top .head {
          line-height: 1.5;
          font-size: 5vw;
          letter-spacing: .05em;
          font-weight: 700;
          padding: 4vw 0 4vw 19vw; }
          .reason__list-item .top .head02 {
            line-height: 1.3; }
          .reason__list-item .top .head .font {
            font-size: 6vw;
            font-weight: 500; }
      .reason__list-item .text {
        text-align: justify;
        font-size: 3.4vw;
        line-height: 1.6;
        margin-top: 1em; }
  @media screen and (min-width: 768px) {
    .reason {
      background-image: url("../images/reason-pc.webp"); }
      .reason__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
        margin-top: -2rem;
        gap: 3rem; }
        .reason__list-item {
          margin-bottom: 0; }
          .reason__list-item .top .number {
            width: 28%;
            top: 0;
            left: -1rem; }
          .reason__list-item .top .head {
            font-size: 1.6rem;
            padding: 1rem 0;
            width: 72%;
            margin: 0 0 0 auto; }
            .reason__list-item .top .head .font {
              font-size: 2.1rem; }
          .reason__list-item .text {
            font-size: 1rem; } }

.area {
  background: #ff4f4b;
  background-image: linear-gradient(0deg, #2331b8 0%, #028cdb 100%);
  color: white;
  padding: 2rem 0 0; }
  .area__text {
    text-align: center;
    font-size: 5.8vw;
    letter-spacing: .05em;
    font-weight: 700;
    margin-top: -6vw; }
    .area__text .line {
      color: #ffe800;
      border-bottom: 1px solid #ffe800; }
      .area__text .line .font {
        font-weight: 600;
        font-size: 8.2vw; }
  .area__image {
    margin-top: 2rem; }
  @media screen and (min-width: 768px) {
    .area__text {
      font-size: 2.4rem;
      margin-top: -2rem; }
      .area__text .line .font {
        font-size: 3.4rem; }
    .area__image {
      width: 47%;
      margin: 2rem auto 0; } }

.voice {
  background: #fff4b6; }
  .voice__list {
    display: grid;
    grid-gap: 2.5rem; }
    .voice__list-item {
      background: white;
      border-radius: 10px;
      padding: 1rem;
      filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.1));
      position: relative;
      padding: 2rem 2.5rem; }
      @media screen and (min-width: 768px) {
        .voice__list-item {
          filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.1)); } }
      .voice__list-item .image {
        position: absolute;
        width: 18%;
        right: 2.5rem;
        top: -1.5rem; }
      .voice__list-item .number {
        font-size: 3.1vw;
        font-weight: 500;
        letter-spacing: .05em;
        margin-bottom: .5em; }
      .voice__list-item .head {
        font-size: 4.6vw;
        font-weight: 700;
        letter-spacing: .05em;
        border-bottom: 1.5px solid #fe7b5a;
        display: inline;
        line-height: 1.8;
        color: #2e2e66; }
      .voice__list-item .text {
        text-align: justify;
        font-size: 3.4vw;
        line-height: 1.6;
        margin-top: 1em; }
  @media screen and (min-width: 768px) {
    .voice__list {
      max-width: 850px;
      margin: 0 auto;
      grid-gap: 2.5rem; }
      .voice__list-item {
        border-radius: 20px;
        padding: 1rem;
        padding: 3rem; }
        .voice__list-item .image {
          width: 12%; }
        .voice__list-item .number {
          font-size: 1.1rem; }
        .voice__list-item .head {
          font-size: 1.4rem;
          border-bottom: 2px solid #fe7b5a; }
        .voice__list-item .text {
          font-size: 1rem; } }

.faq {
  background: #fe7b5a;
  margin-top: -13rem;
  padding: 13rem 0 2rem; }
  .faq__heading {
    color: white; }
  .faq .accordion {
    border-radius: 10px;
    margin: .5rem auto;
    border: 1px solid #000000; }
    .faq .accordion:not([open]) {
      margin-bottom: 1rem; }
    .faq .accordion summary {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      padding: .75rem 3rem .75rem 1.5rem;
      background: white;
      border-radius: 10px;
      color: #0277db;
      cursor: pointer; }
      .faq .accordion summary::-webkit-details-marker {
        display: none; }
      .faq .accordion summary::before {
        position: absolute;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 5vw;
        height: 5vw;
        background-image: url("../images/icon_button.svg");
        top: 0;
        bottom: 0;
        margin: auto;
        right: 1rem; }
    .faq .accordion .icon {
      font-size: 4.6vw;
      font-weight: 500;
      color: white;
      position: relative;
      z-index: 1;
      text-align: center; }
      .faq .accordion .icon::before {
        position: absolute;
        content: "";
        background: #0277db;
        width: 8vw;
        height: 8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        border-radius: 50%; }
      .faq .accordion .icon-a {
        align-items: baseline;
        top: 1.5vw; }
        .faq .accordion .icon-a::before {
          background: #fe7b5a;
          top: -1.5vw;
          bottom: auto; }
    .faq .accordion .title .text {
      font-size: 3.8vw;
      font-weight: 500;
      line-height: 1.5;
      padding-left: 5vw; }
    .faq .accordion .answer {
      display: flex;
      justify-content: flex-start;
      background: white;
      border-radius: 0 0 10px 10px;
      padding: .75rem 3rem .75rem 1.5rem;
      position: relative; }
      .faq .accordion .answer .text {
        text-align: justify;
        font-size: 3.4vw;
        line-height: 1.6;
        padding-left: 5vw; }
      .faq .accordion .answer::before {
        position: absolute;
        content: "";
        background: #000000;
        height: 1px;
        width: 90%;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
  .faq .accordion[open] summary {
    border-radius: 10px 10px 0 0; }
    .faq .accordion[open] summary::before {
      transform: rotate(180deg);
      transition: rotate .3s; }
  .faq .accordion div {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    transition: transform .5s, opacity .5s; }
  .faq .accordion[open] div {
    transform: none;
    opacity: 1; }
  @media screen and (min-width: 768px) {
    .faq .accordion {
      max-width: 850px;
      margin: 0 auto;
      border-radius: 15px;
      margin: .5rem auto;
      border: 1.5px solid #000000; }
      .faq .accordion summary {
        padding: 1rem 3rem 1rem 2.5rem;
        border-radius: 15px; }
        .faq .accordion summary::before {
          width: 1rem;
          height: 1rem;
          right: 1.6rem; }
      .faq .accordion .icon {
        font-size: 1.3rem; }
        .faq .accordion .icon::before {
          width: 2.5rem;
          height: 2.5rem; }
        .faq .accordion .icon-a {
          top: 0; }
          .faq .accordion .icon-a::before {
            top: -.5rem; }
      .faq .accordion .title .text {
        font-size: 1.2rem;
        padding-left: 1.5rem; }
      .faq .accordion .answer {
        border-radius: 0 0 15px 15px;
        padding: 1.5rem 3rem 1.5rem 2.5rem; }
        .faq .accordion .answer .text {
          font-size: 1rem;
          padding-left: 1.5rem; }
        .faq .accordion .answer::before {
          height: 1.5px;
          width: 94%; }
    .faq .accordion[open] summary {
      border-radius: 15px 15px 0 0; } }

.step__heading {
  line-height: 1.3; }
.step__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem; }
  .step__list-item {
    flex-flow: wrap;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    background: #e6f0ff; }
    .step__list-item .image {
      width: 26%; }
      .step__list-item .image img {
        border-radius: 50%;
        filter: drop-shadow(2px 2px 0 #0277db); }
    .step__list-item:last-child {
      background: #fff4b6; }
      .step__list-item:last-child .image img {
        filter: drop-shadow(2px 2px 0 #fe7b5a); }
    .step__list-item .item {
      width: 70%; }
    .step__list-item .number {
      font-size: 3.1vw;
      font-weight: 500;
      letter-spacing: .05em; }
    .step__list-item .head {
      font-size: 4.6vw;
      font-weight: 700;
      letter-spacing: .05em;
      margin: .5em 0 .75em; }
    .step__list-item .text {
      text-align: justify;
      font-size: 3.4vw;
      line-height: 1.6; }
    .step__list-item .credit {
      background: white;
      padding: .5rem 3rem;
      margin-top: 1em; }
@media screen and (min-width: 768px) {
  .step__list {
    max-width: 850px;
    margin: 0 auto; }
    .step__list-item {
      border-radius: 17px;
      padding: 1.5rem; }
      .step__list-item .image {
        width: 14%; }
      .step__list-item .item {
        width: 83%; }
      .step__list-item .number {
        font-size: 1.1rem; }
      .step__list-item .head {
        font-size: 1.4rem; }
      .step__list-item .text {
        font-size: 1rem; }
      .step__list-item .credit {
        width: 83%;
        margin: 1em 0 0 auto;
        padding: .5rem 10rem; } }

/* contact */
.contact {
  background: #f2f2f2;
  background-image: url("../images/contact.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .contact__heading-sub::before {
    background: #fff4b6; }
  @media screen and (min-width: 768px) {
    .contact {
      background-image: url("../images/contact-pc.webp"); } }

/*
	Footer
------------------------------------------------------------ */
.footer {
  background: white;
  color: #000000; }
  .footer__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto; }
  .footer .company {
    padding: 2rem 0 .5rem; }
    .footer .company .logo {
      width: 60%;
      margin: 0 auto 1rem; }
    .footer .company .list {
      width: fit-content;
      margin: 0 auto; }
      .footer .company .list-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 3.1vw;
        margin-bottom: 1em; }
        .footer .company .list-item .head {
          font-weight: 700;
          position: relative;
          padding-left: 10px;
          width: 18vw; }
          .footer .company .list-item .head::before {
            position: absolute;
            content: "";
            height: 100%;
            width: 3px;
            background: #000000;
            left: 0; }
  .footer .copyright {
    background: #0d2a55;
    color: white;
    font-size: 2.9vw;
    padding: .75rem 0 9.5rem;
    text-align: center; }
  @media screen and (min-width: 768px) {
    .footer .company {
      padding: 2rem 0 .5rem; }
      .footer .company .logo {
        width: 36%; }
      .footer .company .list-item {
        font-size: 1.1rem; }
        .footer .company .list-item .head {
          width: 6em; }
    .footer .copyright {
      font-size: .8rem;
      padding: 1rem 0; } }

/* Floating area */
.floating {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #ffe800;
  padding: 1rem; }
  .floating__text {
    margin-bottom: .5em;
    text-align: center;
    display: inline-block;
    color: #0277db;
    font-weight: 700;
    font-size: 3.8vw;
    letter-spacing: .05em;
    text-shadow: 2px  2px 1px #ffffff, -2px  2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px  0px 1px #ffffff, 0px  2px 1px #ffffff, -2px  0px 1px #ffffff, 0px -2px 1px #ffffff; }
    .floating__text .large,
    .floating__text .font {
      font-size: 4.8vw; }
  .floating__button {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .floating__button-item a {
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      border-radius: 10px;
      font-weight: 700;
      letter-spacing: .05em;
      border: 1px solid white;
      height: 6em;
      font-size: 3.1vw;
      text-align: center;
      filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.1)); }
      @media screen and (min-width: 768px) {
        .floating__button-item a {
          filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.1)); } }
    .floating__button-item01 {
      width: 58%; }
      .floating__button-item01 a {
        background: #ff4f4b;
        background: linear-gradient(0deg, #ff4f4b 0%, #ffaf0f 100%); }
        .floating__button-item01 a .font {
          font-weight: 600; }
        .floating__button-item01 a .text {
          text-align: center;
          color: white;
          font-size: 2.9vw;
          font-weight: 500; }
        .floating__button-item01 a .item {
          line-height: 1.2; }
          .floating__button-item01 a .item .icon img {
            width: 6vw;
            margin: 0 .25em .25em 0;
            line-height: 1.2; }
          .floating__button-item01 a .item .font {
            font-size: 6.8vw; }
    .floating__button-item02, .floating__button-item03 {
      width: 20%;
      line-height: 1.2; }
      .floating__button-item02 .font, .floating__button-item03 .font {
        font-size: 3.4vw; }
    .floating__button-item02 a {
      background: #028cdb;
      background: linear-gradient(0deg, #2331b8 0%, #028cdb 100%); }
      .floating__button-item02 a .icon img {
        width: 5vw;
        margin-bottom: 1.5vw; }
    .floating__button-item03 a {
      background: #06d655;
      background: linear-gradient(0deg, #069b54 0%, #06d655 100%); }
      .floating__button-item03 a .icon img {
        width: 5.5vw;
        margin-bottom: .5vw; }
  @media screen and (min-width: 768px) {
    .floating {
      bottom: auto;
      top: 0;
      background: transparent;
      padding: .5em 3em .5em 0; }
      .floating__text {
        display: none; }
      .floating__button {
        justify-content: flex-end;
        gap: .25rem; }
        .floating__button-item a {
          border-radius: 10px;
          border: none;
          height: 3em;
          font-size: 1rem; }
        .floating__button-item01 {
          width: 15rem; }
          .floating__button-item01 a .text {
            font-size: .65rem; }
          .floating__button-item01 a .item {
            line-height: 1.1; }
            .floating__button-item01 a .item .icon img {
              width: 1.3rem;
              margin: 0 .15em .15em; }
            .floating__button-item01 a .item .font {
              font-size: 1.5rem; }
        .floating__button-item02, .floating__button-item03 {
          width: 9.5rem;
          line-height: 1; }
          .floating__button-item02 .font, .floating__button-item03 .font {
            font-size: 1.1rem; }
          .floating__button-item02 a .icon img, .floating__button-item03 a .icon img {
            width: 1.3rem;
            margin-bottom: 0;
            margin-right: .3em; } }
