@charset "UTF-8";
/*===========================================================================*/
/*common*/
/*===========================================================================*/
/* リセット
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box !important;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0 !important;
  color: #04121a !important;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: baseline;
  display: inline;
}

video {
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: top;
}

small {
  font-size: 0.7em;
}

.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.sokumanshitsu-lp .grecaptcha-badge {
  bottom: 10px !important;
}

/* 共通基本スタイル
---------------------------------------------------------------------------- */
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto !important;
  color: #04121a;
  font-size: 16px !important;
  line-height: 1.96;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.6px;
  height: 100%;
  width: 100%;
  min-width: 1080px;
}

h1, h2, h3 {
  font-weight: bold;
}

body #container {
  height: auto;
}

.mincho {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 1px;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.waku {
  overflow: hidden;
}

.l {
  float: left;
}

.r {
  float: right;
}

@media screen and (max-width: 769px) {
  .l {
    float: none;
  }
  .r {
    float: none;
  }
  body {
    font-size: 16px;
    min-width: 100%;
  }
}
a {
  text-decoration: none;
  transition: 0.6s;
}
a i {
  transition: 0.6s;
}
a.alpha {
  display: block;
}
a.alpha:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
a img {
  transition: 0.3s ease-in-out;
}

a,
button,
[role=button],
input,
textarea,
select,
label {
  -webkit-tap-highlight-color: transparent;
}

@media (hover: none) and (pointer: coarse) {
  a:focus,
  button:focus,
  [role=button]:focus,
  input:focus,
  textarea:focus,
  select:focus {
    outline: none;
    box-shadow: none;
  }
}
.jump {
  animation: jump 1s ease infinite;
}

@keyframes jump {
  0%, 20%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  80% {
    transform: translateY(0);
  }
}
/* ハック
---------------------------------------------- */
/* letter-spacing hack */
@media screen {
  br {
    letter-spacing: 0;
  }
}
#wrapper {
  z-index: 2;
  position: relative;
  height: 100%;
  background: #fff;
  transition: transform 0.3s ease-in-out;
}

/* menu-button
---------------------------------------------- */
.menu-button {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background: #000;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 769px) {
  .menu-button {
    top: 10px;
    right: 10px;
  }
}

.menu-button-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.menu-button-button:hover,
.menu-button-button:focus,
.menu-button-button:focus-visible,
.menu-button-button:active {
  text-decoration: none;
}

@keyframes menu-button-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.menu-button-button i.menu-button-icon-spin {
  display: inline-block;
  transform-origin: center center;
  animation: menu-button-icon-spin 0.5s cubic-bezier(0.34, 1.45, 0.64, 1) both;
}

.menu-button-button i,
.menu-button-button:hover i,
.menu-button-button:focus i,
.menu-button-button:focus-visible i,
.menu-button-button:active i {
  text-decoration: none;
}

/* slide menu（#wrapper 左へ20%／.sidebar 右からスライド）
---------------------------------------------- */
body.menu-open {
  overflow: hidden;
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  pointer-events: none;
}

body.menu-open .menu-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: min(80vw, 400px);
  height: 100%;
  height: 100dvh;
  z-index: 999;
  background: #020202;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sidebar .head-in {
  padding: 72px 20px 40px;
}
.sidebar .menu-logo {
  margin-bottom: 20px;
  text-align: center;
}
.sidebar .menu-logo img {
  display: inline-block;
}
.sidebar nav ul li {
  border-bottom: 1px dotted #ccc;
}
.sidebar nav ul li a {
  display: block;
  padding: 14px 4px;
  color: #fff;
  font-size: 20px;
  line-height: 1.55;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .sidebar nav ul li a {
    font-size: 17px;
  }
}
.sidebar nav ul li a i {
  font-size: 15px;
  margin-right: 6px;
}
.sidebar nav ul li a:hover {
  color: #eb592b;
  background: #111;
}

body.menu-open .sidebar {
  transform: translateX(0);
}
body.menu-open #wrapper {
  transform: translateX(-20%);
}

