@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: none; }
  .wrap .sp {
    display: none; }
  .wrap .number {
    font-family: "Oswald", sans-serif;
    font-weight: 600; }
  @media screen and (max-width: 768px) {
    .wrap .sp {
      display: block; }
    .wrap .pc {
      display: none; } }

/*
	Header
------------------------------------------------------------ */
.header {
  background: white;
  width: 100%;
  color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header__inner {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between; }
  .header__heading {
    width: 14rem;
    padding: .8rem 2rem; }
  .header__button {
    /* ▼横並べにする
    display: flex;
    align-items: center;
    justify-content: space-between;
    */
    /* ▼複数ボタンがあるとき、itemを使う
    &-item {
    	//▼2つのとき
    	//width: calc((100% - 1rem) / 2);
    }
    */ }
  @media screen and (max-width: 768px) {
    .header__heading {
      width: 40%;
      margin: 0 auto;
      padding: .5rem 0; }
    .header__button {
      display: none; } }

/* visual */
.visual {
  background-color: white;
  background-image: url("../images/visual_pc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 700; }


  .visual__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0;
    position: relative;
    margin-left: auto;
    margin-right: 90px;
}
  @media screen and (min-width: 1600px) {
	  .visual__inner {
		margin-left: 32.5vw;
	}
}

@media screen and (min-width: 770px) and (max-width: 1150px) {
  .visual__inner {
  margin-right: 0;
}
}
    .visual__inner::before {
      position: absolute;
      content: " ";
      background-image: url("../images/visual_image_pc.webp");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      width: 34rem;
      height: 37rem;
      bottom: 0;
      right: 0; }

  .visual__list {
    display: flex;
    align-items: stretch;
	}
    .visual__list-item {
      filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.5));
      position: relative;
      color: white;
      padding: 1rem 1.5rem;
      z-index: 2;
      letter-spacing: .3em;
      font-style: italic;
      font-size: 1.3rem;
      line-height: 0;
      margin: 0 .5rem 0 0; }
      .visual__list-item::before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        border-radius: 6px;
        background-color: #0d4eb6;
        transform: skewX(-15deg); }
  .visual__heading {
    width: 70%;
    position: relative;
	left: -2rem;
    top: -1rem;
}
  .visual__text {
    font-size: 1.2rem;
    position: relative;
    top: -1.5rem; }
    .visual__text .marker {
      background: #0d4eb6;
      color: white; }

  .visual__box {
    display: ;
    align-items: center;
    justify-content: space-between;  
}
    .visual__box-item {
      filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.5)); }
      .visual__box-item01 {
        width: 40%;
		  margin-top: 20px;
        background: white;
        border-radius: 20px;
        text-align: center;}
        .visual__box-item01 .marker {
          background: #ff8100;
          color: white;
          border-radius: 100rem;
          padding: 0 4rem .25rem;
          font-size: 1.8rem;
          line-height: 0; }
        .visual__box-item01 .number {
          font-size: 4.8rem;
          color: #ff8100;
          padding: 1rem 0 1.5rem; }
          .visual__box-item01 .number .unit {
            font-size: 2.5rem;
            position: relative; }
            .visual__box-item01 .number .unit::before {
              position: absolute;
              content: "（税込）";
              font-size: .8rem;
              font-weight: 700;
              top: 0;
              left: -.25rem; }
      .visual__box-item02 {
        width: 45%; }
  @media screen and (max-width: 768px) {
    .visual {
      background-image: url("../images/visual.webp"); }
      .visual__inner {
		  margin: 0 auto;
        padding: 5rem 0 3rem; }
	  
        .visual__inner::before {
      background-image: url("../images/visual_image.webp");
          width: 21rem;
          height: 29rem;
          right: -1.3rem; }
      .visual__list {
        justify-content: center;
        margin-left: .5rem; }
        .visual__list-item {
          font-size: 4.2vw; }
      .visual__heading {
        width: 100%;
        left: 0;
        top: -.5rem; }
      .visual__text {
        font-size: 4vw;
        text-align: left;
        line-height: 1.8em;
        top: 7rem;
	  left: 1rem;}
	  
      .visual__box {
        display: block;}
	  
        .visual__box-item01 {
          width: 58%;
          position: relative;
          top: -7.5rem;
	      left: 0.5rem;}
	  
          .visual__box-item01 .marker {
            padding: 0 2rem .25rem;
            font-size: 4.5vw; }
          .visual__box-item01 .number {
            font-size: 12vw; }
            .visual__box-item01 .number .unit {
              font-size: 8.5vw; }
              .visual__box-item01 .number .unit::before {
                font-size: 3vw;
                left: -.45rem; }
        .visual__box-item02 {
          width: 100%;
          padding: 0.5rem 0 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: #0d4eb6; }
  @media screen and (max-width: 768px) {
    .cv {
      padding: 8vw 0; } }
  .cv__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    max-width: 900px; }
  .cv__heading {
    text-align: center;
    font-size: 2.1rem;
    line-height: 1.5em;
    font-weight: 900;
    color: white;
    letter-spacing: .05em; }
    .cv__heading .yellow {
      color: #ffff00;
      font-size: 2.5rem; }
  .cv__image {
    width: 52%;
    margin: 1.5rem auto; }
  .cv__campaign {
    padding: 2rem 0 0; }
  .cv__button {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cv__button-item {
      filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.5)); }
      .cv__button-item a {
        border-radius: 100rem;
        text-align: center;
        display: block; }
      .cv__button-item01 {
        position: relative; }
        .cv__button-item01::before {
          z-index: 2;
          position: absolute;
          content: " ";
          background-image: url("../images/icon_push.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          width: 6rem;
          height: 6rem;
          bottom: -1.5rem;
          right: -1.5rem; }
        .cv__button-item01 a {
          position: relative; }
          .cv__button-item01 a .pop {
            filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.5));
            position: absolute;
            z-index: 2;
            width: 5rem;
            left: 0;
            top: -1rem; }
          .cv__button-item01 a .inner {
            padding: 1rem 6rem;
            overflow: hidden;
            background: #ff8100;
            position: relative;
            color: white;
            border-radius: 100rem; }
            .cv__button-item01 a .inner::after {
              animation: 3s 0s shine linear infinite;
              background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
              content: '';
              height: 100%;
              left: -100%;
              position: absolute;
              top: 0;
              transform: skewX(-25deg);
              width: 50%; }
