/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: clamp(0.3333333333rem, -0.0007rem + 0.695vw, 0.8333333333rem);
}
@media screen and (max-width: 767px) {
  html {
    font-size: clamp(0.625rem, 0rem + 2.6667vw, 1.2783333333rem);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
}

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

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

.header_logo {
  width: 21.25%;
  position: fixed;
  top: 5.9rem;
  left: 3.1rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 48%;
    top: 3.2rem;
    left: 1.6rem;
  }
}

.footer {
  padding: 1.4rem 0;
  background-color: #162848;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0.75rem 0;
  }
}
.footer_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer_text {
    font-size: 1.2rem;
  }
}

.home .layout-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .home .layout-wrapper {
    flex-direction: column;
  }
}
.home .main-content {
  width: 73.1945%;
  background-color: #edf4ff;
}
@media screen and (max-width: 767px) {
  .home .main-content {
    width: 100%;
  }
}
.home .fv {
  padding: 9.27rem 1rem 5.17rem 3.1rem;
}
@media screen and (max-width: 767px) {
  .home .fv {
    padding: 8.9rem 1rem 3.2rem;
  }
}
.home .fv_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .home .fv_inner {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.home .fv_inner_text {
  width: 69%;
}
@media screen and (max-width: 767px) {
  .home .fv_inner_text {
    width: 100%;
  }
}
.home .fv_inner_text_title {
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .home .fv_inner_text_title {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}
.home .fv_inner_text_title_gradient {
  background: linear-gradient(90deg, #005bea 0%, #00c6fb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.home .fv_inner_text_title_tate {
  writing-mode: vertical-rl;
  font-size: 1.9rem;
  line-height: 1.2;
  background: linear-gradient(90deg, #061acb 0%, #07c6de 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .home .fv_inner_text_title_tate {
    font-size: 1.06rem;
  }
}
.home .fv_inner_text_text {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .home .fv_inner_text_text {
    font-size: 1.4rem;
  }
}
.home .fv_inner_img {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .home .fv_inner_img {
    flex: 0;
    width: 100%;
  }
}
.home .video {
  display: none;
  padding: 10.2rem 0;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .video {
    padding: 2.4rem 0;
  }
}
.home .video_iframe {
  width: 69.545%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .home .video_iframe {
    width: 91.361%;
  }
}
.home .reduction {
  padding: 10rem 0 13rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .reduction {
    padding: 3.2rem 0 3.7rem;
  }
}
.home .reduction_title {
  font-size: 6.6rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .home .reduction_title {
    font-size: 3.4rem;
    margin-bottom: 2.4rem;
  }
}
.home .reduction_title span {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .home .reduction_title span {
    font-size: 1.8rem;
  }
}
.home .reduction_table {
  width: 61.291%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home .reduction_table {
    width: 91.467%;
  }
}
.home .reduction_table_img {
  width: 100%;
  height: auto;
  margin-bottom: 1.6rem;
}
.home .reduction_table_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .home .reduction_table_text {
    font-size: 1rem;
  }
}
.home .reason_title {
  font-size: 3.8rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  position: relative;
  background-color: #162848;
  padding: 7.2rem 0;
}
@media screen and (max-width: 767px) {
  .home .reason_title {
    font-size: 1.8rem;
    padding: 3.8rem 0 2.9rem;
  }
}
.home .reason_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5.2rem solid transparent;
  border-right: 5.2rem solid transparent;
  border-top: 3.5rem solid #edf4ff;
}
@media screen and (max-width: 767px) {
  .home .reason_title::before {
    border-left: 2.1rem solid transparent;
    border-right: 2.1rem solid transparent;
    border-top: 1.23rem solid #edf4ff;
  }
}
.home .reason_inner {
  padding: 9.6rem 0 5.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home .reason_inner {
    padding: 3.6rem 0 3.9rem;
  }
}
.home .reason_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5.2rem solid transparent;
  border-right: 5.2rem solid transparent;
  border-top: 3.5rem solid #162848;
}
@media screen and (max-width: 767px) {
  .home .reason_inner::before {
    border-left: 2.1rem solid transparent;
    border-right: 2.1rem solid transparent;
    border-top: 1.23rem solid #162848;
  }
}
.home .reason_inner_title {
  font-size: 5.6rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .home .reason_inner_title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.home .reason_inner_title_small {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .home .reason_inner_title_small {
    font-size: 1.8rem;
  }
}
.home .reason_inner_title_large {
  font-size: 8.8rem;
}
@media screen and (max-width: 767px) {
  .home .reason_inner_title_large {
    font-size: 4.8rem;
  }
}
.home .reason_inner_text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 7.1rem;
}
@media screen and (max-width: 767px) {
  .home .reason_inner_text {
    font-size: 1.2rem;
    text-align: left;
    width: 91.47%;
    margin: 0 auto;
    margin-bottom: 3.5rem;
  }
}
.home .reason_inner_img {
  width: 69.45%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home .reason_inner_img {
    width: 85.87%;
  }
}
.home .reason_2 {
  background-color: #fff;
}
.home .reason_2_title {
  font-size: 3.8rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  position: relative;
  background-color: #162848;
  padding: 7.2rem 0;
}
@media screen and (max-width: 767px) {
  .home .reason_2_title {
    font-size: 1.8rem;
    padding: 2.3rem 0 1.6rem;
    line-height: 1.4;
  }
}
.home .reason_2_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5.2rem solid transparent;
  border-right: 5.2rem solid transparent;
  border-top: 3.5rem solid #edf4ff;
}
@media screen and (max-width: 767px) {
  .home .reason_2_title::before {
    border-left: 2.1rem solid transparent;
    border-right: 2.1rem solid transparent;
    border-top: 1.23rem solid #edf4ff;
  }
}
.home .reason_2_inner_top {
  padding: 10rem 0 6.4rem;
  position: relative;
  width: 81.12%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home .reason_2_inner_top {
    padding: 4.8rem 0 4.2rem;
    width: 91.467%;
  }
}
.home .reason_2_inner_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5.2rem solid transparent;
  border-right: 5.2rem solid transparent;
  border-top: 3.5rem solid #162848;
}
@media screen and (max-width: 767px) {
  .home .reason_2_inner_top::before {
    border-left: 2.1rem solid transparent;
    border-right: 2.1rem solid transparent;
    border-top: 1.23rem solid #162848;
  }
}
.home .reason_2_inner_top_list {
  padding: 4rem;
  margin-bottom: 6.82rem;
  background-color: #edf4ff;
}
@media screen and (max-width: 767px) {
  .home .reason_2_inner_top_list {
    padding: 1.6rem 1rem;
    margin-bottom: 3.2rem;
  }
}
.home .reason_2_inner_top_list_item {
  display: flex;
  align-items: baseline;
  gap: 2.34rem;
  margin-bottom: 2.16rem;
}
@media screen and (max-width: 767px) {
  .home .reason_2_inner_top_list_item {
    gap: 0.8rem;
    margin-bottom: 1.2rem;
  }
}
.home .reason_2_inner_top_list_item:last-child {
  margin-bottom: 0;
}
.home .reason_2_inner_top_list_item_number {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: linear-gradient(90deg, #005bea 0%, #00c6fb 100%);
  width: 4.4rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .home .reason_2_inner_top_list_item_number {
    font-size: 1.8rem;
    width: 2.5rem;
  }
}
.home .reason_2_inner_top_list_item_text {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .home .reason_2_inner_top_list_item_text {
    font-size: 1.6rem;
  }
}
.home .reason_2_inner_top_text {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .home .reason_2_inner_top_text {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.home .reason_2_inner_bottom {
  padding: 8.9rem 0 10rem;
  background-color: #edf4ff;
}
@media screen and (max-width: 767px) {
  .home .reason_2_inner_bottom {
    padding: 2.39rem 0 3.5rem;
  }
}
.home .reason_2_inner_bottom_text {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 8.2rem;
}
@media screen and (max-width: 767px) {
  .home .reason_2_inner_bottom_text {
    font-size: 1.98rem;
    margin-bottom: 2rem;
  }
}
.home .reason_2_inner_bottom_text span {
  background: linear-gradient(90deg, #005bea 0%, #00c6fb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .home .reason_2_inner_bottom_text span span {
    font-size: 2.42rem;
  }
}
.home .reason_2_inner_bottom_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 65.2756%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home .reason_2_inner_bottom_box {
    width: 75.934%;
    gap: 0.5rem;
  }
}
.home .reason_2_inner_bottom_box_text1 {
  font-size: 3.024rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .reason_2_inner_bottom_box_text1 {
    font-size: 1.5rem;
  }
}
.home .reason_2_inner_bottom_box_text2 {
  flex: 1;
  font-size: 2.458rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #005bea 0%, #00c6fb 100%);
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .home .reason_2_inner_bottom_box_text2 {
    font-size: 1.59rem;
  }
}
.home .reason_2_inner_bottom_box_text2 span:first-of-type {
  font-size: 6.552rem;
  color: #ffff00;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .home .reason_2_inner_bottom_box_text2 span:first-of-type {
    font-size: 4.24rem;
  }
}
.home .reason_2_inner_bottom_box_text2 span:nth-of-type(2) {
  font-size: 4.032rem;
  color: #ffff00;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .home .reason_2_inner_bottom_box_text2 span:nth-of-type(2) {
    font-size: 2.61rem;
  }
}
.home .reason_2_inner_bottom_box_text2 span:nth-of-type(3) {
  font-size: 3.769rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .home .reason_2_inner_bottom_box_text2 span:nth-of-type(3) {
    font-size: 2.44rem;
  }
}
.home .reason_2_inner_bottom_box_text2 span:nth-of-type(4) {
  font-size: 3.769rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .home .reason_2_inner_bottom_box_text2 span:nth-of-type(4) {
    font-size: 2.44rem;
  }
}
.home .reason_2_summary {
  padding: 10.8rem 0 4.1rem;
  background: linear-gradient(90deg, #005bea 0%, #00c6fb 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .home .reason_2_summary {
    padding: 3.3rem 0 2.2rem;
  }
}
.home .reason_2_summary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5.2rem solid transparent;
  border-right: 5.2rem solid transparent;
  border-top: 3.5rem solid #edf4ff;
}
@media screen and (max-width: 767px) {
  .home .reason_2_summary::before {
    border-left: 2.1rem solid transparent;
    border-right: 2.1rem solid transparent;
    border-top: 1.23rem solid #edf4ff;
  }
}
.home .reason_2_summary_title {
  font-size: 4.224rem;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  padding: 2.2rem;
  border: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.6rem;
}
@media screen and (max-width: 767px) {
  .home .reason_2_summary_title {
    font-size: 1.8rem;
    padding: 1rem;
    margin-bottom: 1.1rem;
  }
}
.home .reason_2_summary_title_color {
  color: #ffff00;
}
.home .reason_2_summary_title_big {
  font-size: 5.016rem;
}
@media screen and (max-width: 767px) {
  .home .reason_2_summary_title_big {
    font-size: 1.8rem;
  }
}
.home .reason_2_summary_title_small {
  font-size: 3.696rem;
}
@media screen and (max-width: 767px) {
  .home .reason_2_summary_title_small {
    font-size: 1.8rem;
  }
}
.home .reason_2_summary_text {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  color: #ffff00;
}
@media screen and (max-width: 767px) {
  .home .reason_2_summary_text {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.home .video_2 {
  padding: 10rem 0;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .video_2 {
    padding: 3.6rem 0;
  }
}
.home .video_2_iframe {
  width: 69.545%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .home .video_2_iframe {
    width: 91.361%;
  }
}
.home .model {
  padding: 6rem 0 6.68rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .home .model {
    padding: 0rem 0 3.16rem;
  }
}
.home .model_title {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .home .model_title {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.home .model_text {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 6.1rem;
}
@media screen and (max-width: 767px) {
  .home .model_text {
    font-size: 1.2rem;
    text-align: left;
    width: 91.467%;
    margin: 0 auto 2.4rem;
  }
}
.home .model_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 82.9223%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home .model_list {
    width: 91.467%;
  }
}
.home .model_list_item {
  width: 49.213%;
  margin-bottom: 1.37rem;
}
@media screen and (max-width: 767px) {
  .home .model_list_item {
    width: 49.213%;
  }
}
.home .model_list_item:nth-of-type(3) {
  margin-bottom: 0;
}
.home .model_list_item:last-of-type {
  margin-bottom: 0;
}
.home .model_list_item:last-of-type .model_list_item_title {
  padding: 1.85rem 0;
}
@media screen and (max-width: 767px) {
  .home .model_list_item:last-of-type .model_list_item_title {
    padding: 0.95rem 0;
  }
}
.home .model_list_item_title {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 900;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.3rem 0;
  gap: 2rem;
  background: linear-gradient(90deg, #005bea 0%, #00c6fb 100%);
}
@media screen and (max-width: 767px) {
  .home .model_list_item_title {
    font-size: 1.2rem;
    padding: 0.95rem 0;
    gap: 0.785rem;
    text-align: center;
  }
}
.home .model_list_item_title span span {
  font-size: 3.1rem;
}
@media screen and (max-width: 767px) {
  .home .model_list_item_title span span {
    font-size: 1.2rem;
  }
}
.home .model_list_item_title img {
  width: 2.9rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .home .model_list_item_title img {
    width: 1.14rem;
  }
}
.home .model_list_item_text {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  padding: 3.44rem 0;
  background-color: #edf4ff;
}
@media screen and (max-width: 767px) {
  .home .model_list_item_text {
    font-size: 1.3rem;
    padding: 0.9rem 0;
  }
}
.home .voice {
  padding: 7.2rem 0 10rem;
  background-color: #edf4ff;
}
@media screen and (max-width: 767px) {
  .home .voice {
    padding: 2.4rem 0 5.3rem;
  }
}
.home .voice_title {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .home .voice_title {
    font-size: 1.8rem;
    margin-bottom: 2.9rem;
  }
}
.home .voice_list {
  width: 84.251%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home .voice_list {
    display: none;
  }
}
.home .voice_list_item {
  padding: 3rem 1.9rem 3rem 3rem;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.8rem;
  margin-bottom: 3rem;
}
.home .voice_list_item:last-of-type {
  margin-bottom: 0;
}
.home .voice_list_item_img {
  width: 14.1rem;
  height: auto;
}
.home .voice_list_item_text {
  flex: 1;
}
.home .voice_list_item_text_person {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.home .voice_list_item_text_person_name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.home .voice_list_item_text_person_age {
  font-size: 2rem;
}
.home .voice_list_item_text_person_info {
  font-size: 1.6rem;
  font-weight: 500;
  width: 70%;
  line-height: 1.4;
}
.home .voice_list_item_text_person_job {
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  margin-top: 0.4rem;
}
.home .voice_list_item_text_salary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}
.home .voice_list_item_text_salary_before {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
.home .voice_list_item_text_salary_before span {
  font-size: 3rem;
}
.home .voice_list_item_text_salary_arrow {
  width: 0.9rem;
  height: auto;
  margin-left: 0.6rem;
  margin-right: 0.2rem;
}
.home .voice_list_item_text_salary_after {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #005bea 0%, #00c6fb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.home .voice_list_item_text_salary_after span {
  font-size: 4.3rem;
}
.home .voice_list_item_text_salary_fukidashi {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-left: 1.7rem;
  position: relative;
  background-color: #231815;
  padding: 0.5rem 1.5rem;
}
.home .voice_list_item_text_salary_fukidashi span {
  font-size: 3rem;
}
.home .voice_list_item_text_salary_fukidashi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.5rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-right: 1rem solid #231815;
}
.home .voice_list_item_text_title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.home .voice_list_item_text_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.home .voice_swiper.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .home .voice_swiper.sp {
    display: block;
    width: 96.267%;
    margin: 0 auto;
  }
}
.home .voice_swiper.sp .swiper {
  width: 100%;
  height: auto;
}
.home .voice_swiper.sp .swiper-slide {
  padding: 0 0.5rem;
}
.home .voice_swiper.sp .voice_list_item {
  padding: 1.6rem 1.65rem;
  background-color: #fff;
}
.home .voice_swiper.sp .voice_list_item_text_top {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
}
.home .voice_swiper.sp .voice_list_item_text_top_img {
  width: 9rem;
  height: auto;
}
.home .voice_swiper.sp .voice_list_item_text_top_person {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.8rem;
  flex: 1;
}
.home .voice_swiper.sp .voice_list_item_text_top_person_name {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  text-align: center;
  display: block;
}
.home .voice_swiper.sp .voice_list_item_text_top_info {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}
.home .voice_swiper.sp .voice_list_item_text_top_job {
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
}
.home .voice_swiper.sp .voice_list_item_text_salary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 21rem;
  margin: 0 auto 1rem;
}
.home .voice_swiper.sp .voice_list_item_text_salary_fukidashi {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  position: relative;
  background-color: #231815;
  padding: 0.6rem 1.11rem;
  border-radius: 4px;
}
.home .voice_swiper.sp .voice_list_item_text_salary_fukidashi::before {
  display: none;
}
.home .voice_swiper.sp .voice_list_item_text_salary_fukidashi::after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-top: 0.6rem solid #231815;
}
.home .voice_swiper.sp .voice_list_item_text_salary_fukidashi span {
  font-size: 2.2rem;
}
.home .voice_swiper.sp .voice_list_item_text_salary_br {
  width: 100%;
}
.home .voice_swiper.sp .voice_list_item_text_salary_before {
  font-size: 1.63rem;
  font-weight: 700;
  line-height: 1;
}
.home .voice_swiper.sp .voice_list_item_text_salary_before span {
  font-size: 2.22rem;
}
.home .voice_swiper.sp .voice_list_item_text_salary_arrow {
  width: 0.7rem;
  height: auto;
}
.home .voice_swiper.sp .voice_list_item_text_salary_after {
  font-size: 2.07rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #005bea 0%, #00c6fb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-right: 1.3rem;
}
.home .voice_swiper.sp .voice_list_item_text_salary_after span {
  font-size: 3.2rem;
}
.home .voice_swiper.sp .voice_list_item_text_title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.4rem;
}
.home .voice_swiper.sp .voice_list_item_text_text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
.home .voice_swiper.sp .swiper-slide_3 .voice_list_item_text_top_job {
  padding-left: 1.55rem;
}
.home .voice_swiper.sp .swiper-slide_3 .voice_list_item_text_top_info {
  padding-left: 1.55rem;
}
.home .voice_swiper.sp .swiper-pagination {
  position: initial;
  margin-top: 1.8rem;
}
.home .voice_swiper.sp .swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.8rem;
  background: #d9d9d9;
  opacity: 1;
}
.home .voice_swiper.sp .swiper-pagination .swiper-pagination-bullet-active {
  background: #999;
}
.home .voice_swiper.sp .swiper-button-prev::after,
.home .voice_swiper.sp .swiper-button-next::after {
  display: none;
}
.home .voice_swiper.sp .swiper-button-prev,
.home .voice_swiper.sp .swiper-button-next {
  width: 2.4rem;
}
.home .voice_swiper.sp .swiper-button-prev {
  left: 0;
}
.home .voice_swiper.sp .swiper-button-next {
  right: 0;
}
.home .sidebar {
  flex: 1;
  height: auto;
}
@media screen and (max-width: 767px) {
  .home .sidebar {
    width: 100%;
    flex: initial;
  }
}
.home .sidebar .contact_form {
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .home .sidebar .contact_form {
    position: initial;
    box-shadow: none;
    height: auto;
    margin-bottom: 6.4rem;
  }
}
.home .sidebar .contact_form_header {
  background: linear-gradient(90deg, #005bea 0%, #00c6fb 100%);
  padding: 2.4rem 0 2.9rem;
  color: #fff;
}
.home .sidebar .contact_form_title {
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .home .sidebar .contact_form_title {
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
    gap: 1.2rem;
  }
}
.home .sidebar .contact_form_title span:first-of-type {
  font-size: 1.79rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.518rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .home .sidebar .contact_form_title span:first-of-type {
    font-size: 1.4rem;
    padding: 0.4rem 0;
    border-top: 0.8px solid #fff;
    border-bottom: 0.8px solid #fff;
  }
}
.home .sidebar .contact_form_text {
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .sidebar .contact_form_text {
    font-size: 1.2rem;
  }
}
.home .sidebar .contact_form_body {
  width: 82.902%;
  margin: -2.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .home .sidebar .contact_form_body {
    margin-top: -1.4rem;
    width: 89.07%;
  }
}
.home .sidebar .contact_form_body_text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  padding: 1rem 0;
  background-color: #0d0e10;
}
@media screen and (max-width: 767px) {
  .home .sidebar .contact_form_body_text {
    font-size: 1.2rem;
    padding: 0.37rem 1.5rem;
    gap: 0.67rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.home .sidebar .contact_form_body_text img {
  width: 3rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .home .sidebar .contact_form_body_text img {
    width: 2.2rem;
  }
}
.home .sidebar .contact_form_body .wpcf7 {
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .home .sidebar .contact_form_body .wpcf7 {
    margin-top: 3.2rem;
  }
}
.home .sidebar .contact_form_body .wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
}
.home .sidebar .contact_form_body .wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}
.home .sidebar .contact_form_body .wpcf7 .screen-reader-response {
  display: none;
}
.home .sidebar .contact_form_body .wpcf7 label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .home .sidebar .contact_form_body .wpcf7 label {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
}
.home .sidebar .contact_form_body .wpcf7 label .required {
  background-color: #ff0000;
  color: #fff;
  padding: 0.4rem 1rem;
  font-size: 1.4rem;
  margin-left: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .home .sidebar .contact_form_body .wpcf7 label .required {
    font-size: 1rem;
    padding: 0.3rem 0.74rem;
    margin-left: 0.74rem;
  }
}
.home .sidebar .contact_form_body .wpcf7 label .optional {
  background-color: #d9d9d9;
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  margin-left: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .home .sidebar .contact_form_body .wpcf7 label .optional {
    font-size: 1rem;
    padding: 0.3rem 0.74rem;
    margin-left: 0.74rem;
  }
}
.home .sidebar .contact_form_body .wpcf7 input[type=text],
.home .sidebar .contact_form_body .wpcf7 input[type=email],
.home .sidebar .contact_form_body .wpcf7 input[type=tel],
.home .sidebar .contact_form_body .wpcf7 select,
.home .sidebar .contact_form_body .wpcf7 textarea {
  width: 100%;
  padding: 1.9rem 1rem;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #f5f5f5;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .home .sidebar .contact_form_body .wpcf7 input[type=text],
  .home .sidebar .contact_form_body .wpcf7 input[type=email],
  .home .sidebar .contact_form_body .wpcf7 input[type=tel],
  .home .sidebar .contact_form_body .wpcf7 select,
  .home .sidebar .contact_form_body .wpcf7 textarea {
    margin-top: 0.88rem;
    font-size: 1.4rem;
    padding: 1.55rem 0.74rem;
  }
}
.home .sidebar .contact_form_body .wpcf7 input[type=text]::-moz-placeholder, .home .sidebar .contact_form_body .wpcf7 input[type=email]::-moz-placeholder, .home .sidebar .contact_form_body .wpcf7 input[type=tel]::-moz-placeholder, .home .sidebar .contact_form_body .wpcf7 select::-moz-placeholder, .home .sidebar .contact_form_body .wpcf7 textarea::-moz-placeholder {
  color: #d9d9d9;
}
.home .sidebar .contact_form_body .wpcf7 input[type=text]::placeholder,
.home .sidebar .contact_form_body .wpcf7 input[type=email]::placeholder,
.home .sidebar .contact_form_body .wpcf7 input[type=tel]::placeholder,
.home .sidebar .contact_form_body .wpcf7 select::placeholder,
.home .sidebar .contact_form_body .wpcf7 textarea::placeholder {
  color: #d9d9d9;
}
.home .sidebar .contact_form_body .wpcf7 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 2.5em 2.5em;
}
@media screen and (max-width: 767px) {
  .home .sidebar .contact_form_body .wpcf7 select {
    background-position: right 0.66rem center;
    background-size: 1.8em 1.8em;
  }
}
.home .sidebar .contact_form_body .wpcf7 textarea {
  min-height: 8rem;
  resize: vertical;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .home .sidebar .contact_form_body .wpcf7 textarea {
    min-height: 6rem;
    padding: 0.74rem;
  }
}
.home .sidebar .contact_form_body .wpcf7 .wpcf7-submit {
  color: white;
  border: none;
  padding: 2.25rem 0;
  border-radius: 4px;
  font-size: 2.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  background: linear-gradient(90deg, #005bea 0%, #00c6fb 100%);
  box-shadow: 4px 4px 0px #2843c9;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .sidebar .contact_form_body .wpcf7 .wpcf7-submit {
    font-size: 2rem;
    padding: 1.75rem 0;
    box-shadow: 2.96px 2.96px 0px #2843c9;
    border-radius: 7.4px;
  }
}
.home .sidebar .contact_form_body .wpcf7 .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 91, 234, 0.3);
}
.home .sidebar .contact_form_body .wpcf7 .wpcf7-submit:active {
  transform: translateY(0);
}
.home .sidebar .contact_form_body .wpcf7 .wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 1.2rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .home .sidebar .contact_form_body .wpcf7 .wpcf7-not-valid-tip {
    font-size: 1rem;
  }
}
.home .sidebar .contact_form_body .wpcf7 .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 1rem;
  border-radius: 4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .home .sidebar .contact_form_body .wpcf7 .wpcf7-response-output {
    font-size: 1.2rem;
  }
}
.home .sidebar .contact_form_body .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.home .sidebar .contact_form_body .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}/*# sourceMappingURL=style.css.map */