@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設定
-------------------- */
/*
	書体
-------------------- */
/*
@mixin font03() {
	font-family: $font_googleFont03;
	font-weight: $font_regular;
	font-style: normal;
}
*/
/*
	カラー
-------------------- */
/*
	その他
-------------------- */
/* --------------------
	Base
	基本設定
-------------------- */
html {
  font-size: 1.8vw; }
  @media screen and (min-width: 52.78rem) {
    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: 500;
  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: #323232; }
  @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; }
  body a:hover {
    opacity: .7; }
  @media screen and (max-width: 768px) {
    body a:hover {
      opacity: 1; } }

.wrap img {
  width: 100%;
  height: auto; }
.wrap .alphanumeric {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2em; }
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 0 15vw; } }

/*
	Header
------------------------------------------------------------ */
.header {
  background: white;
  width: 100%;
  color: #323232;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header__inner {
    padding: .5rem .5rem .5rem 1rem;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between; }
  .header__heading {
    margin-right: .8rem;
    display: flex;
    flex-flow: column; }
    .header__heading .text {
      padding: 0 0 .3rem;
      line-height: 1.3;
      font-size: .88rem;
      text-align: right; }
    .header__heading .image {
      max-width: 9.5rem; }
  .header__button {
    width: 72%;
    max-width: calc((22rem * 2) + .3rem);
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header__button-item {
      width: calc((100% - .3rem) / 2); }
      .header__button-item br {
        display: none; }
      .header__button-item01 a {
        transition: all .2s ease-in-out;
        cursor: pointer;
        background-color: #ff844a;
        padding: .5em;
        border-radius: 10em;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center; }
        .header__button-item01 a:hover {
          opacity: .7; }
        @media screen and (max-width: 768px) {
          .header__button-item01 a:hover {
            opacity: 1; } }
        .header__button-item01 a::before {
          content: '';
          background-image: url("../images/icon_online.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 1.78em;
          height: 1.78em;
          margin: 0 .4em 0 0; }
        @media screen and (max-width: 768px) {
          .header__button-item01 a {
            padding: 3vw 0; }
            .header__button-item01 a::before {
              width: 2em;
              height: 2em;
              margin: 0 .6em 0 0; } }
      .header__button-item02 a {
        transition: all .2s ease-in-out;
        cursor: pointer;
        background-color: #ff844a;
        padding: .5em;
        border-radius: 10em;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #01b3a7; }
        .header__button-item02 a:hover {
          opacity: .7; }
        @media screen and (max-width: 768px) {
          .header__button-item02 a:hover {
            opacity: 1; } }
        .header__button-item02 a::before {
          content: '';
          background-image: url("../images/icon_online.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 1.78em;
          height: 1.78em;
          margin: 0 .4em 0 0; }
        @media screen and (max-width: 768px) {
          .header__button-item02 a {
            padding: 3vw 0; }
            .header__button-item02 a::before {
              width: 2em;
              height: 2em;
              margin: 0 .6em 0 0; } }
        .header__button-item02 a::before {
          background-image: url("../images/icon_document.svg"); }
      .header__button-item01 a, .header__button-item02 a {
        filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2));
        padding: .6em 0; }
        @media screen and (max-width: 768px) {
          .header__button-item01 a, .header__button-item02 a {
            filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2)); } }
  @media screen and (max-width: 768px) {
    .header {
      position: static; }
      .header__inner {
        padding: 3vw;
        display: block; }
      .header__heading {
        width: auto;
        max-width: none;
        margin: 0 auto;
        display: block;
        text-align: center; }
        .header__heading .text {
          padding: 0;
          font-size: .77rem; }
        .header__heading .image {
          width: 30vw;
          max-width: none;
          margin: 0 auto;
          padding: 2vw 0 0;
          display: block; }
      .header__button {
        width: 100%;
        max-width: none;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000; }
        .header__button-item {
          width: 50%; }
          .header__button-item br {
            display: block; }
          .header__button-item01 a, .header__button-item02 a {
            height: 15vw;
            padding: 0;
            border-radius: 0;
            line-height: 1.4;
            font-size: 1rem;
            filter: none; }
            .header__button-item01 a::before, .header__button-item02 a::before {
              width: 2em;
              height: 2em; } }

