@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  font-size: 62.5%;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

.serif {
  font-family: 'Noto Serif JP', serif;
}

div, h1, h2, h3, p, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

br.for-sp {
  display: none;
}

.position{
  font-size: 1.3rem !important;
}

@media screen and (max-width: 768px) {
  br.for-sp {
    display: inherit;
  }
  br.for-pc {
    display: none;
  }
}

li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: black;
}

a:hover {
  opacity: .8;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  color: #668392;
}

.inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

/***
 * 共通タイトル
 ***/
.common-title {
  line-height: 1;
  text-align: center;
  color: #005083;
  font-size: 4.9rem;
}

@media screen and (max-width: 768px) {
  .common-title {
    font-size: 2.4rem;
  }
}

/***
 * お問い合わせボタン（共通）
 ***/
.btn-contact {
  background-color: white;
  -webkit-box-shadow: 2.4px 2.4px 2.4px rgba(0, 0, 0, 0.75);
  box-shadow: 2.4px 2.4px 2.4px rgba(0, 0, 0, 0.75);
}

.btn-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#CC8066), to(#932F2C));
  background: linear-gradient(to bottom, #CC8066 0%, #932F2C 100%);
  color: white;
  font-weight: bold;
}

.btn-contact a:hover {
  color: white;
}

.btn-contact .icon-mail {
  width: 1.2em;
  height: 1em;
  margin-right: .3em;
  background: url(../img/icn_mail.svg) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .btn-contact {
    width: auto;
  }
}

/***
 * お問い合わせ（帯付き・共通）
 ***/
.contact-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 150px;
  background-color: #005083;
}

.contact-area .btn-contact {
  position: relative;
  width: 46%;
  max-width: 476px;
  margin: auto;
  padding: 3px;
  font-size: 3.8rem;
  z-index: 10;
}

.contact-area .btn-contact a {
  height: 80px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .contact-area {
    height: 122px;
  }
  .contact-area .btn-contact {
    width: 100%;
    max-width: 100%;
    font-size: 2.4rem;
  }
  .contact-area .btn-contact a {
    height: 52px;
  }
}

/***
 * ヘッダー
 ***/
header {
  position: relative;
  height: 60px;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

header .hide-checkbox,
header .bg-drawer,
header .hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  header {
    height: 40px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  header .bg-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
  }
  header .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 500;
  }
  header .hamburger .hamburger-line {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 1px;
    margin: auto;
    background-color: black;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  header .hamburger .hamburger-line:nth-child(1) {
    top: calc(50% - 6px);
  }
  header .hamburger .hamburger-line:nth-child(2) {
    top: 50%;
  }
  header .hamburger .hamburger-line:nth-child(3) {
    top: calc(50% + 6px);
  }
  header .hide-checkbox:checked ~ .hamburger .hamburger-line:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
  header .hide-checkbox:checked ~ .hamburger .hamburger-line:nth-child(2) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  header .hide-checkbox:checked ~ .hamburger .hamburger-line:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }
  header .hide-checkbox:checked ~ .inner .header-nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 768px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 100;
  }
}

/***
 * ページ内スクロールナビゲーション
 ***/
.header-nav {
  width: 100%;
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-nav li {
  font-size: 1.4rem;
  font-weight: bold;
}

.header-nav .btn-contact {
  width: 130px;
  -webkit-box-shadow: 1px 1px 1px rgba(106, 25, 0, 0.75);
  box-shadow: 1px 1px 1px rgba(106, 25, 0, 0.75);
}

.header-nav .btn-contact a {
  height: 40px;
  border: none;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .header-nav {
    position: fixed;
    right: 0px;
    top: 0;
    width: auto;
    height: 100vh;
    padding: 40px 20px 20px;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .header-nav ul {
    display: block;
  }
  .header-nav li > a {
    display: block;
    padding: 1em 0;
    border-bottom: solid 1px #eee;
  }
  .header-nav li > a:hover {
    background-color: #eee;
  }
  .header-nav .btn-contact {
    margin: 1em auto;
  }
}

/***
 * フッター
 ***/
footer {
  padding: 10px 0;
  background-color: black;
  text-align: center;
  color: white;
}

footer small {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  footer small {
    font-size: 1rem;
  }
}

/***
 * メインビジュアル
 ***/
.mainvisual {
  background: url(../img/bg_top_pc.jpg) no-repeat center top/cover;
}

.mainvisual .title-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 258px;
}

.mainvisual .title-area::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -300px;
  width: 45%;
  max-width: 420px;
  height: 543px;
  background: url(../img/ph_top_human.png) no-repeat center bottom/contain;
}