/* FV-area
---------------------------------------------- */
.FV-area {
  width: 100%;
  padding: 0;
  text-align: center;
}
.FV-area h1 {
  width: 100%;
}
.FV-area h1 img {
  width: 100%;
  height: auto;
}
.FV-area .txt-catch {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 40px;
}
.FV-area .read-area {
  width: 760px;
  margin: 0 auto;
}
.FV-area .read-area .read-txt {
  width: 580px;
  font-size: 21px;
  line-height: 1.68;
  font-weight: bold;
  padding: 60px 0 0 40px;
}
.FV-area .read-area .read-txt span {
  color: #db3c0b;
}
.FV-area .read-area .read-image {
  width: 180px;
}
@media screen and (max-width: 769px) {
  .FV-area {
    background: #f5f7f5 url("../images/bg-FV-sp-min.png") no-repeat top center;
    background-size: 100%;
    padding: 50px 0 50px;
  }
  .FV-area h1 {
    width: 97%;
    margin: 0 auto 200px;
  }
  .FV-area .txt-catch {
    width: 87%;
    margin: 0 auto 24px;
  }
  .FV-area .read-area {
    width: 100%;
  }
  .FV-area .read-area .read-txt {
    width: 100%;
    font-size: 18px;
    line-height: 1.82;
    text-align: left;
    padding: 0 30px 32px;
  }
  .FV-area .read-area .read-image {
    margin: 0 auto;
  }
}

/* cta-area
---------------------------------------------- */
.cta-area {
  width: 100%;
  min-height: 425px;
  background: #ec731d url("../images/bg-cta-pc-min.png") no-repeat top right;
  padding: 30px 0;
}
@media screen and (max-width: 769px) {
  .cta-area {
    width: 100%;
    padding: 0;
  }
}

