@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設定
-------------------- */
/*
	書体
-------------------- */
/*
$font_googleFont02: 'Noto Sans JP', sans-serif;
$font_googleFont03: 'Noto Sans JP', sans-serif;
*/
/*
@mixin font02() {
	font-family: $font_googleFont02;
	font-weight: $font_regular;
	font-style: normal;
}
@mixin font03() {
	font-family: $font_googleFont03;
	font-weight: $font_regular;
	font-style: normal;
}
*/
/*
	カラー
-------------------- */
/*
	その他
-------------------- */
/* --------------------
	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: #333333; }
  @media screen and (max-width: 768px) {
    .wrap {
      /*a {
      	&[href^="tel:"] {
      		pointer-events: auto;
      	}
      }*/ } }

/* --------------------
	Layout
-------------------- */
/* Mixin */
/* common parts */
/* background image */
/* button */
/*
	Wrap
------------------------------------------------------------ */
body a {
  transition: all .2s ease-in-out;
  cursor: pointer; }
  body a:hover {
    opacity: .7; }
  @media screen and (max-width: 768px) {
    body a:hover {
      opacity: 1; } }

.wrap {
  overflow: hidden; }
  .wrap img {
    width: 100%;
    height: auto; }
  .wrap .sp {
    display: none; }
  @media screen and (max-width: 768px) {
    .wrap .sp {
      display: block; } }

