@charset "UTF-8";
/*! destyle.css v3.0.2 | 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;
}

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

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

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

a,
span {
  display: inline-block;
}

/* 基本
***************************************************************/
html {
  font-size: 16px;
  font-family: "Noto Sans JP", "Zen Kaku Gothic Antique", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.7;
}

main {
  overflow: hidden;
}

@media screen and (min-width: 681px) {
  body {
    min-width: 1200px;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 4.4444444444vw;
  }
}
/* フォント
***************************************************************/
/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .inner {
    padding: 0 0vw;
  }
  section {
    padding: 0vw 0;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

.pt_only {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .pt_only {
    display: block !important;
  }
  .pt_only2 {
    display: none !important;
  }
}
@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .groval_nav-spWrap .page-lp-cta__tel-link {
    color: #080808;
    font-size: 5.5555555556vw;
    line-height: 1.3;
    white-space: nowrap;
    padding-left: 0;
    background-color: #fdfdfd;
    width: 100%;
    height: 18.3333333333vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  text-align: center;
}

.section_title .en {
  font-size: 12px;
  display: block;
}

.section_title .ja {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  display: block;
}

.section_title .ja::before {
  content: "";
  display: inline-block;
  width: 30px;
  border-top: 2px solid #000;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 2.7777777778vw;
  }
  .section_title .ja {
    font-size: 6.6666666667vw;
  }
  .section_title .ja::before {
    width: 7.2222222222vw;
    bottom: -5.5555555556vw;
  }
}
@media screen and (max-width: 680px) {
  .fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.7777777778vw;
    gap: 2.7777777778vw;
    background: rgba(255, 255, 255, 0.7);
    transition: 0.3s;
  }
  .home .fixed {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .home .fixed.active {
    opacity: 1;
    visibility: unset;
  }
  .fixed.none {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .fixed_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.7777777778vw;
  }
  .fixed_link {
    color: #fff;
    text-align: center;
    background: #333;
    padding: 2.7777777778vw 0;
    border-radius: 8.3333333333vw;
    font-size: 3.8888888889vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  padding: 120px 0;
  text-align: center;
  margin-top: 60px;
}

.page_fv_title {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  .page_fv {
    padding: 22.2222222222vw 0;
  }
  .page_fv_title {
    font-size: 5.5555555556vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 21px 10px 13px;
  background: #DEE4EC;
  transition: 0.3s;
}

.home header {
  background: unset;
  box-shadow: unset;
}

.home header.active {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
}

.toggle-menu {
  display: none;
}

.header_nav {
  display: flex;
  gap: 40px;
  align-items: center;
}

.global_nav_list {
  display: flex;
  gap: 40px;
}

.global_nav_item a {
  color: #002761;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.header_contact a {
  position: relative;
  display: inline-block;
  color: #FDFDFD;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  padding-inline: 15px 19px;
  padding-block: 19px;
  z-index: 0;
  overflow: hidden;
}

/* 通常時: 不透明な背景（下層） */
.header_contact a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FF9C38 0%, #E85D30 100%);
  transition: 0.5s;
  opacity: 1;
}

/* hover時に表示される半透明の背景（上層） */
.header_contact a {
  position: relative;
  display: inline-block;
  color: #FDFDFD;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  padding-inline: 15px 19px;
  padding-block: 19px;
  z-index: 0;
  overflow: hidden;
}

/* 通常：不透明背景 */
.header_contact a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FF9C38 0%, #E85D30 100%);
  transition: 0.5s;
  opacity: 1;
}

/* 半透明背景（初期非表示） */
.header_contact a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 156, 56, 0.7) 0%, rgba(232, 93, 48, 0.7) 100%);
  transition: 0.5s;
  opacity: 0;
}

