@charset "UTF-8";
/* リセットCSS */
/* http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-align: left;
}

body {
  color: #000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

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

ul, ol, dl {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  /* border-collapse:collapse; */
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

#copylAddress {
  font-size: 0 !important;
}

/*  汎用class
=====================================*/
.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.txt_box {
  display: block;
  overflow: hidden;
  position: relative;
}

.clear {
  clear: both;
}

/* ▼▼▼ 480px〜768px
===================================== */
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .mb45 {
    margin-bottom: 20px !important;
  }
  .mb50 {
    margin-bottom: 25px !important;
  }
  .mb60 {
    margin-bottom: 30px !important;
  }
  .mb70 {
    margin-bottom: 35px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .mb90 {
    margin-bottom: 40px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
}
/* base.css */
* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  -ms-scroll-behavior: smooth;
  scroll-behavior: smooth;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body {
  font-size: 14px;
  line-height: 1.9;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  body.wrap {
    overflow: visible;
  }
}
body.wrap {
  overflow: hidden;
}

body #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}

#screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
img {
  image-rendering: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}

a:link, a:visited, a:active {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none !important;
  }
}
.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.NotoSerif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
/* ▼ タイトル
--------------------------------------- */
#site_title {
  overflow: hidden;
}

h1.title {
  background: #999;
  padding: 20px 10px;
  margin-bottom: 30px;
  color: #fff;
  overflow: hidden;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

.menu_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .menu_fixed {
    position: relative;
    width: auto;
    height: auto;
  }
}
/* ▼ システム
--------------------------------------- */
.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* automation.scss */
.fadeIn.is-animated {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.text_animate {
  display: flex;
  justify-content: center;
}
.text_animate_line {
  transform: translateX(-100%);
  transition: transform 1.1s cubic-bezier(0.74, 0, 0.24, 0.99);
  overflow: hidden;
}
.text_animate_line > .text_animate_span {
  display: block;
  transform: translateX(100%);
  transition: transform 1.1s cubic-bezier(0.74, 0, 0.24, 0.99);
}
.text_animate_img {
  width: 100%;
}
.text_animate.is-animated .text_animate_line {
  transform: translateX(0);
}
.text_animate.is-animated .text_animate_line > .text_animate_span {
  transform: translateX(0);
}
.text_animate.is-animated .text_animate_line:nth-of-type(1) {
  transition-delay: 0s;
}
.text_animate.is-animated .text_animate_line:nth-of-type(1) > .text_animate_span {
  transition-delay: 0s;
}
.text_animate.is-animated .text_animate_line:nth-of-type(2) {
  transition-delay: 0.13s;
}
.text_animate.is-animated .text_animate_line:nth-of-type(2) > .text_animate_span {
  transition-delay: 0.13s;
}
.text_animate.is-animated .text_animate_line:nth-of-type(3) {
  transition-delay: 0.26s;
}
.text_animate.is-animated .text_animate_line:nth-of-type(3) > .text_animate_span {
  transition-delay: 0.26s;
}

/* ヘッダー */
.header_automation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.header_automation_inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 25px;
}
.header_automation_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_automation_logo {
  width: 100%;
  max-width: 482px;
}
.header_automation_logo img {
  width: 100%;
  aspect-ratio: 482/72;
  -o-object-fit: contain;
     object-fit: contain;
}
.header_automation_buttons {
  display: flex;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .header_automation {
    height: 62px;
  }
  .header_automation_inner {
    padding: 0 17px;
  }
  .header_automation_container {
    justify-content: center;
  }
  .header_automation_logo {
    max-width: 340px;
  }
  .header_automation_buttons {
    display: none;
  }
}

/* フッター */
.footer_automation {
  display: flex;
  align-items: center;
  background-color: #153793;
  height: 120px;
}
.footer_automation_buttons {
  display: none;
}
.footer_automation_inner {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  padding: 0 25px;
}
.footer_automation_container {
  display: flex;
  align-items: center;
}
.footer_automation_logo {
  width: 100%;
  max-width: 253px;
}
.footer_automation_logo img {
  width: 100%;
  aspect-ratio: 253/40;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer_automation_company {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-left: 80px;
}
.footer_automation_company:hover {
  color: #fff;
}
.footer_automation_copyright {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .footer_automation {
    position: relative;
    padding: 42px 0 20px;
    height: auto;
  }
  .footer_automation_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .footer_automation_buttons.js_active {
    position: absolute;
    bottom: 204px;
  }
  .footer_automation_container {
    flex-direction: column;
  }
  .footer_automation_logo {
    max-width: 253px;
  }
  .footer_automation_company {
    margin-top: 5px;
    margin-left: 0;
  }
  .footer_automation_copyright {
    margin-top: 40px;
    margin-left: 0;
  }
}

/* セクション */
/* ▼▼▼ メインビジュアル
====================================================== */
.mv {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 67px 0 57px;
  margin-top: 80px;
}
.mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.mv_bg_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 52.71%;
}
.mv_bg_left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 13.4%;
}
.mv_bg_deco {
  position: absolute;
  top: -33%;
  right: -51%;
  width: 787px;
  max-width: 787px;
  overflow: hidden;
  z-index: -1;
}
.mv_inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.mv_content {
  width: 100%;
  max-width: 747px;
  position: relative;
}
.mv_catch {
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
  margin-left: 5px;
}
.mv_catch_span {
  color: #57B1F0;
}
.mv_title {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  color: #000;
  margin-top: 5px;
}
.mv_title_span {
  font-size: 50px;
}
.mv_title_blue {
  color: #57B1F0;
  font-size: 74px;
}
.mv_buttons {
  display: flex;
  gap: 22px;
  margin-top: 48px;
}
.mv_description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #000;
  max-width: 511px;
  margin-top: 40px;
}
.mv_description_span {
  color: #153793;
}
.mv_illustration {
  position: absolute;
  bottom: -4%;
  left: -5%;
  z-index: 2;
  display: flex;
  opacity: 1;
}
.mv_illustration_item {
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.3s ease-in-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}
.mv_illustration.is-act .mv_illustration_item {
  opacity: 1;
  transform: translateY(0);
}
.mv_illustration.is-act .mv_illustration_item:nth-child(1) {
  transition-delay: 0s;
}
.mv_illustration.is-act .mv_illustration_item:nth-child(2) {
  transition-delay: 0.1s;
}
.mv_illustration.is-act .mv_illustration_item:nth-child(3) {
  transition-delay: 0.2s;
}
.mv_illustration_item {
  position: relative;
}
.mv_illustration_item_01 {
  width: 65px;
  margin-bottom: -138px;
  z-index: 1;
}
.mv_illustration_item_02 {
  width: 84px;
  margin-bottom: -117px;
  z-index: 1;
}
.mv_illustration_item_03 {
  z-index: 0;
  width: 210px;
  height: 225px;
  margin-right: -14px;
  margin-left: -110px;
}
.mv_image {
  position: absolute;
  top: 6px;
  right: -1.2%;
  z-index: 1;
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 0 0 20px;
    margin-top: 62px;
  }
  .mv_bg_right {
    width: 131.2vw;
    max-width: 131.2vw;
    top: -1%;
    right: -57%;
  }
  .mv_bg_left {
    width: 21.6vw;
  }
  .mv_bg_deco {
    width: 412px;
    max-width: 421px;
    height: 328px;
    top: -42%;
    right: -45%;
  }
  .mv_inner {
    flex-direction: column;
    min-height: auto;
    width: 100%;
    max-width: 425px;
    padding: 0 26px;
  }
  .mv_content {
    max-width: 100%;
    padding-top: 0;
    order: 2;
  }
  .mv_catch {
    font-size: 20px;
    margin-left: 2px;
  }
  .mv_title {
    font-size: 35px;
    margin-top: 0;
  }
  .mv_title_span {
    font-size: 28px;
  }
  .mv_title_blue {
    font-size: 41px;
  }
  .mv_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    justify-content: center;
    gap: 15px;
    margin-top: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.25);
    display: none;
  }
  .mv_description {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    max-width: 100%;
    margin-top: 15px;
  }
  .mv_illustration {
    position: absolute;
    bottom: -4%;
    left: -5%;
    z-index: 2;
    width: 100%;
  }
  .mv_illustration_item {
    opacity: 0;
    transform: translateY(-100%);
  }
  .mv_illustration_item_01 {
    width: 35px;
    margin-bottom: -77px;
  }
  .mv_illustration_item_02 {
    width: 45px;
    margin-bottom: -64px;
  }
  .mv_illustration_item_03 {
    width: 113px;
    height: 120px;
    opacity: 1;
    transform: none;
    margin-right: -10px;
    margin-left: -60px;
  }
  .mv_image {
    position: relative;
    width: 267px;
    height: 266px;
    order: 1;
    margin: 27px auto 48px;
    margin-left: calc(50% - 127.5px);
  }
}