@keyframes shine {
  20% {
    left: 150%; }
  100% {
    left: 150%; } }
          .cv__button-item01 a .number {
            font-size: 2.7rem; }
      .cv__button-item02 a {
        font-size: 1.1rem;
        background: white;
        color: #0d4eb6;
        position: relative;
        font-weight: 700;
        padding: 1.5rem 1.5rem 1.5rem 4.5rem;
        border: #0d4eb6 solid 3px; }
        .cv__button-item02 a::before {
          position: absolute;
          content: " ";
          background-image: url("../images/icon_web.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          width: 2rem;
          height: 2rem;
          top: 0;
          bottom: 0;
          margin: auto;
          left: 2rem; }
  @media screen and (max-width: 768px) {
    .cv__heading {
      font-size: 6vw; }
      .cv__heading .yellow {
        font-size: 7vw; }
    .cv__image {
      width: 100%; }
    .cv__button {
      display: block; }
      .cv__button-item a {
        width: 100%; }
      .cv__button-item01 {
        margin: 0 0 1rem; }
        .cv__button-item01::before {
          width: 4rem;
          height: 4rem;
          bottom: .15rem;
          right: -1rem; }
        .cv__button-item01 a .pop {
          width: 20%;
          left: -.7rem;
          top: -.5rem; }
        .cv__button-item01 a .inner {
          padding: 1rem 0;
          font-size: 3.5vw; }
        .cv__button-item01 a .number {
          font-size: 9.5vw; }
      .cv__button-item02 a {
        margin: 0 auto;
        width: 80%;
        font-size: 3.9vw;
        padding: 1.5rem 0 1.5rem 2.5rem; }
        .cv__button-item02 a::before {
          left: 1rem; } }

/* 全ブロック共通 */
.campaign,
.trouble,
.answer,
.reason,
.price,
.flow,
.area,
.voice,
.contents,
.faq,
.contact {
  padding: 4rem 0; }
  @media screen and (max-width: 768px) {
    .campaign,
    .trouble,
    .answer,
    .reason,
    .price,
    .flow,
    .area,
    .voice,
    .faq,
    .contact {
      padding: 8vw 0; } }
  .campaign__inner,
  .trouble__inner,
  .answer__inner,
  .reason__inner,
  .price__inner,
  .flow__inner,
  .area__inner,
  .voice__inner,
  .faq__inner,
  .contact__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto; }
  .campaign__text,
  .trouble__text,
  .answer__text,
  .reason__text,
  .price__text,
  .flow__text,
  .area__text,
  .voice__text,
  .faq__text,
  .contact__text {
    line-height: 1.8em;
    text-align: justify; }
  .campaign__image,
  .trouble__image,
  .answer__image,
  .reason__image,
  .price__image,
  .flow__image,
  .area__image,
  .voice__image,
  .faq__image,
  .contact__image {
    text-align: center; }

/* 各ブロック個別 */
.campaign {
  background-color: white;
  background-image: url("../images/campaign_pc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0; }
  .campaign__image {
    margin: 0 auto;
    width: 55%; }
  @media screen and (max-width: 768px) {
    .campaign {
      background-image: url("../images/campaign.webp"); }
      .campaign__image {
        width: 100%; } }


.trouble {
  background: #ebebeb;
  position: relative;
  padding: 4rem 0 0; }
  .trouble::before {
    content: "";
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 100px solid #ebebeb; }
  .trouble__heading {
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: .05em;
    line-height: 1.4em; }
    .trouble__heading img {
      width: 18rem;
      vertical-align: text-top; }
  .trouble__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    margin: 2rem auto 0;
    max-width: 790px; }
    .trouble__list-item {
      width: calc((100% - 3rem) /2);
      position: relative;
      font-size: 1rem;
      color: #787878;
      font-weight: 700;
      padding: .8rem 0 .8rem 2.5rem; }
      .trouble__list-item::before {
        position: absolute;
        content: " ";
        background-image: url("../images/icon_check.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 2rem;
        height: 2rem;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0; }
  @media screen and (max-width: 768px) {
    .trouble {
      padding: 2rem 0 0; }
      .trouble::before {
        border-top: 56px solid #ebebeb; }
      .trouble__heading {
        font-size: 7vw; }
        .trouble__heading img {
          width: 53%;
          vertical-align: bottom;
          margin-bottom: .25rem; }
      .trouble__list {
        display: block;
        margin: 1rem auto;
        padding: 0 0 1rem; }
        .trouble__list-item {
          width: 87%;
          margin: 0 auto;
          font-size: 4.2vw;
          padding: .8rem 0 .8rem 2.5rem; }
          .trouble__list-item::before {
            width: 1.8rem;
            height: 1.8rem; } }

.answer {
  margin: 6rem 0 0;
  padding: 2rem 0 4rem;
  background-color: white;
  background-image: url("../images/trouble.webp");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 43%;
  position: relative; }
  .answer__heading {
    text-align: center;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.8em; }
    .answer__heading img {
      width: 18rem;
      vertical-align: text-bottom; }
    .answer__heading .blue {
      font-size: 3.1rem;
      font-weight: 900;
      color: #007fde; }
    .answer__heading .marker {
      background: linear-gradient(transparent 70%, #ffff00 70%); }
  .answer__image {
    position: absolute;
    right: 16%;
    left: 64%;
    bottom: 0;
    width: 35vw;
    max-width: 25rem; }
  @media screen and (max-width: 768px) {
    .answer {
      margin: 4rem 0 0;
      padding: 2rem 0 15rem;
      background-color: white;
      background-image: url("../images/trouble.webp");
      background-position: left bottom;
      background-repeat: no-repeat;
      background-size: 100%;
      position: relative; }
      .answer__heading {
        font-size: 6vw; }
        .answer__heading img {
          width: 68%; }
        .answer__heading .blue {
          font-size: 10vw; }
      .answer__image {
        right: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 76%; } }

.reason {
  background: #d2e6fa; }

  .reason__heading {
    width: 66%;
    margin: 0 auto; }


.mt30{margin-top: 30px;}
.mt40{margin-top: 30px;}
.mt50{margin-top: 30px;}
.mt60{margin-top: 30px;}

.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 30px;}
.mb50{margin-bottom: 30px;}
.mb60{margin-bottom: 30px;}

  .reason__box {
    padding: 3rem 0 0; }
    .reason__box-item {
      background: white;
      border-radius: 40px;
      position: relative;
      padding: 2rem 3rem;
      max-width: 950px;
      margin: 0 auto 2rem; }
      .reason__box-item01 {
        border: 5px solid #007fde; }
        .reason__box-item01 .head {
          color: #007fde; }
      .reason__box-item02 {
        border: 5px solid #0fc287; }
        .reason__box-item02 .head {
          color: #0fc287; }
      .reason__box-item03 {
        border: 5px solid #ff8100; }
        .reason__box-item03 .head {
          color: #ff8100; }
      .reason__box-item .point {
        position: absolute;
        left: 3rem;
        top: -1rem;
        width: 16%; }
      .reason__box-item .head {
        text-align: center;
        font-size: 1.7rem;
        font-weight: 700;
        margin: 0 0 2rem; }
        .reason__box-item .head .number {
          font-size: 2.1rem;
          letter-spacing: .05em;
          margin-left: .25rem; }
      .reason__box-item .ditail {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        .reason__box-item .ditail .image {
          width: 47%; }
        .reason__box-item .ditail .text {
          width: 47%;
          text-align: justify;
          line-height: 1.5em; }
  @media screen and (max-width: 768px) {
    .reason__heading {
      width: 90%; }
    .reason__box {
      padding: 3rem 0 0; }
      .reason__box-item {
        padding: 2rem; }
        .reason__box-item .point {
          left: -1rem;
          width: 35%; }
        .reason__box-item .head {
          font-size: 6vw;
          line-height: 1.3em;
          margin: 0 0 2rem 4rem; }
          .reason__box-item .head .number {
            font-size: 7.5vw; }
        .reason__box-item .ditail {
          display: block; }
          .reason__box-item .ditail .image {
            width: 100%; }
          .reason__box-item .ditail .text {
            width: 100%;
            margin: 1rem 0 0; } }

.price__heading {
  width: 60%;
  margin: 0 auto; }
.price__text {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 2rem 0; }
  .price__text .frame {
    position: relative;
    color: white;
    padding: 0 1.8rem .1rem 1.5rem;
    z-index: 2;
    font-style: italic;
    line-height: 0;
    margin: 0 .5rem 0 0; }
    .price__text .frame::before {
      content: " ";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      border-radius: 6px;
      background-color: #0d4eb6;
      transform: skewX(-15deg); }
.price__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: wrap;
  max-width: 950px;
  margin: 0 auto; }
  .price__list-item {
    filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.5));
    background: white;
    border-radius: 20px;
    width: calc((100% - 3rem) /2);
    margin: 0 0 2rem; }
    .price__list-item img {
      border-radius: 20px 20px 0 0; }
    .price__list-item .head {
      font-weight: 900;
      font-size: 1.6rem;
      text-align: center;
      margin: 1.5rem 0 0; }
      .price__list-item .head .blue {
        color: #007fde;
        font-size: 2.1rem; }
    .price__list-item .text {
      text-align: justify;
      padding: 1rem 2rem;
      font-size: 1.1rem;
      line-height: 1.5em; }
    .price__list-item .money {
      text-align: center;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      color: #ff8100;
      padding: 0 0 2rem; }
      .price__list-item .money .title {
        font-weight: 500;
        border: #ff8100 solid 2px;
        font-size: .9rem;
        padding: .2rem;
        line-height: 1.1em;
        margin-right: .25rem; }
      .price__list-item .money .number {
        font-size: 5.5rem; }
      .price__list-item .money .unit {
        font-size: 2.8rem;
        font-weight: 700;
        position: relative; }
        .price__list-item .money .unit::before {
          position: absolute;
          content: "（税込）";
          font-size: .8rem;
          font-weight: 700;
          top: -.7rem;
          left: -.25rem; }
@media screen and (max-width: 768px) {
  .price__heading {
    width: 90%; }
  .price__text {
    font-size: 4.5vw; }
    .price__text .frame {
      padding: 0 1.5rem .1rem 1.1rem;
      margin: 0 .25rem 0 0; }
  .price__list {
    display: block; }
    .price__list-item {
      width: 100%; }
      .price__list-item .head {
        font-size: 6vw; }
        .price__list-item .head .blue {
          font-size: 7.5vw; }
      .price__list-item .text {
        font-size: 4vw; }
      .price__list-item .money .title {
        font-size: 3.5vw; }
      .price__list-item .money .number {
        font-size: 19vw; }
      .price__list-item .money .unit {
        font-size: 9vw; }
        .price__list-item .money .unit::before {
          font-size: 3.5vw; } }

.flow {
  background: #e5f2fc; }
  .flow__inner {
    max-width: 700px; }
  .flow__heading {
    width: 66%;
    margin: 0 auto; }
  .flow__list-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #007fde;
    padding: 2rem 0;
    position: relative; }
    .flow__list-item::before {
      position: absolute;
      content: " ";
      width: 1.5rem;
      aspect-ratio: 1/cos(30deg);
      clip-path: polygon(50% 100%, 100% 0, 0 0);
      background: #007fde;
      left: 50%;
      transform: translateX(-50%);
      bottom: -.8rem; }
    .flow__list-item .image {
      width: 14%; }
    .flow__list-item .detail {
      width: 86%;
      margin-left: 1rem; }
      .flow__list-item .detail .number {
        color: #007fde; }
      .flow__list-item .detail .head {
        font-size: 1.4rem;
        font-weight: 700;
        padding: .25rem 0 .8rem; }
      .flow__list-item .detail .text {
        font-size: 1.1rem;
        text-align: justify;
        font-weight: 500;
        line-height: 1.5em; }
    .flow__list-item05 {
      border-bottom: none;
      padding: 2rem 0 1rem; }
      .flow__list-item05::before {
        display: none; }
      .flow__list-item05 .detail .number {
        color: #ff8100; }
  .flow__image {
    width: 50%;
    margin: 0 0 0 6.2rem; }
  @media screen and (max-width: 768px) {
    .flow__heading {
      width: 90%; }
    .flow__list-item::before {
      width: 1.5rem;
      aspect-ratio: 1/cos(30deg);
      bottom: -.8rem; }
    .flow__list-item .image {
      width: 30%; }
    .flow__list-item .detail {
      width: 70%;
      margin-left: 1rem; }
      .flow__list-item .detail .head {
        font-size: 4.8vw; }
      .flow__list-item .detail .text {
        font-size: 3.8vw;
        line-height: 1.8em; }
    .flow__image {
      width: 100%;
      margin: 0 auto 1rem; } }

.area__heading, .area__image {
  width: 50%;
  margin: 0 auto; }
.area__image {
  margin: 2rem auto 0; }
@media screen and (max-width: 768px) {
  .area__heading {
    width: 90%;
    margin: 0; }
  .area__image {
    width: 80%;
    margin: 2rem auto 0; } }

.voice {
  background-color: white;
  background-image: url("../images/voice_pc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .voice__heading {
    color: white;
    text-align: center;
    font-size: 3.3rem;
    font-style: italic;
    font-weight: 900;
    position: relative; }
    .voice__heading::before {
      position: absolute;
      content: "";
      width: 5rem;
      height: 3px;
      display: inline-block;
      background-color: white;
      bottom: -2rem;
      left: 50%;
      transform: translateX(-50%); }
  .voice__list {
    padding: 4rem 0 2rem;
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    .voice__list-item {
      width: 32%;
      background: white;
      border-radius: 20px;
      padding: 2rem 1.5rem;
      position: relative; }
      .voice__list-item::before {
        position: absolute;
        content: " ";
        width: 2rem;
        aspect-ratio: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        background: white;
        bottom: -1.2rem;
        left: 3rem; }
      .voice__list-item .prof {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start; }
        .voice__list-item .prof .image {
          width: 46%; }
        .voice__list-item .prof img {
          border-radius: 100rem; }
        .voice__list-item .prof .name {
          font-size: .7rem;
          font-weight: 500;
          padding: 0 0 2rem; }
        .voice__list-item .prof .list {
          margin-left: .5rem;
          width: 54%; }
          .voice__list-item .prof .list-item {
            font-weight: 700;
            text-align: center;
            background: #007fde;
            border-radius: 100rem;
            color: white;
            font-size: .9rem;
            margin: 0 0 .25rem;
            padding: .25rem 0 .35rem; }
      .voice__list-item .text {
        font-size: .9rem;
        text-align: justify;
        font-weight: 500;
        line-height: 1.5em;
        margin: 1rem 0 0; }
  @media screen and (max-width: 768px) {
    .voice {
      background-image: url("../images/voice.webp"); }
      .voice__heading {
        font-size: 9vw; }
      .voice__list {
        padding: 4rem 0 2rem;
        display: block; }
        .voice__list-item {
          width: 100%;
          padding: 2rem;
          margin: 0 0 2rem; }
          .voice__list-item::before {
            position: absolute;
            content: " ";
            width: 2rem;
            aspect-ratio: 1;
            clip-path: polygon(0 0, 100% 0, 100% 100%);
            background: white;
            bottom: -1.2rem;
            left: 3rem; }
          .voice__list-item02::before {
            position: absolute;
            content: " ";
            width: 2rem;
            aspect-ratio: 1;
            clip-path: polygon(0 0, 100% 0, 0 100%);
            background: white;
            bottom: -1.2rem;
            right: 3rem;
            left: auto; }
          .voice__list-item .prof {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start; }
            .voice__list-item .prof .image {
              width: 34%; }
            .voice__list-item .prof .name {
              font-size: 3.5vw;
              padding: 1rem 0 .5rem;
              width: 100%; }
            .voice__list-item .prof .list {
              width: 66%;
              display: flex;
              align-items: center;
              justify-content: space-between;
              flex-flow: wrap;
              margin-left: 1rem; }
              .voice__list-item .prof .list-item {
                width: 49%;
                font-size: 3.4vw;
                padding: 0.35rem 0; }
          .voice__list-item02 .prof {
            flex-flow: row-reverse; }
            .voice__list-item02 .prof .list {
              margin-left: 0;
              margin-right: 1rem; }
          .voice__list-item .text {
            font-size: 3.85vw; } }

.faq {
  background: #ebebeb; }
  .faq__heading {
    color: #007fde;
    text-align: center;
    font-size: 3.3rem;
    font-style: italic;
    font-weight: 900;
    position: relative; }
    .faq__heading::before {
      position: absolute;
      content: "";
      width: 5rem;
      height: 3px;
      display: inline-block;
      background-color: #007fde;
      bottom: -2rem;
      left: 50%;
      transform: translateX(-50%); }
  .faq__list {
    max-width: 700px;
    margin: 0 auto;
    padding: 4rem 0 2rem; }
    .faq__list-item {
      margin: 0 0 1.5rem; }
    .faq__list .head,
    .faq__list .detail {
      border-radius: 10px;
      padding: 1rem 0  1.5rem 1rem;
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      overflow: hidden; }
      .faq__list .head::before,
      .faq__list .detail::before {
        position: absolute;
        content: " ";
        width: 2px;
        height: -webkit-fill-available;
        top: 0;
        left: 3rem; }
    .faq__list .head {
      background: #007fde;
      color: white;
      font-size: 1.2rem;
      font-weight: 700;
      margin: 0 0 .5rem; }
      .faq__list .head::before {
        background: white; }
    .faq__list .catch,
    .faq__list .text {
      padding: 0 1.4rem 0 1.8rem; }
    .faq__list .text {
      line-height: 1.5em;
      text-align: justify; }
    .faq__list .detail {
      background: white; }
      .faq__list .detail::before {
        background: #007fde; }
    .faq__list .icon {
      font-size: 2rem; }
      .faq__list .icon-a {
        color: #007fde; }
  @media screen and (max-width: 768px) {
    .faq__heading {
      font-size: 9vw; }
    .faq__list .head,
    .faq__list .detail {
      border-radius: 5px; }
    .faq__list .catch,
    .faq__list .text {
      padding: 0 1.4rem 0 2rem; }
    .faq__list .head {
      font-size: 4.2vw; }
    .faq__list .text {
      font-size: 3.5vw; }
    .faq__list .icon {
      font-size: 7vw; } }

/* contact */
.contact__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  max-width: 700px; }
.contact__heading {
  color: #0d4eb6;
  text-align: center;
  font-size: 3.3rem;
  font-style: italic;
  font-weight: 900;
  position: relative; }
  .contact__heading::before {
    position: absolute;
    content: "";
    width: 5rem;
    height: 3px;
    display: inline-block;
    background-color: #0d4eb6;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%); }
  .contact__heading-sub {
    background: #0d4eb6;
    color: white;
    text-align: center;
    border-radius: 100rem;
    font-size: 1.3rem;
    font-weight: 700;
    padding: .8rem 0;
    margin: 0 0 1.2rem;
    position: relative; }
    .contact__heading-sub::before {
      position: absolute;
      content: " ";
      width: 1.5rem;
      aspect-ratio: 1/cos(30deg);
      clip-path: polygon(50% 100%, 100% 0, 0 0);
      background: #0d4eb6;
      left: 50%;
      transform: translateX(-50%);
      bottom: -.8rem; }
@media screen and (max-width: 768px) {
  .contact__heading {
    font-size: 9vw; }
    .contact__heading-sub {
      font-size: 4.5vw;
      line-height: 1.3em;
      padding: .8rem 0 1rem; } }

/*
	Footer
------------------------------------------------------------ */
.footer {
  background: #000000;
  color: white; }
  .footer__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0;
    max-width: 30rem; }
  .footer__company .head {
    width: 46%;
    margin: 1rem auto 2rem; }
  .footer__company .list-item {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    margin: 0 0 .5rem;
    line-height: 1.3em; }
  .footer__company .list .head {
    width: 5rem;
    margin: 0; }
  @media screen and (max-width: 768px) {
    .footer__inner {
      max-width: 72%; }
    .footer__company .head {
      width: 70%; }
    .footer__company .list .head {
      width: 27%; } }

.copyright {
  background: transparent;
  padding: 2rem 0 13rem; }
  .copyright__text {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.8em;
    text-align: center; }

/* Floating area */
.floating {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #ff8100;
  padding: 1rem 0 .25rem; }
  .floating__text {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center; }
    .floating__text .number {
      font-size: 1.6rem;
      letter-spacing: .04em;
      margin-left: .25rem; }
  .floating__button {
    filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.5));
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto; }
    .floating__button-item a {
      display: block;
      border-radius: 15px; }
    .floating__button-item01 {
      position: relative;
      margin: 0 1rem 0 0; }
      .floating__button-item01 .icon {
        position: absolute;
        width: 14%;
        height: max-content;
        top: 0;
        bottom: 0;
        left: 3.5rem;
        margin: auto; }
      .floating__button-item01 a {
        background: white;
        border: #ff8100 solid 3px;
        padding: 1.6rem 4rem 1.6rem 6rem;
        font-size: 1.3rem;
        font-weight: 700;
        color: #ff8100; }
    .floating__button-item02 {
      position: relative; }
      .floating__button-item02::before {
        z-index: 2;
        position: absolute;
        content: " ";
        background-image: url("../images/icon_push.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 5rem;
        height: 5rem;
        bottom: -1rem;
        right: -1.5rem; }
      .floating__button-item02 a {
        position: relative; }
        .floating__button-item02 a .number {
          font-size: 2.7rem; }
        .floating__button-item02 a .pop {
          position: absolute;
          right: -3rem;
          z-index: 2;
          width: 21%;
          top: -4.5rem; }
        .floating__button-item02 a .inner {
          padding: .8rem 6rem;
          overflow: hidden;
          background: #0d4eb6;
          color: white;
          position: relative;
          border-radius: 15px; }
          .floating__button-item02 a .inner::after {
            animation: 3s 0s shine linear infinite;
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
            content: '';
            height: 100%;
            left: -100%;
            position: absolute;
            top: 0;
            transform: skewX(-25deg);
            width: 50%; }
@keyframes shine {
  20% {
    left: 150%; }
  100% {
    left: 150%; } }
  @media screen and (max-width: 768px) {
    .floating__text {
      font-size: 4vw;
      line-height: 1.3em; }
      .floating__text .number {
        font-size: 4.8vw; }
    .floating__button {
      justify-content: space-between;
      margin: .5rem auto; }
      .floating__button-item a {
        border-radius: 7px; }
      .floating__button-item01 {
        width: 32%; }
        .floating__button-item01 .icon {
          width: 30%;
          top: .5rem;
          bottom: auto;
          left: 50%;
          transform: translateX(-50%); }
        .floating__button-item01 a {
          padding: 2.5rem 0 .5rem;
          text-align: center;
          font-size: 4.2vw; }
      .floating__button-item02 {
        width: 66%; }
        .floating__button-item02::before {
          width: 12vw;
          height: 12vw;
          transform: rotate(22deg);
          bottom: -.5rem;
          right: -1rem; }
        .floating__button-item02 a .pop {
          right: -.75rem;
          width: 32%;
          top: -4.5rem; }
        .floating__button-item02 a .inner {
          padding: .8rem 0 .8rem 1rem;
          font-size: 3.2vw;
          border-radius: 7px; }
        .floating__button-item02 a .number {
          font-size: 8vw; } }
