@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 img {
  width: 100%;
  height: auto; }
.wrap .pc {
  display: none; }
.wrap .sp {
  display: block; }
.wrap .font {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal; }
.wrap .pink {
  color: #ff5a64; }
.wrap .blue {
  color: #006de1; }
@media screen and (min-width: 768px) {
  .wrap .pc {
    display: block; }
  .wrap .sp {
    display: none; } }

/*
	Header
------------------------------------------------------------ */
/* visual */
.visual {
  background-color: white;
  background-image: url("../images/visual.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .visual::before {
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/visual_image.webp");
    width: 47vw;
    height: 71vw;
    right: 0;
    bottom: 0; }
  .visual__top {
    padding-top: 2vw;
    background-color: #4B4B4B;
    background-image: url("../images/top-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .visual__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0;
    position: relative; }
  .visual__list {
    width: 60%;
    padding: 7vw 0 12vw; }
    .visual__list-item {
      margin-bottom: 2vw; }
      .visual__list-item:last-child {
        margin-bottom: 0; }
  .visual__button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    bottom: -9vw;
    z-index: 3; }
    .visual__button a {
      transition: all .2s ease-in-out;
      cursor: pointer;
      display: flex;
      background: white;
      border-radius: 100rem;
      text-align: center;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      border: 2px solid #06c755;
      filter: drop-shadow(2px 2px 0 #06c755);
      font-size: 4.8vw;
      line-height: 1;
      height: 18vw;
      padding-right: 2vw;
      position: relative; }
      @media screen and (min-width: 768px) {
        .visual__button a:hover {
          opacity: .7; } }
      .visual__button a .icon img {
        width: 9vw;
        margin-right: 2vw; }
      .visual__button a .text {
        line-height: 2;
        color: #06c755; }
      .visual__button a .comment {
        position: absolute;
        text-align: center;
        top: -3vw; }
        .visual__button a .comment .round {
          background: #06c755;
          color: white;
          text-align: center;
          border-radius: 100rem;
          position: relative;
          font-size: 3.8vw;
          padding: .25em 1.5em; }
          .visual__button a .comment .round::before {
            position: absolute;
            content: "";
            width: 3vw;
            aspect-ratio: 1/cos(30deg);
            clip-path: polygon(50% 75%, 100% 0, 0 0);
            background: #06c755;
            bottom: -2vw;
            left: 50%;
            transform: translateX(-50%); }
      .visual__button a::before {
        position: absolute;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: url("../images/line_arrow.svg");
        right: 2vw;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 3vw;
        height: 3vw; }
  @media screen and (min-width: 768px) {
    .visual {
      background-image: url("../images/visual-pc.webp"); }
      .visual::before {
        display: none; }
      .visual__inner {
        z-index: 2; }
        .visual__inner::before {
          position: absolute;
          content: "";
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          background-image: url("../images/visual_image-pc.webp");
          width: 24rem;
          height: 31rem;
          right: -5rem;
          bottom: 0;
          z-index: -1; }
      .visual__top {
        padding-top: 1rem;
        background-image: url("../images/top-pc.webp"); }
      .visual__heading {
        padding-top: 0;
        width: 66%; }
      .visual__list {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1rem;
        padding: 2rem 0 4rem; }
        .visual__list-item {
          margin-bottom: 0; }
      .visual__button {
        width: 62%;
        bottom: -3rem; }
        .visual__button a {
          font-size: 1.8rem;
          height: 3em;
          padding-right: .25rem; }
          .visual__button a .icon img {
            width: 3rem;
            margin-right: .5rem;
            vertical-align: text-top; }
          .visual__button a .comment {
            top: -1.25rem; }
            .visual__button a .comment .round {
              font-size: 1.3rem; }
              .visual__button a .comment .round::before {
                width: .8rem;
                bottom: -.5rem; }
          .visual__button a .text {
            padding-right: 1rem; }
          .visual__button a::before {
            right: .75rem;
            width: 1.25rem;
            height: 1.25rem; } }

/*
	Contents
------------------------------------------------------------ */
.contents {
  background: transparent;
  color: #000000;
  /* 埋め込み地図・動画 レスポンシブ対応用 */ }
  .contents .video,
  .contents .map {
    width: fit-content;
    margin: 0 auto; }
    .contents .video iframe,
    .contents .video video,
    .contents .map iframe,
    .contents .map video {
      width: 100%;
      max-width: 1000px;
      height: auto;
      aspect-ratio: 16 / 9; }

/*
	Contents	主な編集箇所
------------------------------------------------------------ */
/* cv */
.cv {
  padding: 2rem 0;
  background-color: #006de1;
  background-image: url("../images/cv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12vw 0 10vw; }
  @media screen and (min-width: 768px) {
    .cv {
      padding: 4rem 0; } }
  .cv__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto; }
  .cv__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap; }
    .cv__button-item a {
      transition: all .2s ease-in-out;
      cursor: pointer;
      display: flex;
      background: white;
      border-radius: 100rem;
      text-align: center;
      align-items: center;
      justify-content: center;
      font-weight: 700; }
      @media screen and (min-width: 768px) {
        .cv__button-item a:hover {
          opacity: .7; } }
    .cv__button-item01 {
      width: 100%;
      margin-bottom: 4vw; }
      .cv__button-item01 a {
        border: 2px solid #06c755;
        filter: drop-shadow(2px 2px 0 #06c755);
        font-size: 4.8vw;
        line-height: 1;
        height: 18vw;
        position: relative; }
        .cv__button-item01 a .icon img {
          width: 10vw;
          margin-right: 2vw; }
        .cv__button-item01 a .text {
          line-height: 2;
          color: #06c755; }
        .cv__button-item01 a .comment {
          position: absolute;
          text-align: center;
          top: -3vw; }
          .cv__button-item01 a .comment .round {
            background: #06c755;
            color: white;
            text-align: center;
            border-radius: 100rem;
            position: relative;
            font-size: 3.8vw;
            padding: .25em 1.5em; }
            .cv__button-item01 a .comment .round::before {
              position: absolute;
              content: "";
              width: 3vw;
              aspect-ratio: 1/cos(30deg);
              clip-path: polygon(50% 75%, 100% 0, 0 0);
              background: #06c755;
              bottom: -2vw;
              left: 50%;
              transform: translateX(-50%); }
        .cv__button-item01 a::before {
          position: absolute;
          content: "";
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          background-image: url("../images/line_arrow.svg");
          right: 2vw;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 3vw;
          height: 3vw; }
    .cv__button-item02 {
      display: none; }
      .cv__button-item02 a {
        border: 2px solid #ff5a64;
        filter: drop-shadow(2px 2px 0 #ff5a64);
        color: #ff5a64; }
        .cv__button-item02 a .text {
          line-height: .9; }
          .cv__button-item02 a .text .font {
            font-size: 3.8vw;
            font-weight: 600; }
          .cv__button-item02 a .text .small {
            font-size: 2.4vw;
            font-weight: 500; }
    .cv__button-item03 {
      margin: 0 auto;
      width: 70%; }
      .cv__button-item03 br {
        display: none; }
      .cv__button-item03 a {
        border: 2px solid #309fe5;
        filter: drop-shadow(2px 2px 0 #309fe5);
        color: #309fe5;
        position: relative; }
        .cv__button-item03 a .text {
          font-size: 3.4vw;
          line-height: 1.2; }
        .cv__button-item03 a::before {
          position: absolute;
          content: "";
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          background-image: url("../images/ail_arrow.svg");
          right: 2vw;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 3vw;
          height: 3vw; }
    .cv__button-item02 a, .cv__button-item03 a {
      height: 12vw; }
      .cv__button-item02 a .icon, .cv__button-item03 a .icon {
        width: 5vw;
        margin-right: 2vw; }
    .cv__button-item02 .note, .cv__button-item03 .note {
      font-size: 2.9vw;
      color: white;
      text-align: center;
      font-weight: 700;
      letter-spacing: .05em;
      margin-bottom: .5em; }
  @media screen and (min-width: 768px) {
    .cv {
      background-image: url("../images/cv-pc.webp"); }
      .cv__button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: wrap; }
        .cv__button-item01 {
          width: 60%;
          margin-bottom: 0; }
          .cv__button-item01 a {
            font-size: 1.8rem;
            height: 3.5em;
            padding: .5rem 1rem 0 0; }
            .cv__button-item01 a .icon img {
              width: 3rem;
              margin-right: .75rem;
              vertical-align: middle; }
            .cv__button-item01 a .comment {
              top: -1rem; }
              .cv__button-item01 a .comment .round {
                font-size: 1.3rem;
                padding: .25em 1.5em; }
                .cv__button-item01 a .comment .round::before {
                  width: 1rem;
                  bottom: -.75rem; }
            .cv__button-item01 a::before {
              right: 1rem;
              width: 1rem;
              height: 1rem; }
        .cv__button-item02 a .text {
          line-height: .9; }
          .cv__button-item02 a .text .font {
            font-size: 3.8vw; }
          .cv__button-item02 a .text .small {
            font-size: 2.4vw; }
        .cv__button-item03 {
          width: 36%; }
          .cv__button-item03 br {
            display: none; }
          .cv__button-item03 a {
            position: relative; }
            .cv__button-item03 a .text {
              font-size: 1.2rem;
              line-height: 1.5; }
            .cv__button-item03 a::before {
              right: 1rem;
              width: 1rem;
              height: 1rem; }
        .cv__button-item02 a, .cv__button-item03 a {
          height: 4em; }
          .cv__button-item02 a .icon, .cv__button-item03 a .icon {
            width: 1.75rem;
            margin-right: .5rem; }
        .cv__button-item02 .note, .cv__button-item03 .note {
          font-size: 1rem; } }

/* 全ブロック共通 */
.intro,
.intro02,
.point,
.case,
.step,
.reason,
.voice,
.faq,
.contact {
  padding: 2rem 0; }
  @media screen and (min-width: 768px) {
    .intro,
    .intro02,
    .point,
    .case,
    .step,
    .reason,
    .voice,
    .faq,
    .contact {
      padding: 4rem 0; } }
  .intro__inner,
  .intro02__inner,
  .point__inner,
  .case__inner,
  .step__inner,
  .reason__inner,
  .voice__inner,
  .faq__inner,
  .contact__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto; }
  .intro__eng,
  .intro02__eng,
  .point__eng,
  .case__eng,
  .step__eng,
  .reason__eng,
  .voice__eng,
  .faq__eng,
  .contact__eng {
    margin: 0 auto 2vw;
    width: 32%; }
  .intro__heading,
  .intro02__heading,
  .point__heading,
  .case__heading,
  .step__heading,
  .reason__heading,
  .voice__heading,
  .faq__heading,
  .contact__heading {
    font-size: 8vw;
    text-align: center;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 6vw; }
    .intro__heading .marker,
    .intro02__heading .marker,
    .point__heading .marker,
    .case__heading .marker,
    .step__heading .marker,
    .reason__heading .marker,
    .voice__heading .marker,
    .faq__heading .marker,
    .contact__heading .marker {
      background: linear-gradient(transparent 70%, #f0f02d 70%); }
  @media screen and (min-width: 768px) {
    .intro__eng,
    .intro02__eng,
    .point__eng,
    .case__eng,
    .step__eng,
    .reason__eng,
    .voice__eng,
    .faq__eng,
    .contact__eng {
      margin: 0 auto .25rem;
      width: 13rem; }
    .intro__heading,
    .intro02__heading,
    .point__heading,
    .case__heading,
    .step__heading,
    .reason__heading,
    .voice__heading,
    .faq__heading,
    .contact__heading {
      font-size: 3.6rem;
      margin-bottom: 3rem; } }

/* 各ブロック個別 */
.intro {
  background: white;
  padding: 15vw 0 0;
  position: relative; }
  .intro__heading {
    font-size: 5.2vw;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.5;
    position: relative; }
    .intro__heading .marker {
      font-size: 6.5vw; }
    .intro__heading .strong {
      position: relative; }
      .intro__heading .strong::before {
        position: absolute;
        content: "・";
        color: #000000;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        font-size: 4vw;
        top: -.5em; }
    .intro__heading::before {
      position: absolute;
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url("../images/intro_head.svg");
      width: 80%;
      height: 14vw;
      left: 50%;
      transform: translateX(-50%);
      bottom: -10vw; }
  .intro__text {
    text-align: center;
    background: linear-gradient(90deg, #ff2848 0%, #ff692a 100%);
    color: white;
    font-size: 5vw;
    font-weight: 700;
    line-height: 0;
    padding: 1em 0;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    width: 84%;
    bottom: -13vw; }
    .intro__text .large {
      font-weight: 900;
      font-size: 6.5vw; }
  .intro__list {
    padding: 9vw 0;
    width: fit-content;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 2; }
    .intro__list::before {
      z-index: -1;
      position: absolute;
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url("../images/problem_image.webp");
      width: 25vw;
      height: 43vw;
      left: -26vw;
      bottom: 0;
      top: 0;
      margin: auto; }
    .intro__list-item {
      font-size: 3.6vw;
      font-weight: 500;
      margin-bottom: 1em;
      padding-left: 1.75em;
      position: relative; }
      .intro__list-item::before {
        position: absolute;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: url("../images/icon_check.svg");
        width: 4.5vw;
        height: 4.5vw;
        left: 0;
        top: 0;
        margin: auto;
        bottom: 0; }
      .intro__list-item:last-child {
        margin-bottom: 0; }
      .intro__list-item .blue {
        font-weight: 700; }
      .intro__list-item .marker {
        background: linear-gradient(transparent 50%, #dcf0ff 50%); }
  @media screen and (min-width: 768px) {
    .intro {
      padding: 5rem 0 0; }
      .intro__inner {
        max-width: 750px; }
      .intro__heading {
        font-size: 2.2rem; }
        .intro__heading .marker {
          font-size: 2.8rem; }
        .intro__heading .strong::before {
          font-size: 1.5rem;
          top: -.65em; }
        .intro__heading::before {
          width: 28rem;
          height: 6rem;
          bottom: -4rem; }
      .intro__text {
        font-size: 2.3rem;
        width: 20em;
        bottom: 0; }
        .intro__text .large {
          font-size: 3rem; }
      .intro__list {
        padding: 3rem 0 7rem; }
        .intro__list::before {
          background-image: url("../images/problem_image-pc.webp");
          width: 14rem;
          height: 18.5rem;
          left: -16rem; }
        .intro__list-item {
          font-size: 1.3rem;
          padding-left: 1.75em; }
          .intro__list-item::before {
            width: 1.5rem;
            height: 1.5rem; } }

.intro02 {
  background: #dcf0ff;
  position: relative;
  z-index: 2;
  padding: 0 0 2rem; }
  .intro02::before {
    z-index: -1;
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/solution_image.webp");
    width: 27vw;
    height: 42vw;
    left: 0;
    bottom: 0; }
  .intro02__box {
    filter: drop-shadow(0 10px 7px rgba(0, 0, 0, 0.1)); }
    .intro02__box .triangle {
      position: absolute;
      right: 0;
      width: 100vw;
      height: 136px;
      background: white;
      clip-path: polygon(50% 100%, 100% 0, 0 0);
      z-index: 0;
      top: -1px; }
  .intro02__inner {
    padding: 21vw 0 0; }
  .intro02__heading {
    line-height: 1.4;
    font-size: 7.2vw;
    text-align: center; }
    .intro02__heading .logo {
      position: relative; }
      .intro02__heading .logo::before {
        position: absolute;
        font-weight: 700;
        content: "ジョブスル";
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 2.7vw;
        letter-spacing: .1em;
        top: -2.5em; }
      .intro02__heading .logo img {
        width: 52%;
        margin-bottom: -1vw; }
  .intro02__text {
    font-size: 4.6vw;
    display: table;
    margin: 0 0 0 auto; }
    .intro02__text .border {
      line-height: 2;
      border-bottom: 2px solid #000000; }
    .intro02__text .blue {
      color: #309fe5;
      font-weight: 900; }
  .intro02__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10vw; }
    .intro02__list-item {
      font-weight: 700;
      position: relative;
      z-index: 2;
      color: white;
      text-align: center;
      letter-spacing: .05em; }
      .intro02__list-item::before {
        position: absolute;
        content: "";
        border-radius: 50%;
        left: 50%;
        transform: translateX(-50%);
        background: #006de1;
        background: linear-gradient(90deg, #006de1 0%, #309fe5 50%, #9bdcf0 100%);
        width: 25vw;
        height: 25vw;
        z-index: -1;
        top: 0;
        bottom: 0;
        margin: auto;
        filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.1)); }
        @media screen and (min-width: 768px) {
          .intro02__list-item::before {
            filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.1)); } }
      .intro02__list-item .yellow {
        color: #f0f02d; }
      .intro02__list-item01 {
        font-size: 5.2vw; }
        .intro02__list-item01 .italic {
          font-style: italic; }
          .intro02__list-item01 .italic .font {
            font-style: italic;
            font-size: 11vw; }
          .intro02__list-item01 .italic .yellow {
            font-size: 6.8vw;
            font-weight: 900; }
      .intro02__list-item02, .intro02__list-item03 {
        font-size: 4.6vw; }
        .intro02__list-item02 .yellow, .intro02__list-item03 .yellow {
          font-size: 7vw; }
      .intro02__list-item02 {
        margin: 0 10vw 0 9vw; }
  @media screen and (min-width: 768px) {
    .intro02::before {
      display: none; }
    .intro02__box .triangle {
      height: 8rem; }
    .intro02__inner {
      padding: 5rem 0 2rem;
      position: relative; }
      .intro02__inner::before {
        z-index: -1;
        position: absolute;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: url("../images/solution_image-pc.webp");
        width: 14rem;
        height: 20rem;
        left: -6rem;
        bottom: -2rem; }
    .intro02__heading {
      font-size: 2.6rem;
      margin-bottom: 1rem; }
      .intro02__heading .logo::before {
        font-size: 1.1rem;
        top: -1.25em;
        width: 100%; }
      .intro02__heading .logo img {
        width: 12rem;
        margin-bottom: -.075em; }
    .intro02__text {
      font-size: 1.6rem;
      display: block;
      margin: 0 auto;
      text-align: center; }
    .intro02__list {
      margin-bottom: 4rem; }
      .intro02__list-item::before {
        width: 10rem;
        height: 10rem; }
      .intro02__list-item01 {
        font-size: 2rem; }
        .intro02__list-item01 .italic .font {
          font-size: 4.5rem; }
        .intro02__list-item01 .italic .yellow {
          font-size: 2.5rem; }
      .intro02__list-item02, .intro02__list-item03 {
        font-size: 1.6rem; }
        .intro02__list-item02 .yellow, .intro02__list-item03 .yellow {
          font-size: 2.6rem; }
      .intro02__list-item02 {
        margin: 0 5rem 0 4.5rem; } }

.point {
  background: #309fe5;
  position: relative;
  z-index: 2; }
  .point::before {
    z-index: -1;
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/about_image.webp");
    width: 34vw;
    height: 40vw;
    right: 0;
    bottom: 0; }
  .point__sub {
    color: white;
    font-size: 4.8vw;
    font-weight: 700;
    text-align: center;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-bottom: .75em; }
    .point__sub .middle {
      font-size: 5.3vw; }
  .point__heading {
    color: white;
    font-size: 5.3vw; }
    .point__heading .yellow {
      color: #f0f02d;
      font-size: 7.5vw; }
      .point__heading .yellow .strong {
        position: relative; }
        .point__heading .yellow .strong::before {
          position: absolute;
          content: "・";
          color: #f0f02d;
          text-align: center;
          left: 50%;
          transform: translateX(-50%);
          font-size: 4vw;
          top: -.5em; }
  .point__line {
    width: 100%;
    margin: 0 auto; }
  .point__text01 {
    text-align: center;
    background: #f0f02d;
    color: #309fe5;
    font-size: 4.8vw;
    font-weight: 700;
    padding: 1vw 0;
    margin-bottom: 1vw; }
  .point__text02 {
    color: white;
    font-size: 4.6vw; }
    .point__text02 .border {
      line-height: 2;
      border-bottom: 2px solid white; }
    .point__text02 .yellow {
      font-weight: 900;
      color: #f0f02d; }
  .point__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4vw;
    padding: 5vw 0 7vw; }
    .point__list-item {
      padding: 4vw;
      background: white;
      border-radius: 12px 12px 0 12px;
      position: relative; }
      .point__list-item::before {
        position: absolute;
        content: "";
        width: 6vw;
        aspect-ratio: 1;
        clip-path: polygon(0 100%, 100% 0, 100% 100%);
        background: #006de1;
        bottom: 0;
        right: 0; }
      .point__list-item .text {
        font-size: 3.8vw;
        text-align: center;
        line-height: 1.3;
        font-weight: 700; }
      .point__list-item .image {
        width: 60%;
        margin: 2vw auto 0; }
  @media screen and (min-width: 768px) {
    .point::before {
      display: none; }
    .point__inner {
      position: relative; }
      .point__inner::before {
        z-index: -1;
        position: absolute;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: url("../images/about_image-pc.webp");
        width: 17rem;
        height: 18rem;
        right: 0;
        bottom: -4rem; }
    .point__sub {
      font-size: 1.9rem; }
      .point__sub .middle {
        font-size: 2.5rem; }
    .point__heading {
      font-size: 2.5rem; }
      .point__heading .yellow {
        font-size: 3.4rem; }
        .point__heading .yellow .strong::before {
          font-size: 2rem;
          top: -.5em; }
    .point__text01 {
      width: 60%;
      font-size: 1.9rem;
      padding: .25rem 0;
      margin: 0 auto .5rem; }
    .point__text02 {
      font-size: 1.6rem; }
    .point__line {
      width: 60%;
      margin: 0 auto; }
    .point__list {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 1rem;
      padding: 1rem 0 5rem; }
      .point__list-item {
        padding: 1rem;
        border-radius: 25px 25px 0 25px; }
        .point__list-item::before {
          width: 2rem; }
        .point__list-item .text {
          font-size: 1.4rem; }
        .point__list-item .image {
          width: 50%;
          margin: .5rem auto 0; } }

.case {
  background: #dcf0ff; }
  .case__heading {
    line-height: 1.3; }
    .case__heading .marker {
      color: #006de1; }
    .case__heading .medium {
      font-size: 6vw; }
  .case__text {
    text-align: center;
    font-weight: 700;
    font-size: 3.6vw;
    letter-spacing: .05em;
    line-height: 1.6;
    margin-bottom: 6vw; }
  .case .swiper-slide .box {
    width: 96%;
    margin: 3vw auto 0;
    background: #dcf0ff;
    border-radius: 15px;
    height: 100%;
    border: 2px solid #006de1;
    background: white; }
    .case .swiper-slide .box .top {
      position: relative;
      font-weight: 700; }
      .case .swiper-slide .box .top .place {
        position: absolute;
        text-align: center;
        top: -2vw;
        left: 50%;
        transform: translateX(-50%); }
        .case .swiper-slide .box .top .place .round {
          padding: 0 1em;
          color: white;
          font-size: 3.6vw;
          border-radius: 100rem;
          background: linear-gradient(180deg, #006de1 0%, #309fe5 50%, #9bdcf0 100%); }
      .case .swiper-slide .box .top .work {
        line-height: 1.3;
        background: #006de1;
        border-radius: 13px 13px 0 0;
        text-align: center;
        color: white;
        font-size: 4.3vw;
        letter-spacing: .075em;
        padding: 1em 0; }
    .case .swiper-slide .box .detail {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 4vw; }
      .case .swiper-slide .box .detail .image {
        width: 33%;
        margin-right: 2vw; }
      .case .swiper-slide .box .detail .list-item {
        padding: .25em 0 .75em; }
        .case .swiper-slide .box .detail .list-item:last-child {
          padding: .25em 0 0; }
        .case .swiper-slide .box .detail .list-item .head {
          border: 2px solid #006de1;
          text-align: center;
          border-radius: 5px;
          font-weight: 700;
          letter-spacing: .1em;
          font-size: 3.4vw;
          width: 6em;
          line-height: 1.4; }
        .case .swiper-slide .box .detail .list-item .cost .pink {
          font-size: 5.3vw;
          font-weight: 700; }
        .case .swiper-slide .box .detail .list-item .cost .font {
          font-size: 7.7vw;
          font-weight: 600; }
        .case .swiper-slide .box .detail .list-item .cost .middle {
          font-size: 3.4vw;
          font-weight: 500; }
    .case .swiper-slide .box .title {
      margin: 1em 0 .5em;
      text-align: center;
      font-size: 3.4vw;
      font-weight: 500;
      position: relative;
      z-index: 2; }
      .case .swiper-slide .box .title::before {
        position: absolute;
        content: "";
        z-index: -2;
        width: 90%;
        background: #000000;
        height: 1px;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 50%;
        transform: translateX(-50%); }
      .case .swiper-slide .box .title::after {
        position: absolute;
        content: "";
        z-index: -1;
        width: 9em;
        background: white;
        height: 1.25em;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        bottom: 0;
        margin: auto; }
    .case .swiper-slide .box .text {
      width: 90%;
      margin: 0 auto;
      font-size: 3.4vw;
      text-align: justify;
      line-height: 1.7; }
  @media screen and (min-width: 768px) {
    .case__heading .medium {
      font-size: 2.8rem; }
    .case__text {
      font-size: 1.3rem;
      margin-bottom: 2rem; }
    .case .swiper-slide .box {
      width: 75%;
      margin: 0 auto;
      border-radius: 30px; }
      .case .swiper-slide .box .top .work {
        border-radius: 28px 28px 0 0;
        font-size: 1.6rem; }
      .case .swiper-slide .box .detail {
        margin-top: 2rem; }
        .case .swiper-slide .box .detail .image {
          width: 20%;
          margin-right: 2rem; }
        .case .swiper-slide .box .detail .list-item {
          padding: .25em 0 .75em;
          display: flex;
          align-items: center;
          justify-content: start; }
          .case .swiper-slide .box .detail .list-item:last-child {
            padding: .25em 0 0; }
          .case .swiper-slide .box .detail .list-item .head {
            margin-right: 1rem;
            border-radius: 8px;
            font-size: 1.1rem; }
          .case .swiper-slide .box .detail .list-item .cost {
            flex: 1; }
            .case .swiper-slide .box .detail .list-item .cost .pink {
              font-size: 1.9rem; }
            .case .swiper-slide .box .detail .list-item .cost .font {
              font-size: 2.8rem; }
            .case .swiper-slide .box .detail .list-item .cost .middle {
              font-size: 1rem; }
      .case .swiper-slide .box .title {
        margin: 1em 0 .5em;
        font-size: 1.1rem; }
        .case .swiper-slide .box .title::before {
          width: 80%; }
      .case .swiper-slide .box .text {
        width: 80%;
        font-size: 1rem;
        padding-bottom: 2rem; } }

.step {
  background-image: url("../images/step.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .step__heading {
    line-height: 1.3; }
    .step__heading .marker {
      color: #006de1; }
    .step__heading .medium {
      font-size: 6vw; }
  .step__text {
    text-align: center;
    font-weight: 700;
    font-size: 3.6vw;
    letter-spacing: .05em;
    line-height: 0; }
    .step__text .box {
      border: 2px solid #000000;
      padding: 0 .5em; }
    .step__text03 .pink {
      font-size: 6.2vw; }
    .step__text03 .border {
      border-bottom: 2px solid #ff5a64;
      padding-bottom: .25em; }
    .step__text04 {
      line-height: 1.8;
      margin-top: 10vw; }
      .step__text04 .marker {
        color: white;
        background: #006de1;
        background: linear-gradient(90deg, #006de1 0%, #309fe5 50%, #9bdcf0 100%); }
  .step__list {
    margin-top: 8vw; }
    .step__list-item {
      background: #dcf0ff;
      border-radius: 10px;
      padding: 4vw;
      margin-bottom: 4.5vw;
      position: relative;
      filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.1)); }
      @media screen and (min-width: 768px) {
        .step__list-item {
          filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.1)); } }
      .step__list-item::before {
        position: absolute;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: url("../images/step_arrow.svg");
        width: 7vw;
        height: 4vw;
        bottom: -3vw;
        left: 50%;
        transform: translateX(-50%); }
      .step__list-item:last-child {
        background: #ffebeb;
        margin-bottom: 12vw; }
        .step__list-item:last-child::before {
          display: none; }
      .step__list-item .top {
        display: flex;
        align-items: center;
        margin-bottom: 2vw; }
        .step__list-item .top .icon {
          width: 12%;
          margin-right: 2vw; }
        .step__list-item .top-item {
          font-weight: 700;
          letter-spacing: .05em; }
          .step__list-item .top-item .number {
            font-size: 2.6vw;
            line-height: 1.3; }
          .step__list-item .top-item .head {
            font-size: 5.2vw; }
      .step__list-item .text {
        font-size: 3.4vw;
        text-align: justify;
        line-height: 1.6; }
  .step__box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6vw 0 4vw; }
    .step__box .image {
      width: 38%;
      margin-right: 4vw; }
    .step__box .list-item {
      font-size: 5.2vw;
      font-weight: 700;
      position: relative;
      padding-left: 6vw;
      margin-bottom: 1em; }
      .step__box .list-item .marker {
        background: linear-gradient(transparent 50%, #f0f02d 50%); }
      .step__box .list-item:last-child {
        margin-bottom: 0; }
      .step__box .list-item::before {
        position: absolute;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: url("../images/icon_check.svg");
        width: 5.5vw;
        height: 5.5vw;
        left: 0;
        top: 0;
        margin: auto;
        bottom: 0; }
  @media screen and (min-width: 768px) {
    .step {
      background-image: url("../images/step-pc.webp"); }
      .step__heading .medium {
        font-size: 2.8rem; }
      .step__text {
        font-size: 1.3rem; }
        .step__text03 .pink {
          font-size: 2.5rem; }
        .step__text04 {
          margin-top: 4rem;
          font-size: 1.4rem; }
      .step__list {
        max-width: 880px;
        margin: 4rem auto 0; }
        .step__list-item {
          border-radius: 20px;
          padding: 1.5rem 2rem;
          margin-bottom: 1.25rem; }
          .step__list-item::before {
            width: 2rem;
            height: 1.2rem;
            bottom: -.75rem; }
          .step__list-item:last-child {
            margin-bottom: 4rem; }
          .step__list-item .top {
            margin-bottom: 1rem; }
            .step__list-item .top .icon {
              width: 8%;
              margin-right: 1rem; }
            .step__list-item .top-item .number {
              font-size: 1rem; }
            .step__list-item .top-item .head {
              font-size: 1.9rem; }
          .step__list-item .text {
            font-size: 1rem; }
      .step__box {
        position: relative;
        padding: 2rem 0 1rem; }
        .step__box .image {
          position: absolute;
          left: -2rem;
          width: 16%;
          margin-right: 0; }
        .step__box .list {
          display: flex;
          align-items: center; }
          .step__box .list-item {
            font-size: 1.9rem;
            padding-left: 2.5rem;
            margin: 0 1rem 2rem; }
            .step__box .list-item:last-child {
              margin-bottom: 2rem; }
            .step__box .list-item::before {
              width: 2rem;
              height: 2rem; } }

.reason {
  background: #309fe5; }
  .reason__sub {
    text-align: center;
    font-size: 6vw;
    color: white;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: .25em; }
  .reason__heading {
    color: white;
    margin-bottom: 9vw; }
    .reason__heading .marker {
      background: linear-gradient(transparent 70%, #006de1 70%); }
    .reason__heading .font {
      font-size: 8.8vw; }
  .reason__list-item {
    background: white;
    border-radius: 15px;
    margin-bottom: 4vw; }
    .reason__list-item:last-child {
      margin-bottom: 0; }
    .reason__list-item .image img {
      border-radius: 15px 15px 0 0; }
    .reason__list-item .number {
      font-size: 8vw;
      font-weight: 800;
      color: #f0f02d;
      text-align: center;
      position: relative;
      z-index: 2;
      top: -5vw; }
      .reason__list-item .number::before {
        position: absolute;
        content: "";
        background: linear-gradient(0deg, #006de1 0%, #309fe5 50%, #9bdcf0 100%);
        border-radius: 50%;
        left: 50.25%;
        transform: translateX(-50%);
        top: 0;
        bottom: -1.5vw;
        margin: auto;
        width: 12vw;
        height: 12vw;
        z-index: -1; }
    .reason__list-item .head {
      text-align: center;
      font-size: 4.6vw;
      font-weight: 700;
      letter-spacing: .075em;
      color: #0069c0;
      line-height: 1.5; }
      .reason__list-item .head .font {
        font-size: 5.2vw; }
      .reason__list-item .head .marker {
        background: linear-gradient(transparent 50%, #ffffac 50%); }
    .reason__list-item .text {
      font-size: 3.4vw;
      font-weight: 500;
      text-align: justify;
      padding: 4vw 10vw 8vw;
      line-height: 1.6; }
  @media screen and (min-width: 768px) {
    .reason__sub {
      font-size: 2.8rem; }
    .reason__heading {
      margin-bottom: 3rem; }
      .reason__heading .font {
        font-size: 4.1rem; }
    .reason__list-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 1rem;
      border-radius: 20px; }
      .reason__list-item .image {
        width: 42%; }
        .reason__list-item .image img {
          border-radius: 18px 0 0 18px; }
      .reason__list-item .number {
        font-size: 2.4rem;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -1.75rem; }
        .reason__list-item .number::before {
          bottom: -.25rem;
          width: 3.5rem;
          height: 3.5rem; }
      .reason__list-item .box {
        padding: 0 3rem 0 0;
        flex: 1; }
      .reason__list-item .head {
        font-size: 1.4rem;
        text-align: start;
        margin-bottom: .75em; }
        .reason__list-item .head .font {
          font-size: 1.6rem; }
      .reason__list-item .text {
        font-size: 1rem;
        padding: 0; } }

.voice {
  background-color: white;
  background-image: url("../images/voice.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .voice__heading {
    color: #006de1; }
  .voice .swiper-slide .box {
    width: 96%;
    margin: 5vw auto 0;
    background: #dcf0ff;
    border-radius: 15px;
    padding: 6vw 8vw;
    height: 100%;
    position: relative; }
    .voice .swiper-slide .box .top {
      width: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -4vw; }
      .voice .swiper-slide .box .top .image {
        width: 30%;
        margin-right: 3vw;
        position: relative;
        z-index: 2; }
        .voice .swiper-slide .box .top .image::before {
          content: '';
          position: absolute;
          z-index: -1;
          left: -6px;
          width: 100%;
          height: 100%;
          background: linear-gradient(90deg, #006de1 0%, #309fe5 50%, #9bdcf0 100%);
          border-radius: 50%; }
        .voice .swiper-slide .box .top .image img {
          border-radius: 50%; }
      .voice .swiper-slide .box .top .prof {
        font-weight: 700;
        width: fit-content; }
        .voice .swiper-slide .box .top .prof .number {
          font-size: 3.4vw;
          letter-spacing: .1em;
          margin-bottom: .35em; }
        .voice .swiper-slide .box .top .prof .detail .marker {
          background: linear-gradient(90deg, #006de1 0%, #309fe5 50%, #9bdcf0 100%);
          letter-spacing: .05em;
          color: white;
          font-size: 3.1vw;
          width: 7em;
          display: inline-block;
          padding: .25em;
          margin-bottom: .25em; }
    .voice .swiper-slide .box .head {
      padding: 20vw 0 2vw;
      font-size: 4.3vw;
      font-weight: 700;
      letter-spacing: .075em;
      line-height: 1.5; }
    .voice .swiper-slide .box .text {
      font-size: 3.4vw;
      text-align: justify;
      line-height: 1.7; }
  @media screen and (min-width: 768px) {
    .voice {
      background-image: url("../images/voice-pc.webp"); }
      .voice .swiper-slide .box {
        width: 75%;
        margin: 0 auto;
        border-radius: 30px;
        padding: 3rem 4rem; }
        .voice .swiper-slide .box .top {
          width: 100%;
          align-items: center;
          justify-content: start;
          position: static;
          transform: none; }
          .voice .swiper-slide .box .top .image {
            margin-right: 2rem;
            width: 24%; }
          .voice .swiper-slide .box .top .prof .number {
            font-size: 1.1rem; }
          .voice .swiper-slide .box .top .prof .detail br {
            display: none; }
          .voice .swiper-slide .box .top .prof .detail .marker {
            font-size: 1.1rem;
            padding: .25em;
            margin: 0 .5em 0 0; }
        .voice .swiper-slide .box .head {
          padding: 1rem 0;
          font-size: 1.3rem; }
        .voice .swiper-slide .box .text {
          font-size: 1rem; } }

.faq {
  background-color: #0057d6;
  background-image: url("../images/faq.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .faq__heading {
    color: white;
    margin-bottom: 10vw; }
    .faq__heading .marker {
      background: linear-gradient(transparent 70%, #309fe5 70%); }
  .faq .accordion {
    margin: 0 auto 3vw; }
    .faq .accordion:last-child {
      margin: 0 auto; }
  .faq .accordion summary {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: .25em .75em;
    color: white;
    font-weight: 700;
    font-size: 3.8vw;
    letter-spacing: .025em;
    line-height: 1.3;
    background: #309fe5;
    border-radius: 5px;
    cursor: pointer; }
    .faq .accordion summary::-webkit-details-marker {
      display: none; }
    .faq .accordion summary::after {
      position: absolute;
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url("../images/faq_icon.svg");
      right: 2vw;
      width: 4vw;
      height: 4vw;
      transition: transform .3s;
      transform: rotate(180deg); }
  .faq .accordion[open] summary {
    border-radius: 5px 5px 0 0; }
  .faq .accordion[open] summary::after {
    transform: rotate(0deg); }
  .faq .icon {
    font-size: 6.5vw;
    margin: 0 .25em .15em 0;
    font-weight: 700; }
    .faq .icon-a {
      color: #309fe5; }
  .faq .answer {
    background: white;
    border-radius: 0 0 5px 5px;
    transition: transform .5s, opacity .5s;
    display: flex;
    padding: 1em 8vw 1em 3.5vw; }
    .faq .answer .text {
      font-size: 3.1vw;
      margin-top: .25em;
      text-align: justify;
      line-height: 1.7; }
  .faq .list-item {
    display: flex;
    align-items: baseline; }
    .faq .list-item .head {
      font-weight: 700; }
  @media screen and (min-width: 768px) {
    .faq {
      background-image: url("../images/faq-pc.webp"); }
      .faq__heading {
        margin-bottom: 4rem; }
      .faq .accordion {
        margin: 0 auto 1rem;
        max-width: 800px; }
      .faq .accordion summary {
        padding: 0 1.5rem;
        font-size: 1.2rem;
        border-radius: 10px; }
        .faq .accordion summary::after {
          right: 1rem;
          width: 1.2rem;
          height: 1.2rem; }
      .faq .accordion[open] summary {
        border-radius: 10px 10px 0 0; }
      .faq .icon {
        font-size: 2.1rem;
        margin: 0 .25em .15em 0; }
      .faq .answer {
        border-radius: 0 0 10px 10px;
        padding: 1rem 1.5rem; }
        .faq .answer .text {
          font-size: 1rem; } }

.contact {
  background: #dcf0ff; }
  .contact__heading {
    color: #309fe5; }
  .contact__text {
    text-align: center;
    font-size: 3.6vw;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.7; }
  @media screen and (min-width: 768px) {
    .contact__text {
      font-size: 1.1rem; } }

/*
	Footer
------------------------------------------------------------ */
.footer {
  font-size: 3.1vw;
  font-weight: 500; }
  .footer__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    padding: 8vw 0; }
  .footer .company .head {
    width: 50%;
    margin: 0 auto; }
  .footer .company .list {
    width: fit-content;
    margin: 4vw auto 0; }
    .footer .company .list-item {
      display: flex;
      line-height: 1.2; }
      .footer .company .list-item01 {
        margin-bottom: 1em; }
      .footer .company .list-item .title {
        width: 5em;
        padding-left: .5em;
        position: relative;
        font-weight: 700; }
        .footer .company .list-item .title::before {
          position: absolute;
          content: "";
          width: 2px;
          background: #309fe5;
          height: 1em;
          left: 0;
          top: .15em; }
      .footer .company .list-item .text {
        flex: 1; }
  .footer .copyright {
    background: #006de1;
    text-align: center;
    color: white;
    padding: 3vw 0 28vw; }
  @media screen and (min-width: 768px) {
    .footer {
      font-size: 1rem; }
      .footer__inner {
        padding: 3rem 0; }
      .footer .company .head {
        width: 12rem; }
      .footer .company .list {
        margin: 1rem auto 0; }
        .footer .company .list-item {
          line-height: 1.4; }
          .footer .company .list-item .title::before {
            top: .3em; }
      .footer .copyright {
        font-size: .8rem;
        padding: 1em 0 8rem; } }

/* Floating area */
.floating {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #f0f02d; }
  .floating__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5vw 2vw; }
    .floating__button-item a {
      transition: all .2s ease-in-out;
      cursor: pointer;
      display: flex;
      background: white;
      border-radius: 100rem;
      text-align: center;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      height: 20vw;
      border-radius: 10px; }
      @media screen and (min-width: 768px) {
        .floating__button-item a:hover {
          opacity: .7; } }
    .floating__button-item01 {
      width: 64%; }
      .floating__button-item01 a {
        border: 2px solid #06c755;
        filter: drop-shadow(2px 2px 0 #06c755);
        font-size: 5.2vw;
        line-height: 1; }
        .floating__button-item01 a .icon {
          width: 11vw;
          margin-right: 1.5vw; }
        .floating__button-item01 a .text {
          filter: 1;
          color: #06c755; }
    .floating__button-item02 {
      display: none; }
      .floating__button-item02 a {
        border: 2px solid #ff5a64;
        filter: drop-shadow(2px 2px 0 #ff5a64);
        color: #ff5a64; }
    .floating__button-item03 {
      width: 33%; }
      .floating__button-item03 a {
        border: 2px solid #309fe5;
        filter: drop-shadow(2px 2px 0 #309fe5);
        color: #309fe5; }
    .floating__button-item02 a .text, .floating__button-item03 a .text {
      font-size: 3.4vw;
      line-height: 2; }
    .floating__button-item02 a .icon img, .floating__button-item03 a .icon img {
      width: 8vw; }
  @media screen and (min-width: 768px) {
    .floating__button {
      padding: 1rem;
      width: calc(100vw - 2rem);
      max-width: 1000px;
      margin: 0 auto;
      justify-content: center; }
      .floating__button-item a {
        height: 5rem; }
      .floating__button-item01 {
        width: 33%;
        margin-right: 1rem; }
        .floating__button-item01 a {
          font-size: 1.2rem; }
          .floating__button-item01 a .icon {
            width: 3em;
            margin-right: .5em; }
      .floating__button-item03 a .icon {
        vertical-align: middle;
        margin-right: .5em; }
        .floating__button-item03 a .icon img {
          width: 2.5em;
          margin-bottom: .55rem; }
      .floating__button-item02 a .text, .floating__button-item03 a .text {
        font-size: 1.2rem;
        line-height: 3; } }