/*
	Header
------------------------------------------------------------ */
.header {
  background: white;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header__inner {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between; }
  .header__heading {
    width: 15%;
    padding: .5rem; }
  .header__button {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header__button-item {
      width: 50%;
      color: white; }
      .header__button-item01 a {
        display: block;
        background: #0099f1;
        font-family: Montserrat;
        font-weight: 600;
        text-align: center;
        font-size: 1.5vw;
        padding: 1rem 0; }
      .header__button-item02 a {
        display: block;
        background: #ff6840;
        font-weight: 700;
        text-align: center;
        font-size: 1.5vw;
        padding: 1rem 0; }
  @media screen and (max-width: 768px) {
    .header__heading {
      margin: 0 auto;
      width: 46%; }
    .header__button {
      display: none; } }

/* visual */
.visual {
  background-color: white;
  background-image: url("../images/visual-pc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .visual__top {
    background: #007ec6;
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 1.2rem;
    padding: .5rem 0; }
  .visual__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 3rem 0;
    position: relative;
    z-index: 1; }
  .visual__heading {
    width: 56%; }
  .visual__cash {
    width: 32%;
    padding: 2rem 0; }
  .visual__point {
    width: 42%; }
  .visual__image {
    position: absolute;
    width: 46%;
    bottom: 0;
    right: 2rem;
    z-index: -1; }
  @media screen and (max-width: 768px) {
    .visual {
      background-image: url("../images/visual.webp"); }
      .visual__top {
        font-size: 4vw; }
      .visual__inner {
        padding: 4rem 0 3rem; }
      .visual__heading {
        width: 100%; }
      .visual__cash {
        width: 65%;
        padding: 3rem 0 1.5rem; }
      .visual__point {
        width: 100%; }
      .visual__image {
        width: 60%;
        right: -3.5rem;
        z-index: -1; } }

/*
	Contents
------------------------------------------------------------ */
.contents {
  background: transparent;
  color: #333333;
  /* 埋め込み地図・動画 レスポンシブ対応用 */ }
  .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: 0 0 2rem;
  background-color: white;
  background-image: url("../images/cv-pc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0 3rem; }
  .cv__image {
    margin: 0 auto;
    width: 8%; }
  .cv__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    border: 4px solid #333333;
    border-radius: 10px;
    padding: 1.5rem 2rem; }
  .cv__text {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 1rem; }
    .cv__text .orange {
      color: #ff6840; }
    .cv__text .number {
      font-family: Montserrat;
      font-weight: 600;
      font-size: 2rem; }
    .cv__text .marker {
      background: #fff000;
      padding: 0 0.25rem; }
  .cv__button {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cv__button-item {
      width: 49%;
      color: white; }
      .cv__button-item01 {
        position: relative; }
        .cv__button-item01 .text {
          position: absolute;
          left: 1rem;
          font-weight: 700;
          text-align: center;
          padding: 0 2rem;
          line-height: 1.2em;
          top: 50%;
          transform: translateY(-50%);
          z-index: 1; }
        .cv__button-item01 a {
          border-radius: 50px;
          display: block;
          background: #0099f1;
          font-family: Montserrat;
          font-weight: 600;
          text-align: center;
          font-size: 1.5rem;
          padding: 1rem 0;
          box-shadow: 0 5px #007ec6;
          height: 3.25rem; }
        .cv__button-item01 span {
          position: relative;
          right: -2rem; }
      .cv__button-item02 a {
        border-radius: 50px;
        display: block;
        background: #ff6840;
        font-weight: 700;
        text-align: center;
        font-size: 1.2rem;
        padding: 1rem 0;
        box-shadow: 0 5px #d50000;
        height: 3.25rem; }
  @media screen and (max-width: 768px) {
    .cv {
      background-image: url("../images/cv.webp");
      padding: 1rem 0 2rem; }
      .cv__image {
        width: 30%; }
      .cv__inner {
        padding: 1.5rem; }
      .cv__text {
        font-size: 4vw; }
        .cv__text .number {
          font-size: 5vw; }
        .cv__text .marker {
          padding: 0 0.1rem; }
      .cv__button {
        display: block; }
        .cv__button-item {
          width: 100%; }
          .cv__button-item01 {
            margin: 0 0 1rem; }
            .cv__button-item01 .text {
              left: -2vw;
              font-size: 3.5vw; }
            .cv__button-item01 a {
              border-radius: 100px;
              font-size: 6.5vw;
              padding: 1rem 0;
              box-shadow: 0 5px #007ec6;
              height: auto; }
            .cv__button-item01 span {
              position: relative;
              right: -9vw; }
          .cv__button-item02 a {
            border-radius: 100px;
            font-size: 4.8vw;
            padding: 1.2rem 0;
            height: auto; } }

/* 全ブロック共通 */
.point,
.campaign,
.price,
.reason,
.graf,
.flow,
.voice,
.area,
.contact {
  padding: 0 0 2rem; }
  .point__inner,
  .campaign__inner,
  .price__inner,
  .reason__inner,
  .graf__inner,
  .flow__inner,
  .voice__inner,
  .area__inner,
  .contact__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
  .point__heading,
  .campaign__heading,
  .price__heading,
  .reason__heading,
  .graf__heading,
  .flow__heading,
  .voice__heading,
  .area__heading,
  .contact__heading {
    background: #0099f1;
    position: relative;
    padding: 2rem 0;
    color: white;
    font-weight: 900;
    text-align: center;
    letter-spacing: .02em; }
    .point__heading::before,
    .campaign__heading::before,
    .price__heading::before,
    .reason__heading::before,
    .graf__heading::before,
    .flow__heading::before,
    .voice__heading::before,
    .area__heading::before,
    .contact__heading::before {
      content: "";
      position: absolute;
      clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
      background: #0089d8;
      width: 100%;
      height: 100%;
      bottom: 0;
      right: 0; }
    .point__heading .sub,
    .campaign__heading .sub,
    .price__heading .sub,
    .reason__heading .sub,
    .graf__heading .sub,
    .flow__heading .sub,
    .voice__heading .sub,
    .area__heading .sub,
    .contact__heading .sub {
      position: relative;
      font-size: 1.3rem;
      z-index: 1;
      margin: 0 0 .8rem; }
    .point__heading .main,
    .campaign__heading .main,
    .price__heading .main,
    .reason__heading .main,
    .graf__heading .main,
    .flow__heading .main,
    .voice__heading .main,
    .area__heading .main,
    .contact__heading .main {
      position: relative;
      font-size: 2.8rem;
      z-index: 1; }
  .point__text,
  .campaign__text,
  .price__text,
  .reason__text,
  .graf__text,
  .flow__text,
  .voice__text,
  .area__text,
  .contact__text {
    line-height: 1.8em; }
    @media screen and (max-width: 768px) {
      .point__text,
      .campaign__text,
      .price__text,
      .reason__text,
      .graf__text,
      .flow__text,
      .voice__text,
      .area__text,
      .contact__text {
        /*br {
        	display: none;
        }*/ } }
  .point__image,
  .campaign__image,
  .price__image,
  .reason__image,
  .graf__image,
  .flow__image,
  .voice__image,
  .area__image,
  .contact__image {
    text-align: center; }
    .point__image img.circle,
    .campaign__image img.circle,
    .price__image img.circle,
    .reason__image img.circle,
    .graf__image img.circle,
    .flow__image img.circle,
    .voice__image img.circle,
    .area__image img.circle,
    .contact__image img.circle {
      border-radius: 100%;
      overflow: hidden; }
  .point__note,
  .campaign__note,
  .price__note,
  .reason__note,
  .graf__note,
  .flow__note,
  .voice__note,
  .area__note,
  .contact__note {
    text-align: center;
    color: white;
    font-size: .8rem; }
  @media screen and (max-width: 768px) {
    .point__heading .sub,
    .campaign__heading .sub,
    .price__heading .sub,
    .reason__heading .sub,
    .graf__heading .sub,
    .flow__heading .sub,
    .voice__heading .sub,
    .area__heading .sub,
    .contact__heading .sub {
      font-size: 3.8vw; }
    .point__heading .main,
    .campaign__heading .main,
    .price__heading .main,
    .reason__heading .main,
    .graf__heading .main,
    .flow__heading .main,
    .voice__heading .main,
    .area__heading .main,
    .contact__heading .main {
      font-size: 9vw;
      z-index: 1; }
    .point__text,
    .campaign__text,
    .price__text,
    .reason__text,
    .graf__text,
    .flow__text,
    .voice__text,
    .area__text,
    .contact__text {
      line-height: 1.8em; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .point__text,
    .campaign__text,
    .price__text,
    .reason__text,
    .graf__text,
    .flow__text,
    .voice__text,
    .area__text,
    .contact__text {
      /*br {
      	display: none;
      }*/ } }
  @media screen and (max-width: 768px) {
    .point__image,
    .campaign__image,
    .price__image,
    .reason__image,
    .graf__image,
    .flow__image,
    .voice__image,
    .area__image,
    .contact__image {
      text-align: center; }
      .point__image img.circle,
      .campaign__image img.circle,
      .price__image img.circle,
      .reason__image img.circle,
      .graf__image img.circle,
      .flow__image img.circle,
      .voice__image img.circle,
      .area__image img.circle,
      .contact__image img.circle {
        border-radius: 100%;
        overflow: hidden; }
    .point__note,
    .campaign__note,
    .price__note,
    .reason__note,
    .graf__note,
    .flow__note,
    .voice__note,
    .area__note,
    .contact__note {
      text-align: center;
      color: white;
      font-size: 2.3vw;
      padding: .5rem 0 0; } }

/* 各ブロック個別 */
.appeal {
  display: none; }
  @media screen and (max-width: 768px) {
    .appeal {
      display: block;
      padding: 0;
      background: #fff000; }
      .appeal__inner {
        width: 90vw;
        max-width: 1000px;
        margin: 0 auto; }
      .appeal__heading {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.5rem 0 .5rem;
        letter-spacing: .05em; }
        .appeal__heading .text {
          width: 32%;
          background: #ff6840;
          border-radius: 10px;
          color: white;
          font-size: 3.5vw;
          font-weight: 700;
          text-align: center;
          line-height: 1.1em;
          padding: .8rem 0; }
        .appeal__heading .number {
          font-family: Montserrat;
          font-weight: 600;
          font-size: 4.5vw; }
        .appeal__heading .image {
          width: 64%;
          margin: 0 0 0 1rem; }
      .appeal__note {
        font-size: 2.3vw;
        text-align: center;
        padding: 0 0 1.5rem; } }

.point {
  background: #0099f1;
  position: relative;
  padding: 2rem 0; }
  .point::before {
    content: "";
    position: absolute;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
    background: #0089d8;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0; }
  .point__image {
    margin: 0 auto; }

.campaign {
  background-color: #00bf67;
  background-image: url("../images/campaign-pc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0 2rem; }
  .campaign__image {
    margin: 0 auto;
    width: 70%; }
  @media screen and (max-width: 768px) {
    .campaign {
      padding: 1rem 0; }
      .campaign__image {
        width: 100%; } }

.price__heading .main {
  display: flex;
  align-items: center;
  justify-content: center; }
.price__heading .detail {
  width: 14%;
  margin-right: 1rem; }
.price__box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 2rem 0 0; }
  .price__box-item {
    width: calc((100% - 1rem) / 2);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 0 1rem; }
    .price__box-item .image {
      width: 25%; }
    .price__box-item .inner {
      width: 72%; }
    .price__box-item .title {
      background: #0099f1;
      border-radius: 10px;
      color: white;
      padding: .5rem 0 .5rem 1rem;
      font-weight: 700;
      line-height: 1.5em; }
    .price__box-item .text {
      line-height: 1.5em;
      padding: .5rem 0 0; }
@media screen and (max-width: 768px) {
  .price__heading .detail {
    width: 42%;
    margin-right: .5rem; }
  .price__box {
    display: block; }
    .price__box-item {
      width: 100%; }
      .price__box-item .image {
        width: 40%; }
      .price__box-item .inner {
        width: 58%; }
      .price__box-item .title {
        font-size: 3vw;
        padding: .25rem 0 .25rem 1rem; }
      .price__box-item .text {
        font-size: 3vw; } }

.reason {
  background: #fff4e6; }
  .reason__heading {
    background: #ff6840; }
    .reason__heading::before {
      background: #f75d19; }
  .reason__inner {
    padding: 1rem 0 2rem; }
  .reason__box {
    position: relative;
    background: white;
    border-radius: 16px;
    margin: 1rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 3rem; }
    .reason__box .number {
      position: absolute;
      top: 0;
      left: 0;
      width: 8%; }
    .reason__box .heading {
      color: #ff6840;
      font-weight: 700;
      font-size: 1.3rem; }
    .reason__box .text {
      text-align: justify;
      line-height: 1.5em;
      margin: 1rem 0; }
    .reason__box-item01 {
      width: 70%; }
    .reason__box-item02 {
      width: 28%; }
  @media screen and (max-width: 768px) {
    .reason__inner {
      padding: 1rem 0 2rem; }
    .reason__box {
      display: block;
      padding: 2rem 1rem 1rem; }
      .reason__box .number {
        position: absolute;
        right: 0;
        left: auto;
        width: 14%; }
      .reason__box .heading {
        font-size: 4.5vw;
        line-height: 1.3em; }
      .reason__box .text {
        font-size: 3vw; }
      .reason__box-item01 {
        width: 100%; }
      .reason__box-item02 {
        width: 100%; } }

.graf {
  background: #dbf2ff; }
  .graf__inner {
    padding: 2rem 0 3rem; }
  .graf__image {
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .graf {
      padding: 0; } }

.flow {
  background: #f6ffef; }
  .flow__heading {
    background: #00bf67; }
    .flow__heading::before {
      background: #00ab5c; }
  .flow__inner {
    padding: 2rem 0; }
  .flow__list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 2rem;
    border-radius: 16px;
    margin: 1rem 0 0; }
    .flow__list-item .image {
      width: 14%; }
    .flow__list-item .body {
      width: 82%; }
    .flow__list-item01, .flow__list-item02, .flow__list-item03 {
      position: relative;
      margin: 0 0 2.5rem; }
      .flow__list-item01::before, .flow__list-item02::before, .flow__list-item03::before {
        content: " ";
        position: absolute;
        width: 5rem;
        aspect-ratio: 1/cos(75deg);
        clip-path: polygon(50% 100%, 100% 0, 0 0);
        background: #00bf67;
        right: 50%;
        left: 50%;
        bottom: -2rem;
        transform: translateX(-50%);
        margin: auto; }
  .flow__list .number {
    font-family: Montserrat;
    font-weight: 600;
    color: #00bf67;
    font-size: 1.5rem; }
  .flow__list .heading {
    font-weight: 700;
    font-size: 1.3rem; }
  .flow__list .text {
    text-align: justify;
    line-height: 1.5em;
    margin: 1rem 0; }
  @media screen and (max-width: 768px) {
    .flow__heading {
      line-height: 2.8em; }
    .flow__inner {
      padding: 2rem 0; }
    .flow__list-item {
      padding: 1rem;
      margin: 1rem 0 0; }
      .flow__list-item .image {
        width: 20%; }
      .flow__list-item .body {
        width: 76%; }
      .flow__list-item01, .flow__list-item02, .flow__list-item03 {
        position: relative;
        margin: 0 0 2rem; }
        .flow__list-item01::before, .flow__list-item02::before, .flow__list-item03::before {
          width: 3.5rem;
          bottom: -1.5rem; }
    .flow__list .number {
      font-size: 5vw; }
    .flow__list .heading {
      font-weight: 700;
      font-size: 4.5vw; }
    .flow__list .text {
      font-size: 3vw;
      margin: .5rem 0 0; } }

.voice {
  background: #fff4e6;
  background-image: url("../images/voice-pc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .voice__heading {
    background: #ff6840; }
    .voice__heading::before {
      background: #f75d19; }
  .voice__inner {
    padding: 1rem 0 2rem; }
  .voice__box {
    position: relative;
    background: white;
    border-radius: 16px;
    margin: 1rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 3rem; }
    .voice__box .name {
      color: white;
      font-size: .8rem;
      background: #ff6840;
      display: table;
      padding: 0.1rem;
      margin: 0 0 .5rem; }
    .voice__box .heading {
      color: #ff6840;
      font-weight: 700;
      font-size: 1.3rem; }
    .voice__box .text {
      text-align: justify;
      line-height: 1.5em;
      margin: 1rem 0; }
    .voice__box-item01 {
      width: 80%; }
    .voice__box-item02 {
      width: 18%; }
  @media screen and (max-width: 768px) {
    .voice {
      background-image: url("../images/voice.webp"); }
      .voice__box {
        display: block;
        padding: 1rem;
        position: relative; }
        .voice__box .name {
          color: white;
          font-size: 2.8vw;
          padding: 0.1rem;
          margin: 0 0 .5rem; }
        .voice__box .heading {
          font-size: 4.5vw;
          line-height: 1.3em; }
        .voice__box .text {
          font-size: 3vw;
          margin: .5rem 0 0; }
        .voice__box-item01 {
          width: 100%; }
        .voice__box-item02 {
          position: absolute;
          top: 1rem;
          right: 1rem;
          width: 26%; } }

.area {
  background: #f6ffef; }
  .area__heading {
    background: #00bf67; }
    .area__heading::before {
      background: #00ab5c; }
  .area__inner {
    padding: 2rem 0; }
  .area__image {
    margin: 0 0 1rem; }
  .area__list-item .head {
    font-weight: 700;
    font-size: 1.3rem;
    border-bottom: 4px solid #00bf67;
    padding: 1rem 0 .5rem; }
  .area__list-item .body {
    text-align: justify;
    line-height: 1.8em;
    padding: .5rem 0; }
  @media screen and (max-width: 768px) {
    .area__list-item .head {
      font-size: 4.5vw; }
    .area__list-item .body {
      font-size: 3vw; } }

/* contact */
/*
	Footer
------------------------------------------------------------ */
.footer {
  background: #0099f1;
  color: white;
  padding: 4rem 0; }
  .footer__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 2rem 0 8rem; } }

.company {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto; }
  .company__heading {
    margin: 0 auto;
    width: 32%; }
  .company__text {
    padding: 1rem 0;
    line-height: 1.8em;
    text-align: center; }
  @media screen and (max-width: 768px) {
    .company__heading {
      width: 60%; } }

.copyright__text {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.8em;
  text-align: center; }

/* Floating area */
.floating {
  display: none;
  width: 100%;
  position: fixed;
  bottom: .15rem;
  left: 0;
  z-index: 1000; }
  .floating__button {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    .floating__button-item {
      width: 50%;
      color: white; }
      .floating__button-item01 {
        text-align: center;
        position: relative; }
        .floating__button-item01 .text {
          font-size: 3vw; }
        .floating__button-item01::before {
          content: " ";
          position: absolute;
          width: 8vw;
          height: 8.8vw;
          background-image: url("../images/icon_tel.svg");
          background-size: 100%;
          right: 50%;
          left: 50%;
          top: -1rem;
          transform: translateX(-50%);
          margin: auto; }
        .floating__button-item01 a {
          display: block;
          background: #007ec6;
          font-family: Montserrat;
          font-weight: 600;
          text-align: center;
          font-size: 6vw;
          padding: 1.5rem 0 1rem;
          box-shadow: 0 5px #00588a; }
      .floating__button-item02 {
        position: relative; }
        .floating__button-item02::before {
          content: " ";
          position: absolute;
          width: 8vw;
          height: 8.8vw;
          background-image: url("../images/icon_mail.svg");
          background-size: 100%;
          right: 50%;
          left: 50%;
          top: -1rem;
          transform: translateX(-50%);
          margin: auto; }
        .floating__button-item02 a {
          display: block;
          background: #ff6840;
          font-weight: 700;
          text-align: center;
          font-size: 4.5vw;
          padding: 1.5rem 0 1rem;
          box-shadow: 0 5px #d50000; }
  @media screen and (max-width: 768px) {
    .floating {
      display: block; } }

.floatingpc {
  width: 19rem;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  background: #fff000;
  padding: 1rem 0; }
  .floatingpc__heading {
    text-align: center;
    margin: 0 auto;
    letter-spacing: .05em; }
    .floatingpc__heading .text {
      display: inline;
      background: #ff6840;
      border-radius: 10px;
      color: white;
      font-size: 1.1rem;
      font-weight: 700;
      text-align: center;
      line-height: 1.1em;
      padding: .4rem .8rem; }
    .floatingpc__heading .number {
      font-family: Montserrat;
      font-weight: 600;
      font-size: 1.6rem; }
    .floatingpc__heading .image {
      width: 15rem;
      margin: 0 auto;
      padding: 1rem 0 .5rem; }
  .floatingpc__note {
    font-size: .8rem;
    text-align: center;
    padding: 0 0 .8rem;
    line-height: 1.2em; }
  .floatingpc__button-item {
    margin: 0 auto;
    width: 16rem;
    color: white; }
    .floatingpc__button-item01 {
      position: relative; }
      .floatingpc__button-item01 .text {
        position: absolute;
        left: -1rem;
        font-weight: 700;
        text-align: center;
        padding: 0 2rem;
        line-height: 1.2em;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        text-align: center;
        font-size: .7rem; }
      .floatingpc__button-item01 a {
        border-radius: 50px;
        display: block;
        background: #0099f1;
        font-family: Montserrat;
        font-weight: 600;
        text-align: center;
        font-size: 1.5rem;
        padding: 1rem 0;
        box-shadow: 0 5px #007ec6;
        height: 3.25rem; }
      .floatingpc__button-item01 span {
        position: relative;
        right: -2rem; }
    .floatingpc__button-item02 {
      margin: .5rem auto 0; }
      .floatingpc__button-item02 a {
        border-radius: 50px;
        display: block;
        background: #ff6840;
        font-weight: 700;
        text-align: center;
        padding: 1rem 0;
        box-shadow: 0 5px #d50000;
        height: 3.25rem; }
  @media screen and (max-width: 768px) {
    .floatingpc {
      display: none; } }