.cta-base {
  width: 940px;
  height: 391px;
  margin: 0 auto;
  background: #ec731d url("../images/base-cta-pc-s.png") no-repeat top center;
  background-size: 100%;
  padding: 0;
  position: relative;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
.cta-base .cta-btn-area {
  width: 940px;
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cta-base .cta-btn-area a {
  display: block;
  transition: 0.3s ease-in-out;
}
.cta-base .cta-btn-area a img {
  display: block;
  filter: drop-shadow(0 6px 0 rgba(0, 0, 0, 0.3));
  transition: filter 0.3s ease-in-out;
}
.cta-base .cta-btn-area a:hover {
  transform: translateY(4px);
}
.cta-base .cta-btn-area a:hover img {
  filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.1));
}
.cta-base .cta-btn-area .btn-form {
  width: 416px;
  float: left;
  margin-left: 20px;
  margin-top: 24px;
}
.cta-base .cta-btn-area .btn-line {
  width: 220px;
  float: right;
  margin-right: 20px;
  margin-top: 70px;
}
@media screen and (max-width: 769px) {
  .cta-base {
    width: 100%;
    height: auto;
    background: #ec731d url("../images/bg-cta-sp-s-min.png") no-repeat top -1px center;
    background-size: 100%;
    padding: 0 0 12vw;
    position: static;
    border-radius: 0;
    box-shadow: none;
  }
  .cta-base .cta-head {
    width: 100%;
    padding: 0 0 3.5vw;
  }
  .cta-base .txt-img {
    width: 100%;
    padding: 0 24px 6vw;
  }
  .cta-base .cta-btn-area {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    position: static;
  }
  .cta-base .cta-btn-area .btn-form {
    width: 100%;
    margin: 0 auto 24px;
    float: none;
  }
  .cta-base .cta-btn-area .btn-tel {
    width: 100%;
    margin: 0 auto 24px;
  }
  .cta-base .cta-btn-area .btn-line {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}

/* mess-area
---------------------------------------------- */
.mess-area {
  width: 100%;
  background: #05131b;
  padding: 100px 0;
}
.mess-area h2 {
  width: 100%;
  max-width: 1080px;
  text-align: center;
  margin: 0 auto 60px;
}
.mess-area h2 img {
  display: block;
  width: 55%;
  margin: 0 auto;
}
.mess-area .box-list {
  width: 100%;
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mess-area .box-list .box {
  width: 32%;
  color: #fff;
  padding: 0 0 32px;
  border: 1px solid #96a0aa;
  border-radius: 6px;
  overflow: hidden;
}
.mess-area .box-list .box.bg-01 {
  background: url("../images/bg-mess-market-min.png") no-repeat top center;
  background-size: 100%;
  padding-top: 30px;
}
.mess-area .box-list .box.bg-02 {
  background: url("../images/bg-mess-gengo-min.png") no-repeat top center;
  background-size: 100%;
  padding-top: 30px;
}
.mess-area .box-list .box.bg-03 {
  background: url("../images/bg-mess-network.png") no-repeat top center;
  background-size: 100%;
  padding-top: 30px;
}
.mess-area .box-list .box .ttl-img {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.mess-area .box-list .box .ttl-img img {
  width: 30%;
  max-width: 185px;
}
.mess-area .box-list .box .photo-box {
  width: 50%;
  margin: 0 auto 24px;
}
.mess-area .box-list .box .txt-area {
  width: 100%;
  padding: 0 20px;
  font-size: 15px;
}
.mess-area .box-list .box .txt-area h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}
.mess-area .box-list .box .txt-area h3 span {
  color: #ec7a24;
}
@media screen and (max-width: 769px) {
  .mess-area {
    padding: 80px 0 20px;
  }
  .mess-area h2 {
    margin: 0 auto 30px;
  }
  .mess-area h2 img {
    width: 82%;
    max-width: 520px;
  }
  .mess-area .box-list {
    padding: 0;
  }
  .mess-area .box-list .box {
    width: 100%;
    border: 0;
    padding: 0 0 60px;
    border-radius: 0;
  }
  .mess-area .box-list .box.bg-01 {
    padding-top: 15vw;
  }
  .mess-area .box-list .box.bg-02 {
    padding-top: 15vw;
  }
  .mess-area .box-list .box.bg-03 {
    padding-top: 15vw;
  }
  .mess-area .box-list .box .photo-box {
    width: 40%;
  }
  .mess-area .box-list .box .txt-area {
    padding: 0 24px;
    font-size: 16px;
  }
  .mess-area .box-list .box .txt-area h3 {
    font-size: 21px;
    margin-bottom: 32px;
  }
}

/* saisei-area
---------------------------------------------- */
.saisei-area {
  width: 100%;
  background: #fafaf9 url("../images/bg-saisei.png") no-repeat top right;
  background-size: 100%;
  padding: 100px 0;
}
.saisei-area .head-box {
  width: 860px;
  margin: 0 auto 80px;
  padding: 0 24px;
  background: url("../images/img-saisei.png") no-repeat bottom right -48px;
  background-size: 440px;
}
.saisei-area h2 {
  font-size: 48px;
}
.saisei-area h2 span {
  color: #ec7a24;
}
.saisei-area .box-list {
  width: 860px;
  padding: 0 24px;
  margin: 0 auto;
}
.saisei-area .box-list .box {
  width: 100%;
  padding: 0 0 40px;
}
.saisei-area .box-list .box h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  background: #05131b;
  color: #fff;
  padding: 12px 24px;
  text-align: center;
}
.saisei-area .box-list .box h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 12px;
}
.saisei-area .box-list .box h4 span {
  color: #ec7a24;
}
.saisei-area .box-list .box .txt {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .saisei-area {
    padding: 50px 0;
  }
  .saisei-area .head-box {
    width: 100%;
    margin: 0 auto 40px;
    background: none;
    background-size: none;
  }
  .saisei-area h2 {
    font-size: 30px;
    text-align: center;
    float: none;
  }
  .saisei-area .img-box {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .saisei-area .box-list {
    width: 100%;
  }
  .saisei-area .box-list .box h4 {
    font-size: 21px;
  }
}

/* service-area
---------------------------------------------- */
.service-area {
  width: 100%;
  background: #fafaf9 url("../images/bg-flow-min.png") no-repeat top center;
  background-size: 100%;
  padding: 80px 0 0;
}
.service-area h2 {
  width: 800px;
  margin: 0 auto 80px;
  text-align: center;
  padding: 0 12px;
}
.service-area .box-list {
  width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}
.service-area .box-list .box {
  width: 100%;
  padding: 0 0 40px;
  line-height: 1.68;
}
.service-area .box-list .box .head-box {
  width: 100%;
  padding: 0 0 40px;
  display: flex;
  justify-content: space-between;
}
.service-area .box-list .box .head-box .txt-box {
  width: 50%;
  padding: 0;
}
.service-area .box-list .box .head-box .txt-box .h-ttl {
  width: 100%;
  padding: 0 0 16px;
}
.service-area .box-list .box .head-box .txt-box .h-ttl .no-img {
  width: 50px;
  float: left;
}
.service-area .box-list .box .head-box .txt-box .h-ttl h3 {
  font-size: 26px;
  color: #123e52;
  margin-left: 68px;
  line-height: 1.5;
}
.service-area .box-list .box .head-box .photo-box {
  width: 50%;
  padding: 0 0 0 48px;
}
.service-area .box-list .box .merit-list {
  width: 100%;
  padding: 0 0 40px;
}
.service-area .box-list .box .merit-list h4 {
  width: 280px;
  margin: 0 auto 16px;
}
.service-area .box-list .box .merit-list .merit-item {
  width: 100%;
  padding: 0 0 40px;
  border-bottom: 2px dotted #123e52;
  margin-bottom: 40px;
}
.service-area .box-list .box .merit-list .merit-item h5 {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  color: #123e52;
  margin-bottom: 10px;
}
.service-area .box-list .box .merit-list .merit-item .colum-txt {
  width: 50%;
  float: left;
}
.service-area .box-list .box .merit-list .merit-item .photo-box {
  width: 50%;
  float: right;
  padding: 0 0 0 40px;
}
.service-area .box-list .box .merit-list .merit-item .photo-box figcaption {
  font-size: 12px;
  text-align: right;
  color: #333;
}
@media screen and (max-width: 769px) {
  .service-area {
    padding: 60px 0 0;
  }
  .service-area h2 {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 24px;
  }
  .service-area .box-list {
    width: 100%;
  }
  .service-area .box-list .box {
    padding: 0;
  }
  .service-area .box-list .box .head-box {
    display: block;
  }
  .service-area .box-list .box .head-box .txt-box {
    width: 100%;
    padding: 0 0 40px;
  }
  .service-area .box-list .box .head-box .txt-box .h-ttl h3 {
    font-size: 23px;
  }
  .service-area .box-list .box .head-box .photo-box {
    width: 100%;
    padding: 0;
  }
  .service-area .box-list .box .merit-list h4 {
    width: 240px;
  }
  .service-area .box-list .box .merit-list .merit-item h5 {
    font-size: 21px;
    text-align: center;
  }
  .service-area .box-list .box .merit-list .merit-item .colum-txt,
  .service-area .box-list .box .merit-list .merit-item .photo-box {
    width: 100%;
    float: none;
  }
  .service-area .box-list .box .merit-list .merit-item .colum-txt {
    padding: 0 0 40px;
  }
  .service-area .box-list .box .merit-list .merit-item .photo-box {
    padding: 0;
  }
}

/* voice-area
---------------------------------------------- */
.voice-area {
  width: 100%;
  background: #fafaf9 url("../images/bg-saisei.png") no-repeat top right;
  background-size: 100%;
  padding: 80px 0 20px;
}
.voice-area .voice-list {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}
.voice-area .voice-list h2 {
  width: 400px;
  margin: 0 auto 20px;
  text-align: center;
  padding: 12px;
}
.voice-area .voice-list .voice-item {
  padding: 36px;
  line-height: 1.68;
  background: #fff;
  border: 3px solid #e9d3af;
  border-radius: 16px;
  margin-bottom: 60px;
}
.voice-area .voice-list .voice-item .voice-head {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 4px dotted #ec3201;
}
.voice-area .voice-list .voice-item .voice-head .voice-name-box {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  background: #ec3201;
  color: #fff;
  padding: 8px 16px;
  text-align: center;
}
.voice-area .voice-list .voice-item .voice-head .voice-head-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice-area .voice-list .voice-item .voice-head .voice-head-box .voice-illust {
  width: 100px;
  min-width: 100px;
  flex: 0 0 100px;
}
.voice-area .voice-list .voice-item .voice-head .voice-head-box .voice-illust img {
  width: 100%;
  display: block;
}
.voice-area .voice-list .voice-item .voice-head .voice-head-box .voice-txt-catch {
  font-size: 28px;
  font-weight: bold;
  padding: 8px 24px;
}
.voice-area .voice-list .voice-item .qa-list {
  padding: 0 40px;
}
.voice-area .voice-list .voice-item .qa-list .qa-item {
  padding: 0 0 48px;
}
.voice-area .voice-list .voice-item .qa-list .qa-item .qa-head h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 4px 0 12px 60px;
}
.voice-area .voice-list .voice-item .qa-list .qa-item .qa-head .qa-01 {
  background: url("../images/icon-q1.png") no-repeat top left;
  background-size: 48px;
}
.voice-area .voice-list .voice-item .qa-list .qa-item .qa-head .qa-02 {
  background: url("../images/icon-q2.png") no-repeat top left;
  background-size: 48px;
}
.voice-area .voice-list .voice-item .qa-list .qa-item .qa-head .qa-03 {
  background: url("../images/icon-q3.png") no-repeat top left;
  background-size: 48px;
}
.voice-area .voice-list .voice-item .qa-list .qa-item .qa-head .qa-04 {
  background: url("../images/icon-q4.png") no-repeat top left;
  background-size: 48px;
}
.voice-area .voice-list .voice-item .qa-list .qa-item .qa-txt {
  padding: 24px;
  background: #fff5af;
  border-radius: 16px;
}
.voice-area .voice-list .voice-item .qa-list .qa-item .qa-txt img {
  width: 56px;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 769px) {
  .voice-area {
    padding: 60px 0 0;
  }
  .voice-area .voice-list {
    padding: 0 12px;
  }
  .voice-area .voice-list h2 {
    max-width: 520px;
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
    padding: 10px 24px;
  }
  .voice-area .voice-list .voice-item {
    padding: 30px;
    border: 2px solid #e9d3af;
    margin-bottom: 48px;
  }
  .voice-area .voice-list .voice-item .voice-head {
    border-bottom: 2px dotted #ec3201;
    margin-bottom: 40px;
  }
  .voice-area .voice-list .voice-item .voice-head .voice-name-box {
    font-size: 16px;
    padding: 8px;
    margin-bottom: 24px;
  }
  .voice-area .voice-list .voice-item .voice-head .voice-head-box {
    display: block;
  }
  .voice-area .voice-list .voice-item .voice-head .voice-head-box .voice-illust {
    width: 80px;
    margin: 0 auto 6px;
  }
  .voice-area .voice-list .voice-item .voice-head .voice-head-box .voice-illust img {
    width: 100%;
    display: block;
  }
  .voice-area .voice-list .voice-item .voice-head .voice-head-box .voice-txt-catch {
    font-size: 21px;
    padding: 8px 0;
  }
  .voice-area .voice-list .voice-item .qa-list {
    padding: 0;
  }
  .voice-area .voice-list .voice-item .qa-list .qa-item .qa-head h3 {
    font-size: 17px;
    margin-bottom: 6px;
  }
}

