@charset "UTF-8";
:root {
  --in-sine:cubic-bezier(0.47, 0, 0.745, 0.715);
  --in-sine-r:cubic-bezier(0.255, 0.285, 0.53, 1);
  --out-sine:cubic-bezier(0.39, 0.575, 0.565, 1);
  --out-sine-r:cubic-bezier(0.435, 0, 0.61, 0.425);
  --in-out-sine:cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --in-out-sine-r:cubic-bezier(0.45, 0.05, 0.555, 0.95);
  --in-quad:cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --in-quad-r:cubic-bezier(0.32, 0.47, 0.45, 0.915);
  --out-quad:cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --out-quad-r:cubic-bezier(0.55, 0.06, 0.75, 0.54);
  --in-out-quad:cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --in-out-quad-r:cubic-bezier(0.485, 0.045, 0.545, 0.97);
  --in-cubic:cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --in-cubic-r:cubic-bezier(0.325, 0.81, 0.45, 0.945);
  --out-cubic:cubic-bezier(0.215, 0.61, 0.355, 1);
  --out-cubic-r:cubic-bezier(0.645, 0, 0.785, 0.39);
  --in-out-cubic:cubic-bezier(0.645, 0.045, 0.355, 1);
  --in-out-cubic-r:cubic-bezier(0.645, 0, 0.355, 0.955);
  --in-quart:cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --in-quart-r:cubic-bezier(0.315, 0.78, 0.105, 0.97);
  --out-quart:cubic-bezier(0.165, 0.84, 0.44, 1);
  --out-quart-r:cubic-bezier(0.56, 0, 0.835, 0.16);
  --in-out-quart:cubic-bezier(0.77, 0, 0.175, 1);
  --in-out-quart-r:cubic-bezier(0.825, 0, 0.23, 1);
  --in-quint:cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --in-quint-r:cubic-bezier(0.145, 0.94, 0.245, 0.95);
  --out-quint:cubic-bezier(0.23, 1, 0.32, 1);
  --out-quint-r:cubic-bezier(0.68, 0, 0.77, 0);
  --in-out-quint:cubic-bezier(0.86, 0, 0.07, 1);
  --in-out-quint-r:cubic-bezier(0.93, 0, 0.14, 1);
  --in-expo:cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --in-expo-r:cubic-bezier(0.205, 0.965, 0.05, 0.95);
  --out-expo:cubic-bezier(0.19, 1, 0.22, 1);
  --out-expo-r:cubic-bezier(0.78, 0, 0.81, 0);
  --in-out-expo:cubic-bezier(1, 0, 0, 1);
  --in-out-expo-r:cubic-bezier(1, 0, 0, 1);
  --in-circ:cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --in-circ-r:cubic-bezier(0.02, 0.665, 0.4, 0.96);
  --out-circ:cubic-bezier(0.075, 0.82, 0.165, 1);
  --out-circ-r:cubic-bezier(0.835, 0, 0.925, 0.18);
  --in-out-circ:cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --in-out-circ-r:cubic-bezier(0.85, 0.14, 0.215, 0.865);
  --in-back:cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --in-back-r:cubic-bezier(0.265, 0.955, 0.4, 1.28);
  --out-back:cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --out-back-r:cubic-bezier(0.68, -0.275, 0.825, 0.115);
  --in-out-back:cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --in-out-back-r:cubic-bezier(0.735, -0.55, 0.32, 1.55);
}

/* ---------------------------------------------
*   追記sass5/16
--------------------------------------------- */
/* ---------------------------------------------
*   settings breakpoint変数
--------------------------------------------- */
/*
 * color settings
 */
/*
 * normalize
 */
* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 112px;
}