/* visual */
.visual {
  background-image: url("../images/visual.webp");
  background-position: right 10% bottom 90%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  .visual__inner {
    width: 90vw;
    max-width: 52.78rem;
    margin: 0 auto;
    width: calc(100% - 2rem);
    min-height: 36rem;
    padding: 5rem 0; }
  .visual__catch {
    line-height: 1.8em;
    color: #01b3a7;
    font-size: 1.55rem;
    font-weight: 700;
    display: block; }
  .visual__heading {
    padding: .8rem 0 0;
    line-height: 1.3em;
    font-size: 3.66rem;
    font-weight: 700; }
    .visual__heading .large {
      font-size: 1.4em; }
  .visual__list {
    padding: 2rem 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: .3em; }
    .visual__list-item {
      padding: 0 0 0 2em;
      line-height: 1.6;
      font-size: 1.11rem;
      font-weight: 700;
      text-indent: -2em; }
      .visual__list-item::before {
        content: '';
        background-image: url("../images/icon_exclamation.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 1.2em;
        height: 1.2em;
        margin: 0 .5em -.3em 0;
        display: inline-block; }
      .visual__list-item .emphasis {
        background: linear-gradient(transparent 70%, #cff0e8 70%); }
      .visual__list-item .super {
        font-size: .5em;
        vertical-align: super; }
  .visual__text {
    line-height: 1.4;
    font-size: .75rem;
    text-align: right;
    position: absolute;
    top: 8.7rem;
    right: 7.8rem;
    color: white;
    text-shadow: #000 2px 2px 3px; }
  .visual__button {
    width: 43%;
    min-width: 21rem;
    text-align: center; }
    .visual__button .catch {
      line-height: 1.8em;
      color: #ff844a;
      font-size: 1.11rem;
      font-weight: 700; }
    .visual__button .button a {
      transition: all .2s ease-in-out;
      cursor: pointer;
      background-color: #ff844a;
      padding: .5em;
      border-radius: 10em;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2));
      padding: .8em 1em;
      font-size: 1.11rem; }
      .visual__button .button a:hover {
        opacity: .7; }
      @media screen and (max-width: 768px) {
        .visual__button .button a:hover {
          opacity: 1; } }
      .visual__button .button a::before {
        content: '';
        background-image: url("../images/icon_online.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 1.78em;
        height: 1.78em;
        margin: 0 .4em 0 0; }
      @media screen and (max-width: 768px) {
        .visual__button .button a {
          padding: 3vw 0; }
          .visual__button .button a::before {
            width: 2em;
            height: 2em;
            margin: 0 .6em 0 0; } }
      @media screen and (max-width: 768px) {
        .visual__button .button a {
          filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2)); } }
  @media screen and (max-width: 768px) {
    .visual {
      background-image: url("../images/visual-sp.webp");
      background-position: center top;
      background-size: 100% auto;
      overflow: hidden; }
      .visual__inner {
        width: 100%;
        max-width: 90vw;
        min-height: 0;
        padding: 0; }
        .visual__inner::after {
          background-position: 70% calc(100% - 30vw);
          background-size: 70% auto;
          left: 0; }
      .visual__catch {
        padding: 2vw 0 1vw;
        font-size: 1.09rem;
        text-align: center; }
      .visual__heading {
        padding: 0 0 5vw;
        font-size: 2.3rem;
        text-align: center; }
      .visual__list {
        width: fit-content;
        margin: 0 auto;
        padding: 0;
        grid-gap: 1.5vw; }
        .visual__list-item {
          font-size: .95rem; }
      .visual__text {
        font-size: .75rem;
        text-align: right;
        position: absolute;
        top: 27rem;
        right: 1.5rem;
        color: white;
        text-shadow: #000 2px 2px 3px; }
      .visual__button {
        width: 100%;
        min-width: none;
        padding: 65vw 0 5vw;
        text-align: center; }
        .visual__button .catch {
          line-height: 1.8em;
          color: #ff5c62;
          font-size: 1.11rem;
          font-weight: 700; }
        .visual__button .button a {
          transition: all .2s ease-in-out;
          cursor: pointer;
          background-color: #ff844a;
          padding: .5em;
          border-radius: 10em;
          color: white;
          display: flex;
          align-items: center;
          justify-content: center;
          filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2));
          padding: .8em 1em;
          font-size: 1.11rem; }
          .visual__button .button a:hover {
            opacity: .7; } }
      @media screen and (max-width: 768px) and (max-width: 768px) {
        .visual__button .button a:hover {
          opacity: 1; } }
  @media screen and (max-width: 768px) {
          .visual__button .button a::before {
            content: '';
            background-image: url("../images/icon_online.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 1.78em;
            height: 1.78em;
            margin: 0 .4em 0 0; } }
      @media screen and (max-width: 768px) and (max-width: 768px) {
        .visual__button .button a {
          padding: 3vw 0; }
          .visual__button .button a::before {
            width: 2em;
            height: 2em;
            margin: 0 .6em 0 0; } }
      @media screen and (max-width: 768px) and (max-width: 768px) {
        .visual__button .button a {
          filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2)); } }

/*
	Contents
------------------------------------------------------------ */
.contents {
  background: transparent;
  color: #323232;
  overflow: hidden;
  /* 埋め込み地図・動画 レスポンシブ対応用 */ }
  .contents .map {
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden; }
    .contents .map iframe {
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      top: 0;
      left: 0; }

