@charset "utf-8";
/*
Theme Name: mirai計画
Theme URI: テーマのURL
Author: mirai計画
Author URI: テーマの作者のURL
Description: テーマの説明文
Version: 1.0
*/
/* ==========================
        floating
========================== */
.floating {
  display: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .floating {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 88px;
  }
  .floating_btn {
    display: flex;
    width: 100vw;
  }
  .floating_btn .btn, .floating_btn button {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
  }
  .floating_btn .btn-wrap {
    width: 50%;
  }
  .floating_btn .btn-c {
    display: inline-flex;
    justify-content: center;
    position: relative;
    padding: 24px 10px 16px;
    color: #fff;
    background: #065696;
    -webkit-box-shadow: 0 5px 0 #d44114;
    box-shadow: 0 5px 0 #d44114;
    width: 100%;
    height: 100%;
  }
  .floating_btn .btn:nth-of-type(1) {
    flex-direction: column;
    font-size: 14px;
  }
  .floating_btn .btn:nth-of-type(1) .no {
    font-size: 5vw;
    margin-bottom: -5px;
  }
  .floating_btn .btn-wrap:nth-of-type(2) .btn {
    font-size: 4vw;
    line-height: 1.4;
    background: var(--accent-color);
  }
  .floating_btn .btn-wrap:nth-of-type(2) .btn span:nth-of-type(1) {
    color: var(--accent-color);
    border: 2px solid var(--accent-color);
  }
  .floating_btn .btn-c span:nth-of-type(1) {
    font-size: 14px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    padding: 0.2rem 0;
    color: #065696;
    border: 2px solid #065696;
    border-radius: 100vh;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    width: 193px;
    height: 32px;
  }
  .floating_btn .btn-c span:before, .floating_btn .btn-c span:nth-of-type(1):after {
    position: absolute;
    left: calc(50% - 10px);
    content: "";
  }
  .floating_btn .btn-c span:nth-of-type(1):before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #065696 transparent transparent transparent;
  }
  .floating_btn .btn-wrap:nth-of-type(2) .btn span:before {
    border-color: var(--accent-color) transparent transparent transparent;
  }
  .floating_btn .btn-c span:nth-of-type(1):after {
    bottom: -7px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  .floating_btn .btn-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #065696;
    -webkit-box-shadow: 0 2px 0 #d44114;
    box-shadow: 0 2px 0 #d44114;
  }
}
@media screen and (max-width: 375px) {
  .floating_btn .btn-c span:nth-of-type(1) {
    font-size: 12px;
    width: 179px;
    height: 30px;
  }
}
/* ==========================
        common
========================== */ :root {
  --main-color: #2178bf;
  --accent-color: #eb650c;
  --bg-color: #edf7ff;
  --l-width: min(1280px, 90%);
  --m-width: min(1216px, 90%);
  --s-width: min(1160px, 90%);
  --h2-top-space: 100px;
  --sp-h3-space: 24px;
  --main-space: 120px;
  --sp-main-space: 60px;
}
html {
  color: #1c272a;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
html, body {
  overflow-x: hidden;
}
img {
  width: 100%;
  height: auto;
}
h1 {
  color: var(--main-color);
  font-size: 32px;
  font-weight: bold;
}
h2 {
  color: var(--main-color);
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.sp {
  display: none;
}
.dot {
  margin: 0 -1px 0 -3px;
}
.orange {
  color: #eb650c;
}
.bg_orange {
  color: #fff;
  display: inline-block;
  background-color: #eb650c;
  line-height: 1.8;
  padding: 0 16px 6px;
}
.space {
  display: block;
  margin-top: 52px;
}
.text {
  font-weight: 600;
  line-height: 2;
}
.title {
  font-weight: 700;
}
.btn:hover,.nav_contact a:hover,.cta .box a:hover{
    opacity: 0.8;
}
@media screen and (max-width: 900px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 28px;
    padding: 0 5vw;
  }
  .sp {
    display: block;
  }
  .bg_orange {
    padding: 0px 14px 2px;
  }
  .pc {
    display: none;
  }
  .space {
    margin-top: 30px;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 16px;
  }
  h2 {
    font-size: 24px;
  }
}
/* ==========================
           header
========================== */
.header {
  transition: box-shadow 0.3s ease;
  position: fixed;
  z-index: 9999;
  width: 100%;
}
.header.is-shadow {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.header_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 3.64583vw 0 3.125vw;
  height: 80px;
}
.header_box ul {
  display: flex;
  gap: 16px;
}
.nav_tel {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.03em;
  border: 1px solid var(--main-color);
  border-radius: 50px;
  padding: 2px 27px 5px;
}
.nav_tel .no {
  display: flex;
  align-items: center;
  color: var(--main-color);
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  gap: 6px;
}
.nav_tel .no .tel_icon {
  display: block;
  width: 15px;
  height: 39px;
}
.nav_tel .tel_time {
  color: var(--main-color);
  font-size: 12px;
  font-weight: 500;
  margin-top: -9px;
}
.nav_contact {
  align-content: center;
  color: #fff;
  font-weight: 600;
  background-color: var(--accent-color);
  border-radius: 50px;
  padding: 0 22px;
}
@media screen and (max-width: 900px) {
  .header {
    position: static;
  }
  .header_box {
    height: 60px;
  }
  .header_box ul {
    display: none;
  }
}
/* ==========================
           KV
========================== */
.kv {
  display: flex;
  justify-content: center;
  background-image: url(image/kv_bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 117px;
}
.kv .text {
  text-align: center;
  width: 595px;
}
.kv .img {
  width: 686px;
}
.kv .btn {
  display: inline-block;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  background-color: var(--accent-color);
  border-radius: 50px;
  padding: 27px 72px 28px;
  margin-top: 43px;
  position: relative;
}
.kv .btn::before {
  content: "";
  display: block;
  background: url(image/kv_btn.png) no-repeat;
  background-size: 100%;
  width: 12px;
  height: 17px;
  position: absolute;
  top: 52%;
  right: 31px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .kv {
    padding: 117px 5vw 0;
  }
  .kv .btn::before {
    width: 10px;
    height: 15px;
  }
}
@media screen and (max-width: 900px) {
  .kv {
    background-image: url(image/sp-kv_bg.jpg);
    background-size: cover;
    background-position: center;
    flex-direction: column;
    padding: 7vw 5vw 0;
    gap: 4vw;
  }
  .kv .text {
    width: 100%;
  }
  .kv .img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kv .btn {
    font-size: 24px;
    padding: 22px 53px 23px;
    margin-top: 33px;
  }
}
@media screen and (max-width: 375px) {
  .kv .btn {
    font-size: 22px;
    padding: 22px 14vw 23px;
  }
}
@media screen and (max-width: 360px) {
  .kv .btn {
    font-size: 18px;
  }
}
/* ==========================
        　　特徴
========================== */
.features {
  text-align: center;
  background-color: var(--bg-color);
  padding: 60px 0;
}
.features h2 {
  font-size: 42px;
}
.features ul {
  display: flex;
  flex-wrap: wrap;
  width: min(1216px, 90%);
  margin: 60px auto 0;
  gap: 20px;
}
.features ul li {
  width: 288px;
  height: 191px;
}
.features ul li .icon {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  height: 132px;
}
.features ul li .icon_a img {
  width: 92px;
}
.features ul li .icon_b img {
  width: 103px;
}
.features ul li .icon_c img {
  width: 107px;
}
.features ul li .icon_d img {
  width: 79px;
}
.features ul li p {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  background-color: var(--main-color);
  border-radius: 0 0 8px 8px;
  padding: 11px;
}
@media screen and (max-width: 1024px) {
  .features ul {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .features {
    padding: 40px 0 70px;
  }
  .features ul li {
    width: 47%;
    height: auto;
  }
  .features ul li p {
    font-size: 18px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3em;
  }
  .features ul li .icon {
    height: 110px;
    display: flex;
    align-items: center;
    margin: auto;
  }
  .features ul li .icon_a img, .features ul li .icon_d img {
    width: 38%;
  }
  .features ul li .icon_b img {
    width: 43%;
  }
  .features ul li .icon_c img {
    width: 50%;
  }
  .features h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 36px;
    line-height: 1.4;
  }
  .sp_small {
    font-size: 22px;
  }
  .features ul {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 360px) {
  .features h2 {
    font-size: 28px;
  }
  .features ul li {
    width: 46%;
  }
  .features ul li .icon {
    height: 90px;
  }
  .features ul li p {
    font-size: 14px;
  }
}
/* ==========================
        　　悩み
========================== */
.concern {
  background-color: #d3deeb;
  padding-top: 100px;
}
.concern h2 {
  color: #1c272a;
}
.concern .box .left_box {
  order: 3;
}
.concern .box .right_box {
  order: 1;
}
.concern .box .img {
  order: 2;
}
.concern .box {
  display: flex;
  align-items: center;
  width: var(--l-width);
  margin: 77px auto 0;
}
.concern .box .box_items {
  width: 448px;
}
.concern .box .box_items p {
  width: 426px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  background-color: #fff;
  border-radius: 16px;
  padding: 26px 20px;
}
.concern .box .text {
  margin-top: 43px;
  margin-left: auto;
}
.concern .box .img {
  width: 345px;
  margin: 0 26px 0 22px;
}
.concern .arrow {
  width: 42px;
  margin: 65px auto 0;
}
.concern_answer {
  width: min(1093px, 90%);
  margin: 80px auto 0;
}
.concern_answer .concern_answer-text {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.6;
}
.concern_answer .concern_answer-items {
  display: flex;
  margin-top: 60px;
  gap: 28px;
}
.concern_answer .concern_answer-items .img {
  width: 285px;
}
.concern_answer .concern_answer-items .text {
  flex: 1;
  font-size: 35px;
  font-weight: 700;
  padding-top: 25px;
}
.concern_answer .concern_answer-items .text span.bg_orange:nth-of-type(1) {
  padding-right: 0px;
  margin-top: 7px;
}
.concern_answer .concern_answer-items .text span.bg_orange:nth-of-type(n+2) {
  margin-top: 16px;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 1120px) {
  .concern {
    padding-top: 60px;
  }
  .concern .box .left_box {
    order: 2;
  }
  .concern .box .right_box {
    order: 1;
  }
  .concern .box .img {
    order: 3;
  }
  .concern .box {
    justify-content: center;
    flex-wrap: wrap;
    margin: 14px auto 0;
  }
  .concern .box .img {
    text-align: center;
    width: 100%;
    padding-right: 18px;
    padding-right: 20px;
    margin: 24px auto 0;
  }
  .concern .box .img img {
    width: 60%;
  }
  .concern .box .box_items p {
    width: 340px;
    font-size: 18px;
    padding: 10px 10px;
    margin-top: 10px;
  }
  .concern .arrow {
    width: 7%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 900px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline-block;
  }
  .concern_answer .concern_answer-items {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .concern_answer {
    margin: 30px auto 0;
  }
  .concern_answer .concern_answer-text, .concern_answer .concern_answer-items .text {
    font-size: 21px;
  }
  .concern_answer .concern_answer-items {
    align-items: center;
    margin-top: 0;
  }
  .concern_answer .concern_answer-items .text span.bg_orange:nth-of-type(1) {
    margin-top: 7px;
  }
  .concern_answer .concern_answer-items .text span.bg_orange:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .concern_answer .concern_answer-items .img {
    width: 54%;
  }
}
@media screen and (max-width: 360px) {
  .concern .box .box_items p {
    width: 100%;
    font-size: 16px;
  }
  .concern_answer .concern_answer-text, .concern_answer .concern_answer-items .text {
    font-size: 20px;
  }
}
/* ==========================
     高くなる本当の理由
========================== */
.why {
  margin: 145px 0 var(--main-space);
}
.why h2 span {
  display: inline-block;
  position: relative;
}
.why h2 span::before {
  content: "";
  display: block;
  background-color: var(--main-color);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.why .box {
  display: flex;
  align-items: center;
  width: var(--l-width);
  margin: 74px auto 0;
  gap: 58px;
}
.why .box .img {
  width: 506px;
}
.why .box .text {
  flex: 1;
}
@media screen and (max-width: 900px) {
  .why {
    margin: var(--sp-main-space) 0;
  }
  .why h2 {
    line-height: 2;
  }
  .why h2 span::before {
    width: 6px;
    height: 6px;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
  }
  .why .box {
    flex-direction: column;
    margin: 60px auto 0;
    gap: 30px;
  }
  .why .box .img {
    width: 100%;
  }
  .why .box .text {
    width: 92%;
  }
}
/* ==========================
         3の理由
========================== */
.three_reasons {
  background-color: var(--bg-color);
  padding: var(--main-space) 0;
}
.three_reasons h2 {
  font-size: 58px;
}
.three_reasons h2 span {
  font-size: 38px;
}
.three_reasons .box {
  display: flex;
  justify-content: space-between;
  width: var(--m-width);
  margin: var(--h2-top-space) auto 0;
  gap: 50px;
}
.three_reasons .box article {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 27px 0 rgba(0, 0, 0, 0.02);
  width: 372px;
  position: relative;
}
.three_reasons .box article::before {
  content: "";
  display: block;
  width: 119px;
  height: 118px;
  position: absolute;
  top: -66px;
  left: -54px;
}
.three_reasons .box article:nth-of-type(1)::before {
  background: url(image/three_reasons-01.png) no-repeat;
  background-size: 100%;
}
.three_reasons .box article:nth-of-type(2)::before {
  background: url(image/three_reasons-02.png) no-repeat;
  background-size: 100%;
}
.three_reasons .box article:nth-of-type(3)::before {
  background: url(image/three_reasons-03.png) no-repeat;
  background-size: 100%;
}
.three_reasons .box article .text_items .title {
  color: var(--main-color);
  font-size: 28px;
  text-align: center;
  padding: 30px 0 28px;
}
.three_reasons .box article .text_items .text {
  font-weight: 500;
  line-height: 1.6;
  padding: 0 20px 22px;
}
@media screen and (max-width: 900px) {
  .three_reasons h2 {
    font-size: 36px;
  }
  .three_reasons h2 span {
    font-size: 22px;
  }
  .three_reasons .box article .text_items .title {
    font-size: var(--sp-h3-space);
    padding: 36px 0 28px;
  }
  .three_reasons .box article .text_items .text {
    padding: 0 20px 30px;
  }
  .three_reasons .box {
    flex-direction: column;
    margin-top: 80px;
    gap: 70px;
  }
  .three_reasons .box article {
    width: 95%;
    margin: auto;
  }
  .three_reasons .box article::before {
    width: 99px;
    height: 98px;
    top: -52px;
    left: -39px;
  }
  .three_reasons {
    padding: var(--sp-main-space) 0;
  }
}
@media screen and (max-width: 360px) {
  .three_reasons h2 span {
    font-size: 19px;
  }
  .three_reasons h2 {
    font-size: 32px;
  }
}
/* ==========================
     　　　なぜ可能？
========================== */
.explanation {
  margin: var(--main-space) 0;
}
.explanation .balloon {
  display: inline-block;
  color: var(--main-color);
  font-size: 29px;
  background: #fff;
  border: 2px solid var(--main-color);
  border-radius: 999px;
  padding: 28px 38px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.explanation .balloon::after {
  content: "";
  border-style: solid;
  border-width: 19px 30px 0 29px;
  border-color: #fff transparent transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
.explanation .balloon::before {
  content: "";
  border-left: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  z-index: 1;
}
.review {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
}
.review .bg_orange {
  font-weight: 600;
  padding: 4px 6px 5px;
  margin-top: 26px;
}
.explanation .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: var(--m-width);
  margin: 56px auto 0;
}
.explanation .box article {
  grid-row: span 3;
  display: grid;
  grid-template-rows: subgrid;
  align-items: stretch;
  background-color: #f6f5f4;
  border-radius: 24px;
  width: 393px;
  padding: 40px 0;
}
.explanation .box article h3 {
  color: var(--main-color);
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  padding: 0 20px 50px;
}
.explanation .box article .img {
  margin: 0 auto;
}
.explanation .box article:nth-of-type(1) .img {
  display: flex;
  align-items: center;
  width: 145px;
}
.explanation .box article:nth-of-type(2) .img {
  width: 115px;
}
.explanation .box article:nth-of-type(3) .img {
  width: 138px;
}
.explanation .box article .text {
  font-weight: 500;
  padding: 0 40px;
  margin-top: 40px;
}
.explanation .box article .text .dot {
  margin: 0 -4px 0 -5px;
}
.explanation .box article .text .orange {
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .explanation {
    width: 90%;
    margin: var(--sp-main-space) auto 90px;
  }
  .explanation .balloon {
    font-size: 20px;
    padding: 30px 34px 28px;
    width: 96%;
  }
  .review {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 50px;
  }
  .review .bg_orange {
    padding: 4px 12px 5px;
    margin-top: 20px;
  }
  .review .bg_orange:nth-of-type(2) {
    margin-top: 10px;
  }
  .explanation .box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 46px auto 0;
    width: 100%;
    gap: 30px;
  }
  .explanation .box article h3 {
    font-size: var(--sp-h3-space);
    padding: 0 10px 10px;
  }
  .explanation .box article {
    width: 100%;
    padding: 40px 0;
  }
  .explanation .box article:nth-of-type(1) .img {
    width: 105px;
  }
  .explanation .box article:nth-of-type(2) .img {
    width: 95px;
  }
  .explanation .box article:nth-of-type(3) .img {
    width: 108px;
  }
  .explanation .box article .text {
    margin-top: 0;
  }
}
.explanation .arrow {
  width: 65px;
  margin: 50px auto;
}
.explanation .etc {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .explanation .arrow {
    width: 45px;
    margin: 40px auto;
  }
  .explanation .etc {
    font-size: 24px;
  }
}
@media screen and (max-width: 360px) {
  .explanation .balloon {
    font-size: 18px;
    padding: 20px 34px 18px;
  }
  .explanation .box article h3 {
    font-size: 20px;
  }
  .review {
    font-size: 15px;
  }
  .explanation .box article .text {
    padding: 0 20px;
  }
}
/*-----　表　-----*/
.tablebox {
  margin: auto;
  padding: 120px 0 0;
}
.tablebox th, td {
  font-size: 20px;
  font-weight: 500;
  padding: 0.7em;
  vertical-align: middle;
  height: 73px;
}
.tablebox table {
  color: var(--main-color);
  border-collapse: collapse;
  width: 100%;
  min-width: 660px;
}
.tablebox thead th {
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #2178bf;
  border: none;
  border-left: solid 1px #fff;
  position: relative;
}
.tablebox thead th span {
  display: block;
  font-size: 24px;
}
.tablebox thead tr .us {
  display: block;
  font-size: 26px;
}
.tablebox thead tr .price {
  display: inline-block;
  font-size: 28px;
}
.tablebox thead th:nth-of-type(2) .price {
  font-size: 37px;
  margin-top: -5px;
}
.tablebox thead .en {
  display: inline-block;
  font-size: 21px;
  font-weight: 800;
}
.tablebox thead th:nth-of-type(2) .en {
  font-size: 28px;
}
.tablebox thead th:nth-of-type(2) {
  background: #eb650c;
  padding: 0.2em 0.7em 0.45em;
}
.tablebox thead th:nth-of-type(2)::before {
  content: "";
  display: block;
  background: url(image/table_icon.png) no-repeat;
  background-size: 100%;
  width: 48px;
  height: 54px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.tablebox thead th:nth-of-type(2)::after {
  content: "";
  display: block;
  background: #eb650c;
  border-radius: 8px 8px 0 0;
  width: 101%;
  height: 24px;
  position: absolute;
  top: -24px;
  left: -3px;
}
.tablebox thead th:nth-of-type(4) {
  border-radius: 0 8px 0 0;
}
.tablebox thead th:first-child {
  background: #fff;
  border-right: 3px solid var(--accent-color);
  border-left: none;
}
.tablebox tbody td .symbol {
  font-size: 26px;
}
.tablebox tbody tr:first-child {
  border-left: none;
}
.tablebox tbody tr:nth-of-type(3) {
  text-align: right;
}
.tablebox tbody tr:last-child {
  border-right: none;
}
.tablebox tbody td {
  text-align: center;
  width: 292px;
}
.tablebox tbody td:nth-of-type(2) {
  color: var(--accent-color);
  border-right: 3px solid var(--accent-color);
  border-left: 3px solid var(--accent-color);
  border-bottom: 1px solid #f9d0b6;
}
.tablebox tbody td:nth-of-type(n+3) {
  border-bottom: 1px solid #bcd6ec;
}
.tablebox tbody td:last-child {
  border-right: 1px solid var(--main-color);
}
.tablebox tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.tablebox tbody tr:nth-child(even) td:nth-of-type(2) {
  background-color: #fdf1e9;
}
.tablebox tbody tr:nth-child(even) td:nth-of-type(n+3) {
  background-color: #f2f8fd;
}
.tablebox tbody tr td:nth-of-type(n+3) {
  border-right: 1px solid var(--main-color);
}
.tablebox tbody tr:last-child td:nth-of-type(2) {
  border-bottom: 3px solid var(--accent-color);
}
.tablebox tbody tr:last-child td:nth-of-type(n+3) {
  border-bottom: 1px solid var(--main-color);
}
.tablebox tbody tr:last-child td:last-child {
  position: relative;
  border: none;
}
.tablebox tbody tr:last-child td:last-child::before {
  content: "";
  border-right: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  border-bottom-right-radius: 12px;
  pointer-events: none;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  position: absolute;
  top: 0;
  left: 0;
}
.tablebox tbody td:nth-of-type(n+2) {
  font-weight: 700;
}
.tablebox tbody td:first-child {
  text-align: left;
  background-color: #f6f5f4;
  border-bottom: 1px solid #b6cfe4;
  width: 24.8%;
  position: relative;
  padding-left: 67px;
}
.tablebox tbody tr td:nth-of-type(1)::before {
  content: "";
  display: block;
  margin-top: 3px;
  position: absolute;
  left: 26px;
}
.tablebox tbody tr:first-child td:nth-of-type(1)::before {
  background: url("image/table_a.svg")no-repeat;
  background-size: 100%;
  width: 23px;
  height: 24px;
}
.tablebox tbody tr:nth-of-type(2) td:nth-of-type(1)::before {
  background: url("image/table_b.svg")no-repeat;
  background-size: 100%;
  width: 23px;
  height: 19px;
}
.tablebox tbody tr:nth-of-type(3) td:nth-of-type(1)::before {
  background: url("image/table_c.svg")no-repeat;
  background-size: 100%;
  width: 23px;
  height: 15px;
  margin-top: 5px;
}
.tablebox tbody tr:nth-of-type(4) td:nth-of-type(1)::before {
  background: url("image/table_d.svg")no-repeat;
  background-size: 100%;
  width: 23px;
  height: 23px;
}
.tablebox tbody tr:nth-of-type(5) td:nth-of-type(1)::before {
  background: url("image/table_e.svg")no-repeat;
  background-size: 100%;
  width: 24px;
  height: 16px;
}
.tablebox tbody tr:nth-of-type(6) td:nth-of-type(1)::before {
  background: url("image/table_f.svg")no-repeat;
  background-size: 100%;
  width: 23px;
  height: 18px;
  margin-top: 2px;
}
.tablebox tbody tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}
.tablebox tbody tr:last-child td:first-child {
  border-bottom: none;
  border-radius: 0 0 0 8px;
}
.tablebox tbody td span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 2px;
}
.tablebox tbody td .dot {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin: 0 -4px 0 -3px;
}
.tablebox tbody td .table_span-fs-a {
  font-size: 13px;
}
.tablebox tbody td .table_span-fs-b {
  font-size: 12px;
}
@media screen and (min-width: 1250px) {
  .tablebox {
    max-width: 1162px;
  }
}
@media screen and (max-width: 768px) {
  .tablebox {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    background: none !important;
    padding: 80px 0 0;
  }
  .tablebox th, td {
    font-size: 16px;
    padding: 0.3em;
    height: 64px;
  }
  .tablebox tbody td:first-child {
    width: 28.8%;
    padding-left: 44px;
  }
  .tablebox tbody tr td:nth-of-type(1)::before {
    left: 16px;
  }
  .tablebox thead th:nth-of-type(2)::after {
    top: -13px;
    z-index: -1;
  }
  .tablebox thead th {
    height: 70px;
  }
  .tablebox thead tr .us {
    font-size: 20px;
  }
  .tablebox thead th:nth-of-type(2) .price {
    font-size: 28px;
    margin-top: -2px;
  }
  .tablebox thead th:nth-of-type(2) .en {
    font-size: 20px;
  }
  .tablebox thead th span {
    font-size: 18px;
  }
  .tablebox thead tr .price {
    font-size: 22px;
  }
  .tablebox thead .en {
    font-size: 15px;
  }
  .tablebox thead th:nth-of-type(2)::before {
    width: 38px;
    height: 44px;
    top: -40px;
  }
  .tablebox thead th:nth-of-type(2)::after {
    width: 102%;
    left: -3px;
  }
  .tablebox tbody tr td:nth-of-type(1)::before {
    margin-top: 1px;
  }
  .tablebox tbody tr:first-child td:nth-of-type(1)::before {
    ;
    width: 18px;
    height: 20px;
  }
  .tablebox tbody tr:nth-of-type(2) td:nth-of-type(1)::before {
    width: 19px;
    height: 16px;
    margin-top: 6px;
  }
  .tablebox tbody tr:nth-of-type(3) td:nth-of-type(1)::before {
    width: 20px;
    height: 13px;
    margin-top: 5px;
  }
  .tablebox tbody tr:nth-of-type(4) td:nth-of-type(1)::before {
    width: 19px;
    height: 19px;
  }
  .tablebox tbody tr:nth-of-type(5) td:nth-of-type(1)::before {
    width: 20px;
    margin-top: 4px;
  }
  .tablebox tbody tr:nth-of-type(6) td:nth-of-type(1)::before {
    width: 19px;
    margin-top: 1px;
  }
  .tablebox tbody td:nth-of-type(2) {
    border-right: 2px solid var(--accent-color);
    border-left: 2px solid var(--accent-color);
  }
  .tablebox tbody tr:last-child td:nth-of-type(2) {
    border-bottom: 2px solid var(--accent-color);
  }
  .tablebox tbody tr:last-child td:last-child::before {
    width: calc(100% + 0px);
  }
  .tablebox tbody td {
    width: 160px;
  }
  .tablebox tbody td span {
    font-size: 12px;
  }
  .tablebox tbody td .table_span-fs-a {
    font-size: 12px;
  }
  .tablebox tbody td .table_span-fs-b {
    font-size: 11px;
  }
}
/* ==========================
     　 対応サービス　　
========================== */
.service {
  background-color: var(--bg-color);
  padding: var(--main-space) 0;
}
.service h2 {
  margin-bottom: var(--h2-top-space);
}
.service .box {
  display: flex;
  flex-wrap: wrap;
  width: var(--s-width);
  margin: auto;
  gap: 38px;
}
.service .box article {
  background-color: #fff;
  border: 2px solid var(--main-color);
  border-radius: 8px;
  width: 561px;
}
.service .box article h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  background-color: var(--main-color);
  padding: 22px 0;
  gap: 16px;
}
.service .box article:nth-of-type(1) h3::before {
  content: "";
  display: block;
  background: url(image/table_b.svg) no-repeat;
  background-size: 100%;
  filter: brightness(0) invert(1);
  width: 34px;
  height: 28px;
  margin-top: 4px;
}
.service .box article:nth-of-type(2) h3::before {
  content: "";
  display: block;
  background: url(image/table_e.svg) no-repeat;
  background-size: 100%;
  filter: brightness(0) invert(1);
  width: 39px;
  height: 28px;
  margin-top: 4px;
}
.service .box article:nth-of-type(3) h3::before {
  content: "";
  display: block;
  background: url(image/table_c.svg) no-repeat;
  background-size: 100%;
  filter: brightness(0) invert(1);
  width: 34px;
  height: 20px;
  margin-top: 4px;
}
.service .box article:nth-of-type(4) h3::before {
  content: "";
  display: block;
  background: url(image/service_icon-b.svg) no-repeat;
  background-size: 100%;
  filter: brightness(0) invert(1);
  width: 27px;
  height: 25px;
  margin-top: 3px;
}
.service .box article .img {
  padding: 30px 30px 20px;
}
.service .box article .text {
  padding: 0 30px 40px;
}
@media screen and (max-width: 900px) {
  .service {
    padding: var(--sp-main-space) 0;
  }
  .service h2 {
    margin-bottom: var(--sp-main-space);
  }
  .service .box article {
    width: 100%;
  }
  .service .box article h3 {
    font-size: 22px;
    padding: 16px 0;
    gap: 10px;
  }
  .service .box article:nth-of-type(1) h3 img {
    width: 23px;
    margin-top: 4px;
  }
  .service .box article .img {
    padding: 14px;
  }
  .service .box article .text {
    padding: 0 14px 20px;
  }
}
.bulb .box {
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid var(--main-color);
  border-radius: 8px;
  padding: 40px 20px;
  margin-top: 40px;
  gap: 70px;
}
.bulb .box .orange {
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .bulb .box {
    padding: 40px 20px 20px;
    gap: 30px;
  }
}
@media screen and (max-width: 360px) {
  .service .box article h3 {
    font-size: 20px;
  }
  .service .box article:nth-of-type(1) h3::before {
    width: 26px;
    height: 21px;
  }
  .service .box article:nth-of-type(2) h3::before {
    width: 29px;
    height: 20px;
  }
  .service .box article:nth-of-type(3) h3::before {
    width: 25px;
    height: 16px;
  }
  .service .box article:nth-of-type(4) h3::before {
    width: 21px;
    height: 20px;
  }
}
/* ==========================
     　     CTA　　
========================== */
.cta {
  background: url("image/cta_bg.jpg")no-repeat;
  background-size: cover;
  width: 100%;
  padding: 60px 0;
}
.cta .text {
  color: #fff;
  font-size: 36px;
  line-height: 1.52;
  text-align: center;
}
.cta .box {
  display: flex;
  justify-content: center;
  margin-top: 55px;
  gap: 38px;
}
.cta .box .img {
  width: 461px;
}
@media screen and (max-width: 900px) {
  .cta {
    padding: 40px 5vw 50px;
  }
  .cta .text {
    font-size: 18px;
  }
  .cta .box {
    flex-direction: column;
    margin-top: 30px;
    gap: 20px;
  }
  .cta .box .img {
    width: 100%;
  }
}
/* ==========================
     　    対応業種　　
========================== */
.support {
  background-color: var(--bg-color);
  padding: var(--main-space) 0;
}
.support .box {
  display: flex;
  flex-wrap: wrap;
  width: var(--s-width);
  padding: var(--h2-top-space) 0 0;
  margin: 0 auto;
}
.support .box article {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-right: 4px solid #edf7ff;
  border-bottom: 4px solid #edf7ff;
  padding-left: 42px;
  width: min(100% / 3);
  height: 152px;
  gap: 22px;
}
.support .box article:nth-of-type(1) {
  border-radius: 8px 0 0;
}
.support .box article:nth-of-type(3) {
  border-radius: 0 8px 0 0;
}
.support .box article:nth-of-type(4) {
  border-radius: 0 0 0 8px;
}
.support .box article:nth-of-type(6), .support .box article:nth-of-type(3) {
  border-right: none;
}
.support .box article:last-child {
  border-radius: 0 0 8px 0;
  position: relative;
}
.support .box article:last-child::before {
  content: "etc.";
  display: block;
  color: var(--main-color);
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  right: 17px;
  bottom: 20px;
}
.support .box article:nth-of-type(n+4) {
  border-bottom: none;
}
.support .box article .img {
  width: 69px;
}
.support .box article .text {
  color: var(--main-color);
  font-size: 30px;
  font-weight: 700;
}
.support .box article .text span {
  display: block;
  font-size: 20px;
  margin-top: -19px;
  margin-left: -11px;
}
@media screen and (max-width: 900px) {
  .support {
    padding: var(--sp-main-space) 0;
  }
  .support .box {
    padding: var(--sp-main-space) 0 0;
  }
  .support .box article {
    flex-direction: column;
    border-right: 4px solid #edf7ff;
    border-bottom: 4px solid #edf7ff;
    padding-top: 34px;
    padding-left: 0;
    width: min(100% / 2);
    height: 152px;
    gap: 3px;
  }
  .support .box article .img {
    width: 49px;
  }
  .support .box article .text {
    font-size: 20px;
    text-align: center;
  }
  .support .box article .text span {
    font-size: 12px;
    margin-top: -11px;
    margin-left: 3px;
  }
  .support .box article:nth-of-type(n+4) {
    border-bottom: 4px solid #edf7ff;
  }
  .support .box article:nth-of-type(even) {
    border-right: none;
  }
  .support .box article:nth-of-type(2) {
    border-radius: 0 8px 0 0;
  }
  .support .box article:nth-of-type(3) {
    border-right: 4px solid #edf7ff;
  }
  .support .box article:nth-of-type(5) {
    border-radius: 0 0 0 8px;
  }
  .support .box article:last-child::before {
    font-size: 16px;
    right: 11px;
    bottom: 10px;
  }
  .support .box article:nth-of-type(3) {
    border-radius: 0;
  }
  .support .box article:nth-of-type(4) {
    border-radius: 0;
  }
}
@media screen and (max-width: 360px) {
  .support .box article .text {
    font-size: 16px;
  }
}
/* ==========================
      オフィス移転事例紹介
========================== */
.introduction {
  margin: var(--main-space) 0;
}
.introduction .box {
  width: var(--m-width);
  margin: auto;
}
.introduction .box {
  margin-top: var(--h2-top-space);
}
.introduction .box article {
  position: relative;
}
.introduction .box article:nth-of-type(2) {
  margin-top: 80px;
}
.introduction .box .tag {
  display: inline-block;
  background-color: var(--accent-color);
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  padding: 19px 30px;
  border-radius: 0 8px 8px 0;
  position: relative;
  top: 37px;
  left: -21px;
}
.introduction .box .tag::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  border-top: 19px solid var(--accent-color);
  border-left: 21px solid transparent;
  border-right: 0px solid transparent;
}
.introduction .box article h3 {
  color: var(--main-color);
  font-size: 28px;
  font-weight: 600;
}
.introduction .contact {
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 95px 60px 60px;
}
.introduction .contact .category {
  display: flex;
  margin: 16px 0 30px;
  gap: 10px;
}
.introduction .contact .category li {
  font-size: 16px;
  font-weight: 500;
  background-color: #f6f5f4;
  border-radius: 50px;
  padding: 10px 16px;
}
.introduction .contact .issues_results-voice {
  display: flex;
  margin-top: 30px;
}
.introduction .contact .ir-box {
  display: grid;
  grid-template-rows: subgrid;
  grid-template-columns: 312px 331px;
  grid-template-rows: auto;
}
.issues {
  grid-column: 1;
}
.results {
  grid-column: 2;
}
.voice_content {
  grid-column: 3;
}
.introduction .contact .issues_results-items {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  color: #838a88;
  font-weight: 600;
  border: 2px solid #838a88;
  border-radius: 8px;
  padding-bottom: 34px;
}
.introduction .contact .issues {
  margin-right: 18px;
}
.introduction .contact .results {
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
  margin-right: 37px;
  position: relative;
}
.introduction .contact .results::before {
  content: "";
  display: block;
  background: url("image/introduction_speech-bubble.png") no-repeat;
  background-size: 100%;
  width: 99px;
  height: 109px;
  position: absolute;
  top: -20px;
  right: -25px;
}
.introduction .contact .issues_results-items h4 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  background-color: #838a88;
  border-radius: 5px 5px 0 0;
  padding: 14px 0;
}
.introduction .contact .results h4 {
  background-color: var(--accent-color);
}
.introduction .contact .issues_results-items .price {
  font-size: 48px;
  text-align: center;
  line-height: 1.2;
  padding: 40px 0 0;
}
.introduction .contact .issues_results-items .price::after {
  content: "";
  display: block;
  border-bottom: 1px solid #838a88;
  margin: 40px auto 0;
  width: 86%;
}
.introduction .contact .results .price::after {
  border-bottom: 1px solid var(--accent-color);
}
.introduction .contact .issues_results-items ul {
  display: contents;
}
.introduction .contact .issues_results-voice ul li {
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 24px;
  margin-left: 25px;
  gap: 6px;
}
.introduction .contact .issues_results-items ul li::before {
  content: "";
  display: block;
  background: url("image/introduction_icon-a.svg")no-repeat;
  background-size: 100%;
  width: 19px;
  height: 19px;
  margin-top: 6px;
}
.introduction .contact .results ul li::before {
  background: url("image/introduction_icon-b.svg")no-repeat;
  background-size: 100%;
}
.introduction .contact .issues_results-items .price .price_text {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.introduction .contact .issues_results-items .price .en {
  font-size: 32px;
  font-weight: 800;
  margin-left: -8px;
}
.introduction .contact .issues_results-items .reduction {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  position: absolute;
  top: -2px;
  right: -11px;
}
.introduction .contact .issues_results-items .reduction .no {
  font-size: 39px;
  font-weight: 600;
  margin-right: -8px;
}
.introduction .contact .issues_results-items .reduction .percent {
  font-size: 26px;
  font-weight: 900;
}
.introduction .contact .voice {
  background-color: var(--bg-color);
  border-radius: 8px;
  padding: 32px 40px 40px;
  width: 484px;
}
.introduction .contact .voice .title {
  color: var(--main-color);
  font-size: 28px;
  display: flex;
  align-items: center;
  margin-left: -5px;
  gap: 20px;
}
.introduction .contact .voice .title img {
  width: 86px;
  padding-bottom: 10px;
}
.introduction .contact .voice p {
  font-weight: 600;
  line-height: 2;
  margin-top: 14px;
}
@media screen and (max-width: 900px) {
  .introduction {
    margin: var(--sp-main-space) 0;
  }
  .introduction .box {
    margin-top: 20px;
  }
  .introduction .box .tag {
    font-size: 16px;
    padding: 14px 18px;
    top: 37px;
    left: -9px;
  }
  .introduction .box .tag::before {
    border-top: 19px solid var(--accent-color);
    border-left: 10px solid transparent;
  }
  .introduction .contact {
    padding: 48px 20px 20px;
  }
  .introduction .box article h3 {
    font-size: 22px;
    line-height: 1.6;
  }
  .introduction .contact .category {
    margin: 10px 0 24px;
    gap: 10px;
  }
  .introduction .contact .category li {
    font-size: 12px;
    padding: 6px 14px;
  }
  .introduction .contact .issues_results-voice {
    flex-wrap: wrap;
  }
  .introduction .contact .issues {
    margin-right: 9px;
  }
  .introduction .contact .results {
    margin-right: 0;
  }
  .introduction .contact .issues_results-items h4 {
    font-size: 18px;
    padding: 12px 0;
  }
  .introduction .contact .issues_results-items ul {
    margin: 24px 10px 24px 10px;
  }
  .introduction .contact .issues_results-voice ul li {
    font-size: 16px;
    margin: 16px 10px 0 10px;
  }
  .introduction .contact .issues_results-items .price {
    font-size: 37px;
    padding: 20px 0 0;
  }
  .introduction .contact .issues_results-items .price::after {
    margin: 20px auto 0;
    width: 80%;
  }
  .introduction .contact .issues_results-items .price .price_text {
    font-size: 16px;
  }
  .introduction .contact .issues_results-items .price .en {
    font-size: 22px;
  }
  .introduction .contact .voice {
    width: 100%;
    padding: 22px 20px 20px;
    margin-top: 20px;
  }
  .introduction .contact .results::before {
    width: 78px;
    height: 86px;
    top: -22px;
    right: -35px;
  }
  .introduction .contact .issues_results-items .reduction .no {
    font-size: 31px;
  }
  .introduction .contact .issues_results-items .reduction .percent {
    font-size: 16px;
  }
  .introduction .contact .issues_results-items .reduction {
    top: -11px;
    right: -24px;
  }
  .introduction .contact .voice .title {
    font-size: 20px;
    gap: 12px;
  }
  .introduction .contact .voice p {
    font-size: 16px;
    margin-top: 10px;
  }
  .introduction .contact .voice .title img {
    width: 66px;
    padding-bottom: 5px;
  }
  .introduction .contact .issues_results-items ul li::before {
    width: 15px;
    height: 15px;
    margin-top: 6px;
    flex: none;
  }
  .introduction .contact .ir-box {
    grid-template-columns: 1fr 1fr;
  }
  .introduction .contact .issues_results-items {
    padding-bottom: 28px;
  }
  .introduction .box article:nth-of-type(2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 360px) {
  .introduction .box .tag {
    font-size: 14px;
  }
  .introduction .box article h3 {
    font-size: 20px;
  }
}
/* ==========================
      サービスご利用の流れ
========================== */
.flow {
  background-color: var(--bg-color);
  padding: var(--main-space) 0;
  position: relative;
  z-index: -2;
}
.flow .box {
  display: flex;
  flex-wrap: wrap;
  counter-reset: step;
  width: var(--m-width);
  margin: 160px auto 0;
  gap: 110px 20px;
}
.flow .box article {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  counter-increment: step;
  width: 289px;
  position: relative;
}
.flow .box article .img img {
  border-radius: 8px 8px 0 0;
}
.flow .box article::before {
  content: counter(step);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  background-color: var(--main-color);
  border-radius: 50%;
  width: 58px;
  height: 58px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.flow .box article::after {
  content: "";
  display: block;
  background-color: var(--main-color);
  width: 100px;
  height: 15px;
  position: absolute;
  bottom: 220px;
  right: -52px;
  z-index: -1;
}
.flow .box article:nth-of-type(4)::after, .flow .box article:nth-of-type(8)::after {
  display: none;
}
.flow .box article h3 {
  color: var(--main-color);
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin: 32px 0;
}
.flow .box article .text {
  font-weight: 500;
  line-height: 1.7;
  padding: 0 27px 30px 27px;
}
@media screen and (max-width: 900px) {
  .flow {
    padding: var(--sp-main-space) 0;
  }
  .flow .box {
    margin: 104px auto 0;
    gap: 70px;
  }
  .flow .box article {
    width: 100%;
  }
  .flow .box article::after {
    width: 6px;
    height: 100px;
    bottom: -60px;
    right: calc(50% - 2px);
  }
  .flow .box article:nth-of-type(4)::after {
    display: block;
  }
  .flow .box article::before {
    font-size: 37px;
    top: -33px;
    width: 48px;
    height: 48px;
  }
  .flow .box article .img img {
    object-fit: cover;
  }
}
@media screen and (max-width: 360px) {
  .flow .box article h3 {
    font-size: 24px;
  }
}
/* ==========================
       よくある質問
========================== */
.faq {
  margin: var(--main-space) 0;
}
.faq .box {
  width: min(1000px, 90%);
  margin: var(--h2-top-space) auto 0;
}
.faq-list_item {
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid var(--main-color);
  margin-bottom: 22px;
  cursor: pointer;
  transition: 0.4s ease;
}
.faq_question, .faq_answer {
  padding: 20px 40px 20px 24px;
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
}
.faq_answer {
  border-radius: 0 0 8px 8px;
}
.faq_icon {
  width: 43px;
  margin-right: 20px;
  flex-shrink: 0;
}
.faq_text {
  flex: 1;
  font-size: 18px;
  line-height: 1.4;
}
.faq_question .title {
  color: var(--main-color);
  font-size: 20px;
}
.faq_toggle {
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.faq_toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 23px;
  height: 3px;
  background-color: var(--main-color);
  transition: 0.4s ease;
}
.faq_toggle span:nth-child(2) {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.faq_question.active .faq_toggle span:nth-child(2) {
  transform: rotate(0deg);
}
.faq_question.active::after {
  content: "";
  display: block;
  border-top: 2px solid var(--main-color);
  width: 95%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.faq_answer {
  display: none;
}
.faq_question.active + .faq_answer {
  display: flex;
}
@media screen and (max-width: 900px) {
  .faq {
    margin: var(--sp-main-space) 0;
  }
  .faq .box {
    margin: var(--sp-main-space) auto 0;
  }
  .faq_icon {
    width: 32px;
    margin-right: 16px;
  }
  .faq_title {
    font-size: 18px;
  }
  .faq_text {
    padding-right: 20px;
  }
  .faq_question .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .faq_question .title {
    font-size: 16px;
  }
  .faq_text {
    font-size: 16px;
  }
}
/* ==========================
        お問い合わせ
========================== */
#contact {
  background-color: var(--bg-color);
  padding: var(--main-space) 0;
}
#contact .box {
  width: min(1000px, 90%);
  margin: var(--h2-top-space) auto 0;
}
#contact p {
  margin-bottom: 17px;
}
#contact .wpcf7-form p:nth-child(10) {
  display: flex;
  /*align-items: center;*/
  font-weight: 500;
  margin-left: auto;
  margin-bottom: 0;
  width: 676px;
}
#contact p label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#contact p label span:nth-child(1) {
  display: flex;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.17em;
  font-weight: 600;
  margin-top: 2px;
}
#contact p label span:nth-child(1) .attention, #contact p:nth-child(10) .attention {
  color: #ee3636;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-left: 10px;
}
#contact p:nth-child(10) .attention {
  margin-left: 6px;
}
#contact p label span:nth-child(1) .attention span {
  font-size: 15px;
}
#contact p label .wpcf7-form-control-wrap input {
  background-color: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  padding: 22px;
  width: 676px;
  height: 70px;
}
#contact p label .wpcf7-form-control-wrap textarea {
  background-color: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  padding: 22px;
  width: 676px;
}
#contact p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
#contact input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 21px;
  height: 21px;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 12px;
  cursor: pointer;
  position: relative;
}
#contact input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #4eb568;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
::placeholder {
  color: #bcbcbc;
}
#contact .wpcf7-form p:nth-child(11) {
  margin-bottom: 0;
  height: 64px;
}
#contact .wpcf7-form p:nth-child(11) input, .page-id-173 #contact .wpcf7-form .flex .concept_btn input {
  width: 285px;
  height: 64px;
  margin: 80px auto 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: block;
  text-align: center;
  background-color: var(--accent-color);
  border-radius: 50px;
}
.wpcf7-previous{
  /*display:inline-block !important;*/
}
@media screen and (max-width: 900px) {
  #contact {
    padding: var(--sp-main-space) 0;
  }
  #contact .box {
    margin: var(--sp-main-space) auto 0;
  }
  #contact p:not(:nth-child(10)) label {
    flex-direction: column;
    gap: 10px;
  }
  #contact p label span:nth-child(1) {
    font-size: 18px;
    margin-top: 0;
  }
  #contact p label .wpcf7-form-control-wrap input {
    padding: 12px;
    width: 100%;
    height: 60px;
  }
  #contact p label .wpcf7-form-control-wrap textarea {
    padding: 12px;
    width: 100%;
  }
  #contact .wpcf7-form p:nth-child(11) input {
    width: 78%;
    height: 64px;
    margin: 50px auto 0;
    font-size: 18px;
  }
  ::placeholder {
    font-size: 16px;
  }
  .page-id-173 #contact .box {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 360px) {
  #contact p label span:nth-child(1) {
    font-size: 16px;
  }
  #contact .wpcf7-form p:nth-child(10) {
    /*flex-direction: column;*/
    align-items: flex-start;
    width: 100%;
  }
  #contact p:nth-child(10) .attention {
    margin-left: 10px;
  }
  #contact .wpcf7-form p:nth-child(11) input {
    font-size: 16px;
  }
}
.confirmation {
  color: var(--main-color);
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  background-color: var(--bg-color);
  padding: 57px 0;
  margin-top: 80px;
}
.page-id-173 #contact {
  padding-top: 160px;
}
.page-id-173 #contact p label .wpcf7-form-control-wrap input, .page-id-173 #contact p label .wpcf7-form-control-wrap textarea {
  background-color: #f5f7fa;
}
.page-id-173 #contact .wpcf7-form .flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.page-id-173 #contact .wpcf7-form .flex .concept_btn:nth-child(1) input {
  background-color: #808080;
}
button, input, optgroup, select, textarea {
  color: #1c272a
}
.page-id-179 #contact {
  height: 100vh;
  padding: 200px 0 0;
}
.page-id-179 #contact .box {
  width: min(870px, 90%);
  background-color: #fff;
  padding: 60px;
}
.page-id-179 #contact p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
}
.page-id-179 .btn, .error404 .btn {
  width: 285px;
  height: 64px;
  margin: 80px auto 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background-color: var(--accent-color);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error404 .btn {
  background-color: #808080
}
@media screen and (max-width: 900px) {
  .page-id-179 #contact, .page-id-173 #contact {
    padding: 50px 0 70px;
  }
  .page-id-179 #contact .box {
    padding: 20px;
    margin-top: 30px;
  }
  .page-id-179 .btn {
    margin-top: 30px;
    width: 80%;
  }
  .page-id-173 #contact .wpcf7-form .flex {
    flex-direction: column-reverse;
    gap: 0;
  }
  .page-id-173 #contact .wpcf7-form .flex .concept_btn input {
    width: 90%;
    margin-top: 0;
  }
  .page-id-173 #contact .wpcf7-form .flex .concept_btn:nth-child(2) input {
    margin: 40px auto -20px;
  }
}
/* ==========================
         会社概要
========================== */
.company {
  padding: var(--main-space) 0;
}
.about_items {
  width: min(1000px, 90%);
  margin: 80px auto 0;
}
.about_items .box {
  display: flex;
  border-bottom: 1px solid #d3d3d3;
  line-height: 1.7;
}
.about_items .box p:nth-child(1) {
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid var(--main-color);
  margin-bottom: -1px;
  width: 234px;
}
.about_items .box p {
  padding: 40px;
}
.about_items .box p:nth-child(2) {
  flex: 1;
  padding: 40px 40px 40px 80px;
}
.about_items .box span {
  font-size: 1rem;
}
@media only screen and (max-width: 1181px) {
  .company {
    padding: var(--sp-main-space) 0;
  }
  .about_items {
    margin-top: 20px;
  }
  .about_items .box {
    flex-direction: column;
  }
  .about_items .box::after {
    content: "";
    display: block;
    background-color: var(--main-color);
    width: 30%;
    height: 1px;
    position: relative;
    bottom: -1px;
  }
  .about_items .box p:nth-child(1) {
    text-align: left;
    border-bottom: none;
    margin-bottom: 0;
    width: 234px;
  }
  .about_items .box p:nth-child(2) {
    padding: 20px 40px 40px;
  }
  .about_items .box p {
    padding: 40px 20px 0px 20px;
  }
}
/* ==========================
         footer
========================== */
footer {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 22px 0;
  margin-top: 40px;
  background-color: #065696;
}
.page-id-173 footer, .page-id-179 footer {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  footer {
    font-size: 14px;
    padding: 20px 0;
    margin-top: 10px;
    margin-bottom: 88px
  }
  .page-id-173 footer, .page-id-179 footer {
    margin-top: 0;
  }
}
/* ==========================
         404
========================== */
.error404 p {
  text-align: center;
}
.error404 #contact {
  height: calc(100dvh - 80px);
  position: relative;
}
.error404 #contact .items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error404 footer {
  margin-top: 0;
}