.mainvisual .title-area h1 {
  width: 70%;
  max-width: 819px;
  margin-left: -4%;
}

.mainvisual .contact-area {
  height: 300px;
}

.mainvisual .contact-area h2 {
  width: 46%;
  max-width: 478px;
  margin: 0 0 20px 5%;
}

.mainvisual .contact-area .btn-contact {
  margin: 0 0 0 5%;
}

@media screen and (max-width: 768px) {
  .mainvisual {
    background-image: url(../img/bg_top_sp.jpg);
  }
  .mainvisual .title-area {
    height: 38vw;
  }
  .mainvisual .title-area::after {
    top: auto;
    bottom: -17vw;
    right: -10px;
    width: 45%;
  }
  .mainvisual .contact-area {
    height: 44vw;
  }
  .mainvisual .contact-area .inner {
    width: 90%;
  }
  .mainvisual .contact-area h2 {
    width: 60%;
    margin: 0 0 5vw;
  }
  .mainvisual .contact-area .btn-contact {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual {
    padding-top: 40px;
  }
}

/***
 * 悩み
 ***/
.worries .worries-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 70px;
  padding: 20px;
  background-color: #595757;
}

.worries .worries-list .ask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
  padding: 0 20px 0 0;
}

.worries .worries-list .ask p {
  text-align: center;
  color: white;
  font-size: 3.4rem;
  font-weight: bold;
}

.worries .worries-list .ask p span {
  margin-right: -.5em;
}

.worries .worries-list ul {
  width: 60%;
  padding: 0 20px 0 45px;
  background-color: white;
}

.worries .worries-list li {
  margin: 30px 0;
  padding: 0 0 0 38px;
  background: url(../img/icn_check.png) no-repeat left 3px/32px 32px;
  font-size: 2.8rem;
  font-weight: bold;
}

.worries .worries-list li .em {
  display: inline-block;
  border-bottom: solid 5px #932F2C;
  line-height: 1.2;
  color: #932F2C;
  font-size: 3.4rem;
}

.worries .sentence {
  margin: 70px 0 60px;
  text-align: center;
}

.worries .sentence h2 {
  margin-bottom: 40px;
  line-height: 1.2;
  color: #932F2C;
  font-size: 7.4rem;
}

.worries .sentence h2 span {
  margin-right: -.5em;
}

.worries .sentence p {
  line-height: 1.8;
  font-size: 2.9rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .worries .inner {
    padding: 0;
  }
  .worries .worries-list {
    display: block;
    margin: 0;
  }
  .worries .worries-list .ask,
  .worries .worries-list ul {
    width: 100%;
  }
  .worries .worries-list .ask {
    padding: 0 0 20px;
  }
  .worries .worries-list .ask p {
    font-size: 2.4rem;
  }
  .worries .worries-list ul {
    padding: 10px 25px 10px 30px;
  }
  .worries .worries-list li {
    margin: 15px 0;
    padding: 0 0 0 25px;
    background-size: 20px 20px;
    font-size: 1.4rem;
  }
  .worries .worries-list li .em {
    border-width: 2px;
    font-size: 1.8rem;
  }
  .worries .sentence {
    margin: 45px 0 30px;
  }
  .worries .sentence h2 {
    margin: 0 0 20px;
    font-size: 4rem;
  }
  .worries .sentence p {
    font-size: 1.4rem;
  }
}

/***
 * サービス内容とメリット
 ***/
.service-and-merit {
  padding: 80px 0 140px;
}

.service-and-merit h2 {
  margin: 0 0 50px;
  line-height: 1.2;
  text-align: center;
  color: #005083;
  font-size: 5.7rem;
}

.service-and-merit .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-and-merit .img-wrap {
  width: 45%;
  max-width: 470px;
}

.service-and-merit .sentence {
  width: 55%;
  padding: 0 0 0 40px;
}

.service-and-merit .sentence p {
  line-height: 1.7;
  text-align: justify;
  font-size: 2.3rem;
  font-weight: bold;
}

.service-and-merit .check-list li {
  margin: 0 0 20px;
  padding: 0 0 0 40px;
  background: url(../img/icn_check.png) no-repeat left top/32px 32px;
  color: #932F2C;
  font-size: 2.5rem;
  font-weight: bold;
}

.service-and-merit .service {
  margin: 0 0 110px;
}