/* ▼▼▼ コスト
====================================================== */
.cost {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 55px;
}
.cost_inner {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}
.cost_container {
  position: relative;
  padding: 60px 100px;
  background: rgba(87, 177, 240, 0.1);
  border-radius: 20px;
}
.cost_banner {
  width: 265px;
  height: 47px;
  padding-top: 8px;
  padding-bottom: 13px;
  margin: 0 auto;
  background: #153793;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cost_banner_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
}
.cost_banner_font {
  font-size: 30px;
}
.cost_badges {
  position: absolute;
  top: -17px;
  right: 8.5%;
  display: flex;
  gap: 10px;
  z-index: 2;
}
.cost_badge {
  width: 87px;
  height: 87px;
  background: linear-gradient(90deg, #57B1F0 0%, #88D0F3 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cost_badge_text {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.182;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}
.cost_title {
  font-weight: 900;
  font-size: 44px;
  line-height: 1.136;
  letter-spacing: 0.03em;
  color: #153793;
  text-align: center;
  margin-top: 10px;
}
.cost_subtitle {
  margin-top: 18px;
  text-align: center;
}
.cost_form {
  background: #fff;
  border-radius: 10px;
  padding: 28px 56px 9px 53px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.cost_form_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.cost_form_row:first-of-type {
  padding-top: 0;
}
.cost_form_row:not(:last-child) {
  border-bottom: 1px solid rgba(87, 177, 240, 0.3);
}
.cost_form_item {
  display: flex;
  align-items: center;
  gap: 21px;
  width: 100%;
  max-width: 183px;
}
.cost_form_required {
  display: inline-block;
  background: #E90013;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.857;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 0 10px;
  border-radius: 100px;
  min-width: 49px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cost_form_label {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #153793;
}
.cost_form_input_group {
  display: flex;
  justify-content: end;
  gap: 33px;
  width: 100%;
}
.cost_form_input_wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.cost_form_input {
  width: 100%;
  max-width: 168px;
  height: 36px;
  border: 2px solid rgba(87, 177, 240, 0.5);
  border-radius: 4px;
  padding: 0 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.444;
  letter-spacing: 0.04em;
  color: #153793;
  text-align: right;
}
.cost_form_input::-moz-placeholder {
  color: #153793;
  opacity: 0.3;
}
.cost_form_input::placeholder {
  color: #153793;
  opacity: 0.3;
}
.cost_form_input_small {
  max-width: 100px;
}
.cost_form_unit {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.444;
  letter-spacing: 0.03em;
  color: #153793;
  margin-left: 6px;
}
.cost_buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.cost_btn_clear {
  width: 292px;
  height: 65px;
  background: #fff;
  border: 2px solid #57B1F0;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #57B1F0;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
.cost_btn_clear:hover {
  opacity: 0.7;
}
.cost_btn_result {
  width: 292px;
  height: 65px;
  border-radius: 10px;
  background: linear-gradient(90deg, #57B1F0 0%, #88D0F3 100%);
  border: none;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
.cost_btn_result:hover {
  opacity: 0.7;
}
.cost_decoration {
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 296px;
  height: 73px;
  background: url(../images/cost_decoration.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .cost {
    padding: 83px 0 0;
  }
  .cost_inner {
    padding: 0;
  }
  .cost_container {
    padding: 40px 25px;
    background: rgba(87, 177, 240, 0.1);
    border-radius: 14px;
    position: relative;
  }
  .cost_banner {
    position: static;
    width: 201px;
    height: 37px;
    padding-top: 7px;
    padding-bottom: 9px;
    border-radius: 8.4px;
  }
  .cost_banner_text {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .cost_banner_font {
    font-size: 25px;
  }
  .cost_badges {
    position: absolute;
    top: -31px;
    right: 25px;
    z-index: 0;
    gap: 8.9px;
  }
  .cost_badge {
    width: 60.9px;
    height: 60.9px;
  }
  .cost_badge_text {
    font-size: 16px;
    line-height: 1.125;
  }
  .cost_title {
    font-size: 30px;
    line-height: 1.267;
    margin: 8px auto 0;
    width: 100%;
    max-width: 280px;
  }
  .cost_subtitle {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .cost_form {
    padding: 30px 34px 10px;
    margin: 17px auto 0;
    width: 100%;
    max-width: 600px;
  }
  .cost_form_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    padding: 19px 0;
  }
  .cost_form_item {
    gap: 11px;
    max-width: 100%;
  }
  .cost_form_required {
    font-size: 12px;
    min-width: 40px;
    height: 18px;
    padding: 0 8px;
  }
  .cost_form_label {
    font-size: 18px;
  }
  .cost_form_input_group {
    width: 100%;
    justify-content: start;
    gap: 10px;
  }
  .cost_form_input {
    width: 100%;
    max-width: 142px;
    height: 30px;
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 5px;
    letter-spacing: 0.06em;
  }
  .cost_form_input_small {
    max-width: 84px;
  }
  .cost_form_unit {
    font-size: 16px;
    margin-left: 5px;
  }
  .cost_buttons {
    position: relative;
    z-index: 1;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
  }
  .cost_btn_clear {
    width: 154px;
    height: 45px;
    font-size: 14px;
    border-radius: 5.35px;
    border-width: 1.07px;
  }
  .cost_btn_result {
    width: 154px;
    height: 44px;
    font-size: 14px;
    border-radius: 5.35px;
  }
  .cost_decoration {
    bottom: -26px;
    background-image: url(../images/cost_decoration_sp.svg);
  }
  .cost_result {
    margin-top: 40px;
  }
}
.cost_result {
  position: relative;
  margin-top: 55px;
  background: rgba(87, 177, 240, 0.1);
  border-radius: 20px;
  padding-bottom: 30px;
}
.cost_result_content {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
  padding: 30px 0 52px;
  width: 100%;
  max-width: 604px;
}
.cost_result_title {
  font-weight: 900;
  font-size: 23px;
  line-height: 2.174;
  letter-spacing: 0.03em;
  color: #153793;
  text-align: center;
}
.cost_result_cards {
  display: flex;
  flex-direction: column;
  gap: 46px;
  margin-top: 8px;
}
.cost_result_card {
  position: relative;
  width: 100%;
  height: 65px;
  background: #fff;
  border: 2px solid #153793;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.cost_result_card_label {
  width: 182px;
  height: 65px;
  background: linear-gradient(90deg, #153793 0%, #385DC1 100%);
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cost_result_card_label_text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #fff;
}
.cost_result_card_amount {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 21px;
  gap: 11px;
  margin-left: auto;
}
.cost_result_card_amount_number {
  font-weight: 500;
  font-size: 30px;
  line-height: 0.867;
  letter-spacing: 0;
  color: #153793;
}
.cost_result_card_amount_unit {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  color: #153793;
}
.cost_result_line_wrapper {
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 60px;
}
.cost_result_line {
  position: relative;
  width: 100%;
  height: 100%;
}
.cost_result_line::after {
  background: #57B1F0;
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: costResultLineFill 2.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
@keyframes costResultLineFill {
  0%, 100% {
    height: 20%;
  }
  50% {
    height: 100%;
  }
}
.cost_result_illustration_left {
  position: absolute;
  top: -41px;
  left: 20px;
  width: 121px;
  height: 216px;
  z-index: 3;
  opacity: 0;
}
.cost_result_illustration_left.is-animated {
  animation: slideInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.cost_result_illustration_right {
  position: absolute;
  top: 120px;
  right: 17px;
  width: 79px;
  height: 219px;
  z-index: 3;
  opacity: 0;
}
.cost_result_illustration_right.is-animated {
  animation: slideInRight 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideInRight {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .cost_result {
    margin-top: 40px;
  }
  .cost_result_bg {
    top: 24.45px;
    height: 215px;
    border-radius: 14px;
  }
  .cost_result_content {
    padding: 28px 0 32px;
    z-index: 1;
  }
  .cost_result_title {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
  .cost_result_cards {
    gap: 18px;
    margin-top: 10px;
    padding: 0 26px;
  }
  .cost_result_card {
    height: 46px;
    border-width: 1.4px;
    border-radius: 7px;
  }
  .cost_result_card_label {
    width: 98px;
    height: 46px;
    padding-left: 0;
    border-radius: 7px 0 0 7px;
  }
  .cost_result_card_label_text {
    font-size: 16px;
    line-height: 1.137;
  }
  .cost_result_card_amount {
    padding-right: 11px;
    gap: 9px;
  }
  .cost_result_card_amount_number {
    font-size: 20px;
    line-height: 0.91;
    letter-spacing: 0;
  }
  .cost_result_card_amount_unit {
    font-size: 16px;
    line-height: 1.137;
  }
  .cost_result_line {
    bottom: -16px;
    width: 2.8px;
    height: 29.4px;
  }
  .cost_result_line::after {
    height: 20%;
  }
  .cost_result_illustration_left {
    top: -25px;
    left: 11.21px;
    width: 75.86px;
    height: 135.87px;
    z-index: 0;
  }
  .cost_result_illustration_right {
    top: 15px;
    right: 4px;
    width: 49.77px;
    height: 137.65px;
    z-index: 0;
  }
}

/* コンポーネント */
/* ▼▼▼ 相談ボタン
====================================================== */
.btn_consultation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 53px;
  background: linear-gradient(90deg, #57B1F0 0%, #88D0F3 100%);
  border-radius: 10px;
  text-decoration: none;
  position: relative;
}
.btn_consultation_icon {
  width: 37px;
  height: 30px;
  flex-shrink: 0;
}
.btn_consultation_text {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.448;
  letter-spacing: 0.08em;
  color: #fff;
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .btn_consultation {
    width: 154px;
    height: 45px;
    border-radius: 7px;
  }
  .btn_consultation_icon {
    width: 26px;
    height: 21px;
  }
  .btn_consultation_text {
    font-size: 16px;
    margin-left: 11px;
  }
}

/* ▼▼▼ 資料請求ボタン
====================================================== */
.btn_document {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 53px;
  background: linear-gradient(90deg, #153793 0%, #385DC1 100%);
  border-radius: 10px;
  text-decoration: none;
  position: relative;
}
.btn_document_icon {
  width: 40px;
  height: 33px;
  flex-shrink: 0;
}
.btn_document_text {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.448;
  letter-spacing: 0.08em;
  color: #fff;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .btn_document {
    width: 154px;
    height: 44px;
    border-radius: 7px;
  }
  .btn_document_icon {
    width: 28px;
    height: 23px;
  }
  .btn_document_text {
    font-size: 16px;
    margin-left: 11px;
  }
}

/* ▼▼▼ secretセクション
====================================================== */
.secret_inner {
  max-width: 654px;
  margin: 0 auto;
  padding: 0 25px;
}
.secret_subtitle {
  font-weight: 800;
  font-size: 23px;
  line-height: 1.478;
  letter-spacing: 0.03em;
  color: #000;
  text-align: center;
}
.secret_title {
  font-weight: 900;
  font-size: 44px;
  line-height: 1.136;
  letter-spacing: 0.03em;
  color: #153793;
  margin-top: 10px;
  text-align: center;
  transform: matrix(1, 0, -0.32, 0.95, 0, 0);
}
.secret_description {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.556;
  letter-spacing: 0.03em;
  color: #000;
  margin-top: 14px;
  text-align: center;
}
.secret_breakdown {
  margin-top: 18px;
  text-align: right;
}
.secret_form {
  background: #747474;
  border-radius: 10px;
  padding: 29px 43px 28px 38px;
  margin-top: 5px;
}
.secret_form_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.secret_form_row:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.secret_form_label {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #fff;
}
.secret_form_input_wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.secret_form_input {
  width: 168px;
  min-width: 168px;
  max-width: 100%;
  height: 36px;
  background: #fff;
  border: none;
  border-radius: 4px;
  padding: 0 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.444;
  letter-spacing: 0.04em;
  color: #747474;
  text-align: right;
  transition: width 0.2s ease;
}
.secret_form_input::-moz-placeholder {
  color: #747474;
  opacity: 1;
}
.secret_form_input::placeholder {
  color: #747474;
  opacity: 1;
}
.secret_form_unit {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.444;
  letter-spacing: 0.03em;
  color: #fff;
  margin-left: 6px;
}
.secret_result {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}
.secret_result_card {
  position: relative;
  width: 100%;
  height: 65px;
  background: #fff;
  border: 2px solid #747474;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.secret_result_card_label {
  width: 263px;
  height: 65px;
  background: #747474;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
}
.secret_result_card_label_text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #fff;
}
.secret_result_card_amount {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding-right: 21px;
  gap: 13px;
}
.secret_result_card_amount_number {
  font-weight: 500;
  font-size: 30px;
  line-height: 0.867;
  letter-spacing: 0;
  color: #747474;
}
.secret_result_card_amount_unit {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  color: #747474;
}
.secret_illustration {
  position: relative;
  width: 613.6px;
  height: 216.31px;
  margin: 34px auto 0;
  pointer-events: none;
}
.secret_illustration_main {
  position: absolute;
  left: 248px;
  top: 30px;
}
.secret_illustration_cloud {
  position: absolute;
}
.secret_illustration_cloud_01 {
  left: 11px;
  top: 67px;
  animation: secret_illustration_fly 2s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}
.secret_illustration_cloud_02 {
  right: 58.81px;
  top: 157px;
  animation: secret_illustration_fly 2s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}
.secret_illustration_cloud_03 {
  left: 35px;
  top: 160px;
  animation: secret_illustration_fly 2s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}
.secret_illustration_cloud_04 {
  right: 110.6px;
  top: 4px;
  animation: secret_illustration_fly 2s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}
.secret_illustration_cloud_05 {
  right: 0;
  top: 53.23px;
}
.secret_illustration_cloud_06 {
  right: 31px;
  top: 49px;
}
@keyframes secret_illustration_fly {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -7px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.secret_illustration_bubble {
  position: absolute;
}
.secret_illustration_bubble_text {
  position: absolute;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.444;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.secret_illustration_bubble_01 {
  left: 333px;
  top: 1px;
  z-index: -1;
}
.secret_illustration_bubble_01 .secret_illustration_bubble_text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.secret_illustration_bubble_02 {
  left: 432px;
  top: 76px;
}
.secret_illustration_bubble_02 .secret_illustration_bubble_text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.secret_illustration_bubble_03 {
  left: 348px;
  top: 148px;
}
.secret_illustration_bubble_03 .secret_illustration_bubble_text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.secret_illustration_bubble_04 {
  left: 81px;
  top: 116px;
}
.secret_illustration_bubble_04 .secret_illustration_bubble_text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.secret_illustration_bubble_05 {
  left: 97px;
  top: 39px;
}
.secret_illustration_bubble_05 .secret_illustration_bubble_text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.secret_illustration_group {
  position: absolute;
  left: 231px;
  top: 0;
}
.secret_illustration_person {
  position: absolute;
  left: 83px;
  top: 32px;
}
.secret_result_cards {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .secret {
    padding-top: 33px;
    padding-bottom: 0;
  }
  .secret_inner {
    padding: 0 26px;
  }
  .secret_subtitle {
    font-size: 20px;
    line-height: 1.4875;
    letter-spacing: 0.03em;
  }
  .secret_title {
    font-size: 30px;
    line-height: 1.458;
    letter-spacing: 0.03em;
    margin-top: 6px;
  }
  .secret_description {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.03em;
    margin-top: 12px;
  }
  .secret_breakdown {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .secret_form {
    background: #747474;
    border-radius: 7px;
    padding: 19.6px 19px;
  }
  .secret_form_row:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .secret_form_label {
    font-size: 16px;
    line-height: 1.137;
    width: 100%;
    max-width: 100px;
  }
  .secret_form_input_wrap {
    justify-content: end;
  }
  .secret_form_input {
    width: 90px;
    min-width: 90px;
    max-width: 100%;
    height: 25.2px;
    border-radius: 2.8px;
    font-size: 16px;
    line-height: 1.137;
    letter-spacing: 0.08em;
    padding-right: 9px;
  }
  .secret_form_unit {
    font-size: 12.6px;
    line-height: 1.444;
    letter-spacing: 0.03em;
    margin-left: 5px;
  }
  .secret_result {
    gap: 10px;
    margin-top: 18px;
  }
  .secret_result_card {
    height: 46px;
    border-width: 1.4px;
    border-radius: 7px;
  }
  .secret_result_card_label {
    width: 141px;
    height: 46px;
    padding-left: 0;
    border-radius: 7px 0 0 7px;
  }
  .secret_result_card_label_text {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.03em;
  }
  .secret_result_card_amount {
    padding-right: 9px;
    gap: 3px;
  }
  .secret_result_card_amount_number {
    font-size: 20px;
    line-height: 0.91;
    letter-spacing: 0;
  }
  .secret_result_card_amount_unit {
    font-size: 16px;
    line-height: 1.137;
    letter-spacing: 0.03em;
  }
  .secret_illustration {
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 375px;
    margin: 21px auto 0;
  }
  .secret_illustration_main {
    width: 124.25px;
    height: 153.13px;
    left: 123.12px;
    top: 29.25px;
  }
  .secret_illustration_cloud_01 {
    width: 50px;
    height: 50px;
    left: 43px;
    top: 8px;
  }
  .secret_illustration_cloud_02 {
    width: 37.44px;
    height: 37.44px;
    right: 10px;
    top: 140.38px;
  }
  .secret_illustration_cloud_03 {
    width: 33.6px;
    height: 26.49px;
    left: 102.88px;
    top: 189px;
  }
  .secret_illustration_cloud_04 {
    z-index: 2;
    width: 33.6px;
    height: 26.49px;
    right: 28px;
    top: 6.5px;
  }
  .secret_illustration_cloud_05 {
    display: none;
  }
  .secret_illustration_cloud_06 {
    display: none;
  }
  .secret_illustration_bubble_text {
    font-size: 16px;
    line-height: 1.422;
    letter-spacing: 0.03em;
  }
  .secret_illustration_bubble_01 {
    left: 197.5px;
    top: 3.88px;
    z-index: 1;
  }
  .secret_illustration_bubble_01 img {
    width: 131.25px;
    height: 68.25px;
  }
  .secret_illustration_bubble_02 {
    left: 231.89px;
    top: 79.88px;
    z-index: 1;
  }
  .secret_illustration_bubble_02 img {
    width: 127.05px;
    height: 58.88px;
  }
  .secret_illustration_bubble_03 {
    left: 210.63px;
    top: 142.5px;
    z-index: 1;
  }
  .secret_illustration_bubble_03 img {
    width: 112.61px;
    height: 59.77px;
  }
  .secret_illustration_bubble_04 {
    left: 0;
    top: 108.25px;
    z-index: 1;
  }
  .secret_illustration_bubble_04 img {
    width: 164.5px;
    height: 76.13px;
  }
  .secret_illustration_bubble_05 {
    left: 11.25px;
    top: 40.88px;
    z-index: 1;
  }
  .secret_illustration_bubble_05 img {
    width: 127.05px;
    height: 58.88px;
  }
  .secret_illustration_group {
    width: 55.82px;
    height: 45.22px;
    left: 114px;
    top: 3px;
  }
  .secret_illustration_person {
    width: 23.62px;
    height: 29.41px;
    left: 3px;
    top: 34.75px;
  }
  .secret_result_cards {
    padding: 0;
  }
}

.secret_form_input_measure {
  position: absolute;
  visibility: hidden;
  white-space: pre;
  pointer-events: none;
  top: -9999px;
  left: -9999px;
}

/* ▼▼▼ cutセクション
====================================================== */
.cut {
  width: 100%;
  overflow: hidden;
}
.cut_inner {
  position: relative;
  z-index: 0;
  max-width: 1070px;
  padding: 141px 0 73px;
  margin: 0 auto;
  background: url("../images/bg_cut_01.svg") no-repeat center center/100% 100%;
}
.cut_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 23px;
  line-height: 1.478;
  letter-spacing: 0.03em;
  color: #153793;
  margin-bottom: 25px;
  text-align: center;
}
.cut_title_text {
  display: inline-block;
}
.cut_title_line {
  display: block;
  width: 16px;
  height: 32px;
}
.cut_title_line img {
  width: 100%;
  height: auto;
  display: block;
}
.cut_title_line_left {
  margin-right: 18px;
}
.cut_title_line_right {
  margin-left: 9px;
}
.cut_subtitle_top {
  margin-bottom: 7px;
}
.cut_subtitle_bottom {
  margin-bottom: 34px;
}
.cut_subtitle_line {
  width: 100%;
  max-width: 803px;
  overflow: hidden;
}
.cut_description {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.739;
  letter-spacing: 0.03em;
  color: #000;
  text-align: center;
}
.cut_description_line {
  display: block;
}
.cut_description_highlight {
  position: relative;
  display: inline-block;
}
.cut_description_highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #57B1F0 0%, #88D0F3 100%);
  z-index: -1;
}
.cut_description_highlight_top::after {
  width: 92%;
}
.cut_description_highlight_bottom::after {
  width: 100%;
}
.cut_robot {
  position: absolute;
  top: -49px;
  left: -96px;
  width: 163px;
  height: 162px;
  z-index: -1;
}
.cut_graph {
  position: relative;
  width: 686px;
  height: 452px;
  background: #fff;
  border-radius: 60px;
  margin: 36px auto 0;
}
.cut_graph_container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 24px 0;
}
.cut_graph_title {
  font-weight: 700;
  font-size: 23px;
  line-height: 1.739;
  letter-spacing: 0.03em;
  color: #5F5F5F;
  text-align: center;
}
.cut_graph_content {
  display: flex;
  justify-content: center;
  margin: 5px auto 0;
  width: 100%;
  max-width: 554px;
}
.cut_graph_content picture {
  display: block;
}
.cut_graph_image {
  width: 100%;
  height: auto;
}
.cut_graph_summary {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #F8B415 51.92%, #FFCE5C 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 12px;
  text-align: center;
}
.cut_graph_orange_bar_inner {
  position: relative;
  width: 433px;
  height: 63px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cut_graph_orange_bar_text {
  display: flex;
  align-items: center;
  color: #fff;
}
.cut_graph_orange_bar_label {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.556;
  letter-spacing: 0.03em;
}
.cut_graph_orange_bar_number {
  display: block;
  margin-top: -10px;
  font-weight: 900;
  font-size: 44px;
  line-height: 1;
}
.cut_graph_orange_bar_statement {
  font-weight: 800;
  font-size: 23px;
  line-height: 1.478;
  letter-spacing: 0.03em;
}
.cut_illustration {
  position: absolute;
  bottom: -4px;
  right: -156px;
  width: 144px;
  height: 276px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .cut {
    padding-top: 0;
    margin-top: 30px;
  }
  .cut_inner {
    padding: 66px 0 44px;
    background: url("../images/bg_cut_01_sp.svg") no-repeat center top/auto 100%;
  }
  .cut_content {
    text-align: center;
  }
  .cut_title {
    font-size: 16px;
    line-height: 1.4375;
    letter-spacing: 0;
    margin-bottom: 10px;
    transform: none;
  }
  .cut_title_line {
    width: 9px;
    height: 22px;
  }
  .cut_title_line_left {
    margin-right: 8px;
  }
  .cut_title_line_right {
    margin-left: 4px;
  }
  .cut_subtitle {
    display: block;
    font-size: 22px;
    line-height: 1.45;
    transform: none;
    letter-spacing: 0.05em;
  }
  .cut_description {
    font-size: 16px;
    line-height: 1.75;
    gap: 0;
  }
  .cut_description_line {
    display: block;
    text-align: center;
  }
  .cut_description_highlight::after {
    height: 6px;
    bottom: 2px;
  }
  .cut_description_highlight_top::after {
    width: 97%;
  }
  .cut_description_highlight_bottom::after {
    width: 101%;
  }
  .cut_graph {
    width: 100%;
    max-width: 342px;
    height: auto;
    margin: 51px auto 0;
    border-radius: 40px;
    padding: 21px 16px 31px;
  }
  .cut_graph_container {
    padding: 0;
  }
  .cut_graph_title {
    font-size: 20px;
    line-height: 2;
  }
  .cut_graph_content {
    margin: 9px auto 0;
    max-width: 264px;
  }
  .cut_graph_content picture {
    display: block;
    width: 100%;
  }
  .cut_graph_summary {
    font-size: 28px;
    line-height: 1.786;
    margin-top: 10px;
  }
  .cut_graph_orange_bar {
    width: 100%;
    max-width: 303px;
    height: 44px;
    margin: 0 auto;
  }
  .cut_graph_orange_bar_label {
    font-size: 12.5px;
    line-height: 1;
    margin-top: 5px;
  }
  .cut_graph_orange_bar_number {
    font-size: 32px;
    margin-top: -6px;
  }
  .cut_graph_orange_bar_statement {
    font-size: 16px;
    line-height: 1;
  }
  .cut_graph_image {
    width: 100%;
    height: auto;
  }
  .cut_robot {
    display: block;
    position: absolute;
    top: -40px;
    left: -18px;
    width: 96px;
    height: auto;
    z-index: -1;
  }
  .cut_illustration {
    position: absolute;
    bottom: 192px;
    right: -16px;
    width: 96px;
    height: auto;
    z-index: 2;
  }
}

/* ▼▼▼ caseセクション
====================================================== */
.case {
  padding-top: 46px;
  overflow: hidden;
}
.case_inner {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 25px;
}
.case_header {
  text-align: center;
  margin-bottom: 36px;
}
.case_header_title {
  font-weight: 900;
  font-size: 44px;
  line-height: 1.136;
  letter-spacing: 0.03em;
  color: #153793;
  text-align: center;
  margin-bottom: 20px;
}
.case_header_copy {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.556;
  letter-spacing: 0.03em;
  color: #000;
  text-align: center;
}
.case_content {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 74px;
}
.case_content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1079px;
  height: 86%;
  background: url("../images/bg_case_01_pc.webp") no-repeat center top/100% 100%;
  z-index: -1;
}
.case_card {
  position: relative;
  width: 758px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 30px 39px rgba(21, 55, 147, 0.12);
  padding-bottom: 38px;
}
.case_card_head {
  display: grid;
  grid-template-columns: 427px 331px;
  border-radius: 10px 10px 0 0;
}
.case_card_head_panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 22px;
  padding: 35px 10px 35px 35px;
  background: linear-gradient(90deg, #57B1F0 0%, #88D0F3 100%);
  color: #fff;
  border-radius: 10px 0 0 0;
}
.case_card_tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-radius: 4px;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #57B1F0;
  align-self: flex-start;
  margin-top: auto;
}
.case_card_headline {
  font-weight: 800;
  font-size: 23px;
  line-height: 1.478;
  letter-spacing: 0.03em;
  color: #fff;
}
.case_card_head_image {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #fff;
  height: 100%;
}
.case_card_head_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 10px 0 0;
  display: block;
}
.case_card_inner {
  padding: 0 36px;
}
.case_card_section {
  position: relative;
  margin-top: 18px;
  opacity: 0;
}
.case_card_section_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  color: #313131;
}
.case_card_section_body {
  position: relative;
  margin-top: 3px;
  padding: 18px 20px 19px;
  border-radius: 0 0 6px 6px;
}
.case_card_section_body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
}
.case_card_section_before .case_card_section_body {
  background: #DAF0FF;
}
.case_card_section_before .case_card_section_body::before {
  background: #153793;
}
.case_card_list {
  display: flex;
  flex-direction: column;
}
.case_card_list_item {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0;
  color: #313131;
}
.case_card_triangle {
  width: 58px;
  height: 22px;
  margin: 15px auto -15px;
}
.case_card_triangle img {
  vertical-align: top;
}
.case_card_section_solution .case_card_section_body {
  background: #fff;
  border: 1px solid #C5C5C5;
}
.case_card_section_solution .case_card_section_body::before {
  background: #153793;
}
.case_card_solution_intro {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0;
  color: #313131;
}
.case_card_solution_item {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0;
  color: #153793;
  list-style: none;
}
.case_card_section_result .case_card_section_body {
  background: linear-gradient(90deg, #57B1F0 0%, #88D0F3 100%);
  text-align: center;
}
.case_card_section_result .case_card_section_body::before {
  background: linear-gradient(90deg, #57B1F0 0%, #88D0F3 100%);
}
.case_card_section_body_result {
  padding: 20px;
  background: linear-gradient(90deg, #153793 0%, #385DC1 100%) !important;
}
.case_card_section_result {
  margin-top: 0;
}
.case_card_result_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
.case_card_result_orange {
  color: #F8B415;
}
.case_card_voice {
  display: flex;
  margin: 18px 0 0;
  opacity: 0;
}
.case_card_voice_wrapper {
  width: 100%;
  max-width: 84px;
}
.case_card_voice_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  color: #313131;
  margin-bottom: 8px;
}
.case_card_voice_body {
  padding: 18px 18px 14px 27px;
  margin: 7px 0 0 22px;
  border-radius: 6px;
  background: linear-gradient(90deg, #57B1F0 0%, #88D0F3 100%);
}
.case_card_voice_icon {
  flex: 0 0 auto;
}
.case_card_voice_icon img {
  width: 84px;
  height: 84px;
  display: block;
}
.case_card_voice_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0;
  color: #fff;
}
.case_robot {
  position: absolute;
  top: 85px;
  right: -64px;
  width: 142px;
  height: auto;
}
.case_illustration {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 105px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .case {
    padding: 30px 0 27px;
  }
  .case_inner {
    padding: 0;
    max-width: 600px;
  }
  .case_inner::after {
    top: 140px;
    max-width: 335px;
    height: 720px;
    border-radius: 32px;
  }
  .case_header {
    margin-bottom: 30px;
  }
  .case_header_copy {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
  .case_content {
    padding-bottom: 0;
  }
  .case_content::after {
    top: auto;
    bottom: -30px;
    height: 85%;
    background: url("../images/bg_case_01_sp.webp") no-repeat center bottom/100% auto;
  }
  .case_header_title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .case_card {
    width: 100%;
    padding-bottom: 20px;
    margin: 0 16px;
  }
  .case_card_head {
    grid-template-columns: 1fr;
    height: auto;
    padding: 3px 20px 20px;
    background: linear-gradient(90deg, #57B1F0 0%, #88D0F3 100%);
  }
  .case_card_head_panel {
    padding: 20px 0 26px;
    gap: 14px;
    border-radius: 10px 10px 0 0;
    background: none;
  }
  .case_card_tag {
    min-height: 20px;
    padding: 0 7px;
    font-size: 14px;
  }
  .case_card_headline {
    font-size: 20px;
    line-height: 1.5;
  }
  .case_card_head_image {
    padding: 0;
  }
  .case_card_head_image img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .case_card_inner {
    padding: 0 20px;
  }
  .case_card_section {
    margin-top: 16px;
  }
  .case_card_section_solution {
    margin-top: 22px;
  }
  .case_card_section_result {
    margin-top: 5px;
  }
  .case_card_section_body {
    padding: 15px 13px;
    margin-top: 3px;
    border-radius: 0 0 4px 4px;
  }
  .case_card_result_text {
    text-align: center;
  }
  .case_card_solution_intro, .case_card_solution_item, .case_card_list_item, .case_card_result_text, .case_card_voice_text {
    font-size: 16px;
    line-height: 1.62;
    letter-spacing: 0;
  }
  .case_card_solution_item::before {
    top: 0;
  }
  .case_card_list_item::before {
    top: 9px;
  }
  .case_card_triangle {
    width: 37px;
    height: 13px;
    margin: 12px auto -8px;
  }
  .case_card_voice {
    display: block;
    margin: 65px 0 0;
  }
  .case_card_voice_wrapper {
    display: contents;
  }
  .case_card_voice_title {
    margin-bottom: 0;
  }
  .case_card_voice_body {
    padding: 15px;
    margin: -10px 0 0;
  }
  .case_card_voice_icon {
    display: flex;
    justify-content: center;
    margin-top: -70px;
  }
  .case_robot, .case_illustration {
    display: none;
  }
  .case_robot {
    width: 120px;
  }
  .case_illustration {
    width: 96px;
    margin-top: 24px;
  }
}

/* ▼▼▼ supportセクション
====================================================== */
.support {
  padding: 60px 0 0;
}
.support_inner {
  max-width: 810px;
  margin: 0 auto;
  padding: 0 25px;
}
.support_frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 29px 0 33px;
  overflow: hidden;
  background: url("../images/bg_support_frame_01_pc.webp") no-repeat center top/100% 100%;
}
.support_illustration {
  opacity: 0;
}
.support_illustration.is-animated {
  animation: bounce 0.75s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
@keyframes bounce {
  0% {
    transform: translateY(140px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.support_illustration_left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 132px;
  height: 140px;
  z-index: -1;
}
.support_illustration_right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 132px;
  height: 139px;
  z-index: -1;
}
.support_content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.support_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0;
}
.support_actions {
  display: flex;
  align-items: center;
  gap: 36px;
}
.support_action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 220px;
  padding: 10px 24px;
  background: linear-gradient(90deg, #57B1F0 0%, #88D0F3 100%);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.448;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: filter 0.3s ease;
  border-radius: 10px;
  color: #fff;
}
.support_action_document {
  background: linear-gradient(90deg, #153793 0%, #385DC1 100%);
}
.support_action:hover {
  color: #fff;
}
.support_action:hover, .support_action:focus {
  filter: brightness(1.05);
}
.support_action_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
}
.support_action_icon img {
  display: block;
  width: 100%;
  height: auto;
}
.support_action_label {
  display: block;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .support {
    padding: 39px 0 0;
  }
  .support_frame {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 323px;
    width: 100%;
    margin: 0 auto;
    padding: 22px 24px 24px;
    background: url("../images/bg_support_frame_01_sp.webp") no-repeat center top/100% 100%;
  }
  .support_illustration_left, .support_illustration_right {
    width: 83px;
    height: 88px;
  }
  .support_content {
    align-items: center;
    text-align: center;
    gap: 13px;
  }
  .support_title {
    line-height: 1.4;
    text-align: center;
  }
  .support_actions {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .support_action {
    width: 100%;
    max-width: 154px;
    gap: 12px;
    padding: 10px 12px;
    font-size: 16px;
  }
  .support_action_document {
    background: linear-gradient(90deg, #153793 0%, #385DC1 100%);
  }
  .support_action_icon {
    width: 28px;
  }
  .support_action_icon img {
    width: 100%;
    height: auto;
  }
}

/* ▼▼▼ flowセクション
====================================================== */
.flow {
  padding: 60px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-top: 34px;
  }
}
.flow_header {
  text-align: center;
}
.flow_header_title {
  font-weight: 900;
  font-size: 44px;
  line-height: 1.136;
  letter-spacing: 0.03em;
  color: #153793;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow_header_title {
    font-size: 30px;
  }
}
.flow_header_copy {
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.556;
  letter-spacing: 0.03em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow_header_copy {
    font-size: 16px;
    margin-top: 20px;
  }
}
.flow_divider {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 764px;
  margin: 27px auto 0;
  height: 6px;
  border-radius: 999px;
  background: #E5E5E5;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (min-width: 1600px) {
  .flow_divider {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .flow_divider {
    width: 86.18%;
    max-width: 86.18%;
    margin: 28px auto 0;
    height: 4px;
  }
}
.flow_divider_thumb {
  display: block;
  width: 379px;
  height: 100%;
  border-radius: 999px;
  background: #909090;
  transform: translateX(0);
  transition: transform 0.2s ease-out;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .flow_divider_thumb {
    width: 161px;
  }
}
.flow_steps {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 26px;
  overflow-x: auto;
  padding: 0 50px 0 243px;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
@media screen and (min-width: 1600px) {
  .flow_steps {
    justify-content: center;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .flow_steps {
    margin-top: 40px;
    padding: 0 26px;
  }
}
.flow_steps::-webkit-scrollbar {
  display: none;
}
.flow_steps.flow_steps_dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flow_step {
  position: relative;
  width: 225px;
  flex: 0 0 auto;
}
.flow_step_badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #153793;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.flow_step_badge_label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 2px;
}
.flow_step_badge_number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}
.flow_step_card {
  margin-top: 31px;
  background: #EEF7FE;
  min-height: 432px;
  max-height: 432px;
  padding: 40px 25px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow_step_illustration {
  display: flex;
  justify-content: center;
  height: 128px;
}
.flow_step_illustration img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 128px;
}
.flow_step_title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.556;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
  height: 56px;
}
.flow_step_text {
  width: 175px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  color: #000;
  margin-top: 13px;
}
.flow_connector {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  flex: 0 0 auto;
  margin-top: 18px;
}
.flow_connector img {
  display: block;
  width: 11px;
  max-width: 11px;
  height: 51px;
}

/* ▼▼▼ reasonセクション
====================================================== */
.reason {
  padding: 78px 0 0;
  overflow: hidden;
}
.reason_inner {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 25px;
  text-align: center;
}
.reason_title {
  font-weight: 900;
  font-size: 44px;
  line-height: 1.136;
  letter-spacing: 0.03em;
  color: #153793;
  text-align: center;
}
.reason_lead {
  margin-top: 23px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.556;
  letter-spacing: 0.03em;
  color: #000;
  text-align: center;
}
.reason_header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reason_content {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
}
.reason_icon_microscope {
  position: absolute;
  top: -120px;
  left: -165px;
  width: 229px;
  height: 313px;
  aspect-ratio: 229/313;
  z-index: -1;
}
.reason_icon_camera {
  position: absolute;
  top: -75px;
  right: -300px;
  z-index: -1;
  width: 292px;
  height: 249px;
  aspect-ratio: 292/249;
}
.reason_icon_camera img {
  width: 100%;
}
.reason_item {
  position: relative;
  max-width: 877px;
  margin: 0 auto;
  display: flex;
  gap: 45px;
  border-radius: 18px;
  background: #fff;
}
.reason_item_counter {
  margin-top: 35px;
}
.reason_item_work {
  margin-top: 50px;
}
.reason_item_media {
  flex: 0 0 395px;
  overflow: hidden;
  opacity: 0;
}
.reason_item_media_image {
  display: block;
  width: 100%;
  height: 241px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
.reason_item_body {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 54px 0 0;
}
.reason_item_title {
  font-weight: 700;
  font-size: 23px;
  line-height: 1.478;
  letter-spacing: 0.03em;
  color: #000;
}
.reason_item_text {
  margin-top: 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0;
  color: #000;
}
.reason_item_number {
  position: absolute;
  top: -22px;
  right: 0;
  margin-left: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 154px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: rgba(87, 177, 240, 0.1);
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 40px 0 0;
  }
  .reason_title {
    font-size: 30px;
    line-height: 1.4;
  }
  .reason_lead {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.556;
  }
  .reason_content {
    margin: 87px auto 0;
    max-width: 600px;
    width: 100%;
    gap: 90px;
  }
  .reason_icon_microscope {
    width: 160px;
    top: -80px;
    left: -50px;
    z-index: 0;
  }
  .reason_icon_camera {
    right: auto;
    top: auto;
    bottom: -65px;
    left: -45px;
    width: 175px;
    height: 150px;
  }
  .reason_item {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin-top: 0;
    gap: 17px;
  }
  .reason_item_body {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .reason_item_title {
    font-size: 23px;
    line-height: 1.476;
  }
  .reason_item_text {
    margin-top: 18px;
  }
  .reason_item_number {
    top: -79px;
    right: -33px;
    margin: 0;
    font-size: 154px;
  }
  .reason_item_media {
    order: 2;
    width: 100%;
    flex: none;
  }
  .reason_item_media_image {
    width: 100%;
    height: auto;
    aspect-ratio: 323/197;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 18px;
  }
}

/* ▼▼▼ contactセクション
====================================================== */
.contact {
  position: relative;
  padding: 140px 0 65px;
  overflow: hidden;
}
.contact_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 104%;
  background: url("../images/bg_contact_pc.webp") no-repeat center top/100% 100%;
}
.contact_subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #000;
  text-align: center;
  transform: matrix(1, 0, -0.28, 0.96, 0, 0);
}
.contact_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 23px;
  line-height: 1.478;
  letter-spacing: 0;
  color: #153793;
  margin-bottom: 48px;
  text-align: center;
}
.contact_title_text {
  display: inline-block;
}
.contact_title_line {
  display: block;
  width: 16px;
  height: 32px;
}
.contact_title_line img {
  width: 100%;
  height: auto;
  display: block;
}
.contact_title_line_left {
  margin-right: 18px;
}
.contact_title_line_right {
  margin-left: 18px;
}
.contact_support {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.03em;
  margin-bottom: 23px;
}
.contact_text {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 56px 16px 60px;
  }
  .contact_confirm {
    margin-top: 30px;
  }
  .contact_bg {
    height: 106.5%;
    background: url("../images/bg_contact_sp.webp") no-repeat center top/100% 100%;
  }
  .contact_title {
    font-size: 20px;
    line-height: 1.4375;
    letter-spacing: 0;
    margin-bottom: 14px;
    transform: none;
  }
  .contact_title_line {
    width: 11px;
    height: 25px;
  }
  .contact_title_line_left {
    margin-right: 10px;
  }
  .contact_title_line_right {
    margin-left: 10px;
  }
  .contact_subtitle {
    display: flex;
    flex-direction: column;
    gap: 11px;
    font-size: 27px;
    line-height: 1.3;
    transform: none;
    letter-spacing: 0;
  }
  .contact_subtitle_top {
    margin-bottom: 0;
  }
  .contact_subtitle_bottom {
    margin: 5px 0 33px;
  }
  .contact_subtitle_line {
    transform: matrix(1, 0, -0.28, 0.96, 0, 0);
  }
  .contact_subtitle_highlight {
    padding: 0 11px;
  }
  .contact_support {
    margin-bottom: 10px;
  }
  .contact_pc {
    display: none;
  }
  .contact_sp {
    display: block;
  }
}

.contact_form {
  display: flex;
  justify-content: center;
}
.contact_form_card {
  width: 100%;
  max-width: 879px;
  padding: 0 134px 40px 136px;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.contact_form_title {
  display: flex;
  justify-content: center;
  margin-top: -25px;
  margin-bottom: 20px;
}
.contact_form_title_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  padding: 16px 32px;
  border-radius: 100px;
  background: linear-gradient(90deg, #57B1F0 0%, #88D0F3 100%);
  font-weight: 800;
  font-size: 23px;
  line-height: 1.478;
  letter-spacing: 0.03em;
  color: #fff;
}
.contact_form_main_title {
  text-align: center;
  color: #153793;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.136;
  letter-spacing: 0.03em;
  margin-bottom: 17px;
}
.contact_form_lead {
  margin: 0 auto;
  max-width: 549px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0;
}
.contact_form_fields {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_form_wrapper {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 7px;
}
.contact_form_row {
  display: grid;
  grid-template-columns: 179px 1fr;
  -moz-column-gap: 18px;
       column-gap: 18px;
  align-items: start;
}
.contact_form_cell {
  display: flex;
  align-items: center;
}
.contact_form_cell.contact_form_cell_badge {
  display: flex;
  justify-content: center;
}
.contact_form_cell.contact_form_cell_input_double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 11px;
       column-gap: 11px;
  align-items: center;
}
.contact_form_label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
.contact_form_error_container {
  margin-top: 5px;
}
.contact_form_error {
  color: #E90013;
  padding: 3px 5px;
  background-color: rgba(233, 0, 19, 0.1);
}
.contact_form_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 49px;
  padding: 4px 10px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
}
.contact_form_badge_required {
  background: #E90013;
}
.contact_form_badge_optional {
  background: #747474;
}
.contact_form_input, .contact_form_textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 3px 16px;
  border: 2px solid #57B1F0;
  border-radius: 4px;
  background-color: #fff;
  height: 36px;
}
.contact_form_textarea {
  min-height: 173px;
  resize: vertical;
}
.contact_form_actions_wrapper {
  display: flex;
  gap: 20px;
}
.contact_form_actions {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.contact_form_actions_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
}
.contact_form_actions_submit {
  width: 100%;
}
.contact_form_actions_submit form {
  width: 100%;
}
.contact_form_actions_back {
  width: 100%;
}
.contact_form_actions_thanks {
  margin-top: 45px;
}
.contact_form_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 292px;
  padding: 20px 64px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #57B1F0 0%, #88D0F3 100%);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.444;
  letter-spacing: 0.03em;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s;
}
.contact_form_button:hover, .contact_form_button:focus {
  opacity: 0.7;
}
.contact_form_button_back {
  color: #57B1F0;
  border: 2px solid #57B1F0;
  background: #fff;
}
.contact_form_button_back:hover, .contact_form_button_back:focus {
  color: #57B1F0;
}
.contact_form_button_submit {
  background: linear-gradient(90deg, #57B1F0 0%, #88D0F3 100%);
}
.contact_form_notice {
  margin-top: 18px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0;
}
.contact_form_privacy {
  color: #000;
  font-size: 14px;
  text-decoration: underline !important;
}
@media screen and (max-width: 768px) {
  .contact_form {
    width: 100%;
    max-width: 600px;
    margin: 56px auto 0;
  }
  .contact_form_card {
    max-width: none;
    padding: 48px 22px 30px;
  }
  .contact_form_title {
    margin-top: -78px;
  }
  .contact_form_title_label {
    width: 100%;
    min-width: auto;
    max-width: 255px;
    font-size: 23px;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 11px;
  }
  .contact_form_main_title {
    font-size: 36px;
  }
  .contact_form_lead {
    max-width: none;
  }
  .contact_form_fields {
    margin-top: 22px;
    gap: 12px;
  }
  .contact_form_row {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
  .contact_form_wrapper {
    margin-top: 0;
  }
  .contact_form_cell.contact_form_cell_badge {
    justify-content: flex-start;
  }
  .contact_form_badge {
    min-width: 0;
    padding: 3px 10px 5px;
  }
  .contact_form_actions {
    margin-top: 18px;
  }
  .contact_form_actions_wrapper {
    flex-direction: column-reverse;
    gap: 12px;
  }
  .contact_form_actions_form {
    text-align: center;
  }
  .contact_form_button {
    width: 100%;
    min-width: auto;
    max-width: 255px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .contact_form_notice {
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .margin_bottom {
    height: 65px;
  }
}
/* ===========================================
   Thanks Page
   =========================================== */
.thanks {
  padding: 120px 20px 180px;
  text-align: center;
}
.thanks_inner {
  max-width: 800px;
  margin: 0 auto;
}
.thanks_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.thanks_icon {
  width: 80px;
  height: 80px;
}
.thanks_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.thanks_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #153793;
}
.thanks_message {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #313131;
}
.thanks_tel {
  color: #153793;
  text-decoration: none;
  font-weight: 700;
}
.thanks_tel:hover {
  text-decoration: underline;
}
.thanks_actions {
  margin-top: 24px;
}
.thanks_button {
  display: inline-block;
  min-width: 280px;
  padding: 16px 32px;
  background-color: #153793;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.thanks_button:hover {
  background-color: #385DC1;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(21, 55, 147, 0.3);
}
@media screen and (max-width: 768px) {
  .thanks {
    padding: 80px 20px 120px;
  }
  .thanks_title {
    font-size: 24px;
  }
  .thanks_message {
    font-size: 14px;
    line-height: 1.8;
  }
  .thanks_button {
    min-width: auto;
    width: 100%;
    max-width: 280px;
    font-size: 16px;
    padding: 14px 24px;
  }
}