@charset "UTF-8";
/*! 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;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  max-width: none !important;
  width: 100% !important;
  padding-right: 0 !important; /* 必要に応じて調整 */
  padding-left: 0 !important; /* 必要に応じて調整 */
}

/* h2の枠線とパディングをリセット */
.entry-title--post-type--page,
h2:where(:not(.wp-block-post-title)) {
  padding: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
}

/* h3の枠線、背景、パディングをリセット */
.site-footer-title,
.sub-section-title,
h3:where(:not(.wp-block-post-title)) {
  position: static !important; /* relativeによるズレ防止 */
  border-bottom: none !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* 疑似要素（before/after）で装飾されている場合も考慮してリセット */
h2:where(:not(.wp-block-post-title))::before,
h2:where(:not(.wp-block-post-title))::after,
h3:where(:not(.wp-block-post-title))::before,
h3:where(:not(.wp-block-post-title))::after {
  content: none !important;
}

/* 前の要素との間に発生する自動マージンをすべて抹殺 */
dl + h1, dl + h2, dl + h3, dl + h4, dl + h5, dl + h6,
ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6,
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
table + h1, table + h2, table + h3, table + h4, table + h5, table + h6,
ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6 {
  margin-top: 0 !important;
}

/* aタグであること、または特定のクラスであることを明示して最強にする */
.btn:hover {
  /* テスト環境で指定していた元の色をここに記述してください */
  color: #ffffff !important; /* 例：白に戻す場合 */
  text-decoration: none !important;
}

/* 入力エリア、セレクトボックス、テキストエリアのリセット */
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  font-size: inherit !important; /* LP側の指定を優先 */
  border: none !important; /* 一旦枠線を消す */
  border-radius: 0 !important; /* 角丸をリセット */
  padding: 0 !important; /* パディングをリセット */
  margin: 0 !important; /* マージンをリセット */
  width: auto !important; /* 100%固定を解除（必要に応じて） */
  color: inherit !important;
  background-color: transparent !important; /* 背景色をリセット */
  -webkit-appearance: none; /* ブラウザ標準の装飾を消す */
  -moz-appearance: none;
       appearance: none;
}

/* 送信ボタン（submit）のリセット */
input[type=submit] {
  font-size: inherit !important;
  border: none !important;
  background-color: transparent !important;
  color: inherit !important;
  padding: 0 !important;
  border-radius: 0 !important;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* Contact Form 7 のスパンタグ等が作る意図しない隙間対策 */
.wpcf7-form-control-wrap {
  display: block; /* インラインブロックによる隙間を防止 */
}

input.form__input,
textarea.form__input,
select.form__input {
  width: min(100%, 500px) !important;
  padding: 8px 16px !important;
  font-size: 1.6rem !important;
  font-weight: 300 !important;
  background: #ffffff !important;
  border: 1px solid #333333 !important;
  border-radius: 2px !important;
  transition: all 0.3s;
  /* Lightningの余計な影やブラウザ標準装飾もここで念押し消去 */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-shadow: none !important;
}

textarea.form-textarea {
  width: min(100%, 500px) !important;
  padding: 8px 16px !important;
  font-size: 1.6rem !important;
  font-weight: 300 !important;
  line-height: 1.6 !important;
  background: #ffffff !important;
  border: 1px solid #333333 !important;
  border-radius: 2px !important;
  resize: vertical !important;
  font-family: inherit !important;
  transition: all 0.3s;
  /* ブラウザやテーマのデフォルト影を消去 */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-shadow: none !important;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
  color: #333333;
  background-color: #EDEDED;
  opacity: 1;
  padding-top: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 450px) {
  body {
    font-size: 1.6rem;
  }
}

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

picture {
  display: inline-block;
}
picture img {
  display: block;
}

.container {
  overflow: hidden;
  position: relative;
}

.pcBr {
  display: block;
}
@media screen and (max-width: 450px) {
  .pcBr {
    display: none;
  }
}

.spBr {
  display: none;
}
@media screen and (max-width: 768px) {
  .spBr {
    display: block;
  }
}

.small-spBr {
  display: none;
}
@media screen and (max-width: 450px) {
  .small-spBr {
    display: block;
  }
}

/* Lightningのヘッダー・フッターを非表示 */
.site-header,
.site-footer,
#header,
#footer {
  display: none !important;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}

header {
  background-color: #EDEDED;
  max-width: 1920px;
  margin-inline: auto;
}
header p {
  line-height: 0 !important;
}
header a {
  display: inline-block;
  position: relative;
  z-index: 100;
}
header a:hover {
  opacity: 0.8;
}
header a img {
  width: 80px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  header a img {
    width: 50px;
  }
}

footer {
  background-color: #024198;
  color: #ffffff;
  padding: 0 0 20px;
}
footer .footer__tel {
  background-color: #333333;
  padding: 20px;
  text-align: center;
}
footer .footer__tel__contact {
  font-weight: 300;
  margin-bottom: 10px;
}
footer .footer__tel a {
  font-size: 2.4rem;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  footer .footer__tel a a:hover {
    color: #FCC901;
    transition: 0.3s ease;
  }
}
footer .footer__tel__time {
  font-weight: 300;
  font-size: 1.6rem;
  margin-top: 10px;
}
footer .footer__footer {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 100px;
  margin-top: 20px;
}
footer .footer__footer a {
  font-size: 1.2rem;
  font-weight: 300;
}
@media (any-hover: hover) {
  footer .footer__footer a:hover {
    color: #FCC901;
  }
}
footer .footer__footer .copy {
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  footer .footer__footer {
    gap: 10%;
  }
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: clamp(200px, 24.3055555556vw, 350px);
  padding: 10px 2% 10px 3%;
  font-size: clamp(1.6rem, 1.5277777778vw, 2.2rem);
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  background: #333333;
  border: 2px solid #333333;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease;
}
.btn::after {
  content: ">";
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  transform: translateY(-2px);
  color: #ffffff;
}