/* hover効果はPC環境のみ適用 */
@media (hover: hover) and (pointer: fine) {
  .header_contact a:hover::after {
    opacity: 0;
  }
  .header_contact a:hover::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .header_contact a:hover {
    background: #fff;
  }
  .header_nav_inner.--gro {
    display: contents;
  }
}
@media screen and (max-width: 1300px) {
  header {
    padding: 21px 10px 13px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 0.5555555556vw 0 0.5555555556vw;
  }
  .header_inner {
    display: block;
    margin: 0 4.1666666667vw;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #DEE4EC;
    height: 16.6666666667vw;
    height: 100%;
  }
  .header_content.--gro {
    padding-left: 5.5555555556vw;
    height: 16.6666666667vw;
  }
  .header_logo {
    width: 24.7222222222vw;
    height: auto;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 8.6111111111vw;
    height: 11.1111111111vw;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 8.6111111111vw;
    height: 1px;
    margin: auto;
    text-indent: -2777.5vw;
    background-color: #000;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 8.6111111111vw;
    height: 1px;
    content: "";
    background-color: #000;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -1.9444444444vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1.9444444444vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 0 0 27.7777777778vw;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.3s ease-out;
    gap: 0;
    left: 20.8333333333vw;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .global_nav {
    width: 100%;
    margin-top: 22.2222222222vw;
    margin-top: 11.1111111111vw;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    width: 100%;
    padding: 5.5555555556vw 0;
    border-bottom: 1px solid #000;
    font-size: 4.4444444444vw;
  }
  .header_contact a {
    padding: 3.3333333333vw 8.3333333333vw;
    border-radius: 11.1111111111vw;
  }
  .groval_nav-spWrap {
    margin-top: 11.1111111111vw;
  }
  .groval_nav-spWrap .page-lp-cta__tel-link::before {
    content: "";
    display: inline-block;
    background-image: url(../images/sp/ico_tel_sp.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 41px;
    aspect-ratio: 1/1;
    top: calc(50% - 13px);
    left: 83px;
    transform: translate(0, -50%);
  }
  .header_nav_inner {
    padding-inline: 5.5555555556vw;
  }
}
.groval_nav-sp {
  width: 100%;
}
.groval_nav-sp .groval_nav-spWrap {
  display: flex;
  flex-flow: column;
  gap: 2.5vw;
}
.groval_nav-sp .header_tel {
  border: 1px solid #A0AABE;
  background: #FDFDFD;
}
.groval_nav-sp .header_contact {
  width: 100%;
}
.groval_nav-sp .header_contact a {
  width: 100%;
  border-radius: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 5vw;
}

@media screen and (max-width: 1024px) {
  .header_content.--gro.sp_only .header_logo {
    padding-top: 4.7222222222vw;
  }
}
@media screen and (max-width: 1000px) {
  .header_nav {
    left: 288px;
  }
}
@media screen and (max-width: 900px) {
  .header_nav {
    left: 366px;
  }
}
@media screen and (max-width: 800px) {
  .header_nav {
    left: 480px;
  }
}
@media screen and (max-width: 725px) {
  .header_nav {
    left: 550px;
  }
}
@media screen and (max-width: 680px) {
  .header_nav {
    left: 0;
  }
}
/*===================================================
フッター
===================================================*/
footer {
  width: 100%;
  background: linear-gradient(270deg, #DFECFA 0%, #F2F4F7 100%);
  padding-block: 88px 28px;
}
footer__inner {
  max-width: 1154px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}

.footer__inner {
  max-width: 1154px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}

.footer__img {
  width: 195px;
}

.footer__copyright {
  margin-top: auto;
}

@media screen and (max-width: 680px) {
  footer {
    width: 100%;
    background: linear-gradient(270deg, #DFECFA 0%, #F2F4F7 100%);
    padding-block: 3.6111111111vw 3.8888888889vw;
    padding-inline: 5.5555555556vw;
  }
  footer__inner {
    max-width: 1154px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    padding-inline: 5.5555555556vw;
  }
  footer__left {
    font-size: 3.8888888889vw;
    margin-top: 4.7222222222vw;
  }
  .footer__inner {
    max-width: 1154px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
  .footer__img {
    width: 22.2222222222vw;
  }
  .footer__copyright p {
    margin-top: 4.7222222222vw;
    font-size: 3.3333333333vw;
  }
}
/* フェードイン
***************************************************************/
@media all and (min-width: 681px) {
  .action01 {
    opacity: 0;
    transform: translateY(40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    opacity: 0;
    transform: translateX(-40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    opacity: 0;
    transform: translateX(40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    opacity: 0;
    transform: translateX(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/*===================================================
トップページ
===================================================*/
section {
  width: 100%;
  font-family: "Noto Sans JP", serif;
}

@media screen and (max-width: 680px) {
  section {
    padding: 0vw 0;
  }
}
/* /ダミー */
/* FV
***************************************************************/
.page-lp-fv {
  margin-top: 106px;
  background-image: url(../images/fv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 10;
  height: 42.3611111111vw;
}
.page-lp-fv__inner {
  padding-inline: 3.9583333333vw 5.5555555556vw;
  padding-top: 5.1388888889vw;
}
.page-lp-fv__textBox {
  padding-top: 16px;
}
.page-lp-fv__text {
  color: #233B6C;
  font-family: "Noto Sans JP ,serif";
  font-size: 2.7777777778vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
.page-lp-fv__text span.small {
  font-size: 2.4305555556vw;
  letter-spacing: 1.4px;
}
.page-lp-fv__title span.sub {
  color: #FDFDFD;
  font-size: 2.4305555556vw;
  font-weight: 700;
  line-height: 7.2222222222vw;
  letter-spacing: -0.7px;
  border-top: 0.1388888889vw solid #fff;
  border-bottom: 0.1388888889vw solid #fff;
  line-height: 1;
  display: inline;
  padding-block: 0.2777777778vw 0.8333333333vw;
}
.page-lp-fv__title span.yellow {
  color: #F4EB00;
  font-family: "Noto Sans JP,serif";
  font-size: 2.4305555556vw;
  font-weight: 700;
  line-height: 7.2222222222vw;
  padding-left: 0.8333333333vw;
}
.page-lp-fv__title span.small {
  color: #FDFDFD;
  font-family: "Noto Sans JP,serif";
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 7.2222222222vw;
  letter-spacing: -0.1041666667vw;
}
.page-lp-fv__title span.big {
  color: #FDFDFD;
  text-shadow: 0px 2px 10px #020634;
  font-family: "Noto Sans JP,serif";
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 7.2222222222vw;
  /* 138.667% */
  position: relative;
  top: 1.3194444444vw;
  padding-left: 1.25vw;
}
.page-lp-fv__title span.big02 {
  margin-left: -1.3888888889vw;
}
.page-lp-fv__title span.small02 {
  text-shadow: 0px 0px 10px #020634;
  color: #FDFDFD;
  font-family: "Noto Sans JP,serif";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: 7.2222222222vw;
  position: relative;
  top: 1.4583333333vw;
}
.page-lp-fv__title span.main {
  background: linear-gradient(271deg, #FF9C38 37.32%, #E85D30 111.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Sans JP,serif";
  font-size: 4.8611111111vw;
  font-style: normal;
  font-weight: 700;
  line-height: 7.2222222222vw;
}
.page-lp-fv__title .text-shadow-wrapper {
  position: relative;
  display: inline-block;
}
.page-lp-fv__title .text-shadow-wrapper .shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  color: #000;
  /* シャドウにしたい色 */
  text-shadow: 0px 6px 20px #020634;
  pointer-events: none;
  /* マウス操作を通す */
}
.page-lp-fv__title span.point {
  display: inline-block;
}
.page-lp-fv__title span.point::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 3.0555555556vw;
  transform: translateX(-50%);
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  background: #fff;
  border-radius: 50%;
}
.page-lp-fv__title span.point:nth-of-type(2):before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 7.5vw;
  transform: translateX(-50%);
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  background: #fff;
  border-radius: 50%;
}
.page-lp-fv__img {
  display: block;
  width: 40.7638888889vw;
  margin-top: 0.9027777778vw;
}
.page-lp-fv__link {
  color: #FDFDFD;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 870px;
  height: 130px;
  flex-shrink: 0;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
  margin-inline: auto;
  max-width: 870px;
  transition: 0.5s;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.page-lp-fv__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FF9C38 0%, #E85D30 100%);
  border-radius: 5px;
  transition: 0.5s;
  opacity: 1;
}
.page-lp-fv__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 156, 56, 0.7) 0%, rgba(232, 93, 48, 0.7) 100%);
  border-radius: 5px;
  transition: 0.5s;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .page-lp-fv__link:hover::after {
    opacity: 0;
  }
  .page-lp-fv__link:hover::before {
    opacity: 1;
  }
}
.page-lp-fv__link span.big {
  text-shadow: 0px 4px 0.4px rgba(121, 68, 14, 0.25);
  font-family: "Noto Sans JP";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text-shadow-wrapper .text {
  position: relative;
  z-index: 1;
  background: linear-gradient(271deg, #FF9C38 37.32%, #E85D30 111.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 681px) {
  a.page-lp-fv__link:hover {
    background: linear-gradient(180deg, rgba(255, 156, 56, 0.7) 0%, rgba(232, 93, 48, 0.7) 100%);
  }
}
@media screen and (max-width: 1440px) {
  .page-lp-fv {
    margin-top: 106px;
    background-image: url(../images/fv.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 10;
    height: 610px;
  }
  .page-lp-fv__inner {
    padding-top: 74px;
    padding-inline: 8px 80px;
  }
  .page-lp-fv__textBox {
    padding-top: 16px;
  }
  .page-lp-fv__text {
    color: #233B6C;
    font-family: "Noto Sans JP ,serif";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
  }
  .page-lp-fv__text span.small {
    font-size: 35px;
    letter-spacing: 1.4px;
  }
  .page-lp-fv__title span.sub {
    color: #FDFDFD;
    font-family: "Noto Sans JP,serif";
    font-size: 35px;
    font-weight: 700;
    line-height: 104px;
    letter-spacing: -0.7px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    line-height: 1;
    display: inline;
    padding-block: 4px 12px;
  }
  .page-lp-fv__title span.yellow {
    color: #F4EB00;
    font-family: "Noto Sans JP,serif";
    font-size: 35px;
    font-weight: 700;
    line-height: 104px;
    padding-left: 12px;
  }
  .page-lp-fv__title span.small {
    color: #FDFDFD;
    font-family: "Noto Sans JP,serif";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 104px;
    letter-spacing: -0.1041666667vw;
  }
  .page-lp-fv__title span.big {
    color: #FDFDFD;
    text-shadow: 0px 2px 10px #020634;
    font-family: "Noto Sans JP,serif";
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: 104px;
    /* 138.667% */
    position: relative;
    top: 19px;
    padding-left: 18px;
  }
  .page-lp-fv__title span.small02 {
    text-shadow: 0px 0px 10px #020634;
    color: #FDFDFD;
    font-family: "Noto Sans JP,serif";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 104px;
    position: relative;
    top: 21px;
  }
  .page-lp-fv__title span.main {
    background: linear-gradient(271deg, #FF9C38 37.32%, #E85D30 111.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Noto Sans JP,serif";
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 104px;
  }
  .page-lp-fv__title .text-shadow-wrapper {
    position: relative;
    display: inline-block;
  }
  .page-lp-fv__title .text-shadow-wrapper .shadow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    color: #000;
    /* シャドウにしたい色 */
    text-shadow: 0px 6px 20px #020634;
    pointer-events: none;
    /* マウス操作を通す */
  }
  .page-lp-fv__title span.point {
    display: inline-block;
  }
  .page-lp-fv__title span.point::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 44px;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
  }
  .page-lp-fv__title span.point:nth-of-type(2):before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 108px;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
  }
  .page-lp-fv__img {
    display: block;
    width: 587px;
    margin-top: 13px;
  }
  .page-lp-fv__link {
    color: #FDFDFD;
    font-size: 24px;
    width: 100%;
    height: 130px;
    flex-shrink: 0;
    border-radius: 5px;
    background: linear-gradient(180deg, #FF9C38 0%, #E85D30 100%);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
    margin-inline: auto;
  }
  .page-lp-fv__link span.big {
    text-shadow: 0px 4px 0.4px rgba(121, 68, 14, 0.25);
    font-family: "Noto Sans JP";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
@media screen and (max-width: 680px) {
  .page-lp-fv {
    margin-top: 12.2222222222vw;
    background-image: url(../images/sp/fv_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 10;
    height: 158.8888888889vw;
  }
  .page-lp-fv__inner {
    padding-inline: 4.1666666667vw;
    padding-top: 9.1666666667vw;
  }
  .page-lp-fv__textBox {
    padding-top: 7.2222222222vw;
  }
  .page-lp-fv__text {
    color: #233B6C;
    font-family: "Noto Sans JP ,serif";
    font-size: 6.1111111111vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    line-height: 1.4;
  }
  .page-lp-fv__text span.small {
    font-size: 6.1111111111vw;
    letter-spacing: 1.4px;
  }
  .page-lp-fv__title {
    white-space: nowrap;
  }
  .page-lp-fv__title span.sub {
    color: #FDFDFD;
    font-family: "Noto Sans JP,serif";
    font-size: 5vw;
    font-weight: 700;
    letter-spacing: -0.7px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 1;
    display: inline;
    padding-block: 1.6666666667vw 1.6666666667vw;
  }
  .page-lp-fv__title span.yellow {
    color: #F4EB00;
    font-size: 5vw;
    line-height: 1;
    padding-left: 0.2777777778vw;
  }
  .page-lp-fv__title span.small {
    color: #FDFDFD;
    font-family: "Noto Sans JP,serif";
    font-size: 4.1666666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.1041666667vw;
  }
  .page-lp-fv__title span.big {
    color: #FDFDFD;
    text-shadow: 0px 2px 10px #020634;
    font-size: 11.1111111111vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    position: relative;
    top: 9px;
    padding-left: 4px;
  }
  .page-lp-fv__title span.big02 {
    font-size: 8.8888888889vw;
    position: relative;
    left: -1.9444444444vw;
    top: -0.8333333333vw;
  }
  .page-lp-fv__title span.small02 {
    text-shadow: 0px 1.052px 5.262px #020634;
    color: #FDFDFD;
    font-family: "Noto Sans JP,serif";
    font-size: 8.3333333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    position: relative;
    top: 1.9444444444vw;
    left: -3.6111111111vw;
    margin-left: 1.6666666667vw;
  }
  .page-lp-fv__title span.main {
    background: linear-gradient(271deg, #FF9C38 37.32%, #E85D30 111.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Noto Sans JP,serif";
    font-size: 11.1111111111vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
    margin-top: 1.9444444444vw;
  }
  .page-lp-fv__title .text-shadow-wrapper {
    position: relative;
    display: inline-block;
  }
  .page-lp-fv__title .text-shadow-wrapper .shadow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    color: #000;
    pointer-events: none;
    text-shadow: -1px 1.034px 24.17px rgba(7, 10, 44, 0.55);
  }
  .page-lp-fv__title span.point {
    display: inline-block;
  }
  .page-lp-fv__title span.big02 {
    margin-left: -1.1111111111vw;
  }
  .page-lp-fv__title span.point::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 1.6666666667vw;
    left: 6.3888888889vw;
    transform: translateX(-50%);
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    background: #fff;
    border-radius: 50%;
  }
  .page-lp-fv__title span.point:nth-of-type(2):before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 1.6666666667vw;
    left: 16.1111111111vw;
    transform: translateX(-50%);
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    background: #fff;
    border-radius: 50%;
  }
  .page-lp-fv__img {
    margin-top: 1.3888888889vw;
    display: block;
    width: 100%;
  }
  .page-lp-fv__link {
    margin-top: 65vw;
    color: #FDFDFD;
    font-size: 6.6666666667vw;
    width: 100%;
    height: 22.2222222222vw;
    flex-shrink: 0;
    border-radius: unset;
    flex-flow: unset;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-lp-fv__link span.big {
    font-size: 5vw;
    font-weight: 700;
  }
}
/* Support
***************************************************************/
.page-lp-support__title {
  color: #233B6C;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}
.page-lp-support__title span.small {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.page-lp-support__title span.point {
  color: #E85D30;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.44px;
  border: 1px solid #000;
  padding-inline: 4px;
}

.page-lp-support {
  background-image: url(../images/service_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.page-lp-support__inner {
  max-width: 1120px;
  margin-inline: auto;
  padding-block: 184px 160px;
  display: flex;
  position: relative;
}
.page-lp-support__title {
  flex: 1;
}
.page-lp-support__img {
  width: 50%;
}
.page-lp-support__deco {
  top: 115px;
  position: absolute;
  z-index: 0;
  width: 835px;
  left: 13px;
}
.page-lp-support__textBox {
  margin-top: 90px;
}
.page-lp-support__title {
  line-height: 2;
}
.page-lp-support span.main {
  background: linear-gradient(271deg, #FF9C38 3.59%, #E85D30 95.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  font-style: italic;
}
.page-lp-support__text {
  color: #233B6C;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 181%;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .page-lp-support__title {
    font-weight: 700;
    line-height: 150%;
  }
  .page-lp-support__title span.small {
    font-size: 4.7222222222vw;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
  .page-lp-support__title span.point {
    color: #E85D30;
    font-size: 5.5555555556vw;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.44px;
    border: 1px solid #000;
    padding-inline: 1.1111111111vw;
  }
  .page-lp-support {
    overflow: hidden;
    background-image: url(../images/service_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .page-lp-support__inner {
    max-width: 1120px;
    margin-inline: 4.1666666667vw;
    padding-block: 41.1111111111vw 22.2222222222vw;
    display: flex;
    position: relative;
    flex-flow: column;
  }
  .page-lp-support__title {
    flex: 1;
    font-size: 5.5555555556vw;
  }
  .page-lp-support__img {
    width: 95%;
    margin-inline: auto;
    margin-top: 8.3333333333vw;
  }
  .page-lp-support__deco {
    top: 13.8888888889vw;
    width: 82%;
    left: 0.5555555556vw;
  }
  .page-lp-support__textBox {
    margin-top: 0;
  }
  .page-lp-support__title {
    line-height: 2;
  }
  .page-lp-support span.main {
    background: linear-gradient(271deg, #FF9C38 3.59%, #E85D30 95.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 8.3333333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    font-style: italic;
  }
  .page-lp-support__text {
    color: #233B6C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 181%;
    margin-top: 10px;
  }
}
/* Marketing
***************************************************************/
.page-lp-marketing {
  width: 100%;
  padding-block: 100px 10px;
  background-image: url(../images/results_bg.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  /* ← 横いっぱいに */
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  background-position: right bottom 6px;
}
.page-lp-marketing__inner {
  max-width: 1270px;
  margin-inline: auto;
}
.page-lp-marketing__text {
  color: #FDFDFD;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 10;
  text-align: center;
}
.page-lp-marketing__text span.yellow {
  color: #F4EB00;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-lp-marketing__text::before {
  content: "";
  display: inline-block;
  background-image: url(../images/fukidashi.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 483px;
  top: calc(50% + 7px);
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 483/80;
  z-index: -1;
}
.page-lp-marketing__title {
  color: #E85D30;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4.8px;
  margin-top: 31px;
}
.page-lp-marketing__title span.small {
  color: #080808;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
}
.page-lp-marketing__contents {
  background: radial-gradient(50% 50% at 50% 50%, #FBFBFB 25.78%, #D0D9E2 100%);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  padding-block: 72px 88px;
  margin-top: 57px;
  position: relative;
}
.page-lp-marketing__triple-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
.page-lp-marketing__contents-items {
  margin-top: 70px;
  display: flex;
  gap: 25px;
}
.page-lp-marketing__contents h3 {
  color: #080808;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.page-lp-marketing__contents-itemsWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-inline: 77px;
  gap: 24px;
}
.page-lp-marketing__contents-items {
  margin-top: 70px;
  flex-flow: column;
  gap: 115px;
}
.page-lp-marketing__contents-item {
  flex: 1;
  text-align: center;
  color: #fff;
  padding: 24px 10px 25px;
  position: relative;
}
.page-lp-marketing__contents-item.question {
  background: #233B6C;
  list-style: none;
}
.page-lp-marketing__contents-items.answer {
  margin-top: 120px;
}
.page-lp-marketing__contents-item.answer {
  border: 4px solid #233B6C;
  background: #F4ECE9;
  display: flex;
  flex-flow: column;
  height: 200px;
}
.page-lp-marketing__contents-item.answer:nth-of-type(3) .page-lp-marketing__img {
  position: relative;
  top: 8px;
}
.page-lp-marketing__img {
  width: 80px;
  height: 80px;
  margin-inline: auto;
  margin-top: auto;
}
.page-lp-marketing__contents-item.answer p {
  color: #233B6C;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.page-lp-marketing__contents-item.question::before {
  content: "";
  display: inline-block;
  background-image: url(../images/triangle.svg);
  background-repeat: no-repeat;
  width: 38px;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  position: absolute;
}
.page-lp-marketing__contents-item.question::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  width: 14px;
  aspect-ratio: 14/125;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translate(-50%, 0);
}
.page-lp-marketing__contents-item p {
  color: #FDFDFD;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.page-lp-marketing__contents-item.answer p {
  text-align: left;
}
.page-lp-marketing__contents-item.question p::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 1px;
  background-color: #fff;
  bottom: -6px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.page-lp-marketing__contents-item.answer p span {
  color: #E85D30;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: inline;
}
.page-lp-marketing__contents-item h4 {
  text-align: left;
  margin-top: 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.page-lp-marketing__img img {
  margin-top: auto;
}
.page-lp-marketing__arrow-text {
  text-align: center;
  color: #FDFDFD;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 10;
  padding-top: 7px;
}
.page-lp-marketing__arrow {
  position: relative;
  margin-top: 26px;
  border-top: 4px solid #233B6C;
  margin-inline: 77px;
}
.page-lp-marketing__arrow svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-lp-marketing__result {
  margin-top: 80px;
  padding-bottom: 50px;
}
.page-lp-marketing__result-title {
  color: #233B6C;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  line-height: 1.2;
}
.page-lp-marketing__result-title span {
  border-bottom: 2px solid #233B6C;
}
.page-lp-marketing__result-text {
  margin-top: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.page-lp-marketing__suggestion {
  margin-inline: 77px;
  padding-top: 24px;
  border-top: 2px solid #233B6C;
}
.page-lp-marketing__suggestion-items {
  display: flex;
  justify-content: center;
  gap: 28px;
}
.page-lp-marketing__suggestion-item {
  border: 1px solid #000;
  background: #F4ECE9;
  color: #233B6C;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  padding-block: 28px;
  align-items: center;
  flex: 1;
  padding-inline: 14px;
  display: flex;
  height: 100px;
}
.page-lp-marketing__success-title {
  color: #E85D30;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  display: inline-block;
  padding-inline: 20px;
  margin-top: 70px;
}
.page-lp-marketing__success-title::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 9px;
  background-color: #E85D30;
  bottom: 8px;
  left: 0;
  position: absolute;
}
.page-lp-marketing__success-title span {
  font-family: Poppins;
  font-size: 124.671px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(328deg, #FF9C38 16.04%, #E85D30 76.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  line-height: 1;
  position: relative;
  top: 7px;
  z-index: 10;
  padding-inline: 10px;
}
.page-lp-marketing__success {
  text-align: center;
}
.page-lp-marketing__success-text {
  color: #080808;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 63px;
  line-height: 1.2;
}
.page-lp-marketing__success-bottom {
  max-width: 587px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 680px) {
  .page-lp-marketing {
    overflow: hidden;
    width: 100%;
    padding-block: 19.4444444444vw 10px;
    background-image: url(../images/sp/results_bg_sp.png);
    background-size: cover;
    height: 100%;
    width: 100%;
  }
  .page-lp-marketing__inner {
    max-width: 1270px;
    margin-inline: auto;
  }
  .page-lp-marketing__text {
    color: #FDFDFD;
    font-size: 5vw;
  }
  .page-lp-marketing__text span.yellow {
    font-size: 5vw;
  }
  .page-lp-marketing__text::before {
    content: "";
    display: inline-block;
    background-image: url(../images/fukidashi.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 87.2222222222vw;
    top: calc(50% + 7px);
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 483/80;
    z-index: -1;
  }
  .page-lp-marketing__title {
    font-size: 6.6666666667vw;
    letter-spacing: 4.8px;
    margin-top: 8.6111111111vw;
    line-height: 1.2;
  }
  .page-lp-marketing__title span.small {
    font-size: 4.4444444444vw;
    letter-spacing: 1.1111111111vw;
    margin-left: -3.3333333333vw;
  }
  .page-lp-marketing__contents {
    padding-block: 7.2222222222vw 12.7777777778vw;
    margin-top: 12.2222222222vw;
  }
  .page-lp-marketing__triple-arrow {
    bottom: -6.3888888889vw;
    width: 7.7777777778vw;
  }
  .page-lp-marketing__contents-items {
    margin-top: 9.7222222222vw;
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-lp-marketing__contents h3 {
    font-size: 4.4444444444vw;
  }
  .page-lp-marketing__contents-itemsWrap {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 4.1666666667vw;
    row-gap: 1.9444444444vw;
  }
  .page-lp-marketing__contents-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 8.8888888889vw;
  }
  .page-lp-marketing__contents-item {
    flex: 1;
    text-align: center;
    color: #fff;
    padding: 3.0555555556vw 1.6666666667vw 3.8888888889vw;
    position: relative;
  }
  .page-lp-marketing__contents-item.question {
    background: #233B6C;
    min-height: 38.8888888889vw;
  }
  .page-lp-marketing__contents-items:nth-of-type(2) .page-lp-marketing__contents-item.question {
    height: 38.8888888889vw;
  }
  .page-lp-marketing__contents-items:nth-of-type(3) .page-lp-marketing__contents-item.answer {
    height: 55.5555555556vw;
  }
  .page-lp-marketing__contents-items:nth-of-type(4) .page-lp-marketing__contents-item.answer {
    height: 55.5555555556vw;
  }
  .page-lp-marketing__contents-items:nth-of-type(3) .page-lp-marketing__contents-item.question {
    height: 47.7777777778vw;
  }
  .page-lp-marketing__contents-items:nth-of-type(4) .page-lp-marketing__contents-item.question {
    height: 47.7777777778vw;
  }
  .page-lp-marketing__contents-items.answer {
    margin-top: 120px;
  }
  .page-lp-marketing__contents-item.answer {
    border: 1.1111111111vw solid #233B6C;
    background: #F4ECE9;
    display: flex;
    flex-flow: column;
    height: 43.0555555556vw;
  }
  .page-lp-marketing__contents-item.answer:nth-of-type(3) .page-lp-marketing__img {
    position: relative;
    top: 8px;
  }
  .page-lp-marketing__img {
    width: 13.8888888889vw;
    height: 13.8888888889vw;
  }
  .page-lp-marketing__contents-items.answer {
    padding-inline: 0;
    margin-inline: 83px;
    border-bottom: 4px solid #233B6C;
    padding-bottom: 23.0555555556vw;
    padding-bottom: 7.2222222222vw;
  }
  .page-lp-marketing__contents-item.answer p {
    color: #233B6C;
    font-size: 5.5555555556vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .page-lp-marketing__contents-item:nth-of-type(1) h4 {
    padding-left: 0;
  }
  .page-lp-marketing__contents-item.question::before {
    content: "";
    display: inline-block;
    background-image: url(../images/triangle.svg);
    background-repeat: no-repeat;
    width: 10.5555555556vw;
    aspect-ratio: 1/1;
    top: 0;
    left: 0;
    position: absolute;
  }
  .page-lp-marketing__contents-item.question::after {
    content: "";
    display: inline-block;
    background-image: url(../images/sp/arrow_sp.svg);
    background-repeat: no-repeat;
    width: 2.2222222222vw;
    aspect-ratio: 8/33;
    position: absolute;
    bottom: -7.7777777778vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .page-lp-marketing__contents-item p {
    font-family: "Noto Sans JP";
    font-size: 3.3333333333vw;
  }
  .page-lp-marketing__contents-item.answer p {
    text-align: left;
    font-size: 3.8888888889vw;
  }
  .page-lp-marketing__contents-item.question p::before {
    content: "";
    display: inline-block;
    width: 8.0555555556vw;
    height: 0.2777777778vw;
    bottom: -1.6666666667vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 4.4444444444vw;
  }
  .page-lp-marketing__contents-item.answer p span {
    color: #E85D30;
    font-size: 3.8888888889vw;
  }
  .page-lp-marketing__contents-item h4 {
    text-align: left;
    margin-top: 3.3333333333vw;
    font-size: 3.8888888889vw;
  }
  .page-lp-marketing__img img {
    margin-top: auto;
  }
  .page-lp-marketing__arrow-text {
    text-align: center;
    color: #FDFDFD;
    font-size: 5vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    z-index: 10;
    padding-top: 1.9444444444vw;
  }
  .page-lp-marketing__arrow {
    position: relative;
    margin-top: 3.8888888889vw;
    margin-inline: 4.1666666667vw;
  }
  .page-lp-marketing__result {
    margin-top: 22.2222222222vw;
    padding-bottom: 2.2222222222vw;
  }
  .page-lp-marketing__result-title {
    font-size: 6.6666666667vw;
  }
  .page-lp-marketing__result-title span {
    border-bottom: unset;
  }
  .page-lp-marketing__result-text {
    margin-top: 15vw;
    text-align: center;
    font-size: 5vw;
    font-weight: 700;
  }
  .page-lp-marketing__suggestion {
    margin-inline: 4.1666666667vw;
    padding-top: 6.6666666667vw;
    border-top: 2px solid #233B6C;
  }
  .page-lp-marketing__suggestion-items {
    gap: 7.7777777778vw;
    flex-flow: column;
  }
  .page-lp-marketing__suggestion-item {
    font-size: 3.8888888889vw;
    padding-block: 4.4444444444vw;
    padding-inline: 3.8888888889vw;
    height: 16.6666666667vw;
    flex: unset;
    justify-content: center;
  }
  .page-lp-marketing__success-title {
    font-size: 5vw;
    padding-inline: 5.5555555556vw;
    margin-top: 8.3333333333vw;
  }
  .page-lp-marketing__success-title::after {
    height: 1.1111111111vw;
    bottom: 1.3888888889vw;
  }
  .page-lp-marketing__success-title span {
    font-size: 22.2222222222vw;
    top: 1.9444444444vw;
    z-index: 10;
    padding-inline: 2.7777777778vw;
  }
  .page-lp-marketing__success {
    text-align: center;
  }
  .page-lp-marketing__success-text {
    color: #080808;
    font-size: 6.6666666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 3.0555555556vw;
    line-height: 1.2;
  }
  .page-lp-marketing__success-bottom {
    max-width: 70.8333333333vw;
    margin-top: 1.6666666667vw;
  }
}
/* Cta
***************************************************************/
.page-lp-cta {
  margin-top: -10px;
  padding-block: 63px;
  width: 100%;
  background-image: url(../images/cta_bg.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  /* ← 横いっぱいに */
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
.page-lp-cta__inner {
  padding-inline: 170px;
}
@media screen and (max-width: 1420px) {
  .page-lp-cta__inner {
    padding-inline: 50px;
  }
}
.page-lp-cta__title {
  color: #FDFDFD;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}
.page-lp-cta__contents {
  margin-top: 48px;
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center;
}
.page-lp-cta__tel-link {
  color: #FDFDFD;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  line-height: 1.3;
  white-space: nowrap;
  padding-left: 55px;
}
.page-lp-cta__tel-link::before {
  content: "";
  display: inline-block;
  background-image: url(../images/ico_tel.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 41px;
  aspect-ratio: 1/1;
  top: calc(50% - 18px);
  left: 4px;
  transform: translate(0, -50%);
}
.page-lp-cta__tel {
  padding-left: 123px;
}
.page-lp-cta__tel-link span {
  font-size: 20px;
}
.page-lp-cta__contact-link {
  position: relative;
  display: inline-block;
  color: #FDFDFD;
  font-size: 30px;
  font-weight: 700;
  max-width: 620px;
  padding-block: 43px;
  padding-inline: 63px;
  border-radius: 5px;
  z-index: 0;
  overflow: hidden;
}
.page-lp-cta__contact-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FF9C38 0%, #E85D30 100%);
  border-radius: 5px;
  transition: 0.5s;
  opacity: 1;
}
.page-lp-cta__contact-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 156, 56, 0.7) 0%, rgba(232, 93, 48, 0.7) 100%);
  border-radius: 5px;
  transition: 0.5s;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .page-lp-cta__contact-link:hover::after {
    opacity: 0;
  }
  .page-lp-cta__contact-link:hover::before {
    opacity: 1;
  }
}

.page-lp-cta__tel-link {
  pointer-events: auto;
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* PC（hoverとポインタ対応）では無効化 */
  .page-lp-cta__tel-link {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 680px) {
  .page-lp-cta {
    padding-block: 5.8333333333vw 3.0555555556vw;
    width: 100%;
    background-image: url(../images/sp/cta_bg_sp.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    /* ← 横いっぱいに */
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
  }
  .page-lp-cta__inner {
    padding-inline: 5vw;
  }
  .page-lp-cta__title {
    font-size: 4.4444444444vw;
  }
  .page-lp-cta__contents {
    margin-top: 5.8333333333vw;
    flex-flow: column;
    gap: 2.5vw;
  }
  .page-lp-cta__tel-link {
    color: #080808;
    font-size: 5.5555555556vw;
    line-height: 1.3;
    white-space: nowrap;
    padding-left: 0;
    background-color: #fdfdfd;
    width: 100%;
    height: 18.3333333333vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .page-lp-cta__tel-link::before {
    content: "";
    display: inline-block;
    background-image: url(../images/sp/ico_tel_sp.svg);
    width: 5.2777777778vw;
    aspect-ratio: 1/1;
    top: 6.9444444444vw;
    left: 18.0555555556vw;
    transform: translate(0, -50%);
  }
  .page-lp-cta__tel-link.--gro::before {
    width: 6.1111111111vw;
    top: 7.7777777778vw;
    left: 11.3888888889vw;
  }
  .page-lp-cta__tel {
    padding-left: 0px;
    width: 100%;
  }
  .page-lp-cta__tel-link span {
    font-size: 3.3333333333vw;
  }
  .page-lp-cta__contact {
    width: 100%;
  }
  .page-lp-cta__contact-link {
    max-width: 620px;
    height: 18.3333333333vw;
    font-size: 5vw;
    line-height: 1.3;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-block: 0;
    padding-inline: 0;
    width: 100%;
    font-size: 5vw;
    padding-block: 2.7777777778vw;
  }
  .page-lp-cta__contact-link {
    position: relative;
    display: inline-block;
    color: #FDFDFD;
    font-weight: 700;
    max-width: 620px;
    padding-inline: 63px;
    border-radius: 5px;
    z-index: 0;
    overflow: hidden;
    white-space: nowrap;
  }
  .page-lp-cta__contact-link::after {
    border-radius: 0;
  }
  .page-lp-cta__contact-link::before {
    border-radius: 0;
  }
}
@media screen and (max-width: 680px) and (hover: hover) and (pointer: fine) {
  .page-lp-cta__contact-link:hover::after {
    opacity: 0;
  }
  .page-lp-cta__contact-link:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 680px) {
  .page-lp-cta__contact-link {
    border-radius: 0;
  }
  .page-lp-cta__contact-link::after {
    border-radius: 0;
  }
  .page-lp-cta__contact-link::after {
    border-radius: 0;
  }
}
/* Work
***************************************************************/
.page-lp-work {
  padding-block: 100px 105px;
}
.page-lp-work__inner {
  max-width: 965px;
  margin-inline: auto;
}
.page-lp-work__title {
  color: #080808;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  position: relative;
}
.page-lp-work__title::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.page-lp-work__title span {
  color: #E85D30;
  font-size: 60px;
  font-weight: 700;
}
.page-lp-work__text {
  margin-top: 102px;
  color: #080808;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
}
.page-lp-work__contents {
  margin-top: 130px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 84px;
}
@media screen and (max-width: 1420px) {
  .page-lp-work__contents {
    gap: 40px;
  }
}
.page-lp-work__content-text {
  color: #080808;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  margin-top: 12px;
}
.page-lp-work__content-text span {
  color: #E85D30;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  border-bottom: 2px solid #E85D30;
}
.page-lp-work__content-text span.under {
  border-bottom: 2px solid #080808;
  color: #080808;
}

@media screen and (max-width: 680px) {
  .page-lp-work {
    padding-block: 13.3333333333vw 22.2222222222vw;
  }
  .page-lp-work__inner {
    padding-inline: 5vw;
  }
  .page-lp-work__title {
    font-size: 5.5555555556vw;
  }
  .page-lp-work__title::before {
    width: 11.1111111111vw;
    height: 0.2777777778vw;
    bottom: -3.3333333333vw;
  }
  .page-lp-work__title span {
    font-size: 7.2222222222vw;
    letter-spacing: 0.7222222222vw;
  }
  .page-lp-work__text {
    margin-top: 12.5vw;
    color: #080808;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.8888888889vw;
    font-weight: 400;
    line-height: 1.75;
  }
  .page-lp-work__contents {
    margin-top: 13.3333333333vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7.5vw;
    row-gap: 10.5555555556vw;
  }
  .page-lp-work__content-text {
    font-size: 3.8888888889vw;
    margin-top: 2.2222222222vw;
    line-height: 1;
  }
  .page-lp-work__content-text span {
    font-size: 3.8888888889vw;
  }
}
/* Company
***************************************************************/
.page-lp-reason01__content02-items p span {
  background-color: #f5eb02;
  display: inline;
}

.page-lp-reason01__content02-item {
  flex: 1;
}

.page-lp-reason__title p {
  color: #E85D30;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.page-lp-reason__title h2 {
  color: #233B6C;
  font-size: 60px;
  font-weight: 700;
  display: inline;
  border-bottom: 4px solid #626262;
  padding-bottom: 25px;
  margin-top: 21px;
}

hgroup.page-lp-reason__title {
  text-align: center;
  margin-top: 100px;
}

.page-lp-reason01 {
  padding-block: 101px 218px;
  width: 100%;
  background-image: url(../images/reason_bg.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.page-lp-reason01__title {
  text-align: center;
  color: #233B6C;
  font-family: "Noto Sans JP";
  font-size: 60px;
  font-weight: 700;
  position: relative;
}
.page-lp-reason01__title::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.page-lp-reason01__title span.yellow {
  background-color: #f5eb02;
}
.page-lp-reason01__title span.medium {
  color: #E85D30;
  font-family: Poppins;
  font-size: 70px;
  font-weight: 700;
}
.page-lp-reason01__title span.small {
  color: #E85D30;
  font-family: "Noto Sans JP";
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-lp-reason01__title span.medium02 {
  color: #E85D30;
  font-family: "Noto Sans JP";
  font-size: 60px;
  font-weight: 700;
  margin-left: -12px;
}
.page-lp-reason01__content01 {
  margin-top: 90px;
  position: relative;
}
.page-lp-reason01__content01-img {
  width: 900px;
  margin-inline: auto;
  max-width: 900px;
}
.page-lp-reason01__content01-show {
  position: absolute;
  top: calc(50% - 146px);
  left: calc(50% - 190px);
  transform: translate(-50%, -50%);
}
.page-lp-reason01 .page-lp-reason01__icon {
  width: 108px;
  margin-inline: auto;
  margin-top: 10px;
}
.page-lp-reason01__content01-show.show02 {
  left: calc(50% + 200px);
  top: calc(50% - 139px);
}
.page-lp-reason01__content01-show.show02 .page-lp-reason01__icon {
  width: 125px;
  margin-inline: auto;
  margin-top: 5px;
}
.page-lp-reason01__content01-show p.show {
  color: #233B6C;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.page-lp-reason01__content01-show p span.big {
  color: #E85D30;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 1px;
}
.page-lp-reason01__content01-show p span.small {
  color: #E85D30;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.page-lp-reason01__bottom-text {
  color: #233B6C;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  border: 5px solid #233B6C;
  background: #FDFDFD;
  display: inline;
  padding-block: 7px 7px;
  padding-inline: 85px;
  position: absolute;
  transform: translateX(-50%);
  bottom: 171px;
  left: 50%;
  /* width: 100%; */
  white-space: nowrap;
}
.page-lp-reason01__bottom-text span {
  color: #E85D30;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.page-lp-reason01__content02 {
  padding-inline: 164px;
  max-width: 1440px;
  margin-inline: auto;
}
.page-lp-reason01__content02-title {
  color: #F4EB00;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-block: 20px;
  background: #233B6C;
  padding-block: 2px;
}
.page-lp-reason01__content02-title.--02 {
  margin-top: 82px;
}
.page-lp-reason01__content02-item h3 {
  color: #FDFDFD;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  display: flex;
  height: 53px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #233B6C;
  white-space: nowrap;
}
.page-lp-reason01__content02-items {
  padding-block: 23px 38px;
  display: flex;
  gap: 50px;
  padding-inline: 30px;
  border: 2px solid #233B6C;
  background: radial-gradient(42.7% 42.7% at 50% 57.3%, #F9FBFF 56.73%, #E5EDFF 100%);
}
.page-lp-reason01__content02-items p {
  color: #080808;
  font-size: 20px;
  font-weight: 400;
  line-height: 158%;
  /* 31.6px */
}
.page-lp-reason01__content02-items p:nth-of-type(1) {
  margin-top: 30px;
}
.page-lp-reason01__content02-items p:nth-of-type(2) {
  margin-top: 35px;
}
.page-lp-reason01__content02-items p span {
  background-color: #f5eb02;
}
.page-lp-reason01__content02-item {
  position: relative;
}
.page-lp-reason01__content02-item svg {
  position: absolute;
  left: 50%;
  top: 41px;
  transform: translateX(-50%);
}
.page-lp-reason01__content02-img {
  margin-top: 29px;
}
.page-lp-reason01__content02-bottom {
  color: #080808;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-top: 187px;
}
.page-lp-reason01__content02-bottom span {
  color: #E85D30;
  font-size: 50px;
  /* 70px */
}
.page-lp-reason01__content02-img img {
  height: auto;
}

li.page-lp-reason01__content02-item svg {
  text-align: center;
}

@media screen and (max-width: 680px) {
  .page-lp-reason__title p {
    font-size: 4.4444444444vw;
  }
  .page-lp-reason__title h2 {
    color: #233B6C;
    font-size: 5.5555555556vw;
    font-weight: 700;
    display: inline;
    border-bottom: 0.2777777778vw solid #626262;
    padding-bottom: 0;
    margin-top: 21px;
  }
  hgroup.page-lp-reason__title {
    text-align: center;
    margin-top: 0;
  }
  .page-lp-reason01 {
    padding-block: 13.3333333333vw 17.5vw;
    width: 100%;
    background-image: url(../images/reason_bg.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .page-lp-reason01__title {
    font-size: 6.6666666667vw;
  }
  .page-lp-reason01__title::before {
    width: 5.8333333333vw;
    height: 0.2777777778vw;
    bottom: -2.2222222222vw;
  }
  .page-lp-reason01__title span.yellow {
    letter-spacing: 0.6666666667vw;
  }
  .page-lp-reason01__title span.medium {
    font-size: 11.1111111111vw;
    line-height: 1.2;
  }
  .page-lp-reason01__title span.small {
    font-size: 5.5555555556vw;
    font-style: normal;
    font-weight: 500;
  }
  .page-lp-reason01__title span.medium02 {
    font-size: 8.3333333333vw;
    margin-left: -1.3888888889vw;
  }
  .page-lp-reason01__content01 {
    margin-top: 12.5vw;
  }
  .page-lp-reason01__content01-img {
    width: 93%;
  }
  .page-lp-reason01__content01-show {
    left: 29.1666666667vw;
    top: 26.1111111111vw;
  }
  .page-lp-reason01 .page-lp-reason01__icon {
    width: 10.5555555556vw;
    margin-inline: auto;
    margin-top: 1.9444444444vw;
  }
  .page-lp-reason01__content01-show.show02 {
    left: unset;
    right: -1.1111111111vw;
    top: 26.1111111111vw;
  }
  .page-lp-reason01__content01-show.show02 .page-lp-reason01__icon {
    width: 10.5555555556vw;
    margin-top: 5px;
  }
  .page-lp-reason01__content01.--margin {
    margin-top: 10px;
  }
  .page-lp-reason01__content01-show p.show {
    font-size: 3.8888888889vw;
  }
  .page-lp-reason01__content01-show p span.big {
    color: #E85D30;
    font-size: 5.5555555556vw;
  }
  .page-lp-reason01__content01-show p span.small {
    font-size: 3.8888888889vw;
    letter-spacing: 0.8px;
  }
  .page-lp-reason01__bottom-text {
    font-size: 3.8888888889vw;
    border-radius: 0;
    border: 0.5555555556vw solid #233B6C;
    display: inline;
    padding-block: 0.2777777778vw 0.5555555556vw;
    padding-inline: 11.3888888889vw;
    transform: translateX(-50%);
    bottom: 23.6111111111vw;
    left: 50%;
    width: 100%;
    white-space: unset;
    text-align: center;
    line-height: 1.2;
    width: 93%;
  }
  .page-lp-reason01__bottom-text span {
    font-size: 4.4444444444vw;
  }
  .page-lp-reason01__content02 {
    padding-inline: 6.1111111111vw;
    max-width: 1440px;
    margin-inline: auto;
  }
  .page-lp-reason01__content02-title {
    font-size: 5vw;
    padding-block: 1.3888888889vw;
  }
  .page-lp-reason01__content02-title.--02 {
    margin-top: 8.8888888889vw;
  }
  .page-lp-reason01__content02-item h3 {
    font-size: 3.8888888889vw;
    height: 9.1666666667vw;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #233B6C;
    white-space: nowrap;
    position: relative;
    z-index: 1;
  }
  .page-lp-reason01__content02-items {
    padding-block: 2.2222222222vw 6.9444444444vw;
    gap: 9.4444444444vw;
    padding-inline: 1.6666666667vw;
    border: 2px solid #233B6C;
    flex-flow: column;
  }
  .page-lp-reason01__content02-items p {
    font-size: 3.8888888889vw;
    font-weight: 400;
    line-height: 158%;
    /* 31.6px */
  }
  .page-lp-reason01__content02-items p:nth-of-type(1) {
    margin-top: 5vw;
  }
  .page-lp-reason01__content02-items p:nth-of-type(2) {
    margin-top: 0;
  }
  .page-lp-reason01__content02-items p span {
    background-color: #f5eb02;
    display: inline;
  }
  .page-lp-reason01__content02-item {
    position: relative;
  }
  .page-lp-reason01__content02-item svg {
    top: 2.7777777778vw;
    transform: translateX(-50%);
    z-index: 0;
  }
  .page-lp-reason01__content02-img {
    margin-top: 5vw;
  }
  .page-lp-reason01__content02-bottom {
    color: #080808;
    font-size: 3.8888888889vw;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 15.8333333333vw;
  }
  .page-lp-reason01__content02-bottom span {
    color: #E85D30;
    font-size: 5.5555555556vw;
    /* 70px */
  }
  li.page-lp-reason01__content02-item svg {
    text-align: center;
  }
}
/*reason02
***************************************************************/
.page-lp-reason02 {
  padding-block: 20px 218px;
  width: 100%;
  background-image: url(../images/reason_02.png);
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
.page-lp-reason02::before {
  content: "";
  display: inline-block;
  height: 80px;
  width: 2px;
  background-color: #080808;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.page-lp-reason02__items {
  margin-top: 86px;
  padding-inline: 160px;
  gap: 24px;
  row-gap: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1440px;
  margin-inline: auto;
}
.page-lp-reason02__item h3 {
  color: #F4EB00;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  background-image: url(../images/reason02_title.png);
  background-size: cover;
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-lp-reason02__item {
  background: #F6F8FB;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.page-lp-reason02__item-contents {
  display: flex;
  gap: 21px;
  padding-block: 27px 47px;
  padding-inline: 20px;
}
.page-lp-reason02__item-contents p {
  color: #080808;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 168%;
  flex: 1;
}
.page-lp-reason02__item-contents p span {
  background: linear-gradient(transparent 70%, #f5eb02 3%);
  display: inline;
  line-height: 1;
}
.page-lp-reason02__item.--bottom {
  margin-top: 40px;
  width: 544px;
  margin-inline: auto;
}
.page-lp-reason02__option-text {
  color: #F4EB00;
  font-size: 24px;
  font-weight: 600;
  background: #233B6C;
  width: 362px;
  height: 69px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-top: 121px;
  position: relative;
  top: -36px;
}
.page-lp-reason02__option {
  margin-inline: 160px;
}
.page-lp-reason02__option-inner {
  background: rgba(253, 253, 253, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  max-width: 1440px;
  margin-inline: auto;
  padding-bottom: 60px;
  max-width: 1120px;
}
.page-lp-reason02__option h3 {
  color: #233B6C;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid rgba(35, 59, 108, 0.6);
  padding-bottom: 25px;
}
.page-lp-reason02__option span {
  font-size: 24px;
}
.page-lp-reason02__option-img {
  width: 400px;
}
.page-lp-reason02__option-textBox {
  flex: 1;
}
.page-lp-reason02__option-textBox p {
  color: #080808;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 158%;
  /* 31.6px */
}
.page-lp-reason02__option-textBox p span.option_small {
  background-color: #F4EB00;
  display: inline;
  font-size: 18px;
}
.page-lp-reason02__option-textBox p:nth-of-type(2) {
  margin-top: 40px;
}
.page-lp-reason02__option-contents {
  display: flex;
  padding-inline: 68px;
  padding-block: 48px 40px;
  gap: 36px;
}
.page-lp-reason02__option-meo {
  border: 4px solid rgba(35, 59, 108, 0.5);
  margin-inline: 68px;
  padding-block: 5px 19px;
  padding-inline: 5px;
}
.page-lp-reason02__option-meo hgroup {
  position: relative;
}
.page-lp-reason02__option-meo hgroup h4 {
  color: #FDFDFD;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  background: #E85D30;
  text-align: center;
  position: relative;
  padding-block: 5px;
}
.page-lp-reason02__option-meo hgroup svg {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 41px;
  transform: translateX(-50%);
}
.page-lp-reason02__option-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
  margin-top: 29px;
}
.page-lp-reason02__option-items p {
  text-align: center;
  color: #233B6C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
}
.page-lp-reason02__option-ico {
  width: 100px;
  margin-inline: auto;
  margin-top: 20px;
}
.page-lp-reason02__content02-img {
  width: 183px;
  height: 180px;
}

@media screen and (max-width: 680px) {
  .page-lp-reason02 {
    padding-block: 16.6666666667vw 17.5vw;
    width: 100%;
    background-image: url(../images/reason_02.png);
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
  }
  .page-lp-reason02::before {
    height: 11.1111111111vw;
    width: 0.5555555556vw;
    top: -5.2777777778vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-lp-reason02__items {
    margin-top: 11.1111111111vw;
    padding-inline: 5.5555555556vw;
    gap: 24px;
    row-gap: 8.6111111111vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    max-width: 1440px;
    margin-inline: auto;
  }
  .page-lp-reason02__item h3 {
    font-size: 5.5555555556vw;
    background-image: url(../images/reason02_title.png);
    background-size: cover;
    width: 100%;
    height: 22.7777777778vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-lp-reason02__item {
    background: #F6F8FB;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  }
  .page-lp-reason02__content02-img {
    width: 30.5555555556vw;
  }
  .page-lp-reason02__item-contents {
    display: flex;
    gap: 5vw;
    padding-block: 4.4444444444vw 3.8888888889vw;
    padding-inline: 20px;
  }
  .page-lp-reason02__item-contents p {
    color: #080808;
    font-size: 3.8888888889vw;
    font-style: normal;
    flex: 1;
    line-height: 168%;
    /* 33.6px */
  }
  .page-lp-reason02__item-contents p span {
    font-weight: 700;
    display: inline;
    line-height: 1;
  }
  .page-lp-reason02__item.--bottom {
    margin-top: 8.6111111111vw;
    margin-inline: 5.5555555556vw;
    width: unset;
  }
  .page-lp-reason02__option-text {
    font-size: 3.8888888889vw;
    width: 46.6666666667vw;
    height: 9.4444444444vw;
    margin-top: 13.8888888889vw;
    position: relative;
    top: -4.7222222222vw;
  }
  .page-lp-reason02__option {
    margin-inline: 0;
    padding-inline: 5vw;
  }
  .page-lp-reason02__option-inner {
    background: rgba(253, 253, 253, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    max-width: 1440px;
    margin-inline: auto;
    padding-bottom: 60px;
  }
  .page-lp-reason02__option h3 {
    font-size: 5vw;
    border-bottom: 2px solid rgba(35, 59, 108, 0.6);
    padding-bottom: 5vw;
  }
  .page-lp-reason02__option span {
    font-size: 3.8888888889vw;
  }
  .page-lp-reason02__option-img {
    width: 100%;
  }
  .page-lp-reason02__option-textBox {
    flex: 1;
  }
  .page-lp-reason02__option-textBox p {
    font-size: 3.8888888889vw;
    line-height: 158%;
    /* 31.6px */
  }
  .page-lp-reason02__option-textBox p span {
    background-color: #F4EB00;
    display: inline;
  }
  .page-lp-reason02__option-textBox p span.option_small {
    font-size: 3.8888888889vw;
    display: inline;
  }
  .page-lp-reason02__option-textBox p:nth-of-type(2) {
    margin-top: 0;
  }
  .page-lp-reason02__option-contents {
    display: flex;
    padding-inline: 3.3333333333vw;
    padding-block: 3.3333333333vw 5vw;
    flex-flow: column;
    flex-direction: column-reverse;
    gap: 2.2222222222vw;
  }
  .page-lp-reason02__option-meo {
    border: 4px solid rgba(35, 59, 108, 0.5);
    margin-inline: 3.6111111111vw;
    padding-block: 5px 19px;
    padding-inline: 5px;
  }
  .page-lp-reason02__option-meo hgroup {
    position: relative;
  }
  .page-lp-reason02__option-meo hgroup h4 {
    font-size: 4.4444444444vw;
    font-weight: 700;
    line-height: 150%;
    background: #E85D30;
    text-align: center;
    position: relative;
    padding-block: 5px;
  }
  .page-lp-reason02__option-meo hgroup svg {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 7.7777777778vw;
  }
  .page-lp-reason02__option-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.9444444444vw;
    margin-top: 3.6111111111vw;
    padding-inline: 8.3333333333vw;
    row-gap: 6.9444444444vw;
  }
  .page-lp-reason02__option-items p {
    font-size: 3.8888888889vw;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
  }
  .page-lp-reason02__option-ico {
    margin-inline: auto;
    margin-top: 20px;
    width: 14.4444444444vw;
  }
}
/* reason03
***************************************************************/
.page-lp-reason03 {
  padding-block: 101px 142px;
  width: 100%;
  background-image: url(../images/reason03.png);
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
.page-lp-reason03::before {
  content: "";
  display: inline-block;
  height: 80px;
  width: 2px;
  background-color: #080808;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.page-lp-reason03__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 164px;
}
.page-lp-reason03 ul {
  display: flex;
  margin-top: 86px;
  gap: 36px;
}
.page-lp-reason03 li {
  background: #FDFDFD;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  flex: 1;
  padding-inline: 44px;
  padding-block: 20px;
}
.page-lp-reason03 h3 {
  color: #233B6C;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
.page-lp-reason03__img {
  margin-top: 21px;
}
.page-lp-reason03 p.text {
  margin-top: 21px;
  color: #080808;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.page-lp-reason03 p:nth-of-type(2) {
  margin-top: 30px;
}
.page-lp-reason03 p.page-lp-reason03__bottom-text {
  margin-top: 98px;
  color: #080808;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
  /* 53.2px */
}
.page-lp-reason03 p.page-lp-reason03__bottom-text span {
  color: #E85D30;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
}

@media screen and (max-width: 680px) {
  .page-lp-reason03 {
    padding-block: 16.6666666667vw 10.5555555556vw;
    width: 100%;
    background-image: url(../images/reason03.png);
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
  }
  .page-lp-reason03 p.title {
    margin-top: 21px;
    color: #080808;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #E85D30;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .page-lp-reason03::before {
    height: 11.1111111111vw;
    width: 0.5555555556vw;
    top: -5.2777777778vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-lp-reason03__inner {
    padding-inline: 5.5555555556vw;
  }
  .page-lp-reason03 ul {
    gap: 36px;
    flex-flow: column;
    width: 100%;
    margin-top: 6.9444444444vw;
  }
  .page-lp-reason03 li {
    background: #FDFDFD;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    flex: 1;
    padding-inline: 9.1666666667vw;
    padding-block: 5.2777777778vw;
  }
  .page-lp-reason03 h3 {
    color: #233B6C;
    text-align: center;
    font-size: 4.4444444444vw;
    font-weight: 700;
    height: unset;
    display: block;
  }
  .page-lp-reason03__img {
    margin-top: 3.3333333333vw;
  }
  .page-lp-reason03 p.text {
    margin-top: 3.3333333333vw;
    font-size: 3.8888888889vw;
    /* 27px */
  }
  .page-lp-reason03 p:nth-of-type(2) {
    margin-top: 0;
  }
  .page-lp-reason03 p.page-lp-reason03__bottom-text {
    margin-top: 11.1111111111vw;
    font-size: 4.4444444444vw;
    font-weight: 700;
    line-height: 133%;
    /* 53.2px */
  }
  .page-lp-reason03 p.page-lp-reason03__bottom-text span {
    font-size: 5.5555555556vw;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
  }
}
/* reason04
***************************************************************/
.page-lp-reason04 {
  padding-block: 101px 142px;
  width: 100%;
  background-image: url(../images/reason_04.png);
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
.page-lp-reason04::before {
  content: "";
  display: inline-block;
  height: 80px;
  width: 2px;
  background-color: #080808;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 680px) {
  .page-lp-reason04 {
    padding-block: 16.6666666667vw;
  }
  .page-lp-reason04::before {
    content: "";
    height: 11.1111111111vw;
    width: 0.5555555556vw;
    top: -5.2777777778vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 680px) {
  .page-lp-reason02__option-textBox p span.option_small {
    font-size: 3.8888888889vw;
  }
}
/* reason04
***************************************************************/
.page-lp-reason04 h3 {
  color: #233B6C;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-top: 86px;
  position: relative;
}
.page-lp-reason04 h3::before {
  content: "";
  display: inline-block;
  width: 20%;
  background-color: #233B6C;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 4px;
}
@media screen and (max-width: 1420px) {
  .page-lp-reason04 h3::before {
    width: 13%;
  }
}
.page-lp-reason04 h3::after {
  content: "";
  display: inline-block;
  width: 20%;
  background-color: #233B6C;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 4px;
}
@media screen and (max-width: 1420px) {
  .page-lp-reason04 h3::after {
    width: 13%;
  }
}
.page-lp-reason04 h3 span {
  font-size: 30px;
}
.page-lp-reason04__contents {
  margin-top: 79px;
  display: flex;
  gap: 70px;
}
.page-lp-reason04__textBox {
  flex: 1;
}
.page-lp-reason04__textBox p {
  color: #080808;
  font-size: 18px;
  font-weight: 400;
  line-height: 158%;
  /* 28.44px */
}
.page-lp-reason04__textBox p span {
  background-color: #f5eb02;
  display: inline;
}
.page-lp-reason04__textBox p:nth-of-type(2) {
  margin-top: 30px;
}
.page-lp-reason04__img {
  width: 560px;
}

@media screen and (max-width: 680px) {
  .page-lp-reason04 h3 {
    font-size: 5vw;
    text-align: center;
    margin-top: 4.7222222222vw;
    position: relative;
  }
  .page-lp-reason04 h3::before {
    display: none;
  }
  .page-lp-reason04 h3::after {
    display: none;
  }
  .page-lp-reason04 h3 span {
    font-size: 3.8888888889vw;
  }
  .page-lp-reason04__contents {
    margin-top: 3.6111111111vw;
    flex-flow: column;
    flex-direction: column-reverse;
    gap: 3.6111111111vw;
  }
  .page-lp-reason04__textBox {
    flex: 1;
  }
  .page-lp-reason04__textBox p {
    color: #080808;
    font-size: 3.8888888889vw;
    font-weight: 400;
    line-height: 158%;
    /* 28.44px */
  }
  .page-lp-reason04__textBox p span {
    background-color: #f5eb02;
    display: inline;
  }
  .page-lp-reason04__textBox p:nth-of-type(2) {
    margin-top: 6.3888888889vw;
  }
  .page-lp-reason04__img {
    width: 100%;
  }
}
/* News
***************************************************************/
.page-lp-flow {
  position: relative;
}
.page-lp-flow::before {
  content: "";
  display: inline-block;
  background-image: url(../images/flow_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 513px;
  aspect-ratio: 513/580;
  left: 0;
  bottom: 0;
  position: absolute;
}
.page-lp-flow__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-block: 100px 104px;
  padding-inline: 164px;
}
.page-lp-flow__title {
  text-align: center;
}
.page-lp-flow__title h2 {
  color: #233B6C;
  font-size: 60px;
  font-weight: 700;
  display: inline;
  padding-bottom: 25px;
  margin-top: 21px;
  text-align: center;
  position: relative;
}
.page-lp-flow__title h2::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.page-lp-flow__title p {
  margin-top: 64px;
  color: #080808;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  /* 36px */
}
.page-lp-flow__contents h3 {
  color: #FDFDFD;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  width: 100%;
  background-image: url(../images/title_bg.png);
  background-size: cover;
  height: 73px;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 62px;
}
.page-lp-flow__contents ul {
  margin-top: 34px;
  display: flex;
  gap: 25px;
}
.page-lp-flow__contents li {
  flex: 1;
  border: 4px solid #233B6C;
  background: #FDFDFD;
  padding-inline: 16px;
  min-height: 334px;
  position: relative;
  z-index: 10;
  padding-block: 29px;
}
.page-lp-flow__contents li:after {
  background-image: url(../images/Union.png);
  background-size: cover;
  content: "";
  display: inline-block;
  width: 53.5px;
  aspect-ratio: 239/390;
  position: absolute;
  top: 50%;
  right: -30.25px;
  transform: translateY(-50%);
}
.page-lp-flow__contents li:nth-of-type(3)::after {
  display: none;
}
.page-lp-flow__contents li svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-lp-flow__contents h4 {
  color: #233B6C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  text-align: center;
}
.page-lp-flow__contents h4::before {
  content: "";
  display: inline-block;
  width: 30%;
  height: 4px;
  position: absolute;
  background-color: #233B6C;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.page-lp-flow__contents p {
  margin-top: 50px;
  font-size: 18px;
}
.page-lp-flow__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 680px) {
  .page-lp-flow {
    position: relative;
  }
  .page-lp-flow::before {
    content: "";
    display: inline-block;
    background-image: url(../images/flow_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    aspect-ratio: 513/580;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .page-lp-flow__inner {
    max-width: 1440px;
    margin-inline: auto;
    padding-block: 16.3888888889vw 55.5555555556vw;
    padding-inline: 5vw;
  }
  .page-lp-flow__title {
    text-align: center;
  }
  .page-lp-flow__title h2 {
    font-size: 7.2222222222vw;
    font-weight: 700;
    display: inline;
    padding-bottom: 25px;
    margin-top: 21px;
    text-align: center;
  }
  .page-lp-flow__title h2::before {
    content: "";
    display: inline-block;
    width: 8.3333333333vw;
    height: 2px;
  }
  .page-lp-flow__title p {
    margin-top: 11.1111111111vw;
    color: #080808;
    font-size: 3.8888888889vw;
    line-height: 150%;
    text-align: left;
    /* 36px */
  }
  .page-lp-flow__contents h3 {
    color: #FDFDFD;
    font-size: 5.5555555556vw;
    font-weight: 700;
    position: relative;
    width: 100%;
    background-image: url(../images/title_bg.png);
    background-size: cover;
    height: 9.7222222222vw;
    margin-top: 13.0555555556vw;
  }
  .page-lp-flow__contents ul {
    margin-top: 2.2222222222vw;
    display: flex;
    flex-flow: column;
    gap: 8.3333333333vw;
  }
  .page-lp-flow__contents li {
    flex: 1;
    border: 0.5555555556vw solid #233B6C;
    padding-block: 8.8888888889vw;
    padding-inline: 16px;
    min-height: 63.6111111111vw;
    position: relative;
    z-index: 10;
  }
  .page-lp-flow__contents li:after {
    background-image: url(../images/sp/Union_sp.png);
    width: 53.5px;
    aspect-ratio: 239/390;
    position: absolute;
    top: unset;
    right: 28.8888888889vw;
    width: 28.6111111111vw;
    aspect-ratio: 234/102;
    bottom: -14.1666666667vw;
  }
  .page-lp-flow__contents li svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .page-lp-flow__contents h4 {
    font-size: 3.8888888889vw;
  }
  .page-lp-flow__contents h4::before {
    height: 0.5555555556vw;
    bottom: -4.4444444444vw;
  }
  .page-lp-flow__contents p {
    margin-top: 8.8888888889vw;
    font-size: 3.8888888889vw;
  }
  .page-lp-flow__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* Service
***************************************************************/
.page-lp-service {
  background: linear-gradient(270deg, #DFECFA 0%, #F2F4F7 100%);
  padding-block: 100px 104px;
  position: relative;
}
.page-lp-service__inner {
  position: relative;
  max-width: 1132px;
  margin-inline: auto;
}
.page-lp-service::before {
  content: "";
  display: inline-block;
  background-image: url(../images/service_top.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  aspect-ratio: 513/580;
  left: 0;
  top: 0;
  position: absolute;
}
.page-lp-service::after {
  content: "";
  display: inline-block;
  background-image: url(../images/service_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  aspect-ratio: 513/580;
  right: 0;
  bottom: 0;
  position: absolute;
}
.page-lp-service__title {
  text-align: center;
  position: relative;
}
.page-lp-service__title::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.page-lp-service__title h2 {
  color: #233B6C;
  font-size: 50px;
  font-weight: 700;
  display: inline;
  padding-bottom: 25px;
  margin-top: 21px;
  text-align: center;
}
.page-lp-service__contents h3 {
  color: #233B6C;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 3px solid #233B6C;
  margin-top: 70px;
}
.page-lp-service__contents-title {
  align-items: center;
}
.page-lp-service__contents-title h4 {
  color: #080808;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  flex: 1;
  padding-left: 10px;
  position: relative;
  white-space: nowrap;
}
.page-lp-service__contents-title h4::before {
  content: "";
  display: inline-block;
  height: 58px;
  background-color: #E85D30;
  width: 4px;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.page-lp-service__contents ul {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  row-gap: 65px;
}
.page-lp-service__contents.--03 ul {
  display: flex;
  gap: 137px;
  margin-top: 70px;
}
.page-lp-service__contents.--03 ul .page-lp-service__img {
  width: 340px;
}
.page-lp-service__contents.--03 ul p {
  margin-top: 26px;
}
.page-lp-service__contents li p {
  margin-top: 17px;
  color: #080808;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.page-lp-service__contents-title {
  display: flex;
  gap: 34px;
}
.page-lp-service__contents-title h4 {
  flex: 1;
}
.page-lp-service__img {
  width: 180px;
}
.page-lp-service__contents.--04 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 10;
  gap: 87px;
  row-gap: 21px;
}
.page-lp-service__contents.--04 li {
  border: 1px solid #233B6C;
  background: #FDFDFD;
  display: flex;
  align-items: center;
  height: 59px;
  justify-content: center;
}
.page-lp-service__contents.--04 li p {
  margin-top: 0;
  color: #080808;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.page-lp-service__optiion {
  z-index: 10;
  position: relative;
  margin-top: 80px;
  border: 3px solid #233B6C;
  padding-block: 24px 84px;
  padding-inline: 28px;
}
.page-lp-service__optiion h2 {
  color: #F4EB00;
  font-size: 46px;
  font-weight: 700;
  background: #233B6C;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-lp-service__optiion ul {
  padding-inline: 56px;
  margin-top: 67px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 146px;
  row-gap: 99px;
}
.page-lp-service__optiion li h3 {
  color: #233B6C;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.page-lp-service__optiion-title {
  position: relative;
}
.page-lp-service__optiion svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
}
.page-lp-service__option-img {
  margin-top: 23px;
}
.page-lp-service__optiion p {
  margin-top: 23px;
}

@media screen and (max-width: 680px) {
  .page-lp-service {
    background: linear-gradient(270deg, #DFECFA 0%, #F2F4F7 100%);
    padding-block: 13.3333333333vw 17.2222222222vw;
    position: relative;
  }
  .page-lp-service__inner {
    position: relative;
    max-width: 1132px;
    margin-inline: auto;
    padding-inline: 5.5555555556vw;
  }
  .page-lp-service::before {
    content: "";
    display: inline-block;
    background-image: url(../images/service_top.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    aspect-ratio: 513/580;
    left: 0;
    top: 0;
    position: absolute;
  }
  .page-lp-service::after {
    content: "";
    display: inline-block;
    background-image: url(../images/service_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    aspect-ratio: 513/580;
    right: 0;
    bottom: 0;
    position: absolute;
  }
  .page-lp-service__title {
    text-align: center;
    position: relative;
  }
  .page-lp-service__title::after {
    content: "";
    display: inline-block;
    width: 8.3333333333vw;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-lp-service__title h2 {
    font-size: 7.2222222222vw;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }
  .page-lp-service__contents h3 {
    font-size: 5vw;
    padding-bottom: 4.7222222222vw;
    border-bottom: 0.5555555556vw solid #233B6C;
    margin-top: 17.7777777778vw;
    line-height: 1;
  }
  .page-lp-service__contents-title {
    align-items: center;
  }
  .page-lp-service__contents-title h4 {
    font-size: 5vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    flex: 1;
    padding-left: 10px;
    position: relative;
    white-space: unset;
  }
  .page-lp-service__contents-title h4::before {
    content: "";
    display: inline-block;
    height: 58px;
    background-color: #E85D30;
    width: 4px;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
  }
  .page-lp-service__contents ul {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    row-gap: 11.1111111111vw;
  }
  .page-lp-service__contents.--03 ul {
    display: flex;
    gap: 11.1111111111vw;
    margin-top: 70px;
    flex-flow: column;
  }
  .page-lp-service__contents.--03 ul .page-lp-service__img {
    width: 45vw;
  }
  .page-lp-service__contents.--03 ul p {
    margin-top: 26px;
  }
  .page-lp-service__contents li p {
    margin-top: 17px;
    color: #080808;
    font-size: 3.8888888889vw;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
  }
  .page-lp-service__contents-title {
    display: flex;
    gap: 34px;
    flex-flow: column;
    flex-flow: row;
  }
  .page-lp-service__contents-title h4 {
    flex: 1;
  }
  .page-lp-service__img {
    width: 45vw;
  }
  .page-lp-service__contents.--04 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    z-index: 10;
    gap: 6.1111111111vw;
    row-gap: 5.8333333333vw;
  }
  .page-lp-service__contents.--04 li {
    border: 1px solid #233B6C;
    background: #FDFDFD;
    display: flex;
    align-items: center;
    height: 11.1111111111vw;
    justify-content: center;
  }
  .page-lp-service__contents.--04 li p {
    margin-top: 0;
    color: #080808;
    text-align: center;
    font-size: 3.8888888889vw;
    font-weight: 400;
    line-height: 1.2;
  }
  .page-lp-service__optiion {
    z-index: 10;
    position: relative;
    margin-top: 80px;
    border: 3px solid #233B6C;
    padding-block: 1.6666666667vw 3.8888888889vw;
    padding-inline: 3.8888888889vw;
  }
  .page-lp-service__optiion h2 {
    font-size: 5vw;
    font-weight: 700;
    background: #233B6C;
    height: 9.4444444444vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-lp-service__optiion ul {
    padding-inline: 0;
    margin-top: 9.4444444444vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 146px;
    row-gap: 11.1111111111vw;
  }
  .page-lp-service__optiion li h3 {
    font-size: 4.4444444444vw;
    font-weight: 600;
    text-align: center;
  }
  .page-lp-service__optiion-title {
    position: relative;
  }
  .page-lp-service__optiion svg {
    display: none;
  }
  .page-lp-service__option-img {
    margin-top: 2.2222222222vw;
  }
  .page-lp-service__optiion p {
    margin-top: 2.2222222222vw;
    font-size: 3.8888888889vw;
  }
}
/* FAQ
***************************************************************/
.page-lp-faq {
  padding-block: 100px 104px;
}
.page-lp-faq__inner {
  padding-inline: 164px;
  max-width: 1440px;
  margin-inline: auto;
}
.page-lp-faq__title {
  position: relative;
  text-align: center;
}
.page-lp-faq__title p {
  color: #233B6C;
  font-size: 60px;
  font-weight: 700;
}
.page-lp-faq__title h2 {
  color: #080808;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
  /* 45px */
  font-weight: 700;
  display: inline;
  padding-bottom: 25px;
  margin-top: 21px;
  text-align: center;
}
.page-lp-faq__title::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.accordion-container {
  display: flex;
  flex-flow: column;
  gap: 50px;
}

.accordion {
  margin-top: 100px;
}

.accordion-title {
  cursor: pointer;
  color: #080808;
  font-size: 24px;
  font-weight: 600;
  border-left: 9px solid #233B6C;
  padding-block: 26px;
  padding-left: 93px;
  position: relative;
  border-bottom: 1px solid;
}

.accordion-title::before {
  content: "Q";
  display: inline-block;
  color: #E18700;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  position: absolute;
  top: 0;
  left: 44px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion-content p {
  position: relative;
  position: relative;
  padding-top: 48px;
  padding-inline: 95px;
}

.accordion-content p:nth-of-type(2) {
  padding-top: 20px;
}

.accordion-content ul {
  padding-inline: 95px;
  padding-left: 116px;
}

.accordion-content ul li {
  list-style-type: disc;
}

.accordion-content p:nth-of-type(2)::before {
  display: none;
}

.accordion-content p::before {
  content: "A";
  display: inline-block;
  color: #E18700;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  position: absolute;
  top: 43px;
  left: 54px;
}

@media screen and (max-width: 680px) {
  .accordion-title::after {
    content: "+";
    position: absolute;
    right: 1em;
    font-weight: bold;
    transition: transform 0.3s ease;
  }
}

.accordion-title.is-open::after {
  content: "-";
}

.accordion-content {
  display: block;
}
@media screen and (max-width: 680px) {
  .accordion-content {
    display: none;
    padding: 1em;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 680px) {
  .page-lp-faq {
    padding-block: 11.1111111111vw 15vw;
  }
  .page-lp-faq__inner {
    padding-inline: 5.5555555556vw;
    max-width: 1440px;
    margin-inline: auto;
  }
  .page-lp-faq__title {
    position: relative;
    text-align: center;
  }
  .page-lp-faq__title p {
    color: #233B6C;
    font-size: 7.2222222222vw;
  }
  .page-lp-faq__title h2 {
    color: #080808;
    font-size: 4.4444444444vw;
    font-weight: 600;
    line-height: 150%;
    /* 45px */
    font-weight: 700;
    display: inline;
    padding-bottom: 25px;
    margin-top: 21px;
    text-align: center;
  }
  .page-lp-faq__title::after {
    content: "";
    display: inline-block;
    width: 3.8888888889vw;
    height: 0.2777777778vw;
    background-color: #000;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .accordion-container {
    display: flex;
    flex-flow: column;
    gap: 11.3888888889vw;
  }
  .accordion {
    margin-top: 17.7777777778vw;
  }
  .accordion-title {
    cursor: pointer;
    color: #080808;
    font-size: 3.8888888889vw;
    font-weight: 600;
    border-left: 0.5555555556vw solid #233B6C;
    padding-block: 0 1.9444444444vw;
    padding-left: 9.1666666667vw;
    position: relative;
    border-bottom: 1px solid rgba(35, 59, 108, 0.6);
    padding-right: 13.8888888889vw;
    line-height: 1.1;
  }
  .accordion-title::before {
    content: "Q";
    color: #E18700;
    font-size: 4.4444444444vw;
    font-weight: 700;
    line-height: 140%;
    position: absolute;
    top: 0;
    left: 3.6111111111vw;
    top: 2.2vw;
    transform: translateY(-50%);
  }
  .accordion-content p {
    position: relative;
    position: relative;
    padding-top: 0;
    padding-inline: 5vw 0;
    font-size: 3.8888888889vw;
  }
  .accordion-content p:nth-of-type(2) {
    padding-top: 20px;
  }
  .accordion-content ul {
    padding-inline: 0px;
    padding-left: 9.7222222222vw;
  }
  .accordion-content ul li {
    list-style-type: disc;
  }
  .accordion-title::after {
    content: "";
    display: inline-block;
    background-image: url(../images/sp/plus.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 4.4444444444vw;
    aspect-ratio: 1/1;
    right: 0;
    top: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .accordion-content p:nth-of-type(2)::before {
    display: none;
  }
  .accordion-content p::before {
    content: "A";
    display: inline-block;
    color: #E18700;
    font-size: 4.4444444444vw;
    font-weight: 700;
    line-height: 140%;
    position: absolute;
    top: 0.5555555556vw;
    left: -0.2777777778vw;
  }
  .accordion-title.is-open::after {
    content: "";
  }
  .accordion-content {
    display: block;
    padding-inline: 18px 0;
    padding-block: 0;
    border: none;
  }
}
@media screen and (max-width: 680px) and (max-width: 680px) {
  .accordion-content {
    display: none;
    padding: 1em;
    background-color: #fff;
  }
}
/* News
***************************************************************/
.page-lp-company {
  padding-block: 100px 162px;
  background: linear-gradient(270deg, #DFECFA 0%, #F2F4F7 100%);
}
.page-lp-company__inner {
  padding-inline: 164px;
  max-width: 1440px;
  margin-inline: auto;
}
.page-lp-company__title {
  position: relative;
  text-align: center;
}
.page-lp-company__title h2 {
  color: #233B6C;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
  /* 45px */
  font-weight: 700;
  display: inline;
  padding-bottom: 25px;
  margin-top: 21px;
  text-align: center;
}
.page-lp-company__title::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.page-lp-company__contents {
  max-width: 918px;
  margin-inline: auto;
  margin-top: 80px;
}
.page-lp-company__contents dl {
  display: flex;
  align-items: center;
  gap: 100px;
  border-bottom: 1px solid #233B6C;
  padding-bottom: 46px;
}
.page-lp-company__contents dl:not(:first-of-type) {
  padding-top: 51px;
}
.page-lp-company__contents dt {
  color: #080808;
  font-size: 20px;
  font-weight: 600;
  width: 225px;
  padding-left: 38px;
}
.page-lp-company__contents dd {
  color: #080808;
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 680px) {
  .page-lp-company {
    padding-block: 10.5555555556vw 15.5555555556vw;
    background: linear-gradient(270deg, #DFECFA 0%, #F2F4F7 100%);
  }
  .page-lp-company__inner {
    padding-inline: 5vw;
  }
  .page-lp-company__title {
    position: relative;
    text-align: center;
  }
  .page-lp-company__title h2 {
    font-size: 7.2222222222vw;
    padding-bottom: 25px;
    margin-top: 21px;
    text-align: center;
  }
  .page-lp-company__title::after {
    content: "";
    display: inline-block;
    width: 6.3888888889vw;
    height: 0.2777777778vw;
    background-color: #000;
    position: absolute;
    bottom: -1.3888888889vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-lp-company__contents {
    max-width: 918px;
    margin-inline: auto;
    margin-top: 12.5vw;
  }
  .page-lp-company__contents dl {
    padding-bottom: 2.2222222222vw;
    flex-flow: column;
    gap: 0;
  }
  .page-lp-company__contents dl:not(:first-of-type) {
    padding-top: 5.8333333333vw;
  }
  .page-lp-company__contents dt {
    color: #080808;
    font-size: 3.8888888889vw;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .page-lp-company__contents dd {
    color: #080808;
    font-size: 3.8888888889vw;
    font-weight: 400;
    text-align: center;
  }
}
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* お問い合わせ
***************************************************************/
.contact {
  background: #ccc;
}

.contact_form {
  max-width: 900px;
  background: #fff;
  margin: 80px auto 0;
  padding: 60px;
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 37px;
}

.contact_item_title {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 235px;
  padding-top: 10px;
}

.contact_item:nth-of-type(5) .contact_item_title {
  padding-top: 0;
}

.req {
  letter-spacing: 0.1em;
  line-height: 18px;
  width: 51px;
  height: 22px;
  text-align: center;
  background: #D23E3E;
  color: #FDFDFD;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
}

.contact_area span {
  width: 100%;
}

.contact_area input {
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
  background: #EBEBEB;
  margin-top: 8px;
}

.contact_area textarea {
  width: 100%;
  padding: 5px 10px;
  height: 154px;
  border-radius: 5px;
  background: #EBEBEB;
  margin-top: 8px;
  resize: none;
}

.wpcf7-checkbox {
  display: flex;
  gap: 30px;
}

.wpcf7-checkbox .wpcf7-list-item {
  width: auto;
  margin: 0;
}

.contact_area label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.contact_area label input {
  width: 15px;
  height: 15px;
  border: unset;
  padding: 0;
  background: unset;
}

.contact_area label span {
  width: auto;
}

.contact_privacy_scroll {
  height: 240px;
  padding: 40px 24px;
}

.contact_privacy_title {
  text-align: center;
  font-weight: bold;
}

.contact_privacy_list {
  display: flex;
  flex-flow: column;
  gap: 16px;
  margin-top: 16px;
  padding-bottom: 40px;
}

.contact_check {
  text-align: center;
  margin-top: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact_check input {
  width: 24px;
  height: 24px;
}

.contact_check a {
  color: #333;
  text-decoration: underline;
}

.contact_submit {
  position: relative;
  margin: 38px auto 0;
  width: 226px;
  height: 58px;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
  z-index: 0;
  overflow: hidden;
  display: inline-block;
  font-weight: bold;
  line-height: 58px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.contact_submit > p {
  width: 100%;
}
.contact_submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FF9C38 0%, #E85D30 100%);
  border-radius: 5px;
  transition: 0.5s;
  opacity: 1;
}
.contact_submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 156, 56, 0.7) 0%, rgba(232, 93, 48, 0.7) 100%);
  border-radius: 5px;
  transition: 0.5s;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .contact_submit:hover::after {
    opacity: 0;
  }
  .contact_submit:hover::before {
    opacity: 1;
  }
}

.contact_submit input {
  width: 100%;
  border: unset;
  padding: 12px 0;
}

.wpcf7-spinner {
  display: none !important;
}

.thanks {
  background: #fff;
  text-align: center;
  padding: 75px 0;
}

.thanks_title {
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 900;
}

.thanks_text {
  margin-top: 20px;
}

.thanks_btn {
  margin: 50px auto 0;
  width: 360px;
  text-align: center;
  font-size: 20px;
  position: relative;
  background: #333;
  border: 2px solid #333;
  border-radius: 40px;
  color: #fff;
  padding: 12px 0;
  transition: 0.3s;
}

.page-lp-contact {
  margin-top: 120px;
}
.page-lp-contact__inner {
  padding-block: 106px;
  max-width: 1120px;
  margin-inline: auto;
  display: flex;
  gap: 77px;
}
.page-lp-contact__textBox h2 {
  color: #080808;
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
}
.page-lp-contact__textBox {
  flex: 1;
}
.page-lp-contact__form {
  width: 60%;
  border: 1px solid #000;
  padding-block: 29px 50px;
  padding-inline: 42px;
}
.page-lp-contact__text {
  color: #080808;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.page-lp-contact__text:nth-of-type(1) {
  margin-top: 64px;
}
.page-lp-contact__text:nth-of-type(2) {
  margin-top: 30px;
}
.page-lp-contact__link {
  border: 4px solid #080808;
  width: 467px;
  height: 157px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.page-lp-contact__formText {
  color: #080808;
  font-size: 18px;
  font-weight: 400;
}
.page-lp-contact__catch {
  color: #080808;
  font-size: 18px;
  font-weight: 400;
}
.page-lp-contact__number {
  color: #080808;
  font-size: 40px;
  font-weight: 500;
  text-align: right;
  position: relative;
}
.page-lp-contact__number::before {
  content: "";
  display: inline-block;
  background-image: url(../images/contact_tel.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 41px;
  aspect-ratio: 1/1;
  top: calc(50% + 1px);
  left: -41px;
  transform: translate(0, -50%);
}
.page-lp-contact__time {
  color: #080808;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 681px) {
  .contact_submit::before {
    opacity: 1;
  }
}
@media screen and (min-width: 681px) {
  .contact_submit:hover,
  .thanks_btn:hover {
    background: #fff;
    color: #333;
  }
}
@media screen and (max-width: 680px) {
  .contact_form {
    padding: 5.5555555556vw;
  }
  .contact_list {
    flex-flow: column;
    gap: 8.3333333333vw;
    margin-top: 11.1111111111vw;
  }
  .contact_item {
    flex-flow: column;
    gap: 2.7777777778vw;
  }
  .contact_item_title {
    font-size: 3.8888888889vw;
    gap: 3.6111111111vw;
    padding-top: 0;
    width: 100%;
  }
  .req {
    width: 11.1111111111vw;
    font-size: 2.7777777778vw;
    line-height: 5vw;
    padding: 0.5555555556vw 0;
  }
  .contact_area input {
    font-size: 3.8888888889vw;
    border-radius: 1.1111111111vw;
    padding: 2.7777777778vw;
  }
  .contact_area textarea {
    font-size: 3.8888888889vw;
    border-radius: 1.1111111111vw;
    padding: 2.7777777778vw;
    height: 68.0555555556vw;
  }
  .contact_privacy {
    margin-top: 5.5555555556vw;
  }
  .contact_privacy_scroll {
    height: 50vw;
    padding: 5.5555555556vw 4.1666666667vw;
  }
  .contact_privacy_title {
    font-size: 3.8888888889vw;
  }
  .contact_privacy_list {
    font-size: 3.8888888889vw;
    gap: 3.8888888889vw;
    margin-top: 3.8888888889vw;
    padding-bottom: 5.5555555556vw;
  }
  .wpcf7-checkbox {
    flex-flow: column;
    gap: 2.7777777778vw;
    margin-top: 2.7777777778vw;
  }
  .contact_check {
    font-size: 3.8888888889vw;
    margin-top: 8.3333333333vw;
    gap: 1.3888888889vw;
    text-align: left;
  }
  .contact_check input {
    width: 6.1111111111vw;
    height: 6.1111111111vw;
  }
  .contact_submit {
    margin: 11.1111111111vw auto 0;
    width: 62.7777777778vw;
    font-size: 5vw;
  }
  .thanks {
    padding: 5.5555555556vw 0;
  }
  .thanks_title {
    font-size: 5.5555555556vw;
  }
  .thanks_text {
    margin-top: 5.5555555556vw;
    font-size: 3.6111111111vw;
  }
  .thanks_btn {
    margin: 5.5555555556vw auto 0;
    width: 81.9444444444vw;
    font-size: 4.1666666667vw;
  }
  .page-lp-contact {
    margin-top: 11.1111111111vw;
  }
  .page-lp-contact__inner {
    padding-block: 11.1111111111vw 0vw;
    max-width: 1120px;
    margin-inline: auto;
    flex-flow: column;
    gap: 3.0555555556vw;
    padding-inline: 5vw;
  }
  .page-lp-contact__textBox h2 {
    font-size: 5.5555555556vw;
    text-align: center;
  }
  .page-lp-contact__textBox {
    flex: 1;
  }
  .page-lp-contact__form {
    width: 100%;
    border: none;
    padding-block: 8.0555555556vw 13.8888888889vw;
    padding-inline: 0;
  }
  .page-lp-contact__text {
    color: #080808;
    font-size: 3.8888888889vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .page-lp-contact__text:nth-of-type(1) {
    margin-top: 11.1111111111vw;
  }
  .page-lp-contact__text:nth-of-type(2) {
    margin-top: 0;
  }
  .page-lp-contact__link {
    border: 4px solid #080808;
    width: 90vw;
    height: 29.4444444444vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
  }
  .page-lp-contact__formText {
    color: #080808;
    font-size: 3.8888888889vw;
    font-weight: 400;
  }
  .page-lp-contact__catch {
    color: #080808;
    font-size: 3.8888888889vw;
    font-weight: 400;
  }
  .page-lp-contact__number {
    color: #080808;
    font-size: 7.2222222222vw;
    font-weight: 500;
    text-align: right;
    padding-left: 10.2777777778vw;
    position: relative;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .page-lp-contact__number::before {
    content: "";
    display: inline-block;
    background-image: url(../images/contact_tel.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 7.7777777778vw;
    aspect-ratio: 1/1;
    top: calc(50% + 1px);
    left: 0.8333333333vw;
    transform: translate(0, -50%);
  }
  .page-lp-contact__time {
    color: #080808;
    text-align: center;
    font-size: 3.3333333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.contact_check_wrap {
  display: flex;
  justify-content: center;
}

/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/


/* 追加　theme.jsonによるスタイルの打ち消し */
a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}