@media screen and (max-width: 768px) {
  .service-and-merit {
    padding: 45px 0 40px;
  }
  .service-and-merit h2 {
    margin: 0 -.1em 20px 0;
    font-size: 2.4rem;
  }
  .service-and-merit .content {
    display: block;
  }
  .service-and-merit .img-wrap,
  .service-and-merit .sentence {
    width: 100%;
  }
  .service-and-merit .img-wrap {
    height: calc(100vw * 5 / 9);
    margin: 0 auto 20px;
  }
  .service-and-merit .img-wrap img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .service-and-merit .sentence {
    padding: 0;
  }
  .service-and-merit .sentence p {
    font-size: 1.5rem;
  }
  .service-and-merit .check-list li {
    margin: 0 0 10px;
    padding: 0 0 0 25px;
    background-size: 20px 20px;
    background-position: left 3px;
    font-size: 1.8rem;
  }
  .service-and-merit .service {
    margin: 0 0 37px;
  }
  .service-and-merit .service .img-wrap img {
    -o-object-position: 100% 35%;
    object-position: 100% 35%;
    font-family: 'object-fit: cover; object-position: 100% 35%';
  }
  .service-and-merit .merit .img-wrap img {
    font-family: 'object-fit: cover;';
  }
}

/***
 * 導入事例
 ***/
.example {
  padding: 85px 0;
  background-color: #DFF1F8;
}

.example h2 {
  margin: 0 0 60px;
}

.example .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.example .img-wrap {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .example {
    padding: 45px 0;
  }
  .example h2 {
    margin: 0 0 20px;
  }
  .example .inner {
    display: block;
    width: 90%;
  }
  .example .img-wrap {
    width: 100%;
  }
  .example .img-wrap:first-child {
    margin-bottom: 35px;
  }
}

/***
 * オーナーの声
 ***/
.voice-from-owner {
  padding: 80px 0 40px;
  background-color: #4A77A3;
}

.voice-from-owner h2 {
  margin: 0;
  color: white;
}