/* flow-area
---------------------------------------------- */
.flow-area {
  width: 100%;
  background: #fafaf9 url("../images/bg-flow-min.png") no-repeat top center;
  background-size: 100%;
  padding: 80px 0 60px;
}
.flow-area .flow-head {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 16px;
  padding: 0 24px;
}
.flow-area .flow-head h2 {
  width: 45%;
  float: left;
}
.flow-area .flow-head .read-txt {
  width: 50%;
  float: right;
  padding: 100px 0 0 0;
}
.flow-area .flow-list {
  width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}
.flow-area .flow-list .flow-item {
  margin-bottom: 60px;
}
.flow-area .flow-list .flow-item .step-icon {
  width: 100px;
  margin: 0 0 6px;
}
.flow-area .flow-list .flow-item h3 {
  font-size: 24px;
  background: #05131b;
  color: #fff;
  padding: 12px 24px;
  margin-bottom: 36px;
}
.flow-area .flow-list .flow-item .flow-item-con {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.flow-area .flow-list .flow-item .flow-item-con .photo {
  width: 50%;
  padding: 0 48px 0 0;
}
.flow-area .flow-list .flow-item .flow-item-con .photo img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.flow-area .flow-list .flow-item .flow-item-con .txt-area {
  width: 50%;
}
.flow-area .flow-list .flow-item .flow-item-con .txt-area .txt {
  line-height: 1.78;
  margin-bottom: 32px;
}
.flow-area .flow-list .flow-item .flow-item-con .txt-area .yakusoku {
  font-size: 15px;
  line-height: 1.68;
  padding: 24px;
  border: 1px solid #ff0000;
  color: #ff0000;
  background: #fff;
}
.flow-area .flow-list .flow-item .flow-item-con-2 {
  margin-bottom: 0px;
}
.flow-area .flow-list .flow-item .flow-item-con-2 .txt-area {
  margin-bottom: 36px;
}
.flow-area .flow-list .flow-item .flow-item-con-2 .btn-area {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 0 48px;
}
@media screen and (max-width: 769px) {
  .flow-area .flow-list .flow-item .flow-item-con-2 .btn-area {
    display: block;
  }
}
.flow-area .flow-list .flow-item .flow-item-con-2 .btn-area .btn {
  width: 49%;
  background: #fff;
  border: 2px solid #05131b;
  color: #05131b;
  border-radius: 10px;
  box-shadow: 0 9px 0 rgba(0, 0, 0, 0.2);
  padding: 0 0 50px;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 769px) {
  .flow-area .flow-list .flow-item .flow-item-con-2 .btn-area .btn {
    width: 100%;
    padding: 0;
    position: static;
    display: block;
    margin-bottom: 24px;
  }
}
.flow-area .flow-list .flow-item .flow-item-con-2 .btn-area .btn:hover {
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(4px);
  transition: 0.3s ease-in-out;
}
.flow-area .flow-list .flow-item .flow-item-con-2 .btn-area .btn .inner {
  width: 100%;
  padding: 16px 24px 24px;
}
.flow-area .flow-list .flow-item .flow-item-con-2 .btn-area .btn .inner .ttl-area h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 12px 0 4px 80px;
}
.flow-area .flow-list .flow-item .flow-item-con-2 .btn-area .btn .btn-foot {
  padding: 16px;
  background: #feda26;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .flow-area .flow-list .flow-item .flow-item-con-2 .btn-area .btn .btn-foot {
    position: static;
  }
}
.flow-area .flow-list .flow-item .flow-item-con-2 .btn-area .btn .btn-foot span {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: #05131b;
  display: block;
  font-weight: bold;
  position: relative;
}
.flow-area .flow-list .flow-item .flow-item-con-2 .btn-area .btn .btn-foot span:after {
  font-family: "Font Awesome 6 Free", sans-serif;
  content: "\f103";
  display: inline-block;
  color: #05131b;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.flow-area .flow-list .flow-item .flow-item-con-2 .btn-area .btn-plan-A .ttl-area {
  background: url("../images/plan-icon-01.png") no-repeat top left 6px;
  background-size: 56px;
}
.flow-area .flow-list .flow-item .flow-item-con-2 .btn-area .btn-plan-B .ttl-area {
  background: url("../images/plan-icon-02.png") no-repeat top left 6px;
  background-size: 56px;
}
.flow-area .flow-list .bunki-box {
  width: 720px;
  margin: 0 auto 60px;
  border: 2px solid #05131b;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .flow-area .flow-list .bunki-box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.flow-area .flow-list .bunki-box .bunki-head {
  padding: 24px 24px 24px 90px;
}
@media screen and (max-width: 769px) {
  .flow-area .flow-list .bunki-box .bunki-head {
    padding: 24px 24px 24px 106px;
  }
}
.flow-area .flow-list .bunki-box .bunki-head h3 {
  font-size: 24px;
  color: #05131b;
}
@media screen and (max-width: 769px) {
  .flow-area .flow-list .bunki-box .bunki-head h3 {
    font-size: 18px;
  }
}
.flow-area .flow-list .bunki-box .bunki-inner {
  padding: 30px 40px 0;
}
@media screen and (max-width: 769px) {
  .flow-area .flow-list .bunki-box .bunki-inner {
    padding: 30px 24px 0;
  }
}
.flow-area .flow-list .bunki-box .bunki-inner .bunki-item {
  margin-bottom: 32px;
}
.flow-area .flow-list .bunki-box .bunki-inner .bunki-item .step-icon {
  width: 80px;
}
.flow-area .flow-list .bunki-box .bunki-inner .bunki-item h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
.flow-area .flow-list .bunki-box .bunki-inner .bunki-item .txt {
  font-size: 16px;
  line-height: 1.78;
}
.flow-area .flow-list .bunki-A .bunki-head {
  background: #feda26 url("../images/plan-icon-01.png") no-repeat top 11px left 24px;
  background-size: 60px;
}
@media screen and (max-width: 769px) {
  .flow-area .flow-list .bunki-A .bunki-head {
    background: #feda26 url("../images/plan-icon-01.png") no-repeat top 21px left 22px;
    background-size: 60px;
  }
}
.flow-area .flow-list .bunki-B .bunki-head {
  background: #feda26 url("../images/plan-icon-02.png") no-repeat top 15px left 18px;
  background-size: 60px;
}
@media screen and (max-width: 769px) {
  .flow-area .flow-list .bunki-B .bunki-head {
    background: #feda26 url("../images/plan-icon-02.png") no-repeat top 22px left 22px;
    background-size: 60px;
  }
}
@media screen and (max-width: 769px) {
  .flow-area {
    padding: 60px 0 0;
  }
  .flow-area .flow-head {
    padding: 0 30px;
    margin: 0 auto 40px;
  }
  .flow-area .flow-head h2 {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .flow-area .flow-head .read-txt {
    width: 100%;
    float: none;
    padding: 0;
  }
  .flow-area .flow-list {
    width: 100%;
    padding: 0 24px;
  }
  .flow-area .flow-list .flow-item {
    margin-bottom: 40px;
  }
  .flow-area .flow-list .flow-item .step-icon {
    width: 100px;
    margin: 0 0 6px;
  }
  .flow-area .flow-list .flow-item h3 {
    font-size: 18px;
    background: #05131b;
    color: #fff;
    padding: 12px 16px;
    margin-bottom: 36px;
  }
  .flow-area .flow-list .flow-item .flow-item-con {
    display: block;
  }
  .flow-area .flow-list .flow-item .flow-item-con .photo {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .flow-area .flow-list .flow-item .flow-item-con .txt-area {
    width: 100%;
    padding: 0;
  }
  .flow-area .flow-list .flow-item .flow-item-con .txt-area .txt {
    margin-bottom: 32px;
  }
  .flow-area .flow-list .flow-item .flow-item-con .txt-area .yakusoku {
    font-size: 15px;
    padding: 16px;
  }
}

/* company-area
---------------------------------------------- */
.company-area {
  width: 100%;
  background: #db3c0b;
  padding: 80px 0 0;
}
.company-area h2 {
  width: 100%;
  text-align: center;
  margin: 0 auto 60px;
  color: #fff;
  font-size: 40px;
}
.company-area .foot-logo {
  width: 260px;
  margin: 0 auto 60px;
}
.company-area .foot-info {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 120px;
  padding: 0 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.72;
}
.company-area .foot-info .foot-photo {
  width: 50%;
}
.company-area .foot-info .foot-photo img {
  width: 100%;
  display: block;
  border-radius: 6px;
}
.company-area .foot-info .foot-txt {
  width: 50%;
  padding: 0 0 0 48px;
}
.company-area .foot-info .foot-txt .txt {
  margin-bottom: 20px;
}
.company-area .foot-info .foot-txt .txt a {
  color: #fff;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.company-area .foot-info .foot-txt .txt a:hover {
  color: #feda26;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.company-area .foot-gmap {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .company-area {
    padding: 60px 0 0;
  }
  .company-area h2 {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .company-area .foot-logo {
    width: 140px;
    margin: 0 auto 40px;
  }
  .company-area .foot-info {
    display: block;
    margin: 0 auto 60px;
  }
  .company-area .foot-info .foot-photo {
    width: 100%;
    margin-bottom: 36px;
  }
  .company-area .foot-info .foot-txt {
    width: 100%;
    padding: 0;
  }
}

/* footer
---------------------------------------------- */
footer {
  width: 100%;
}
footer .re-top {
  width: 100%;
  padding: 8px;
  background: #181a1c;
}
footer .re-top i {
  font-size: 2em;
  display: inline-block;
  padding: 12px 48px;
  color: #ccc;
}
footer .copyright-area {
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 60px 0;
}

/* contactform
---------------------------------------------- */
.contactform {
  width: 100%;
  background: #feda26;
}
.contactform h2 {
  width: 100%;
  background: #05131b;
  color: #fff;
  text-align: center;
  font-size: 36px;
  padding: 16px;
}
.contactform .policy-inner {
  padding: 24px 32px 48px;
}
.contactform .base {
  width: 1000px;
  padding: 50px;
  margin: 0 auto;
  background: #feda26;
}
.contactform .base .contact-read .read-txt {
  padding: 24px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.contactform .base .ttl-txt {
  padding: 12px;
  background: #111;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}
.contactform .contactform-entry-contents {
  width: 100%;
}
.contactform .contactform-entry-contents .contact-tb {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 12px;
}
.contactform .contactform-entry-contents .contact-tb .box {
  width: 100%;
  display: table;
  font-size: 14px;
}
.contactform .contactform-entry-contents .contact-tb .box .box-th {
  width: 38%;
  display: table-cell;
  background: #05131b;
  color: #fff;
  border-bottom: 1px dotted #bcc3cf;
  padding: 20px;
  vertical-align: middle;
  font-weight: bold;
}
.contactform .contactform-entry-contents .contact-tb .box .box-th .hissu {
  display: inline-block;
  background: #ec3201;
  color: #fff;
  padding: 2px 8px 0;
  vertical-align: middle;
  font-size: 12px;
  margin-right: 12px;
  border-radius: 3px;
}
.contactform .contactform-entry-contents .contact-tb .box .box-th .nini {
  display: inline-block;
  background: #4b6878;
  color: #fff;
  padding: 2px 8px 0;
  vertical-align: middle;
  font-size: 12px;
  margin-right: 12px;
  border-radius: 3px;
}
.contactform .contactform-entry-contents .contact-tb .box .box-th.last {
  border-bottom: 0;
}
.contactform .contactform-entry-contents .contact-tb .box .box-td {
  width: 62%;
  display: table-cell;
  border-bottom: 1px dotted #4d525a;
  background: #dbe7ed;
  padding: 20px 30px;
  vertical-align: middle;
}
.contactform .contactform-entry-contents .contact-tb .box .box-td .hosoku-txt {
  font-size: 14px;
  margin-bottom: 16px;
}
.contactform .contactform-entry-contents .contact-tb .box .box-td.last {
  border-bottom: 0;
}
.contactform .contactform-entry-contents label {
  margin: 0 16px 16px 0;
}
.contactform .contactform-entry-contents input[type=checkbox] {
  vertical-align: top;
  margin-right: 4px;
}
.contactform .contactform-entry-contents .buttonWrapper__link {
  padding: 0 0 30px 48px;
}
.contactform .contactform-entry-contents .buttonWrapper__link .wpcf7-form-control {
  background: #ec3201;
  color: #fff;
  border-radius: 100vh;
  font-size: 20px;
  padding: 24px 24px;
  height: auto;
  transition: 0.3s ease-in-out;
}
.contactform .contactform-entry-contents .buttonWrapper__link .wpcf7-form-control:hover {
  opacity: 1;
  background: #0cce84;
  transition: 0.3s ease-in-out;
}
.contactform .contactform-entry-contents .buttonWrapper {
  margin-top: 20px;
}
.contactform .contactform-entry-contents form.invalid .wpcf7-response-output {
  background: #fff;
  color: #ff0000;
}
.contactform .contactform-entry-contents .wpcf7-response-output {
  background: #fff;
}
@media screen and (max-width: 769px) {
  .contactform h2 {
    font-size: 30px;
    padding: 16px 12px;
    margin-bottom: 0;
  }
  .contactform .base {
    width: 100%;
    padding: 16px 3.5% 36px;
    margin: 0 auto;
  }
  .contactform .base .contact-read {
    width: 100%;
    padding: 0 1.5% 16px;
    text-align: center;
    font-weight: bold;
    background-image: none;
  }
  .contactform .base .contact-read .read-txt {
    font-size: 20px;
  }
  .contactform .base .contact-read .img img {
    max-width: 100px;
    width: 33%;
  }
  .contactform .base .contact-read .txt {
    padding: 12px 0;
    font-size: 16px;
    text-align: left;
  }
  .contactform .base .ttl-txt {
    font-size: 14px;
  }
  .contactform .contactform-entry-contents .contact-tb {
    border: 0;
    border-radius: 7px;
  }
  .contactform .contactform-entry-contents .contact-tb .box {
    display: block;
  }
  .contactform .contactform-entry-contents .contact-tb .box .box-th,
  .contactform .contactform-entry-contents .contact-tb .box .box-td {
    width: 100%;
    display: block;
    padding: 16px;
    border: 0;
  }
  .contactform .contactform-entry-contents .contact-tb .box .box-th {
    font-size: 16px;
  }
  .contactform .contactform-entry-contents input,
  .contactform .contactform-entry-contents textarea {
    font-size: 16px !important;
  }
  .contactform .contactform-entry-contents .buttonWrapper__link {
    padding: 0 0 30px 70px;
  }
}

/*---------- 出し分け　幅768pxまでの指定 ----------*/
@media screen and (max-width: 769px) {
  .pc-only {
    display: none !important;
  }
}
/*---------- 出し分け　幅769pxからの指定 ----------*/
@media screen and (min-width: 770px) {
  .sp-only {
    display: none !important;
  }
}/*# sourceMappingURL=sokumanshitsu-lp.css.map */