@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: "Outfit", sans-serif;
    font-style: normal;
    font-weight: 500; }
  .wrap .blue {
    color: #1473e6; }
  .wrap .yellow {
    color: #e6ff6c; }
  .wrap .orange {
    color: #ff5c00; }
  .wrap .white {
    color: #fff;
  }
  .wrap .navy {
    color: #00467f; }
  @media screen and (min-width: 768px) {
    .wrap .pc {
      display: block; }
    .wrap .sp {
      display: none; } }

/*
	Header
------------------------------------------------------------ */
.header {
  width: 100%;
  color: #000000;
  position: static;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between; }
  .header__heading {
    margin: 0 auto;
    width: 54%;
    padding: .5rem 0; }
  .header__button {
    display: none; }
  @media screen and (min-width: 768px) {
    .header {
      position: fixed; }
      .header__inner {
        width: 100%;
        max-width: 100%;
        padding: .5rem 1rem; }
      .header__heading {
        margin: 0;
        width: 14rem;
        padding: 0; }
      .header__button {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .header__button-item a {
          display: flex;
          align-items: center;
          width: 170px;
          border-radius: 100rem;
          color: white;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 2.5rem;
          font-weight: 700;
          line-height: 1.1; }
        .header__button-item a img {
          width: 20px;
          margin-right: 8px;
        }
        .header__button-item01 a, .header__button-item02 a {
          font-size: 1rem; }
        .header__button-item01 a {
          background: #F0A92E;}
        .header__button-item02 {
          margin: 0 .5rem; }
          .header__button-item02 a {
            background: #06c755;}
        .header__button-item03 a {
          width: 225px;
          background: #EA811E; }
          .header__button-item03 a .font {
            font-size: 22px;
            letter-spacing: .075em; }
            .header__button-item03 a img {
              width: 15px;
        }
           }

/* visual */
.visual {
  background-color: white;
  background-image: url("../images/visual.jpg");
  background-position: center -42px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .visual::before {
    background-image: url("../images/visual_image.png");
    width: 100vw;
    height: 100vh;
    bottom: 0;
    left: -18vw;
    position: absolute;
    content: "";
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1; }
  .visual__inner {
    
    width: calc(100vw - 2rem);
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem 0 1rem; }
  .visual__catch {
    margin: 2rem 0 0; }
  .visual__text {
    background: #005cb7;
    text-align: center;
    font-weight: 700;
    font-size: 4.3vw;
    padding: 1rem 0; }
    .visual__box {
      margin-top: 147px;
    }
  @media screen and (min-width: 768px) {
    .visual {
      background-image: url("../images/visual-pc.jpg");
      background-position: center; }
      .visual::before {
        background-image: url("../images/visual_image-pc.png");
        width: 55%;
        background-position: bottom;
        max-width: 655px;
        height: 39rem;
        right: 0%;
        bottom: 0;
        left: 56%;
        transform: translate(-5rem); }
      .visual__inner {
        display: flex;
            align-items: flex-end;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 6rem 0 3rem;
        }
      .visual__heading {
        max-width: 500px; }
      .visual__catch {
        width: 100%;
        max-width: 603px;
        margin: 3rem 0 0; }
      .visual__text {
        font-size: 1.3rem;
        padding: 1rem 0; }
        .visual__left {
          width: 40%;
        }
      .visual__box {
        margin-top: inherit;
        width: 50%;
        max-width: 610px;
        margin-bottom: -10px;
      }
       }

/*
	Contents
------------------------------------------------------------ */
.contents {
  background: transparent;
  color: #000000;
  /* 埋め込み地図・動画 レスポンシブ対応用 */ }
  .contents .video,
  .contents .map {
    width: fit-content;
    margin: 0 auto; }
    .contents .video iframe,
    .contents .video video,
    .contents .map iframe,
    .contents .map video {
      width: 100%;
      max-width: 1000px;
      height: auto;
      aspect-ratio: 16 / 9; }

/*
	Contents	主な編集箇所
------------------------------------------------------------ */
/* cv */
.cv {
  padding: 2rem 0;
  background-color: white;
  background-image: url("../images/cv-pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .cv {
      padding: 4rem 0; } }
  .cv__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto; }
  .cv__heading {
    padding: 0 0 2rem; }
    @media screen and (min-width: 768px) {
      .cv__heading {
        padding: 0 0 2rem; } }
  .cv__text {
    text-align: center;
    font-weight: 700;
    letter-spacing: .1em;
    font-size: 3.4vw; }
    .cv__text .font {
      font-size: 4.8vw; }
      .cv__text .font02 {
        font-size: 3.6vw; }
    .cv__text02 {
      padding: .5rem 0 6vw;
      position: relative; }
      .cv__text02::before {
        background-image: url("../images/icon_arrow.svg");
        width: 4vw;
        height: 4.5vw;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        bottom: 0; }
  .cv__tel a, .cv__button a {
    border-radius: 100rem;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.1;
    position: relative; }
    .cv__tel a::before, .cv__button a::before {
      position: absolute;
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      top: 0;
      bottom: 0;
      margin: auto; }
  .cv__tel {
    width: 84%;
    margin: .5rem auto 0; }
    .cv__tel a {
      background: #ff5c00;
      box-shadow: 0 5px 0 #aa3400;
      font-size: 7.7vw;
      padding-left: 8vw;
      height: 16vw; }
      .cv__tel a::before {
        background-image: url("../images/icon_tel.svg");
        width: 6vw;
        height: 8vw;
        left: 10vw; }
  .cv__image {
    margin: 1rem auto; }
  .cv__button-item {
    width: 84%;
    margin: .5rem auto 1rem;
    font-size: 3.4vw;
    letter-spacing: .1em; }
    .cv__button-item .font {
      font-size: 4vw; }
    .cv__button-item a {
      height: 10vw;
      padding-left: 8vw; }
    .cv__button-item01 a {
      background: #005cb7;
      box-shadow: 0 5px 0 #00467f; }
      .cv__button-item01 a::before {
        background-image: url("../images/icon_mail.svg");
        width: 6vw;
        height: 8vw;
        left: 10vw; }
    .cv__button-item02 a {
      background: #06c755;
      box-shadow: 0 5px 0 #0c9343; }
      .cv__button-item02 a::before {
        background-image: url("../images/icon_line.svg");
        width: 6vw;
        height: 8vw;
        left: 10vw; }
  @media screen and (min-width: 768px) {
    .cv {
      background-image: url("../images/cv-pc.png");
      padding: 2rem 0 3rem; }
      .cv__text {
        font-size: 1.5rem; }
        .cv__text .font {
          font-size: 2rem; }
          .cv__text .font02 {
            font-size: 1.7rem; }
        .cv__text02 {
          display: none; }
      .cv__tel {
        width: 60%; }
        .cv__tel a {
          font-size: 3.5rem;
          padding-left: 3rem;
          height: 6rem; }
          .cv__tel a::before {
            width: 2.5rem;
            height: 4rem;
            left: 4rem; }
      .cv__image {
        width: 60%; }
      .cv__button {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1rem; }
        .cv__button-item {
          width: 100%;
          margin: 1rem auto 0;
          font-size: 1.3rem; }
          .cv__button-item .font {
            font-size: 1.4rem; }
          .cv__button-item a {
            height: 4rem;
            padding-left: 2rem; }
          .cv__button-item01 a::before {
            width: 3rem;
            height: 2rem;
            left: 2rem; }
          .cv__button-item02 a::before {
            width: 2rem;
            height: 2rem;
            left: 2.5rem; } }

/* 全ブロック共通 */
.price,
.case,
.reason,
.area,
.voice,
.faq,
.step,
.contact {
  padding: 2rem 0; }
  @media screen and (min-width: 768px) {
    .price,
    .case,
    .reason,
    .area,
    .voice,
    .faq,
    .step,
    .contact {
      padding: 4rem 0; } }
  .price__inner,
  .case__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,
  .case__heading,
  .reason__heading,
  .area__heading,
  .voice__heading,
  .faq__heading,
  .step__heading,
  .contact__heading {
    font-size: 7.7vw;
    text-align: center;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 2rem; }
    .price__heading-image,
    .case__heading-image,
    .reason__heading-image,
    .area__heading-image,
    .voice__heading-image,
    .faq__heading-image,
    .step__heading-image,
    .contact__heading-image {
      width: 70%;
      margin: 0 auto .5rem; }
  @media screen and (min-width: 768px) {
    .price__heading,
    .case__heading,
    .reason__heading,
    .area__heading,
    .voice__heading,
    .faq__heading,
    .step__heading,
    .contact__heading {
      font-size: 2.3rem;
      margin-bottom: 2rem; }
      .price__heading-image,
      .case__heading-image,
      .reason__heading-image,
      .area__heading-image,
      .voice__heading-image,
      .faq__heading-image,
      .step__heading-image,
      .contact__heading-image {
        width: 23rem; } }

.price,
.area,
.faq {
  background: #6fdcff;
  background: linear-gradient(0deg, #ffaa7b 0%, white 100%); }

.case__heading,
.area__heading,
.voice__heading,
.faq__heading,
.step__heading {
  color: #565656; }

/* 各ブロック個別 */
.price__list-item {
  margin-bottom: 1rem;
  background: white;
  border-radius: 10px;
  padding: 1.5rem; }
  .price__list-item .top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: .5rem; }
    .price__list-item .top-item {
      display: flex;
      flex-direction: column; }
      .price__list-item .top-item .head,
      .price__list-item .top-item .text {
        text-align: center;
        font-size: 3.4vw;
        font-weight: 700; }
      .price__list-item .top-item .head {
        border-radius: 100rem;
        letter-spacing: .1em;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 7vw;
        width: 24vw;
        margin: 0 auto;
        position: relative;
        z-index: 2; }
      .price__list-item .top-item .text {
        line-height: 1.3;
        border-radius: 7px;
        margin: -1rem 0 1rem;
        padding: 1.5rem 0 1rem;
        flex: 1;
        display: flex;
        flex-direction: column; }
        .price__list-item .top-item .text02 {
          justify-content: center; }
      .price__list-item .top-item01 .head {
        background: #000000; }
      .price__list-item .top-item01 .text {
        background: #f4f4f4; }
      .price__list-item .top-item02 .head {
        background: #ff5c00; }
      .price__list-item .top-item02 .text {
        font-size: 3.8vw;
        background: #ffffc0;
        position: relative; }
        .price__list-item .top-item02 .text::before {
          position: absolute;
          content: "";
          background-image: url("../images/price_arrow.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          width: 3vw;
          height: 4.5vw;
          top: 0;
          bottom: 0;
          margin: auto;
          left: -1vw; }
  .price__list-item .bottom {
    margin-top: 1rem;
    text-align: center; }
    .price__list-item .bottom .head {
      background: #1473e6;
      border-radius: 100rem;
      letter-spacing: .1em;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 7vw;
      width: 24vw;
      margin: 0 auto;
      position: relative;
      z-index: 2;
      font-weight: 700;
      font-size: 3.4vw; }
    .price__list-item .bottom .text {
      background: #eefdff;
      border-radius: 7px;
      margin: -1rem 0 1rem;
      padding: 1.5rem 0 1rem; }
      .price__list-item .bottom .text .font {
        font-size: 13.5vw; }
      .price__list-item .bottom .text .yen {
        font-size: 7vw;
        font-weight: 700;
        position: relative; }
        .price__list-item .bottom .text .yen::before {
          position: absolute;
          content: "(税込)";
          color: #1473e6;
          font-weight: 700;
          font-size: 2vw;
          left: 50%;
          transform: translateX(-50%);
          width: 120%;
          top: -.5vw;
          text-align: center; }
.price__illust {
  width: 34%;
  margin: -.5rem auto;
  position: relative;
  top: .5rem; }
.price__logo {
  background: #ffffc0;
  border-radius: 10px;
  padding: 1.5rem; }
  .price__logo .text {
    text-align: center;
    font-size: 5vw;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.4;
    padding-bottom: 1rem; }
  .price__logo .box {
    background: white;
    border-radius: 7px;
    padding: 1rem; }
    .price__logo .box .head {
      text-align: center;
      font-weight: 700;
      font-size: 3.4vw;
      letter-spacing: .1em; }
      .price__logo .box .head .marker {
        background: linear-gradient(transparent 50%, #e6ff6c 50%); }
    .price__logo .box .list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 1.5rem;
      align-items: center;
      margin: 1rem auto 0; }
    .price__logo .box .note {
      font-size: 2.9vw;
      text-align: right; }
@media screen and (min-width: 768px) {
  .price__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem; }
    .price__list-item {
      border-radius: 20px; }
      .price__list-item .top {
        display: block; }
        .price__list-item .top-item .head,
        .price__list-item .top-item .text {
          font-size: 1.3rem; }
        .price__list-item .top-item .head {
          height: 2.5rem;
          width: 10rem; }
        .price__list-item .top-item .text {
          border-radius: 10px;
          flex: auto;
          align-items: center;
          justify-content: center;
          height: 6rem; }
        .price__list-item .top-item02 {
          margin-top: 2rem; }
          .price__list-item .top-item02 .text {
            font-size: 1.3rem; }
            .price__list-item .top-item02 .text::before {
              width: 2rem;
              height: 3rem;
              top: -4.5rem;
              bottom: auto;
              margin: 0;
              left: 50%;
              transform: translate(-50%) rotate(90deg); }
      .price__list-item .bottom .head {
        height: 2.5rem;
        width: 10rem;
        font-size: 1.3rem; }
      .price__list-item .bottom .text {
        border-radius: 10px; }
        .price__list-item .bottom .text .font {
          font-size: 3.5rem; }
        .price__list-item .bottom .text .yen {
          font-size: 2rem; }
          .price__list-item .bottom .text .yen::before {
            font-size: .6rem;
            top: -.25rem; }
  .price__illust {
    width: 8rem;
    margin: -.5rem auto;
    top: .5rem; }
  .price__logo {
    border-radius: 20px; }
    .price__logo .text {
      font-size: 1.7rem; }
    .price__logo .box {
      border-radius: 10px; }
      .price__logo .box .head {
        font-size: 1.5rem; }
      .price__logo .box .list {
        display: grid;
        grid-template-columns: repeat(5, 1fr); }
      .price__logo .box .note {
        font-size: .8rem;
        text-align: center; } }

.case .box {
  height: 100%;
  width: 90%;
  margin: 0 auto;
  background: white;
  border: 2px solid #ff5c00;
  border-radius: 10px;
  padding: 2rem; }
  .case .box .head {
    text-align: center;
    font-weight: 700;
    font-size: 5vw;
    padding: .5rem 0 1rem; }
    .case .box .head-sub .top {
      background: #ff5c00;
      color: white;
      border-radius: 100rem;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 34vw;
      height: 7vw;
      margin: 0 auto;
      text-align: center;
      font-weight: 700;
      letter-spacing: .1em;
      font-size: 3.4vw; }
    .case .box .head .small {
      font-size: 2.9vw; }
      .case .box .image {
        aspect-ratio: 1/1;
        overflow: hidden;
      }
  .case .box .list {
    padding-top: 1rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .case .box .list .title {
      border-radius: 100rem;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 4vw;
      height: 7vw;
      text-align: center;
      font-weight: 700;
      letter-spacing: .1em;
      font-size: 3.4vw;
      background: #000000; }
    .case .box .list .text {
      padding-left: .5rem;
      font-size: 3.1vw;
      letter-spacing: .1em;
      font-weight: 500; }
@media screen and (min-width: 768px) {
  .case .box {
    width: 94%;
    padding: 1.5rem;
    border-radius: 20px; }
    .case .box .head {
      font-size: 1.3rem;
      height: 5em;
      display: flex;
      flex-direction: column;
      justify-content: center;
      line-height: 1.4; }
      .case .box .head-sub .top {
        height: 2.5rem;
        width: 10rem;
        font-size: 1rem; }
      .case .box .head .small {
        font-size: .9rem; }
    .case .box .list .title {
      height: 2.5rem;
      font-size: .9rem;
      padding: 0 1rem; }
      
    .case .box .list .text {
      font-size: .9rem; } }

.reason {
  background-color: #ff9052;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f5b18b calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f5b18b calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  overflow: hidden; }
  .reason__heading {
    color: white; }
    .reason__heading-sub {
      font-size: 5vw;
      font-weight: 700;
      color: white;
      text-align: center;
      margin-bottom: .25rem; }
      .reason__heading-sub .logo img {
        width: 54vw; }
    .reason__heading .large {
      font-size: 10.5vw; }
  .reason__list-item {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1rem; }
    .reason__list-item .number {
      text-align: center;
      font-size: 3.4vw;
      letter-spacing: .1em; }
      .reason__list-item .number .clear {
        opacity: .5;
        font-size: 2.9vw; }
    .reason__list-item .head {
      text-align: center;
      font-size: 5vw;
      padding: .5rem 0;
      line-height: 1.3;
      font-weight: 700; }
      .reason__list-item .head .font {
        font-size: 5.2vw; }
    .reason__list-item .image {
      width: 70%;
      margin: 0 auto 1rem; }
    .reason__list-item .text {
      font-size: 3.4vw;
      text-align: justify;
      line-height: 1.8; }
  @media screen and (min-width: 768px) {
    .reason__heading-sub {
      font-size: 1.8rem;
      margin-bottom: -.5rem; }
      .reason__heading-sub .logo img {
        width: 17rem;
        margin-right: .25rem; }
    .reason__heading .large {
      font-size: 3.5rem; }
    .reason__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: .5rem; }
      .reason__list-item {
        border-radius: 20px; }
        .reason__list-item .number {
          font-size: 1.3rem; }
          .reason__list-item .number .clear {
            font-size: 1.1rem; }
        .reason__list-item .head {
          font-size: 1.5rem; }
          .reason__list-item .head .font {
            font-size: 1.5rem; }
        .reason__list-item .image {
          width: 76%;
          margin: 1rem auto; }
        .reason__list-item .text {
          font-size: 1rem; } }

.area__heading {
  margin-bottom: .5rem; }
.area__image {
  width: 80%;
  margin: .5rem auto 0;
  position: relative;
  right: -1.5vw; }
@media screen and (min-width: 768px) {
  .area__image {
    width: 46%;
    margin: 1.5rem auto 0;
    right: -1rem; } }

.voice {
  background: #eefdff; }
  .voice__list-item {
    background: #EA811E;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    position: relative; }
    .voice__list-item .head {
      color: white;
      font-weight: 700;
      font-size: 5vw;
      line-height: 1.3;
      padding-bottom: 1.25rem; }
    .voice__list-item .image {
      position: absolute;
      right: 0.5rem;
      top: -0.5rem;
      width: 27%; }
    .voice__list-item .text {
      background: white;
      border-radius: 8px;
      padding: 1.5rem;
      text-align: justify;
      line-height: 1.8;
      font-size: 3.4vw; }
      .voice__list-item .text .marker {
        background: #e6ff6c; }
  @media screen and (min-width: 768px) {
    .voice__heading {
      margin-bottom: 3rem; }
    .voice__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 1.5rem; }
      .voice__list-item {
        border-radius: 20px;
        padding: 5rem 1.5rem 1.5rem;
        margin-bottom: 3rem; }
        .voice__list-item:last-child {
          margin-bottom: 0; }
        .voice__list-item .head {
          font-size: 1.7rem;
          text-align: center; }
        .voice__list-item .image {
          right: auto;
          left: 50%;
          transform: translate(-50%);
          top: -2.5rem;
          width: 27%; }
        .voice__list-item .text {
          border-radius: 10px;
          font-size: 1rem; } }

.faq .accordion {
  margin: .5rem auto; }
  .faq .accordion .icon-q,
  .faq .accordion .icon-a {
    font-size: 6vw; }
  .faq .accordion .head,
  .faq .accordion .text {
    padding: 0 0 0 .5rem; }
  .faq .accordion .icon-q {
    color: #e6ff6c; }
  .faq .accordion .icon-a {
    color: #ff5c00; }
  .faq .accordion .text {
    line-height: 1.8;
    text-align: justify; }
.faq .accordion:not([open]) {
  margin-bottom: .5rem; }
.faq .accordion summary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: .75rem 2.5rem .75rem .75rem;
  background: #ff5c00;
  color: white;
  font-weight: 700;
  cursor: pointer;
  border-radius: 10px;
  font-size: 3.6vw; }
.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: 1.25rem;
  transform: rotate(90deg); }
.faq .accordion summary::after {
  transition: rotate .3s;
  position: absolute;
  right: 1.25rem; }
.faq .accordion[open] summary::after {
  transform: rotate(90deg); }
.faq .accordion div {
  transform: translateY(-10px);
  opacity: 0;
  margin-top: .25rem;
  padding: 1rem .75rem;
  transition: transform .5s, opacity .5s; }
.faq .accordion[open] div {
  transform: none;
  opacity: 1; }
.faq .answer {
  display: flex;
  justify-content: flex-start;
  background: white;
  border-radius: 10px;
  border: #1473e6 solid 2px; }
  .faq .answer .text {
    font-size: 3.4vw; }
@media screen and (min-width: 768px) {
  .faq .accordion {
    max-width: 800px;
    margin: 0 auto; }
    .faq .accordion .icon-q,
    .faq .accordion .icon-a {
      font-size: 1.5rem; }
    .faq .accordion .head,
    .faq .accordion .text {
      padding: 0 0 0 .5rem; }
  .faq .accordion summary {
    border-radius: 20px;
    font-size: 1.2rem; }
  .faq .accordion div {
    margin: .25rem 0 1rem;
    padding: 1rem 1.5rem 1rem .75rem; }
  .faq .answer {
    border-radius: 20px; }
    .faq .answer .text {
      font-size: 1rem; } }

.step {
  padding: 2rem 0 3rem; }
  .step__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem; }
    .step__list-item {
      background: #fff7ee;
      padding: 1rem; }
      .step__list-item .top {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .step__list-item .top .image {
          width: 22%; }
        .step__list-item .top-item {
          width: 74%; }
          .step__list-item .top-item .number {
            font-size: 3.4vw;
            letter-spacing: .1em; }
            .step__list-item .top-item .number .clear {
              opacity: .5;
              font-size: 2.9vw; }
          .step__list-item .top-item .head {
            font-size: 5vw;
            padding: .5rem 0 .75rem;
            font-weight: 700; }
            .step__list-item .top-item .head .marker {
              background: linear-gradient(transparent 50%, #e6ff6c 50%); }
          .step__list-item .top-item .text {
            font-size: 3.4vw;
            text-align: justify;
            line-height: 1.8; }
      .step__list-item .logo {
        margin: 1rem auto 0;
        width: 70%; }
  @media screen and (min-width: 768px) {
    .step {
      padding: 4rem 0 5rem; }
      .step__list {
        max-width: 800px;
        margin: 0 auto; }
        .step__list-item .top .image {
          width: 14%; }
        .step__list-item .top-item {
          width: 83%; }
          .step__list-item .top-item .number {
            font-size: 1.3rem; }
            .step__list-item .top-item .number .clear {
              font-size: 1.1rem; }
          .step__list-item .top-item .head {
            font-size: 1.7rem;
            padding: .5rem 0 .75rem; }
          .step__list-item .top-item .text {
            font-size: 1rem; }
        .step__list-item .logo {
          width: 45%; } }

/* contact */
.contact {
  background: #f4f4f4; }
  .contact__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    margin: -4rem auto 0; }
  @media screen and (min-width: 768px) {
    .contact__inner {
      margin: -6rem auto 0; } }

/*
	Footer
------------------------------------------------------------ */
.footer {
  background: #EA811E;
  color: white; }
  .footer__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    padding: 8vw 0 4vw; }
  .footer .company {
    width: fit-content;
    margin: 0 auto; }
    .footer .company__heading {
      width: 60%; }
    .footer .company__text {
      font-size: 3.1vw;
      line-height: 1.5;
      padding: 1rem 0; }
  .footer .copyright {
    padding: 0 0 40vw; }
    .footer .copyright__text {
      text-align: center;
      font-size: 2.9vw; }
  @media screen and (min-width: 768px) {
    .footer__inner {
      padding: 3rem 0 0; }
    .footer .company__heading {
      width: 15rem; }
    .footer .company__text {
      font-size: 1rem; }
    .footer .copyright {
      padding: 0 0 40vw; }
      .footer .copyright__text {
        text-align: center;
        font-size: 2.9vw; }
    .footer .copyright {
      padding: 2rem 0; }
      .footer .copyright__text {
        font-size: .9rem; } }

/* Floating area */
.floating {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #fcf2e1;
  padding: 20px 15px 20px; }
  .floating__heading {
    margin-bottom: 2vw; }
    .floating__button {
      display: flex;
      align-items: center;
      gap: 10px;
    }
  .floating__button-item {
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 60px;
    line-height: 54px;
  }
  .floating__button-item01 {
    flex: 1;
    background-color: #ff5c00;
    font-size: 22px;
    margin-top: 0;
  }
  .floating__button-item01 a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .floating__button-item01 img {
    width: 16px;
  }
  .floating__button-item02 {
    width: 54px;
    background-color: #F0A92E;
  }
  .floating__button-item03 {
    width: 54px;
    background-color: #06c755;
  }
  .floating__button-item02 img,
  .floating__button-item03 img {
    width: 20px;
    display: block;
    height: 54px;
    margin: auto;
  }
  @media screen and (min-width: 768px) {
    .floating {
      display: none; } }

.slide .swiper-slide {
  padding: 0; }
.slide .swiper-container {
  padding: 0 0 2rem; }
.slide .swiper-button-prev,
.slide .swiper-button-next {
  position: absolute;
  z-index: 2;
  width: 8vw;
  height: 8vw;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../images/cursor.svg");
  background-repeat: no-repeat; }
.slide .swiper-button-prev,
.slide .swiper-container-rtl .swiper-button-next {
  left: 3%;
  transform: rotate(180deg); }
.slide .swiper-button-next,
.slide .swiper-container-rtl .swiper-button-prev {
  right: 3%; }
@media screen and (min-width: 768px) {
  .slide .swiper-button-prev,
  .slide .swiper-button-next {
    display: none; } }