/*
	Contents	主な編集箇所
------------------------------------------------------------ */
/* cv */
.cv {
  background-color: #cff0e8; }
  .cv-sec01, .cv-sec03 {
    background-image: url("../images/cv.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto; }
  .cv-sec01 {
    background-position: top; }
    .cv-sec01 .cv__inner {
      padding: 3rem 0 2rem; }
  .cv-sec02 {
    background-color: #01b3a7;
    color: white; }
    .cv-sec02 .cv__inner {
      padding: 0 0 3rem;
      position: relative; }
      .cv-sec02 .cv__inner::before {
        content: '';
        background-color: #01b3a7;
        width: 40%;
        height: 3rem;
        margin: 0 auto;
        clip-path: polygon(0% 100%, 5% 0%, 95% 0%, 100% 100%);
        display: block;
        position: absolute;
        top: -2rem;
        right: 0;
        left: 0;
        z-index: 1; }
  .cv-sec03 {
    background-position: bottom; }
    .cv-sec03 .cv__inner {
      padding: 3rem 0; }
  .cv__inner {
    width: 90vw;
    max-width: 52.78rem;
    margin: 0 auto;
    text-align: center; }
  .cv__heading {
    padding: 1rem 0 2rem;
    line-height: 1.4em;
    font-size: 2.77rem;
    font-weight: 700; }
    .cv__heading .emphasis {
      border-bottom: 2px solid #01b3a7;
      color: #01b3a7; }
    .cv__heading br {
      display: none; }
    .cv__heading-sub {
      width: fit-content;
      margin: 0 auto -.5rem;
      padding: 0 0 3rem;
      font-size: 1.88rem;
      font-weight: 700;
      text-align: center;
      position: relative;
      top: -.5rem;
      right: 0;
      left: 0;
      z-index: 10; }
  .cv__catch {
    background-color: #cff0e8;
    width: fit-content;
    margin: 0 auto;
    padding: 1rem 2rem;
    border: 2px solid #323232;
    border-radius: .5rem;
    font-size: 1.66rem;
    font-weight: 700;
    text-align: center;
    position: relative; }
    .cv__catch::before, .cv__catch::after {
      content: '';
      background-color: #323232;
      margin: auto;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      display: block;
      position: absolute;
      right: 0;
      left: 0; }
    .cv__catch::before {
      background-color: #cff0e8;
      width: calc(2rem - 2px);
      height: calc(1rem - 2px);
      top: calc(100% - 1px);
      z-index: 2; }
    .cv__catch::after {
      background-color: #323232;
      width: 2rem;
      height: 1rem;
      top: 100%;
      z-index: 1; }
  .cv__list {
    padding: 0 0 2rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between; }
    .cv__list-item {
      display: flex;
      align-items: center; }
      .cv__list-item .head {
        background-color: #01b3a7;
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 10em;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        .cv__list-item .head::after {
          content: '';
          width: 4rem;
          height: 4rem;
          margin: auto;
          border: 1px solid white;
          border-radius: 10em;
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
      .cv__list-item .body {
        padding: 0 1rem;
        line-height: 1.8em;
        text-align: left; }
  .cv__present {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    position: relative; }
    .cv__present-item {
      padding: 1rem;
      border: 2px solid white;
      border-radius: 1rem;
      color: white;
      text-align: center; }
      .cv__present-item .number {
        width: 4.44rem;
        margin: -3rem auto 0; }
      .cv__present-item .heading {
        padding: .5rem 0;
        line-height: 1.3;
        color: #ffffaf;
        font-size: 1.44rem;
        font-weight: 700; }
      .cv__present-item .text {
        padding: 0 0 1rem;
        line-height: 1.6;
        font-size: .88rem;
        text-align: left; }
      .cv__present-item .image {
        border-radius: .5rem;
        overflow: hidden; }
  .cv__button {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem; }
    .cv__button-item .catch {
      padding: 0 0 .2em;
      line-height: 1.8em;
      font-size: 1.33rem;
      font-weight: 700; }
    .cv__button-item01 {
      padding: 0 0 1rem; }
      .cv__button-item01 .catch {
        color: #ff844a; }
      .cv__button-item01 .button a {
        transition: all .2s ease-in-out;
        cursor: pointer;
        background-color: #ff844a;
        padding: .5em;
        border-radius: 10em;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center; }
        .cv__button-item01 .button a:hover {
          opacity: .7; }
        @media screen and (max-width: 768px) {
          .cv__button-item01 .button a:hover {
            opacity: 1; } }
        .cv__button-item01 .button a::before {
          content: '';
          background-image: url("../images/icon_online.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 1.78em;
          height: 1.78em;
          margin: 0 .4em 0 0; }
        @media screen and (max-width: 768px) {
          .cv__button-item01 .button a {
            padding: 3vw 0; }
            .cv__button-item01 .button a::before {
              width: 2em;
              height: 2em;
              margin: 0 .6em 0 0; } }
    .cv__button-item02 .catch {
      color: #01b3a7; }
    .cv__button-item02 .button a {
      transition: all .2s ease-in-out;
      cursor: pointer;
      background-color: #ff844a;
      padding: .5em;
      border-radius: 10em;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #01b3a7; }
      .cv__button-item02 .button a:hover {
        opacity: .7; }
      @media screen and (max-width: 768px) {
        .cv__button-item02 .button a:hover {
          opacity: 1; } }
      .cv__button-item02 .button a::before {
        content: '';
        background-image: url("../images/icon_online.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 1.78em;
        height: 1.78em;
        margin: 0 .4em 0 0; }
      @media screen and (max-width: 768px) {
        .cv__button-item02 .button a {
          padding: 3vw 0; }
          .cv__button-item02 .button a::before {
            width: 2em;
            height: 2em;
            margin: 0 .6em 0 0; } }
      .cv__button-item02 .button a::before {
        background-image: url("../images/icon_document.svg"); }
    .cv__button-item01 .button a, .cv__button-item02 .button a {
      filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2));
      padding: 1em;
      font-size: 1.11rem;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .cv__button-item01 .button a, .cv__button-item02 .button a {
          filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2)); } }
  @media screen and (max-width: 768px) {
    .cv-sec01, .cv-sec03 {
      background-image: url("../images/cv-sp.webp"); }
    .cv-sec01 .cv__inner {
      padding: 8vw 0 10vw; }
    .cv-sec02 .cv__inner {
      padding: 0 0 5vw; }
      .cv-sec02 .cv__inner::before {
        width: 50%;
        height: 2rem;
        top: -1.5rem; }
    .cv-sec03 .cv__inner {
      padding: 8vw 0; }
    .cv__heading {
      padding: 4vw 0;
      font-size: 2rem; }
      .cv__heading .emphasis {
        border-bottom: 2px solid #01b3a7;
        color: #01b3a7; }
      .cv__heading br {
        display: block; }
      .cv__heading-sub {
        margin: 0 auto;
        padding: 0 0 3vw;
        font-size: 1.25rem; }
    .cv__catch {
      width: 100%;
      padding: 2vw;
      font-size: 1rem; }
      .cv__catch::before {
        width: calc(2rem - 2px);
        height: calc(1rem - 2px);
        top: calc(100% - 1px); }
      .cv__catch::after {
        width: 2rem;
        height: 1rem; }
    .cv__list {
      padding: 0;
      display: block; }
      .cv__list-item {
        justify-content: space-between; }
        .cv__list-item .head {
          width: 4.5rem;
          height: 4.5rem;
          border-width: 1px;
          border-radius: 10em;
          display: flex;
          align-items: center;
          justify-content: center; }
        .cv__list-item .body {
          width: calc(100% - 4.5rem - 2vw);
          padding: 0;
          font-size: .81rem; }
        .cv__list-item01 {
          padding: 0 0 2vw; }
    .cv__present {
      padding: 0;
      grid-template-columns: 1fr;
      grid-gap: 2vw; }
      .cv__present-item {
        padding: 3vw 3vw 3vw 9vw;
        border-radius: .5rem;
        text-align: left;
        display: flex;
        align-items: center;
        flex-flow: row-reverse;
        position: relative; }
        .cv__present-item .number {
          width: 10vw;
          margin: auto;
          position: absolute;
          top: 50%;
          left: -3vw;
          transform: translateY(-50%); }
        .cv__present-item .inner {
          width: calc(100% - 6rem);
          padding: 0 0 0 3vw; }
        .cv__present-item .heading {
          padding: 0 0 1vw;
          font-size: 1rem; }
          .cv__present-item .heading br {
            display: none; }
        .cv__present-item .text {
          padding: 0;
          font-size: .88rem; }
        .cv__present-item .image {
          width: 6rem;
          border-radius: .3rem; }
        .cv__present-item01 .text br {
          display: none; }
    .cv__button {
      max-width: none;
      display: block; }
      .cv__button-item01 {
        padding: 0 0 5vw; }
      .cv__button-item01 .catch, .cv__button-item02 .catch {
        font-size: 1rem; }
      .cv__button-item01 .button a, .cv__button-item02 .button a {
        padding: 3vw 0;
        font-size: 1.06rem; } }

/* Floating area */
.floating__button {
  width: fit-content;
  margin: 0 1rem 1rem auto;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000; }
  .floating__button a {
    filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2));
    width: 10rem;
    display: block; }
    @media screen and (max-width: 768px) {
      .floating__button a {
        filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2)); } }
    .floating__button a:hover {
      opacity: 1; }
@media screen and (max-width: 768px) {
  .floating__button {
    margin: 0 auto 20vw 3vw;
    right: auto;
    left: 0; }
    .floating__button a {
      width: 30vw; } }

/* 全ブロック共通 */
.feature,
.company,
.service,
.about,
.support,
.voice,
.case,
.faq {
  padding: 4rem 0; }
  @media screen and (max-width: 768px) {
    .feature,
    .company,
    .service,
    .about,
    .support,
    .voice,
    .case,
    .faq {
      padding: 8vw 0; } }
  .feature__inner,
  .company__inner,
  .service__inner,
  .about__inner,
  .support__inner,
  .voice__inner,
  .case__inner,
  .faq__inner {
    width: 90vw;
    max-width: 52.78rem;
    margin: 0 auto; }
  .feature__heading,
  .company__heading,
  .service__heading,
  .about__heading,
  .support__heading,
  .voice__heading,
  .case__heading,
  .faq__heading {
    padding: 0 0 2rem;
    line-height: 1.4;
    font-size: 1.33rem;
    font-weight: 700;
    text-align: center; }
    .feature__heading .medium,
    .company__heading .medium,
    .service__heading .medium,
    .about__heading .medium,
    .support__heading .medium,
    .voice__heading .medium,
    .case__heading .medium,
    .faq__heading .medium {
      font-size: 1.2em; }
    .feature__heading .large,
    .company__heading .large,
    .service__heading .large,
    .about__heading .large,
    .support__heading .large,
    .voice__heading .large,
    .case__heading .large,
    .faq__heading .large {
      font-size: 1.58em; }
    .feature__heading .logo,
    .company__heading .logo,
    .service__heading .logo,
    .about__heading .logo,
    .support__heading .logo,
    .voice__heading .logo,
    .case__heading .logo,
    .faq__heading .logo {
      width: 5.46em;
      margin: .3em .2em 0;
      display: inline-block; }
      .feature__heading .logo img,
      .company__heading .logo img,
      .service__heading .logo img,
      .about__heading .logo img,
      .support__heading .logo img,
      .voice__heading .logo img,
      .case__heading .logo img,
      .faq__heading .logo img {
        vertical-align: baseline; }
    .feature__heading .sub,
    .company__heading .sub,
    .service__heading .sub,
    .about__heading .sub,
    .support__heading .sub,
    .voice__heading .sub,
    .case__heading .sub,
    .faq__heading .sub {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-style: normal;
      padding-bottom: .2em;
      color: #01b3a7; }
    .feature__heading .main,
    .company__heading .main,
    .service__heading .main,
    .about__heading .main,
    .support__heading .main,
    .voice__heading .main,
    .case__heading .main,
    .faq__heading .main {
      font-size: 1.66rem; }
      .feature__heading .main .large,
      .company__heading .main .large,
      .service__heading .main .large,
      .about__heading .main .large,
      .support__heading .main .large,
      .voice__heading .main .large,
      .case__heading .main .large,
      .faq__heading .main .large {
        font-size: 1.47em; }
    @media screen and (max-width: 768px) {
      .feature__heading,
      .company__heading,
      .service__heading,
      .about__heading,
      .support__heading,
      .voice__heading,
      .case__heading,
      .faq__heading {
        padding: 0 0 5vw;
        font-size: 1.13rem; }
        .feature__heading .sub,
        .company__heading .sub,
        .service__heading .sub,
        .about__heading .sub,
        .support__heading .sub,
        .voice__heading .sub,
        .case__heading .sub,
        .faq__heading .sub {
          font-size: 1.31rem; }
        .feature__heading .main,
        .company__heading .main,
        .service__heading .main,
        .about__heading .main,
        .support__heading .main,
        .voice__heading .main,
        .case__heading .main,
        .faq__heading .main {
          font-size: 1.25rem; } }
  .feature__text,
  .company__text,
  .service__text,
  .about__text,
  .support__text,
  .voice__text,
  .case__text,
  .faq__text {
    width: fit-content;
    margin: 0 auto;
    line-height: 1.8em;
    text-align: left; }
    .feature__text .emphasis,
    .company__text .emphasis,
    .service__text .emphasis,
    .about__text .emphasis,
    .support__text .emphasis,
    .voice__text .emphasis,
    .case__text .emphasis,
    .faq__text .emphasis {
      color: #ff5c62;
      font-weight: 700; }
    @media screen and (max-width: 768px) {
      .feature__text,
      .company__text,
      .service__text,
      .about__text,
      .support__text,
      .voice__text,
      .case__text,
      .faq__text {
        width: 100%;
        max-width: none;
        /*br {
        	display: none;
        }*/ } }
  .feature__image,
  .company__image,
  .service__image,
  .about__image,
  .support__image,
  .voice__image,
  .case__image,
  .faq__image {
    text-align: center; }
    .feature__image img.circle,
    .company__image img.circle,
    .service__image img.circle,
    .about__image img.circle,
    .support__image img.circle,
    .voice__image img.circle,
    .case__image img.circle,
    .faq__image img.circle {
      border-radius: 100%;
      overflow: hidden; }

/* 各ブロック個別 */
.feature {
  background-color: #f5fafa; }
  .feature__heading-sub {
    line-height: 1.4em;
    font-size: 1.88rem;
    font-weight: 700;
    text-align: center; }
    .feature__heading-sub br {
      display: none; }
    .feature__heading-sub01 {
      padding: 2rem 0 1rem; }
      .feature__heading-sub01::before {
        content: '';
        background-color: #323232;
        width: 2rem;
        height: calc(tan(60deg) * 2rem / 2);
        margin: 0 auto .5rem;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        display: block; }
    .feature__heading-sub02, .feature__heading-sub03 {
      background-image: url("../images/feature_line.svg");
      background-position: 0 calc(100% - 2rem);
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: 35rem;
      margin: 0 auto;
      padding: 3rem 0 4rem; }
  .feature__catch {
    width: 39.61rem;
    margin: 0 auto;
    padding: 3rem 0 2rem; }
  .feature__text02 {
    width: 100%;
    padding: 1rem 2rem;
    border: 2px solid #323232;
    border-radius: 1rem;
    line-height: 1.8em;
    font-size: 1.55rem;
    text-align: center; }
    .feature__text02 .marker {
      background: linear-gradient(transparent 40%, #ffffaf 40%); }
    .feature__text02 br:nth-child(1), .feature__text02 br:nth-child(3) {
      display: none; }
  .feature__point {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem; }
    .feature__point-item .number {
      width: 4.44rem;
      margin: 0 auto; }
    .feature__point-item .heading {
      padding: .5rem 0;
      line-height: 1.4em;
      color: #01b3a7;
      font-size: 1.44rem;
      font-weight: 700;
      text-align: center; }
    .feature__point-item .text {
      line-height: 1.8em;
      font-size: .88rem; }
  .feature__list {
    width: fit-content;
    height: 13rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 12rem);
    grid-gap: 1rem; }
    .feature__list-item {
      text-align: center;
      position: relative; }
      .feature__list-item::after {
        filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2));
        content: '';
        background-color: white;
        width: 100%;
        height: 12rem;
        border-radius: 50%;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1; }
        @media screen and (max-width: 768px) {
          .feature__list-item::after {
            filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2)); } }
      .feature__list-item .icon,
      .feature__list-item .text {
        position: relative;
        z-index: 10; }
      .feature__list-item .icon {
        padding: 0 0 1rem; }
        .feature__list-item .icon img {
          width: auto;
          height: 3.89rem; }
      .feature__list-item .text {
        line-height: 1.6em;
        color: #01b3a7;
        font-size: 1.22rem;
        font-weight: 700; }
  .feature__box {
    filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2));
    background-color: white;
    margin: 2rem 0 0;
    padding: 3rem 2rem 2rem;
    border-radius: 1rem;
    position: relative; }
    @media screen and (max-width: 768px) {
      .feature__box {
        filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2)); } }
    .feature__box .heading {
      background-color: #787878;
      width: 50%;
      margin: 0 auto;
      border-radius: .5rem;
      line-height: 3em;
      color: white;
      font-size: 1.33rem;
      font-weight: 700;
      text-align: center;
      position: absolute;
      top: -2rem;
      right: 0;
      left: 0; }
      .feature__box .heading02 {
        background-color: #01b3a7; }
    .feature__box .text {
      line-height: 1.8em;
      font-size: 1.33rem;
      text-align: center; }
      .feature__box .text .large {
        font-size: 1.42em; }
      .feature__box .text .emphasis01 {
        color: #787878; }
      .feature__box .text .emphasis02 {
        color: #01b3a7; }
      .feature__box .text .marker {
        background: linear-gradient(transparent 40%, #ffffaf 40%); }
        .feature__box .text .marker br {
          display: none; }
    .feature__box .list {
      padding: 1rem 0 0;
      counter-reset: number 0; }
      .feature__box .list-item {
        padding: 1rem;
        border: 1px solid #323232;
        text-align: center;
        border-radius: .5rem;
        position: relative; }
        .feature__box .list-item::before {
          font-family: "Oswald", sans-serif;
          font-weight: 600;
          font-style: normal;
          counter-increment: number 1;
          content: "STEP " counter(number,decimal-leading-zero);
          font-size: .88rem;
          position: absolute;
          top: -1rem;
          left: 0; }
        .feature__box .list-item::after {
          content: '';
          background-color: #323232;
          width: .6rem;
          height: calc(tan(60deg) * .8rem / 2);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
          display: block;
          position: absolute;
          top: 50%;
          right: -.9rem;
          transform: translateY(-50%); }
        .feature__box .list-item:last-child::after {
          display: none; }
      .feature__box .list01 {
        padding: 1.5rem .8rem 1rem 0;
        color: #787878;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 2rem 1rem; }
        .feature__box .list01 .list-item {
          background-color: #f8f8f8;
          border-color: #929292; }
          .feature__box .list01 .list-item::after {
            background-color: #787878; }
      .feature__box .list02 {
        width: fit-content;
        margin: 0 auto;
        padding: 2rem 0 1rem;
        color: #01b3a7;
        display: grid;
        grid-template-columns: repeat(2, 16rem);
        grid-gap: 3rem; }
        .feature__box .list02 .list-item {
          background-color: #f5fafa;
          border-color: #01b3a7;
          padding: 2rem 0;
          display: flex;
          align-items: center;
          justify-content: center; }
          .feature__box .list02 .list-item::after {
            background-color: #01b3a7;
            width: 1.3rem;
            height: calc(tan(60deg) * 2rem / 2);
            right: -2.3rem; }
          .feature__box .list02 .list-item .icon img {
            width: auto;
            height: 3.4rem; }
          .feature__box .list02 .list-item .main {
            padding: 0 0 0 1rem;
            font-size: 1.44rem; }
    .feature__box .image {
      width: 7.77rem;
      position: absolute;
      right: 2rem;
      bottom: 2rem;
      z-index: 10; }
    .feature__box02 {
      margin: 4rem 0 0; }
  @media screen and (max-width: 768px) {
    .feature__heading-sub {
      font-size: 1.25rem; }
      .feature__heading-sub br {
        display: block; }
      .feature__heading-sub01 {
        padding: 5vw 0 3vw; }
      .feature__heading-sub02, .feature__heading-sub03 {
        background-position: 0 calc(100% - 2rem);
        width: 100%;
        max-width: 76vw;
        padding: 8vw 0 12vw; }
    .feature__catch {
      width: 100%;
      padding: 8vw 0 5vw; }
    .feature__text02 {
      padding: 3vw 5vw;
      border-width: 1px;
      font-size: 1rem; }
      .feature__text02 br {
        display: block !important; }
    .feature__point {
      width: 70vw;
      margin: 0 auto;
      grid-template-columns: 1fr;
      grid-gap: 5vw; }
      .feature__point-item .number {
        width: 4.53rem; }
      .feature__point-item .heading {
        font-size: 1.25rem; }
      .feature__point-item .text {
        font-size: .88rem; }
    .feature__list {
      height: calc(28vw + 3vw);
      grid-template-columns: repeat(3, 28vw);
      grid-gap: 2vw; }
      .feature__list-item::after {
        height: 28vw; }
      .feature__list-item .icon {
        padding: 0 0 1vw; }
        .feature__list-item .icon img {
          height: 2.56rem; }
      .feature__list-item .text {
        font-size: .81rem; }
    .feature__box {
      margin: 2rem 0 0;
      padding: calc(5vw + .75rem) 5vw 5vw; }
      .feature__box .heading {
        width: 80%;
        margin: 0 auto;
        border-radius: .5rem;
        line-height: 3em;
        font-size: 1rem;
        top: -1.5rem; }
      .feature__box .text {
        font-size: .88rem; }
        .feature__box .text .large {
          font-size: 1.36em; }
        .feature__box .text .marker br {
          display: block; }
      .feature__box .list-item {
        padding: 3vw 0; }
      .feature__box .list01 {
        padding: 1.5rem .8rem 1rem 0;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 2rem 1rem; }
      .feature__box .list02 {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem; }
        .feature__box .list02 .list-item {
          padding: 3vw 0; }
          .feature__box .list02 .list-item::after {
            width: .6rem;
            height: calc(tan(60deg) * .8rem / 2);
            right: -.9rem; }
          .feature__box .list02 .list-item .icon img {
            height: 2rem; }
          .feature__box .list02 .list-item .main {
            padding: 0 0 0 1rem;
            font-size: 1.06rem; }
      .feature__box .image {
        width: 20vw;
        right: 3vw;
        bottom: 3rem; }
      .feature__box02 {
        margin: calc(1.5rem + 8vw) 0 0; }
        .feature__box02 .text {
          margin: 0 -5vw; }
        .feature__box02 .image {
          bottom: 1rem; } }

.company {
  background-color: #323232;
  background-image: url("../images/company.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white; }
  .company__inner {
    max-width: 46.11rem; }
  .company__box01 {
    display: flex;
    justify-content: space-between; }
    .company__box01 .text {
      width: calc(100% - 6.22rem - 2rem);
      line-height: 1.8em; }
    .company__box01 .image {
      width: 6.22rem; }
  .company__box02 {
    padding: 3rem 0 0; }
    .company__box02 .text {
      line-height: 1.4em;
      font-size: 1.44rem;
      font-size: 700;
      text-align: center; }
      .company__box02 .text::after {
        content: '';
        background-color: #5db0e1;
        width: 4rem;
        height: 3px;
        margin: 1rem auto 1.5rem;
        display: block; }
      .company__box02 .text br {
        display: none; }
    .company__box02 .image {
      border-radius: .5rem;
      overflow: hidden; }
  @media screen and (max-width: 768px) {
    .company {
      background-image: url("../images/company-sp.webp"); }
      .company__inner {
        max-width: 90vw; }
      .company__box01 {
        display: block; }
        .company__box01 .text {
          width: 100%;
          max-width: 80vw;
          margin: 0 auto;
          padding: 5vw 0 0;
          font-size: .88rem; }
        .company__box01 .image {
          width: 6.22rem;
          margin: 0 auto; }
      .company__box02 {
        padding: 8vw 0 0; }
        .company__box02 .text {
          line-height: 1.8em;
          font-size: 1rem; }
          .company__box02 .text::after {
            width: 4rem;
            height: 2px;
            margin: 2vw auto 5vw; }
          .company__box02 .text br {
            display: block; } }

.service__catch {
  width: 31.3rem;
  margin: 0 auto;
  padding: 0.5rem 0 2rem; }
.service__heading {
  line-height: 1.5em;
  font-size: 2.43rem;
  font-weight: 700;
  text-align: center; }
  .service__heading .green {
    color: #01b3a7; }
.service__text {
  text-align: center; }
  .service__text .green {
    color: #01b3a7;
    font-weight: 700; }
  .service__text br.br-sp {
    display: none; }
@media screen and (max-width: 768px) {
  .service__catch {
    width: 90%;
    padding: 0 0 5vw; }
  .service__heading {
    font-size: 1.5rem; }
  .service__text br.br-sp {
    display: block; } }

.about__heading {
  padding: 0; }
.about__box {
  padding: 4rem 0 0;
  display: flex;
  justify-content: space-between; }
  .about__box-item .heading {
    padding: 0 0 1rem;
    line-height: 1.6em;
    font-size: 2rem;
    font-weight: 700; }
    .about__box-item .heading .emphasis {
      background: linear-gradient(transparent 70%, #cff0e8 70%);
      color: #01b3a7; }
  .about__box-item .text {
    line-height: 1.8em; }
  .about__box-item .image {
    filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2)); }
    @media screen and (max-width: 768px) {
      .about__box-item .image {
        filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2)); } }
    .about__box-item .image img {
      border-radius: 1rem;
      overflow: hidden; }
  .about__box-item01 {
    width: calc(100% - 22.22rem - 3rem); }
  .about__box-item02 {
    width: 22.22rem; }
  .about__box02 {
    flex-flow: row-reverse; }
@media screen and (max-width: 768px) {
  .about__box {
    padding: 10vw 0 0;
    display: block; }
    .about__box-item {
      width: 100%; }
      .about__box-item .heading {
        padding: 0;
        font-size: 1.44rem; }
      .about__box-item .text {
        padding: 3vw 0 5vw; } }

.support {
  background-color: #f5fafa; }
  .support__text {
    padding: 0 0 2rem;
    text-align: center; }
  .support__image {
    max-width: 42.56rem;
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .support__text {
      padding: 0 0 5vw;
      font-size: .88rem; }
    .support__image {
      max-width: none; } }

.voice__inner {
  max-width: 46.11rem; }
.voice__heading br:first-child {
  display: none; }
.voice__box {
  margin: 0 auto 4rem;
  padding: 1rem 0 0; }
  .voice__box-item01 {
    padding: 1rem;
    border: 2px solid #01b3a7;
    border-radius: .5rem;
    text-align: center;
    position: relative; }
    .voice__box-item01::before, .voice__box-item01::after {
      content: '';
      background-color: #323232;
      margin: auto;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      display: block;
      position: absolute;
      right: 0;
      left: 0; }
    .voice__box-item01::before {
      background-color: white;
      width: calc(2rem - 2px);
      height: calc(1rem - 2px);
      top: calc(100% - 1px);
      z-index: 2; }
    .voice__box-item01::after {
      background-color: #01b3a7;
      width: 2rem;
      height: 1rem;
      top: 100%;
      z-index: 1; }
    .voice__box-item01 .number {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-style: normal;
      color: #01b3a7;
      font-size: .88rem;
      position: absolute;
      top: -1rem;
      left: 0; }
    .voice__box-item01 .heading {
      line-height: 1.4em;
      color: #01b3a7;
      font-size: 1.88rem;
      font-weight: 700; }
      .voice__box-item01 .heading .alphanumeric {
        font-size: 1.6em; }
      .voice__box-item01 .heading br {
        display: none; }
    .voice__box-item01 .text {
      padding: .5rem 0 0;
      line-height: 1.8em;
      color: #787878;
      font-size: .88rem; }
  .voice__box-item02 {
    padding: 2rem 0; }
  .voice__box .video video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    outline: 1px solid #ccc; }
  .voice__box:last-child {
    margin: 0 auto; }
@media screen and (max-width: 768px) {
  .voice__inner {
    max-width: 90%; }
  .voice__heading br:first-child {
    display: block; }
  .voice__box {
    margin: 0 auto 8vw;
    padding: 1rem 0 0; }
    .voice__box-item01 {
      padding: 3vw; }
      .voice__box-item01 .number {
        font-size: .88rem;
        top: -1rem; }
      .voice__box-item01 .heading {
        font-size: 1.5rem; }
        .voice__box-item01 .heading br {
          display: block; }
      .voice__box-item01 .text {
        padding: 1vw 0 0;
        font-size: .77rem; }
    .voice__box-item02 {
      padding: 5vw 0; }
    .voice__box:last-child {
      margin: 0 auto; } }

.case {
  background-color: #f5fafa; }
  .case__inner {
    max-width: 50rem; }
  .case__text {
    font-size: 1.11rem;
    text-align: center; }
    .case__text .emphasis {
      background: linear-gradient(transparent 40%, #ffffaf 40%);
      color: #01b3a7; }
    .case__text .large {
      line-height: 1.8em;
      font-size: 1.4em;
      font-weight: 700; }
    .case__text02 {
      padding: 2rem 0 4rem; }
  .case__box {
    padding: 0 0 4rem;
    display: flex;
    justify-content: space-between; }
    .case__box-item .image {
      filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2)); }
      @media screen and (max-width: 768px) {
        .case__box-item .image {
          filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2)); } }
      .case__box-item .image img {
        border-radius: 1rem;
        overflow: hidden; }
    .case__box-item .note {
      padding: .2rem 0 0;
      line-height: 1.8em;
      color: #787878;
      font-size: .66rem; }
    .case__box-item .heading {
      display: flex;
      align-items: center; }
      .case__box-item .heading .number {
        width: 4.44rem; }
      .case__box-item .heading .main {
        padding: 0 0 0 1rem;
        line-height: 1.4em;
        color: #01b3a7;
        font-size: 1.77rem;
        font-weight: 700; }
    .case__box-item .list {
      padding: 1rem 0 0; }
      .case__box-item .list-item {
        padding: 0 0 0 1rem;
        line-height: 1.8em;
        display: flex; }
        .case__box-item .list-item .head {
          width: 7rem; }
        .case__box-item .list-item .body .small {
          font-size: .8em; }
        .case__box-item .list-item .alphanumeric {
          font-size: 1em; }
        .case__box-item .list-item.result {
          margin: 1rem auto 0;
          padding: 1rem 1rem 0;
          border-top: 2px solid #01b3a7;
          color: #01b3a7; }
          .case__box-item .list-item.result .head {
            font-size: 1.22rem; }
          .case__box-item .list-item.result .body {
            background: linear-gradient(transparent 40%, #ffffaf 40%);
            font-size: 1.88rem;
            font-feature-settings: 'palt'; }
            .case__box-item .list-item.result .body .small {
              margin-left: .3em; }
    .case__box-item01 {
      width: 24.44rem; }
    .case__box-item02 {
      width: calc(100% - 24.44rem - 2rem); }
    .case__box02 .heading .main, .case__box04 .heading .main {
      color: #5cdeb1; }
    .case__box02 .list-item.result, .case__box04 .list-item.result {
      border-top-color: #5cdeb1;
      color: #5cdeb1; }
    .case__box:last-child {
      padding: 0; }
  @media screen and (max-width: 768px) {
    .case__inner {
      max-width: none; }
    .case__text {
      font-size: .88rem; }
      .case__text .large {
        font-size: 1.4em; }
      .case__text01 br {
        display: none; }
      .case__text02 {
        padding: 2vw 0 5vw; }
    .case__box {
      max-width: 80vw;
      margin: 0 auto;
      padding: 0 0 8vw;
      display: flex;
      flex-flow: column-reverse; }
      .case__box-item {
        width: 100%; }
        .case__box-item .note {
          padding: .2rem 0 0;
          font-size: .66rem; }
        .case__box-item .heading {
          display: flex;
          align-items: center; }
          .case__box-item .heading .number {
            width: 4.44rem; }
          .case__box-item .heading .main {
            padding: 0 0 0 1rem;
            font-size: 1.77rem; }
        .case__box-item .list {
          padding: 1rem 0 0; }
          .case__box-item .list-item {
            padding: 0 0 0 3vw; }
            .case__box-item .list-item .head {
              width: 7rem; }
            .case__box-item .list-item .body .small {
              font-size: .8em; }
            .case__box-item .list-item .alphanumeric {
              font-size: 1em; }
            .case__box-item .list-item.result {
              margin: 3vw auto 0;
              padding: 3vw 0 0 3vw; }
              .case__box-item .list-item.result .head {
                font-size: 1.22rem; }
              .case__box-item .list-item.result .body {
                font-size: 1.88rem; }
                .case__box-item .list-item.result .body .small {
                  margin-left: .3em; }
        .case__box-item01 {
          padding: 5vw 0 0; }
      .case__box02 .heading .main, .case__box04 .heading .main {
        color: #5cdeb1; }
      .case__box02 .list-item.result, .case__box04 .list-item.result {
        border-top-color: #5cdeb1;
        color: #5cdeb1; }
      .case__box:last-child {
        padding: 0; } }

.reason {
  background-image: url("../images/reason.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .reason__text {
    padding: 0 0 5rem; }
  .reason__box {
    max-width: 45rem;
    margin: 0 auto;
    padding: 4rem 2rem 2rem;
    border: 2px solid #323232;
    border-radius: 2rem;
    position: relative; }
    .reason__box .heading {
      background-color: white;
      background-image: url("../images/frame01.svg");
      background-position: top;
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: fit-content;
      margin: 0 auto;
      padding: 0.7em 1.6em calc(1.5em + 1rem);
      line-height: 1.4;
      font-size: 1.55rem;
      font-weight: 700;
      position: absolute;
      top: -2.5rem;
      right: 0;
      left: 0; }
    .reason__box .list {
      display: flex;
      flex-flow: wrap;
      justify-content: space-between; }
      .reason__box .list-item {
        width: calc((100% - 4rem) / 3);
        text-align: center; }
        .reason__box .list-item .image {
          filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2));
          border-radius: 50%;
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            .reason__box .list-item .image {
              filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2)); } }
        .reason__box .list-item .number {
          font-family: "Oswald", sans-serif;
          font-weight: 600;
          font-style: normal;
          padding: .8rem 0 0;
          color: #01b3a7;
          font-size: .88rem; }
          .reason__box .list-item .number .large {
            font-size: 1.25em; }
        .reason__box .list-item .text {
          line-height: 1.4;
          font-size: 1.33rem;
          font-weight: 700; }
        .reason__box .list-item04, .reason__box .list-item05 {
          padding: 1.5rem 0 0; }
        .reason__box .list-item04 {
          margin: 0 2rem 0 auto; }
        .reason__box .list-item05 {
          margin: 0 auto 0 0; }
  @media screen and (max-width: 768px) {
    .reason {
      background-image: url("../images/reason-sp.webp"); }
      .reason__text {
        padding: 0 0 calc(5vw + 2rem); }
      .reason__box {
        max-width: none;
        padding: calc(5vw + 1.5rem) 5vw 5vw;
        border-radius: 1rem;
        position: relative; }
        .reason__box .heading {
          width: calc(100% - 10vw);
          padding: .6em 0 1.5em;
          font-size: 1.13rem;
          text-align: center;
          top: -1.5rem; }
        .reason__box .list {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-gap: 5vw; }
          .reason__box .list-item {
            width: 100%;
            margin: 0;
            padding: 0; }
            .reason__box .list-item .number {
              padding: .8rem 0 0; }
            .reason__box .list-item .text {
              font-size: 1rem; } }

.faq {
  background-color: #323232;
  background-image: url("../images/faq.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white; }
  .faq__heading .main {
    color: white; }
  .faq__list {
    max-width: 45rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem; }
    .faq__list-item {
      border-radius: .5rem;
      overflow: hidden; }
      .faq__list-item .head,
      .faq__list-item .body {
        line-height: 1.8em;
        display: flex;
        align-items: flex-start;
        position: relative; }
      .faq__list-item .head {
        background-color: white;
        min-height: 3rem;
        padding: .5rem 3rem .5rem 0;
        border-radius: .5rem;
        color: #323232;
        font-size: 1.11rem;
        font-weight: 700;
        position: relative;
        cursor: pointer; }
        .faq__list-item .head::before {
          transition: all .2s ease-in-out;
          content: '';
          background-image: url("../images/faq_arrow.svg");
          background-position: left center;
          background-repeat: no-repeat;
          background-size: 100% auto;
          width: 1.5rem;
          height: 1.8rem;
          display: block;
          position: absolute;
          top: 50%;
          right: 1rem;
          transform: translateY(-50%) rotate(-180deg); }
        .faq__list-item .head.is-active::before {
          transform: translateY(-50%); }
      .faq__list-item .body {
        transition: all .2s ease-in-out;
        height: 0;
        padding: 0;
        font-size: 1rem; }
        .faq__list-item .body.is-active {
          padding: 1rem 0;
          height: auto;
          min-height: 3rem; }
        .faq__list-item .body .small {
          font-size: .88em; }
      .faq__list-item .icon {
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        font-style: normal;
        padding: 0 1rem;
        font-size: 2rem;
        display: block; }
        .faq__list-item .icon-q {
          color: #323232; }
        .faq__list-item .icon-a {
          color: white; }
      .faq__list-item a {
        color: #01b3a7;
        border-bottom: 1px solid #01b3a7; }
  @media screen and (max-width: 768px) {
    .faq {
      background-image: url("../images/faq-sp.webp"); }
      .faq__list {
        grid-gap: 3vw; }
        .faq__list-item .head {
          padding: 0.5rem calc(1rem + 6vw) 0.5rem 0;
          font-size: 1rem; }
          .faq__list-item .head::before {
            width: 1rem;
            right: 3vw; }
          .faq__list-item .head::after {
            height: 1rem;
            right: calc(((1rem - 2px) / 2) + 3vw); }
        .faq__list-item .body {
          padding: 0 3vw 0 0; }
          .faq__list-item .body.is-active {
            padding: 3vw 3vw 3vw 0; }
        .faq__list-item .icon {
          padding: 0 3vw;
          font-size: 1.2rem; } }

/* contact */
.contact__inner {
  width: 90vw;
  max-width: 52.78rem;
  margin: 0 auto; }
.contact__heading {
  padding: 0 0 2rem;
  line-height: 1.4;
  font-size: 1.33rem;
  font-weight: 700;
  text-align: center; }
  .contact__heading .medium {
    font-size: 1.2em; }
  .contact__heading .large {
    font-size: 1.58em; }
  .contact__heading .logo {
    width: 5.46em;
    margin: .3em .2em 0;
    display: inline-block; }
    .contact__heading .logo img {
      vertical-align: baseline; }
  .contact__heading .sub {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-style: normal;
    padding-bottom: .2em;
    color: #01b3a7; }
  .contact__heading .main {
    font-size: 1.66rem; }
    .contact__heading .main .large {
      font-size: 1.47em; }
  @media screen and (max-width: 768px) {
    .contact__heading {
      padding: 0 0 5vw;
      font-size: 1.13rem; }
      .contact__heading .sub {
        font-size: 1.31rem; }
      .contact__heading .main {
        font-size: 1.25rem; } }
.contact__text {
  width: fit-content;
  margin: 0 auto;
  line-height: 1.8em;
  text-align: left; }
  .contact__text .emphasis {
    color: #ff5c62;
    font-weight: 700; }
  @media screen and (max-width: 768px) {
    .contact__text {
      width: 100%;
      max-width: none;
      /*br {
      	display: none;
      }*/ } }

/*
	Footer
------------------------------------------------------------ */
.footer {
  background: #323232;
  color: white; }
  .footer__inner {
    width: 90vw;
    max-width: 52.78rem;
    margin: 0 auto;
    padding: 2rem 0 2rem 11.66rem;
    position: relative; }
  .footer__heading {
    width: 6.22rem;
    position: absolute;
    top: 2rem;
    left: 0; }
  .footer__text {
    line-height: 1.8em;
    font-size: .88rem; }
  .footer__link {
    padding: 1rem 0;
    line-height: 1.8em;
    font-size: .88rem;
    display: flex; }
    .footer__link-item {
      padding-right: 1rem; }
      .footer__link-item a {
        border-bottom: 1px solid #5db0e1;
        color: #5db0e1; }
        .footer__link-item a:hover {
          border-bottom-color: #88c5e9;
          color: #88c5e9;
          opacity: 1; }
      .footer__link-item:last-child {
        padding: 0; }
  .footer .copyright {
    line-height: 1.8em;
    font-size: .77rem;
    text-align: right; }
  @media screen and (max-width: 768px) {
    .footer__inner {
      padding: 8vw 0; }
    .footer__heading {
      width: 6.5rem;
      margin: 0 auto;
      position: static; }
    .footer__text {
      padding: 5vw 0 0;
      font-size: .81rem;
      text-align: center; }
    .footer__link {
      padding: 3vw 0;
      font-size: .81rem;
      display: flex;
      justify-content: center; }
      .footer__link-item {
        padding-right: 5vw; }
        .footer__link-item:last-child {
          padding: 0; }
    .footer .copyright {
      text-align: center; } }
