@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: "Zen Kaku Gothic New", 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; }
  body a:hover {
    opacity: .7; }
  @media screen and (max-width: 768px) {
    body a:hover {
      opacity: 1; } }

.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%;
  color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header__inner {
    padding: .3rem 2vw;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between; }
  .header__heading {
    width: 14rem;
    margin: 0 1rem 0 0; }
  .header__button {
    width: 40rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header__button-item {
      width: calc((100% - 1rem) / 2); }
      .header__button-item01, .header__button-item02 {
        vertical-align: middle; }
        .header__button-item01 a, .header__button-item02 a {
          height: 3rem; }
      .header__button-item01 {
        font-size: .88rem;
        text-align: center;
        position: relative; }
        .header__button-item01 .number {
          font-family: 'Oswald', sans-serif;
          font-size: 1.5rem; }
        .header__button-item01::before {
          position: absolute;
          background-image: url("../images/btn_tel.svg");
          background-repeat: no-repeat;
          background-size: 100%;
          z-index: 1;
          width: 2rem;
          height: 2rem;
          content: '';
          top: 50%;
          bottom: 50%;
          left: 1rem;
          margin: auto; }
        .header__button-item01 a {
          display: block;
          background: #af9742;
          border-radius: 50px;
          color: white;
          padding: .2rem 0 0 .8rem; }
      .header__button-item02 {
        position: relative;
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center; }
        .header__button-item02::before {
          position: absolute;
          z-index: 1;
          background-image: url("../images/btn_mail.svg");
          background-repeat: no-repeat;
          background-size: 100%;
          width: 2rem;
          height: 1.5rem;
          content: '';
          top: 50%;
          bottom: 50%;
          left: 3rem;
          margin: auto; }
        .header__button-item02 a {
          display: block;
          background: #ab3434;
          border-radius: 50px;
          color: white;
          padding: .7rem 0 0 1.8rem; }
  @media screen and (max-width: 768px) {
    .header__heading {
      text-align: center;
      margin: 0 auto;
      width: 34%; }
    .header__button {
      display: none; } }

/* visual */
.visual {
  background-color: white;
  background-image: url("../images/fv.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .visual__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 3rem 0 4rem;
    margin: 3.5rem auto 0; }
  .visual__heading {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.8em; }
    .visual__heading .marker {
      background: #0f2b38; }
    .visual__heading .box {
      border: 2px white solid;
      padding: .2rem 1rem;
      font-size: 2.7rem;
      line-height: 1;
      font-family: 'Zen Old Mincho', serif; }
  .visual__image {
    padding: 2rem 0;
    width: 30rem; }
  .visual__button {
    position: relative;
    font-size: 1.8rem;
    width: 30rem;
    font-weight: 700;
    text-align: center; }
    .visual__button::before {
      position: absolute;
      background-image: url("../images/btn_mail.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 2rem;
      height: 1.5rem;
      content: '';
      top: 50%;
      bottom: 50%;
      left: 7rem;
      margin: auto;
      z-index: 1; }
    .visual__button a {
      display: block;
      background: #ab3434;
      border-radius: 50px;
      color: white;
      padding: 1.3rem 0 1.5rem 1rem; }
  @media screen and (max-width: 768px) {
    .visual {
      background-image: url("../images/fv-sp.jpg");
      background-position: right; }
      .visual__inner {
        margin: 2rem auto 0; }
      .visual__heading {
        font-size: 6.5vw; }
        .visual__heading .box {
          font-size: 7.5vw;
          line-height: 2em; }
      .visual__image {
        padding: 2rem 0;
        width: 90%;
        margin: 0 auto; }
      .visual__button {
        position: relative;
        font-size: 1.6rem;
        width: 100%;
        font-weight: 700;
        text-align: center; }
        .visual__button::before {
          position: absolute;
          background-image: url("../images/btn_mail.svg");
          background-repeat: no-repeat;
          background-size: 100%;
          width: 2rem;
          height: 1.5rem;
          content: '';
          top: 50%;
          bottom: 50%;
          left: 5rem;
          margin: auto; }
        .visual__button a {
          display: block;
          background: #ab3434;
          border-radius: 100px;
          color: white;
          padding: 1.3rem 0 1.5rem 1.7rem; } }

/*
	Contents
------------------------------------------------------------ */
.contents {
  background: transparent;
  color: #000000;
  /* 埋め込み地図・動画 レスポンシブ対応用 */ }
  .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 {
  background: #e6e6e6;
  padding: 4rem 0; }
  @media screen and (max-width: 768px) {
    .cv {
      padding: 8vw 0; } }
  .cv__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 700;
    text-align: center; }
  .cv__heading {
    font-size: 1.8rem; }
    .cv__heading .box {
      border: 2px black solid;
      padding: .2rem 1rem;
      line-height: 1; }
  .cv__text {
    line-height: 1.8em;
    line-height: 1.5em;
    padding: 1.5rem 0; }
    @media screen and (max-width: 768px) {
      .cv__text {
        /*br {
        	display: none;
        }*/ } }
  .cv__button {
    margin: 0 auto;
    width: 40rem;
    display: flex;
    align-items: stretch;
    justify-content: center; }
    .cv__button-item {
      width: calc((100% - 1rem) / 2); }
      .cv__button-item01 {
        font-size: .88rem;
        line-height: 1.5em;
        text-align: center;
        position: relative; }
        .cv__button-item01 .number {
          font-family: 'Oswald', sans-serif;
          font-size: 2rem; }
        .cv__button-item01::before {
          position: absolute;
          background-image: url("../images/btn_tel.svg");
          background-repeat: no-repeat;
          background-size: 100%;
          width: 2rem;
          height: 2rem;
          content: '';
          top: 50%;
          bottom: 50%;
          left: 2rem;
          margin: auto;
          z-index: 1; }
        .cv__button-item01 a {
          display: block;
          background: #af9742;
          border-radius: 50px;
          color: white;
          padding: 1.1rem 0 0 .8rem;
          height: 5rem; }
      .cv__button-item02 {
        position: relative;
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center; }
        .cv__button-item02::before {
          position: absolute;
          background-image: url("../images/btn_mail.svg");
          background-repeat: no-repeat;
          background-size: 100%;
          width: 2rem;
          height: 1.5rem;
          content: '';
          top: 50%;
          bottom: 50%;
          left: 3.5rem;
          margin: auto;
          z-index: 1; }
        .cv__button-item02 a {
          display: block;
          background: #ab3434;
          border-radius: 50px;
          color: white;
          padding: 1.6rem 0 0 2rem;
          height: 5rem; }
  @media screen and (max-width: 768px) {
    .cv {
      padding: 3rem 0 2rem; }
      .cv__heading {
        font-size: 5.5vw; }
      .cv__text {
        padding: 1.5rem 0 .5rem; }
      .cv__button {
        margin: 0 auto;
        width: 100%;
        display: block; }
        .cv__button-item {
          width: 100%;
          margin: .8rem 0; }
          .cv__button-item01 {
            font-size: 3vw;
            line-height: 1.2em; }
            .cv__button-item01 .number {
              font-size: 7vw; }
            .cv__button-item01::before {
              left: 4rem; }
            .cv__button-item01 a {
              border-radius: 100px;
              padding: 1.5rem 0 1.5rem 1.5rem; }
          .cv__button-item02 {
            font-size: 6vw; }
            .cv__button-item02::before {
              left: 4rem; }
            .cv__button-item02 a {
              border-radius: 100px;
              height: 5rem;
              padding: 1.5rem 0 1.5rem 1.5rem; } }

/* 全ブロック共通 */
.intro,
.promise,
.reason,
.check,
.flow,
.faq {
  padding: 4rem 0; }
  @media screen and (max-width: 768px) {
    .intro,
    .promise,
    .reason,
    .check,
    .flow,
    .faq {
      padding: 8vw 0; } }
  .intro__inner,
  .promise__inner,
  .reason__inner,
  .check__inner,
  .flow__inner,
  .faq__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto; }
  .intro__heading,
  .promise__heading,
  .reason__heading,
  .check__heading,
  .flow__heading,
  .faq__heading {
    padding: 0 0 2rem;
    line-height: 1.8em;
    font-size: 2rem;
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .intro__heading,
      .promise__heading,
      .reason__heading,
      .check__heading,
      .flow__heading,
      .faq__heading {
        padding: 0 0 5vw;
        font-size: 1.5rem; }
        .intro__heading .small,
        .promise__heading .small,
        .reason__heading .small,
        .check__heading .small,
        .flow__heading .small,
        .faq__heading .small {
          font-size: 1rem; } }
    .intro__heading .large,
    .promise__heading .large,
    .reason__heading .large,
    .check__heading .large,
    .flow__heading .large,
    .faq__heading .large {
      font-size: 4rem; }
    .intro__heading .medium,
    .promise__heading .medium,
    .reason__heading .medium,
    .check__heading .medium,
    .flow__heading .medium,
    .faq__heading .medium {
      font-size: 3rem; }
  .intro__text,
  .promise__text,
  .reason__text,
  .check__text,
  .flow__text,
  .faq__text {
    line-height: 1.8em; }
    @media screen and (max-width: 768px) {
      .intro__text,
      .promise__text,
      .reason__text,
      .check__text,
      .flow__text,
      .faq__text {
        /*br {
        	display: none;
        }*/ } }
  .intro__image,
  .promise__image,
  .reason__image,
  .check__image,
  .flow__image,
  .faq__image {
    text-align: center; }
    .intro__image img.circle,
    .promise__image img.circle,
    .reason__image img.circle,
    .check__image img.circle,
    .flow__image img.circle,
    .faq__image img.circle {
      border-radius: 100%;
      overflow: hidden; }
  @media screen and (max-width: 768px) {
    .intro__heading,
    .promise__heading,
    .reason__heading,
    .check__heading,
    .flow__heading,
    .faq__heading {
      font-size: 5.5vw;
      line-height: 1.5em; }
      .intro__heading .large,
      .promise__heading .large,
      .reason__heading .large,
      .check__heading .large,
      .flow__heading .large,
      .faq__heading .large {
        font-size: 9.5vw; }
      .intro__heading .medium,
      .promise__heading .medium,
      .reason__heading .medium,
      .check__heading .medium,
      .flow__heading .medium,
      .faq__heading .medium {
        font-size: 7vw; } }

/* 各ブロック個別 */
.intro {
  background: #005b86;
  color: white; }
  .intro__text {
    text-align: center;
    font-weight: 700;
    padding: 1.5rem 0; }
    .intro__text .yellow {
      color: #fff77d; }
  .intro__image {
    width: 40%;
    margin: 0 auto; }
  .intro__list-item {
    position: relative;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 1rem 0 1rem 2.6rem;
    border: 1px white solid;
    border-radius: 6px;
    letter-spacing: .04em;
    width: 60%;
    margin: .5rem auto; }
    .intro__list-item .yellow {
      color: #fff77d; }
    .intro__list-item::before {
      position: absolute;
      background-image: url("../images/icon_check.svg");
      background-size: 1.2rem;
      background-repeat: no-repeat;
      width: 1.2rem;
      height: 1.2rem;
      content: '';
      left: 1rem; }
  @media screen and (max-width: 768px) {
    .intro__image {
      width: 60%; }
    .intro__text {
      font-size: 3.45vw; }
    .intro__list-item {
      font-size: 4vw;
      padding: 1rem 0 1rem 2.6rem;
      width: 100%;
      margin: .5rem auto; }
      .intro__list-item .yellow {
        color: #fff77d; }
      .intro__list-item::before {
        position: absolute;
        background-image: url("../images/icon_check.svg");
        background-size: 1.2rem;
        background-repeat: no-repeat;
        width: 1.2rem;
        height: 1.2rem;
        content: '';
        left: 1rem; } }

.promise {
  color: #005b86; }
  .promise__list {
    border: 6px #005b86 solid;
    border-radius: 12px;
    padding: 5rem 4rem 4rem;
    position: relative; }
    .promise__list .image {
      position: absolute;
      width: 16%;
      background: white;
      padding: .5rem;
      left: 50%;
      transform: translateX(-50%);
      top: -2rem; }
    .promise__list-item {
      position: relative;
      font-size: 1.8rem;
      font-weight: 700; }
      .promise__list-item .red {
        color: #ab3434; }
      .promise__list-item .number {
        padding: 0 0 .5rem;
        border-bottom: 1px #005b86 solid;
        width: 3rem;
        margin: 0 auto; }
      .promise__list-item .heading {
        padding: 1.5rem 0; }
      .promise__list-item .heading,
      .promise__list-item .number {
        text-align: center; }
      .promise__list-item .text {
        text-align: justify;
        line-height: 1.8em;
        font-size: 1rem;
        font-weight: 400; }
  @media screen and (max-width: 768px) {
    .promise {
      padding: 3rem 0; }
      .promise__heading {
        font-size: 4.8vw; }
      .promise__list {
        padding: 2rem 1rem; }
        .promise__list .image {
          width: 20%;
          top: -1.5rem; }
        .promise__list-item {
          font-size: 4vw; }
          .promise__list-item .heading {
            padding: 1rem 0; }
          .promise__list-item .text {
            font-size: 3.3vw;
            padding: 0 1rem 1.5rem; } }

.reason {
  color: #005b86; }
  .reason__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3rem 0; }
    .reason__box02, .reason__box04 {
      flex-flow: row-reverse; }
    .reason__box-item {
      font-size: 1.8rem;
      font-weight: 700; }
      .reason__box-item01 {
        width: 30%; }
      .reason__box-item02 {
        width: 67%; }
      .reason__box-item .number {
        font-family: 'Oswald', sans-serif;
        font-size: 3rem;
        font-weight: 400; }
      .reason__box-item .heading {
        padding: 1.5rem 0;
        line-height: 1.5em; }
      .reason__box-item .red {
        color: #ab3434; }
      .reason__box-item .marker {
        background: #fff77d; }
      .reason__box-item .text {
        text-align: justify;
        line-height: 1.8em;
        font-size: 1rem;
        font-weight: 400; }
  @media screen and (max-width: 768px) {
    .reason__box {
      display: block;
      margin: 1rem 0; }
      .reason__box-item {
        font-size: 4vw;
        position: relative; }
        .reason__box-item01 {
          width: 100%; }
        .reason__box-item02 {
          width: 100%; }
        .reason__box-item .number {
          position: absolute;
          font-size: 3rem;
          top: -2rem;
          left: .25rem; }
        .reason__box-item .heading {
          padding: 1.5rem 0 1rem; }
        .reason__box-item .text {
          text-align: justify;
          line-height: 1.8em;
          font-size: 3.3vw;
          padding: 0 0 1rem; } }

.check {
  background: #005b86;
  color: white; }
  .check__text {
    text-align: center;
    font-weight: 700;
    padding: 1.5rem 0; }
    .check__text .yellow {
      color: #fff77d; }
  .check__image {
    width: 40%;
    margin: 0 auto; }
  .check__box {
    background: #0071a7;
    border-radius: 8px;
    text-align: center;
    padding: 2rem 4rem; }
    .check__box .number {
      font-family: 'Oswald', sans-serif;
      font-size: .88rem;
      font-weight: 400; }
    .check__box .heading {
      font-size: 1.8rem;
      position: relative;
      font-weight: 700;
      padding: 1rem 0 1rem 1.6rem;
      letter-spacing: .04em;
      display: inline-block; }
      .check__box .heading::before {
        position: absolute;
        background-image: url("../images/icon_check.svg");
        background-size: 1.8rem;
        background-repeat: no-repeat;
        width: 1.8rem;
        height: 1.8rem;
        content: '';
        left: .5rem;
        transform: translateX(-50%); }
    .check__box .text {
      text-align: justify;
      padding: 1rem 0;
      line-height: 1.5em;
      border-top: 1px white solid; }
    .check__box .yellow {
      color: #fff77d; }
  .check__answer {
    padding: 2rem 0; }
    .check__answer .sub {
      width: 30%;
      margin: 0 auto; }
    .check__answer .title {
      font-size: 1.8rem;
      font-weight: 700;
      text-align: center;
      padding: 1rem 0;
      line-height: 1.5em; }
    .check__answer .yellow {
      color: #fff77d; }
    .check__answer .image {
      width: 40%;
      margin: 0 auto; }
    .check__answer .note {
      font-size: .88rem; }
  @media screen and (max-width: 768px) {
    .check {
      padding: 8vw 0 0; }
      .check__text {
        font-weight: 700;
        padding: 1.5rem 0; }
        .check__text .yellow {
          color: #fff77d; }
      .check__image {
        width: 40%;
        margin: 0 auto; }
      .check__box {
        padding: 1.5rem 1rem; }
        .check__box .number {
          font-size: 3.2vw; }
        .check__box .heading {
          font-size: 3.6vw;
          padding: 1rem 0 1rem 1.2rem; }
          .check__box .heading::before {
            background-size: 3.6vw;
            width: 3.6vw;
            height: 3.6vw;
            left: .5rem; }
        .check__box .text {
          font-size: 3.3vw;
          padding: 1rem 0 0; }
      .check__answer {
        padding: 1rem 0 1.5rem; }
        .check__answer .sub {
          width: 55%; }
        .check__answer .title {
          font-size: 4vw;
          font-weight: 700;
          text-align: center;
          padding: 1rem 0;
          line-height: 1.7em; }
        .check__answer .image {
          width: 40%; }
        .check__answer .note {
          font-size: 3vw; }
        .check__answer02 {
          padding: 1rem 0 0; } }

.flow {
  color: #0081be; }
  .flow__list-item {
    background: #0081be;
    color: white;
    border-radius: 8px;
    padding: 1.5rem 6rem;
    margin: .5rem 0; }
    .flow__list-item .head {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .flow__list-item .title {
      width: 90%; }
    .flow__list-item .image {
      width: 8%;
      margin: 0 auto; }
    .flow__list-item .number {
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
      padding: 0 0 1rem;
      border-bottom: 1px white solid; }
    .flow__list-item .large {
      font-size: 1.5rem; }
    .flow__list-item .heading {
      font-size: 1.5rem;
      padding: 1rem 0 0;
      font-weight: 700; }
    .flow__list-item .body {
      line-height: 1.5em;
      padding: 1rem 0; }
    .flow__list-item01 .image, .flow__list-item03 .image {
      width: 6%; }
    .flow__list-item03 {
      border-radius: 8px 8px 0 0;
      margin: .5rem 0 0; }
    .flow__list-item04, .flow__list-item05 {
      background: #005b86; }
  .flow__text {
    padding: 1.5rem 6rem;
    background: #af9742;
    margin: 0 0 .5rem;
    border-radius: 0 0 8px 8px;
    color: white;
    text-align: center; }
  @media screen and (max-width: 768px) {
    .flow__list-item {
      padding: 1rem;
      margin: .5rem 0; }
      .flow__list-item .title {
        width: 80%; }
      .flow__list-item .image {
        width: 16%; }
      .flow__list-item .number {
        font-size: 3.3vw;
        padding: 0 0 .5rem; }
      .flow__list-item .large {
        font-size: 4.5vw; }
      .flow__list-item .heading {
        font-size: 4.2vw;
        padding: 1rem 0 0; }
      .flow__list-item .body {
        font-size: 3.3vw;
        padding: 1rem 0; }
      .flow__list-item01 .image, .flow__list-item03 .image {
        width: 12%; }
      .flow__list-item03 {
        margin: 0; }
    .flow__text {
      padding: 1rem;
      font-size: 3.2vw;
      line-height: 1.4em; } }

.faq {
  background: #0081be;
  color: white; }
  .faq__heading {
    padding: 0; }
  .faq__list-item {
    margin: 1rem 0; }
    .faq__list-item .head,
    .faq__list-item .body {
      line-height: 1.8em;
      display: flex;
      align-items: flex-start; }
    .faq__list-item .head {
      background-color: #005b86;
      min-height: 3rem;
      padding: .5rem 3rem .5rem 0;
      font-size: 1.11rem;
      font-weight: 700; }
    .faq__list-item .body {
      background: white;
      padding: 1rem 3rem 1rem 0;
      font-size: 1rem;
      color: black; }
    .faq__list-item .icon {
      padding: 0 .5rem 0 2rem;
      font-size: 1.11rem;
      font-weight: 700;
      display: block; }
      .faq__list-item .icon-a {
        color: #005b86;
        padding: 0 .5rem 0 2rem;
        font-size: 1.11rem;
        font-weight: 700; }
  @media screen and (max-width: 768px) {
    .faq__list-item {
      margin: 1rem 0; }
      .faq__list-item .head {
        min-height: fit-content;
        padding: .5rem 3rem .5rem 0;
        font-size: 3.6vw;
        line-height: 1.5em; }
      .faq__list-item .body {
        padding: 1rem 1rem 1.5rem 0;
        font-size: 3.3vw; }
      .faq__list-item .icon {
        padding: 0 .5rem 0 1rem;
        font-size: 3.6vw; }
        .faq__list-item .icon-a {
          padding: 0 .5rem 0 1rem;
          font-size: 3.6vw; } }

/* contact */
.contact__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto; }
.contact__heading {
  padding: 0 0 2rem;
  line-height: 1.8em;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 2rem 0; }
  @media screen and (max-width: 768px) {
    .contact__heading {
      padding: 0 0 5vw;
      font-size: 1.5rem; }
      .contact__heading .small {
        font-size: 1rem; } }
.contact__text {
  line-height: 1.8em;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .contact__text {
      /*br {
      	display: none;
      }*/ } }
@media screen and (max-width: 768px) {
  .contact__heading {
    font-size: 5.5vw;
    padding: 2rem 0 1rem; }
  .contact__text {
    font-size: 3.3vw; } }

/*
	Footer
------------------------------------------------------------ */
.footer {
  background: #343434;
  color: white; }
  .footer__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto; }
  .footer__text {
    padding: 2rem 0;
    text-align: center;
    line-height: 2em; }

.copyright {
  background: transparent;
  padding: 2rem 0; }
  .copyright__text {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.8em;
    text-align: center; }
  @media screen and (max-width: 768px) {
    .copyright {
      padding: 0rem 0 6rem; } }

/* Floating area */
.floating {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000; }
  .floating__button {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .floating__button-item {
      width: 100%; }
      .floating__button-item01 {
        font-size: 2.8vw;
        line-height: 1.2em;
        position: relative; }
        .floating__button-item01 .number {
          font-family: 'Oswald', sans-serif;
          font-size: 5vw;
          margin-left: 1rem; }
        .floating__button-item01::before {
          position: absolute;
          background-image: url("../images/btn_tel.svg");
          background-repeat: no-repeat;
          background-size: 100%;
          width: 5.5vw;
          height: 5.5vw;
          content: '';
          top: 50%;
          bottom: 50%;
          left: .7rem;
          margin: auto;
          z-index: 1; }
        .floating__button-item01 a {
          display: block;
          background: #af9742;
          color: white;
          padding: .8rem 0 0 2.8rem;
          height: 3.5rem; }
      .floating__button-item02 {
        position: relative;
        font-size: 4.5vw;
        font-weight: 700;
        text-align: center; }
        .floating__button-item02::before {
          position: absolute;
          background-image: url("../images/btn_mail.svg");
          background-repeat: no-repeat;
          background-size: 100%;
          width: 5.5vw;
          height: 5vw;
          content: '';
          top: 50%;
          bottom: 50%;
          left: 1.5rem;
          margin: auto;
          z-index: 1; }
        .floating__button-item02 a {
          display: block;
          background: #ab3434;
          color: white;
          padding: 1.1rem 0 0 1.3rem;
          height: 3.5rem; }
  @media screen and (max-width: 768px) {
    .floating {
      display: block; } }