@media screen and (max-width: 860px) {
  html {
    scroll-padding-top: 52px;
  }
}
body {
  margin: 0;
  font-family: roboto, "Noto Sans JP", sans-serif;
  background-color: #f9f9f9;
  line-height: 1;
  color: #333;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

b, strong {
  font-weight: bolder;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

picture {
  display: block;
}

a {
  text-decoration: none;
  color: currentColor;
}
a img {
  outline: 0;
  border: none;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

/*
 * module
 */
.section_header {
  text-align: center;
  font-size: 30px;
  color: #333;
}
.section_header:after {
  content: "";
  width: 160px;
  height: 2px;
  background-color: #36a2f5;
  display: block;
  margin: 1.375rem auto 0;
}

.section_header-type-2 {
  padding: 0.5rem 0 0.5rem 1rem;
  font-size: 1.75rem;
  color: #333;
  border-left: 3px solid #36a2f5;
}

.section_header_txt {
  margin-top: 24px;
  font-size: 20px;
  line-height: 2.1153846154;
  text-align: center;
  color: #333;
}
.section_header_txt.black {
  color: #333;
}

@media screen and (max-width: 860px) {
  .section_header {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .section_header:after {
    width: 34%;
  }
  .section_header-type-2 {
    font-size: 1.4rem;
  }
  .section_header_txt {
    margin-top: 1em;
    font-size: 14px;
    line-height: 1.7857142857;
    text-align: left;
  }
}
.module_column {
  margin-top: 25px;
  display: flex;
}
.module_column.column_2 {
  gap: 0 36px;
}
.module_column.column_3 {
  gap: 0 26px;
  justify-content: space-between;
}
.module_column.column_3 .img img {
  border-radius: 8px 8px 0 0;
}
.module_column.column_3 h3 {
  margin-top: 1rem;
  padding: 0 16px;
  font-size: 1.375rem;
  line-height: 1.45;
  color: #333;
}
.module_column.column_3 .txt_mein {
  margin-top: 1rem;
  padding: 0 16px 16px;
  font-size: 1rem;
  line-height: 1.69;
}
.module_column.column_5 {
  gap: 16px 18px;
}
.module_column.column_5 li {
  width: 18.6%;
}
.module_column.flexwrap {
  flex-wrap: wrap;
}
.module_column.support_list h3 {
  margin: 22px 16px 0;
  font-size: 1.375rem;
  line-height: 1.45;
  color: #333;
}
.module_column.support_list .txt_mein {
  margin: 16px;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.69;
}
.module_column .contents {
  width: 50%;
  border-radius: 8px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
  background-color: #fff;
}

@media screen and (max-width: 860px) {
  .module_column {
    margin-top: 1.8em;
    flex-direction: column;
  }
  .module_column.column_2 {
    gap: 16px 0;
  }
  .module_column.column_2 .contents:first-child {
    margin-top: 0;
  }
  .module_column .contents {
    width: 100%;
  }
  .module_column .contents h3 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .module_column .contents .txt_mein {
    margin-top: 0.6em;
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
.module_point {
  padding: 34px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
  background-color: #fff;
}
.module_point h2 {
  max-width: 100%;
  margin: 0 auto 1em;
  font-size: 1.875rem;
  color: #36a2f5;
  text-align: center;
}
.module_point h2 span {
  padding-bottom: 0.35em;
  background: linear-gradient(transparent 95%, #36a2f5 0%);
}
.module_point .module_column {
  flex-wrap: nowrap;
  align-items: center;
}
.module_point .module_column .contents .img {
  width: 504px;
}
.module_point .module_column .contents .txt {
  font-size: 1rem;
  line-height: 2;
}

.module_form .form-field.company {
  border-radius: 4px 4px 0 0;
}
.module_form .column_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 8px 0 0;
  padding: 0;
  gap: 8px;
}
.module_form .column_2.mt-16 {
  margin-top: 16px;
}
.module_form .column_2 .form-field, .module_form .column_2 .form-field.checkbox {
  width: calc(50% - 4px);
  margin: 0 !important;
  justify-content: flex-start;
}
.module_form .column_2 .form-field .txt, .module_form .column_2 .form-field.checkbox .txt {
  font-size: 0.875rem;
  line-height: 1.14;
}
.module_form .form-field {
  margin-top: 16px;
  background: #fff;
  position: relative;
  z-index: 0;
  display: block;
}
.module_form .form-field:first-child {
  margin-top: 32px;
}
.module_form .form-field.checkbox {
  margin-top: 22px;
}
.module_form .form-field.checkbox .checkbox_area {
  display: flex;
  align-items: center;
  gap: 0 8px;
  cursor: pointer;
}
.module_form .form-field.checkbox .checkbox_area .checkbox_input {
  margin: 0;
  padding: 0;
  width: 0;
  opacity: 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
.module_form .form-field.checkbox .checkbox_area .checkbox_dummy {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  border: solid 1px #c8c8c8;
  background: #FFFFFF;
  border-radius: 5px;
}
.module_form .form-field.checkbox .checkbox_area .checkbox_input:checked + .checkbox_dummy::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon_check_active.svg) no-repeat center;
  background-size: contain;
}
.module_form .form-field.checkbox .checkbox_area .txt {
  font-size: 0.875rem;
}
.module_form .form-field.checkbox .checkbox_area .txt.fwb {
  font-weight: bold;
}
.module_form .field-label {
  cursor: text;
}
.module_form .field-label .title {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
}
.module_form .field-label .title span {
  font-weight: 400;
  color: #ff001e;
  margin-left: 3px;
}
.module_form .field-label input {
  border-radius: 0;
  margin-top: -7px;
  width: 100%;
}
.module_form .field-label input::-moz-placeholder {
  color: #adadad;
}
.module_form .field-label input::placeholder {
  color: #adadad;
}
.module_form .field-label input[type=text], .module_form .field-label input[type=tel], .module_form .field-label select, .module_form .field-label textarea {
  margin-top: 6px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  background-color: #fff;
  font-size: 0.9375rem;
  line-height: normal;
  display: flex;
  padding: 0 10px;
  max-width: 100%;
  height: 36px;
  transition: border-color 0.1s linear;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.module_form .field-label input[type=tel] {
  max-width: 65px;
}
.module_form .field-label input[type=tel]::-moz-placeholder {
  text-align: center;
}
.module_form .field-label input[type=tel]::placeholder {
  text-align: center;
}
.module_form .field-label select {
  width: 231px;
  padding: 0 8px;
}
.module_form .field-label textarea {
  width: 100%;
  min-height: 78px;
  padding-top: 7px;
}
.module_form .field-label textarea::-moz-placeholder {
  color: #adadad;
}
.module_form .field-label textarea::placeholder {
  color: #adadad;
}
.module_form .field-label .c-input-tel {
  display: flex;
}
.module_form .field-label .c-input-tel .c-input-tel__item {
  margin-right: 18px;
  position: relative;
}
.module_form .field-label .c-input-tel .c-input-tel__item::after {
  content: "-";
  display: block;
  color: #adadad;
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translate(0%, -20%);
}
.module_form .field-label .c-input-tel .c-input-tel__item:last-child::after {
  display: none;
}
.module_form .form-field .error-mess {
  margin-top: 6px;
  width: 100%;
  font-weight: 700;
  font-size: 0.75rem;
  color: #ff001e;
  text-align: left;
  display: none;
}
.module_form .form-field-agree {
  flex-wrap: wrap;
}
.module_form .form-field-agree .error-mess {
  text-align: center;
}
.module_form .form-field_error input,
.module_form .form-field_error select,
.module_form .form-field_error textarea,
.module_form .form-field_error input[type=text], .module_form .form-field_error input[type=tel], .module_form .form-field_error select, .module_form .form-field_error textarea {
  background-color: #fce5e8;
}
.module_form .form-field_error .error-mess {
  display: block;
}
.module_form .form-field.form-field_error.checkbox .checkbox_area .checkbox_dummy {
  background: #fce5e8 !important;
}
.module_form button {
  margin-top: 16px;
  width: 100%;
}

.txt_form_attention {
  max-width: 480px;
  margin: 12px 0 0;
  line-height: 1.4;
  font-size: 0.625rem;
  color: #8d8d8d;
}
.txt_form_attention a {
  text-decoration: underline;
}

.formContactTop-confirmation {
  display: none;
}
.formContactTop-confirmation .title {
  min-width: 160px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 136%;
}
.formContactTop-confirmation .input-confirmation {
  margin-top: 9px;
  font-size: 0.8125rem;
  line-height: 136%;
}

.formContactBtm-confirmation {
  display: none;
}
.formContactBtm-confirmation .form-field {
  display: flex;
}
@media screen and (max-width: 860px) {
  .formContactBtm-confirmation .form-field {
    display: block;
  }
}
.formContactBtm-confirmation .title {
  min-width: 160px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 136%;
}
.formContactBtm-confirmation .input-confirmation {
  font-size: 0.8125rem;
  line-height: 136%;
}
@media screen and (max-width: 860px) {
  .formContactBtm-confirmation .input-confirmation {
    margin-top: 9px;
  }
}

.form-edit {
  margin-top: 20px;
  text-align: center;
}
.form-edit a {
  text-decoration: underline;
}
.form-edit a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 860px) {
  .module_point {
    padding: 22px;
  }
  .module_point .module_column .contents .img {
    width: auto;
  }
  .module_point .module_column .contents .txt {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .module_point h2 {
    font-size: 1.5rem;
  }
  .module_point h2 span {
    padding-bottom: 0.3em;
    line-height: 1.7;
  }
}
/*
 * container settings
 */
.m-top0 {
  margin-top: 0 !important;
}

.container {
  width: 100%;
  max-width: 1116px;
  margin: 0 auto;
  padding: 0;
}

.container--l {
  max-width: 1200px;
}

.page-section {
  padding-top: 47px;
}

@media screen and (max-width: 860px) {
  .container {
    max-width: 375px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .page-section {
    padding-top: 44px;
  }
}
[class*=hide-until-], [class*=show-from-] {
  display: none;
}

@media (max-width: 860px) {
  .hide-until-tablet {
    display: block;
  }
}
@media (min-width: 980px) {
  .show-from-desktop {
    display: block;
  }
}
/*
 * cta
 */
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  color: #262626;
  padding: 12px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: inherit;
  min-height: 60px;
}
.button.cta_form-1 {
  background-color: #ffd600;
}
.button.cta_form-2 {
  color: #fff;
  background-color: #36a2f5;
}
.button.cta_form-2 path {
  fill: #fff;
}
.button:hover {
  opacity: 0.8;
}
.button .txt {
  width: 100%;
  padding: 0 0.5em;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 860px) {
  .button {
    font-size: 1.1rem;
  }
  .button .txt {
    line-height: 1.2;
  }
}
.section-cta {
  background-image: linear-gradient(to right, #a3c2f1 0%, #8ce1f2 100%);
  margin: 88px 0 0;
  padding: 32px 0;
}
.section-cta.fv {
  margin-top: 0;
  padding: 12px 0;
}
.section-cta.fv h3 {
  font-size: 1.125rem;
}
.section-cta.fv .button {
  margin-top: 8px;
}
.section-cta.fv .tel {
  margin-top: 10px;
}
.section-cta.fv .tel .txt_num {
  gap: 0 8px;
}
.section-cta.fv .tel .txt_num .icon {
  width: 56px;
}
.section-cta.fv .tel .txt_num .txt {
  font-size: 2rem;
}
.section-cta.fv .tel .txt_time {
  font-size: 0.8125rem;
  padding-left: 0.7rem;
}
.section-cta.fv .module_column {
  max-width: 1240px;
}
.section-cta.fv .module_column .contents {
  padding: 12px;
}
.section-cta h2 {
  margin: 0 auto 2.125rem;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
.section-cta h2 span {
  padding-bottom: 0.35em;
  background: linear-gradient(transparent 95%, #36a2f5 0%);
}
.section-cta h3 {
  font-size: 1.625rem;
  line-height: 1.42;
  text-align: center;
  position: relative;
}
.section-cta h3.row_2 {
  padding: 1rem 0;
}
.section-cta p {
  text-align: center;
}
.section-cta p .button {
  min-width: 340px;
  margin-top: 22px;
}
.section-cta .tel {
  margin-top: 23px;
}
.section-cta .tel .txt_num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 9px;
}
.section-cta .tel .txt_num .icon {
  width: 68px;
}
.section-cta .tel .txt_num .txt {
  font-size: 2.4375rem;
  font-weight: bold;
}
.section-cta .tel .txt_time {
  margin-top: 4px;
  padding-left: 0.4rem;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: bold;
}
.section-cta .module_column {
  max-width: 1116px;
  margin: 0 auto;
}
.section-cta .module_column .contents {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  padding: 30px 0;
  border-radius: 8px;
  background-color: #fff;
}

@media screen and (max-width: 860px) {
  .section-cta {
    margin-top: 44px;
    padding: 20px 0;
  }
  .section-cta.fv h3 {
    font-size: 1rem;
  }
  .section-cta.fv .module_column {
    gap: 12px 0;
  }
  .section-cta .module_column {
    max-width: 375px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .section-cta .module_column .contents {
    width: 100%;
    padding: 20px;
  }
  .section-cta .module_column .contents .tel {
    margin-top: 12px;
  }
  .section-cta .module_column .contents .tel .txt_num {
    gap: 0 8px;
  }
  .section-cta .module_column .contents .tel .txt_num .icon {
    width: 36px;
  }
  .section-cta .module_column .contents .tel .txt_num .txt {
    font-size: 1.6rem;
  }
  .section-cta .module_column .contents .tel .txt_time {
    padding-left: 0.6rem;
    font-size: 0.7rem;
  }
  .section-cta h2 {
    margin-bottom: 1.2rem;
    padding: 0 22px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .section-cta h2 span {
    padding-bottom: 0.3em;
    line-height: 1.7;
  }
  .section-cta h3 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .section-cta h3.row_2 {
    padding: 0;
  }
  .section-cta p .button {
    width: 100%;
    min-width: auto;
    max-width: 288px;
    margin-top: 12px;
  }
}
/*
 * site-header
 */
.home .site-header {
  max-width: 1240px;
  margin: 88px auto 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.home .site-header .header-container {
  min-height: 112px;
  padding: 8px 16px 8px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 50%;
}

.home .site-header .header-tel {
  width: 130px;
}

@media (min-width: 861px) and (max-width: 1240px) {
  .home .site-header .site-logo {
    width: 140px;
  }
}
@media screen and (max-width: 860px) {
  .home .site-header {
    min-height: auto;
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    display: block;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  }
  .home .site-header .header-container {
    min-height: auto;
  }
  .site-header .site-logo {
    z-index: 1;
  }
  body.home:not(.header-cover) .site-header .site-logo {
    opacity: 1;
  }
  body.page-register .site-header, body.page-thanks .site-header {
    position: static;
  }
  .header-container {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
  .site-logo {
    display: flex;
    align-items: center;
    max-width: 220px;
  }
  .site-logo__img {
    display: block;
  }
  .site-logo img {
    display: block;
    min-width: 100%;
  }
  .site-logo__img.img-1 {
    width: 172px;
  }

}
/*
 * section-introduction
 */
.section-introduction {
  position: relative;
  margin-top: 30px;
}
.section-introduction.hero-770 {
  background-image: linear-gradient(to right, #a3c2f1 0%, #8ce1f2 100%);
}
.section-introduction.hero-770 .intro {
  min-height: 770px;
  padding-top: 35px;
}
.section-introduction.hero-770 .intro .hero_title {
  line-height: 1.36;
}
.section-introduction .intro_logo {
  display: flex;
  align-items: center;
  gap: 0 22px;
  position: absolute;
  left: 34px;
  top: 28px;
}
.section-introduction .intro {
  display: flex;
  align-items: flex-start;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  padding: 52px 0 24px;
}
.section-introduction .intro_main {
  flex: 1 1 50%;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
  /* .hero_category {
    max-width: 46%;
    margin-top: 32px;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 12px;
    li {
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 35px;
      padding: 0 .625em;
      color: #666;
      background-color: #fff;
    }
  } */
}
.section-introduction .intro_main .hero_catch {
  position: relative;
}
.section-introduction .intro_main .hero_catch span {
  display: block;
  padding-top: 1.2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 10;
}
.section-introduction .intro_main .hero_catch::after {
  content: "";
  width: calc(100% + 49px);
  height: 72px;
  background-image: linear-gradient(90deg, #e51c4f 50%, #e59f1c 100%);
  transform: skewX(-22.7deg);
  position: absolute;
  left: calc(100% - 1240px);
  top: 0;
  z-index: 0;
}
.section-introduction .intro_main .hero_title {
  font-size: 2.75rem;
}
.section-introduction .intro_main .hero_title span {
  padding-bottom: 4px;
  color: #e51c4f;
  background: linear-gradient(transparent 92%, #e51c4f 0%);
}
.section-introduction .intro_main .hero_point {
  max-width: 48%;
  margin-top: 32px;
  padding: 0;
  list-style: none;
  counter-reset: number 0;
}
.section-introduction .intro_main .hero_point li {
  display: inline-flex;
  align-items: center;
  width: 406px;
  min-height: 72px;
  margin-top: 0.8em;
  padding: 8px 1.2em 8px 13px;
  gap: 0 0.6em;
  line-height: 1.3;
  border-radius: 999px;
  background-color: #fff;
}
.section-introduction .intro_main .hero_point li:first-child {
  margin-top: 0;
}
.section-introduction .intro_main .hero_point li:before {
  counter-increment: number 1;
  content: counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  background-color: #36a2f5;
  font-weight: bold;
  color: #fff;
  font-size: 1.5625rem;
}
.section-introduction .intro_main .hero_point li strong {
  font-size: 1.75rem;
  color: #36a2f5;
}
.section-introduction .intro_main .hero_point li .small {
  font-size: 1rem;
}
.section-introduction .intro_main .hero_img {
  width: 420px;
  position: absolute;
  bottom: 42px;
  left: 425px;
}
.section-introduction .intro_side-bar {
  display: flex;
  align-items: center;
  width: 384px;
  min-height: 0;
  height: auto;
  padding: 0 16px 20px 16px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(3,129,143,0.10);
  font-size: 13px;
}
.section-introduction .intro_side-bar .side-bar_title {
  font-size: 1.4rem;
  margin-bottom: 8px;
  text-align: center;
}
.section-introduction .intro_side-bar .side-bar_title::before {
  display: block;
  position: relative;
  width: 80%;
  min-width: 0;
  max-width: none;
  border-radius: 0 0 12px 12px;
  max-width: 320px;
  padding: 1em 0;
  font-size: 1.18rem;
  background-color: #03818f;
  color: #fff;
  content: "お見積り・資料請求";
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
  box-sizing: border-box;
  margin: 0 auto 1em auto;
}
.section-introduction .intro_side-bar .side-bar_title::after {
  display: none;
}
.section-introduction .intro_side-bar .side-bar_other-txt {
  font-size: 0.86em;
  text-align: center;
  color: #000;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.section-introduction .intro_side-bar .module_form {
  margin-top: 10px;
}

@media (min-width: 861px) and (max-width: 1365px) {
  .section-introduction .intro_main .hero_point li {
    width: 100%;
  }
  .section-introduction .intro_main .hero_img {
    width: 24%;
    left: 36%;
  }
  .section-introduction .intro_main .hero_catch::after {
    width: 100%;
    left: -98px;
  }
}
@media screen and (max-width: 860px) {
  .section-introduction.hero-770 {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
  }
  .section-introduction.hero-770 .intro {
    min-height: auto;
    padding: 56px 20px 20px;
  }
  .section-introduction .intro_logo {
    width: 220px;
    height: auto;
    top: 12px;
    left: 18px;
    gap: 0 12px;
  }
  .section-introduction .intro {
    max-width: 375px;
    margin: 0 auto;
    padding: 72px 20px 20px;
  }
  .section-introduction .intro_main {
    position: relative;
    margin-top: 1rem;
    /* .hero_category {
      max-width: 100%;
      margin-top: 1.2rem;
      gap: 8px;
      li {
        height: 26px;
        font-size: .7rem;
      }
    } */
  }
  .section-introduction .intro_main .hero_catch {
    margin-top: 0;
  }
  .section-introduction .intro_main .hero_catch span {
    padding-top: 0.6rem;
    font-size: 1rem;
  }
  .section-introduction .intro_main .hero_catch::after {
    height: 2rem;
    left: calc(0% - 98px);
  }
  .section-introduction .intro_main .hero_title {
    line-height: 1.3;
    font-size: 1.6rem;
  }
  .section-introduction .intro_main .hero_point {
    max-width: 82%;
    margin-top: 1.2rem;
    position: relative;
    z-index: 1;
  }
  .section-introduction .intro_main .hero_point li {
    width: auto;
    min-width: 182px;
    min-height: auto;
    margin-top: 0.6em;
    padding: 0.6em 1.2em 0.6em 0.6em;
  }
  .section-introduction .intro_main .hero_point li:before {
    width: 1.5em;
    height: 1.5em;
    font-size: 1.1rem;
  }
  .section-introduction .intro_main .hero_point li strong {
    font-size: 1rem;
  }
  .section-introduction .intro_main .hero_point li .small {
    display: block;
    margin-top: 0.1rem;
    font-size: 0.6rem;
  }
  .section-introduction .intro_main .hero_img {
    width: 46%;
    position: absolute;
    bottom: 66px;
    left: auto;
    right: -12px;
  }
  .section-introduction .intro_side-bar {
    display: none;
  }
}
/*
 * section-future
 */
.section-future h2 {
  font-size: 1.875rem;
  line-height: 1.27;
  text-align: center;
}
@media screen and (min-width: 861px) {
  .section-future h2 {
    font-size: 18px;
  }
}
.section-future h2 .mum {
  margin-right: 0.5rem;
  color: #36a2f5;
}
.section-future .module_column {
  flex-wrap: wrap;
}
@media screen and (min-width: 861px) {
  .section-future .module_column {
    flex-wrap: nowrap;
    max-width: 1000px;
    margin-inline: auto;
    gap: 20px;
  }
}
.section-future .module_column .contents {
  width: calc(50% - 18px);
  padding: 34px 22px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 861px) {
  .section-future .module_column .contents {
    width: 320px;
    padding: 30px 15px;
  }
}
.section-future .module_column .contents.invoice {
  width: 100%;
  margin-top: 34px;
}
.section-future .module_column .contents.invoice .module_column {
  margin-top: 0;
  align-items: center;
}
.section-future .module_column .contents.invoice .module_column .contents {
  padding: 0;
}
.section-future .module_column .contents.invoice .module_column .contents.left {
  box-shadow: none;
  background: none;
}
.section-future .module_column .contents.invoice .module_column .contents.left h2 {
  text-align: left;
}
.section-future .module_column .contents.invoice .module_column .contents .img {
  margin-top: 0;
}
.section-future .module_column .contents.invoice .module_column .contents .img img {
  vertical-align: top;
}
.section-future .module_column .contents .img {
  margin-top: 34px;
}
@media screen and (min-width: 861px) {
  .section-future .module_column .contents .img {
    height: 165px;
  }
}
.section-future .module_column .contents .img img {
  border-radius: 8px;
}
@media screen and (min-width: 861px) {
  .section-future .module_column .contents .img img {
    width: 100%;
    height: 100%;
  }
}
.section-future .module_column .contents h3 {
  display: inline-block;
  margin: 22px 12px 0;
  padding-bottom: 10px;
  font-size: 1.25rem;
  color: #36a2f5;
  border-bottom: 2px solid #36a2f5;
}
.section-future .module_column .contents .list {
  list-style-type: none;
  margin: 22px 12px 0;
  padding: 0;
}
.section-future .module_column .contents .list li {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.section-future .module_column .contents .list li.mt-44 {
  margin-top: 15px;
}
.section-future .module_column .contents .list li .num {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-color: #36a2f5;
  font-size: 16px;
  flex-shrink: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-future .module_column .contents .list li .txt {
  max-width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.section-future .module_column .contents .list li .txt .small {
  font-size: 1rem;
}

@media (min-width: 861px) and (max-width: 1365px) {
  .section-future .module_column .contents .merit_table .row_case {
    max-width: 19.9%;
  }
  .section-future .module_column .contents .merit_table .td {
    max-width: 100%;
  }
  .section-future .module_column .contents .merit_table .row_point {
    width: 34.5%;
  }
  .section-future .module_column .contents .merit_table .row_point .th {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .section-future .section_header {
    font-size: 1.5rem;
  }
  .section-future .module_column .contents {
    width: 100%;
  }
  .section-future .module_column .contents.invoice {
    margin-top: 22px;
  }
  .section-future .module_column .contents.invoice .module_column .contents.left .txt {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .section-future .module_column .contents h2 {
    padding: 0;
    font-size: 1.3rem;
  }
  .section-future .module_column .contents .img {
    margin-top: 1.5em;
  }
  .section-future .module_column .contents .list li {
    gap: 0 0.5rem;
  }
  .section-future .module_column .contents .list li.mt-44 {
    margin-top: 16px;
  }
  .section-future .module_column .contents .list li .num {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 1rem;
  }
  .section-future .module_column .contents .list li .txt {
    font-size: 1rem;
    line-height: 1.3;
  }
  .section-future .module_column .contents .list li .txt .small {
    font-size: 0.8rem;
  }
  .section-future .module_column .contents .merit_table_wrap {
    width: 100%;
    padding: 0 20px 6px 0;
    overflow-x: scroll;
    box-sizing: border-box;
  }
  .section-future .module_column .contents .merit_table_wrap .merit_table {
    margin-top: 1.5em;
  }
  .section-future .module_column .contents .merit_table_wrap .merit_table .row_point {
    padding-top: 56px;
  }
  .section-future .module_column .contents .merit_table_wrap .merit_table .row_point .th {
    flex-direction: column;
    width: 200px;
    height: 56px;
    margin-top: 8px;
    font-size: 1rem;
  }
  .section-future .module_column .contents .merit_table_wrap .merit_table .row_point .th .small {
    padding-top: 0.3rem;
    font-size: 0.8rem;
  }
  .section-future .module_column .contents .merit_table_wrap .merit_table .row_case {
    margin-left: 8px;
  }
  .section-future .module_column .contents .merit_table_wrap .merit_table .row_case.ma {
    margin-left: 12px;
  }
  .section-future .module_column .contents .merit_table_wrap .merit_table .row_case.ma::before {
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    z-index: -1;
    left: -4px;
    top: -4px;
  }
  .section-future .module_column .contents .merit_table_wrap .merit_table .row_case .th {
    font-size: 1.2rem;
    height: 56px;
  }
  .section-future .module_column .contents .merit_table_wrap .merit_table .row_case .td {
    width: 188px;
    height: 56px;
    margin-top: 8px;
  }
  .section-future .module_column .contents .merit_table_wrap .merit_table .td .icon {
    font-size: 1.5rem;
  }
  .section-future .module_column .contents .merit_table_wrap .merit_table .td.ma_point .icon_arrow {
    font-size: 1.2rem;
  }
  .section-future .module_column .contents .merit_table_wrap .merit_table .td .txt {
    font-size: 0.7rem;
  }
  .section-future .module_column .contents .merit_table_wrap .merit_table + .txt_attention {
    width: 100vw;
  }
  .section-future .module_merit .module_column {
    flex-direction: column-reverse;
    gap: 16px 0;
  }
  .section-future .module_merit .module_column .contents .h2_sub {
    font-size: 0.9rem;
  }
  .section-future .module_merit .module_column .contents h2 {
    font-size: 1.3rem;
  }
  .section-future .module_merit .module_column .contents .txt {
    font-size: 1rem;
    line-height: 1.6;
  }
  .section-future .module_merit .module_column .contents .img .notice {
    font-size: 0.7rem;
    line-height: 1.3;
  }
  .section-future .merit_cta h2 {
    font-size: 1.5rem;
  }
  .section-future .merit_cta .merit_list li {
    flex-direction: column;
    margin-top: 1.6em;
    padding: 1em 1.6em;
    gap: 0.4em 0;
  }
  .section-future .merit_cta .merit_list li:first-child {
    margin-top: 1.2rem;
  }
  .section-future .merit_cta .merit_list li .merit_list_num .txt {
    font-size: 0.7rem;
  }
  .section-future .merit_cta .merit_list li .merit_list_num .mun {
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 1rem;
  }
  .section-future .merit_cta .merit_list li .merit_list_txt {
    font-size: 0.9rem;
    line-height: 1.3;
  }
  .section-future .merit_cta .txt_trouble_question {
    margin-top: 1.2rem;
    padding: 1.2rem 0 2.6rem;
    font-size: 1rem;
    line-height: 1.3;
    background-position: 50% 90%;
    background-size: auto 58%;
  }
  .section-future .merit_cta .txt_trouble_answer {
    margin-top: 1.2rem;
    padding: 1rem;
  }
  .section-future .merit_cta .txt_trouble_answer .txt {
    font-size: 1rem;
    line-height: 1.9;
  }
  .section-future .merit_cta .txt_trouble_answer .img {
    width: 32%;
  }
}
/*
 * section-service
 */
.section-service .container .section_header .small {
  font-size: 1.375rem;
}
.section-service .container > .inner {
  margin-top: 30px;
}
.section-service .container > .inner .txt_header_sub {
  margin-top: 22px;
  font-size: 1.125rem;
  line-height: 1.67;
}
.section-service .container > .inner .img_wide.mt-16 {
  margin-top: 16px;
}
.section-service .container > .inner .img_wide.mt-34 {
  margin-top: 34px;
}
.section-service .container > .inner .implementation_company {
  margin-top: 66px;
  padding: 32px 34px;
  border-radius: 8px;
  border: solid 1px #dbdbdb;
  position: relative;
}
.section-service .container > .inner .implementation_company.soft h2 {
  line-height: 2rem;
  top: -2rem;
}
.section-service .container > .inner .implementation_company.soft .txt_small {
  margin-top: 0.6rem;
  font-size: 0.875rem;
  text-align: right;
}
.section-service .container > .inner .implementation_company.mt-56 {
  margin-top: 56px;
}
.section-service .container > .inner .implementation_company h2 {
  min-width: 52%;
  padding: 0 0.6em;
  font-size: 1.625rem;
  line-height: 1rem;
  color: #36a2f5;
  text-align: center;
  background-color: #f9f9f9;
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.section-service .container > .inner .implementation_company .module_column {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-service .container > .inner .option_service .contents {
  padding: 34px 22px;
}
.section-service .container > .inner .option_service .contents h3 {
  font-size: 1.375rem;
}
.section-service .container > .inner .option_service .contents .img {
  margin-top: 22px;
}
.section-service .container > .inner .option_service .contents .txt_mein {
  margin-top: 22px;
  font-size: 1.125rem;
  line-height: 1.67;
}
.section-service .container > .inner .option_service .contents .txt_mein .small {
  font-size: 0.875rem;
}

@media screen and (max-width: 860px) {
  .section-service .container .section_header .small {
    font-size: 1rem;
  }
  .section-service .container > .inner {
    margin-top: 44px;
  }
  .section-service .container > .inner .txt_header_sub {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .section-service .container > .inner .img_wide.mt-16 {
    margin-top: 8px;
  }
  .section-service .container > .inner .img_wide.mt-34 {
    margin-top: 22px;
  }
  .section-service .container > .inner .implementation_company {
    margin-top: 44px;
    padding: 3em 22px 22px;
  }
  .section-service .container > .inner .implementation_company.soft h2 {
    line-height: 1.5rem;
    top: -1.5rem;
  }
  .section-service .container > .inner .implementation_company.soft .txt_small {
    display: inline-block;
    margin-top: 0.4rem;
    font-size: 0.7rem;
    line-height: 1.4;
    text-align: left;
  }
  .section-service .container > .inner .implementation_company.pt-22 {
    padding-top: 22px;
  }
  .section-service .container > .inner .implementation_company h2 {
    width: 18rem;
    line-height: 1.2;
    font-size: 1.2rem;
  }
  .section-service .container > .inner .implementation_company .module_column {
    flex-direction: unset;
    gap: 4px;
  }
  .section-service .container > .inner .implementation_company .module_column li {
    width: 49%;
  }
  .section-service .container > .inner .option_service .contents {
    padding: 22px;
  }
  .section-service .container > .inner .option_service .contents h3 {
    font-size: 1.125rem;
  }
  .section-service .container > .inner .option_service .contents .img {
    margin-top: 1rem;
  }
  .section-service .container > .inner .option_service .contents .txt_mein {
    margin-top: 1rem;
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .section-service .container > .inner .option_service .contents .txt_mein .small {
    display: inline-block;
    margin-top: 0.4rem;
    font-size: 0.7rem;
    line-height: 1.4;
  }
}
/*
 * section-implementation
 */
.section-implementation--voice {
  padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .section-implementation--voice {
    padding-bottom: 30px;
  }
}
.section-implementation .implementation_voice {
  margin-top: 118px;
}
.section-implementation .implementation_voice .contents {
  position: relative;
}
.section-implementation .implementation_voice .contents .txt_fukidashi {
  width: 100%;
  padding: 12px 16px;
  line-height: 1.2;
  font-size: 1.25rem;
  color: #fff;
  background-color: #36a2f5;
  border-radius: 4px;
  position: absolute;
  top: -52px;
  z-index: 10;
}
.section-implementation .implementation_voice .contents .txt_fukidashi::after {
  content: "";
  width: 29px;
  height: 16px;
  background-image: url(../img/icon_implementation_list.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 39px;
  bottom: -14px;
}
.section-implementation .implementation_voice .contents .inner .company_prof {
  display: flex;
  align-items: center;
  gap: 0 22px;
  padding: 22px 16px 0;
}
.section-implementation .implementation_voice .contents .inner .company_prof .img {
  width: 80px;
}
.section-implementation .implementation_voice .contents .inner .company_prof .txt {
  flex: 1;
}
.section-implementation .implementation_voice .contents .inner .company_prof .txt .name {
  font-size: 1.3875rem;
  font-weight: bold;
  line-height: 1.2;
}
.section-implementation .implementation_voice .contents .inner .company_prof .txt .cat {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.2;
}
.section-implementation .implementation_voice .contents .inner .txt_mein {
  margin-top: 22px;
  font-size: 0.875rem;
  line-height: 1.71;
}
.section-implementation .implementation_company {
  margin-top: 66px;
  padding: 32px 34px;
  border-radius: 8px;
  border: solid 1px #dbdbdb;
  position: relative;
}
.section-implementation .implementation_company h2 {
  min-width: 52%;
  padding: 0 0.6em;
  font-size: 1.625rem;
  color: #36a2f5;
  text-align: center;
  background-color: #f9f9f9;
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.section-implementation .implementation_company .module_column {
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 16px 12px;
}
.section-implementation .implementation_company .module_column li {
  display: flex;
  align-items: center;
  width: calc(25% - 9px);
  padding: 5px;
  background-color: #fff;
  border-radius: 99px;
}
.section-implementation .implementation_company .module_column li .icon {
  width: 46px;
}
.section-implementation .implementation_company .module_column li .txt {
  width: 100%;
}
.section-implementation .implementation_company .module_column li .txt .name {
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}
.section-implementation .implementation_company .module_column li .txt .name .small {
  display: inline-block;
  font-size: 0.8125rem;
}

@media screen and (max-width: 860px) {
  .section-implementation .module_column {
    margin-top: 44px;
  }
  .section-implementation .module_column .contents {
    margin-top: calc(3.3em + 16px);
  }
  .section-implementation .module_column .contents:first-child {
    margin-top: 3.3em;
  }
  .section-implementation .module_column .contents .txt_fukidashi {
    font-size: 0.9rem;
    line-height: 1.3;
  }
  .section-implementation .module_column .contents .inner .company_prof {
    padding: 16px 16px 0;
    gap: 0 1rem;
  }
  .section-implementation .module_column .contents .inner .company_prof .img {
    width: 60px;
  }
  .section-implementation .module_column .contents .inner .company_prof .txt .name {
    font-size: 1.3rem;
  }
  .section-implementation .module_column .contents .inner .company_prof .txt .cat {
    font-size: 0.7rem;
  }
  .section-implementation .module_column .contents .inner h3 {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .section-implementation .module_column .contents .inner .txt_mein {
    margin-top: 0.8em;
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .section-implementation .implementation_company {
    padding: 3em 22px 22px;
  }
  .section-implementation .implementation_company h2 {
    width: 18rem;
    line-height: 1.2;
    font-size: 1.2rem;
  }
  .section-implementation .implementation_company .module_column {
    flex-direction: unset;
    gap: 4px;
  }
  .section-implementation .implementation_company .module_column li {
    width: 49%;
  }
  .section-implementation .implementation_company .module_column li .icon {
    width: 30px;
  }
  .section-implementation .implementation_company .module_column li .txt .name {
    font-size: 0.8rem;
  }
  .section-implementation .implementation_company .module_column li .txt .name .small {
    font-size: 0.6rem;
  }
}
/*
 * section-implementation-support
 */
.section-implementation-support .support_list {
  gap: 0 12px;
}
.section-implementation-support .support_list .contents {
  padding: 16px;
  position: relative;
}
.section-implementation-support .support_list .contents .inner .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 37px;
  font-size: 1.125rem;
  color: #fff;
  border-radius: 4px;
  background-color: #36a2f5;
}
.section-implementation-support .support_list .contents .inner h3 {
  margin-top: 12px;
  font-size: 1.125rem;
  text-align: center;
}
.section-implementation-support .support_list .contents .inner .img {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.section-implementation-support .support_list .contents .inner .txt_mein {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.section-implementation-support .support_list .contents .inner .txt_mein .small {
  font-size: 0.6rem;
}
.section-implementation-support .support_list .contents .icon_arrow {
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 10;
  transform: translate(0%, -50%);
}
.section-implementation-support .support_list .contents .icon_arrow path {
  fill: #36a2f5;
}
.section-implementation-support .support_list .contents:last-child .icon_arrow {
  display: none;
}

@media screen and (max-width: 860px) {
  .section-implementation-support .support_list {
    gap: 16px 0;
  }
  .section-implementation-support .support_list .contents .inner .num {
    height: 1.6rem;
    font-size: 0.8rem;
  }
  .section-implementation-support .support_list .contents .inner h3 {
    font-size: 1.1rem;
  }
  .section-implementation-support .support_list .contents .inner .img img {
    width: 72px;
  }
  .section-implementation-support .support_list .contents .icon_arrow {
    width: 20px;
    margin-left: -10px;
    transform: rotate(90deg);
    left: 50%;
    top: auto;
    bottom: -34px;
  }
}
/*
 * section-qa
 */
.section-qa .section-qa_list {
  max-width: 880px;
  margin: 48px auto 0;
  padding: 32px;
  border-radius: 15px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
}
.section-qa .section-qa_list.first {
  margin-top: 0;
}
.section-qa .section-qa_list .toggle {
  display: none;
}
.section-qa .section-qa_list .title, .section-qa .section-qa_list .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.section-qa .section-qa_list .title {
  padding-right: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0 1em;
  line-height: 3rem;
  font-size: 1.375rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  color: #03818f;
}
.section-qa .section-qa_list .title .icon_q {
  font-size: 2.875rem;
  background: linear-gradient(to bottom, #0ac39a, #03818f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.section-qa .section-qa_list .title::after, .section-qa .section-qa_list .title::before {
  content: "";
  position: absolute;
  right: 9px;
  top: calc(50% - 9px);
  width: 4px;
  height: 18px;
  background: linear-gradient(to bottom, #0ac39a, #03818f);
  transition: all 0.2s;
}
.section-qa .section-qa_list .title::after {
  transform: rotate(90deg);
}
.section-qa .section-qa_list .content {
  max-height: 0;
  overflow: hidden;
}
.section-qa .section-qa_list .content p {
  position: relative;
  margin-top: 0.875em;
  padding-top: 1.4em;
  padding-left: 3.7em;
  font-size: 1rem;
  line-height: 1.71;
}
.section-qa .section-qa_list .content p::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 93%;
  height: 1px;
  background-color: #ccc;
}
.section-qa .section-qa_list .content p .underline {
  font-weight: bold;
  color: #36a2f5;
}
.section-qa .section-qa_list .content p .small {
  display: inline-block;
  font-size: 0.875rem;
}
.section-qa .section-qa_list .toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.2s;
}
.section-qa .section-qa_list .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

@media screen and (max-width: 860px) {
  .section-qa .container {
    max-width: 375px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .section-qa .section-qa_list {
    margin: 25px 20px 0 20px;
    padding: 18px 13px;
  }
  .section-qa .section-qa_list .title {
    font-size: 0.8rem;
    line-height: 1.3;
  }
  .section-qa .section-qa_list .title .icon_q {
    font-size: 1.7rem;
  }
  .section-qa .section-qa_list .title::after,
  .section-qa .section-qa_list .title::before {
    width: 2px;
  }
  .section-qa .section-qa_list .content p {
    font-size: 0.7rem;
    line-height: 1.6;
    margin: 1em 2em 0 2.6em;
    padding: 1.5em 0 0 0;
  }
  .section-qa .section-qa_list .content p .small {
    font-size: 0.6rem;
  }
  .section-qa .section-qa_list .content p::after {
    width: 100%;
  }
}
/*
 * section-contact
 */
.section-contact .step {
  display: flex;
  list-style-type: none;
  max-width: 880px;
  margin: 46px auto 0;
  padding: 0;
  gap: 0 11px;
}
.section-contact .step li {
  width: 33.33%;
  padding-bottom: 12px;
  font-size: 1.125rem;
  color: #c7c7c7;
  border-bottom: 3px solid #c7c7c7;
}
.section-contact .step li.current {
  font-weight: bold;
  color: #fa8290;
  border-color: #fa8290;
}
.section-contact .module_form {
  max-width: 880px;
  margin: 0 auto;
}
.section-contact .module_form .module_column {
  margin-top: 34px;
  justify-content: center;
}
.section-contact .module_form .module_column.last {
  margin-top: 22px;
}
.section-contact .module_form .module_column .contents {
  width: 100%;
  padding: 34px 150px;
}
.section-contact .module_form .module_column .contents .section_header-type-2 {
  margin-bottom: 22px;
  padding: 0.25rem 0 0.25rem 0.75rem;
  font-size: 1.125rem;
  border-color: #82befa;
}
.section-contact .module_form .module_column .contents .section_header-type-2.required {
  border-color: #fa8290;
}
.section-contact .module_form .module_column .contents .field-label {
  display: flex;
}
.section-contact .module_form .module_column .contents .field-label .title {
  min-width: 160px;
  padding-top: 9px;
}
.section-contact .module_form .module_column .contents .field-label .column_2 {
  gap: 14px 12px;
}
.section-contact .module_form .module_column .contents .field-label .column_2 .form-field.checkbox {
  min-width: 44%;
  width: auto;
}
.section-contact .module_form .module_column .contents .field-label input[type=text], .section-contact .module_form .module_column .contents .field-label input[type=tel], .section-contact .module_form .module_column .contents .field-label select, .section-contact .module_form .module_column .contents .field-label textarea {
  margin-top: 0;
}
.section-contact .module_form .module_column .contents .field-label .input_wrap {
  width: 100%;
}
.section-contact .module_form .module_column .contents .field-label .input_wrap .notice {
  margin-top: 8px;
  font-size: 0.75rem;
  color: #adadad;
}
.section-contact .module_form .checkbox {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  background-color: transparent;
}
.section-contact .module_form .button {
  max-width: 340px;
  margin: 35px auto 0;
  display: flex;
}
.section-contact .txt_form_attention {
  max-width: 580px;
  margin: 22px auto 0;
}

@media screen and (max-width: 860px) {
  .section-contact .step {
    margin-top: 44px;
  }
  .section-contact .step li {
    padding-bottom: 0.5rem;
    font-size: 0.7rem;
  }
  .section-contact .module_form .module_column .contents {
    padding: 20px;
  }
  .section-contact .module_form .module_column .contents .section_header-type-2 {
    padding:  0.2rem 0 0.2rem 0.75rem;
    font-size: 1rem;
  }
  .section-contact .module_form .module_column .contents .field-label {
    flex-direction: column;
    gap: 8px 0;
  }
  .section-contact .module_form .module_column .contents .field-label .title {
    width: 100px;
    padding-top: 0;
  }
  .section-contact .module_form .module_column .contents .button {
    width: 100%;
  }
}
/*
 * site-footer
 */
.site-footer {
  max-width: 1116px;
  margin: 0 auto;
  padding: 66px 0 20px;
}
.site-footer .inner .txt_copy {
  font-size: 0.875rem;
  color: #666;
  text-align: center;
}

@media screen and (max-width: 860px) {
  .site-footer {
    padding: 34px 20px;
  }
  .site-footer .logo {
    width: 100px;
    margin: 0 auto;
  }
  .site-footer .inner {
    flex-direction: column;
  }
}
/*
 * page-register
 */
body.page-register, body.page-thanks {
  background-color: #fff;
}
body.page-register .site-logo, body.page-thanks .site-logo {
  max-width: 196px;
}
body.page-register .site-footer .inner .txt_copy, body.page-thanks .site-footer .inner .txt_copy {
  color: #333;
}

body.page-register .site-header, body.page-thanks .site-header {
  padding: 40px 0;
}

.page-register .page-section, .page-thanks .page-section {
  padding: 60px 0;
  scroll-margin: 0;
}

.page-register .header-container, .page-thanks .header-container {
  display: flex;
  justify-content: center;
}

.page-register .container, .page-thanks .container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-register .site-footer, .page-thanks .site-footer {
  padding: 0;
}
.page-register .site-footer .inner, .page-thanks .site-footer .inner {
  margin: 0.8em 0;
  justify-content: center;
}
.page_register .site-footer .inner .txt_copy, .page-thanks .site-footer .inner .txt_copy {
  margin-top: 0;
}

.page-register.mail p {
  margin-top: 1em;
  line-height: 1.6;
  text-align: center;
  font-size: 1rem;
}
.page-register.mail p.error_messe {
  color: red;
}
.page-register.mail .formTable {
  width: 100%;
  margin: 1rem auto 0;
  border-collapse: collapse;
}
.page-register.mail .formTable td, .page-register.mail .formTable th {
  border: 1px solid #c8c8c8;
  padding: 10px;
}
.page-register.mail .formTable th {
  width: 30%;
  font-weight: normal;
  background: #f0f0f0;
  text-align: left;
}
.page-register.mail .button_form {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0 8px;
}
.page-register.mail .button_form input {
  width: 50%;
  justify-content: center;
}
.page-register.mail .button_form input.cta_form-1 {
  margin-left: 2.5%;
}
.page-register .form_wrap {
  width: 298px;
  margin: 0 auto;
}
.page-register .form_wrap .form_title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (min-width: 861px) and (max-width: 1365px) {
  .page-register .page-section, .page-thanks .page-section {
    padding: 60px 0;
    scroll-margin: 120px 0;
  }
}
@media screen and (max-width: 860px) {
  body.page-register .site-header, body.page-thanks .site-header {
    padding: 12px 0;
  }
  .page-register .page-section, .page-thanks .page-section {
    padding: 40px 0;
    scroll-margin: 80px 0;
  }
  .page_register .site-footer .inner .txt_copy, .page-thanks .site-footer .inner .txt_copy {
    margin-top: 0;
  }
  .page-register.mail .formTable {
    margin: 1rem auto 0;
  }
  .page-register.mail .formTable th, .page-register.mail .formTable td {
    width: auto;
    display: block;
  }
  .page-register.mail .formTable th {
    width: auto;
    margin-top: 0.6rem;
    border-bottom: 0;
    display: block;
  }
}
/*
 * thanks
 */
.section-thanks {
  padding-top: 40px;
}
.section-thanks .thanks__header {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}
.section-thanks .thanks__content p {
  margin-top: 1em;
  line-height: 1.6;
  text-align: center;
  font-size: 1rem;
}
.section-thanks .thanks__content a {
  text-decoration: underline;
}
.section-thanks .thanks__content a:hover {
  color: #36a2f5;
}
.section-thanks .thanks__action {
  padding-top: 40px;
  text-align: center;
}
.section-thanks .thanks__action .button {
  min-width: 300px;
}

.section-introduction.hero-submit {
  padding: 28px 34px;
}
@media screen and (max-width: 860px) {
  .section-introduction.hero-submit {
    padding: 13px 18px;
  }
}
.section-introduction.hero-submit .intro_logo {
  position: relative;
  top: auto;
  left: auto;
}

.contents--message {
  margin: 50px auto 0;
  max-width: 880px;
  background: #fff;
  padding: 34px 22px;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.69;
  text-align: left;
}
.contents--message p + p {
  margin-top: 1.8rem;
}
.contents--message a {
  text-decoration: underline;
}
.contents--message ul {
  margin: 1.8rem 0;
  padding: 0;
}
.contents--message ul.dot li {
  padding: 0 0 0 25px;
  position: relative;
  overflow: visible;
  list-style: none;
}
.contents--message ul.dot li:before {
  content: "";
  background-color: #333;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0.65em;
  left: 2px;
}
.contents--message ul.dot li + li {
  margin-top: 0.8em;
}



#formContactTop.module_form .form-field-agree .error-mess {
  text-align: left;
}

.formContactTop-input,
.formContactTop-confirmation {
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
  position: absolute;
  inset: 0;
  height: 84px;
  background-color: #fff;
  box-shadow: 0px 9px 20px 0px rgba(5, 68, 66, 0.16);
  z-index: 2;
}
@media screen and (max-width: 860px) {
  .l-header {
    display: none;
  }
}
.l-header__container {
  display: flex;
  padding-top: 11px;
  padding-inline: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  max-width: 1320px;
  margin: 0 auto;
  justify-content: space-between;
}
.l-header__logp {
  display: flex;
  align-items: center;
  gap: 0 22px;
}
.l-header__logp-img {
  max-width: 493px;
  width: 90%;
}
.l-header__logp-img img {
  width: 100%;
  height: 100%;
}
.l-header__icon {
  width: 228px;
  transform: translateY(10px);
}
.l-header__navi {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 20px;
}
@media screen and (max-width: 1195px) {
  .l-header__icon {
    position: absolute;
    top: 51px;
    width: 176px;
  }
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
  padding-top: 84px;
  background: url(../img/fv_bg.jpg) no-repeat center top;
  min-height: 1765px;
}
.kv_02 {
  max-width: 1063px;
  margin: -20px auto 0 auto;
  padding-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .c-kv {
    padding-top: 48px;
    background: none;
    min-height: auto;
  }
  .kv_02 {
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.c-kv__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  margin-inline: auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .c-kv__container {
    position: relative;
    max-width: 750px;
    padding-inline: 0;
  }
}
.c-kv__main {
  margin-top: 0;
}
@media screen and (max-width: 860px) {
  .c-kv__main {
    margin-top: 0;
  }
}
.c-kv__ttl-lead {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.3;
  color: #000000;
}
@media screen and (max-width: 860px) {
  .c-kv__ttl-lead {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
  }
}
.c-kv__ttl-lead--l {
  font-size: 80px;
  font-weight: 700;
  color: #D3063A;
  border-bottom: 3px solid #D3063A;
}
@media screen and (max-width: 860px) {
  .c-kv__ttl-lead--l {
    font-size: 35px;
    letter-spacing: 0.01em;
    line-height: 1.1428571429;
  }
}
.c-kv__ttl-txt {
  display: block;
  position: relative;
  z-index: 0;
  margin-top: 8px;
  padding-block: 11px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .c-kv__ttl-txt {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 40px;
  }
}
@media screen and (max-width: 860px) {
  .c-kv__ttl-txt {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 6px;
    padding-block: 3px 4px;
    padding-inline: 3px 13px;
    background: linear-gradient(90deg, #e51c4f 50%, #e59f1c 100%);
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 861px) {
  .c-kv__ttl-txt::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(100% - 1950px);
    width: calc(100% + 1300px);
    height: 100%;
    background: linear-gradient(90deg, #e51c4f 50%, #e59f1c 100%);
  }
}
@media screen and (min-width: 861px) and (max-width: 1024px) {
  .c-kv__ttl-txt::before {
    left: -20px;
    width: 100%;
  }
}
.c-kv__body {
  position: relative;
  z-index: 0;
}
.c-kv__img {
  position: absolute;
  width: 59.666667%;
  z-index: -1;
  top: -80px;
  right: -209px;
}
@media screen and (max-width: 1024px) {
  .c-kv__img {
    width: 141px;
    top: -15px;
    right: -34px;
  }
}
.c-kv__icon {
  position: absolute;
  width: 113px;
  top: -31px;
  right: 44px;
}

/* ---------------------------------------------
*   c-list-kv
--------------------------------------------- */
.c-list-kv {
  margin-top: 30px;
  padding-left: 0;
}
@media screen and (max-width: 860px) {
  .c-list-kv {
    padding-left: 0;
    margin-top: 16px;
  }
}
.c-list-kv__item {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding: 12px 32px 12px 8px;
  border-radius: 20px;
}
@media screen and (max-width: 860px) {
  .c-list-kv__item {
    -moz-column-gap: 9px;
         column-gap: 9px;
    padding: 6px 22px 6px 5px;
    border-radius: 24px;
  }
}
.c-list-kv__item:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 860px) {
  .c-list-kv__item:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.c-list-kv__item:nth-of-type(1) {
  padding: 6px 35px 6px 11px;
}
@media screen and (max-width: 860px) {
  .c-list-kv__item:nth-of-type(1) {
    padding: 6px 20px 6px 6px;
  }
}
.c-list-kv__item:nth-of-type(2) {
  padding: 6px 35px 6px 11px;
}
@media screen and (max-width: 860px) {
  .c-list-kv__item:nth-of-type(2) {
    padding: 6px 16px 6px 6px;
  }
}
.c-list-kv__item:nth-of-type(3) {
  padding: 6px 35px 6px 11px;
}
@media screen and (max-width: 860px) {
  .c-list-kv__item:nth-of-type(3) {
    padding: 6px 16px 6px 6px;
  }
}
.c-list-kv__item:nth-of-type(4) {
  padding: 13px 35px 12px 11px;
}
@media screen and (max-width: 860px) {
  .c-list-kv__item:nth-of-type(4) {
    padding: 13px 16px 12px 6px;
  }
}
.c-list-kv__icon {
  width: 30px;
}
@media screen and (max-width: 860px) {
  .c-list-kv__icon {
    width: 21px;
  }
}
.c-list-kv__txt {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #35A1F3;
  line-height: 1.3;
}
@media screen and (max-width: 860px) {
  .c-list-kv__txt {
    font-size: 16px;
    line-height: 1.45;
  }
}
.c-list-kv__txt--s {
  color: #000000;
  font-size: 12px;
}
@media screen and (max-width: 860px) {
  .c-list-kv__txt--s {
    font-size: 8px;
  }
}

/* ---------------------------------------------
*   c-box
--------------------------------------------- */
.c-box {
  padding-block: 15px;
  background-color: #E5FAFF;
}
@media screen and (max-width: 860px) {
  .c-box {
    padding-block: 30px;
  }
}
.c-box--fix {
  position: fixed;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  padding-block: 20px;
  transition: 0.3s;
  background: rgba(255,255,255,0.8);
  overflow: hidden;
}
@media screen and (min-width: 861px) {
  .c-box--fix {
    top: 0;
    right: 0;
    width: 70px;
    height: 355px;
    background: linear-gradient(to right, #E51C50 0%, #E59D1C 100%);
    border-radius: 16px 0 0 16px;
    transform: translateX(7px);
  }
  .c-box--fix:hover {
    transform: translateX(0);
  }
}
@media screen and (max-width: 860px) {
  .c-box--fix {
    padding-top: 15px;
    padding-bottom: 10px;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 861px) {
  .c-box--fix::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 2.5s ease-in-out infinite;
  }
}
@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.c-box--fix.is-show {
  visibility: visible;
  opacity: 1;
}
.c-box--fix .c-btn,
.c-box--fix .c-btn-2 {
  margin-top: 0;
}
@media screen and (max-width: 860px) {
  .c-box--fix .c-btn,
  .c-box--fix .c-btn-2 {
    display: block;
    width: 94%;
    border-radius: 0;
    padding-inline: 0;
    height: auto;
    -moz-column-gap: 0;
         column-gap: 0;
    background: unset;
    box-shadow: none;
    margin: 0 auto;
  }
}
.c-box--fix .c-btn img,
.c-box--fix .c-btn-2 img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 860px) {
  .c-box--fix .c-box__container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-box--fix .c-box__item {
  margin: 0;
  text-align: left;
}
.c-box--fix .c-box__item:nth-of-type(2) {
  margin-top: 0;
  flex: 1;
}
.c-box__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  /* -moz-column-gap: 120px;
       column-gap: 120px; */
}
@media screen and (min-width: 861px) {
  .c-box__container {
    height: 100%;
  }
}
@media screen and (max-width: 860px) {
  .c-box__container {
    display: block;
  }
}
.c-box__item {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (min-width: 861px) {
  .c-box__item {
    height: 100%;
  }
}
@media screen and (max-width: 860px) {
  .c-box__item {
    margin: 0 auto;
  }
  .c-box__item:nth-of-type(2) {
    margin-top: 18px;
  }
}
@media screen and (min-width: 861px) {
  .c-box__anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 7px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    writing-mode: vertical-rl;
  }
}
.c-box__txt {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  .c-box__txt {
    font-size: 13px;
  }
}
.c-box__txt::before, .c-box__txt::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 100%;
  border-radius: 3px;
  background: #000000;
}
.c-box__txt::before {
  left: -12px;
  transform: translateY(-50%) rotate(-30deg);
}
.c-box__txt::after {
  right: -12px;
  transform: translateY(-50%) rotate(30deg);
}
.c-box__txt--orange {
  color: #E5722D;
}
.c-box__txt--orange::before {
  background: #E5214E;
}
.c-box__txt--orange::after {
  background: #E5981F;
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
.c-btn {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  border-radius: 10px;
  padding-inline: 20px 40px;
  height: 70px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: linear-gradient(to right, #E51C50 50%, #E59D1C 100%);
  transition: opacity 0.3s;
}
@media screen and (max-width: 860px) {
  .c-btn {
    width: 300px;
    margin-top: 8px;
    border-radius: 16px;
    padding-inline: 22px 32px;
    height: 70px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    opacity: 0.8;
  }
}
.c-btn--l {
  width: 720px;
  height: 86px;
  margin-top: 40px;
  margin-inline: auto;
  padding-inline: 0;
  justify-content: center;
}
.c-btn--l .c-btn__img {
  width: 112.8888888903px;
}
.c-btn--l .c-btn__txt {
  font-size: 31px;
}
@media screen and (max-width: 860px) {
  .c-btn--l {
    width: 300px;
    height: 70px;
    margin-top: 30px;
    padding-inline: 22px 32px;
    -moz-column-gap: 35px;
         column-gap: 35px;
    justify-content: unset;
  }
  .c-btn--l .c-btn__img {
    width: 50px;
  }
  .c-btn--l .c-btn__txt {
    font-size: 23px;
  }
}
.c-btn__img {
  width: 50px;
}
.c-btn__txt {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 860px) {
  .c-btn__txt {
    font-size: 23px;
  }
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section--2 {
  position: relative;
  padding-block: 174px 61.462205704px;
  background-color: #E5FAFF;
}
@media screen and (max-width: 860px) {
  .c-section--2 {
    padding-block: 96px 44px;
  }
}
.c-section--2:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 11%, 100% 0);
          clip-path: polygon(0 0, 50% 11%, 100% 0);
}
@media screen and (max-width: 860px) {
  .c-section--2:before {
    -webkit-clip-path: polygon(0 0, 50% 65px, 100% 0);
            clip-path: polygon(0 0, 50% 65px, 100% 0);
  }
}
@media screen and (max-width: 860px) {
  .c-section--2 .c-section__head .section_header_txt {
    font-size: 18px;
    max-width: 308px;
    margin-inline: auto;
  }
}
.c-section--2 .c-section__body {
  max-width: 1100px;
  padding-inline: 20px;
  margin-inline: auto;
  margin-top: 26.8897149955px;
}
@media screen and (max-width: 860px) {
  .c-section--2 .c-section__body {
    max-width: initial;
    padding-inline: 0;
  }
}
.c-section--3 {
  margin-top: 50px;
  padding-block: 40px 46px;
  background-color: #E5FAFF;
}
@media screen and (max-width: 860px) {
  .c-section--3 {
    margin-top: 40px;
    padding-block: 20px;
  }
}
.c-section--3 .c-section__txt {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .c-section--3 .c-section__txt {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.c-section--3 .section_header--l {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  .c-section--3 .section_header--l {
    font-size: 22px;
  }
}
@media screen and (max-width: 860px) {
  .c-section__container {
    max-width: 375px;
    margin: 0 auto;
    padding: 0 20px;
  }
}



/* ---------------------------------------------
*   c-tabs
--------------------------------------------- */
.c-tabs {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .c-tabs {
    display: block;
    max-width: 308px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 860px) {
  .c-tabs__tab-list {
    display: flex;
  }
}
.c-tabs__tab {
  border-radius: 20px 0 0px 20px;
  box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.16);
  border: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3333333333;
  text-align: center;
  color: #000;
  touch-action: manipulation;
  cursor: pointer;
  transition: opacity 0.3s;
  background-color: #e6e6e6;
}
@media screen and (min-width: 861px) {
  .c-tabs__tab {
    display: block;
    width: 64px;
    height: 371px;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 860px) {
  .c-tabs__tab {
    width: 154px;
    padding-block: 8px;
    border-radius: 10px 10px 0px 0px;
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-tabs__tab:hover {
    opacity: 0.8;
  }
}
.c-tabs__tab.is-current {
  background-color: #fff;
  color: #000;
}
.c-tabs__body {
  position: relative;
  padding: 10px 26px;
  background: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 860px) {
  .c-tabs__body {
    padding: 20px 8px;
  }
}
.c-tabs__tab-panel {
  display: none;
}
.c-tabs__tab-panel.is-current {
  display: block;
}

ol, ul {
  list-style: none;
}

.site-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ---------------------------------------------
*   c-list-card
--------------------------------------------- */
.c-list-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
  padding-left: 0;
}
@media screen and (max-width: 860px) {
  .c-list-card {
    margin: 0;
  }
}
.c-list-card__item {
  position: relative;
  width: 48.576459%;
  height: 330px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 860px) {
  .c-list-card__item {
    width: 142px;
    height: auto;
    border-radius: 15px;
  }
}
.c-list-card__head {
  padding-block: 24px 24px;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .c-list-card__head {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 0;
    height: 42px;
  }
}
.c-list-card__head--2 {
  padding-block: 13px 15px;
}
@media screen and (max-width: 860px) {
  .c-list-card__head--2 {
    padding-block: 0;
  }
}
.c-list-card__num {
  position: absolute;
  top: -17.6703841399px;
  left: 6.1462205704px;
  font-size: 33px;
  font-weight: 700;
  line-height: 33.8042131372px;
  color: #34a2f5;
}
@media screen and (max-width: 860px) {
  .c-list-card__num {
    font-size: 18px;
    top: -18px;
    left: -1px;
  }
}
.c-list-card__ttl {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 860px) {
  .c-list-card__ttl {
    font-size: 14px;
  }
}
@media screen and (min-width: 861px) {
  .c-list-card__img {
    width: 61.8%;
    margin: 0 auto;
  }
}

/* ---------------------------------------------
*   c-list-card-indent
--------------------------------------------- */
.c-list-card-indent {
  margin-top: 15px;
  padding: 0;
}
@media screen and (max-width: 860px) {
  .c-list-card-indent {
    box-sizing: content-box;
    margin-block: 19px 27px;
    padding: 0 10px 0 10px;
  }
}
.c-list-card-indent__item:nth-of-type(n+2) {
  margin-top: 3.8413878565px;
}
@media screen and (max-width: 860px) {
  .c-list-card-indent__item:nth-of-type(n+2) {
    margin-top: 4px;
  }
}
.c-list-card-indent__txt {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #050505;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .c-list-card-indent__txt {
    font-size: 11px;
  }
}

/* ---------------------------------------------
*   c-section-cta
--------------------------------------------- */
.c-section-cta {
  padding-block: 30px 30px;
  background-color: #E5FAFF;
}
@media screen and (max-width: 860px) {
  .c-section-cta {
    padding-block: 25px;
  }
}
.c-section-cta__container {
  max-width: 1175px;
  padding-inline: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 861px) {
  .c-section-cta__container {
    padding-block: 60px 30px;
    background-color: #fff;
  }
}
@media screen and (max-width: 860px) {
  .c-section-cta__container {
    max-width: 300px;
    padding-inline: 0;
  }
}
.c-section-cta__head {
  text-align: center;
}
.c-section-cta__sub-ttl {
  position: relative;
  font-size: 28.4444444448px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #e5722d;
}
@media screen and (max-width: 860px) {
  .c-section-cta__sub-ttl {
    font-size: 13px;
  }
}
.c-section-cta__sub-ttl::before, .c-section-cta__sub-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 100%;
  border-radius: 3px;
  background: #000000;
}
.c-section-cta__sub-ttl::before {
  left: -12px;
  transform: translateY(-50%) rotate(-30deg);
  background: #E5214E;
}
.c-section-cta__sub-ttl::after {
  right: -12px;
  transform: translateY(-50%) rotate(30deg);
  background: #E5981F;
}
.c-section-cta__main-ttl {
  display: block;
  margin-top: 30px;
  font-weight: 700;
  font-size: 40.0000000005px;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #000;
}
@media screen and (max-width: 860px) {
  .c-section-cta__main-ttl {
    margin-top: 12px;
    font-size: 25px;
    line-height: 1.5;
  }
}
.c-section-cta__main-ttl--color {
  display: inline;
  color: #E51C50;
}
.c-section-cta__body {
  max-width: 1000px;
  margin: 0 auto 0;
}
@media screen and (max-width: 860px) {
  .c-section-cta__body {
    max-width: initial;
    margin: 25px auto 0;
  }
}
.c-section-cta__img {
  width: 100%;
}
@media screen and (max-width: 860px) {
  .c-section-cta__img {
    width: 320px;
    transform: translateX(-20px);
  }
}
.c-section-cta__tel {
  display: block;
  margin-top: 30px;
  font-weight: 600;
  font-size: 40px;
  line-height: 0.6;
  text-align: center;
  color: #35A1F5;
}
.c-section-cta__tel--s {
  font-size: 20px;
  margin-top: 0;
  color: #000;
}
.c-section-cta__tel--ss {
  font-size: 12px;
  line-height: 0;
}

/* ---------------------------------------------
*   section-service
--------------------------------------------- */
.section-service {
  padding-top: 0;
}

/* ---------------------------------------------
*   c-section-video
--------------------------------------------- */
.c-section-video {
  background-color: #35A1F5;
  padding-block: 5px 53px;
  margin-top: 60px;
}
@media screen and (max-width: 860px) {
  .c-section-video {
    padding-block: 30px 48px;
    margin-top: 35;
  }
}
.c-section-video__container {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 861px) {
  .c-section-video__container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.2741935484%;
    margin-top: 45px;
  }
}
@media screen and (max-width: 860px) {
  .c-section-video__container {
    max-width: initial;
    padding-inline: 0;
  }
}
.c-section-video__ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7090909091;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 860px) {
  .c-section-video__ttl {
    font-size: 20px;
  }
}
.c-section-video__ttl--bg {
  font-size: 30px;
  background-color: #fff;
  color: #35A1F5;
}
@media screen and (min-width: 861px) {
  .c-section-video__ttl--bg {
    display: block;
    width: 350px;
    padding-block: 6px;
    margin: 0 auto 20px;
    border-radius: 10px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 860px) {
  .c-section-video__ttl--bg {
    display: block;
    width: 162px;
    margin: 0 auto 17px;
    font-size: 20px;
    padding-inline: 0;
    padding-block: 2px;
  }
}
.c-section-video__anno {
  display: block;
  margin-block: 30px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 860px) {
  .c-section-video__anno {
    font-size: 16px;
    margin-block: 22px 16px;
  }
}
.c-section-video__video {
  position: relative;
  width: 550px;
  height: 297px;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .c-section-video__video {
    width: 330px;
    height: 200px;
    margin: 0 auto;
  }
}
.c-section-video__video video {
  width: 550px;
  height: 297px;
}
@media screen and (max-width: 860px) {
  .c-section-video__video video {
    width: 330px;
    height: 200px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-section-video__video:hover {
    opacity: 0.8;
  }
}
.c-section-video__video-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.c-section-video__video-img img {
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------
*   c-section-2
--------------------------------------------- */
.c-section-2 {
  padding-block: 25px;
}
.c-section-2__container {
  max-width: 1040px;
  padding-inline: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .c-section-2__container {
    max-width: initial;
    padding-inline: 0;
  }
}
@media screen and (max-width: 860px) {
  .c-section-2__inner {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .c-section-2__inner::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .c-section-2__img {
    width: 768px;
    margin: 0 auto;
    padding-inline: 16px;
  }
}

/* ---------------------------------------------
*   c-list-different
--------------------------------------------- */
.c-list-different {
  margin-top: 30px;
  margin-bottom: 28px;
}
@media screen and (min-width: 861px) {
  .c-list-different {
    display: flex;
    justify-content: center;
    gap: 5%;
    padding: 0;
  }
}
@media screen and (max-width: 860px) {
  .c-list-different {
    margin-top: 31px;
    margin-bottom: 1em;
  }
}
.c-list-different__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media screen and (max-width: 860px) {
  .c-list-different__item {
    -moz-column-gap: 9px;
         column-gap: 9px;
  }
}
@media screen and (max-width: 860px) {
  .c-list-different__item:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.c-list-different__icon {
  width: 35px;
}
@media screen and (max-width: 860px) {
  .c-list-different__icon {
    width: 21px;
  }
}
.c-list-different__ttl {
  display: block;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 600;
  color: #35a1f3;
}
@media screen and (max-width: 860px) {
  .c-list-different__ttl {
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 0;
    font-size: 16px;
  }
}
.c-list-different__txt {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 860px) {
  .c-list-different__txt {
    font-size: 10px;
  }
}

.section_header--color {
  font-size: 30px;
  font-weight: 700;
  color: #E5204E;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  .section_header--color {
    font-size: 20px;
    white-space: nowrap;
  }
}

.c-section__txt--2 {
  margin-block: 30px 40px;
  font-size: 20px;
  line-height: 2.1153846154;
  text-align: center;
  color: #050505;
}
@media screen and (max-width: 860px) {
  .c-section__txt--2 {
    white-space: nowrap;
    margin-block: 28px 20px;
    font-size: 14px;
    line-height: 1.7857142857;
  }
}

/* ---------------------------------------------
*   pc-hide,sp-hide
--------------------------------------------- */
@media screen and (min-width: 861px) {
  .pc-hide {
    display: none !important;
  }
}

@media screen and (max-width: 860px) {
  .sp-hide {
    display: none !important;
  }
}

/* ---------------------------------------------
*   logo_recoh-lease
--------------------------------------------- */
.logo_recoh-lease {
  width: 200px;
}

/*  .js-pagetop-threshold (JSで追加する閾値調整用の要素)
--------------------------------------------- */
.js-pagetop-threshold {
  position: absolute;
  top: 0;
  height: 800px;
}
@media screen and (max-width: 860px) {
  .js-pagetop-threshold {
    height: 600px;
  }
}

/* --- ファーストビューのフォームデザイン調整 --- */


/* フォーム本体 */
#formContactTop.module_form {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
#formContactTop .formContactTop-input {
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
#formContactTop .form-field {
  background: none;
  border-radius: 0;
  margin-top: 18px;
}
#formContactTop .form-field:first-child {
  margin-top: 0;
}
#formContactTop .form-field .title {
  color: #03818f;
  font-size: 1rem;
}
#formContactTop .form-field .form-field-required {
  color: #333;
  font-size: 0.75em;
  font-weight: normal;
  margin-left: 0px;
}
#formContactTop .form-field input[type="text"],
#formContactTop .form-field input[type="tel"],
#formContactTop .form-field select {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  height: 36px;
  font-size: 0.9rem;
  color: #222;
  margin-top: 4px;
}
#formContactTop .form-field input[type="text"]::placeholder,
#formContactTop .form-field input[type="tel"]::placeholder {
  color: #b5b5b5;
  font-size: 0.9rem;
}
#formContactTop .form-field select {
  width: 100%;
  min-width: 0;
}
#formContactTop .form-field .c-input-tel {
  gap: 0 8px;
}
#formContactTop .form-field .c-input-tel .c-input-tel__item {
  margin-right: 0;
}
#formContactTop .form-field .c-input-tel .c-input-tel__item input {
  text-align: center;
}

/* FVのフォームのチェックボックスエリアのgap調整 */
#formContactTop .form-field.checkbox .checkbox_area {
  gap: 0 4px;
}

/* FVのフォームのcolumn_2のgap調整 */
#formContactTop .form-field .column_2 {
  gap: 8px 4px;
}

/* FVのフォームのチェックボックス列の横幅調整 */
#formContactTop .form-field .column_2 .form-field.checkbox:nth-child(1) {
  width: calc(40% - 2px);
}
#formContactTop .form-field .column_2 .form-field.checkbox:nth-child(2) {
  width: calc(60% - 2px);
}
#formContactTop .form-field .column_2 .form-field.checkbox:nth-child(3) {
  width: calc(40% - 2px);
}
#formContactTop .form-field .column_2 .form-field.checkbox:nth-child(4) {
  width: calc(60% - 2px);
}
#formContactTop .form-field.checkbox .checkbox_area .checkbox_dummy {
  border: 1.5px solid #c8c8c8;
  border-radius: 5px;
}
#formContactTop .form-field.checkbox .checkbox_area .checkbox_input:checked + .checkbox_dummy::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon_check_active.svg) no-repeat center;
  background-size: contain;
}
#formContactTop .form-field-agree .txt.fwb {
  font-weight: normal;
  color: #222;
  font-size: 1rem;
}


#formContactTop .txt_form_attention {
  color: #000;
  font-size: 0.625rem;
  margin-top: 10px;
  max-width: 100%;
}

#formContactTop .button.cta_form-1 {
  background-color: transparent;
  padding: 0;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .section-introduction .intro_side-bar {
    display: none;
  }
}



@media screen and (min-width: 861px) {
  #formContactTop .form-field input[type="text"],
  #formContactTop .form-field input[type="tel"],
  #formContactTop .form-field select {
    height: 32px;
    font-size: 0.82rem;
  }
  #formContactTop .form-field input[type="text"]::placeholder,
  #formContactTop .form-field input[type="tel"]::placeholder {
    font-size: 0.82rem;
  }

  #formContactTop .txt_form_attention {
    font-size: 0.55rem;
  }
}

/* ---------------------------------------------
*   セクション共通スタイル
--------------------------------------------- */
.section-container {
  max-width: 1320px;
  margin-inline: auto;
}

@media screen and (max-width: 1024px) {
  .section-container {
    max-width: 750px;
    padding-inline: 0;
  }
}
.bg-lightgreen {
  background-color: #eef9f6;
}
.bg-white {
  background-color: #fff;
}

.section-qa {
  padding-bottom: min(20%, 100px);
}

@media screen and (min-width: 1024px) {
  .section-choices {
    background: url(../img/choices_bg.jpg) no-repeat center top;
  }
  .section-flow-usage {
    background: url(../img/flow_bg.jpg) no-repeat center top;
  }
  .section-flow-setup {
    background: #fff url(../img/flow-setup_bg.jpg) no-repeat center top;
  }
}


/* ---------------------------------------------
*   flow
--------------------------------------------- */

@media screen and (min-width: 1025px) {
  .flow-usage-list {
    display: flex;
  }
  
  .flow-usage-list li:nth-child(n+4) {
    width: 50%;
  }
  
  .case-list {
    display: flex;
  }
  
  .choices-list {
    display: flex;
  }
  
  .flow-setup-list {
    display: flex;
  }
}


/* ---------------------------------------------
*   c-list-card
--------------------------------------------- */
.cv-block {
  position: relative;
}
.c-btn-cv,
.c-btn-tel {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.c-btn-cv {
  top: 53%;
  width: 86%;
  max-width: 629px;
}
.c-btn-tel {
  top: 76%;
  width: 58%;
  max-width: 410px;
}
.cv-block__tel-caption {
  text-align: center;
  margin: 16px 0 0 0;
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 71%;
  z-index: 3;
  background: none;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .c-btn-cv {
    top: 66%;
    width: 86%;
  }
  .c-btn-tel {
    top: 85%;
    width: 58%;
  }
  .cv-block__tel-caption {
    top: 79%;
    font-size: 0.65rem;
  }
}

@media (min-width: 861px) {
  .c-btn-cv,
  .c-btn-tel,
  .l-header__btn,
  .l-header__tel {
    transition: opacity 0.3s;
  }
  .c-btn-cv:hover,
  .c-btn-tel:hover,
  .l-header__btn:hover,
  .l-header__tel:hover {
    opacity: 0.85;
  }
}

/* 電話ボタンのスタイル */
@media screen and (max-width: 860px) {
  .c-box__item:has(.c-btn--tel) {
    width: 50%;
  }
}
.c-box--fix .c-btn--tel {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.346;
  background-image: url('../img/btn_fixd_01.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: left;
  line-height: 1.2;
  padding: 0.68em 0.21em 1.31em 2.21em;
  font-size: 5.06vw;
  font-weight: 700;
}

/* ヘッダー電話ボタンのスタイル */
.l-header__tel--text {
  background-image: url('../img/header_btn_tel.png');
  width: 10.24em;
  min-width: 10.24em;
  aspect-ratio: 1/0.224;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
  color: #333;
  font-size: min(2vw, 24px);
  font-weight: bold;
  line-height: 1;
  box-sizing: border-box;
  padding-top: 0.32em;
  padding-left: 2.3em;
}

/* CV部分の電話ボタンのスタイル */
.c-btn-tel--text {
  background-image: url('../img/btn_tel.png');
  max-width: none;
  width: 12.05em;
  aspect-ratio: 1 / 0.214;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  box-sizing: border-box;
  padding-top: 0.5em;
  padding-left: 4em;
  text-align: left;
}

/* SP版（スマートフォン版）のスタイル */
@media (max-width: 1024px) {
  .c-btn-tel--text {
    font-size: min(6vw, 36px);
  }
}