.floating__btn a {
  display: inline-block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: 0.3s ease;
  z-index: 1000;
}
@media screen and (min-width: 1920px) {
  .floating__btn a {
    right: calc(50vw - 940px);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 450px) {
  .floating__btn a {
    bottom: 20px;
    right: 20px;
  }
}
.floating__btn a img {
  width: clamp(100px, 12vw, 200px);
}
.floating__btn a:hover {
  transform: scale(1.1);
  transition: 0.3s ease;
}
@media screen and (min-width: 1920px) {
  .floating__btn a:hover {
    right: calc(50vw - 940px);
    transform: translateX(-50%) scale(1.1);
  }
}

.hero {
  width: min(98%, 1920px);
  margin: 0 auto 20px;
  position: relative;
}
.hero__bg {
  display: block;
}
.hero__bg img {
  width: 100%;
}
.hero__catch1--main__bgfukidashi {
  width: 60.2083333333%;
  position: absolute;
  top: -10%;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .hero__catch1--main__bgfukidashi {
    width: 83.2%;
    top: 0;
  }
}
.hero__catch1--main__copy {
  position: absolute;
  top: 20px;
  left: 8.5%;
  z-index: 3;
  width: 69.1666666667%;
}
@media screen and (max-width: 768px) {
  .hero__catch1--main__copy {
    width: 96vw;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.hero__catch1--main__copy .hero__catch1__logo {
  width: 58.5341365462%;
}
.hero__catch1--main__copy .hero__catch1--main__sub {
  width: 68.6746987952%;
}
.hero__catch1--sub {
  position: absolute;
  top: 20px;
  right: 8.5%;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.hero__catch1--sub img {
  width: min(5.0694444444vw, 98px);
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .hero__catch1--sub {
    top: 52%;
    transform: translateY(-50%);
  }
  .hero__catch1--sub img {
    width: 7.4666666667vw;
  }
}
.hero__catch2__fukidashi {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero__catch2__fukidashi1 {
  width: 13.1944444444%;
  position: absolute;
  bottom: 6%;
  left: 16.2%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .hero__catch2__fukidashi1 {
    width: 27.8666666667%;
    left: 2%;
    bottom: 21%;
  }
}
.hero__catch2__fukidashi2 {
  width: 14.0277777778%;
  position: absolute;
  bottom: 15%;
  left: 27%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .hero__catch2__fukidashi2 {
    width: 29.6266666667%;
    bottom: 35%;
    left: 13%;
  }
}
.hero__catch2__ppl {
  position: absolute;
  display: block;
  width: 50%;
  bottom: 0;
  right: 8.5%;
}
@media screen and (max-width: 768px) {
  .hero__catch2__ppl {
    width: 88%;
    right: -2%;
  }
}

.problem {
  overflow: hidden;
  height: 500px;
}
.problem__bg {
  width: min(100%, 1920px);
  margin-inline: auto;
  background-image: url(../img/problem-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .problem__bg {
    background-image: url(../img/problem-background-sp.png);
  }
}
.problem__wrapper {
  width: min(83.3333333333%, 1200px);
  height: 500px;
  margin-inline: auto;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .problem__wrapper {
    width: min(92vw, 600px);
    padding: 40px 0;
  }
}
.problem__wrapper div p {
  display: inline-block;
  font-size: 2.2rem;
  padding: 5px 10px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .problem__wrapper div p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .problem__wrapper div p {
    font-size: 1.6rem;
  }
}
.problem__wrapper div .problem__catch {
  display: block;
  width: 562px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .problem__wrapper div .problem__catch {
    width: 449.6px;
    margin-top: 8px;
  }
}
.problem__wrapper ul li {
  position: absolute;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.problem__wrapper ul li:nth-child(1) {
  display: block;
  width: clamp(205.6px, 25%, 257px);
  bottom: 20px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .problem__wrapper ul li:nth-child(1) {
    width: clamp(154.2px, 26.7708333333%, 257px);
    bottom: 30%;
    left: -2%;
  }
}
@media screen and (max-width: 450px) {
  .problem__wrapper ul li:nth-child(1) {
    bottom: 35%;
  }
}
.problem__wrapper ul li:nth-child(2) {
  display: block;
  width: clamp(205.6px, 25%, 257px);
  bottom: 130px;
  left: 20%;
}
@media screen and (max-width: 768px) {
  .problem__wrapper ul li:nth-child(2) {
    width: clamp(154.2px, 31.25%, 257px);
    bottom: 50%;
    left: 30%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 450px) {
  .problem__wrapper ul li:nth-child(2) {
    bottom: 55%;
  }
}
.problem__wrapper ul li:nth-child(3) {
  display: block;
  width: clamp(171.2px, 20.8333333333%, 214px);
  bottom: 150px;
  right: 23%;
}
@media screen and (max-width: 768px) {
  .problem__wrapper ul li:nth-child(3) {
    width: clamp(128.4px, 26.0416666667%, 214px);
    bottom: 55%;
    right: 27%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 450px) {
  .problem__wrapper ul li:nth-child(3) {
    bottom: 60%;
  }
}
.problem__wrapper ul li:nth-child(4) {
  display: block;
  width: clamp(219.2px, 26.6666666667%, 274px);
  bottom: 30px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .problem__wrapper ul li:nth-child(4) {
    width: clamp(164.4px, 33.3333333333%, 274px);
    bottom: 35%;
    right: -2%;
  }
}
@media screen and (max-width: 450px) {
  .problem__wrapper ul li:nth-child(4) {
    bottom: 37%;
  }
}
.problem__wrapper .problem__ppl {
  width: clamp(200px, 25%, 300px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .problem__wrapper .problem__ppl {
    width: clamp(230px, 60%, 300px);
  }
}

.solution {
  background: #024198;
  text-align: center;
}
.solution__bg {
  overflow: hidden;
}
.solution .solution__title {
  max-width: 1920px;
  margin-inline: auto;
  padding: 100px 0 !important;
  background-image: url(../img/solution-title-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .solution .solution__title {
    padding: 6% 0 !important;
  }
}
.solution .solution__title img {
  width: clamp(280px, 83.3333333333%, 1000px);
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1000/416;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .solution .solution__title img {
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .solution .solution__title img {
    width: 100%;
  }
}
.solution ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-inline: auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .solution ul {
    padding: 60px 0;
  }
}
.solution ul .solution__item {
  width: min(83.3333333333vw, 1200px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .solution ul .solution__item {
    width: min(92vw, 600px);
  }
}
.solution ul .solution__item__fukidashi {
  position: absolute;
  top: 0;
}
.solution ul .solution__item__bg {
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 1200/541;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .solution ul .solution__item__bg {
    aspect-ratio: 368.5/327.5;
  }
}
.solution ul .solution__item__detail {
  position: absolute;
  width: 42%;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
}
.solution ul .solution__item__detail img {
  display: block;
}
.solution ul .solution__item__detail p {
  display: inline-block;
  text-align: left;
  font-size: clamp(1.5rem, 1.25vw, 1.8rem);
  font-weight: 300;
  line-height: 1.8;
  margin-top: 30px;
}
.solution ul .solution__item__detail p strong {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .solution ul .solution__item__detail p {
    margin-top: 10px;
    line-height: 1.5;
  }
  .solution ul .solution__item__detail p strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .solution ul .solution__item__detail p {
    font-size: 1.6rem;
    margin-top: 5%;
  }
}
@media screen and (max-width: 450px) {
  .solution ul .solution__item__detail p {
    font-size: clamp(1.2rem, 3.7333333333vw, 1.6rem);
    margin-top: 10px;
  }
  .solution ul .solution__item__detail p strong {
    font-size: clamp(1.6rem, 4.8vw, 1.8rem);
  }
}
.solution ul .solution__item:nth-of-type(1) .solution__item__fukidashi {
  width: 18%;
  right: 40%;
  transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .solution ul .solution__item:nth-of-type(1) .solution__item__fukidashi {
    top: 8%;
    right: 22%;
  }
}
.solution ul .solution__item:nth-of-type(1) .solution__item__detail {
  left: 90px;
}
.solution ul .solution__item:nth-of-type(1) .solution__item__detail img {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .solution ul .solution__item:nth-of-type(1) .solution__item__detail {
    width: 53%;
    left: 7%;
  }
  .solution ul .solution__item:nth-of-type(1) .solution__item__detail img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .solution ul .solution__item:nth-of-type(1) .solution__item__detail img {
    width: 76%;
  }
}
@media screen and (max-width: 450px) {
  .solution ul .solution__item:nth-of-type(1) .solution__item__detail {
    width: 60%;
    left: 20px;
  }
}
.solution ul .solution__item:nth-of-type(2) .solution__item__fukidashi {
  width: 16.5%;
  top: 30px;
  left: 37%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .solution ul .solution__item:nth-of-type(2) .solution__item__fukidashi {
    left: 30%;
    top: 12%;
  }
}
.solution ul .solution__item:nth-of-type(2) .solution__item__detail {
  right: 80px;
}
.solution ul .solution__item:nth-of-type(2) .solution__item__detail img {
  width: 85%;
}
@media screen and (max-width: 1024px) {
  .solution ul .solution__item:nth-of-type(2) .solution__item__detail {
    width: 50%;
    right: 0;
  }
  .solution ul .solution__item:nth-of-type(2) .solution__item__detail img {
    width: 72.9%;
  }
}
@media screen and (max-width: 768px) {
  .solution ul .solution__item:nth-of-type(2) .solution__item__detail {
    width: 54%;
    right: 20px;
  }
  .solution ul .solution__item:nth-of-type(2) .solution__item__detail img {
    width: 92.2%;
  }
}
.solution ul .solution__item:nth-of-type(3) .solution__item__fukidashi {
  width: 16.5%;
  top: 25%;
  right: 27%;
}
@media screen and (max-width: 768px) {
  .solution ul .solution__item:nth-of-type(3) .solution__item__fukidashi {
    top: 14%;
    right: -1%;
  }
}
.solution ul .solution__item:nth-of-type(3) .solution__item__detail {
  left: 90px;
}
.solution ul .solution__item:nth-of-type(3) .solution__item__detail img {
  width: 91.7%;
}
@media screen and (max-width: 1024px) {
  .solution ul .solution__item:nth-of-type(3) .solution__item__detail {
    width: 50%;
    left: 7%;
  }
  .solution ul .solution__item:nth-of-type(3) .solution__item__detail img {
    width: 78.6%;
  }
}
@media screen and (max-width: 768px) {
  .solution ul .solution__item:nth-of-type(3) .solution__item__detail img {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .solution ul .solution__item:nth-of-type(3) .solution__item__detail {
    width: 60%;
    left: 20px;
  }
}
.solution ul .solution__item:not(:first-child) {
  margin-top: max(-5%, -60px);
}
@media screen and (max-width: 768px) {
  .solution ul .solution__item:not(:first-child) {
    margin-top: max(-18%, -100px);
  }
}

.cta {
  background-color: #EDEDED;
  overflow: hidden;
}
.cta__wrapper {
  width: 100%;
  height: 577px;
  max-width: 1920px;
  background-image: url(../img/cta-banner-background.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .cta__wrapper {
    height: 420px;
  }
}
.cta__container {
  position: relative;
}
.cta__img {
  width: min(83.3333333333vw, 1000px);
  aspect-ratio: 1000/328.5;
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .cta__img {
    width: clamp(300px, 80%, 370px);
    margin: 0 auto;
    aspect-ratio: 334/325;
  }
}
.cta__txt {
  width: 57.5%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 20%;
  right: 45%;
  transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .cta__txt {
    width: max(300px, 48%);
    right: 50%;
  }
}
.cta__attention__price {
  width: 15.4166666667%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .cta__attention__price {
    top: -22px;
    right: 22%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 450px) {
  .cta__attention__price {
    width: min(20%, 100px);
    right: 9%;
  }
}
.cta__btn {
  position: absolute;
  bottom: 23%;
  left: 50%;
  transform: translateX(-50%);
}
@media (any-hover: hover) {
  .cta__btn:hover {
    background-color: #024198;
    border-color: #024198;
    transition: 0.3s ease;
  }
  .cta__btn a:hover {
    color: #ffffff !important;
  }
}
@media screen and (max-width: 1024px) {
  .cta__btn {
    bottom: 21%;
  }
}
@media screen and (max-width: 768px) {
  .cta__btn {
    bottom: 16%;
    background-color: #024198;
    border-color: #024198;
  }
}

.voice {
  padding: 80px 0;
}
.voice h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.voice h2 img {
  display: block;
  width: clamp(400px, 41.6666666667vw, 600px);
  aspect-ratio: 600/277;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .voice h2 {
    margin-bottom: 10px;
  }
  .voice h2 img {
    width: clamp(250px, 70%, 400px);
  }
}
.voice__subtitle {
  font-size: min(2.2222222222vw, 2.2rem);
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .voice__subtitle {
    font-size: 2rem;
    line-height: 1.5;
    padding: 0 10px;
  }
}
.voice__subtitle span {
  display: inline-block;
}
.voice ul {
  width: min(83.3333333333vw, 1200px);
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .voice ul {
    width: min(92vw, 600px);
    margin: 60px auto 0;
  }
}
.voice ul .voice__item {
  position: relative;
  aspect-ratio: 1200/770.7;
}
@media screen and (max-width: 768px) {
  .voice ul .voice__item {
    aspect-ratio: 365/330;
  }
}
.voice ul .voice__item__bg {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.voice ul .voice__item__fukidashi {
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}
.voice ul .voice__item__content {
  text-align: center;
  position: absolute;
  top: 0;
}
.voice ul .voice__item__content p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .voice ul .voice__item__content p {
    margin-top: 10px;
  }
}
.voice ul .voice__item__content p img {
  display: block;
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .voice ul .voice__item__content p img {
    margin-top: 5px;
  }
}
.voice ul .voice__item:nth-of-type(1) .voice__item__fukidashi {
  width: min(27.8333333333%, 334px);
  aspect-ratio: 334/338;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .voice ul .voice__item:nth-of-type(1) .voice__item__fukidashi {
    width: 48.9866666667%;
    top: -5%;
    left: 3%;
  }
}
.voice ul .voice__item:nth-of-type(1) .voice__item__content {
  width: 35.8333333333%;
  top: 40%;
  right: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .voice ul .voice__item:nth-of-type(1) .voice__item__content {
    width: 68.8%;
    top: 73%;
    right: auto;
    left: 7%;
  }
}
.voice ul .voice__item:nth-of-type(1) .voice__item__content h3 img {
  width: 67.6744186047%;
  aspect-ratio: 291/66;
}
.voice ul .voice__item:nth-of-type(1) .voice__item__content p img:nth-of-type(1) {
  width: 90.6976744186%;
  aspect-ratio: 390/41;
}
.voice ul .voice__item:nth-of-type(1) .voice__item__content p img:nth-of-type(2) {
  width: 100%;
  aspect-ratio: 430/41;
}
.voice ul .voice__item:nth-of-type(2) {
  transform: translateX(-2%);
}
@media screen and (max-width: 768px) {
  .voice ul .voice__item:nth-of-type(2) {
    transform: translateX(0);
  }
}
.voice ul .voice__item:nth-of-type(2) .voice__item__fukidashi {
  width: min(24.5833333333%, 295px);
  aspect-ratio: 295/394;
  top: 0;
  right: 17%;
}
@media screen and (max-width: 768px) {
  .voice ul .voice__item:nth-of-type(2) .voice__item__fukidashi {
    width: 39.3333333333%;
    top: -5%;
    right: -1%;
  }
}
.voice ul .voice__item:nth-of-type(2) .voice__item__content {
  width: 49.8333333333%;
  top: 55%;
  left: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .voice ul .voice__item:nth-of-type(2) .voice__item__content {
    width: 95.68%;
    top: 69%;
    left: 2%;
  }
}
.voice ul .voice__item:nth-of-type(2) .voice__item__content h3 img {
  width: 65.0501672241%;
  aspect-ratio: 389/76;
}
.voice ul .voice__item:nth-of-type(2) .voice__item__content p img:nth-of-type(1) {
  width: 88.2943143813%;
  aspect-ratio: 528/41;
}
.voice ul .voice__item:nth-of-type(2) .voice__item__content p img:nth-of-type(2) {
  width: 100%;
  aspect-ratio: 598/41;
}
.voice ul .voice__item:nth-of-type(3) .voice__item__fukidashi {
  width: min(24.5833333333%, 295px);
  aspect-ratio: 295/394;
  top: 28%;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .voice ul .voice__item:nth-of-type(3) .voice__item__fukidashi {
    width: 39.3333333333%;
    top: 2%;
    left: 12%;
  }
}
.voice ul .voice__item:nth-of-type(3) .voice__item__content {
  width: 40.6666666667%;
  top: 75%;
  right: 42%;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  .voice ul .voice__item:nth-of-type(3) .voice__item__content {
    width: 78.08%;
    right: 57%;
  }
}
.voice ul .voice__item:nth-of-type(3) .voice__item__content h3 img {
  width: 79.5081967213%;
  aspect-ratio: 388/63;
}
.voice ul .voice__item:nth-of-type(3) .voice__item__content p img:nth-of-type(1) {
  width: 78.2786885246%;
  aspect-ratio: 382/41;
}
.voice ul .voice__item:nth-of-type(3) .voice__item__content p img:nth-of-type(2) {
  width: 100%;
  aspect-ratio: 488/41;
}
.voice ul .voice__item:not(:first-of-type) {
  margin-top: -28%;
}
@media screen and (max-width: 768px) {
  .voice ul .voice__item:not(:first-of-type) {
    margin-top: 0;
  }
}

.flow {
  padding: 120px 0;
  background-color: #024198;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 80px 0 100px;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }
}
.flow h2 {
  z-index: 2;
  padding-top: 40px;
  margin-bottom: 20px;
}
.flow h2 img {
  display: block;
  width: clamp(400px, 41.6666666667vw, 600px);
  aspect-ratio: 600/277;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .flow h2 {
    margin-bottom: 10px;
  }
  .flow h2 img {
    width: clamp(250px, 70%, 400px);
  }
}
.flow ul {
  width: min(83.3333333333vw, 1200px);
  margin: 40px auto 0;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .flow ul {
    width: min(92vw, 600px);
    flex-direction: column;
  }
}
.flow ul .flow__item {
  position: relative;
  width: 47%;
  aspect-ratio: 560/538;
}
@media screen and (max-width: 768px) {
  .flow ul .flow__item {
    width: 100%;
    aspect-ratio: 365/230;
  }
}
.flow ul .flow__item__bg {
  display: block;
}
.flow ul .flow__item:not(:first-of-type) {
  margin-left: -20%;
}
@media screen and (max-width: 768px) {
  .flow ul .flow__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: -3%;
  }
}
.flow ul .flow__item .flow__fukidashi, .flow ul .flow__item .flow__txt, .flow ul .flow__item .flow__bubble {
  position: absolute;
  top: 0;
  left: 0;
}
.flow ul .flow__item:nth-of-type(1) .flow__fukidashi {
  width: 84.0384615385%;
  top: 10%;
  left: 30%;
  transform: translateX(-50%);
}
.flow ul .flow__item:nth-of-type(1) .flow__txt {
  width: 49.4230769231%;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.flow ul .flow__item:nth-of-type(1) .flow__bubble {
  width: 26.9230769231%;
  top: 70%;
  left: 60%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .flow ul .flow__item:nth-of-type(1) .flow__fukidashi {
    width: 75.6346153846%;
    top: -20px;
    left: auto;
    right: -5px;
    transform: translateX(0);
  }
  .flow ul .flow__item:nth-of-type(1) .flow__txt {
    width: min(69.4594594595%, 308.4px);
    top: 54%;
    left: 65%;
    transform: translate(-50%, -50%);
  }
  .flow ul .flow__item:nth-of-type(1) .flow__bubble {
    width: 26.9230769231%;
    top: 20%;
    left: 15%;
    transform: translate(-50%, -50%);
  }
}
.flow ul .flow__item:nth-of-type(2) .flow__fukidashi {
  width: 88.2692307692%;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
}
.flow ul .flow__item:nth-of-type(2) .flow__txt {
  width: 54.8076923077%;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .flow ul .flow__item:nth-of-type(2) .flow__fukidashi {
    width: 79.4423076923%;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  .flow ul .flow__item:nth-of-type(2) .flow__txt {
    width: min(77.027027027%, 342px);
    top: 66%;
    left: 34%;
    transform: translate(-50%, -50%);
  }
}
.flow ul .flow__item:nth-of-type(3) .flow__fukidashi {
  width: 84.0384615385%;
  top: 10%;
  left: 70%;
  transform: translateX(-50%);
}
.flow ul .flow__item:nth-of-type(3) .flow__txt {
  width: 49.4230769231%;
  top: 47%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.flow ul .flow__item:nth-of-type(3) .flow__bubble {
  width: 26.9230769231%;
  top: 70%;
  left: 37%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .flow ul .flow__item:nth-of-type(3) .flow__fukidashi {
    width: 75.6346153846%;
    top: 10%;
    left: 70%;
    transform: translateX(-50%);
  }
  .flow ul .flow__item:nth-of-type(3) .flow__txt {
    width: min(69.4594594595%, 308.4px);
    top: 64%;
    left: 66%;
    transform: translate(-50%, -50%);
  }
  .flow ul .flow__item:nth-of-type(3) .flow__bubble {
    width: 26.9230769231%;
    top: 20%;
    left: 17%;
    transform: translate(-50%, -50%);
  }
}

.profile {
  width: 100%;
  background-color: #E63946;
  padding: 120px 0 200px;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  margin-top: -60px;
}
@media screen and (max-width: 450px) {
  .profile {
    padding: 100px 0;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
  }
}
.profile h2 {
  padding-top: 40px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.profile h2 img {
  display: block;
  width: clamp(400px, 41.6666666667vw, 600px);
  aspect-ratio: 600/277;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .profile h2 {
    margin-bottom: 0;
  }
  .profile h2 img {
    width: clamp(250px, 70%, 400px);
  }
}
.profile__wrapper {
  width: min(83.3333333333vw, 1200px);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 40px;
}
.profile__wrapper picture {
  width: min(40%, 430px);
  aspect-ratio: 430/428;
  margin-top: auto;
}
.profile__wrapper img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateY(4px);
}
@media screen and (max-width: 1024px) {
  .profile__wrapper {
    width: min(92vw, 600px);
    flex-direction: column;
    align-items: center;
  }
  .profile__wrapper picture {
    width: 80%;
  }
}
.profile__detail {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .profile__detail {
    margin-top: 40px;
    width: min(100%, 600px);
  }
}
.profile__detail h3 {
  font-size: clamp(1.8rem, 1.6666666667vw, 2.4rem);
  color: #ffffff;
  background-color: #333333 !important;
  padding: 5px 10px !important;
  display: inline-flex;
  gap: 10px;
}
.profile__detail > p {
  font-size: clamp(1.6rem, 1.3888888889vw, 2rem);
  color: #ffffff;
  line-height: 1.5;
  background-color: #333333;
  padding: 5px 10px;
  margin-top: 10px;
}
.profile__detail__txt {
  background-color: #ffffff;
  padding: 20px 5%;
  margin-top: 20px;
  border: 5px solid #333333;
}
.profile__detail__txt p {
  line-height: 1.8;
  font-weight: 300;
}
.profile__detail__txt p strong {
  font-weight: 600;
}
.profile__detail__txt p:last-child {
  margin-top: 20px;
}

.price {
  background: #024198;
  text-align: center;
  padding: 200px 0 100px;
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
  margin-top: -200px;
}
@media screen and (max-width: 768px) {
  .price {
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
    padding: 120px 0 100px;
    margin-top: -100px;
  }
}
.price h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.price h2 img {
  display: block;
  width: clamp(400px, 41.6666666667vw, 600px);
  aspect-ratio: 600/277;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .price h2 {
    margin-bottom: 10px;
  }
  .price h2 img {
    width: clamp(250px, 70%, 400px);
  }
}
.price__wrapper {
  width: min(85.7142857143% - 92px, 1108px);
  background-color: #ffffff;
  border: 6px solid #024198;
  outline: 40px solid #ffffff;
  padding: 50px 3.4722222222%;
  margin-inline: auto;
}
.price__wrapper img {
  width: min(43.0555555556vw, 620px);
  aspect-ratio: 620/62.6;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .price__wrapper {
    width: min(92vw - 48px, 552px);
    border: 4px solid #024198;
    outline: 20px solid #ffffff;
    padding: 30px 20px;
  }
  .price__wrapper img {
    width: clamp(250px, 90%, 400px);
  }
}
@media screen and (max-width: 450px) {
  .price__wrapper {
    width: min(92vw - 28px, 572px);
    outline: 10px solid #ffffff;
    padding: 30px 10px;
  }
  .price__wrapper img {
    width: 100%;
  }
}
.price__wrapper .price__service {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
.price__wrapper .price__service dt img {
  width: min(18.75vw, 282px);
  aspect-ratio: 270/78.5;
}
.price__wrapper .price__service dd img {
  width: min(41.6666666667vw, 650px);
  aspect-ratio: 600/92.3;
}
@media screen and (max-width: 450px) {
  .price__wrapper .price__service {
    gap: 20px;
    flex-direction: column;
  }
  .price__wrapper .price__service dd img {
    width: clamp(100px, 50%, 200px);
  }
  .price__wrapper .price__service dd img {
    width: clamp(200px, 70%, 300px);
  }
}
.price__wrapper__detail h3 {
  color: #024198;
  font-size: 2.2rem;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .price__wrapper__detail h3 {
    font-size: 2rem;
  }
}
.price__wrapper__detail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .price__wrapper__detail ul {
    width: min(80%, 600px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .price__wrapper__detail ul {
    width: 100%;
    gap: 10px;
  }
}
@media screen and (max-width: 450px) {
  .price__wrapper__detail ul {
    gap: 16px;
  }
}
.price__wrapper__detail ul li img {
  width: clamp(100px, 10.3333333333vw, 150px);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  .price__wrapper__detail ul li img {
    width: min(20vw, 140px);
  }
}
@media screen and (max-width: 450px) {
  .price__wrapper__detail ul li img {
    width: max(30vw, 100px);
  }
}
.price__attention {
  margin-top: 40px;
  line-height: 1.5;
}
.price__attention span {
  display: inline-block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .price__attention {
    font-size: clamp(1.6rem, 2.2556390977vw, 1.8rem);
  }
}

.faq {
  background: #024198;
  padding: 80px 0 100px;
}
.faq h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.faq h2 img {
  display: block;
  width: clamp(400px, 41.6666666667vw, 600px);
  aspect-ratio: 600/277;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .faq h2 {
    margin-bottom: 10px;
  }
  .faq h2 img {
    width: clamp(250px, 70%, 400px);
  }
}

.faq__wrapper {
  width: clamp(700px, 69.4444444444%, 1000px);
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .faq__wrapper {
    width: min(92vw, 600px);
    margin: 20px auto 0;
  }
}
.faq__wrapper .faq__content {
  position: relative;
  margin-top: 20px;
  background-color: #ffffff;
  border: 5px solid #333333;
}
.faq__wrapper .faq__content .faq__question {
  letter-spacing: 0px;
  padding: 20px 24px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  transition: 0.3s ease;
}
.faq__wrapper .faq__content .faq__question::before {
  content: "Q";
  display: inline-block;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #024198;
  margin-right: 18px !important;
}
.faq__wrapper .faq__content .faq__question::after {
  content: "+";
  display: block;
  flex-shrink: 0;
  color: #024198;
  font-size: 2.9rem;
  font-weight: 300;
  margin-left: auto;
  padding-left: 10px;
  line-height: 1;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .faq__wrapper .faq__content .faq__question {
    padding: 12px 18px;
    font-size: 1.6rem;
  }
  .faq__wrapper .faq__content .faq__question::before {
    font-size: 2.8rem;
    margin-right: 10px !important;
  }
}
@media (any-hover: hover) {
  .faq__wrapper .faq__content .faq__question:hover {
    color: #024198;
    transition: 0.3s ease;
  }
}
.faq__wrapper .faq__content .faq__question.is-active {
  transition: 0.3s ease;
}
.faq__wrapper .faq__content .faq__question.is-active::after {
  content: "−";
  display: block;
  color: #024198;
  font-size: 2.9rem;
  font-weight: 300;
  margin-left: auto;
  transition: 0.3s ease;
}
.faq__wrapper .faq__content .faq__answer {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 24px 20px;
  position: relative;
  padding-left: 43px;
  display: none;
}
.faq__wrapper .faq__content .faq__answer::before {
  content: "A";
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #E63946;
  position: absolute;
  top: 0;
  left: 0;
}
.faq__wrapper .faq__content .faq__answer strong {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .faq__wrapper .faq__content .faq__answer {
    font-size: 1.4rem;
    margin: 0 18px 20px;
    padding-left: 32px;
  }
  .faq__wrapper .faq__content .faq__answer::before {
    font-size: 2.8rem;
  }
}

.contact {
  width: 100vw;
  background: #024198;
  padding: 40px 20px 100px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 0 0 40px;
  }
}
.contact h2 {
  position: relative;
  z-index: 2;
  transform: translateY(20px);
}
.contact h2 img {
  display: block;
  width: clamp(400px, 41.6666666667vw, 600px);
  aspect-ratio: 600/277;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contact h2 {
    transform: translateY(30px);
  }
  .contact h2 img {
    width: clamp(250px, 70%, 400px);
  }
}

.contact__wrapper {
  width: clamp(700px, 69.4444444444%, 1000px);
  padding: 80px 20px;
  margin: 0 auto;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .contact__wrapper {
    width: min(92%, 600px);
    padding: 40px 16px;
    margin: 20px auto 0;
  }
}
.contact__wrapper .contact__subtitle {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__wrapper .contact__subtitle {
    font-size: 1.6rem;
  }
}
.contact__wrapper .contact__subtitle span {
  display: inline-block;
}
.contact__wrapper .contact__attention {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px;
}
.contact__wrapper .contact__attention span {
  display: inline-block;
}
.contact__wrapper .contact__attention a {
  -webkit-text-decoration: 1px underline !important;
          text-decoration: 1px underline !important;
  text-underline-offset: 3px;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .contact__wrapper .contact__attention a:hover {
    color: #024198;
    text-decoration-color: #024198;
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .contact__wrapper .contact__attention {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

.contact__form {
  margin: 40px auto 0;
  width: min(90%, 800px);
}
@media screen and (max-width: 768px) {
  .contact__form {
    width: min(100%, 400px);
  }
}

.form__group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
}
.form__group:has(.form__checkbox__group) {
  align-items: center;
}
.form__group .wpcf7-form-control-wrap {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .form__group .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.form__group .form__label {
  display: inline-flex;
  width: clamp(180px, 30%, 200px);
  align-items: center;
  gap: 12px;
  letter-spacing: 0px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .form__group {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 24px;
  }
  .form__group:has(.form__checkbox__group) {
    align-items: flex-start;
  }
  .form__group .form__label {
    width: 100%;
    font-size: 1.6rem;
  }
}

.required-badge {
  display: inline-block;
  padding: 4px 5px 3px;
  background: #E63946;
  color: #ffffff;
  border-radius: 2px;
  font-size: 1.2rem;
  letter-spacing: 0px;
}

.optional-badge {
  display: inline-block;
  padding: 4px 5px 3px;
  background: #024198;
  color: #ffffff;
  border-radius: 2px;
  font-size: 1.2rem;
  letter-spacing: 0px;
}

.form__input {
  width: min(100%, 500px);
  padding: 8px 16px;
  font-size: 1.6rem;
  font-weight: 300;
  background: #ffffff;
  border: 1px solid #333333;
  border-radius: 2px;
  transition: all 0.3s;
}
.form__input:focus {
  outline: none;
  border-color: #024198 !important;
  box-shadow: 0 0 0 3px rgba(139, 195, 74, 0.1) !important;
}
.form__input::-moz-placeholder {
  color: #ccc;
  font-weight: 300;
}
.form__input::placeholder {
  color: #ccc;
  font-weight: 300;
}
.form__input.wpcf7-not-valid {
  border: 1px solid #E63946;
}
@media screen and (max-width: 768px) {
  .form__input {
    width: 100%;
    font-size: 1.4rem;
    padding: 8px 10px;
  }
}

.form-textarea {
  width: min(60%, 500px);
  padding: 8px 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  background: #ffffff;
  border: 1px solid #333333;
  border-radius: 2px;
  resize: vertical;
  font-family: inherit;
  transition: all 0.3s;
}
.form-textarea:focus {
  outline: none;
  border-color: #024198 !important;
  box-shadow: 0 0 0 3px rgba(139, 195, 74, 0.1) !important;
}
.form-textarea::-moz-placeholder {
  color: #ccc;
  font-weight: 300;
}
.form-textarea::placeholder {
  color: #ccc;
  font-weight: 300;
}
.form-textarea.wpcf7-not-valid {
  border: 1px solid #E63946;
}
@media screen and (max-width: 768px) {
  .form-textarea {
    width: 100%;
    font-size: 1.4rem;
    padding: 8px 10px;
  }
}

.form__checkbox__group {
  width: min(60%, 500px);
}
@media screen and (max-width: 768px) {
  .form__checkbox__group {
    width: 100%;
  }
}
.form__checkbox__group .wpcf7-form-control-wrap {
  width: 100%;
}
.form__checkbox__group .form__checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .form__checkbox__group .form__checkbox {
    gap: 16px;
    flex-wrap: wrap;
  }
}
.form__checkbox__group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 300;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .form__checkbox__group label:hover {
    color: #024198;
    transition: 0.3s ease;
  }
}
.form__checkbox__group label span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  margin-right: 4px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  flex-shrink: 0;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  input[type=checkbox]:hover {
    border-color: #024198;
    transition: 0.3s ease;
  }
}
input[type=checkbox]:checked {
  background-color: #024198;
  border-color: #024198;
}
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
input[type=checkbox]:focus {
  outline: 2px solid #024198;
  outline-offset: 2px;
}

.form__group--privacy {
  font-weight: 300;
}
.form__group--privacy label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .form__group--privacy label {
    margin-top: 24px;
  }
}
.form__group--privacy .wpcf7-form-control-wrap {
  width: 100%;
  text-align: center;
}
.form__group--privacy a {
  -webkit-text-decoration: 1px underline !important;
          text-decoration: 1px underline !important;
  text-underline-offset: 3px;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .form__group--privacy a:hover {
    color: #024198;
    text-decoration-color: #024198;
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .form__group--privacy {
    margin-top: 40px;
  }
  .form__group--privacy span {
    font-size: 1.4rem;
  }
}

.contact__attention__txt {
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

.form-submit {
  text-align: center;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.form-submit .cf7-cf-turnstile {
  order: 1;
  margin-bottom: 20px;
  position: static;
  width: auto;
  height: auto;
  visibility: visible;
  pointer-events: auto;
}
.form-submit .submit-btn-wrapper {
  order: 2;
}

.wpcf7-validation-errors {
  letter-spacing: 0px;
  color: #E63946;
}

.submit-btn-wrapper {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: clamp(200px, 24.3055555556vw, 350px);
  padding: 10px 2% 10px 3%;
  font-size: clamp(1.6rem, 1.5277777778vw, 2.2rem);
  line-height: 1.5;
  color: #ffffff;
  background: #E63946;
  border: 2px solid #E63946;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease;
}
.submit-btn-wrapper a {
  text-decoration: none !important;
}
.submit-btn-wrapper::after {
  content: ">";
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  transform: translateY(-2px);
  color: #ffffff;
}
.submit-btn-wrapper.is-disabled {
  background-color: #ffffff;
  border: 2px solid #E63946;
  color: #E63946;
  cursor: not-allowed;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .submit-btn-wrapper:hover:not(.is-disabled) {
    background-color: #024198;
    border-color: #024198;
    transition: 0.3s ease;
  }
}
.submit-btn-wrapper.is-disabled::after {
  color: #E63946;
  transition: 0.3s ease;
}
.submit-btn-wrapper .wpcf7-submit {
  z-index: 1;
  background: transparent;
  border: none;
  cursor: pointer;
}
.submit-btn-wrapper .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.submit-btn-wrapper .cf7-cf-turnstile {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 30px !important;
  width: 300px;
  height: 65px;
  z-index: 10;
  visibility: visible;
  pointer-events: auto;
}

.wpcf7-list-item {
  margin: 0;
  display: inline-block;
}

.wpcf7-list-item-label {
  display: flex;
  align-items: center;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  text-align: center;
  margin-top: 20px;
  font-weight: 300;
  font-size: 1.6rem;
  border: none !important;
}

/* textareaのリセット */
.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #E63946;
  font-size: 1.2rem;
  margin-top: 5px;
  display: block;
}/*# sourceMappingURL=style.css.map */