/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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 */
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

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;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
html {
  font-size: 10px;
  font-size: 0.5277vw;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 0.71428vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333vw;
  }
}

body {
  max-width: 100vw;
  width: 100%;
  color: #000;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.wrap {
  padding: 12rem 0;
}
@media screen and (max-width: 750px) {
  .wrap {
    padding: 10rem 4rem;
  }
}

.inner {
  max-width: 100rem;
  margin: 0 auto;
  box-sizing: border-box;
}

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

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .serif {
    font-weight: 700;
  }
}

h2 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
h2.white {
  color: #fff;
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 4.6rem;
  }
}

p {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 750px) {
  p {
    font-size: 2.4rem;
  }
}

.rubik {
  font-family: "Rubik", serif;
  font-weight: 500;
}

.header {
  background-color: #fff;
  padding: 2rem 0;
}
.header_box {
  width: 106rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_log {
  width: 35rem;
}
.header_btn {
  background-color: #06c755;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  padding: 1rem 4.5rem 1rem 2rem;
  border-radius: 1rem;
  position: relative;
}
.header_btn::after {
  content: "";
  background: center/contain url(../img/btn_arrow.svg) no-repeat;
  width: 0.7rem;
  height: 1.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3rem;
}
@media screen and (max-width: 750px) {
  .header {
    padding: 1rem 4rem;
  }
  .header_box {
    width: 100%;
  }
  .header_log {
    width: 40rem;
  }
  .header_btn {
    background-color: initial;
    padding: 0;
  }
  .header_btn::after {
    content: none;
  }
  .header_btn img {
    width: 8rem;
  }
}

.fv {
  background: center/cover url(../img/fv_bg.jpg) no-repeat;
  padding: 5rem 0 3rem;
}
.fv_content {
  width: 100rem;
  margin: 0 auto;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
.fv_ttl {
  font-size: 6.7rem;
  line-height: 1.2985074627;
  text-align: left;
  text-shadow: 0 0 0.4rem rgba(73, 73, 73, 0.8), 0 0 0.8rem rgba(73, 73, 73, 0.8), 0 0 1.2rem rgba(73, 73, 73, 0.8), 0 0 1.6rem rgba(73, 73, 73, 0.8);
  margin-bottom: 2rem;
}
.fv_key-01 {
  width: 75rem;
  height: 6.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50rem;
  box-shadow: 0 0 1.6rem 2px rgb(149, 149, 149);
  margin-bottom: 2rem;
}
.fv_key-01 img {
  width: 67.9rem;
}
.fv_key-02 {
  width: 56.7rem;
  margin-bottom: 3rem;
}
.fv_key-03 {
  width: 61.6rem;
  padding-right: 6rem;
  font-size: 3rem;
  line-height: 1.3333333333;
  text-align: right;
  text-shadow: 0 0 0.3rem rgba(73, 73, 73, 0.8), 0 0 0.6rem rgba(73, 73, 73, 0.8), 0 0 0.9rem rgba(73, 73, 73, 0.8), 0 0 1.1rem rgba(73, 73, 73, 0.8);
  margin-right: auto;
  position: relative;
}
.fv_key-03::before, .fv_key-03::after {
  content: "";
  width: 8.5rem;
  height: 4px;
  background-color: #fff;
  box-shadow: 0 0 0.9rem 2px rgba(73, 73, 73, 0.8);
  position: absolute;
  top: 50%;
}
.fv_key-03::before {
  left: -2.5rem;
  transform: rotate(66deg) translateY(-50%);
}
.fv_key-03::after {
  right: -2.5rem;
  transform: rotate(-66deg) translateY(-50%);
}
.fv_btn {
  width: 61.6rem;
  display: flex;
  align-items: center;
  background-color: #06c755;
  color: #fff;
  padding: 0.5rem 0.8rem;
  border-radius: 1rem;
  margin: 2rem 0 1rem;
  position: relative;
}
.fv_btn::after {
  content: "";
  background: center/contain url(../img/btn_arrow.svg) no-repeat;
  width: 1.8rem;
  height: 2.9rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.8rem;
}
.fv_btn:hover {
  opacity: 0.8;
}
.fv_btn-log {
  width: 13.6rem;
}
.fv_btn-txt {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.fv_btn-txt .bg {
  font-size: 5.1rem;
  line-height: 1;
}
.fv_notes {
  line-height: 1.3333333333;
}
@media screen and (max-width: 750px) {
  .fv {
    background: center/cover url(../img/fv_bg-sp.jpg) no-repeat;
    padding: 7rem 4rem 5rem;
  }
  .fv_content {
    width: 100%;
  }
  .fv_ttl {
    font-size: 5.8rem;
    text-align: center;
    margin-bottom: 3rem;
    font-feature-settings: "palt";
  }
  .fv_key-01 {
    width: 100%;
    height: 6.2rem;
    margin-bottom: 3rem;
  }
  .fv_key-01 img {
    width: 60.6rem;
  }
  .fv_key-02 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .fv_key-03 {
    width: 61.6rem;
    padding-right: 6rem;
    margin: 0 auto;
  }
  .fv_key-03::before, .fv_key-03::after {
    height: 3px;
  }
  .fv_btn {
    margin: 2rem auto 1rem;
  }
  .fv_notes {
    font-size: 1.8rem;
    width: 61.6rem;
    margin: 0 auto;
  }
}

.about {
  background-color: #262626;
  padding-top: 0;
}
.about_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.about_item {
  width: 30rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  margin-top: -1.5rem;
}
.about_item:nth-of-type(1) img {
  width: 24.8rem;
}
.about_item:nth-of-type(2) img {
  width: 21rem;
}
.about_item:nth-of-type(3) img {
  width: 25.3rem;
}
.about_main {
  color: #fff;
}
.about_main img {
  margin-bottom: 6rem;
}
.about_top {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.about h2 {
  padding-bottom: 6.5rem;
  margin-bottom: 3rem;
  position: relative;
}
.about h2::after {
  content: "";
  background: center/contain url(../img/about_arrow.svg) no-repeat;
  width: 4.1rem;
  height: 3.8rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about_txt {
  font-size: 2.4rem;
  line-height: 2;
  margin-bottom: 6rem;
}
.about_movie {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #9e9e9e;
}
@media screen and (max-width: 750px) {
  .about_list {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    margin-bottom: 7rem;
  }
  .about_item {
    margin-top: -2rem;
  }
  .about_top {
    margin-bottom: 1rem;
  }
  .about h2 {
    padding-bottom: 8.5rem;
    margin-bottom: 5rem;
  }
  .about h2::after {
    width: 5.4rem;
    height: 5rem;
  }
  .about_txt {
    font-size: 3rem;
    margin-bottom: 10rem;
  }
}

.case {
  background-color: #f0f0f0;
}
.case h2 {
  margin-bottom: 4rem;
}
.case_txt {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 9rem;
}
.case_box {
  background-color: #fff;
  border: 1px solid #a5a5a5;
  border-radius: 2rem;
  padding: 5rem 5rem 6rem;
  position: relative;
}
.case_box-txt {
  font-size: 1.6rem;
}
.case_ttl {
  font-size: 7rem;
  color: #ca0010;
  position: absolute;
  left: 3.6rem;
  top: -3.1rem;
}
.case_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.case_main {
  padding-top: 3rem;
}
.case_sub-ttl {
  padding-left: 8.5rem;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  position: relative;
}
.case_sub-ttl .reason {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  padding: 0.5rem 0.5rem 0.5rem 0.8rem;
  position: absolute;
  left: 0;
  top: -0.2rem;
}
.case_sub-ttl .reason::after {
  content: "";
  width: 1rem;
  height: 100%;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 0;
  right: -0.9rem;
}
.case_heading {
  font-size: 3.6rem;
  line-height: 1.3;
}
.case_img {
  width: 40rem;
  flex-shrink: 0;
  margin-left: 3rem;
  border: 1px solid #ccc;
}
.case_table {
  margin-top: 3rem;
}
.case_table table {
  width: 100%;
}
.case_table tr {
  display: flex;
  align-items: flex-end;
  gap: 5rem;
}
.case_table tr:not(:first-of-type) {
  position: relative;
}
.case_table tr:not(:first-of-type)::after {
  content: "";
  width: 1.5rem;
  height: 1.8rem;
  background-color: #bbb;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  left: 41.5rem;
  transform: translateY(-50%);
}
.case_table th,
.case_table td {
  text-align: center;
}
.case_table th:nth-of-type(1),
.case_table td:nth-of-type(1) {
  width: 39.5rem;
}
.case_table th:nth-of-type(2),
.case_table td:nth-of-type(2) {
  width: calc(100% - 44.5rem);
}
.case_table th {
  font-size: 2rem;
  font-weight: 500;
  padding: 1rem 0;
  margin-bottom: 2rem;
  position: relative;
}
.case_table th::after {
  content: "";
  width: 2.8rem;
  height: 1.6rem;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.case_table th:nth-of-type(1) {
  background-color: #bbb;
}
.case_table th:nth-of-type(1)::after {
  background-color: #bbb;
}
.case_table th:nth-of-type(2) {
  color: #fff;
  background-color: #ca0010;
}
.case_table th:nth-of-type(2)::after {
  background-color: #ca0010;
}
.case_table td {
  font-size: 2.4rem;
  padding: 2rem 0 1rem;
  border-bottom: 1px solid;
}
.case_table td:nth-of-type(1) {
  border-color: #bbb;
}
.case_table td:nth-of-type(2) {
  font-size: 3.2rem;
  color: #ca0010;
  border-color: #ca0010;
}
@media screen and (max-width: 750px) {
  .case h2 {
    margin-bottom: 2.5rem;
  }
  .case_txt {
    font-size: 3rem;
    margin-bottom: 11rem;
  }
  .case_box {
    padding: 6.5rem 3rem 9rem;
  }
  .case_box-txt {
    font-size: 2.4rem;
  }
  .case_ttl {
    left: 3.3rem;
  }
  .case_top {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2.5rem;
  }
  .case_main {
    padding-top: 0;
  }
  .case_sub-ttl {
    padding-left: 11rem;
    font-size: 2.1rem;
  }
  .case_sub-ttl .reason {
    font-size: 1.8rem;
    padding: 0.6rem 0.6rem 0.6rem 0.8rem;
  }
  .case_sub-ttl .reason::after {
    width: 1.2rem;
    right: -1.1rem;
  }
  .case_heading {
    font-size: 4.7rem;
  }
  .case_img {
    width: 100%;
    margin-left: 0;
  }
  .case_table {
    margin-top: 4rem;
  }
  .case_table tr {
    gap: 1.5rem;
  }
  .case_table tr:not(:first-of-type)::after {
    width: 2rem;
    height: 2.3rem;
    left: 26rem;
  }
  .case_table th:nth-of-type(1),
  .case_table td:nth-of-type(1) {
    width: 25.5rem;
  }
  .case_table th:nth-of-type(2),
  .case_table td:nth-of-type(2) {
    width: calc(100% - 27rem);
  }
  .case_table th {
    font-size: 2.6rem;
    padding: 1.5rem 0;
    margin-bottom: 2rem;
  }
  .case_table th::after {
    width: 3.6rem;
    height: 2.1rem;
    bottom: -2rem;
  }
  .case_table td {
    font-size: 3rem;
    line-height: 1.3;
  }
  .case_table td:nth-of-type(2) {
    font-size: 3.3rem;
  }
}

.result {
  color: #fff;
  text-align: center;
  position: relative;
}
.result::after {
  content: "";
  width: 100%;
  height: 52rem;
  background: center/cover url(../img/result_bg.jpg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.result_txt {
  font-size: 3rem;
}
.result h2 {
  font-size: 4.8rem;
  margin-bottom: 5rem;
}
.result h2 .yellow {
  font-size: 7.2rem;
  color: #ffd800;
}
.result_logs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.result_logs img {
  width: calc((100% - 4.5rem) / 4);
  border: 1px solid #a8a8a8;
}
@media screen and (max-width: 750px) {
  .result::after {
    background: center/cover url(../img/result_bg-sp.jpg) no-repeat;
  }
  .result_txt {
    font-size: 3.9rem;
    line-height: 1.3846153846;
  }
  .result h2 {
    font-size: 6.1rem;
    margin-bottom: 5rem;
  }
  .result h2 .yellow {
    font-size: 9.3rem;
  }
  .result_logs {
    gap: 1.3rem;
  }
  .result_logs img {
    width: calc((100% - 2.6rem) / 3);
  }
}

.message {
  padding-bottom: 6rem;
  position: relative;
}
.message::after {
  content: "";
  width: 100%;
  height: 80rem;
  background-color: #ca0010;
  -webkit-clip-path: polygon(0 52%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 52%, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: -1;
}
.message_top {
  text-align: center;
  margin-bottom: 4rem;
}
.message_top-txt {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  padding: 0 5rem;
  border-radius: 50rem;
  position: relative;
}
.message_top-txt::after {
  content: "";
  width: 3rem;
  height: 2rem;
  background-color: #000;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -1.9rem;
  left: 50%;
  transform: translateX(-50%);
}
.message_box {
  position: relative;
}
.message_heading {
  position: absolute;
  top: 6rem;
  left: 42.5rem;
}
.message_heading h2 {
  color: #ca0010;
  text-align: left;
  padding-left: 10rem;
  position: relative;
}
.message_heading h2::before {
  content: "";
  width: 8.5rem;
  height: 2px;
  background-color: #ca0010;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.message_heading h3 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.7142857143;
}
.message_main {
  display: flex;
  gap: 5rem;
  margin-bottom: 2rem;
}
.message_peason {
  width: 50rem;
  flex-shrink: 0;
}
.message_name {
  font-size: 3rem;
  text-align: center;
  color: #fff;
}
.message_name .post {
  font-size: 1.8rem;
  padding-right: 2rem;
}
.message_txt {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #fff;
  padding-top: 36.5rem;
}
.message_career {
  background-color: #fff;
  padding: 2rem;
}
.message_career-ttl {
  font-size: 1.6rem;
  color: #ca0010;
  margin-bottom: 1rem;
}
.message_career-txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.message .splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  fill: #bfbfbf;
  border: none;
}
.message .splide__arrow--prev {
  left: calc(50% - 56rem);
  transform: scaleX(-1) translateY(-50%);
}
.message .splide__arrow--next {
  right: calc(50% - 56rem);
  transform: translateY(-50%);
}
.message .splide__arrow[disabled] {
  display: none;
}
.message .splide__arrow svg {
  width: 4rem;
}
.message .splide__pagination {
  margin-top: 1rem;
  gap: 3rem;
}
.message .splide__pagination__page {
  width: 2rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}
.message .splide__pagination__page.is-active {
  background-color: #707070;
}
@media screen and (max-width: 750px) {
  .message {
    padding: 0 4rem 5.5rem;
  }
  .message::after {
    height: 159.6rem;
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  }
  .message_top {
    margin-bottom: 5rem;
  }
  .message_top-txt {
    font-size: 2.8rem;
    padding: 2rem 10rem;
  }
  .message_top-txt::after {
    width: 3.9rem;
    height: 2.6rem;
    bottom: -2.5rem;
  }
  .message_heading {
    width: 50rem;
    position: static;
    margin: 0 auto 2.5rem;
  }
  .message_heading h2 {
    font-size: 4rem;
    padding-left: 10.5rem;
    margin-bottom: 2.5rem;
  }
  .message_heading h2::before {
    width: 9.2rem;
  }
  .message_heading h3 {
    font-size: 3rem;
  }
  .message_main {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-bottom: 3rem;
  }
  .message_name {
    font-size: 3.9rem;
    margin-top: 1.5rem;
  }
  .message_name .post {
    font-size: 2.3rem;
    padding-right: 2.7rem;
  }
  .message_txt {
    font-size: 2.4rem;
    padding-top: 0;
  }
  .message_career {
    padding: 3.5rem;
  }
  .message_career-ttl {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .message_career-txt {
    font-size: 2rem;
  }
  .message .splide__arrow {
    top: 51rem;
  }
  .message .splide__arrow--prev {
    left: 5rem;
    transform: scaleX(-1) translateY(0);
  }
  .message .splide__arrow--next {
    right: 5rem;
    transform: translateY(0);
  }
}

.cta {
  background: linear-gradient(180deg, #ca0010 0%, #ca0010 50%, #e1d2a9 50%, #e1d2a9 100%);
  position: relative;
}
.cta::after {
  content: "";
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cta_inner {
  width: 111.2rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
  padding-top: 17rem;
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
.cta_ttl {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.cta_img {
  margin: 5rem auto;
  width: 45rem;
  box-shadow: 0.3rem 0.3rem 0.7rem 0.3rem rgba(0, 0, 0, 0.2);
}
.cta_txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3333333333;
  text-align: right;
  padding-right: 1rem;
  margin: 0 auto;
  position: relative;
}
.cta_txt::before, .cta_txt::after {
  content: "";
  width: 8.5rem;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.cta_txt::before {
  left: -7rem;
  transform: rotate(66deg) translateY(-50%);
}
.cta_txt::after {
  right: -7rem;
  transform: rotate(-66deg) translateY(-50%);
}
.cta_btn {
  width: 61.6rem;
  display: flex;
  align-items: center;
  background-color: #06c755;
  color: #fff;
  padding: 0.5rem 0.8rem;
  border-radius: 1rem;
  margin: 2rem auto 1rem;
  position: relative;
}
.cta_btn::after {
  content: "";
  background: center/contain url(../img/btn_arrow.svg) no-repeat;
  width: 1.8rem;
  height: 2.9rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.8rem;
}
.cta_btn:hover {
  opacity: 0.8;
}
.cta_btn-log {
  width: 13.6rem;
}
.cta_btn-txt {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.cta_btn-txt .bg {
  font-size: 5.1rem;
  line-height: 1;
}
.cta_notes {
  line-height: 1.3333333333;
  width: 61.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .cta {
    width: 100%;
    overflow-x: hidden;
  }
  .cta_inner {
    width: 100%;
    padding: 13rem 4rem 15rem;
  }
  .cta_ttl {
    margin-bottom: 4.5rem;
  }
  .cta_box {
    margin-bottom: 7rem;
  }
  .cta_box img {
    width: 27.5rem;
  }
  .cta_img-block {
    gap: 12rem;
  }
  .cta_img-center {
    top: 3rem;
  }
  .cta_txt {
    width: 61.6rem;
    padding-right: 6rem;
  }
  .cta_txt::before, .cta_txt::after {
    height: 3px;
  }
  .cta_txt::before {
    left: -2.5rem;
  }
  .cta_txt::after {
    right: -2.5rem;
  }
  .cta_btn {
    margin: 2rem auto;
  }
  .cta_notes {
    font-size: 1.8rem;
  }
}

.worry {
  background-color: #e1d2a9;
  padding: 6rem 0 15rem;
}
.worry_txt {
  font-size: 2.4rem;
  text-align: center;
  color: #48402c;
}
.worry h2 {
  color: #48402c;
  margin-bottom: 3rem;
  position: relative;
}
.worry h2::after {
  content: "";
  background: center/contain url(../img/worry_ttl-icon.png) no-repeat;
  width: 6.1rem;
  height: 7rem;
  position: absolute;
  right: 8rem;
  bottom: 2rem;
}
.worry_list {
  background-color: #6c6145;
  border-radius: 2rem;
  padding: 5rem 4rem;
}
.worry_list li {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  padding-left: 4.5rem;
  position: relative;
}
.worry_list li:not(:last-of-type) {
  margin-bottom: 3rem;
}
.worry_list li::before {
  content: "";
  background: center/contain url(../img/worry_list-icon.svg) no-repeat;
  width: 2.9rem;
  height: 2.1rem;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media screen and (max-width: 750px) {
  .worry {
    padding: 9rem 4rem 14rem;
  }
  .worry_txt {
    font-size: 3.1rem;
  }
  .worry h2::after {
    width: 7.9rem;
    height: 9.1rem;
    right: 0;
    bottom: 5rem;
  }
  .worry_list {
    padding: 5rem 2rem 5rem 3rem;
  }
  .worry_list li {
    font-size: 3.9rem;
    line-height: 1.2307692308;
    padding-left: 6rem;
  }
  .worry_list li::before {
    width: 3.8rem;
    height: 2.8rem;
    top: 0.3em;
    left: 0;
  }
}

.feature {
  padding: 24rem 0 5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .feature {
    padding: 36rem 4rem 8rem;
  }
}
.feature_heading {
  width: 64rem;
  height: 26.3rem;
  background: center/contain url(../img/feature_heading-bg.png) no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 5rem;
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
}
.feature_heading-txt {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}
.feature_heading h2 {
  font-size: 4.8rem;
}
.feature_heading h2 .bg {
  font-size: 7.2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .feature_heading {
    width: 100%;
    height: 27.5rem;
    top: -7rem;
  }
  .feature_heading-txt {
    font-size: 3.1rem;
  }
  .feature_heading h2 {
    font-size: 5rem;
  }
  .feature_heading h2 .bg {
    font-size: 7.5rem;
  }
}
.feature_box:not(:last-of-type) {
  margin-bottom: 14rem;
}
@media screen and (max-width: 750px) {
  .feature_box:not(:last-of-type) {
    margin-bottom: 11.5rem;
  }
}
.feature_num {
  font-size: 10rem;
  line-height: 1;
  text-align: center;
  color: #ca0010;
  padding-bottom: 13rem;
  position: relative;
}
.feature_num::after {
  content: "";
  width: 3px;
  height: 9.5rem;
  background-color: #ca0010;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .feature_num {
    font-size: 13rem;
    margin-bottom: 2rem;
  }
}
.feature_ttl {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.4583333333;
  text-align: center;
  color: #ca0010;
  margin-bottom: 7rem;
}
.feature_ttl .sm {
  font-size: 3rem;
}
.feature_txt {
  font-size: 2.4rem;
  text-align: center;
}
.feature_txt span {
  font-size: 0.8em;
}
@media screen and (max-width: 750px) {
  .feature_ttl {
    font-size: 5.4rem;
    margin-bottom: 5rem;
  }
  .feature_ttl .sm {
    display: inline-block;
    font-size: 3.6rem;
    line-height: 1.2777777778;
  }
  .feature_txt {
    font-size: 3rem;
  }
}
.feature_circle {
  width: 67rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  margin: 5.5rem auto 7.5rem;
}
.feature_circle li {
  width: 20rem;
  aspect-ratio: 1/1;
  font-size: 3.6rem;
  line-height: 1.1111111111;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3d3d3d;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .feature_circle {
    width: 100%;
    margin-bottom: 8rem;
  }
}
.feature_caution {
  padding: 5.5rem 2.5rem;
  background-color: #ffd200;
  position: relative;
}
.feature_caution::before, .feature_caution::after {
  content: "";
  width: 100%;
  height: 2.2rem;
  background: center left/auto 100% url(../img/feature_caution-border.svg) repeat-x;
  position: absolute;
  left: 0;
}
.feature_caution::before {
  top: 0;
}
.feature_caution::after {
  bottom: 0;
}
.feature_caution-ttl {
  font-size: 3.6rem;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 3.5rem;
  position: relative;
}
.feature_caution-ttl::before, .feature_caution-ttl::after {
  content: "";
  width: 9.6rem;
  height: 8.5rem;
  background: center/contain url(../img/feature_caution-icon.png) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.feature_caution-ttl::before {
  left: 3.5rem;
}
.feature_caution-ttl::after {
  right: 3.5rem;
}
.feature_caution-txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .feature_caution {
    padding: 19rem 3.5rem 7rem;
  }
  .feature_caution-ttl {
    font-size: 4.2rem;
  }
  .feature_caution-ttl::before {
    top: -12rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .feature_caution-ttl::after {
    content: none;
  }
  .feature_caution-txt {
    font-size: 3rem;
  }
}
.feature_forte-top {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 8rem;
  margin: 3rem 0 8rem;
  position: relative;
}
.feature_forte-top::after {
  content: "";
  width: 18.8rem;
  height: 4.1rem;
  background-color: #000;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.feature_forte-top .red {
  color: #ca0010;
  background: linear-gradient(transparent 60%, #fcff00 100%);
}
.feature_forte-box {
  padding: 3.5rem 0 5rem;
  border-top: 0.85rem solid #ca0010;
  box-shadow: 0.4rem 0.4rem 1rem 0 rgba(0, 0, 0, 0.35);
}
.feature_forte-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ca0010;
  margin-bottom: 6rem;
}
.feature_forte-img {
  width: 80.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .feature_forte-top {
    font-size: 4rem;
    letter-spacing: 0;
    padding-top: 7rem;
    margin: 5.5rem 0 6.5rem;
  }
  .feature_forte-box {
    padding: 4rem 2rem 5.5rem;
  }
  .feature_forte-ttl {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
}
.feature_failure {
  padding: 4.5rem 4rem 5rem;
  background-color: #f2f2f2;
  font-weight: 700;
  color: #5d5d5d;
  margin: 9rem 0 6.5rem;
  position: relative;
  overflow: hidden;
}
.feature_failure::after {
  content: "";
  width: 24.3rem;
  height: 24.3rem;
  background: center/contain url(../img/feature_failure-icon.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.feature_failure-ttl {
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 1;
}
.feature_failure-txt {
  font-size: 2.2rem;
  line-height: 1.8181818182;
  padding-left: 21rem;
  position: relative;
  z-index: 1;
}
.feature_failure-txt::before {
  content: "";
  width: 18.3rem;
  height: 18rem;
  background: center/contain url(../img/feature_failure-img.png) no-repeat;
  position: absolute;
  bottom: -7.2rem;
  left: 0;
}
@media screen and (max-width: 750px) {
  .feature_failure {
    padding: 4.5rem 2rem;
    margin: 7rem 0 5rem;
  }
  .feature_failure::after {
    width: 29.9rem;
    height: 29.9rem;
  }
  .feature_failure-txt {
    font-size: 3rem;
    padding-left: 20rem;
  }
  .feature_failure-txt::before {
    width: 15.4rem;
    height: 17.4rem;
    bottom: auto;
    top: 0;
  }
}
.feature_support-heading {
  font-weight: 700;
  text-align: center;
  padding-top: 2rem;
  margin-bottom: 8rem;
  position: relative;
}
.feature_support-heading::after {
  content: "";
  width: 33.6rem;
  height: 12.1rem;
  background-color: rgba(202, 0, 16, 0.15);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.feature_support-top {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.feature_support-ttl {
  font-size: 3rem;
}
.feature_support-txt {
  text-align: center;
}
.feature_support-txt .sm {
  font-size: 1.2rem;
  vertical-align: text-top;
}
.feature_support-txt:last-of-type {
  text-align: right;
}
.feature_support-box {
  width: 81rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin: 2rem auto;
}
.feature_support-box li {
  width: calc((100% - 6rem) / 3);
  border: 1px solid #343434;
}
.feature_support-box li:nth-of-type(1) img {
  width: 9.5rem;
}
.feature_support-box li:nth-of-type(2) img {
  width: 8.9rem;
}
.feature_support-box li:nth-of-type(3) img {
  width: 11.7rem;
}
.feature_support-box li:nth-of-type(4) img {
  width: 9.1rem;
}
.feature_support-box li:nth-of-type(5) img {
  width: 9.9rem;
}
.feature_support-box li:nth-of-type(6) img {
  width: 11.1rem;
}
.feature_support-box li:nth-of-type(7) img {
  width: 8rem;
}
.feature_support-box img {
  height: 14rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}
.feature_support-box p {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #343434;
}
@media screen and (max-width: 750px) {
  .feature_support-heading {
    padding-top: 0;
    padding-bottom: 13rem;
    margin-bottom: 4rem;
  }
  .feature_support-heading::after {
    top: auto;
    bottom: 0;
  }
  .feature_support-top {
    font-size: 3.1rem;
    line-height: 1.5483870968;
    margin-bottom: 1rem;
  }
  .feature_support-ttl {
    font-size: 3.9rem;
    line-height: 1.7692307692;
  }
  .feature_support-txt .sm {
    font-size: 1.6rem;
  }
  .feature_support-txt:last-of-type {
    line-height: 1.5;
    text-align: left;
  }
  .feature_support-txt:last-of-type .sm {
    display: inline-block;
  }
  .feature_support-box {
    width: 100%;
    padding: 0 2rem;
    gap: 3.5rem;
    margin: 3rem auto 1rem;
  }
  .feature_support-box li {
    width: calc((100% - 3.5rem) / 2);
  }
  .feature_support-box li:nth-of-type(1) img {
    width: 10.5rem;
  }
  .feature_support-box li:nth-of-type(2) img {
    width: 9.9rem;
  }
  .feature_support-box li:nth-of-type(3) img {
    width: 12.9rem;
  }
  .feature_support-box li:nth-of-type(4) img {
    width: 10.1rem;
  }
  .feature_support-box li:nth-of-type(5) img {
    width: 11.1rem;
  }
  .feature_support-box li:nth-of-type(6) img {
    width: 12.3rem;
  }
  .feature_support-box li:nth-of-type(7) img {
    width: 9rem;
  }
  .feature_support-box img {
    height: 16.8rem;
  }
  .feature_support-box p {
    font-size: 1.9rem;
    padding: 0.5rem 0;
  }
}
.feature_law-ttl {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  text-align: center;
  margin: 6rem 0;
}
.feature_law-box {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
.feature_law-img {
  width: 50rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .feature_law-ttl {
    font-size: 3rem;
    margin: 4rem 0 5rem;
  }
  .feature_law-box {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}

.company {
  padding: 4rem 0 6rem;
  background-color: #f6f6f6;
}
.company-ttl {
  font-size: 2.6rem;
}
.company-box {
  width: 100rem;
  margin: 3rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.company-box li {
  width: calc((100% - 4rem) / 6);
  border: 1px solid #c6c6c6;
}
@media screen and (max-width: 750px) {
  .company {
    padding: 5rem 4rem 6.5rem;
  }
  .company-ttl {
    font-size: 3.3rem;
  }
  .company-box {
    width: 100%;
    gap: 1rem;
  }
  .company-box li {
    width: calc((100% - 2rem) / 3);
  }
}

.flow {
  padding: 7rem 0 10.5rem;
  position: relative;
}
.flow::after {
  content: "";
  width: 100%;
  height: 122.7rem;
  background: center/cover url(../img/flow_bg.jpg) no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.flow .cta {
  background: initial;
}
.flow .cta::after {
  background-color: #fff;
  border: 1px solid #000;
}
.flow .cta_inner {
  color: #000;
}
.flow .cta_txt::before, .flow .cta_txt::after {
  background-color: #000;
}
.flow .inner {
  max-width: 110rem;
}
.flow_ttl {
  color: #fff;
  margin: 6rem 0 4.5rem;
}
.flow_content {
  display: flex;
  justify-content: space-between;
}
.flow_box {
  width: 35rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0.8rem 0.8rem 0.8rem 0 rgba(0, 0, 0, 0.09);
}
.flow_heading {
  height: 9.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.flow_txt {
  font-weight: 700;
  flex: 1;
  padding: 2.5rem 2rem;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .flow {
    padding: 7.5rem 0 9.5rem;
  }
  .flow::after {
    height: 178.8rem;
    background: center/cover url(../img/flow_bg-sp.jpg) no-repeat;
  }
  .flow .inner {
    padding: 0 4rem;
  }
  .flow_ttl {
    margin: 8rem 0 4rem;
  }
  .flow_content {
    flex-direction: column;
    gap: 4.5rem;
  }
  .flow_box {
    width: 100%;
  }
  .flow_heading {
    font-size: 3rem;
  }
}

.faq {
  background-color: #f5f5f5;
}
.faq_content {
  margin-top: 7rem;
}
.faq_content li:not(:last-of-type) {
  margin-bottom: 5rem;
}
.faq_ttl {
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.faq_ttl::before, .faq_ttl::after {
  content: "";
  background-color: #898989;
  position: absolute;
  transition: 0.3s;
}
.faq_ttl::before {
  width: 0.6rem;
  height: 4rem;
  top: 3rem;
  right: 4.4rem;
  opacity: 1;
}
.faq_ttl::after {
  width: 4rem;
  height: 0.6rem;
  top: 4.7rem;
  right: 2.7rem;
}
.faq_ttl.active::before {
  opacity: 0;
  transform: rotate(90deg);
}
.faq_ttl h3 {
  min-height: 10rem;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 3rem 9rem 3rem 12.5rem;
  position: relative;
}
.faq_ttl h3::before {
  content: "";
  width: 10rem;
  aspect-ratio: 1/1;
  background: center/2.8rem auto url(../img/faq_Qicon.png) no-repeat;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.faq_txt {
  display: none;
  margin-top: 3px;
  background-color: #fff;
}
.faq_txt p {
  min-height: 10rem;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 3rem 3rem 3rem 12.5rem;
  position: relative;
}
.faq_txt p::before {
  content: "";
  width: 10rem;
  aspect-ratio: 1/1;
  background: center/2.9rem auto url(../img/faq_Aicon.png) no-repeat;
  background-color: #ca0010;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .faq_content {
    margin-top: 6rem;
  }
  .faq_content li:not(:last-of-type) {
    margin-bottom: 6rem;
  }
  .faq_ttl::before, .faq_ttl::after {
    content: none;
  }
  .faq_ttl h3 {
    min-height: 13rem;
    font-size: 3.1rem;
    padding: 2rem 3rem 2rem 16.5rem;
  }
  .faq_ttl h3::before {
    width: 13rem;
    background-size: 3.6rem auto;
  }
  .faq_txt p {
    min-height: 13rem;
    font-size: 3.1rem;
    padding: 3rem 3rem 3rem 16.5rem;
  }
  .faq_txt p::before {
    width: 13rem;
    background-size: 3.8rem auto;
  }
}

.contact_txt {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.contact_box {
  padding: 2rem 3rem;
  background-color: #f4f4f4;
  margin: 3rem 0 6rem;
}
@media screen and (max-width: 750px) {
  .contact_txt {
    font-size: 3.1rem;
  }
  .contact_box {
    padding: 2.5rem 3rem;
    margin: 6rem 0;
  }
  .contact_box .contact_txt {
    font-size: 2.6rem;
  }
  .contact_sm {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
.contact .form_content {
  width: 93rem;
  margin: 0 auto;
}
.contact .form_content dl {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 4rem;
}
.contact .form_content dl:last-of-type {
  align-items: flex-start;
}
.contact .form_content dt {
  width: 27.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.4rem;
  font-weight: 500;
}
.contact .form_content dt .required {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  background-color: #ca0010;
  padding: 0.3rem 1rem 0.5rem;
}
.contact .form_content dd {
  width: calc(100% - 31.5rem);
}
.contact .form_content input[type=text],
.contact .form_content input[type=email],
.contact .form_content select,
.contact .form_content textarea {
  font-size: 2rem;
  color: #484848;
  border-radius: 0;
  border: 1px solid #c2c2c2;
  padding: 2.3rem 2rem;
}
.contact .form_content input[type=text],
.contact .form_content input[type=email],
.contact .form_content textarea {
  width: 100%;
}
.contact .form_content textarea {
  height: 16rem;
}
.contact .form_content select {
  padding: 2.3rem 7rem 2.3rem 2rem;
  background: center right 1.7rem/1.6rem auto url(../img/select_icon.svg) no-repeat;
}
.contact .form_content .wpcf7-not-valid-tip {
  font-size: 1.4rem;
}
.contact .form_content .form_policy {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
.contact .form_content .form_policy .wpcf7-list-item {
  margin: 0;
}
.contact .form_content .form_policy input[type=checkbox] {
  width: 2.5rem;
  border: 1px solid #c2c2c2;
  aspect-ratio: 1/1;
  vertical-align: bottom;
  border-radius: 0;
}
.contact .form_content .form_policy .sm {
  display: inline-block;
  font-size: 1.8rem;
  margin-top: 3rem;
}
.contact .form_content .form_policy a {
  color: #0048ff;
  border-bottom: 1px solid;
}
.contact .form_content .form_submit {
  width: 40rem;
  margin: 5rem auto 0;
  position: relative;
}
.contact .form_content .form_submit::after {
  content: "";
  width: 1.2rem;
  height: 1.8rem;
  background: center/contain url(../img/btn_arrow.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.5rem;
}
.contact .form_content .form_submit input[type=submit] {
  width: 100%;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  background-color: #ca0010;
  padding: 2rem 0;
  border: none;
  border-radius: 0;
  transition: 0.3s;
}
.contact .form_content .form_submit input[type=submit]:not(:disabled):hover {
  opacity: 0.6;
}
.contact .form_content .form_submit .wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 750px) {
  .contact .form_content {
    width: 100%;
  }
  .contact .form_content dl {
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 3rem;
  }
  .contact .form_content dt {
    width: 100%;
    justify-content: flex-start;
    gap: 2rem;
    font-size: 3.1rem;
  }
  .contact .form_content dt .required {
    font-size: 2.4rem;
    padding: 0.5rem 1.3rem 0.7rem;
  }
  .contact .form_content dd {
    width: 100%;
  }
  .contact .form_content input[type=text],
  .contact .form_content input[type=email],
  .contact .form_content select,
  .contact .form_content textarea {
    font-size: 2.7rem;
    padding: 2.5rem 2rem;
  }
  .contact .form_content textarea {
    height: 20rem;
  }
  .contact .form_content select {
    padding: 2.5rem 7rem 2.5rem 2rem;
    background-size: 2.1rem auto;
  }
  .contact .form_content .wpcf7-not-valid-tip {
    font-size: 2.2rem;
  }
  .contact .form_content .form_policy {
    font-size: 3.1rem;
  }
  .contact .form_content .form_policy input[type=checkbox] {
    width: 3.5rem;
  }
  .contact .form_content .form_policy .sm {
    font-size: 2.4rem;
  }
  .contact .form_content .form_submit {
    width: 100%;
  }
  .contact .form_content .form_submit::after {
    width: 1.5rem;
    height: 2.4rem;
  }
  .contact .form_content .form_submit input[type=submit] {
    font-size: 4.2rem;
    padding: 4rem 0;
  }
}

.footer {
  padding: 3.5rem 0;
  background-color: #000;
  color: #fff;
}
.footer_copy {
  text-align: center;
}
.footer_copy-txt {
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 3rem 0;
  }
  .footer_copy-txt {
    font-size: 2.3rem;
  }
}

.page .entry-header {
  height: 17rem;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .entry-title {
  font-size: 3.6rem;
  font-weight: bold;
}

.breadcrumbs {
  max-width: 108rem;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 1rem 4rem;
}

.entry-content {
  max-width: 108rem;
  margin: 0 auto;
  padding: 5rem 4rem;
}

.entry-content h2 {
  text-align: left;
  font-size: 3rem;
  border-bottom: 3px solid #ababab;
  padding-bottom: 0.7rem;
  margin: 2em 0 1em;
  position: relative;
}

.entry-content h2::after {
  content: "";
  width: 20rem;
  height: 3px;
  background-color: #ca0010;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.entry-content p {
  margin-bottom: 1.5em;
}

.entry-content p a {
  color: #0693e3;
}

@media screen and (max-width: 750px) {
  .page .entry-title {
    font-size: 4.6rem;
  }
  .breadcrumbs {
    font-size: 2.2rem;
  }
  .entry-content h2 {
    font-size: 4rem;
  }
  .entry-content p {
    font-size: 2.8rem;
  }
}
.not-found .btn {
  display: block;
  width: 40rem;
  max-width: 100%;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  background-color: #ca0010;
  padding: 2rem 0;
  margin: 5rem auto 0;
  border: none;
  border-radius: 0;
  transition: 0.3s;
  position: relative;
}
.not-found .btn::before {
  content: "";
  width: 1.2rem;
  height: 1.8rem;
  background: center/contain url(../img/btn_arrow.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 3.5rem;
}
@media screen and (max-width: 750px) {
  .not-found .btn {
    width: 60rem;
    font-size: 4.2rem;
    padding: 4rem 0;
    margin-top: 8rem;
  }
  .not-found .btn::before {
    width: 1.5rem;
    height: 2.4rem;
  }
}

/*# sourceMappingURL=style.css.map */