.voice-from-owner .block {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-gap: 30px 40px;
  -ms-grid-rows: auto 30px auto;
  -ms-grid-columns: 1fr 40px 3fr;
  grid-template: 'img title' auto 'text text' auto / 1fr 3fr;
  max-width: 950px;
  margin: 50px auto;
  padding: 30px;
  background-color: white;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.voice-from-owner .img-box,
.voice-from-owner .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.voice-from-owner .img-box {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: img;
}

.voice-from-owner .img-box .img-wrap {
  height: 190px;
}

.voice-from-owner .img-box img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.voice-from-owner .title-wrap {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.voice-from-owner .title-wrap .name {
  font-size: 2.1rem;
  font-weight: bold;
}

.voice-from-owner .title-wrap h3 {
  color: #005083;
  font-size: 3rem;
}

.voice-from-owner .sentence {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: text;
}

.voice-from-owner .sentence p {
  line-height: 1.6;
  text-align: justify;
  font-size: 2rem;
  font-weight: bold;
}

.voice-from-owner .caution {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  color: white;
  font-size: 1.5rem;
}

.voice-from-owner .owner_a .img-box img {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
  font-family: 'object-fit: cover; object-position: 50% 0%;';
}

.voice-from-owner .owner_b .img-box img {
  -o-object-position: 50% 30%;
  object-position: 50% 30%;
  font-family: 'object-fit: cover; object-position: 50% 30%;';
}

@media screen and (max-width: 768px) {
  .voice-from-owner {
    padding: 40px 0 20px;
  }
  .voice-from-owner h2 {
    margin: 0;
  }
  .voice-from-owner .block {
    grid-gap: 5px 10px;
    -ms-grid-rows: auto 5px auto;
    -ms-grid-columns: 1fr 10px 3fr;
    grid-template: 'img title' auto 'text text' auto / 1fr 3fr;
    width: 90%;
    padding: 20px;
  }
  .voice-from-owner .block:nth-child(1) {
    margin: 20px auto 60px;
  }
  .voice-from-owner .block:nth-child(2) {
    margin: 60px auto 20px;
  }
  .voice-from-owner .img-box,
  .voice-from-owner .title-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .voice-from-owner .img-box .img-wrap {
    height: 20vw;
  }
  .voice-from-owner .title-wrap .name {
    font-size: 1rem;
  }
  .voice-from-owner .title-wrap h3 {
    line-height: 1.5;
    font-size: 1.5rem;
  }
  .voice-from-owner .sentence p {
    font-size: 1.5rem;
  }
  .voice-from-owner .caution {
    font-size: 1rem;
  }
  .voice-from-owner .img-box {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .voice-from-owner .title-wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .voice-from-owner .sentence {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media screen and (max-width: 400px) {
  .voice-from-owner .img-box .img-wrap {
    height: 83px;
  }
  .voice-from-owner .title-wrap h3 {
    font-size: 3.6vw;
  }
}

/***
 * コンサルタント紹介
 ***/
.consultant {
  padding: 90px 0;
}

.consultant h2 {
  margin: 0 0 50px;
}

.consultant .block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background: url(../img/bg_consultant.jpg) no-repeat right bottom/contain;
  color: white;
}

.consultant .block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 80, 131, 0.8);
  z-index: 0;
}

.consultant .info-wrap,
.consultant .sentence {
  position: relative;
  z-index: 5;
}

.consultant .info-wrap {
  width: 18%;
}

.consultant .img-wrap {
  margin: 0 0 10px;
}

.consultant .text-wrap {
  text-align: center;
  font-weight: bold;
}

.consultant .text-wrap .position {
  margin: 0 0 10px;
  font-size: 1.4rem;
}

.consultant .text-wrap .name {
  font-size: 2rem;
}

.consultant .sentence {
  width: 82%;
  padding: 0 0 0 30px;
}

.consultant .sentence p {
  line-height: 2;
  font-size: 1.9rem;
}

@media screen and (max-width: 768px) {
  .consultant {
    padding: 40px 0 50px;
  }
  .consultant h2 {
    margin: 0 0 10px;
  }
  .consultant .block {
    display: block;
    padding: 30px 20px 40px;
    background-size: 70%;
  }
  .consultant .info-wrap,
  .consultant .sentence {
    width: 100%;
  }
  .consultant .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 25px;
  }
  .consultant .img-wrap {
    width: 35%;
    margin: 0;
  }
  .consultant .text-wrap {
    padding: 0 0 0 15px;
    text-align: left;
  }
  .consultant .text-wrap .position {
    margin: 0 0 10px;
    font-size: 1rem;
  }
  .consultant .text-wrap .name {
    font-size: 1.4rem;
  }
  .consultant .sentence {
    padding: 0;
  }
  .consultant .sentence p {
    font-size: 1.5rem;
  }
}

/***
 * 今後の流れ
 ***/
.flow {
  padding: 80px 0 20px;
  background-color: #DFF1F8;
}

.flow h2 {
  color: #932F2C;
}

.flow .chart li {
  position: relative;
  margin: 70px 0;
  padding: 0 0 0 110px;
  background-color: white;
}

.flow .chart li::before, .flow .chart li::after {
  content: '';
  position: absolute;
}

.flow .chart li::before {
  top: -10px;
  left: 18px;
  width: 66px;
  height: 77px;
}

.flow .chart li:not(:last-child)::after {
  top: 100%;
  right: 0;
  left: 0;
  width: 42px;
  height: 42px;
  margin: auto;
  border: solid 2px;
  border-color: transparent #005083 #005083 transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow .chart li:nth-child(1)::before {
  background: url(../img/tag_flow01.svg) no-repeat center/contain;
}

.flow .chart li:nth-child(1) dl::before {
  background: url(../img/icn_flow01.png) no-repeat center/contain;
}

.flow .chart li:nth-child(2)::before {
  background: url(../img/tag_flow02.svg) no-repeat center/contain;
}

.flow .chart li:nth-child(2) dl::before {
  background: url(../img/icn_flow02.png) no-repeat center/contain;
}

.flow .chart li:nth-child(3)::before {
  background: url(../img/tag_flow03.svg) no-repeat center/contain;
}

.flow .chart li:nth-child(3) dl::before {
  background: url(../img/icn_flow03.png) no-repeat center/contain;
}

.flow .chart li:nth-child(4)::before {
  background: url(../img/tag_flow04.svg) no-repeat center/contain;
}

.flow .chart li:nth-child(4) dl::before {
  background: url(../img/icn_flow04.png) no-repeat center/contain;
}

.flow .chart li:nth-child(5)::before {
  background: url(../img/tag_flow05.svg) no-repeat center/contain;
}

.flow .chart li:nth-child(5) dl::before {
  background: url(../img/icn_flow05.png) no-repeat center/contain;
}

.flow .chart dl {
  position: relative;
  padding: 30px 30px 20px 170px;
}

.flow .chart dl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 100%;
}

.flow .chart dt {
  margin: 0 0 5px;
  line-height: 1.2;
  color: #932F2C;
  font-size: 3.3rem;
}

