@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Specify the box size calculation method */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Improved responsiveness of links and buttons on touch devices */
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* --------------------
	Settings
	変数・mixin設定
-------------------- */
/*
	書体
-------------------- */
/*
	カラー
-------------------- */
/*
	その他
-------------------- */
/* --------------------
	Base
	基本設定
-------------------- */
html {
  font-size: 1.8vw; }
  @media screen and (min-width: 1000px) {
    html {
      font-size: 18px; } }
  @media screen and (max-width: 768px) {
    html {
      font-size: 3.86vw; } }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal; }
  body a {
    color: inherit;
    text-decoration: none;
    /*&[href^="tel:"] {
    	pointer-events: none;
    }*/ }
  body img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  body em {
    font-style: normal; }
  body li {
    list-style: none; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: inherit; }

.wrap {
  background: white;
  width: 100%;
  color: #323232; }
  @media screen and (max-width: 768px) {
    .wrap {
      /*a {
      	&[href^="tel:"] {
      		pointer-events: auto;
      	}
      }*/ } }

/* --------------------
	Layout
-------------------- */
/* Mixin */
/* common parts */
/* button */
/*
	Wrap
------------------------------------------------------------ */
body a {
  transition: all .2s ease-in-out;
  cursor: pointer; }
  body a:hover {
    opacity: .7; }
  @media screen and (max-width: 768px) {
    body a:hover {
      opacity: 1; } }

.wrap {
  overflow: hidden; }
  .wrap img {
    width: 100%;
    height: auto; }
  .wrap .pc {
    display: block; }
  .wrap .sp {
    display: none; }
  .wrap .number {
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal; }
  .wrap .yellow {
    color: #f7f061; }
  .wrap .marker {
    font-weight: 700;
    background: linear-gradient(transparent 50%, #f7f061 50%); }
  @media screen and (max-width: 768px) {
    .wrap .sp {
      display: block; }
    .wrap .pc {
      display: none; } }

/*
	Header
------------------------------------------------------------ */
.header {
  background: white;
  width: 100%;
  color: #323232;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header__inner {
    padding: .75rem 3vw;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between; }
  .header__heading {
    width: 12rem;
    text-align: center;
    line-height: 1.5em;
    font-size: .78rem;
    font-weight: 500;
    padding-right: 1.5rem; }
  .header__text {
    line-height: 1.8em; }
  .header__button {
    width: 43rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500; }
    .header__button-item {
      padding-right: .5rem; }
      .header__button-item a {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100rem;
        color: white;
        margin: 0 auto;
        padding: .5rem 0;
        text-align: center;
        font-size: 1.11rem; }
        .header__button-item a .icon {
          width: 1.4rem;
          margin-right: .5rem; }
      .header__button-item01 {
        width: 12rem; }
        .header__button-item01 a {
          font-size: 1.1rem;
          line-height: .5;
          background: #0069c0;
          filter: drop-shadow(3px 5px 0 #0442a5); }
          .header__button-item01 a .small {
            font-size: .56rem; }
      .header__button-item02 {
        width: 12rem; }
        .header__button-item02 a {
          background: #009dd7;
          filter: drop-shadow(3px 5px 0 #185da8); }
      .header__button-item03 {
        width: 18rem; }
        .header__button-item03 a {
          background: #06c755;
          filter: drop-shadow(3px 5px 0 #167f57); }
  @media screen and (max-width: 768px) {
    .header__heading {
      width: 42%;
      font-size: 3vw;
      padding-right: 0;
      margin: 0 auto; }
    .header__button {
      display: none; } }

/* visual */
.visual {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #dae4fc calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #dae4fc calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding-top: .75rem;
  overflow: hidden;
  position: relative; }
  .visual::before {
    position: absolute;
    content: " ";
    background-image: url("../images/visual_image.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 48rem;
    height: 36rem;
    top: 4rem;
    left: 54%;
    transform: translateX(-50%);
    z-index: 1; }
  .visual::after {
    position: absolute;
    content: " ";
    background: #f0f0f5;
    bottom: 0;
    width: 100%;
    height: 14%;
    z-index: 0; }
  .visual__top {
    background: #0069c0;
    color: white;
    text-align: center;
    font-weight: 500;
    padding: .5rem 0;
    letter-spacing: .02em; }
    .visual__top .number {
      font-size: 1.88rem;
      vertical-align: sub; }
  .visual__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 3rem 0;
    position: relative;
    z-index: 2; }
  .visual__sub {
    border-radius: 50%;
    width: 12rem;
    height: 12rem;
    background: #009dd7;
    text-align: center;
    position: absolute;
    right: -4vw;
    top: 2rem;
    color: white;
    font-weight: 700;
    line-height: 1.6em; }
    .visual__sub .medium {
      font-size: 1.33rem; }
    .visual__sub .main {
      padding-top: 2.25rem; }
    .visual__sub .sub {
      padding-top: .5rem;
      position: relative; }
      .visual__sub .sub .under {
        border-bottom: 1px solid white; }
      .visual__sub .sub::before {
        position: absolute;
        content: " ";
        background-image: url("../images/decoration01.svg");
        background-position: center;
        background-repeat: no-repeat;
        width: 5rem;
        height: 5rem;
        top: 4.5rem;
        left: 4rem; }
  .visual__text {
    font-weight: 700;
    font-size: 1.33rem;
    letter-spacing: .04em;
    color: #009dd7;
    padding-bottom: 1rem; }
  .visual__heading {
    position: relative;
    width: 50%;
    left: -1rem;
    z-index: 2; }
    .visual__heading::before {
      position: absolute;
      content: " ";
      z-index: -1;
      background-image: url("../images/decoration03.svg");
      background-position: center;
      background-repeat: no-repeat;
      width: 21%;
      height: 49%;
      top: 0;
      left: -3rem; }
  .visual__appeal {
    width: 42%;
    padding-top: 1.5rem;
    position: relative;
    z-index: 2; }
  .visual__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem; }
    .visual__button-sp {
      display: none; }
    .visual__button-item a {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100rem;
      color: white;
      margin: 0 auto;
      padding: 1rem 0;
      font-size: 1.11rem;
      font-weight: 500; }
      .visual__button-item a .icon {
        width: 1.4rem;
        margin-right: .25rem; }
    .visual__button-item01 {
      width: 24%; }
      .visual__button-item01 a {
        font-size: 1.28rem;
        background: #0069c0;
        filter: drop-shadow(3px 5px 0 #0442a5);
        line-height: .5; }
        .visual__button-item01 a .small {
          font-size: .66rem; }
    .visual__button-item02 {
      width: 24%; }
      .visual__button-item02 a {
        background: #009dd7;
        filter: drop-shadow(3px 5px 0 #185da8); }
    .visual__button-item03 {
      width: 50%;
      position: relative; }
      .visual__button-item03 .comment {
        position: absolute;
        background: white;
        border: 3px solid #06c755;
        color: #06c755;
        top: -1rem;
        border-radius: 100rem;
        font-weight: 700;
        padding: .25rem 1rem; }
        .visual__button-item03 .comment::before {
          width: 1rem;
          position: absolute;
          aspect-ratio: 1/cos(30deg);
          clip-path: polygon(50% 60%, 100% 0, 0 0);
          background: white;
          content: '';
          left: 50%;
          transform: translateX(-50%);
          bottom: -.75rem; }
      .visual__button-item03 a {
        padding: 1.8rem 0 1rem;
        font-size: 1.3rem;
        background: #06c755;
        filter: drop-shadow(3px 5px 0 #167f57); }
        .visual__button-item03 a .icon {
          width: 2.4rem;
          margin-right: .5rem; }
  @media screen and (max-width: 768px) {
    .visual {
      padding-top: 4.75rem; }
      .visual::before {
        background-image: url("../images/visual_image-sp.webp");
        background-position: top;
        width: 70%;
        height: 32%;
        top: auto;
        left: auto;
        right: 1rem;
        bottom: 9.5rem;
        transform: none; }
      .visual::after {
        height: 15%; }
      .visual__top {
        padding: 1rem 0;
        line-height: 1.5em; }
        .visual__top .number {
          font-size: 6vw;
          vertical-align: text-bottom; }
      .visual__inner {
        padding: 2rem 0; }
      .visual__sub {
        width: 10rem;
        height: 10rem;
        right: auto;
        left: 0;
        top: auto;
        bottom: 15rem; }
        .visual__sub .medium {
          font-size: 4.6vw; }
        .visual__sub .main {
          padding-top: 2rem;
          font-size: 3.5vw; }
        .visual__sub .sub {
          font-size: 3vw;
          padding-top: .5rem;
          line-height: 1.5; }
          .visual__sub .sub::before {
            width: 3rem;
            height: 3rem;
            top: 3.5rem; }
      .visual__text {
        font-size: 4vw; }
      .visual__heading {
        width: 100%;
        left: 0; }
        .visual__heading::before {
          width: 25%;
          height: 60%;
          top: -1rem;
          left: -1rem; }
        .visual__heading::after {
          position: absolute;
          content: " ";
          z-index: -1;
          background-image: url("../images/decoration05.svg");
          background-position: center;
          background-repeat: no-repeat;
          width: 64%;
          height: 80%;
          bottom: 0;
          right: -3rem;
          opacity: .5; }
      .visual__appeal {
        width: 100%;
        padding-top: .5rem;
        padding-bottom: 14rem; }
      .visual__button {
        flex-flow: wrap; }
        .visual__button-pc {
          display: none; }
        .visual__button-sp {
          display: flex; }
        .visual__button-item a {
          font-size: 4.2vw; }
        .visual__button-item01 {
          width: 48%; }
          .visual__button-item01 a {
            font-size: 4.5vw; }
            .visual__button-item01 a .small {
              font-size: 2.35vw; }
        .visual__button-item02 {
          width: 48%; }
        .visual__button-item03 {
          width: 100%;
          margin-bottom: 1rem; }
          .visual__button-item03 .comment {
            top: -1rem;
            font-size: 3.86vw; }
          .visual__button-item03 a {
            padding: 1rem 0;
            font-size: 5vw; } }

/*
	Contents
------------------------------------------------------------ */
.contents {
  background: transparent;
  color: #323232;
  /* 埋め込み地図・動画 レスポンシブ対応用 */ }
  .contents .video,
  .contents .map {
    width: 100%;
    max-width: 1000px;
    height: 0;
    margin: 0 auto;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden; }
    .contents .video iframe,
    .contents .map iframe {
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      top: 0;
      left: 0; }

/*
	Contents	主な編集箇所
------------------------------------------------------------ */
/* cv */
.cv {
  padding: 3rem 0 3.5rem;
  background: #f7f061;
  background-image: url("../images/cv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .cv__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto; }
  .cv__top {
    color: #0069c0;
    text-align: center;
    font-weight: 700;
    padding: .5rem 0;
    letter-spacing: .02em; }
    .cv__top .round {
      padding: .5rem 2rem;
      border: 1px solid #0069c0;
      border-radius: 100rem; }
    .cv__top .number {
      font-size: 1.88rem;
      vertical-align: sub; }
  .cv__heading {
    font-size: 1.44rem;
    font-weight: 700;
    text-align: center;
    line-height: 2; }
    .cv__heading .border {
      font-size: 2rem;
      border-bottom: 1px solid #323232; }
    .cv__heading .logo img {
      width: 18rem; }
  .cv__box {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cv__box .appeal {
      width: 46%;
      margin-top: 2rem; }
    .cv__box .button {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-flow: wrap;
      padding-top: 2rem; }
      .cv__box .button-item a {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100rem;
        color: white;
        margin: 0 auto;
        padding: 1rem 0;
        font-size: 1.11rem;
        font-weight: 500; }
        .cv__box .button-item a .icon {
          width: 1.4rem;
          margin-right: .25rem; }
      .cv__box .button-item01 {
        width: 48%; }
        .cv__box .button-item01 a {
          font-size: 1.28rem;
          background: #0069c0;
          filter: drop-shadow(3px 5px 0 #0442a5);
          line-height: .5; }
          .cv__box .button-item01 a .small {
            font-size: .66rem; }
      .cv__box .button-item02 {
        width: 48%; }
        .cv__box .button-item02 a {
          background: #009dd7;
          filter: drop-shadow(3px 5px 0 #185da8); }
      .cv__box .button-item03 {
        width: 100%;
        position: relative;
        margin-bottom: 1rem; }
        .cv__box .button-item03 .comment {
          position: absolute;
          background: white;
          border: 3px solid #06c755;
          color: #06c755;
          top: -1rem;
          border-radius: 100rem;
          font-weight: 700;
          padding: .25rem 1rem; }
          .cv__box .button-item03 .comment::before {
            width: 1rem;
            position: absolute;
            aspect-ratio: 1/cos(30deg);
            clip-path: polygon(50% 60%, 100% 0, 0 0);
            background: white;
            content: '';
            left: 50%;
            transform: translateX(-50%);
            bottom: -.75rem; }
        .cv__box .button-item03 a {
          padding: 1.8rem 0 1rem;
          font-size: 1.3rem;
          background: #06c755;
          filter: drop-shadow(3px 5px 0 #167f57); }
          .cv__box .button-item03 a .icon {
            width: 2.4rem;
            margin-right: .5rem; }
  @media screen and (max-width: 768px) {
    .cv {
      padding: 3rem 0 3.5rem;
      background-image: url("../images/cv-sp.webp"); }
      .cv__top {
        padding: .5rem 0;
        border: 1px solid #0069c0;
        border-radius: 100rem;
        font-size: 3.2vw; }
        .cv__top .round {
          border: none;
          padding: 0; }
        .cv__top .number {
          font-size: 6.2vw; }
      .cv__heading {
        font-size: 3.5vw;
        padding: .5rem 0; }
        .cv__heading .border {
          font-size: 5vw; }
        .cv__heading .logo img {
          width: 45vw; }
      .cv__box {
        display: block; }
        .cv__box .appeal {
          width: 80%;
          margin-top: 0;
          margin: 0 auto; }
        .cv__box .button {
          width: 100%;
          padding-top: 3rem; }
          .cv__box .button-item a {
            font-size: 4.2vw; }
          .cv__box .button-item01 a {
            font-size: 4.4vw; }
            .cv__box .button-item01 a .small {
              font-size: 2.35vw; }
          .cv__box .button-item03 {
            width: 100%;
            margin-bottom: 1rem; }
            .cv__box .button-item03 .comment {
              top: -1rem;
              font-size: 3.86vw; }
            .cv__box .button-item03 a {
              font-size: 5vw; } }

/* 全ブロック共通 */
.trouble,
.support,
.case,
.reason,
.message,
.step,
.faq,
.contact {
  padding: 4rem 0; }
  @media screen and (max-width: 768px) {
    .trouble,
    .support,
    .case,
    .reason,
    .message,
    .step,
    .faq,
    .contact {
      padding: 8vw 0; } }
  .trouble__inner,
  .support__inner,
  .case__inner,
  .reason__inner,
  .message__inner,
  .step__inner,
  .faq__inner,
  .contact__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto; }
  .trouble__number,
  .support__number,
  .case__number,
  .reason__number,
  .message__number,
  .step__number,
  .faq__number,
  .contact__number {
    font-size: 5rem;
    letter-spacing: .02em;
    text-align: center;
    padding-bottom: 1rem;
    color: #0069c0;
    opacity: .2; }
  .trouble__sub,
  .support__sub,
  .case__sub,
  .reason__sub,
  .message__sub,
  .step__sub,
  .faq__sub,
  .contact__sub {
    font-size: 1.56rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: .75rem;
    color: #0069c0; }
  .trouble__heading,
  .support__heading,
  .case__heading,
  .reason__heading,
  .message__heading,
  .step__heading,
  .faq__heading,
  .contact__heading {
    text-align: center;
    font-size: 2.11rem;
    font-weight: 700;
    letter-spacing: .04em;
    padding-bottom: 2rem;
    color: #0069c0; }
    .trouble__heading .number,
    .support__heading .number,
    .case__heading .number,
    .reason__heading .number,
    .message__heading .number,
    .step__heading .number,
    .faq__heading .number,
    .contact__heading .number {
      font-weight: 700;
      font-size: 2.67rem; }
  .trouble__text,
  .support__text,
  .case__text,
  .reason__text,
  .message__text,
  .step__text,
  .faq__text,
  .contact__text {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5em; }
  @media screen and (max-width: 768px) {
    .trouble__number,
    .support__number,
    .case__number,
    .reason__number,
    .message__number,
    .step__number,
    .faq__number,
    .contact__number {
      font-size: 12vw;
      padding-bottom: 0; }
    .trouble__sub,
    .support__sub,
    .case__sub,
    .reason__sub,
    .message__sub,
    .step__sub,
    .faq__sub,
    .contact__sub {
      font-size: 4.5vw;
      padding-bottom: .5rem; }
    .trouble__heading,
    .support__heading,
    .case__heading,
    .reason__heading,
    .message__heading,
    .step__heading,
    .faq__heading,
    .contact__heading {
      font-size: 6.5vw;
      padding-bottom: 1.5rem; }
      .trouble__heading .number,
      .support__heading .number,
      .case__heading .number,
      .reason__heading .number,
      .message__heading .number,
      .step__heading .number,
      .faq__heading .number,
      .contact__heading .number {
        font-size: 7.5vw; }
    .trouble__text,
    .support__text,
    .case__text,
    .reason__text,
    .message__text,
    .step__text,
    .faq__text,
    .contact__text {
      font-size: 3.86vw;
      line-height: 1.8em; } }

/* 各ブロック個別 */
.trouble {
  background: #f0f0f5;
  padding: 2rem 0 0;
  position: relative; }
  .trouble::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8rem 50vw 0 50vw;
    border-color: #f0f0f5 #ffffff transparent #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0; }
  .trouble__heading {
    color: #323232;
    font-size: 1.3rem;
    padding-bottom: 1rem; }
    .trouble__heading .strong {
      font-size: 2rem;
      position: relative; }
      .trouble__heading .strong::before {
        position: absolute;
        content: "・・・・・";
        top: -.5rem;
        left: .5rem;
        font-size: .8rem;
        letter-spacing: 1.6em; }
  .trouble__line {
    margin: 0 auto;
    width: 60%; }
  .trouble__box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0 0; }
    .trouble__box .image {
      margin-right: 2rem; }
    .trouble__box .list {
      font-size: 1.11rem; }
      .trouble__box .list-item {
        position: relative;
        padding: .75rem 0 .75rem 2rem;
        font-weight: 500; }
        .trouble__box .list-item::before {
          position: absolute;
          content: " ";
          background-image: url("../images/icon_check.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          width: 1.5rem;
          height: 1.5rem;
          top: 0;
          bottom: 0;
          margin: auto;
          left: 0; }
        .trouble__box .list-item .marker {
          font-weight: 700;
          background: linear-gradient(transparent 50%, #f7f061 50%); }
  .trouble__text {
    position: relative;
    top: 2rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 0; }
    .trouble__text img {
      width: 23rem;
      vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .trouble::before {
      border-width: 4rem 50vw 0 50vw; }
    .trouble__heading {
      font-size: 4.5vw;
      padding-bottom: .25rem; }
      .trouble__heading .strong {
        font-size: 5.5vw; }
        .trouble__heading .strong::before {
          left: .25rem;
          font-size: 3vw;
          letter-spacing: .9em; }
    .trouble__line {
      width: 100%; }
    .trouble__box {
      margin: 0 auto;
      flex-wrap: wrap-reverse;
      padding: 1rem 0 0; }
      .trouble__box .image {
        width: 50%;
        margin-right: 0; }
      .trouble__box .list {
        font-size: 3.5vw;
        width: 86%;
        line-height: 1.3em; }
        .trouble__box .list-item {
          padding: .5rem 0 .5rem 1.5rem; }
          .trouble__box .list-item::before {
            width: 4vw;
            height: 4vw;
            top: .55rem;
            margin: 0; }
          .trouble__box .list-item .marker {
            font-weight: 700;
            background: linear-gradient(transparent 50%, #f7f061 50%); }
    .trouble__text {
      top: 1rem;
      font-size: 4vw; }
      .trouble__text img {
        width: 44%;
        vertical-align: text-bottom; } }

.support {
  padding: 6rem 0 0; }
  .support__heading {
    color: #323232;
    font-size: 1.44rem;
    line-height: 2em; }
    .support__heading .navy {
      color: #0069c0; }
    .support__heading .large {
      font-size: 2rem; }
    .support__heading .blue {
      color: #009dd7; }
  .support__box {
    background: #dfedf6;
    border-radius: 20px;
    padding: 2rem;
    filter: drop-shadow(0 5px 4px rgba(0, 0, 0, 0.2));
    position: relative;
    top: 2rem; }
    @media screen and (max-width: 768px) {
      .support__box {
        filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.1)); } }
    .support__box .text {
      font-size: 1.44rem;
      font-weight: 700;
      text-align: center;
      padding-bottom: 2rem; }
      .support__box .text .strong {
        font-size: 1.66rem;
        position: relative; }
        .support__box .text .strong::before {
          position: absolute;
          content: "・・・・";
          top: -.5rem;
          left: .5rem;
          font-size: .8rem;
          letter-spacing: 1em; }
    .support__box .title {
      color: white;
      font-weight: 700;
      font-size: 1.44rem;
      text-align: center; }
      .support__box .title .bubble {
        top: -3.25rem;
        padding: 1rem 4rem;
        background: #0069c0;
        border-radius: 100rem;
        position: relative; }
        .support__box .title .bubble::before {
          width: 3rem;
          position: absolute;
          aspect-ratio: 1/cos(30deg);
          clip-path: polygon(50% 54%, 100% 0, 0 0);
          background: #0069c0;
          content: '';
          left: 50%;
          transform: translateX(-50%);
          bottom: -2rem; }
      .support__box .title .medium {
        font-size: 2rem; }
    .support__box .list {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-flow: wrap;
      position: relative; }
      .support__box .list::before {
        position: absolute;
        content: " ";
        background: white;
        width: 100%;
        height: 1px;
        bottom: 8.5rem; }
      .support__box .list-item {
        width: calc((100% - 2rem)/3);
        text-align: center;
        position: relative;
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1.5em;
        margin-bottom: 1.5rem; }
        .support__box .list-item01, .support__box .list-item03, .support__box .list-item05 {
          padding: .5rem 0 .5rem 2rem; }
        .support__box .list-item02, .support__box .list-item04, .support__box .list-item06 {
          padding: 1.2rem 0 1.2rem 2rem; }
        .support__box .list-item02 {
          position: relative; }
          .support__box .list-item02::before {
            position: absolute;
            content: " ";
            height: 14rem;
            background: white;
            width: 1px;
            left: -2rem;
            top: 0; }
          .support__box .list-item02::after {
            position: absolute;
            content: " ";
            height: 14rem;
            background: white;
            width: 1px;
            right: 0;
            top: 0; }
        .support__box .list-item .number {
          background: #009dd7;
          color: white;
          font-size: 1.88rem;
          border-radius: 50%;
          width: 4rem;
          height: 4rem;
          position: absolute;
          display: block;
          left: 0;
          top: 0;
          filter: drop-shadow(5px 7px 0 #c3dced); }
          .support__box .list-item .number .center {
            position: relative;
            top: 30%; }
        .support__box .list-item .blue {
          color: #009dd7;
          font-weight: 700; }
        .support__box .list-item .small {
          font-size: .88rem; }
    .support__box .image {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .support__box .image-item {
        width: calc((100% - 5rem)/3); }
        .support__box .image-item img {
          border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .support {
      padding: 2rem 0 0; }
      .support__heading {
        font-size: 4vw;
        line-height: 2em;
        padding-bottom: 0; }
        .support__heading .large {
          font-size: 5vw; }
      .support__box {
        padding: 2rem 1rem 1rem; }
        .support__box::before {
          position: absolute;
          content: " ";
          height: 62vw;
          background: white;
          width: 1px;
          left: 50%;
          transform: translateX(-50%);
          top: 5.5rem; }
        .support__box .text {
          font-size: 4vw;
          padding-bottom: 1rem; }
          .support__box .text .strong {
            font-size: 5vw; }
            .support__box .text .strong::before {
              top: -.3rem;
              left: .25rem;
              font-size: 2.5vw; }
        .support__box .title {
          font-size: 3.5vw; }
          .support__box .title .bubble {
            top: -2.25rem;
            padding: .75rem 2rem; }
            .support__box .title .bubble::before {
              width: 2rem;
              bottom: -1.25rem; }
          .support__box .title .medium {
            font-size: 4.2vw; }
        .support__box .list::before {
          bottom: 6.5rem; }
        .support__box .list::after {
          position: absolute;
          content: " ";
          background: white;
          width: 100%;
          height: 1px;
          top: 5rem; }
        .support__box .list-item {
          width: calc((100% - 2rem)/2);
          font-size: 3vw;
          margin-bottom: 1rem; }
          .support__box .list-item01, .support__box .list-item03, .support__box .list-item05 {
            padding: .5rem 0 .5rem 2rem; }
          .support__box .list-item02, .support__box .list-item04, .support__box .list-item06 {
            padding: 1.2rem 0 1.2rem 2rem; }
          .support__box .list-item02::before, .support__box .list-item02::after {
            display: none; }
          .support__box .list-item .number {
            font-size: 4vw;
            width: 2rem;
            height: 2rem; }
            .support__box .list-item .number .center {
              top: .45rem; }
          .support__box .list-item .small {
            font-size: 2.5vw; }
          .support__box .list-item .blue {
            font-size: 3.5vw; }
        .support__box .image-item {
          width: calc((100% - 1rem)/3); } }

.case {
  background: #009dd7;
  background-image: url("../images/case.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .case__number, .case__heading, .case__text {
    color: white; }
  .case__inner {
    position: relative; }
  .case__appeal {
    position: absolute;
    display: flex;
    align-items: center;
    top: 3rem;
    left: 0;
    width: 30%;
    filter: drop-shadow(0 5px 4px rgba(0, 0, 0, 0.2)); }
    @media screen and (max-width: 768px) {
      .case__appeal {
        filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.1)); } }
    .case__appeal-item {
      margin-right: 1rem; }
  .case .slide-item {
    width: 94%;
    margin: 2rem auto;
    background: white;
    border-radius: 20px;
    padding: 1.5rem 3vw;
    filter: drop-shadow(0 5px 4px rgba(0, 0, 0, 0.2)); }
    @media screen and (max-width: 768px) {
      .case .slide-item {
        filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.1)); } }
    .case .slide-item .number {
      text-align: center; }
      .case .slide-item .number .round {
        background: #0069c0;
        border-radius: 100rem;
        color: white;
        padding: .25rem 5vw;
        font-size: .88rem; }
    .case .slide-item .occupation {
      color: #0069c0;
      text-align: center;
      font-size: 1.11rem;
      font-weight: 700;
      padding: 1rem 0 1.5rem;
      position: relative; }
      .case .slide-item .occupation::before {
        position: absolute;
        content: "";
        background: #0069c0;
        width: 64%;
        height: 1px;
        left: 50%;
        transform: translateX(-50%);
        bottom: .75rem; }
    .case .slide-item .top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 auto; }
      .case .slide-item .top .image {
        width: 38%;
        position: relative; }
        .case .slide-item .top .image::before {
          position: absolute;
          content: " ";
          background-image: url("../images/decoration03.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          width: 3rem;
          height: 3rem;
          bottom: -1rem;
          left: -1rem; }
        .case .slide-item .top .image img {
          border-radius: 10px; }
      .case .slide-item .top .list {
        width: 60%; }
        .case .slide-item .top .list-item {
          position: relative;
          padding: .75rem 0 .75rem 1.5rem;
          font-weight: 700; }
          .case .slide-item .top .list-item::before {
            position: absolute;
            content: " ";
            background-image: url("../images/icon_check.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            width: 1rem;
            height: 1rem;
            top: 0;
            bottom: 0;
            margin: auto;
            left: 0; }
    .case .slide-item .detail {
      padding-top: 1.5rem; }
      .case .slide-item .detail-item {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: .8rem;
        line-height: 1.5em; }
        .case .slide-item .detail-item .title {
          font-weight: 700;
          color: #0069c0;
          width: 6rem; }
          .case .slide-item .detail-item .title .small {
            font-size: .66rem; }
  @media screen and (max-width: 1500px) {
    .case .slide-item .top .list-item {
      font-size: 1.1vw;
      padding: .75rem 0 .75rem 1.5vw; }
      .case .slide-item .top .list-item::before {
        width: 1.1vw;
        height: 1.1vw; }
    .case .slide-item .detail-item {
      font-size: 1.3vw; }
      .case .slide-item .detail-item .title {
        width: 20%; }
        .case .slide-item .detail-item .title .small {
          font-size: .88vw; }
      .case .slide-item .detail-item .text {
        width: 70%; }
        .case .slide-item .detail-item .text br {
          display: none; } }
  @media screen and (max-width: 768px) {
    .case {
      padding: 12vw 0 8vw;
      background-image: url("../images/case-sp.webp"); }
      .case__appeal {
        display: block;
        top: 0;
        left: auto;
        right: -.5rem;
        width: 16%; }
        .case__appeal-item {
          margin-right: 0; }
          .case__appeal-item01 {
            margin-bottom: .25rem; }
      .case .slide-item {
        width: 94%;
        padding: 1.5rem 1rem; }
        .case .slide-item .number .round {
          padding: 0 3rem;
          font-size: 3vw; }
        .case .slide-item .occupation {
          font-size: 4vw;
          padding: .5rem 0 1rem; }
          .case .slide-item .occupation::before {
            width: 80%;
            bottom: .25rem; }
        .case .slide-item .top {
          margin: 1rem auto; }
          .case .slide-item .top .list {
            width: 58%; }
            .case .slide-item .top .list-item {
              font-size: 3.2vw;
              padding: .75rem 0 .75rem 1.25rem; }
              .case .slide-item .top .list-item::before {
                width: .8rem;
                height: .8rem; }
        .case .slide-item .detail {
          padding-top: .5rem; }
          .case .slide-item .detail-item {
            font-size: 3.5vw;
            padding-bottom: .5rem; }
            .case .slide-item .detail-item .title {
              width: 6rem; }
              .case .slide-item .detail-item .title .small {
                font-size: 2.8vw; } }

.reason {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #dae4fc calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #dae4fc calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center; }
  .reason__list-item {
    max-width: 850px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 5px 4px rgba(0, 0, 0, 0.2));
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: white;
    border-radius: 20px;
    padding: 2.5rem; }
    @media screen and (max-width: 768px) {
      .reason__list-item {
        filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.1)); } }
    .reason__list-item02, .reason__list-item04 {
      flex-flow: row-reverse;
      margin-left: auto;
      background: #dfedf6; }
    .reason__list-item .image {
      width: 38%;
      position: relative; }
      .reason__list-item .image::before {
        position: absolute;
        content: " ";
        background-image: url("../images/decoration04.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 3rem;
        height: 3rem;
        bottom: -1rem;
        right: -1rem; }
      .reason__list-item .image img {
        border-radius: 10px; }
    .reason__list-item .detail {
      width: 58%;
      position: relative;
      z-index: 2; }
      .reason__list-item .detail .yellow {
        font-size: 5rem;
        position: absolute;
        top: -1.5rem;
        left: 0;
        z-index: -1; }
      .reason__list-item .detail .head {
        font-size: 1.44rem;
        font-weight: 700;
        color: #0069c0;
        line-height: 1.5em;
        letter-spacing: .04em;
        margin-bottom: 1rem; }
        .reason__list-item .detail .head .number {
          font-weight: 600;
          font-size: 1.77rem; }
      .reason__list-item .detail .text {
        line-height: 1.8em;
        text-align: justify; }
  @media screen and (max-width: 768px) {
    .reason__list-item {
      margin-bottom: 1.5rem;
      display: block;
      padding: 2rem; }
      .reason__list-item .image {
        width: 100%; }
      .reason__list-item .detail {
        width: 100%; }
        .reason__list-item .detail .yellow {
          font-size: 18vw;
          top: 0; }
        .reason__list-item .detail .head {
          font-size: 5vw;
          padding-top: 1.5rem; }
          .reason__list-item .detail .head .number {
            font-size: 7vw; } }

.message {
  background: #009dd7; }
  .message__number, .message__heading {
    color: white; }
  .message__image {
    position: relative; }
    .message__image .image {
      position: absolute;
      bottom: -4rem;
      right: 3rem;
      width: 14%; }
  .message__list-item {
    margin: 3rem auto 2rem 20vw;
    background: white;
    border-radius: 100rem 0 0 100rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4vw 8vw 5vw 6vw;
    position: relative; }
    .message__list-item .prof {
      position: absolute;
      text-align: center;
      top: -1.5rem; }
      .message__list-item .prof .image {
        position: relative; }
        .message__list-item .prof .image::before {
          position: absolute;
          content: " ";
          background-image: url("../images/decoration01.svg");
          background-position: center;
          background-repeat: no-repeat;
          width: 5rem;
          height: 5rem;
          top: 0;
          right: -2rem; }
        .message__list-item .prof .image img {
          border-radius: 50%;
          width: 12rem; }
      .message__list-item .prof .name {
        text-align: center;
        color: #009dd7;
        line-height: 2em; }
        .message__list-item .prof .name .round {
          background: #009dd7;
          color: white;
          padding: .25rem 2rem;
          border-radius: 100rem;
          font-size: .66rem; }
    .message__list-item .text {
      padding-left: 16rem;
      text-align: justify;
      line-height: 1.8em; }
  @media screen and (max-width: 768px) {
    .message__heading {
      line-height: 1.3em;
      padding-bottom: 0; }
    .message__image .image {
      bottom: -2.05rem;
      right: 1rem;
      width: 24%; }
    .message__list-item {
      margin: 3rem auto 2rem 7vw;
      border-radius: 60px 0 0 60px;
      display: block;
      padding: 8rem 2rem 2rem; }
      .message__list-item .prof {
        position: absolute;
        text-align: center;
        top: -1.5rem;
        display: flex;
        align-items: center; }
        .message__list-item .prof .image::before {
          width: 3rem;
          height: 3rem;
          top: 0;
          right: -1rem; }
        .message__list-item .prof .image img {
          width: 9rem; }
        .message__list-item .prof .name {
          padding: 1.5rem 0 0 1.5rem; }
          .message__list-item .prof .name .round {
            padding: .25rem 1rem;
            font-size: 3vw; }
      .message__list-item .text {
        padding-left: 0; } }

.step__list {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: wrap; }
  .step__list-item {
    background: #dfedf6;
    border-radius: 20px;
    padding: 1.5rem; }
    .step__list-item01, .step__list-item03, .step__list-item04, .step__list-item05 {
      width: 30.5%; }
    .step__list-item02 {
      width: 65%; }
    .step__list-item01, .step__list-item02 {
      margin-bottom: 2rem; }
    .step__list-item01, .step__list-item02, .step__list-item03, .step__list-item04 {
      position: relative; }
      .step__list-item01::before, .step__list-item02::before, .step__list-item03::before, .step__list-item04::before {
        position: absolute;
        content: "";
        height: 1rem;
        aspect-ratio: cos(30deg);
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        background: #009dd7;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -1.7rem; }
    .step__list-item .head {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
      .step__list-item .head .icon {
        width: 4rem;
        margin-right: 1rem; }
      .step__list-item .head .title {
        font-size: 1.44rem;
        font-weight: 700; }
        .step__list-item .head .title .number {
          color: #009dd7;
          font-size: .88rem; }
    .step__list-item .text {
      line-height: 1.8em;
      text-align: justify;
      margin-top: 1rem; }
    .step__list-item05 {
      background: #009dd7;
      color: white; }
      .step__list-item05 .head .title .number {
        color: #f7f061; }
    .step__list-item .list {
      display: flex;
      justify-content: space-between; }
      .step__list-item .list-item {
        text-align: center;
        background: #009dd7;
        color: white;
        width: calc((100% - 2rem)/6);
        border-radius: 10px;
        font-size: .66rem;
        line-height: 1.3em;
        margin-top: 1rem; }
        .step__list-item .list-item01 {
          padding: 1rem 0; }
        .step__list-item .list-item02 {
          padding: .5rem 0; }
.step__image {
  position: relative; }
  .step__image .image {
    position: absolute;
    bottom: -4rem;
    left: 1rem;
    width: 11rem; }
@media screen and (max-width: 768px) {
  .step__list {
    display: block;
    z-index: 0; }
    .step__list-item01, .step__list-item02, .step__list-item03, .step__list-item04 {
      margin-bottom: 1.25rem;
      width: 100%; }
      .step__list-item01::before, .step__list-item02::before, .step__list-item03::before, .step__list-item04::before {
        height: 1rem;
        aspect-ratio: cos(30deg);
        clip-path: polygon(50% 70%, 100% 0, 0 0);
        top: auto;
        bottom: -1.25rem;
        margin: 0;
        right: auto;
        left: 50%;
        transform: translateX(-50%); }
    .step__list-item05 {
      width: 74%; }
    .step__list-item .head {
      line-height: 1.3; }
      .step__list-item .head .title {
        font-size: 4.8vw; }
        .step__list-item .head .title .number {
          font-size: 3.5vw; }
    .step__list-item .list {
      flex-flow: wrap; }
      .step__list-item .list-item {
        width: calc((100% - 1rem)/3);
        font-size: 3.5vw;
        margin-top: .5rem; }
        .step__list-item .list-item01 {
          padding: 1rem 0; }
        .step__list-item .list-item02 {
          padding: .5rem 0; }
  .step__image .image {
    bottom: -2.1rem;
    left: auto;
    right: .5rem;
    width: 30%; } }

.faq {
  background: #0069c0;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #1472c9 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #1472c9 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center; }
  .faq__number, .faq__heading {
    color: white; }
  .faq .accordion {
    max-width: 850px;
    margin: 0 auto 1rem;
    filter: drop-shadow(0 5px 4px rgba(0, 0, 0, 0.2)); }
    @media screen and (max-width: 768px) {
      .faq .accordion {
        filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.1)); } }
    .faq .accordion .title {
      background: #009dd7;
      color: white;
      border-radius: 10px;
      font-size: 1.1rem;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      cursor: pointer;
      font-weight: 700;
      padding: .8rem 1.5rem;
      letter-spacing: .04em;
      position: relative; }
      .faq .accordion .title::before {
        content: "";
        position: absolute;
        background: #f7f061;
        border-radius: 100rem;
        width: 2rem;
        height: 2rem;
        right: 1.5rem; }
    .faq .accordion .text {
      transition: transform .5s, opacity .5s; }
    .faq .accordion .number {
      font-size: 2.22rem;
      padding-right: 1rem; }
      .faq .accordion .number-a {
        color: #009dd7;
        margin-left: .25rem; }
    .faq .accordion .answer {
      background: white;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      border-radius: 0 0 10px 10px;
      padding: .8rem 1.5rem; }
  .faq .accordion summary::-webkit-details-marker {
    display: none; }
  .faq .accordion summary::after {
    width: 1rem;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: #009dd7;
    transform: rotate(180deg);
    content: '';
    transition: transform .3s;
    right: 1.95rem;
    position: absolute; }
  .faq .accordion[open] summary::after {
    transform: rotate(360deg); }
  .faq .accordion[open] .title {
    border-radius: 10px 10px 0 0; }
  .faq .accordion[open] .text {
    transform: none;
    opacity: 1; }
  @media screen and (max-width: 768px) {
    .faq .accordion .title {
      font-size: 3.8vw;
      padding: .8rem 1.2rem; }
      .faq .accordion .title::before {
        right: 1.2rem; }
    .faq .accordion .number {
      font-size: 6vw;
      padding-right: .5rem; }
      .faq .accordion .number-a {
        margin-left: 0; }
    .faq .accordion summary::after {
      right: 1.7rem; } }

/* contact */
.contact {
  background: #f0f0f5; }
  .contact__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto; }

/*
	Footer
------------------------------------------------------------ */
.footer {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #dae4fc calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #dae4fc calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center; }
  .footer__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0; }
  .footer__company {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .footer__company .list {
      width: 20rem; }
      .footer__company .list .head {
        font-weight: 700; }
      .footer__company .list .body {
        font-size: .8rem;
        padding: 1rem 0; }
      .footer__company .list-item02 {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        font-size: .8rem; }
        .footer__company .list-item02 .button {
          width: 48%; }
          .footer__company .list-item02 .button a {
            display: block;
            border: 1px solid #323232;
            border-radius: 100rem;
            padding: .5rem 0;
            text-align: center; }
  @media screen and (max-width: 768px) {
    .footer__company {
      display: block; }
      .footer__company .logo {
        width: 60%;
        margin: 0 auto 1rem; }
      .footer__company .list {
        width: 80%;
        margin: 0 auto;
        text-align: center; }
        .footer__company .list .body {
          font-size: 3.4vw; }
        .footer__company .list-item02 {
          font-size: 3.2vw; } }

.copyright {
  background: #323232;
  padding: 0.75rem 0; }
  .copyright__text {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.8em;
    text-align: center;
    color: white;
    font-size: .78rem; }
  @media screen and (max-width: 768px) {
    .copyright {
      padding: .75rem 0 5rem; }
      .copyright__text {
        font-size: 3vw; } }

/* Floating area */
.floating {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none; }
  .floating__button {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    .floating__button-item a {
      display: block; }
      .floating__button-item a .icon {
        margin: 0 auto;
        width: 40%; }
    .floating__button-item01, .floating__button-item02 {
      width: 20%; }
      .floating__button-item01 a, .floating__button-item02 a {
        padding: 1rem 0; }
    .floating__button-item01 a {
      background: #0069c0; }
    .floating__button-item02 a {
      background: #009dd7; }
    .floating__button-item03 {
      width: 60%; }
      .floating__button-item03 a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #06c755;
        padding: 0.6rem;
        color: white;
        text-align: center;
        line-height: 1.3em; }
        .floating__button-item03 a .icon {
          width: 20%;
          margin: 0 .25rem 0 0; }
  @media screen and (max-width: 768px) {
    .floating {
      display: block; } }
