@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 img {
  width: 100%;
  height: auto; }
.wrap .sp {
  display: none; }
@media screen and (max-width: 768px) {
  .wrap .sp {
    display: block; } }

/* visual */
.visual {
  background-color: white;
  background-image: url("../images/fv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .visual__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 2rem 0 0; }
  @media screen and (max-width: 768px) {
    .visual {
      background-image: url("../images/fv-sp.webp"); }
      .visual__inner {
        margin: 0 0 0 auto;
        width: 97vw;
        padding: 1rem 0 0; } }

/*
	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: 4rem 0;
  padding: 3rem 0 2rem; }
  @media screen and (max-width: 768px) {
    .cv {
      padding: 8vw 0; } }
  .cv__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    max-width: 1200px; }
  .cv__text {
    line-height: 1.8em;
    text-align: justify;
    font-weight: 900;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: .01em;
    position: relative; }
    @media screen and (max-width: 768px) {
      .cv__text {
        /*br {
        	display: none;
        }*/ } }
    .cv__text::before {
      position: absolute;
      content: " ";
      background-image: url("../images/cv_head.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 28rem;
      height: 4rem;
      top: -.6rem;
      left: 0;
      right: 0;
      margin: auto; }
  .cv__button {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 3rem 0; }
    .cv__button-item {
      width: calc((100% - 2rem) / 3); }
      .cv__button-item span {
        margin-left: 2rem; }
      .cv__button-item a {
        color: white;
        border-radius: 10px;
        text-align: center;
        display: block;
        font-weight: 700;
        font-size: 1.2rem;
        position: relative; }
        .cv__button-item a::before {
          position: absolute;
          content: " ";
          background-repeat: no-repeat;
          background-size: 100%;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
      .cv__button-item01 {
        position: relative; }
        .cv__button-item01 .sub {
          position: absolute;
          top: -1rem;
          text-align: center;
          background: #333333;
          font-weight: 700;
          border-radius: 8px;
          color: white;
          font-size: 1.1rem;
          padding: .5rem 0;
          z-index: 1;
          right: 0;
          left: 0;
          margin: auto;
          width: 70%; }
        .cv__button-item01 a {
          background: #da4a4a;
          box-shadow: 0px 8px #ac3434;
          font-family: 'Bebas Neue', sans-serif;
          font-weight: 400;
          font-size: 2.2rem;
          padding: 1.8rem 0 1.25rem; }
          .cv__button-item01 a::before {
            background-image: url("../images/tel_icon.svg");
            width: 1.5rem;
            height: 1.7rem;
            right: 10.5rem;
            top: .5rem; }
      .cv__button-item02 a {
        background: #4378ff;
        box-shadow: 0px 8px #2c5fe0;
        padding: 2rem 0; }
        .cv__button-item02 a::before {
          background-image: url("../images/mail_icon.svg");
          width: 1.5rem;
          height: 1rem;
          right: 11.5rem; }
      .cv__button-item03 a {
        background: #4cc764;
        box-shadow: 0px 8px #2da244;
        padding: 2rem 0; }
        .cv__button-item03 a::before {
          background-image: url("../images/line_icon.webp");
          width: 3rem;
          height: 3rem;
          right: 12.5rem; }
  @media screen and (max-width: 768px) {
    .cv__text {
      font-size: 4.8vw; }
      .cv__text::before {
        width: 23rem;
        top: -.4rem; }
    .cv__button {
      padding: 3rem 0 0;
      display: block; }
      .cv__button-item {
        width: 100%;
        margin: 0 0 1rem; }
        .cv__button-item span {
          margin-left: 2rem; } }

/* 全ブロック共通 */
.intro,
.price,
.reason,
.promise,
.voice,
.flow,
.faq,
.area {
  padding: 4rem 0; }
  @media screen and (max-width: 768px) {
    .intro,
    .price,
    .reason,
    .promise,
    .voice,
    .flow,
    .faq,
    .area {
      padding: 8vw 0; } }
  .intro__inner,
  .price__inner,
  .reason__inner,
  .promise__inner,
  .voice__inner,
  .flow__inner,
  .faq__inner,
  .area__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto; }
    .intro__inner .line,
    .price__inner .line,
    .reason__inner .line,
    .promise__inner .line,
    .voice__inner .line,
    .flow__inner .line,
    .faq__inner .line,
    .area__inner .line {
      margin: 0 auto;
      width: 60%; }
  .intro__heading,
  .price__heading,
  .reason__heading,
  .promise__heading,
  .voice__heading,
  .flow__heading,
  .faq__heading,
  .area__heading {
    padding: 1rem 0 2rem;
    line-height: 1.5em;
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: .02em; }
    .intro__heading-sub,
    .price__heading-sub,
    .reason__heading-sub,
    .promise__heading-sub,
    .voice__heading-sub,
    .flow__heading-sub,
    .faq__heading-sub,
    .area__heading-sub {
      letter-spacing: .02em;
      font-size: 1.5rem;
      padding: 0 0 1rem;
      text-align: center;
      font-weight: 900; }
      .intro__heading-sub .yellow,
      .price__heading-sub .yellow,
      .reason__heading-sub .yellow,
      .promise__heading-sub .yellow,
      .voice__heading-sub .yellow,
      .flow__heading-sub .yellow,
      .faq__heading-sub .yellow,
      .area__heading-sub .yellow {
        color: #fff000; }
    .intro__heading .yellow,
    .price__heading .yellow,
    .reason__heading .yellow,
    .promise__heading .yellow,
    .voice__heading .yellow,
    .flow__heading .yellow,
    .faq__heading .yellow,
    .area__heading .yellow {
      color: #fff000; }
    .intro__heading .medium,
    .price__heading .medium,
    .reason__heading .medium,
    .promise__heading .medium,
    .voice__heading .medium,
    .flow__heading .medium,
    .faq__heading .medium,
    .area__heading .medium {
      font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .intro__heading,
      .price__heading,
      .reason__heading,
      .promise__heading,
      .voice__heading,
      .flow__heading,
      .faq__heading,
      .area__heading {
        font-size: 6vw; }
        .intro__heading-sub,
        .price__heading-sub,
        .reason__heading-sub,
        .promise__heading-sub,
        .voice__heading-sub,
        .flow__heading-sub,
        .faq__heading-sub,
        .area__heading-sub {
          font-size: 4.5vw;
          padding: 0; }
        .intro__heading .medium,
        .price__heading .medium,
        .reason__heading .medium,
        .promise__heading .medium,
        .voice__heading .medium,
        .flow__heading .medium,
        .faq__heading .medium,
        .area__heading .medium {
          font-size: 5vw; } }
  .intro__text,
  .price__text,
  .reason__text,
  .promise__text,
  .voice__text,
  .flow__text,
  .faq__text,
  .area__text {
    line-height: 1.8em;
    text-align: justify;
    font-weight: 900;
    text-align: center;
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      .intro__text,
      .price__text,
      .reason__text,
      .promise__text,
      .voice__text,
      .flow__text,
      .faq__text,
      .area__text {
        /*br {
        	display: none;
        }*/ } }
    .intro__text .yellow,
    .price__text .yellow,
    .reason__text .yellow,
    .promise__text .yellow,
    .voice__text .yellow,
    .flow__text .yellow,
    .faq__text .yellow,
    .area__text .yellow {
      color: #fff000; }
  .intro__image,
  .price__image,
  .reason__image,
  .promise__image,
  .voice__image,
  .flow__image,
  .faq__image,
  .area__image {
    text-align: center; }
    .intro__image img.circle,
    .price__image img.circle,
    .reason__image img.circle,
    .promise__image img.circle,
    .voice__image img.circle,
    .flow__image img.circle,
    .faq__image img.circle,
    .area__image img.circle {
      border-radius: 100%;
      overflow: hidden; }
  @media screen and (max-width: 768px) {
    .intro__inner .line,
    .price__inner .line,
    .reason__inner .line,
    .promise__inner .line,
    .voice__inner .line,
    .flow__inner .line,
    .faq__inner .line,
    .area__inner .line {
      margin: 0 auto;
      width: 90%; }
    .intro__text,
    .price__text,
    .reason__text,
    .promise__text,
    .voice__text,
    .flow__text,
    .faq__text,
    .area__text {
      font-size: 5vw; } }

/* 各ブロック個別 */
.intro {
  background-color: white;
  background-image: url("../images/intro.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .intro__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: wrap; }
    .intro__list-item {
      width: 49%;
      position: relative;
      font-size: 1.1rem;
      font-weight: 700;
      background: white;
      border-radius: 10px;
      padding: .5rem 0 .5rem 2.5rem;
      margin: 0 0 1rem; }
      .intro__list-item::before {
        position: absolute;
        content: " ";
        background-image: url("../images/intro_icon.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 1.1rem;
        height: .8rem;
        top: 50%;
        left: 1rem;
        transform: translate(0, -50%); }
  .intro__text {
    position: relative; }
    .intro__text::before {
      position: absolute;
      content: " ";
      background-image: url("../images/intro_image.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 19rem;
      height: 3rem;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .intro__text .marker {
      background: #fff000;
      border: 2px #333333 solid;
      padding: 0 .5rem; }
  @media screen and (max-width: 768px) {
    .intro {
      background-image: url("../images/intro-sp.webp"); }
      .intro__list {
        display: block; }
        .intro__list-item {
          width: 100%;
          font-size: 4vw;
          padding: .5rem 0 .5rem 2rem; }
          .intro__list-item::before {
            width: 1.1rem;
            height: .9rem;
            left: .7rem; }
      .intro__text::before {
        width: 15rem; } }

.price {
  background-color: #1a46b6;
  color: white;
  padding: 4rem 0 1rem; }
  .price__heading .large {
    color: #fff000;
    font-size: 2.5rem; }
  .price__text {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .01em;
    padding: 2rem 0; }
    .price__text02 {
      text-decoration: underline; }
  .price__box {
    text-align: center;
    color: white;
    font-weight: 700; }
    .price__box .head {
      font-size: 1.3rem;
      padding: 2rem 0 0; }
    .price__box .line02 {
      margin: 0 auto;
      width: 10%; }
    .price__box .text {
      font-size: 1.1rem;
      padding: 1rem 0 2.5rem; }
    .price__box01 {
      background-image: linear-gradient(-45deg, #36519a 25%, #1d3c8d 25%, #1d3c8d 50%, #36519a 50%, #36519a 75%, #1d3c8d 75%, #1d3c8d);
      background-size: 6px 6px; }
    .price__box02 .white {
      background: white;
      border-radius: 50px;
      padding: .2rem 1rem;
      margin: 0.5rem;
      color: #1a46b6; }
  @media screen and (max-width: 768px) {
    .price {
      padding: 3rem 0 1rem; }
      .price__heading {
        padding: 1rem 0; }
        .price__heading .large {
          font-size: 7.5vw; }
      .price__text {
        font-size: 4vw;
        padding: 1rem 0 2rem; }
        .price__text02 {
          padding: 0 0 1rem; }
      .price__box .head {
        font-size: 4.5vw; }
      .price__box .line02 {
        margin: 0 auto;
        width: 50%; }
      .price__box .text {
        font-size: 4vw;
        line-height: 1.5em; }
      .price__box02 .text {
        line-height: 2.5em; } }

.reason {
  background-color: #1a46b6;
  color: white;
  padding: 4rem 0 1rem; }
  .reason__list {
    color: #333333;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: wrap; }
    .reason__list-item {
      width: calc((100% - 2rem) / 2);
      background: white;
      border-radius: 10px;
      padding: 1rem 1.5rem 1.5rem;
      margin: 0 0 1.5rem; }
    .reason__list .head {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      color: #1a46b6; }
    .reason__list .body {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 0.5rem 0; }
    .reason__list .number {
      font-family: 'Bebas Neue', sans-serif;
      font-weight: 400;
      font-size: 4rem;
      font-style: italic;
      display: inline-block;
      position: relative;
      padding: .5rem 0 0;
      letter-spacing: -.02em; }
      .reason__list .number::after {
        content: "";
        display: inline-block;
        width: 2px;
        height: 3.7rem;
        background-color: #1a46b6;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -1rem;
        margin: auto; }
    .reason__list .title {
      font-size: 1.2rem;
      font-weight: 700;
      line-height: 1.3em;
      padding: 0 0 0 1.5rem; }
    .reason__list .text {
      text-align: justify;
      width: 66%;
      line-height: 1.5em; }
    .reason__list .image {
      width: 30%; }
    .reason__list .orange {
      color: #ff6600; }
  @media screen and (max-width: 768px) {
    .reason {
      padding: 3rem 0 1rem; }
      .reason__list {
        display: block; }
        .reason__list-item {
          width: 100%; }
        .reason__list .number {
          font-size: 12vw;
          letter-spacing: -.02em;
          padding: .3rem 0 0; }
          .reason__list .number::after {
            height: 2.7rem; }
        .reason__list .title {
          font-size: 4.2vw;
          font-weight: 700;
          line-height: 1.3em;
          padding: 0 0 0 1.5rem; }
        .reason__list .text {
          width: 54%; }
        .reason__list .image {
          width: 42%; } }

.promise {
  background-image: linear-gradient(-45deg, #36519a 25%, #1d3c8d 25%, #1d3c8d 50%, #36519a 50%, #36519a 75%, #1d3c8d 75%, #1d3c8d);
  background-size: 6px 6px;
  color: white; }
  .promise__heading {
    padding: 1rem 0 0; }
  .promise__list {
    text-align: center;
    font-weight: 700; }
    .promise__list .number {
      font-family: 'Bebas Neue', sans-serif;
      font-weight: 400;
      color: #fff000;
      font-style: italic;
      letter-spacing: -.02em;
      font-size: 1.5rem;
      padding: 2rem 0 0; }
    .promise__list .head {
      font-size: 1.3rem;
      padding: 1rem 0 2rem;
      border-bottom: white 2px solid;
      letter-spacing: .01em; }
    .promise__list .yellow {
      color: #fff000; }
    .promise__list-item04 .head {
      border-bottom: none; }
  @media screen and (max-width: 768px) {
    .promise__list .number {
      padding: 1rem 0 0; }
    .promise__list .head {
      font-size: 4.5vw;
      padding: .5rem 0 1rem;
      line-height: 1.5em; } }

.voice {
  padding: 2rem 0 3rem;
  background-color: #1a46b6;
  color: white; }
  .voice__list {
    color: #333333;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: wrap; }
    .voice__list-item {
      width: calc((100% - 2rem) / 2);
      background: white;
      border-radius: 10px;
      padding: 1rem 1.5rem 1.5rem;
      margin: 0 0 1.5rem;
      position: relative; }
      .voice__list-item .image {
        position: absolute;
        right: 1rem;
        top: -1rem;
        width: 25%; }
    .voice__list .prof {
      background: #333333;
      width: 10rem;
      color: white;
      line-height: 1.5em;
      font-weight: 700;
      margin: 0 0 .3rem;
      padding: 0 .5rem;
      font-size: .8rem; }
    .voice__list .head {
      color: #1a46b6;
      font-size: 1.2rem;
      font-weight: 700;
      line-height: 1.3em;
      position: relative;
      z-index: 1; }
    .voice__list .text {
      text-align: justify;
      line-height: 1.5em;
      padding: 1rem 0; }
    .voice__list .orange {
      color: #ff6600; }
  @media screen and (max-width: 768px) {
    .voice__list {
      display: block; }
      .voice__list-item {
        width: 100%; }
      .voice__list .head {
        padding: .5rem 0 0; } }

.flow {
  background-color: #ededed; }
  .flow__text {
    margin: 1rem 0;
    background: #333333;
    color: white;
    padding: 1rem 0;
    border-radius: 10px;
    text-align: center;
    line-height: 1.3em;
    font-weight: 700;
    font-size: 1.1rem; }
  .flow__list {
    color: #333333; }
    .flow__list-item {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      background: white;
      border-radius: 10px;
      padding: 1.5rem; }
      .flow__list-item01 {
        position: relative;
        margin: 0 0 3rem; }
        .flow__list-item01::after {
          position: absolute;
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-right: 30px solid transparent;
          border-left: 30px solid transparent;
          border-top: 15px solid #333333;
          border-bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          bottom: -2rem; }
    .flow__list .left {
      width: 15%; }
    .flow__list .right {
      width: 85%; }
    .flow__list .number {
      font-family: 'Bebas Neue', sans-serif;
      font-weight: 400;
      font-size: 1.5rem;
      text-align: center;
      color: #1a46b6; }
    .flow__list .icon {
      width: 60%;
      margin: 0 auto; }
    .flow__list .head {
      color: #1a46b6;
      font-size: 1.2rem;
      font-weight: 700;
      line-height: 1.3em; }
    .flow__list .text {
      text-align: justify;
      line-height: 1.5em;
      padding: 1rem 0; }
  @media screen and (max-width: 768px) {
    .flow__list-item {
      padding: 1.5rem 1.5rem 1.5rem 1rem; }
      .flow__list-item01 {
        margin: 0 0 2rem; }
        .flow__list-item01::after {
          bottom: -1.5rem; }
    .flow__list .left {
      width: 30%;
      padding: .2rem 0; }
    .flow__list .right {
      width: 70%; }
    .flow__list .number {
      font-size: 1.5rem; }
    .flow__list .icon {
      width: 90%; } }

.faq {
  background: #1a46b6;
  padding: 2rem 0 3rem; }
  .faq__heading {
    color: white; }
  .faq__list-item {
    background-color: white;
    border-radius: 10px;
    padding: 1.5rem 3rem;
    margin: 0 0 1rem; }
    .faq__list-item .head,
    .faq__list-item .body {
      display: flex;
      justify-content: flex-start;
      align-items: baseline; }
    .faq__list-item .head {
      border-bottom: 1px #333333 solid;
      padding: 0 0 1rem; }
    .faq__list-item .body {
      padding: 1rem 0 0; }
    .faq__list-item .icon {
      font-size: 1.2rem;
      font-weight: 400;
      font-family: 'Bebas Neue', sans-serif;
      font-weight: 400; }
      .faq__list-item .icon-q {
        color: #1a46b6; }
      .faq__list-item .icon-a {
        color: #ff6600; }
    .faq__list-item .title {
      font-weight: 700;
      color: #1a46b6; }
    .faq__list-item .text {
      text-align: justify;
      line-height: 1.5em; }
  @media screen and (max-width: 768px) {
    .faq {
      padding: 1rem 0 2rem; }
      .faq__list-item {
        padding: 1.5rem 1rem; }
        .faq__list-item .head {
          border-bottom: 1px #333333 solid;
          padding: 0 0 .5rem; }
        .faq__list-item .body {
          padding: .5rem 0 0; } }

.area {
  background-image: linear-gradient(-45deg, #36519a 25%, #1d3c8d 25%, #1d3c8d 50%, #36519a 50%, #36519a 75%, #1d3c8d 75%, #1d3c8d);
  background-size: 6px 6px;
  color: white; }
  .area__image {
    width: 40%;
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .area__heading {
      padding: 1rem 0; }
    .area__image {
      width: 78%; } }

/* contact */
.contact {
  padding: 3rem 0; }
  .contact__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto; }
    .contact__inner .line {
      margin: 0 auto;
      width: 60%; }
  .contact__heading {
    padding: 1rem 0 2rem;
    line-height: 1.5em;
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: .02em; }
    .contact__heading-sub {
      letter-spacing: .02em;
      font-size: 1.5rem;
      padding: 0 0 1rem;
      text-align: center;
      font-weight: 900; }
      .contact__heading-sub .yellow {
        color: #fff000; }
    .contact__heading .yellow {
      color: #fff000; }
    .contact__heading .medium {
      font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .contact__heading {
        font-size: 6vw; }
        .contact__heading-sub {
          font-size: 4.5vw;
          padding: 0; }
        .contact__heading .medium {
          font-size: 5vw; } }
  .contact__text {
    line-height: 1.8em;
    text-align: justify; }
    @media screen and (max-width: 768px) {
      .contact__text {
        /*br {
        	display: none;
        }*/ } }

/*
	Footer
------------------------------------------------------------ */
.footer {
  background: #1a46b6;
  color: white; }
  .footer__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto; }

.company {
  padding: 4rem 0;
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0; }
  @media screen and (max-width: 768px) {
    .company {
      padding: 8vw 0; } }
  .company .line {
    margin: 0 auto;
    width: 60%; }
  .company__heading {
    padding: 1rem 0 2rem;
    line-height: 1.5em;
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: .02em; }
    .company__heading-sub {
      letter-spacing: .02em;
      font-size: 1.5rem;
      padding: 0 0 1rem;
      text-align: center;
      font-weight: 900; }
      .company__heading-sub .yellow {
        color: #fff000; }
    .company__heading .yellow {
      color: #fff000; }
    .company__heading .medium {
      font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .company__heading {
        font-size: 6vw; }
        .company__heading-sub {
          font-size: 4.5vw;
          padding: 0; }
        .company__heading .medium {
          font-size: 5vw; } }
  .company__text {
    padding: 1rem 0;
    text-align: center;
    font-weight: 700;
    line-height: 1.8em; }

.copyright {
  padding: 0rem 0 10rem; }
  .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 12rem; } }

/* Floating area */
.floating {
  margin: 0 auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #404040;
  padding: .8rem 10rem; }
  .floating-pc__button {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    .floating-pc__button span {
      margin-left: 2rem; }
    .floating-pc__button a {
      width: 25vw;
      color: white;
      border-radius: 10px;
      text-align: center;
      display: block;
      font-weight: 700;
      font-size: 1.2rem;
      position: relative; }
      .floating-pc__button a::before {
        position: absolute;
        content: " ";
        background-repeat: no-repeat;
        background-size: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
    .floating-pc__button01 {
      position: relative; }
      .floating-pc__button01 .sub {
        position: absolute;
        top: .25rem;
        text-align: center;
        font-weight: 700;
        color: white;
        padding: .5rem 0;
        z-index: 1;
        right: 0;
        left: 0;
        margin: auto;
        width: 70%; }
      .floating-pc__button01 a {
        margin-right: 1rem;
        background: #da4a4a;
        box-shadow: 0px 8px #ac3434;
        font-family: 'Bebas Neue', sans-serif;
        font-weight: 400;
        font-size: 2.2rem;
        padding: 2.5rem 0 .75rem; }
        .floating-pc__button01 a::before {
          background-image: url("../images/tel_icon.svg");
          width: 1.5rem;
          height: 1.7rem;
          right: 10.5rem;
          top: 1.5rem; }
    .floating-pc__button02 a {
      margin-right: 1rem;
      background: #4378ff;
      box-shadow: 0px 8px #2c5fe0;
      padding: 2rem 0; }
      .floating-pc__button02 a::before {
        background-image: url("../images/mail_icon.svg");
        width: 1.5rem;
        height: 1rem;
        right: 11.5rem; }
    .floating-pc__button03 a {
      background: #4cc764;
      box-shadow: 0px 8px #2da244;
      padding: 2rem 0; }
      .floating-pc__button03 a::before {
        background-image: url("../images/line_icon.webp");
        width: 3rem;
        height: 3rem;
        right: 12.5rem; }
  .floating-sp {
    display: none; }
  @media screen and (max-width: 768px) {
    .floating-pc {
      display: none; }
    .floating-sp {
      padding: .8rem 1rem;
      display: block; }
      .floating-sp span {
        margin-left: 1.4rem; }
      .floating-sp__tel {
        margin: 0 0 1rem; }
        .floating-sp__tel .sub {
          position: absolute;
          top: 1rem;
          text-align: center;
          font-weight: 700;
          color: white;
          padding: .5rem 0;
          z-index: 1;
          right: 0;
          left: 0;
          margin: auto;
          width: 70%; }
        .floating-sp__tel span {
          margin-left: 2.2rem; }
        .floating-sp__tel a {
          display: block;
          position: relative;
          border-radius: 10px;
          width: 100%;
          background: #da4a4a;
          box-shadow: 0px 8px #ac3434;
          font-family: 'Bebas Neue', sans-serif;
          font-weight: 400;
          font-size: 10vw;
          color: white;
          padding: 2rem 0 .5rem;
          text-align: center; }
          .floating-sp__tel a::before {
            background-image: url("../images/tel_icon.svg");
            width: 1.8rem;
            height: 2.2rem;
            right: 12rem;
            top: 1.5rem;
            position: absolute;
            content: " ";
            background-repeat: no-repeat;
            background-size: 100%;
            bottom: 0;
            left: 0;
            margin: auto; }
      .floating-sp__button {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: stretch; }
        .floating-sp__button a {
          color: white;
          border-radius: 10px;
          text-align: center;
          font-weight: 700;
          font-size: 4.2vw;
          position: relative; }
          .floating-sp__button a::before {
            position: absolute;
            content: " ";
            background-repeat: no-repeat;
            background-size: 100%;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto; }
        .floating-sp__button01 a {
          width: 100%;
          display: block;
          margin-right: 1rem;
          background: #4378ff;
          box-shadow: 0px 8px #2c5fe0;
          padding: .6rem 0; }
          .floating-sp__button01 a::before {
            background-image: url("../images/mail_icon.svg");
            width: 1.2rem;
            height: .8rem;
            right: 5.8rem; }
        .floating-sp__button02 a {
          width: 100%;
          display: block;
          background: #4cc764;
          box-shadow: 0px 8px #2da244;
          padding: .6rem 0; }
          .floating-sp__button02 a::before {
            background-image: url("../images/line_icon.webp");
            width: 2rem;
            height: 2rem;
            right: 6.5rem; } }