.flow .chart dd {
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flow {
    padding: 45px 0 15px;
  }
  .flow .chart li {
    margin: 25px 0;
    padding: 0 0 0 40px;
  }
  .flow .chart li::before {
    top: -5px;
    left: 4px;
    width: 30px;
    height: 34px;
  }
  .flow .chart li:not(:last-child)::after {
    width: 17px;
    height: 17px;
  }
  .flow .chart dl {
    padding: 15px 10px 15px 75px;
  }
  .flow .chart dl::before {
    width: 65px;
  }
  .flow .chart dt {
    font-size: 1.7rem;
  }
  .flow .chart dd {
    font-size: 1.2rem;
  }
}

/***
 * よくある質問
 ***/
.faq {
  padding: 80px 0 0;
}

.faq h2 {
  margin: 0 0 50px;
}

.faq .faq-list {
  position: relative;
  padding: 0 0 330px;
}

.faq .faq-list::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39%;
  height: 100%;
  max-width: 386px;
  background: url(../img/ph_faq_human.jpg) no-repeat center bottom/contain;
  z-index: -1;
}

.faq dl {
  margin: 45px 0;
}

.faq dl:last-child dt {
  display: inline-block;
}

.faq dt,
.faq dd {
  position: relative;
}

.faq dt::before,
.faq dd::before {
  content: '';
  position: absolute;
  left: 10px;
}

.faq dt {
  padding: 0 0 5px 55px;
  border-bottom: solid 2px #005083;
  line-height: 1.2;
  color: #005083;
  font-size: 2.8rem;
}

.faq dt::before {
  bottom: 0;
  width: 28px;
  height: 34px;
  background: url(../img/icn_q.svg) no-repeat center/contain;
}

.faq dd {
  padding: 15px 0 0 55px;
  line-height: 1.8;
  font-size: 2.1rem;
  font-weight: bold;
}

.faq dd::before {
  top: 20px;
  width: 27px;
  height: 26px;
  background: url(../img/icn_a.svg) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 45px 0 0;
  }
  .faq h2 {
    margin: 0 0 25px;
  }
  .faq .faq-list {
    padding: 0 0 160px;
  }
  .faq .faq-list::after {
    max-width: 230px;
  }
  .faq dl {
    margin: 25px 0 35px;
  }
  .faq dt::before,
  .faq dd::before {
    left: 5px;
  }
  .faq dt {
    padding: 0 0 5px 25px;
    font-size: 1.5rem;
  }
  .faq dt::before {
    bottom: calc(50% - 9px);
    width: 14px;
    height: 17px;
  }
  .faq dd {
    padding: 10px 0 0 25px;
    font-size: 1.3rem;
  }
  .faq dd::before {
    top: 13px;
    width: 14px;
    height: 13px;
  }
}

/***
 * 会社案内
 ***/
.company {
  padding: 80px 0 55px;
  background-color: #005083;
}

.company h2 {
  margin: 0 0 50px;
  letter-spacing: .1em;
  color: white;
}

.company .profile {
  margin: 0 0 75px;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
}

.company dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}

.company dl:not(:first-child) {
  border-top: solid 2px #C4C5C5;
}

.company dt {
  width: 30%;
  text-align: center;
  color: #932F2C;
  font-size: 1.5rem;
}

.company dd {
  width: 70%;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .company {
    padding: 45px 0 10px;
  }
  .company h2 {
    margin: 0 0 26px;
  }
  .company .profile {
    margin: 0 0 15px;
    padding: 10px;
  }
  .company dl {
    padding: 7px 0;
  }
  .company dl:not(:first-child) {
    border-width: 1px;
  }
  .company dt,
  .company dd {
    font-size: 1.2rem;
  }
  .company dt {
    width: 25%;
  }
  .company dd {
    width: 75%;
  }
}

/***
* assessmentバナー
***/

.assessment-bnr {
  position: fixed;
  bottom: 50px;
  left: 0;
  z-index: 100;
  opacity: .95;
  background-color: rgba(255,255,255,.8);
  padding: 10px;
}
.assessment-bnr .mover {
  transition: opacity 0.2s ease-out;
  backface-visibility: hidden;
  zoom: 1;
}
assessment-bnr .mover:hover {
  opacity: 0.8;
}
.assessment-bnr img {
  /*width: 336px;*/
  width: 300px;
}
.assessment-bnr .mode-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .assessment-bnr {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .assessment-bnr {
    text-align: center;
  }
  .assessment-bnr img {
    width: 100%;
  }
  .assessment-bnr .mode-pc {
    display: none;
  }
  .assessment-bnr .mode-sp {
    display: inline-block;
  }
}