@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: "Jost", sans-serif;
    font-style: normal; }
  .wrap .yellow {
    color: #eeff54; }
  @media screen and (min-width: 768px) {
    .wrap .pc {
      display: block; }
    .wrap .sp {
      display: none; } }

/*
	Header
------------------------------------------------------------ */
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header__inner {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between; }
  .header__heading {
    margin: 0 auto;
    width: 60%;
    padding: 1rem; }
  .header__button {
    display: none; }
  @media screen and (min-width: 768px) {
    .header {
      position: fixed; }
      .header__inner {
        padding: 1rem; }
      .header__heading {
        margin: 0;
        width: 12rem;
        padding: 0; }
      .header__button {
        display: flex;
        justify-content: space-between; }
        .header__button-item a {
          height: 3rem;
          border-radius: 100rem;
          display: flex;
          flex-flow: column;
          width: 100%;
          color: white;
          text-align: center;
          font-weight: 700;
          align-items: center;
          justify-content: center; }
        .header__button-item01 {
          width: 68%; }
          .header__button-item01 a {
            background: #ff8536;
            font-size: 1.4rem; }
            .header__button-item01 a .font {
              width: 100%;
              font-weight: 600; }
        .header__button-item02 {
          width: 15rem;
          margin-right: 1rem; }
          .header__button-item02 a {
            background: #06c755;
            font-size: 1.1rem;
            line-height: 1.3; } }

/* visual */
.visual {
  background-color: white;
  background-image: url("../images/visual.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover; }
  .visual__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    padding: 4rem 0 2rem; }
  .visual__heading {
    width: 94%;
    margin: 0 auto 1rem; }
  .visual__text {
    font-size: 4.3vw;
    font-weight: 700;
    letter-spacing: .1em;
    color: white;
    line-height: 1.8; }
    .visual__text-item .marker {
      padding: 0 .15rem;
      background: #0074f2; }
  .visual__box {
    background: white;
    border-radius: 5px;
    padding: .75rem;
    width: 54%;
    margin: 1rem 0; }
    .visual__box .text {
      font-size: 2.9vw;
      font-weight: 700;
      line-height: 1.2;
      text-align: center;
      margin-bottom: .5rem; }
  .visual__bottom {
    text-align: center;
    letter-spacing: .1em;
    font-weight: 700;
    color: white;
    background: #0074f2;
    padding: 1rem 0; }
  @media screen and (min-width: 768px) {
    .visual {
      background-image: url("../images/visual-pc.webp"); }
      .visual__inner {
        position: relative;
        z-index: 2;
        padding: 5rem 0 3rem; }
        .visual__inner::before {
          position: absolute;
          content: "";
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          background-image: url("../images/visual_image.webp");
          width: 47%;
          height: 26rem;
          right: 0;
          bottom: 4.5rem;
          z-index: -1; }
      .visual__heading {
        width: 50%;
        margin: 0 0 1rem; }
      .visual__text {
        width: 50%;
        text-align: center;
        font-size: 1.4rem; }
      .visual__box {
        border-radius: 10px;
        position: absolute;
        right: 0;
        bottom: 2rem;
        width: 46%;
        margin: 0; }
        .visual__box .text {
          font-size: 1.1rem; }
        .visual__box .image {
          width: 60%;
          margin: 0 auto; }
      .visual__appeal {
        position: absolute;
        right: 0;
        bottom: 8rem;
        width: 47%; }
      .visual__bottom {
        font-size: 1.2rem; } }

/*
	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;
  padding: 2rem 0 4rem;
  background: #5ED19B;
  background: linear-gradient(-120deg, #5ed19b 0%, #2ab4ff 100%); }
  @media screen and (min-width: 768px) {
    .cv {
      padding: 4rem 0; } }
  .cv__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto; }
  .cv__heading {
    text-align: center;
    font-size: 5.6vw;
    font-weight: 700;
    color: white;
    line-height: 1.5;
    padding-top: 2rem; }
    .cv__heading .large {
      font-size: 6.8vw; }
  .cv__appeal {
    margin: 1rem auto; }
  .cv__button {
    background: white;
    border-radius: 15px;
    padding: 1.5rem 2rem; }
    .cv__button-item a {
      border-radius: 100rem;
      display: flex;
      flex-flow: column;
      width: 100%;
      color: white;
      text-align: center;
      font-weight: 700;
      align-items: center;
      justify-content: center; }
    .cv__button-item01 .text {
      font-size: 2.9vw;
      font-weight: 700;
      text-align: right;
      color: #ff8536;
      letter-spacing: .08em;
      margin: 0 .5rem .35rem 0; }
      .cv__button-item01 .text .small {
        font-size: 2.4vw; }
      .cv__button-item01 .text .strong {
        position: relative;
        font-size: 3.6vw; }
        .cv__button-item01 .text .strong::before {
          position: absolute;
          content: "・";
          color: #ff8536;
          text-align: center;
          top: -.4rem;
          left: 50%;
          transform: translateX(-50%); }
    .cv__button-item01 a {
      background: #ff8536;
      font-size: 7.8vw;
      height: 4rem;
      padding-left: 2.5rem;
      position: relative; }
      .cv__button-item01 a .small {
        width: 100%;
        font-size: 2.4vw; }
      .cv__button-item01 a .font {
        width: 100%;
        font-weight: 600; }
      .cv__button-item01 a::before {
        position: absolute;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: url("../images/cv_comment.svg");
        width: 18vw;
        height: 18vw;
        left: -1rem;
        top: -1.5rem; }
    .cv__button-item02 {
      width: 74%;
      margin: 1rem auto 0; }
      .cv__button-item02 a {
        background: #06c755;
        font-size: 4.3vw;
        height: 3rem;
        position: relative; }
        .cv__button-item02 a::after {
          transform: rotate(45deg);
          width: 2vw;
          height: 2vw;
          right: 1.5rem;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          content: "";
          position: absolute; }
  @media screen and (min-width: 768px) {
    .cv {
      padding: 3rem 0 6rem; }
      .cv__heading {
        font-size: 1.8rem;
        padding-top: 2rem; }
        .cv__heading .large {
          font-size: 2.2rem; }
      .cv__appeal {
        margin: 1rem auto;
        width: 60%; }
      .cv__button {
        border-radius: 30px;
        padding: 1.5rem 2rem; }
        .cv__button-item01 {
          width: 70%;
          margin: 0 auto; }
          .cv__button-item01 .text {
            font-size: 1.3rem;
            text-align: center;
            margin: 0 0 1rem; }
            .cv__button-item01 .text .small {
              font-size: .9rem; }
            .cv__button-item01 .text .strong {
              font-size: 1.3rem; }
              .cv__button-item01 .text .strong::before {
                top: -.5rem;
                font-size: 1rem; }
          .cv__button-item01 a {
            font-size: 3.4rem;
            height: 6rem;
            padding-left: 0; }
            .cv__button-item01 a .small {
              font-size: 1.1rem; }
            .cv__button-item01 a::before {
              width: 7rem;
              height: 7rem;
              left: -2rem;
              top: -1.5rem; }
        .cv__button-item02 {
          width: 42%; }
          .cv__button-item02 a {
            font-size: 1.4rem;
            height: 4rem; }
            .cv__button-item02 a::after {
              width: 1rem;
              height: 1rem;
              right: 1.5rem; } }

/* 全ブロック共通 */
.intro,
.about,
.reason,
.step,
.voice,
.area,
.faq {
  padding: 2rem 0; }
  @media screen and (min-width: 768px) {
    .intro,
    .about,
    .reason,
    .step,
    .voice,
    .area,
    .faq {
      padding: 4rem 0; } }
  .intro__inner,
  .about__inner,
  .reason__inner,
  .step__inner,
  .voice__inner,
  .area__inner,
  .faq__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto; }
  .intro__heading,
  .about__heading,
  .reason__heading,
  .step__heading,
  .voice__heading,
  .area__heading,
  .faq__heading {
    text-align: center;
    font-size: 7.7vw;
    line-height: 1.3;
    letter-spacing: .1em;
    font-weight: 700;
    color: #2abca7;
    padding-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .intro__heading,
    .about__heading,
    .reason__heading,
    .step__heading,
    .voice__heading,
    .area__heading,
    .faq__heading {
      font-size: 2.2rem;
      padding-bottom: 2rem; } }

.intro,
.step,
.area,
.footer {
  position: relative;
  z-index: 2; }
  .intro::before,
  .step::before,
  .area::before,
  .footer::before {
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 29vw;
    left: 0;
    top: -2.5rem;
    z-index: -1; }
  @media screen and (min-width: 768px) {
    .intro::before,
    .step::before,
    .area::before,
    .footer::before {
      height: 13vw;
      top: -3.5rem; } }

.reason,
.voice,
.faq {
  position: relative;
  z-index: 2; }
  .reason::before,
  .voice::before,
  .faq::before {
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 29vw;
    left: 0;
    bottom: -2.5rem;
    z-index: -1; }
  @media screen and (min-width: 768px) {
    .reason::before,
    .voice::before,
    .faq::before {
      height: 13vw;
      bottom: -3.5rem; } }

/* 各ブロック個別 */
.intro {
  padding: 1rem 0 0;
  background: #eefff9; }
  .intro::before {
    background-image: url("../images/bg_01.svg"); }
  .intro__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 .5rem; }
    .intro__box .image {
      width: 40%;
      padding-right: 1rem; }
    .intro__box .list {
      width: 60%; }
      .intro__box .list-item {
        position: relative;
        font-size: 4vw;
        font-weight: 500;
        line-height: 1.3;
        padding: 0 0 .5rem 1.5rem; }
        .intro__box .list-item::before {
          position: absolute;
          content: "";
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          background-image: url("../images/intro_icon.svg");
          width: 4vw;
          height: 4vw;
          left: 0;
          top: 1vw; }
  @media screen and (min-width: 768px) {
    .intro::before {
      background-image: url("../images/bg_01-pc.svg"); }
    .intro__box {
      justify-content: center;
      padding: 0 0 .5rem; }
      .intro__box .image {
        width: 18%; }
      .intro__box .list {
        width: fit-content; }
        .intro__box .list-item {
          font-size: 1.2rem;
          padding: 0 0 .5rem 1.5rem; }
          .intro__box .list-item::before {
            width: 1.2rem;
            height: 1.2rem;
            top: -.5rem;
            bottom: 0;
            margin: auto; } }

.about {
  background: #43d1c0;
  position: relative;
  z-index: 2;
  padding: 4rem 0 2rem; }
  .about::before {
    position: absolute;
    content: "";
    width: 100%;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 10%, 100% 0, 0 0);
    background: #eefff9;
    top: -1px; }
  .about__heading {
    color: white;
    font-size: 5.8vw; }
  .about__list {
    display: grid;
    grid-gap: .5rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 0 1rem; }
    .about__list-item .image img {
      border-radius: 5px; }
    .about__list-item .text {
      margin-top: .5rem;
      border-radius: 5px;
      color: white;
      background: #0074f2;
      font-weight: 700;
      font-size: 3.1vw;
      text-align: center;
      padding: .5rem 0; }
  .about__text {
    font-size: 4.3vw;
    font-weight: 700;
    letter-spacing: .1em;
    color: white;
    line-height: 1.3;
    text-align: center;
    padding: 4rem 0 2rem;
    position: relative; }
    .about__text .yellow {
      font-size: 5.5vw; }
    .about__text::before {
      z-index: -1;
      position: absolute;
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url("../images/about_bg.svg");
      width: 100%;
      height: 46vw;
      left: 0;
      top: 1rem; }
  .about__box {
    background-color: #2abca7;
    background-image: url("../images/about_pop.webp");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding: 2rem 2rem 1rem;
    color: white; }
    .about__box .title {
      font-size: 3.8vw;
      text-align: center;
      letter-spacing: .1em;
      line-height: 1.3;
      padding-bottom: 1rem;
      font-weight: 700;
      border-bottom: 2px dashed white; }
    .about__box .list {
      padding: 1rem 0;
      width: fit-content;
      margin: 0 auto; }
      .about__box .list-item {
        font-size: 3.4vw;
        font-weight: 500;
        padding: 0 0 .5rem 1.25rem;
        position: relative; }
        .about__box .list-item::before {
          position: absolute;
          content: "";
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          background-image: url("../images/about_icon.svg");
          width: 3.4vw;
          height: 3.4vw;
          left: 0;
          top: 0; }
  @media screen and (min-width: 768px) {
    .about {
      padding: 7rem 0 3rem; }
      .about::before {
        clip-path: polygon(50% 5%, 100% 0, 0 0); }
      .about__heading {
        font-size: 1.8rem; }
      .about__list {
        grid-gap: 1rem;
        padding: 0 0 2rem;
        max-width: 800px;
        margin: 0 auto; }
        .about__list-item .image img {
          border-radius: 10px; }
        .about__list-item .text {
          margin-top: .5rem;
          border-radius: 10px;
          font-size: 1.1rem; }
      .about__image {
        width: 60%;
        margin: 0 auto; }
      .about__text {
        font-size: 1.6rem; }
        .about__text .yellow {
          font-size: 2rem; }
        .about__text::before {
          background-image: url("../images/about_bg-pc.svg");
          height: 20vw;
          top: 1rem; }
      .about__box {
        background-image: url("../images/about_pop-pc.webp");
        border-radius: 30px;
        max-width: 800px;
        padding: 2rem 4rem 1rem; }
        .about__box .title {
          font-size: 1.6rem; }
        .about__box .list-item {
          font-size: 1.2rem;
          padding: 0 0 1rem 1.5rem; }
          .about__box .list-item::before {
            width: 1.2rem;
            height: 1.2rem; } }

.reason {
  background: #eefff9;
  padding: 3rem 0 1rem; }
  .reason::before {
    background-image: url("../images/bg_01.svg"); }
  .reason__heading-sub {
    text-align: center;
    color: #2abca7;
    font-weight: 700;
    letter-spacing: .1em;
    font-size: 4.3vw; }
  .reason__heading .font {
    font-size: 10.8vw;
    font-weight: 500; }
  .reason__list-item {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    position: relative; }
    .reason__list-item:last-child {
      margin-bottom: 0; }
    .reason__list-item .number {
      position: absolute;
      width: 22%;
      left: -.5rem;
      top: -1rem; }
    .reason__list-item .head {
      text-align: center;
      color: #2abca7;
      letter-spacing: .1em;
      font-size: 5vw;
      font-weight: 700;
      padding: 1rem 0;
      line-height: 1.3; }
      .reason__list-item .head .font {
        font-size: 6vw; }
    .reason__list-item .text {
      font-size: 3.4vw;
      text-align: justify;
      line-height: 1.5; }
      .reason__list-item .text .note {
        font-size: 2.9vw; }
  @media screen and (min-width: 768px) {
    .reason {
      padding: 3rem 0 1rem; }
      .reason::before {
        background-image: url("../images/bg_01-pc.svg"); }
      .reason__heading-sub {
        font-size: 1.6rem; }
      .reason__heading .font {
        font-size: 2.6rem; }
      .reason__list {
        display: grid;
        grid-gap: 1.5rem;
        grid-template-columns: repeat(2, 1fr); }
        .reason__list-item {
          border-radius: 30px;
          padding: 2rem;
          margin-bottom: 0; }
          .reason__list-item .number {
            width: 24%; }
          .reason__list-item .head {
            font-size: 1.6rem;
            height: 6rem; }
            .reason__list-item .head .font {
              font-size: 1.8rem; }
          .reason__list-item01 .head, .reason__list-item03 .head {
            padding: 2rem 0 1rem; }
          .reason__list-item .text {
            font-size: 1rem; }
            .reason__list-item .text .note {
              font-size: .9rem; } }

.step {
  background: #43d1c0;
  padding: 1rem 0 3rem; }
  .step::before {
    background-image: url("../images/bg_02.svg"); }
  .step__heading {
    color: white; }
  .step__list-item {
    margin-bottom: 1rem;
    background: white;
    padding: 1rem 2rem;
    border-radius: 15px; }
    .step__list-item:last-child {
      margin-bottom: 0; }
    .step__list-item05 {
      background: #0074f2;
      text-align: center;
      color: white;
      letter-spacing: .1em;
      padding: 1rem; }
      .step__list-item05 .title {
        font-weight: 700;
        font-size: 4.3vw;
        margin-bottom: .5rem; }
      .step__list-item05 .center {
        font-size: 3.4vw; }
    .step__list-item .top {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .step__list-item .top .icon {
        width: 24%; }
      .step__list-item .top-item {
        width: 72%;
        color: #0074f2; }
        .step__list-item .top-item .number {
          font-size: 2.9vw;
          font-weight: 500; }
          .step__list-item .top-item .number .marker {
            background: linear-gradient(transparent 50%, #eeff54 50%); }
          .step__list-item .top-item .number .large {
            font-size: 5vw; }
        .step__list-item .top-item .head {
          font-size: 5vw;
          letter-spacing: .1em;
          font-weight: 700;
          padding-top: .5rem; }
    .step__list-item .text {
      font-size: 3.4vw;
      line-height: 1.5;
      text-align: justify;
      padding: 1rem 0; }
    .step__list-item .image {
      width: 80%;
      margin: 0 auto 1rem; }
  @media screen and (min-width: 768px) {
    .step {
      padding: 1rem 0 3rem; }
      .step::before {
        background-image: url("../images/bg_02-pc.svg"); }
      .step__list {
        max-width: 800px;
        margin: 0 auto; }
        .step__list-item {
          padding: 1rem 2rem 2rem;
          border-radius: 30px; }
          .step__list-item05 {
            padding: 1rem; }
            .step__list-item05 .title {
              font-size: 1.4rem; }
            .step__list-item05 .center {
              font-size: 1rem; }
          .step__list-item .top .icon {
            width: 12%; }
          .step__list-item .top-item {
            width: 82%; }
            .step__list-item .top-item .number {
              font-size: .9rem; }
              .step__list-item .top-item .number .large {
                font-size: 1.4rem; }
            .step__list-item .top-item .head {
              font-size: 1.8rem; }
          .step__list-item .text {
            font-size: 1rem; }
          .step__list-item .image {
            width: 40%; } }

.voice {
  background: #eefff9;
  padding: 3rem 0 1rem; }
  .voice::before {
    background-image: url("../images/bg_01.svg"); }
  .voice__list-item {
    padding: 2rem;
    background: white;
    border-radius: 15px;
    margin-bottom: 2rem; }
    .voice__list-item:last-child {
      margin-bottom: 0; }
    .voice__list-item .top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: -3rem; }
      .voice__list-item .top02 {
        flex-flow: row-reverse; }
      .voice__list-item .top .image {
        width: 34%; }
        .voice__list-item .top .image img {
          border-radius: 50%; }
      .voice__list-item .top-item {
        margin-top: 2rem;
        width: 62%;
        letter-spacing: .1em; }
        .voice__list-item .top-item .head {
          font-weight: 700;
          color: #0074f2;
          text-align: center;
          font-size: 4.3vw; }
        .voice__list-item .top-item .prof {
          text-align: center;
          color: white;
          font-size: 2.9vw;
          margin-top: .5rem; }
          .voice__list-item .top-item .prof .box {
            background: #2abca7;
            padding: 0 1rem;
            border-radius: 100rem; }
    .voice__list-item .text {
      font-size: 3.4vw;
      line-height: 1.5;
      text-align: justify;
      padding: 1rem 0 0; }
  @media screen and (min-width: 768px) {
    .voice {
      padding: 3rem 0 1rem; }
      .voice::before {
        background-image: url("../images/bg_01-pc.svg"); }
      .voice__list {
        max-width: 800px;
        margin: 0 auto;
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(3, 1fr); }
        .voice__list-item {
          padding: 2rem;
          border-radius: 30px;
          margin-bottom: 2rem; }
          .voice__list-item .top {
            display: block;
            margin-top: -3rem; }
            .voice__list-item .top .image {
              width: 70%;
              margin: 0 auto; }
            .voice__list-item .top-item {
              margin-top: 1rem;
              width: 100%; }
              .voice__list-item .top-item .head {
                font-size: 1.4rem;
                line-height: 1.3;
                height: 4rem; }
              .voice__list-item .top-item .prof {
                font-size: .9rem; }
          .voice__list-item .text {
            font-size: 1rem; } }

.area {
  padding: 1rem 0 2rem; }
  .area::before {
    background-image: url("../images/bg_03.svg"); }
  .area__heading {
    color: #000000; }
  .area__text {
    text-align: center;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: .1em;
    margin-bottom: 1rem; }
    .area__text .box {
      background: #0074f2;
      color: white;
      border-radius: 100rem;
      padding: 0 .5rem; }
  .area__image {
    width: 70%;
    margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .area {
      padding: 1rem 0 3rem; }
      .area::before {
        background-image: url("../images/bg_03-pc.svg"); }
      .area__text {
        font-size: 1.2rem; }
      .area__image {
        width: 40%; } }

.faq {
  background: #eefff9;
  padding: 2rem 0 1rem; }
  .faq::before {
    background-image: url("../images/bg_01.svg"); }
  .faq__heading {
    padding-bottom: 1rem; }
  .faq .accordion {
    border-radius: 5px;
    margin: .5rem auto; }
    .faq .accordion:not([open]) {
      margin-bottom: 1rem; }
    .faq .accordion summary {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      padding: .5rem 1rem;
      background: #2abca7;
      border-radius: 5px;
      color: white;
      font-weight: 700;
      cursor: pointer; }
      .faq .accordion summary::-webkit-details-marker {
        display: none; }
      .faq .accordion summary::before, .faq .accordion summary::after {
        width: 3px;
        height: .9em;
        border-radius: 5px;
        background-color: #fff;
        content: '';
        right: 1.5rem;
        position: absolute; }
      .faq .accordion summary::before {
        transform: rotate(90deg); }
      .faq .accordion summary::after {
        transition: rotate .3s; }
    .faq .accordion .icon {
      font-size: 5vw;
      font-weight: 500;
      margin-right: .5rem; }
      .faq .accordion .icon-a {
        color: #2abca7;
        margin: 0 .5rem 0 .15rem; }
    .faq .accordion .title .text {
      font-size: 3.4vw;
      line-height: 1.5em; }
    .faq .accordion .answer {
      display: flex;
      justify-content: flex-start;
      background: white;
      border-radius: 0 0 5px 5px; }
      .faq .accordion .answer .text {
        line-height: 1.5;
        font-size: 3.4vw;
        text-align: justify; }
  .faq .accordion[open] summary {
    border-radius: 5px 5px 0 0; }
    .faq .accordion[open] summary::after {
      transform: rotate(90deg); }
  .faq .accordion div {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1rem;
    transition: transform .5s, opacity .5s; }
  .faq .accordion[open] div {
    transform: none;
    opacity: 1; }
  @media screen and (min-width: 768px) {
    .faq {
      padding: 3rem 0 1rem; }
      .faq::before {
        background-image: url("../images/bg_01-pc.svg"); }
      .faq .accordion {
        border-radius: 10px;
        max-width: 800px; }
        .faq .accordion summary {
          border-radius: 10px; }
          .faq .accordion summary::before, .faq .accordion summary::after {
            width: 3px;
            height: .9em;
            border-radius: 5px;
            right: 1.5rem; }
        .faq .accordion .icon {
          font-size: 1.2rem;
          margin-right: .5rem; }
          .faq .accordion .icon-a {
            margin: 0 .5rem 0 .15rem; }
        .faq .accordion .title .text {
          font-size: 1.1rem; }
        .faq .accordion .answer {
          border-radius: 0 0 10px 10px; }
          .faq .accordion .answer .text {
            font-size: 1rem; }
      .faq .accordion[open] summary {
        border-radius: 10px 10px 0 0; } }

/*
	Footer
------------------------------------------------------------ */
.footer::before {
  background-image: url("../images/bg_03.svg"); }
.footer__inner {
  width: calc(100vw - 2rem);
  max-width: 1000px;
  margin: 0 auto; }
.footer .company__heading {
  text-align: center;
  font-weight: 700;
  letter-spacing: .1em;
  font-size: 4.3vw;
  padding: 1rem 0 2rem; }
.footer .company__list {
  margin: 0 auto;
  width: fit-content; }
  .footer .company__list-item {
    display: flex;
    letter-spacing: .1em;
    font-size: 3.4vw; }
    .footer .company__list-item01 {
      margin-bottom: .5rem; }
    .footer .company__list-item02 {
      margin-bottom: 1rem; }
    .footer .company__list-item .head {
      font-weight: 700;
      padding-right: 1.5rem; }
.footer__privacy-item {
  width: 80%;
  margin: 0 auto; }
  .footer__privacy-item01 {
    margin: 0 auto 2rem;
    padding: .5rem;
    border: 1px solid #000000;
    border-radius: 5px; }
    .footer__privacy-item01 .inner {
      width: 100%;
      height: 6rem;
      padding: 0 1.5rem;
      overflow-y: scroll; }
      .footer__privacy-item01 .inner::-webkit-scrollbar {
        width: .5rem; }
      .footer__privacy-item01 .inner::-webkit-scrollbar-track {
        background-color: #262626;
        border-radius: 10rem; }
      .footer__privacy-item01 .inner::-webkit-scrollbar-thumb {
        background-color: #000000;
        border-radius: 10rem; }
    .footer__privacy-item01 .heading {
      padding: 0 0 .5rem;
      line-height: 1.8em;
      font-size: 3.4vw;
      font-weight: 700;
      text-align: center; }
    .footer__privacy-item01 .text {
      padding: 0 0 1rem;
      line-height: 1.8em;
      font-size: 2.9vw;
      text-align: left; }
      .footer__privacy-item01 .text strong {
        font-weight: 700; }
    .footer__privacy-item01 .right {
      text-align: right; }
.footer .copyright {
  background: linear-gradient(-120deg, #5ed19b 0%, #2ab4ff 100%);
  padding: .5rem 0 8.5rem;
  color: white; }
  .footer .copyright__text {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.8em;
    text-align: center;
    font-size: 2.9vw; }
@media screen and (min-width: 768px) {
  .footer::before {
    background-image: url("../images/bg_03-pc.svg"); }
  .footer .company__heading {
    font-size: 1.4rem;
    padding: 1rem 0 2rem; }
  .footer .company__list-item {
    font-size: 1.1rem; }
    .footer .company__list-item01 {
      margin-bottom: .5rem; }
    .footer .company__list-item02 {
      margin-bottom: 1rem; }
    .footer .company__list-item .head {
      padding-right: 1.5rem; }
  .footer__privacy-item {
    width: 100%;
    max-width: 800px; }
    .footer__privacy-item01 {
      margin: 0 auto 3rem;
      border-radius: 10px; }
      .footer__privacy-item01 .inner {
        height: 8rem; }
      .footer__privacy-item01 .heading {
        font-size: 1.2rem; }
      .footer__privacy-item01 .text {
        font-size: .9rem; }
  .footer .copyright {
    padding: .5rem 0; }
    .footer .copyright__text {
      font-size: .8rem; } }

/* Floating area */
.floating {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #fcffc0;
  padding: 1rem; }
  .floating__text {
    font-size: 2.9vw;
    font-weight: 700;
    text-align: center;
    letter-spacing: .08em;
    margin: 0 0 .75rem; }
    .floating__text .small {
      font-size: 2.4vw; }
    .floating__text .strong {
      position: relative;
      font-size: 3.6vw; }
      .floating__text .strong::before {
        position: absolute;
        content: "・";
        color: #000000;
        text-align: center;
        top: -.4rem; }
  .floating__button {
    display: flex;
    justify-content: space-between; }
    .floating__button-item a {
      height: 4rem;
      border-radius: 100rem;
      display: flex;
      flex-flow: column;
      width: 100%;
      color: white;
      text-align: center;
      font-weight: 700;
      align-items: center;
      justify-content: center; }
    .floating__button-item01 {
      width: 68%; }
      .floating__button-item01 a {
        background: #ff8536;
        font-size: 7vw;
        padding-left: 2.5rem;
        position: relative; }
        .floating__button-item01 a .small {
          width: 100%;
          font-size: 3vw; }
        .floating__button-item01 a .font {
          width: 100%;
          font-weight: 600; }
        .floating__button-item01 a::before {
          position: absolute;
          content: "";
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          background-image: url("../images/cv_comment.svg");
          width: 14vw;
          height: 14vw;
          left: -.5rem;
          top: -0.5rem; }
    .floating__button-item02 {
      width: 30%; }
      .floating__button-item02 a {
        background: #06c755;
        font-size: 3.6vw;
        line-height: 1.3; }
  @media screen and (min-width: 768px) {
    .floating {
      display: none; } }
