@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:wght@400;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --font-family: "Zen Kaku Gothic New", sans-serif;
  --color-main: #2729AB;
  --color-text: #000000;
  --color-bg: #fff;
  --bodybg: #F0F0F0;
  --vh: 100svh;
}

@supports (height: 100dvh) {
  :root {
    --vh: 100dvh;
  }
}
/**
*width: vw(360); // 1920基準
width: vw(360, 1440);
**/
html {
  height: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  font-size: 62.5%;
}

body {
  color: var(--color-text);
  font-size: 1.6rem;
  line-height: 2;
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-weight: 500;
  overscroll-behavior: none;
  background: var(--bodybg);
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

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

small {
  line-height: 1.5;
  display: inline-block;
  font-size: 90%;
}

img,
video,
object {
  max-width: 100%;
  border: none;
  display: block;
}

._sp {
  display: none;
}

._spi {
  display: none;
}

._pc {
  display: block;
}

._pci {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  ._sp {
    display: block;
  }
  ._spi {
    display: inline-block;
  }
  ._pc {
    display: none;
  }
  ._pci {
    display: none;
  }
}
.c-container {
  padding: 0 4rem;
  margin: auto;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .c-container {
    padding: 0 2rem;
  }
}

.c-container_l {
  padding: 0 4rem;
  margin: auto;
  max-width: 1236px;
}
@media screen and (max-width: 767px) {
  .c-container_l {
    padding: 0 2rem;
  }
}

.c-container_s {
  padding: 0 3rem;
  margin: auto;
  max-width: 860px;
}
@media screen and (max-width: 767px) {
  .c-container_s {
    padding: 0 2rem;
  }
}

.c-container_mid {
  padding: 0 4rem;
  margin: auto;
  max-width: 1236px;
}
@media screen and (max-width: 767px) {
  .c-container_mid {
    padding: 0 2rem;
  }
}

.c-container_wide {
  padding: 0 4rem;
  margin: auto;
  max-width: 1480px;
}
@media screen and (max-width: 767px) {
  .c-container_wide {
    padding: 0 2rem;
  }
}

.view.anim {
  transform: translateY(3rem);
  opacity: 0;
  transition: all 1.5s ease;
}

.view.anim-right {
  transform: translateX(-3rem);
  opacity: 0;
  transition: all 1s ease;
}

.view.fade {
  opacity: 0;
  transition: opacity 1s;
}

.in-view.fade {
  opacity: 1;
}

.in-view.anim {
  transform: translateY(0);
  opacity: 1;
}

.in-view.anim-right {
  transform: translateX(0);
  opacity: 1;
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  padding-inline: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-inline: 1.5rem;
    height: 7.5rem;
  }
}
.l-header .header-title_logo img {
  width: clamp(190px, 50.6vw, 241px);
}
.l-header .header-title_site {
  font-size: clamp(12px, 10.5436893204px + 0.3883495146vw, 18px);
  font-weight: 500;
  color: #008CD6;
  margin-left: 1.5rem;
  letter-spacing: 0.1em;
  font-family: "Jost", sans-serif;
}
.l-header .header-title a {
  display: flex;
  align-items: center;
}
.l-header .header-btn {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header .header-btn_entry {
    display: none;
  }
}
.l-header .header-btn_entry a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  background: #000;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  position: relative;
  letter-spacing: 0.1em;
  transition: background-color 0.3s;
}
.l-header .header-btn_entry a:hover {
  background: #40B5F4;
}
.l-header .header-btn_entry a:hover .mark::before, .l-header .header-btn_entry a:hover .mark::after {
  background: #fff;
}
.l-header .header-btn_entry a .mark {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.l-header .header-btn_entry a .mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #40B5F4;
  transform: translate(-50%, -50%);
}
.l-header .header-btn_entry a .mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #40B5F4;
  transform: translate(-50%, -50%);
}
.l-header .header-btn_navbtn {
  background: #F0F0F0;
  width: 50px;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header .header-btn_navbtn {
    width: 45px;
    height: 45px;
  }
}

.home .l-header {
  background: transparent;
  transition: all 0.3s;
}
.home .l-header .header-title_logo img {
  filter: brightness(0) invert(1);
}
.home .l-header .header-title_site {
  color: #fff;
}

.js-scrolled.home .l-header {
  background: #fff;
}
.js-scrolled.home .l-header .header-title_logo img {
  filter: none;
}
.js-scrolled.home .l-header .header-title_site {
  color: #008CD6;
}

/* ハンバーガーボタン */
.navbtn {
  all: unset;
  outline: revert;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

/* 2本線だけ残す */
.navbtn::before,
.navbtn::after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #000;
  grid-area: 1/1;
  transition: transform 0.3s, width 0.3s;
}

.navbtn::before {
  transform: translateY(-3px);
}

.navbtn::after {
  transform: translateY(3px);
}

.navbtn:hover::before {
  transform: translateY(-5px);
}
.navbtn:hover::after {
  transform: translateY(5px);
}

/* メニューオープン時 */
.js-navopen .navbtn::before {
  transform: translateY(0) rotate(45deg);
}

.js-navopen .navbtn::after {
  transform: translateY(0) rotate(-45deg);
}

/* スクリーンリーダー */
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* 背景（クリックで閉じる用） */
.gnav-bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 57, 115, 0.7);
  z-index: 400;
  backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.l-global {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 94vw;
  max-width: 800px;
  z-index: 500;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-3rem);
  transition: all 0.3s;
  background: #003973;
}
.l-global_inner {
  padding: 13rem 2rem 4rem clamp(30px, 13.0097087379px + 4.5307443366vw, 100px);
  display: flex;
  flex-direction: column;
  gap: 10rem;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .l-global_inner {
    gap: 5rem;
  }
}

/* open時 */
body.js-navopen {
  overflow: hidden;
}

body.js-navopen .l-global {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.js-navopen .gnav-bg {
  opacity: 1;
  pointer-events: auto;
}

.nav-category {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .nav-category {
    font-size: 22px;
  }
}

.nav-list {
  margin-top: 15px;
}
.nav-list li {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  line-height: 1.6;
}
.nav-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  position: relative;
  top: 0.8em;
}
.nav-list li .mark-subnav {
  width: 24px;
  height: 24px;
  background: #008CD6;
  border-radius: 50%;
  display: block;
  position: relative;
  cursor: pointer;
  top: 2px;
}
.nav-list li .mark-subnav::after, .nav-list li .mark-subnav::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease;
}
.nav-list li .mark-subnav::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.nav-list li .mark-subnav.js-subopen::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.nav-list li.subnav-list {
  margin-top: 0;
  padding-left: 2rem;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.nav-list li.subnav-list::before {
  display: none;
}
.nav-list li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.nav-list li a:hover {
  text-decoration: underline;
}

.l-global .c-global_nav {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-global .c-global_nav {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.c-global_link .link-company a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.c-global_link .link-company a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/common/icn-external.svg) no-repeat center/contain;
  margin-left: 4px;
  position: relative;
  top: 2px;
}
.c-global_link .link-company {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-global_link .link-company {
    margin-top: 0;
  }
}
.c-global_link .link-btn {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-global_link .link-btn {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
.c-global_link .link-btn._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-global_link .link-btn._sp {
    display: flex;
  }
}
.c-global_link .link-btn._pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-global_link .link-btn._pc {
    display: none;
  }
}
.c-global_link .link-btn_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  position: relative;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  transition: all 0.2s;
}
.c-global_link .link-btn_item a .mark {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.c-global_link .link-btn_item a .mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #40B5F4;
  transform: translate(-50%, -50%);
}
.c-global_link .link-btn_item a .mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #40B5F4;
  transform: translate(-50%, -50%);
}
.c-global_link .link-btn_item a:hover {
  background: #40B5F4;
  color: #fff;
}
.c-global_link .link-btn_item a:hover .mark::before, .c-global_link .link-btn_item a:hover .mark::after {
  background: #fff;
}
.c-global_link .link-btn_item.item01 a {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .c-global_link .link-btn_item.item01 a {
    width: 245px;
  }
}
.c-global_link .link-btn_item.item02 a {
  width: 245px;
}

.l-footer {
  background: #000;
}
.l-footer_inner {
  padding-inline: 4rem;
  padding-block: 9rem;
  display: flex;
  justify-content: center;
  gap: clamp(30px, 29.55vw - 407.27px, 160px);
}
@media (max-width: 1537px) {
  .l-footer_inner {
    gap: clamp(60px, 29.67vw - 296.08px, 160px);
  }
}
@media screen and (max-width: 1199px) {
  .l-footer_inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_inner {
    padding: 6rem 2rem;
  }
}
.l-footer_inner .c-global_link {
  min-width: 446px;
}
@media screen and (max-width: 767px) {
  .l-footer_inner .c-global_link {
    min-width: 100%;
  }
}
.l-footer .c-global_nav {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
}
@media (max-width: 1537px) {
  .l-footer .c-global_nav {
    gap: 3rem 5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1199px) {
  .l-footer .c-global_nav {
    display: flex;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1199px) {
  .l-footer .c-global_nav .global-navsection {
    width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .c-global_nav {
    display: none;
  }
}
.l-footer .link-company {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer .link-company {
    text-align: center;
    margin-top: 2rem;
  }
}
.l-footer .c-global_link .link-btn {
  align-items: center;
}
.l-footer .footer-company {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-company {
    flex-direction: column;
  }
}
.l-footer .footer-company_site {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-left: 1.5rem;
  letter-spacing: 0.1em;
  font-family: "Jost", sans-serif;
}
.l-footer .c-global_link .link-btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer .c-global_link .link-btn {
    margin-top: 5rem;
  }
}
.l-footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 2rem;
  font-family: "Poppins", sans-serif;
  border-top: 1px solid #fff;
}

html {
  scroll-padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 75px;
  }
}

.text-right {
  text-align: right;
}

.l-main {
  overflow-x: clip;
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 75px;
  }
}

.l-hero {
  position: relative;
}
.l-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 91.7vw;
  height: clamp(45px, 9.8058252427px + 9.3851132686vw, 190px);
  background: #fff;
  z-index: 2;
}
.l-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42vw;
  height: clamp(45px, 4.9514563107px + 10.6796116505vw, 210px);
  background: #fff;
  z-index: 2;
}
.l-hero_fig {
  position: relative;
  z-index: 0;
}
.l-hero_fig::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 25.8vw;
  width: 38.8vw;
  height: clamp(70px, 19.0291262136px + 13.5922330097vw, 280px);
  background: #fff;
}
.l-hero_fig::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(20px, 0.5825242718px + 5.1779935275vw, 100px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-hero_fig {
    height: 60vw;
  }
  .l-hero_fig.int-fig {
    height: 60vw;
  }
}
.l-hero_fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-hero_inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100% - clamp(45px, 9.8058252427px + 9.3851132686vw, 190px));
  display: flex;
  align-items: center;
  z-index: 4;
  padding-left: 8.3vw;
}
@media screen and (max-width: 767px) {
  .l-hero_inner {
    padding-left: 2rem;
  }
}
.l-hero_title {
  font-size: clamp(28px, 20.2330097087px + 2.071197411vw, 60px);
  font-weight: 700;
  color: #fff;
}
.l-hero_title.color-title {
  color: var(--color-main);
}
.l-hero_dot {
  position: absolute;
  left: 2.6vw;
  bottom: 2.6vw;
  z-index: 5;
  opacity: 0.2;
  mix-blend-mode: multiply;
  width: clamp(56px, 8.9126213592px + 12.5566343042vw, 250px);
}
.l-hero_dottop {
  position: absolute;
  left: 2.0833333333vw;
  bottom: -5.2083333333vw;
  z-index: 5;
  opacity: 0.2;
  mix-blend-mode: multiply;
  width: clamp(80px, 29.7572815534px + 13.3980582524vw, 287px);
}

.l-homemain {
  overflow-x: clip;
}

.btn-more a {
  margin-top: clamp(50px, 42.7184466019px + 1.9417475728vw, 80px);
  margin-inline: auto;
  display: block;
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  background: #000;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: clamp(200px, 180.5825242718px + 5.1779935275vw, 280px);
  height: clamp(48px, 43.6310679612px + 1.1650485437vw, 66px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  letter-spacing: 0.1em;
  transition: background-color 0.3s;
}
.btn-more a:hover {
  background: #40B5F4;
}
.btn-more a:hover .mark::before, .btn-more a:hover .mark::after {
  background: #fff;
}
.btn-more a .mark {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-more a .mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #40B5F4;
  transform: translate(-50%, -50%);
}
.btn-more a .mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #40B5F4;
  transform: translate(-50%, -50%);
}

.s-about {
  padding-top: clamp(100px, 90.2912621359px + 2.5889967638vw, 140px);
  padding-bottom: clamp(100px, 80.5825242718px + 5.1779935275vw, 180px);
  position: relative;
}
.s-about::before {
  content: "";
  display: block;
  width: 90.8854166667vw;
  height: 9.4270833333vw;
  background: url(../img/home/line-about_top.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: calc(-9.4270833333vw + 1px);
  pointer-events: none;
}
.s-about::after {
  content: "";
  display: block;
  width: 83.8541666667vw;
  height: 9.4270833333vw;
  background: url(../img/home/line-about_btm.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: calc(-9.4270833333vw + 1px);
  pointer-events: none;
  z-index: 1;
}
.s-about_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-about_title .en {
  font-size: clamp(70px, 36.3265306122px + 8.9795918367vw, 180px);
  width: fit-content;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  background: linear-gradient(140deg, rgb(39, 41, 171) 0%, rgb(82, 188, 203) 60%, rgb(82, 188, 203) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.s-about_title .ja {
  font-size: clamp(18px, 13.7142857143px + 1.1428571429vw, 32px);
  font-weight: 700;
  color: var(--color-main);
}
.s-about_list {
  margin-top: clamp(35px, 26.5048543689px + 2.2653721683vw, 70px);
  padding: 0 4rem;
  margin-inline: auto;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .s-about_list {
    padding: 0 1.5rem;
  }
}
.s-about .about-data_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
@media screen and (max-width: 767px) {
  .s-about .about-data_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .s-about .about-data_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.s-about .about-data_item h3 {
  font-weight: 700;
  color: var(--color-main);
  font-size: clamp(14px, 11.572815534px + 0.6472491909vw, 24px);
  margin-top: clamp(15px, 13.786407767px + 0.3236245955vw, 20px);
  text-align: center;
}
.s-about .about-data_item h3 .num {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
}

.s-field {
  padding-block: clamp(130px, 71.7475728155px + 15.5339805825vw, 370px) clamp(140px, 28.3495145631px + 29.7734627832vw, 600px);
  background: radial-gradient(circle 140vw at 10% 10%, rgb(37, 35, 169) 0%, rgb(48, 87, 183) 40%, rgb(82, 188, 203) 80%, rgb(113, 208, 184) 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-field {
    background: radial-gradient(ellipse 110vw 300vh at 10% 10%, rgb(37, 35, 169) 0%, rgb(48, 87, 183) 40%, rgb(82, 188, 203) 80%, rgb(113, 208, 184) 100%);
  }
}
.s-field .dot-field01 {
  position: absolute;
  top: 30.5729166667vw;
  right: -1.0416666667vw;
  width: 15.4166666667vw;
  height: 16.3020833333vw;
  background: url(../img/home/dot-field01.svg) no-repeat center/contain;
  pointer-events: none;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.s-field .dot-field02 {
  position: absolute;
  bottom: 0;
  left: 0.8333333333vw;
  width: 23.0208333333vw;
  height: 19.1145833333vw;
  background: url(../img/home/dot-field02.svg) no-repeat center/contain;
  pointer-events: none;
  opacity: 0.2;
  mix-blend-mode: multiply;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .s-field .dot-field02 {
    display: none;
  }
}
.s-field::after {
  content: "";
  display: block;
  width: 43.8541666667vw;
  height: 9.4270833333vw;
  background: url(../img/home/line-field_btm.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: -1px;
  pointer-events: none;
  z-index: 1;
}
.s-field_top {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .s-field_top {
    flex-direction: column;
  }
}
.s-field_btn {
  width: 280px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-field_btn {
    width: 178px;
    margin-inline: auto;
  }
}
.s-field_btn {
  transition: opacity 0.3s;
}
.s-field_btn:hover {
  opacity: 0.7;
}
.s-field_btn img {
  filter: drop-shadow(0 3px 16px rgba(0, 0, 0, 0.4));
}
.s-field_title {
  font-size: clamp(30px, 24.4897959184px + 1.4693877551vw, 48px);
  font-weight: 700;
  color: #fff;
}
.s-field_info {
  font-size: clamp(16px, 13.5510204082px + 0.6530612245vw, 24px);
  margin-top: clamp(15px, 11.359223301px + 0.9708737864vw, 30px);
  color: #fff;
}
.s-field_list {
  display: flex;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .s-field_list {
    flex-direction: column;
  }
}
.s-field_item {
  padding: clamp(0px, -7.2815533981px + 1.9417475728vw, 30px);
}
@media screen and (max-width: 767px) {
  .s-field_item {
    margin-top: 6rem;
  }
}
.s-field_item h3 {
  font-size: clamp(26px, 24.1632653061px + 0.4897959184vw, 32px);
  text-align: center;
  color: #fff;
}
.s-field_item figure {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .s-field_item figure {
    width: 280px;
    margin-inline: auto;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .s-field_item .btn-more a {
    margin-top: 1rem;
  }
}

.s-work {
  padding-block: clamp(0px, -41.2621359223px + 11.003236246vw, 170px) clamp(100px, 27.1844660194px + 19.4174757282vw, 400px);
  position: relative;
}
.s-work .dot-work {
  position: absolute;
  bottom: 2.6041666667vw;
  right: 0;
  width: 19.7916666667vw;
  height: 17.8125vw;
  background: url(../img/home/dot-work.svg) no-repeat center/contain;
  pointer-events: none;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .s-work .dot-work {
    width: 60.8vw;
    height: 50.4vw;
    right: inherit;
    bottom: inherit;
    top: -26.6666666667vw;
    left: 2rem;
    z-index: 1;
  }
}
.s-work_inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .s-work_inner {
    flex-direction: column-reverse;
  }
}
.s-work_cont {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .s-work_cont {
    width: 100%;
    margin-top: 5rem;
  }
}
.s-work_fig {
  flex: 1;
  margin-right: calc(50% - 50vw);
  position: relative;
  padding-inline: 5.2083333333vw 4.1666666667vw;
  z-index: 2;
}
.s-work_fig .fig01 {
  width: 36.4583333333vw;
  margin-top: -31.25vw;
}
@media screen and (max-width: 767px) {
  .s-work_fig .fig01 {
    width: 52.8vw;
    margin-top: -18.6666666667vw;
    margin-left: auto;
    transform: translateX(20px);
  }
}
.s-work_fig .fig02 {
  width: 17.03125vw;
  margin-top: -3.6458333333vw;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .s-work_fig .fig02 {
    width: 25.0666666667vw;
    margin-left: 33.6vw;
    margin-top: -5px;
  }
}
.s-work_fig .fig03 {
  width: 14.7916666667vw;
  margin-left: 2.0833333333vw;
  margin-top: -3.125vw;
}
@media screen and (max-width: 767px) {
  .s-work_fig .fig03 {
    display: none;
  }
}
.s-work_title {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .s-work_title {
    align-items: center;
  }
}
.s-work_title .en {
  font-size: clamp(70px, 36.3265306122px + 8.9795918367vw, 180px);
  width: fit-content;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  background: linear-gradient(140deg, rgb(39, 41, 171) 0%, rgb(82, 188, 203) 60%, rgb(82, 188, 203) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.s-work_title .ja {
  font-size: clamp(18px, 13.7142857143px + 1.1428571429vw, 32px);
  font-weight: 700;
  color: var(--color-main);
}
.s-work .btn-more a {
  margin-inline: 0 auto;
}
@media screen and (max-width: 767px) {
  .s-work .btn-more a {
    margin-inline: auto;
  }
}
.s-work_top {
  margin-top: clamp(30px, 25.145631068px + 1.2944983819vw, 50px);
}
.s-work_top-title {
  font-size: clamp(30px, 24.4897959184px + 1.4693877551vw, 48px);
  font-weight: 700;
}
.s-work_top-info {
  font-size: clamp(16px, 13.5510204082px + 0.6530612245vw, 24px);
  margin-top: clamp(15px, 11.359223301px + 0.9708737864vw, 30px);
}

.s-people {
  background: #fff;
  border-radius: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
  padding-top: 1px;
  padding-bottom: 150px;
  position: relative;
}
.s-people .dot-people {
  position: absolute;
  bottom: -2.0833333333vw;
  right: 6.7708333333vw;
  width: 17.1354166667vw;
  height: 12.1875vw;
  background: url(../img/home/dot-cross.svg) no-repeat center/contain;
  pointer-events: none;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .s-people .dot-people {
    width: 44.5333333333vw;
    height: 32vw;
    right: -5.3333333333vw;
    bottom: 5.3333333333vw;
    z-index: 1;
  }
}
.s-people_title {
  display: flex;
  flex-direction: column;
  margin-top: -4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .s-people_title {
    align-items: center;
    margin-top: -10.6666666667vw;
  }
}
.s-people_title .en {
  font-size: clamp(70px, 36.3265306122px + 8.9795918367vw, 180px);
  width: fit-content;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  background: linear-gradient(140deg, rgb(39, 41, 171) 0%, rgb(82, 188, 203) 60%, rgb(82, 188, 203) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.s-people_title .ja {
  font-size: clamp(18px, 13.7142857143px + 1.1428571429vw, 32px);
  font-weight: 700;
  color: var(--color-main);
}
.s-people_cross {
  position: relative;
  margin-top: clamp(100px, 87.8640776699px + 3.2362459547vw, 150px);
}
.s-people_cross::after {
  content: "";
  display: block;
  width: 25.1041666667vw;
  height: 8.3333333333vw;
  background: url(../img/home/line-cross.svg) no-repeat center/contain;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  .s-people_cross::after {
    width: 63.4666666667vw;
    height: 16vw;
    background: url(../img/home/line-cross_sp.svg) no-repeat center/contain;
  }
}
.s-people_cross a {
  display: block;
  position: relative;
}
.s-people_cross a .cross-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 2;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .s-people_cross a .cross-cont {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .s-people_cross a .cross-cont {
    flex-direction: column;
  }
}
.s-people_cross a .cross-cont .en {
  font-size: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .s-people_cross a .cross-cont .en {
    padding-right: 0;
  }
}
.s-people_cross a .cross-cont .ja {
  font-size: clamp(16px, 12.1165048544px + 1.0355987055vw, 32px);
  font-weight: 700;
}
.s-people_cross a .cross-cont .mark {
  content: "";
  display: inline-block;
  width: 66px;
  aspect-ratio: 1;
  background: url(../img/home/icn-cross.svg) no-repeat center/contain;
  margin-left: clamp(60px, 55.145631068px + 1.2944983819vw, 80px);
}
@media screen and (max-width: 767px) {
  .s-people_cross a .cross-cont .mark {
    margin-left: 0;
    margin-top: 3rem;
    width: 50px;
  }
}
.s-people_cross a img {
  transition: transform 0.3s;
}
.s-people_cross a figure {
  overflow: hidden;
}
.s-people_cross a:hover img {
  transform: scale(1.1);
}
.s-people_slider {
  display: flex;
  align-items: flex-end;
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}
@media screen and (max-width: 767px) {
  .s-people_slider {
    flex-direction: column;
    align-items: center;
  }
}
.s-people_slider-wrap {
  flex: 0 0 clamp(300px, 251.4563106796px + 12.9449838188vw, 500px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-people_slider-wrap {
    width: 100%;
    flex: none;
  }
}
.s-people_slider-wrap .button-prev {
  width: clamp(40px, 33.6893203883px + 1.6828478964vw, 66px);
  aspect-ratio: 1;
  background: url(../img/interview/icn-slidearrow.svg) no-repeat center/contain;
  position: absolute;
  top: 44%;
  left: clamp(-33px, -10.6310679612px + -1.1650485437vw, -15px);
  z-index: 1;
  cursor: pointer;
}
.s-people_slider-wrap .button-prev:active {
  left: clamp(-38px, -9.4174757282px + -1.4886731392vw, -15px);
}
.s-people_slider-wrap .button-next {
  width: clamp(40px, 33.6893203883px + 1.6828478964vw, 66px);
  aspect-ratio: 1;
  background: url(../img/interview/icn-slidearrow.svg) no-repeat center/contain;
  position: absolute;
  top: 44%;
  right: clamp(-33px, -10.6310679612px + -1.1650485437vw, -15px);
  z-index: 1;
  transform: rotate(180deg);
  cursor: pointer;
}
.s-people_slider-wrap .button-next:active {
  right: clamp(-38px, -9.4174757282px + -1.4886731392vw, -15px);
}
.s-people_slider-aside {
  margin-left: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  margin-right: calc(50% - 50vw);
  flex: 1;
}
@media screen and (max-width: 767px) {
  .s-people_slider-aside {
    margin-left: 0;
    margin-right: 0;
    margin-top: 3rem;
    flex: none;
    width: 100%;
  }
}
.s-people_slider-aside .slider-info_title {
  font-size: clamp(26px, 20.6601941748px + 1.4239482201vw, 48px);
  font-weight: 700;
  line-height: 1.4;
  min-height: 1.4em;
}
.s-people_slider-aside .slider-info_sub {
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
.s-people_slider-aside .slider-info_sub .people-year,
.s-people_slider-aside .slider-info_sub .people-dept,
.s-people_slider-aside .slider-info_sub .people-name {
  font-size: clamp(14px, 11.572815534px + 0.6472491909vw, 24px);
  display: inline;
}
.s-people_slider-aside .slider-info_sub .people-year {
  background: #F5F5F5;
  padding: 2px 15px;
  border-radius: 40px;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .s-people_slider-aside .slider-info_sub .people-year {
    display: block;
    width: max-content;
  }
}
.s-people_slider-aside .slider-info_sub .people-dept::after {
  content: "/";
  margin: 0 6px;
}
.s-people_slider-info {
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .s-people_slider-info {
    padding-right: 0;
  }
}
.s-people_slider-thumb {
  margin-top: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
}
.s-people_slider-thumb .swiper-slide {
  width: clamp(100px, 57.1428571429px + 11.4285714286vw, 240px);
}

.s-env {
  padding-top: clamp(100px, 61.1650485437px + 10.355987055vw, 260px);
  padding-bottom: clamp(50px, -20.3883495146px + 18.7702265372vw, 340px);
  position: relative;
}
.s-env .dot-env01 {
  position: absolute;
  bottom: -15.1041666667vw;
  left: 10.9375vw;
  width: 5.625vw;
  height: 5.625vw;
  background: url(../img/home/dot-one.svg) no-repeat center/contain;
  pointer-events: none;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .s-env .dot-env01 {
    display: none;
  }
}
.s-env .dot-env02 {
  position: absolute;
  bottom: -14.5833333333vw;
  right: 0vw;
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  background: url(../img/home/dot-one.svg) no-repeat center/contain;
  pointer-events: none;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .s-env .dot-env02 {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    left: -10.6666666667vw;
    bottom: 2.6666666667vw;
    z-index: 1;
  }
}
.s-env .dot-env03 {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .s-env .dot-env03 {
    width: 20.8vw;
    height: 20.8vw;
    left: -8vw;
    bottom: -13.3333333333vw;
    z-index: 1;
    background: url(../img/home/dot-one.svg) no-repeat center/contain;
    pointer-events: none;
    opacity: 0.2;
    mix-blend-mode: multiply;
  }
}
.s-env .dot-env04 {
  position: absolute;
  bottom: -4.1666666667vw;
  left: 12.5vw;
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  background: url(../img/home/dot-one.svg) no-repeat center/contain;
  pointer-events: none;
  opacity: 0.2;
  mix-blend-mode: multiply;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .s-env .dot-env04 {
    width: 15.4666666667vw;
    height: 15.4666666667vw;
    right: 10.6666666667vw;
    left: inherit;
    bottom: -2.6666666667vw;
    z-index: 1;
    background: url(../img/home/dot-one.svg) no-repeat center/contain;
    pointer-events: none;
    opacity: 0.2;
    mix-blend-mode: multiply;
  }
}
.s-env_inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .s-env_inner {
    flex-direction: column;
  }
}
.s-env_cont {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-env_cont {
    width: 100%;
  }
}
.s-env_fig {
  flex: 1;
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .s-env_fig {
    width: 100%;
    margin-top: 4rem;
  }
}
.s-env_fig .fig01 {
  width: 31.25vw;
  margin-left: 5.2083333333vw;
  margin-top: 2.6041666667vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-env_fig .fig01 {
    width: 61.3333333333vw;
    margin-left: auto;
    transform: translateX(10.6666666667vw);
  }
}
.s-env_fig .fig02 {
  width: 14.1666666667vw;
  margin-top: -8.3333333333vw;
  margin-left: -11.9791666667vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .s-env_fig .fig02 {
    width: 27.7333333333vw;
    margin-top: -5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}
.s-env_title {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .s-env_title {
    align-items: center;
  }
}
.s-env_title .en {
  font-size: clamp(70px, 36.3265306122px + 8.9795918367vw, 180px);
  width: fit-content;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  background: linear-gradient(140deg, rgb(39, 41, 171) 0%, rgb(82, 188, 203) 60%, rgb(82, 188, 203) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
@media (max-width: 1079px) {
  .s-env_title .en {
    display: none;
  }
}
.s-env_title .en-img {
  display: none;
}
@media (max-width: 1079px) {
  .s-env_title .en-img {
    display: block;
    margin-bottom: 1rem;
  }
}
.s-env_title .en-img img {
  width: 100%;
}
.s-env_title .ja {
  font-size: clamp(18px, 13.7142857143px + 1.1428571429vw, 32px);
  font-weight: 700;
  color: var(--color-main);
}
.s-env .btn-more a {
  margin-inline: 0 auto;
}
@media screen and (max-width: 767px) {
  .s-env .btn-more a {
    margin-inline: auto;
  }
}
.s-env_top {
  margin-top: clamp(30px, 25.145631068px + 1.2944983819vw, 50px);
}
.s-env_top-title {
  font-size: clamp(30px, 24.4897959184px + 1.4693877551vw, 48px);
  font-weight: 700;
}
.s-env_top-info {
  font-size: clamp(16px, 13.5510204082px + 0.6530612245vw, 24px);
  margin-top: clamp(15px, 11.359223301px + 0.9708737864vw, 30px);
}

.s-voice {
  padding-block: clamp(100px, 80.5825242718px + 5.1779935275vw, 180px) 0;
  background: radial-gradient(circle 140vw at 10% 10%, rgb(37, 35, 169) 0%, rgb(48, 87, 183) 40%, rgb(82, 188, 203) 80%, rgb(113, 208, 184) 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-voice {
    background: radial-gradient(ellipse 110vw 300vh at 10% 10%, rgb(37, 35, 169) 0%, rgb(48, 87, 183) 40%, rgb(82, 188, 203) 80%, rgb(113, 208, 184) 100%);
  }
}
.s-voice::before {
  content: "";
  display: block;
  width: 32.8125vw;
  height: 8.90625vw;
  background: url(../img/home/line-voice.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: -1px;
  pointer-events: none;
}
.s-voice::after {
  content: "";
  display: block;
  width: 4.1666666667vw;
  height: 9.4270833333vw;
  background: #f0f0f0;
  position: absolute;
  left: 0;
  top: -1px;
  pointer-events: none;
}
.s-voice_title {
  font-size: clamp(30px, 24.4897959184px + 1.4693877551vw, 48px);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.s-voice_info {
  font-size: clamp(16px, 13.5510204082px + 0.6530612245vw, 24px);
  margin-top: clamp(15px, 11.359223301px + 0.9708737864vw, 30px);
  color: #fff;
  text-align: center;
}
.s-voice_link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.s-voice_link .btn-more a {
  margin-top: clamp(15px, 11.359223301px + 0.9708737864vw, 30px);
}
.s-voice_link-title {
  width: clamp(160px, 146.8932038835px + 3.4951456311vw, 214px);
}
.s-voice_slider-wrap {
  padding-top: clamp(50px, 37.8640776699px + 3.2362459547vw, 100px);
  padding-bottom: clamp(50px, 37.8640776699px + 3.2362459547vw, 100px);
}

.voice-swiper_wrap {
  position: relative;
}
.voice-swiper_wrap::after {
  content: "";
  display: block;
  width: clamp(210px, 160.9708737864px + 13.074433657vw, 412px);
  height: clamp(210px, 160.9708737864px + 13.074433657vw, 412px);
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}
.voice-swiper_wrap::before {
  content: "";
  display: block;
  width: clamp(75px, 57.2815533981px + 4.7249190939vw, 148px);
  aspect-ratio: 1;
  background: url(../img/home/handle.svg) no-repeat center/contain;
  position: absolute;
  bottom: 50px;
  left: clamp(268px, 65.3300970874px + 54.0453074434vw, 1103px);
  bottom: clamp(-100px, -25.4368932039px + -3.8834951456vw, -40px);
  pointer-events: none;
  z-index: 2;
}

.voice-swiper {
  position: relative;
}
.voice-swiper .swiper-slide {
  width: clamp(180px, 138.2524271845px + 11.1326860841vw, 352px);
  margin-inline: clamp(15px, 11.359223301px + 0.9708737864vw, 30px);
}
.voice-swiper .swiper-slide figure {
  overflow: hidden;
  border-radius: 50%;
}
.voice-swiper .swiper-slide figure img {
  transition: transform 0.6s;
}
.voice-swiper .swiper-slide.swiper-slide-active img {
  transform: scale(1.3);
}

.s-info {
  margin-top: clamp(100px, 95.145631068px + 1.2944983819vw, 120px);
  padding-top: clamp(90px, 48.7378640777px + 11.003236246vw, 260px);
  padding-bottom: clamp(120px, 103.0097087379px + 4.5307443366vw, 190px);
  background: url(../img/home/bg-info.png) no-repeat top/cover;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .s-info {
    background: url(../img/home/bg-info_sp.png) no-repeat top/cover;
  }
}
.s-info_btn a {
  margin-inline: auto;
  display: block;
  font-size: clamp(16px, 12.1165048544px + 1.0355987055vw, 32px);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  background: #000;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: clamp(315px, 197.2815533981px + 31.3915857605vw, 800px);
  height: clamp(55px, 34.3689320388px + 5.501618123vw, 140px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  letter-spacing: 0.1em;
  transition: background-color 0.3s;
}
.s-info_btn a:hover {
  background: #40B5F4;
}
.s-info_btn a:hover .mark::before, .s-info_btn a:hover .mark::after {
  background: #fff;
}
.s-info_btn a .mark {
  display: inline-block;
  width: clamp(14px, 10.6019417476px + 0.9061488673vw, 28px);
  height: clamp(14px, 10.6019417476px + 0.9061488673vw, 28px);
  position: absolute;
  right: clamp(16px, 12.6019417476px + 0.9061488673vw, 30px);
  top: 50%;
  transform: translateY(-50%);
}
.s-info_btn a .mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #40B5F4;
  transform: translate(-50%, -50%);
}
.s-info_btn a .mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #40B5F4;
  transform: translate(-50%, -50%);
}

.s-top {
  padding-bottom: clamp(330px, 269.3203883495px + 16.1812297735vw, 580px);
  background: radial-gradient(circle 140vw at 10% 10%, rgb(37, 35, 169) 0%, rgb(48, 87, 183) 40%, rgb(82, 188, 203) 80%, rgb(113, 208, 184) 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-top {
    padding-bottom: 90vw;
  }
}
@media (min-width: 1921px) {
  .s-top {
    padding-bottom: 30vw;
  }
}
.s-top::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/600;
  background: url(../img/home/top/bg-top.png) no-repeat center bottom/cover;
  mix-blend-mode: screen;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .s-top::before {
    aspect-ratio: 375/318;
    background: url(../img/home/top/bg-top_sp.png) no-repeat center bottom/cover;
  }
}
.s-top .dot-btm {
  position: absolute;
  bottom: -6.7708333333vw;
  right: 11.9791666667vw;
  width: 20.8854166667vw;
  height: 20.6770833333vw;
  background: url(../img/home/top/dot-btm.svg) no-repeat center/contain;
  pointer-events: none;
  opacity: 0.2;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .s-top .dot-btm {
    bottom: -18.6666666667vw;
    left: 5.3333333333vw;
    width: 50.6666666667vw;
    height: 53.8666666667vw;
    background: url(../img/home/top/dot-btm_sp.svg) no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) {
  .s-top {
    background: radial-gradient(ellipse 110vw 300vh at 10% 10%, rgb(37, 35, 169) 0%, rgb(48, 87, 183) 40%, rgb(82, 188, 203) 80%, rgb(113, 208, 184) 100%);
  }
}
.s-top_info {
  padding-inline: clamp(20px, -18.8349514563px + 10.355987055vw, 180px);
  margin-top: -8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .s-top_info {
    margin-top: 3rem;
  }
}
.s-top_info-title {
  font-size: clamp(45px, 40.4081632653px + 1.2244897959vw, 60px);
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  opacity: 0;
  transition: opacity 3s;
}
.s-top_info-title.in-view {
  opacity: 1;
}
.s-top_info-text {
  font-size: clamp(16px, 13.5510204082px + 0.6530612245vw, 24px);
  margin-top: clamp(15px, 11.359223301px + 0.9708737864vw, 30px);
  color: #fff;
  opacity: 0;
  transition: opacity 3s;
}
.s-top_info-text.in-view {
  opacity: 1;
}
.s-top_main {
  height: 64.7916666667vw;
}
@media screen and (max-width: 767px) {
  .s-top_main {
    height: 276.8vw;
  }
}
.s-top_main .top-catch {
  opacity: 0;
  transition: opacity 2s;
}
.s-top_main .top-catch.top-catch01 {
  transition-delay: 0.5s;
}
.s-top_main .top-catch.top-catch02 {
  transition-delay: 1.7s;
}
.s-top_main .top-catch.top-catch03 {
  transition-delay: 2.9s;
}
.s-top_main figure {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity 2s;
}
.s-top_main figure.fig-mat {
  transition-delay: 0.5s;
}
.s-top_main figure.fig-mat img {
  transform: translateZ(0);
}
.s-top_main figure.fig-peo {
  transition-delay: 1.7s;
}
.s-top_main figure.fig-m01 {
  width: 10vw;
  left: 6.4583333333vw;
  top: 7.1354166667vw;
}
@media screen and (max-width: 767px) {
  .s-top_main figure.fig-m01 {
    width: 43.7333333333vw;
    left: -0.8vw;
    top: 41.3333333333vw;
  }
}
.s-top_main figure.fig-m02 {
  width: 17.03125vw;
  left: 26.6145833333vw;
  top: 0vw;
}
@media screen and (max-width: 767px) {
  .s-top_main figure.fig-m02 {
    width: 74.4vw;
    left: 54.6666666667vw;
    top: 0vw;
  }
}
.s-top_main figure.fig-m03 {
  width: 8.2291666667vw;
  left: 34.9479166667vw;
  top: 45.8333333333vw;
}
@media screen and (max-width: 767px) {
  .s-top_main figure.fig-m03 {
    width: 33.8666666667vw;
    left: 13.6vw;
    top: 159.7333333333vw;
  }
}
.s-top_main figure.fig-m04 {
  width: 5.7291666667vw;
  left: 6.25vw;
  top: 49.8958333333vw;
}
@media screen and (max-width: 767px) {
  .s-top_main figure.fig-m04 {
    width: 29.3333333333vw;
    left: -8.2666666667vw;
    top: 137.3333333333vw;
  }
}
.s-top_main figure.fig-p01 {
  width: 15.3125vw;
  left: 0vw;
  top: 24.0625vw;
}
@media screen and (max-width: 767px) {
  .s-top_main figure.fig-p01 {
    width: 51.7333333333vw;
    left: 0vw;
    top: 199.4666666667vw;
    z-index: 2;
  }
}
.s-top_main figure.fig-p02 {
  width: 8.2291666667vw;
  left: 11.9270833333vw;
  top: 41.5625vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .s-top_main figure.fig-p02 {
    width: 26.6666666667vw;
    left: 60.2666666667vw;
    top: 250.1333333333vw;
  }
}
.s-top_main figure.fig-p03 {
  width: 41.1979166667vw;
  left: 58.90625vw;
  top: 7.7083333333vw;
}
@media screen and (max-width: 767px) {
  .s-top_main figure.fig-p03 {
    width: 84.5333333333vw;
    left: 34.4vw;
    top: 128vw;
  }
}
.s-top_main figure.fig-p04 {
  width: 10.78125vw;
  left: 89.3229166667vw;
  top: 30.6770833333vw;
}
@media screen and (max-width: 767px) {
  .s-top_main figure.fig-p04 {
    width: 44vw;
    left: 68.5333333333vw;
    top: 226.1333333333vw;
  }
}
.s-top_main figure.fig-p05 {
  width: 14.0625vw;
  left: 85.9375vw;
  top: 41.6666666667vw;
}
@media screen and (max-width: 767px) {
  .s-top_main figure.fig-p05 {
    width: 26.6666666667vw;
    left: 23.4666666667vw;
    top: 23.7333333333vw;
  }
}
.s-top_main figure.fig-p06 {
  width: 14.0104166667vw;
  left: 67.2395833333vw;
  top: 50.7291666667vw;
}
@media screen and (max-width: 767px) {
  .s-top_main figure.fig-p06 {
    display: none;
  }
}
.s-top_main figure.fig-p07 {
  width: 11.09375vw;
  left: 54.21875vw;
  top: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .s-top_main figure.fig-p07 {
    display: none;
  }
}
.s-top_main .top-catch {
  position: absolute;
  z-index: 4;
  opacity: 0;
}
.s-top_main .top-catch img {
  width: 100%;
}
.s-top_main .top-catch.top-catch01 {
  width: 31.875vw;
  left: 18.75vw;
  top: 20vw;
}
@media screen and (max-width: 767px) {
  .s-top_main .top-catch.top-catch01 {
    width: 84.8vw;
    left: 4vw;
    top: 72.32vw;
  }
}
.s-top_main .top-catch.top-catch02 {
  width: 31.8229166667vw;
  left: 24.2708333333vw;
  top: 27.0833333333vw;
}
@media screen and (max-width: 767px) {
  .s-top_main .top-catch.top-catch02 {
    width: 81.0666666667vw;
    left: 4vw;
    top: 92.8533333333vw;
  }
}
.s-top_main .top-catch.top-catch03 {
  width: 25.8333333333vw;
  left: 40.9895833333vw;
  top: 34.1666666667vw;
}
@media screen and (max-width: 767px) {
  .s-top_main .top-catch.top-catch03 {
    width: 71.7333333333vw;
    left: 24.2666666667vw;
    top: 113.0666666667vw;
  }
}
.s-top.in-view figure.fig-mat {
  opacity: 1;
}
.s-top.in-view figure.fig-peo {
  opacity: 1;
}
.s-top.in-view .top-catch {
  opacity: 1;
}

.link-hs a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  writing-mode: vertical-rl;
  font-size: clamp(16px, 15.5145631068px + 0.1294498382vw, 18px);
  font-weight: 700;
  color: #fff;
  background: #000;
  width: 60px;
  height: 250px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .link-hs a {
    display: none;
  }
}
.link-hs a .icn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.link-hs a:hover {
  background: #40B5F4;
}
.link-hs a:hover .icn-link rect {
  stroke: #fff;
}
.link-hs a:hover {
  padding-right: 1rem;
}

.p-information {
  padding-top: 3rem;
  padding-bottom: clamp(110px, 83.3009708738px + 7.1197411003vw, 220px);
  background: #fff;
}
.p-information_title {
  font-size: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
}
.p-information_table {
  width: 100%;
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  border-top: 1px solid #AFAFAF;
  line-height: 1.6363636364;
}
.p-information_table th {
  font-weight: 500;
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  vertical-align: middle;
  padding: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  width: 26%;
  background: #F5F5F5;
  border-bottom: 1px solid #AFAFAF;
}
@media screen and (max-width: 767px) {
  .p-information_table th {
    width: 100%;
    display: block;
  }
}
.p-information_table td {
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  padding: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  font-weight: 400;
  border-bottom: 1px solid #AFAFAF;
}
@media screen and (max-width: 767px) {
  .p-information_table td {
    display: block;
    width: 100%;
  }
}
.p-information_table td ul {
  padding-left: 1em;
  list-style: disc;
}
.p-information_entry {
  width: clamp(280px, 153.786407767px + 33.6569579288vw, 800px);
  height: clamp(60px, 40.5825242718px + 5.1779935275vw, 140px);
  margin: clamp(40px, 13.3009708738px + 7.1197411003vw, 150px) auto 0;
}
.p-information_entry a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  font-size: clamp(24px, 22.0582524272px + 0.5177993528vw, 32px);
  font-weight: 500;
  position: relative;
  transition: all 0.2s;
}
.p-information_entry a .mark {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-information_entry a .mark {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
.p-information_entry a .mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #40B5F4;
  transform: translate(-50%, -50%);
}
.p-information_entry a .mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #40B5F4;
  transform: translate(-50%, -50%);
}
.p-information_entry a:hover {
  background: #40B5F4;
}
.p-information_entry a:hover .mark::before, .p-information_entry a:hover .mark::after {
  background: #fff;
}

.p-support_content {
  background: #fff;
  padding-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  padding-bottom: clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
  border-radius: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
}
.p-support_title {
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  font-weight: 700;
  color: var(--color-main);
}
.p-support_subtitle {
  font-size: clamp(20px, 18.0582524272px + 0.5177993528vw, 28px);
  font-weight: 700;
  margin-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
.p-support_info {
  margin-top: 1rem;
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-weight: 500;
}
.p-support_seido {
  margin-top: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
}
.p-support_seido p {
  color: var(--color-main);
  font-weight: 600;
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
}
.p-support .support-seido {
  position: relative;
  border-radius: 0 0 clamp(40px, 25.4368932039px + 3.8834951456vw, 100px) clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
}
.p-support .support-seido_list {
  margin-top: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-support .support-seido_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-support .support-seido_icn {
  background: #F5F5F5;
  border-radius: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
.p-support .support-seido_icn img {
  transition: filter 0.3s;
  max-width: 270px;
}
@media (hover: hover) {
  .p-support .support-seido_item:hover .support-seido_icn {
    background: #008CD6;
  }
  .p-support .support-seido_item:hover .support-seido_icn img {
    filter: brightness(0) invert(1);
  }
}
.p-support .support-seido_info {
  color: var(--color-main);
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  font-weight: 700;
  text-align: center;
  margin-top: 1.5rem;
  line-height: 1.6363636364;
}
.p-support .support-pickup {
  margin-top: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px);
}
.p-support .support-pickup_list {
  display: grid;
  gap: clamp(20px, 10.2912621359px + 2.5889967638vw, 60px);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-support .support-pickup_list {
    grid-template-columns: 1fr;
  }
}
.p-support .support-pickup_item {
  background: #fff;
  padding: clamp(20px, 15.145631068px + 1.2944983819vw, 40px) clamp(20px, 10.2912621359px + 2.5889967638vw, 60px);
  border-radius: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
}
.p-support .support-pickup_pickup {
  font-family: "Jost", sans-serif;
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  font-weight: 600;
  color: #008CD6;
  letter-spacing: 0.1em;
}
.p-support .support-pickup_title {
  display: flex;
  align-items: center;
  gap: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
.p-support .support-pickup_title .num {
  color: #008CD6;
  font-family: "Jost", sans-serif;
  font-size: clamp(40px, 32.9611650485px + 1.8770226537vw, 69px);
  font-weight: 600;
  line-height: 1;
}
.p-support .support-pickup_title .ja {
  font-size: clamp(24px, 20.6019417476px + 0.9061488673vw, 38px);
  font-weight: 700;
  color: var(--color-main);
}
.p-support .support-pickup_text {
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  margin-top: 2rem;
}
.p-support .support-child {
  margin-top: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px);
}
.p-support .support-child_list {
  margin-top: clamp(40px, 35.145631068px + 1.2944983819vw, 60px);
  display: grid;
  gap: clamp(20px, 12.7184466019px + 1.9417475728vw, 50px);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-support .support-child_list {
    grid-template-columns: 1fr;
  }
}
.p-support .support-child_item {
  background: #fff;
  padding: clamp(20px, 15.145631068px + 1.2944983819vw, 40px) clamp(20px, 10.2912621359px + 2.5889967638vw, 60px);
  border-radius: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
}
.p-support .support-child_title {
  font-size: clamp(22px, 18.1165048544px + 1.0355987055vw, 38px);
  font-weight: 700;
  color: var(--color-main);
}
.p-support .support-child_text {
  font-size: clamp(15px, 13.3009708738px + 0.4530744337vw, 22px);
  margin-top: 1rem;
}
.p-support .support-step {
  margin-top: clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
  padding-top: clamp(50px, 28.1553398058px + 5.8252427184vw, 140px);
}
.p-support .support-step_list {
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  padding-inline: 5rem;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  position: relative;
}
.p-support .support-step_list::before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 25px;
  background: linear-gradient(90deg, rgb(39, 41, 171) 0%, rgb(82, 188, 203) 40%, rgb(82, 188, 203) 100%);
  position: absolute;
  top: 62px;
  left: 0;
}
.p-support .support-step_list::after {
  content: "";
  display: block;
  width: 36px;
  height: 48px;
  background: #52BCCB;
  position: absolute;
  top: 50px;
  right: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.p-support .support-step_item {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.6;
  height: 150px;
  background: #40B5F4;
  color: #fff;
  font-size: clamp(18px, 15.572815534px + 0.6472491909vw, 28px);
  font-weight: 700;
  border-radius: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  position: relative;
}
.p-support .support-step_item .icn {
  position: absolute;
  display: inline-block;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.p-support .support-step_item .icn::after {
  content: "";
  display: block;
  width: 2px;
  height: 110px;
  background: var(--color-main);
  position: absolute;
  top: calc(100% - 20px);
  left: 50%;
  transform: translateX(-50%);
}
.p-support .support-step_info {
  display: flex;
  gap: clamp(20px, -4.2718446602px + 6.4724919094vw, 120px);
}
.p-support .support-step_img {
  margin-bottom: clamp(10px, 2.7184466019px + 1.9417475728vw, 40px);
}
.p-support .support-step_img .support-step_sp {
  margin-top: 4rem;
}
.p-support .support-step_img .support-step_sp img {
  width: clamp(335px, 196.2882653061px + 36.9897959184vw, 480px);
  margin-inline: auto;
}
.p-support .support-step_infocont {
  margin-top: 80px;
  background: #fff;
  border-radius: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  border: 2px solid var(--color-main);
  width: max-content;
  padding: clamp(20px, 15.145631068px + 1.2944983819vw, 40px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  position: relative;
}
.p-support .support-step_infocont h3 {
  font-size: clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
  font-weight: 700;
}
.p-support .support-step_infocont p {
  font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  margin-top: 1rem;
}
.p-support .support-step_infocont.info01 {
  margin-left: clamp(0px, -7.2815533981px + 1.9417475728vw, 30px);
  max-width: 400px;
}
.p-support .support-step_infocont.info02 {
  max-width: 500px;
}
.p-support .support-row {
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  display: flex;
  gap: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-support .support-row {
    flex-direction: column;
  }
}
.p-support .support-row_cont {
  flex: 1;
}
.p-support .support-row_fig {
  width: calc(50% - clamp(20px, 15.145631068px + 1.2944983819vw, 40px));
}
@media screen and (max-width: 767px) {
  .p-support .support-row_fig {
    width: 100%;
  }
}
.p-support .support-other {
  margin-top: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  padding-top: clamp(50px, 28.1553398058px + 5.8252427184vw, 140px);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.p-support .support-other_item {
  margin-top: clamp(40px, 32.7184466019px + 1.9417475728vw, 70px);
}
.p-support .support-other_item .p-support_info {
  margin-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
.p-support .support-other_photolist {
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  display: flex;
  gap: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-support .support-other_photolist {
    flex-direction: column;
  }
}
.p-support .support-other_photolist figure {
  width: calc(33% - clamp(15px, 11.359223301px + 0.9708737864vw, 30px));
}
@media screen and (max-width: 767px) {
  .p-support .support-other_photolist figure {
    width: 100%;
  }
}
.p-support .support-other_photolist figcaption {
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  text-align: center;
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  line-height: 1.6;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal .modal-bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 10;
  pointer-events: none;
}
.modal .modal-wrap {
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 40px 20px;
  box-sizing: border-box;
}
.modal .modal-content {
  position: relative;
  width: min(1080px, 90vw);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s;
  pointer-events: none;
}
.modal .modal-inner {
  background: #fff;
  padding: clamp(20px, 5.4368932039px + 3.8834951456vw, 80px);
  display: flex;
  gap: 40px;
  align-items: center;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .modal .modal-inner {
    flex-direction: column;
    gap: 20px;
  }
}
.modal .modal-inner_cont {
  flex: 1;
}
.modal .modal-close {
  position: absolute;
  right: 0;
  top: -50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.modal .modal-close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 3px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0.7;
}
.modal .modal-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 3px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0.7;
}
.modal .modal-title {
  font-size: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  font-weight: 700;
  color: var(--color-main);
  display: flex;
  align-items: center;
  gap: 2rem;
}
.modal .modal-title::before {
  content: "";
  display: block;
  width: 8px;
  height: clamp(34px, 28.1747572816px + 1.5533980583vw, 58px);
  background: linear-gradient(0deg, rgb(39, 41, 171) 0%, rgb(82, 188, 203) 70%, rgb(82, 188, 203) 100%);
}
.modal .modal-catch {
  font-size: clamp(18px, 15.572815534px + 0.6472491909vw, 28px);
  font-weight: 700;
  margin-top: 1em;
}
.modal .modal-text {
  font-size: clamp(14px, 12.0582524272px + 0.5177993528vw, 22px);
  margin-top: 0.5em;
}
.modal .modal-icon {
  width: clamp(180px, 165.4368932039px + 3.8834951456vw, 240px);
  height: clamp(180px, 165.4368932039px + 3.8834951456vw, 240px);
  background: #F5F5F5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.is-open .modal-bg {
  opacity: 1;
  pointer-events: auto;
}
.modal.is-open .modal-content {
  opacity: 1;
  z-index: 20;
  pointer-events: auto;
}

.p-interview {
  padding-bottom: clamp(110px, 83.3009708738px + 7.1197411003vw, 220px);
}
.p-interview_top {
  background: #fff;
}
.p-interview_title {
  font-size: clamp(90px, 68.1553398058px + 5.8252427184vw, 180px);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: linear-gradient(0deg, rgba(240, 240, 240, 0) 0%, rgb(240, 240, 240) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1;
}
.p-interview_list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(60px, 52.7184466019px + 1.9417475728vw, 90px) clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  margin-top: -20px;
  padding-inline: 8.3vw;
}
@media screen and (max-width: 1199px) {
  .p-interview_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-interview_list {
    grid-template-columns: 1fr;
    gap: 5rem;
    padding-inline: 2rem;
  }
}
.p-interview_list::before {
  content: "";
  display: block;
  width: 100%;
  height: 15.6vw;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -1;
}
.p-interview_list::after {
  content: "";
  display: block;
  width: 18.75vw;
  height: 4.58vw;
  background: #F0F0F0;
  position: absolute;
  top: 11.02vw;
  left: 0;
  z-index: -1;
}
.p-interview_item a:hover .interview-item_fig img {
  transform: scale(1.08);
}
.p-interview_item .interview-item_fig {
  overflow: hidden;
  background: linear-gradient(140deg, rgb(37, 35, 169) 0%, rgb(113, 208, 184) 100%);
  margin-left: 1rem;
}
.p-interview_item .interview-item_fig img {
  transition: all 0.3s ease;
}
.p-interview_item .interview-item_title {
  margin-top: -34px;
  position: relative;
}
.p-interview_item .interview-item_title span {
  font-size: clamp(20px, 0.59vw + 12.47px, 24px);
  font-weight: 700;
  background: #fff;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.8rem 1rem;
  line-height: 2.6;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .p-interview_item .interview-item_title span {
    font-size: 2rem;
  }
}
.p-interview_item .interview-item_enter {
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  display: inline-block;
  margin-top: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  line-height: 1.2;
}
.p-interview_item .interview-item_name {
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  margin-top: clamp(5px, 3.786407767px + 0.3236245955vw, 10px);
}
.p-interview_item .interview-item_name span {
  display: inline-block;
  line-height: 1.5;
}
.p-interview_item .interview-item_name span.name {
  margin-top: clamp(5px, 5px + 0vw, 5px);
}

.p-int {
  background: #fff;
  padding-top: camp-fluid(20px, 40px);
}
.p-int_top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-int_top {
    flex-direction: column;
  }
}
.p-int_top-infowrap {
  padding-left: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  border-left: 1px solid #424242;
  width: 22%;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-int_top-infowrap {
    margin-top: 2rem;
    padding-top: 0;
    width: 100%;
  }
}
.p-int_top-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.p-int_top-info .top-info_enter {
  font-size: clamp(14px, 12.0582524272px + 0.5177993528vw, 22px);
  display: inline-block;
  background: var(--color-main);
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 20px;
  line-height: 1.2;
}
.p-int_top-info .top-info_name {
  font-size: clamp(14px, 12.0582524272px + 0.5177993528vw, 22px);
  margin-top: clamp(5px, 3.786407767px + 0.3236245955vw, 10px);
  line-height: 1.6363636364;
}
.p-int_top-info .top-info_name span {
  display: inline-block;
}
.p-int_top-info .top-info_name span.job {
  line-height: 1.5;
}
.p-int_top-info .top-info_name span.name {
  margin-top: 0.5rem;
}
.p-int_title {
  flex: 1;
  padding: 2rem;
}
.p-int_title span {
  font-size: clamp(32px, 28.1165048544px + 1.0355987055vw, 48px);
  font-weight: 700;
  background: var(--color-main);
  color: #fff;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 1rem 1rem 1rem 1rem;
  line-height: 2.4;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .p-int_title span {
    font-size: clamp(20px, 3.06vw + 8.52px, 32px);
    line-height: 2.8;
  }
}
.p-int .int-section_title {
  font-size: clamp(24px, 22.0582524272px + 0.5177993528vw, 32px);
  font-weight: 700;
  color: var(--color-main);
  position: relative;
  padding-left: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
}
.p-int .int-section_title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background: linear-gradient(0deg, rgb(39, 41, 171) 0%, rgb(82, 188, 203) 70%, rgb(82, 188, 203) 100%);
}
.p-int .int-section_text {
  margin-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
.p-int .int-section_fig01 {
  margin-top: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  position: relative;
}
.p-int .int-section_fig01::after {
  content: "";
  display: block;
  width: clamp(100px, 43.6893203883px + 15.0161812298vw, 332px);
  aspect-ratio: 332/377;
  position: absolute;
  right: -12.6vw;
  bottom: -12.5vw;
  z-index: 1;
  background: url(../img/interview/dot01.svg) no-repeat center/contain;
  mix-blend-mode: multiply;
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-int .int-section_fig01::after {
    right: -9.6vw;
    bottom: -24.5vw;
  }
}
.p-int .int-section_02cont {
  flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .p-int .int-section_02cont {
    flex: 1;
  }
}
.p-int .int-section_fig02 {
  width: 700px;
  padding-right: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-int .int-section_fig02 {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
    margin-top: 3rem;
  }
}
.p-int .int-section_03cont {
  flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .p-int .int-section_03cont {
    flex: 1;
  }
}
.p-int .int-section_fig03 {
  padding-left: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-int .int-section_fig03 {
    margin-top: 3rem;
    padding-left: 0;
  }
}
.p-int .int-section_04cont {
  flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .p-int .int-section_04cont {
    flex: 1;
  }
}
.p-int .int-section_fig04 {
  padding-left: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-int .int-section_fig04 {
    margin-top: 3rem;
    padding-left: 0;
  }
}
.p-int_section01 {
  margin-top: clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
}
.p-int_section02 {
  margin-top: clamp(100px, 75.7281553398px + 6.4724919094vw, 200px);
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-int_section02 {
    flex-direction: column;
  }
}
.p-int_section03 {
  margin-top: clamp(100px, 75.7281553398px + 6.4724919094vw, 200px);
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-int_section03 {
    flex-direction: column;
  }
}
.p-int_section03::after {
  content: "";
  display: block;
  width: clamp(100px, 70.8737864078px + 7.7669902913vw, 220px);
  aspect-ratio: 220/317;
  position: absolute;
  left: clamp(-220px, 28.5436893204px + -12.9449838188vw, -20px);
  bottom: -40px;
  z-index: 1;
  background: url(../img/interview/dot03.svg) no-repeat center/contain;
  mix-blend-mode: multiply;
  opacity: 0.2;
  pointer-events: none;
}
.p-int_section04 {
  margin-top: clamp(130px, 98.4466019417px + 8.4142394822vw, 260px);
  padding-top: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px);
  padding-bottom: clamp(80px, 56.9417475728px + 6.1488673139vw, 175px);
  background: #F0F0F0;
  position: relative;
}
.p-int_section04 .line01 {
  content: "";
  display: block;
  width: 26.4vw;
  aspect-ratio: 507/160;
  background: url(../img/interview/line01.svg) no-repeat center/contain;
  position: absolute;
  top: -8.3vw;
  left: 0;
}
.p-int_section04 .line02 {
  content: "";
  display: block;
  width: 43.8vw;
  aspect-ratio: 842/180;
  background: url(../img/interview/line02.svg) no-repeat center/contain;
  position: absolute;
  bottom: -9.3vw;
  right: 0;
  z-index: 1;
}
.p-int_section04-cont {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-int_section04-cont {
    flex-direction: column;
  }
}
.p-int_flow {
  padding-block: clamp(100px, 36.8932038835px + 16.8284789644vw, 360px);
  background: radial-gradient(circle 100vw at 10% 10%, rgb(37, 35, 169) 0%, rgb(48, 87, 183) 40%, rgb(82, 188, 203) 80%, rgb(113, 208, 184) 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-int_flow {
    background: radial-gradient(ellipse 110vw 300vh at 10% 10%, rgb(37, 35, 169) 0%, rgb(48, 87, 183) 40%, rgb(82, 188, 203) 80%, rgb(113, 208, 184) 100%);
    position: relative;
  }
}
.p-int_flow::before {
  content: "";
  display: block;
  width: 23.1vw;
  aspect-ratio: 445/504;
  background: url(../img/interview/dot-flow01.svg) no-repeat center/contain;
  position: absolute;
  top: -8.3vw;
  left: 11vw;
  mix-blend-mode: multiply;
  opacity: 0.2;
  pointer-events: none;
}
.p-int_flow::after {
  content: "";
  display: block;
  width: 25.4vw;
  aspect-ratio: 488/309;
  background: url(../img/interview/dot-flow02.svg) no-repeat center/contain;
  position: absolute;
  bottom: -2.6vw;
  right: clamp(20px, -30.9708737864px + 13.5922330097vw, 230px);
  mix-blend-mode: multiply;
  opacity: 0.2;
  pointer-events: none;
}
.p-int_flow .line03 {
  content: "";
  display: block;
  width: 43.75vw;
  aspect-ratio: 840/180;
  background: url(../img/interview/line03.svg) no-repeat center/contain;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.p-int_flow-title {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: clamp(24px, 22.0582524272px + 0.5177993528vw, 32px);
}
.p-int_flow-list {
  margin-top: clamp(30px, 27.572815534px + 0.6472491909vw, 40px);
  display: flex;
  gap: 10px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-int_flow-list {
    flex-direction: column;
  }
}
.p-int_flow-item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-int_flow-item .flow-item_head {
  font-size: clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  background: #40B5F4;
  border-radius: 20px 20px 0 0;
  line-height: 1.6;
}
.p-int_flow-item .flow-item_cont {
  background: #fff;
  padding: 2rem;
  border-radius: 0 0 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-int_flow-item .flow-item_cont h4 {
  font-weight: 600;
  color: var(--color-main);
}
.p-int_flow-item .flow-item_cont p {
  margin-top: 0.5rem;
}
.p-int_flow-item .flow-item_am {
  padding-bottom: 2rem;
}
.p-int_flow-item .flow-item_pm {
  padding-top: 2rem;
  border-top: 1px solid #40B5F4;
}
.p-int_other {
  padding-block: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px) clamp(100px, 75.7281553398px + 6.4724919094vw, 200px);
  background: #F0F0F0;
}
.p-int_other-title {
  font-size: clamp(70px, 43.3009708738px + 7.1197411003vw, 180px);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: linear-gradient(140deg, rgb(39, 41, 171) 0%, rgb(82, 188, 203) 60%, rgb(82, 188, 203) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1;
}
.p-int_slider-wrap {
  margin-top: clamp(50px, 33.0097087379px + 4.5307443366vw, 120px);
  position: relative;
}
.p-int_slider-wrap .interview-item_fig {
  margin-left: 0;
}
.p-int_slider-wrap .button-prev {
  width: clamp(40px, 33.6893203883px + 1.6828478964vw, 66px);
  aspect-ratio: 1;
  background: url(../img/interview/icn-slidearrow.svg) no-repeat center/contain;
  position: absolute;
  top: 40%;
  left: clamp(-33px, -10.6310679612px + -1.1650485437vw, -15px);
  z-index: 1;
  cursor: pointer;
}
.p-int_slider-wrap .button-prev:active {
  left: clamp(-38px, -9.4174757282px + -1.4886731392vw, -15px);
}
.p-int_slider-wrap .button-next {
  width: clamp(40px, 33.6893203883px + 1.6828478964vw, 66px);
  aspect-ratio: 1;
  background: url(../img/interview/icn-slidearrow.svg) no-repeat center/contain;
  position: absolute;
  top: 40%;
  right: clamp(-33px, -10.6310679612px + -1.1650485437vw, -15px);
  z-index: 1;
  transform: rotate(180deg);
  cursor: pointer;
}
.p-int_slider-wrap .button-next:active {
  right: clamp(-38px, -9.4174757282px + -1.4886731392vw, -15px);
}

.p-field_top {
  background: #fff;
}
.p-field_title {
  text-align: center;
}
.p-field_title .en {
  display: block;
  font-size: clamp(70px, 43.3009708738px + 7.1197411003vw, 180px);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: linear-gradient(0deg, rgba(240, 240, 240, 0) 0%, rgb(240, 240, 240) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1;
}
.p-field_title .ja {
  display: block;
  font-size: clamp(32px, 28.1165048544px + 1.0355987055vw, 48px);
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
  line-height: 1;
  margin-top: -1em;
}
.p-field_category {
  padding-top: clamp(40px, 27.8640776699px + 3.2362459547vw, 90px);
  position: relative;
}
.p-field_category-bg {
  display: block;
  content: "";
  width: 100%;
  height: clamp(40px, 27.8640776699px + 3.2362459547vw, 90px);
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.p-field_catlistwrap {
  position: relative;
}
.p-field_catlistwrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.p-field_catlistwrap::after {
  content: "";
  display: block;
  width: 18.75vw;
  height: 4.5833333333vw;
  background: #F0F0F0;
  position: absolute;
  top: calc(50% - 4.5833333333vw);
  left: 0;
  z-index: -1;
}
.p-field_catlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0px, -19.4174757282px + 5.1779935275vw, 80px);
  max-width: 1088px;
  margin-inline: auto;
}
.p-field_item {
  margin-top: clamp(40px, 20.5825242718px + 5.1779935275vw, 120px);
  margin-inline: 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .p-field_item {
    margin-inline: 2rem;
  }
}
.p-field_item .dot01 {
  content: "";
  display: block;
  width: 18.2291666667vw;
  aspect-ratio: 350/370;
  background: url(../img/field/dot01.svg) no-repeat center/contain;
  position: absolute;
  top: -9.375vw;
  right: 3.125vw;
  mix-blend-mode: multiply;
  opacity: 0.2;
  pointer-events: none;
}
.p-field_item .dot02 {
  content: "";
  display: block;
  width: 10.4166666667vw;
  aspect-ratio: 1;
  background: url(../img/field/dot04.svg) no-repeat center/contain;
  position: absolute;
  top: -7.2916666667vw;
  left: -4.1666666667vw;
  mix-blend-mode: multiply;
  opacity: 0.2;
  pointer-events: none;
}
.p-field_item.item01 .field-item_fig {
  width: 58.8020833333vw;
}
@media screen and (max-width: 767px) {
  .p-field_item.item01 .field-item_fig {
    width: 100%;
  }
}
.p-field_item.item02 .field-item_fig {
  width: 68.0729166667vw;
}
@media screen and (max-width: 767px) {
  .p-field_item.item02 .field-item_fig {
    width: 100%;
  }
}
.p-field_item.item03 .field-item_fig {
  width: 61.3020833333vw;
}
@media screen and (max-width: 767px) {
  .p-field_item.item03 .field-item_fig {
    width: 100%;
  }
}
.p-field_item .field-item_num {
  font-size: clamp(44px, 25.5533980583px + 4.9190938511vw, 120px);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  background: var(--color-main);
  color: #fff;
  width: clamp(80px, 41.1650485437px + 10.355987055vw, 240px);
  height: clamp(80px, 41.1650485437px + 10.355987055vw, 240px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: clamp(-120px, -20.5825242718px + -5.1779935275vw, -40px);
  z-index: 1;
  position: relative;
}
.p-field_item .field-item_card {
  background: #fff;
  border-radius: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
  position: relative;
  padding: clamp(60px, 40.5825242718px + 5.1779935275vw, 140px) clamp(20px, 10.2912621359px + 2.5889967638vw, 60px) clamp(60px, 45.4368932039px + 3.8834951456vw, 120px);
}
.p-field_item .field-item_fig {
  margin-inline: auto;
  margin-top: clamp(30px, 25.145631068px + 1.2944983819vw, 50px);
}
.p-field_item .field-item_title {
  font-size: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
}
.p-field_item .field-item_text {
  font-size: clamp(18px, 14.6019417476px + 0.9061488673vw, 32px);
  line-height: 1.8125;
  margin-top: 1rem;
  text-align: center;
}
.p-field_item .field-item_link {
  display: block;
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  background: #000;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: clamp(200px, 180.5825242718px + 5.1779935275vw, 280px);
  height: clamp(48px, 43.6310679612px + 1.1650485437vw, 66px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  letter-spacing: 0.1em;
  margin: clamp(-33px, -21.8155339806px + -0.5825242718vw, -24px) auto 0;
  transition: background-color 0.3s;
}
.p-field_item .field-item_link:hover {
  background: #40B5F4;
}
.p-field_item .field-item_link:hover .mark::before, .p-field_item .field-item_link:hover .mark::after {
  background: #fff;
}
.p-field_item .field-item_link .mark {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.p-field_item .field-item_link .mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #40B5F4;
  transform: translate(-50%, -50%);
}
.p-field_item .field-item_link .mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #40B5F4;
  transform: translate(-50%, -50%);
}
.p-field_file {
  margin-top: clamp(110px, 79.9029126214px + 8.0258899676vw, 234px);
  padding-block: clamp(100px, 36.8932038835px + 16.8284789644vw, 360px);
  background: radial-gradient(circle 140vw at 10% 10%, rgb(37, 35, 169) 0%, rgb(48, 87, 183) 40%, rgb(82, 188, 203) 80%, rgb(113, 208, 184) 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-field_file {
    background: radial-gradient(ellipse 110vw 400vh at 10% 10%, rgb(37, 35, 169) 0%, rgb(48, 87, 183) 40%, rgb(82, 188, 203) 80%, rgb(113, 208, 184) 100%);
  }
}
.p-field_file::before {
  content: "";
  display: block;
  width: 17.6041666667vw;
  aspect-ratio: 338/363;
  background: url(../img/field/dot02.svg) no-repeat center/contain;
  position: absolute;
  top: -3.6458333333vw;
  right: 4.6875vw;
  mix-blend-mode: multiply;
  opacity: 0.2;
  pointer-events: none;
}
.p-field_file::after {
  content: "";
  display: block;
  width: 23.1770833333vw;
  aspect-ratio: 445/504;
  background: url(../img/field/dot03.svg) no-repeat center/contain;
  position: absolute;
  bottom: -5.2083333333vw;
  left: clamp(20px, -16.8932038835px + 9.8381877023vw, 172px);
  mix-blend-mode: multiply;
  opacity: 0.2;
  pointer-events: none;
}
.p-field_file .line01 {
  content: "";
  display: block;
  width: 43.75vw;
  aspect-ratio: 840/180;
  background: url(../img/field/line01.svg) no-repeat center/contain;
  position: absolute;
  top: -1px;
  left: -2px;
}
.p-field_file .line02 {
  content: "";
  display: block;
  width: 44.6875vw;
  aspect-ratio: 858/180;
  background: url(../img/field/line02.svg) no-repeat center/contain;
  position: absolute;
  bottom: -1px;
  right: -2px;
}
.p-field_file-title {
  font-size: clamp(32px, 28.1165048544px + 1.0355987055vw, 48px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-field_file-title {
    line-height: 1.5;
  }
}
.p-field_file-title em {
  font-style: normal;
  background: #fff;
  color: var(--color-main);
  padding: 0 0.2em;
  display: inline-block;
  margin-inline: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-field_file-title em {
    margin-block: 0.4em 0.2em;
  }
}
.p-field_file-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 10.2912621359px + 2.5889967638vw, 60px);
  margin-top: clamp(50px, 37.8640776699px + 3.2362459547vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-field_file-list {
    gap: 3rem;
    grid-template-columns: 1fr;
  }
}
.p-field_file-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.p-field_file-item .file-item_num {
  font-size: clamp(20px, 17.0873786408px + 0.7766990291vw, 32px);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  background: #40B5F4;
  border-radius: clamp(10px, 7.572815534px + 0.6472491909vw, 20px) clamp(10px, 7.572815534px + 0.6472491909vw, 20px) 0 0;
  color: #fff;
  padding: 2rem 2rem 1rem;
  display: inline-block;
}
.p-field_file-item .file-item_card {
  background: #fff;
  border-radius: 0 clamp(20px, 17.572815534px + 0.6472491909vw, 30px) clamp(20px, 17.572815534px + 0.6472491909vw, 30px) clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  padding: clamp(30px, 27.572815534px + 0.6472491909vw, 40px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px) clamp(30px, 25.145631068px + 1.2944983819vw, 50px);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-field_file-item .file-item_title {
  min-height: 3.2em;
  letter-spacing: 0.05em;
  font-size: clamp(20px, 17.0873786408px + 0.7766990291vw, 32px);
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-field_file-item .file-item_text {
  font-size: clamp(16px, 15.5145631068px + 0.1294498382vw, 18px);
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.p-field_file-item .file-item_fig {
  margin-top: auto;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-field_file-item .file-item_fig {
    gap: 1rem;
  }
}
.p-field_file-item .file-item_fig figcaption {
  text-align: center;
  margin-top: 1rem;
  line-height: 1.5;
}
.p-field_file-item .file-item_fig-times {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.p-field_file-item .file-item_fig-times span {
  width: clamp(60px, 57.572815534px + 0.6472491909vw, 70px);
  height: clamp(60px, 57.572815534px + 0.6472491909vw, 70px);
  position: relative;
}
.p-field_file-item .file-item_fig-times span::before, .p-field_file-item .file-item_fig-times span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: var(--color-main);
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-field_file-item .file-item_fig-times span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-field_file-msg {
  text-align: center;
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  font-size: clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
  color: #fff;
}
.p-field_future {
  background: #f0f0f0;
  padding-top: clamp(60px, 40.5825242718px + 5.1779935275vw, 140px);
}
.p-field_future .future-top {
  margin-inline: 8.3333333333vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-field_future .future-top {
    margin-inline: 2rem;
  }
}
.p-field_future .future-top_sub {
  display: flex;
  justify-content: flex-end;
  margin-top: -22vw;
}
@media screen and (max-width: 991px) {
  .p-field_future .future-top_sub {
    margin-top: 5rem;
    justify-content: center;
  }
}
.p-field_future .future-top_title span {
  display: block;
  font-size: clamp(50px, 23.3009708738px + 7.1197411003vw, 160px);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  background: linear-gradient(140deg, rgb(39, 41, 171) 0%, rgb(82, 188, 203) 60%, rgb(82, 188, 203) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-field_future .future-top_title span {
    letter-spacing: 0;
  }
}
.p-field_future .future-top_subtitle {
  font-size: clamp(18px, 14.6019417476px + 0.9061488673vw, 32px);
  font-weight: 700;
  color: var(--color-main);
  margin-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
.p-field_future .future-top_challenge {
  aspect-ratio: 1;
  position: relative;
  padding: clamp(30px, -1.5533980583px + 8.4142394822vw, 160px) clamp(30px, 13.9805825243px + 4.2718446602vw, 96px);
  width: 39.0625vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .p-field_future .future-top_challenge {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-field_future .future-top_challenge {
    width: 100%;
  }
}
.p-field_future .future-top_challenge::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, rgb(39, 41, 171) 0%, rgb(82, 188, 203) 60%, rgb(82, 188, 203) 100%);
  position: absolute;
  inset: 0;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.p-field_future .future-top_challenge-title {
  font-size: clamp(32px, 28.1165048544px + 1.0355987055vw, 48px);
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
}
.p-field_future .future-top_challenge-text {
  font-size: clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
  line-height: 2.4166666667;
  margin-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  padding-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  border-top: 2px solid var(--color-main);
  color: var(--color-main);
}
.p-field_future .future-top_challenge .dot-cha01 {
  width: 15vw;
  aspect-ratio: 288/288;
  background: linear-gradient(140deg, rgb(39, 41, 171) 0%, rgb(82, 188, 203) 60%, rgb(82, 188, 203) 100%);
  position: absolute;
  top: -8.3333333333vw;
  right: -4.1666666667vw;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.p-field_future .future-top_challenge .dot-cha02 {
  width: 8.125vw;
  aspect-ratio: 156/156;
  background: linear-gradient(140deg, rgb(39, 41, 171) 0%, rgb(82, 188, 203) 60%, rgb(82, 188, 203) 100%);
  position: absolute;
  bottom: 4.1666666667vw;
  left: -14.0625vw;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.p-field_now {
  margin-top: clamp(-100px, -0.5825242718px + -5.1779935275vw, -20px);
  padding-block: clamp(80px, 55.7281553398px + 6.4724919094vw, 180px);
  background: #fff;
  border-radius: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px) clamp(40px, 25.4368932039px + 3.8834951456vw, 100px) 0 0;
}
.p-field_now-title {
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
}
.p-field_now-list {
  position: relative;
  margin-top: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
}
.p-field_now-list .dot-now {
  content: "";
  display: block;
  width: 17.65625vw;
  aspect-ratio: 339/384;
  background: url(../img/field/dot-now.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -14.5833333333vw;
  transform: translateY(-50%);
  opacity: 0.2;
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}
.p-field_now-item {
  display: flex;
  gap: clamp(30px, 17.8640776699px + 3.2362459547vw, 80px);
}
.p-field_now-item.item02 {
  flex-direction: row-reverse;
  margin-top: clamp(60px, 50.2912621359px + 2.5889967638vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-field_now-item {
    flex-direction: column;
    gap: 2rem;
  }
  .p-field_now-item.item02 {
    flex-direction: column;
  }
}
.p-field_now-item .now-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-field_now-item .now-item {
    width: 100%;
  }
}
.p-field_now-item .now-item_fig {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-field_now-item .now-item_fig {
    width: 100%;
  }
}
.p-field_now-item .now-item_title span {
  display: inline-block;
  font-size: clamp(32px, 28.1165048544px + 1.0355987055vw, 48px);
  background: var(--color-main);
  color: #fff;
  font-weight: 700;
  line-height: 1.4583333333;
  padding-inline: 1rem;
}
.p-field_now-item .now-item_subtitle {
  font-size: clamp(20px, 18.0582524272px + 0.5177993528vw, 28px);
  margin-top: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  font-weight: 7;
  font-weight: 700;
}
.p-field_now-item .now-item_text {
  margin-top: 1rem;
}

.p-about {
  padding-bottom: clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
  position: relative;
}
.p-about .dot04 {
  content: "";
  display: block;
  width: 13.3333333333vw;
  aspect-ratio: 256/369;
  background: url(../img/about/dot04.svg) no-repeat center/contain;
  position: absolute;
  bottom: 5.7291666667vw;
  right: 3.6458333333vw;
  mix-blend-mode: multiply;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about .dot04 {
    bottom: 16vw;
  }
}
.p-about_top {
  background: #fff;
  padding-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  padding-bottom: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
.p-about_title {
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  text-align: center;
  color: var(--color-main);
  font-weight: 700;
  line-height: 1.5;
}
.p-about_fields {
  display: flex;
  gap: clamp(20px, 5.4368932039px + 3.8834951456vw, 80px);
  margin-top: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-about_fields {
    flex-direction: column;
    align-items: center;
  }
}
.p-about_field {
  width: 33%;
  max-width: 290px;
}
@media screen and (max-width: 767px) {
  .p-about_field {
    width: 100%;
  }
}
.p-about_field .about-field_icn img {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-about_field .about-field_icn img {
    width: min(50vw, 260px);
  }
}
.p-about_field .about-field_title {
  font-size: clamp(20px, 18.0582524272px + 0.5177993528vw, 28px);
  margin-top: 2rem;
  text-align: center;
}
.p-about_field .about-field_text {
  font-size: clamp(16px, 15.5145631068px + 0.1294498382vw, 18px);
  margin-top: 1rem;
  font-weight: 400;
}
.p-about_link a {
  display: block;
  width: max-content;
  margin-inline: auto;
  margin-top: clamp(40px, 20.5825242718px + 5.1779935275vw, 120px);
  background: #000;
  color: #fff;
  padding: 1rem clamp(50px, 47.572815534px + 0.6472491909vw, 60px);
  text-align: center;
  position: relative;
  font-size: clamp(18px, 17.0291262136px + 0.2588996764vw, 22px);
  transition: background-color 0.3s;
}
.p-about_link a .mark {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.p-about_link a .mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #40B5F4;
  transform: translate(-50%, -50%);
}
.p-about_link a .mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #40B5F4;
  transform: translate(-50%, -50%);
}
.p-about_link a:hover {
  background: #40B5F4;
}
.p-about_link a:hover .mark::before, .p-about_link a:hover .mark::after {
  background: #fff;
}
.p-about_origin {
  padding-block: clamp(160px, 130.8737864078px + 7.7669902913vw, 280px);
  background: radial-gradient(circle 140vw at 10% 10%, rgb(37, 35, 169) 0%, rgb(48, 87, 183) 40%, rgb(82, 188, 203) 80%, rgb(113, 208, 184) 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about_origin {
    background: radial-gradient(ellipse 110vw 300vh at 10% 10%, rgb(37, 35, 169) 0%, rgb(48, 87, 183) 40%, rgb(82, 188, 203) 80%, rgb(113, 208, 184) 100%);
  }
}
.p-about_origin::before {
  content: "";
  display: block;
  width: 14.53125vw;
  aspect-ratio: 279/417;
  background: url(../img/about/dot01.svg) no-repeat center/contain;
  position: absolute;
  top: -8.3333333333vw;
  right: 2.0833333333vw;
  mix-blend-mode: multiply;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.p-about_origin::after {
  content: "";
  display: block;
  width: 15.4166666667vw;
  aspect-ratio: 296/313;
  background: url(../img/about/dot02.svg) no-repeat center/contain;
  position: absolute;
  bottom: -11.4583333333vw;
  right: -0.5208333333vw;
  mix-blend-mode: multiply;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.p-about_origin-inner {
  margin-inline: 8.3333333333vw;
}
@media (max-width: 1399px) {
  .p-about_origin-inner {
    margin-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about_origin-inner {
    margin-inline: 2rem;
  }
}
.p-about_origin-title {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  letter-spacing: 0.1em;
}
.p-about_origin .line01 {
  content: "";
  display: block;
  width: 83.8541666667vw;
  height: 9.4270833333vw;
  background: url(../img/about/line01.svg) no-repeat center/contain;
  position: absolute;
  top: -1px;
  right: 0;
}
.p-about_origin .line02 {
  content: "";
  display: block;
  width: 43.8541666667vw;
  height: 9.4270833333vw;
  background: url(../img/about/line02.svg) no-repeat center/contain;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.p-about_origin .origin-list {
  margin-top: clamp(40px, 27.8640776699px + 3.2362459547vw, 90px);
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 25.145631068px + 1.2944983819vw, 50px);
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-about_origin .origin-list::before {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    background: #EDECEC;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    mix-blend-mode: overlay;
    opacity: 0.4;
  }
  .p-about_origin .origin-list::after {
    content: "";
    display: block;
    width: 50px;
    height: 40px;
    background: #EDECEC;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    mix-blend-mode: overlay;
    opacity: 0.4;
  }
}
.p-about_origin .origin-list_line {
  display: flex;
  gap: clamp(30px, 25.145631068px + 1.2944983819vw, 50px);
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-about_origin .origin-list_line {
    flex-direction: column;
  }
}
.p-about_origin .origin-list_line.list-line01::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: #EDECEC;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
  mix-blend-mode: overlay;
  opacity: 0.4;
}
@media screen and (max-width: 991px) {
  .p-about_origin .origin-list_line.list-line01::before {
    display: none;
  }
}
.p-about_origin .origin-list_line.list-line02::before {
  content: "";
  display: block;
  width: 19.4791666667vw;
  height: 100%;
  border-right: 40px solid #EDECEC;
  border-bottom: 40px solid #EDECEC;
  position: absolute;
  bottom: calc(50% - 20px);
  right: 9.6875vw;
  z-index: 0;
  mix-blend-mode: overlay;
  opacity: 0.4;
}
@media screen and (max-width: 991px) {
  .p-about_origin .origin-list_line.list-line02::before {
    display: none;
  }
}
.p-about_origin .origin-list_line.list-line03::before {
  content: "";
  display: block;
  width: 19.4791666667vw;
  height: calc(100% + 50px);
  border-left: 40px solid #EDECEC;
  border-bottom: 40px solid #EDECEC;
  position: absolute;
  bottom: calc(50% - 25px);
  left: 2.6041666667vw;
  z-index: 0;
  mix-blend-mode: overlay;
  opacity: 0.4;
}
@media screen and (max-width: 991px) {
  .p-about_origin .origin-list_line.list-line03::before {
    display: none;
  }
}
.p-about_origin .origin-list_line.list-line03::after {
  content: "";
  display: block;
  width: 50%;
  height: 40px;
  background: #EDECEC;
  position: absolute;
  top: 50%;
  right: 3.75vw;
  transform: translateY(-50%);
  z-index: 0;
  mix-blend-mode: overlay;
  opacity: 0.4;
}
@media screen and (max-width: 991px) {
  .p-about_origin .origin-list_line.list-line03::after {
    display: none;
  }
}
.p-about_origin .origin-list_line .arrow {
  width: 3.75vw;
  height: 100px;
  background: #EDECEC;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-about_origin .origin-list_item {
  background: #fff;
  padding: clamp(30px, 25.145631068px + 1.2944983819vw, 50px) clamp(20px, 17.572815534px + 0.6472491909vw, 30px) clamp(30px, 25.145631068px + 1.2944983819vw, 50px) clamp(20px, 12.7184466019px + 1.9417475728vw, 50px);
  display: flex;
}
@media screen and (max-width: 991px) {
  .p-about_origin .origin-list_item {
    flex-direction: column;
  }
}
.p-about_origin .origin-list_item.list-item01 {
  width: 32%;
}
@media screen and (max-width: 991px) {
  .p-about_origin .origin-list_item.list-item01 {
    width: 100%;
  }
}
.p-about_origin .origin-list_item.list-item02 {
  flex: 1;
}
@media screen and (max-width: 991px) {
  .p-about_origin .origin-list_item.list-item02 {
    width: 100%;
  }
}
.p-about_origin .origin-list_item.list-item03 {
  width: 70%;
}
@media screen and (max-width: 991px) {
  .p-about_origin .origin-list_item.list-item03 {
    width: 100%;
  }
}
.p-about_origin .origin-list_item.list-item04 {
  width: 70%;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .p-about_origin .origin-list_item.list-item04 {
    width: 100%;
  }
}
.p-about_origin .origin-list_year {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(90deg, rgb(0, 36, 125) 0%, rgb(6, 68, 149) 40%, rgb(67, 165, 180) 60%, rgb(113, 208, 184) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.p-about_origin .origin-list_year .ja {
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  font-weight: 700;
}
.p-about_origin .origin-list_year .en {
  font-size: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  font-weight: 700;
}
.p-about_origin .origin-list_title {
  margin-top: 1rem;
  font-size: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  font-weight: 700;
}
.p-about_origin .origin-list_cont {
  flex: 1;
}
.p-about_origin .origin-list_text {
  padding-left: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  margin-left: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  border-left: 3px solid var(--color-main);
  width: 54%;
  font-size: clamp(15px, 14.2718446602px + 0.1941747573vw, 18px);
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-about_origin .origin-list_text {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    border-top: 2px solid var(--color-main);
    padding-top: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
    margin-top: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  }
}
.p-about_origin .origin-list_text .mame {
  display: inline-block;
  position: absolute;
  background: #00257E;
  color: #fff;
  font-weight: 700;
  font-size: clamp(12px, 8.8446601942px + 0.8414239482vw, 25px);
  border-radius: 10px;
  padding-inline: 1em;
  padding-block: 0.5rem;
  top: -7rem;
  left: clamp(-15px, -8.786407767px + -0.3236245955vw, -10px);
}
@media screen and (max-width: 991px) {
  .p-about_origin .origin-list_text .mame {
    position: relative;
    top: 0;
    margin-bottom: 2rem;
  }
}
.p-about_origin .origin-list_text .mame::after {
  content: "";
  display: block;
  width: 9px;
  height: 11px;
  background: #00257E;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  position: absolute;
  bottom: -10px;
  left: 2rem;
}
.p-about_born {
  padding-block: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px) clamp(70px, 52.0388349515px + 4.7896440129vw, 144px);
}
.p-about_born-title {
  font-size: clamp(24px, 20.6019417476px + 0.9061488673vw, 38px);
  font-weight: 700;
  color: var(--color-main);
}
.p-about_born-text {
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  margin-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
.p-about_born-imp {
  font-weight: 70;
  margin-top: clamp(15px, 13.786407767px + 0.3236245955vw, 20px);
  font-size: clamp(18px, 15.572815534px + 0.6472491909vw, 28px);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-about_data {
  padding-block: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px) clamp(80px, 55.7281553398px + 6.4724919094vw, 180px);
  border-radius: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
  background: #fff;
  position: relative;
}
.p-about_data::before {
  content: "";
  display: block;
  width: 13.3333333333vw;
  aspect-ratio: 256/369;
  background: url(../img/about/dot03.svg) no-repeat center/contain;
  position: absolute;
  bottom: -7.2916666667vw;
  left: -4.1666666667vw;
  mix-blend-mode: multiply;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.p-about_data-title {
  font-size: clamp(24px, 22.0582524272px + 0.5177993528vw, 32px);
  font-weight: 700;
  position: relative;
  padding-left: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
}
.p-about_data-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background: linear-gradient(0deg, rgb(39, 41, 171) 0%, rgb(82, 188, 203) 70%, rgb(82, 188, 203) 100%);
}
.p-about_data .about-data_list {
  margin-top: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-about_data .about-data_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .p-about_data .about-data_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-about_data .about-data_item h3 {
  font-weight: 700;
  color: var(--color-main);
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  margin-top: clamp(15px, 13.786407767px + 0.3236245955vw, 20px);
  text-align: center;
}
.p-about_data .about-data_item h3 .num {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
}
.p-about_area {
  margin-top: 6.5625vw;
  padding-block: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px) clamp(80px, 55.7281553398px + 6.4724919094vw, 180px);
  border-radius: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
  background: #fff;
}
.p-about_area-title {
  font-size: clamp(24px, 22.0582524272px + 0.5177993528vw, 32px);
  font-weight: 700;
  position: relative;
  padding-left: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
}
.p-about_area-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background: linear-gradient(0deg, rgb(39, 41, 171) 0%, rgb(82, 188, 203) 70%, rgb(82, 188, 203) 100%);
}
.p-about_area-msg {
  margin-top: clamp(30px, 13.0097087379px + 4.5307443366vw, 100px);
  font-size: clamp(20px, 15.6310679612px + 1.1650485437vw, 38px);
  font-weight: 700;
  color: var(--color-main);
}
.p-about_area-msgtext {
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  margin-top: clamp(15px, 13.786407767px + 0.3236245955vw, 20px);
}
.p-about_area .area-map {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about_area .area-map {
    margin-right: calc(50% - 50vw);
    margin-left: -10px;
  }
}

.p-job {
  padding-bottom: clamp(100px, 85.4368932039px + 3.8834951456vw, 160px);
}
.p-job_top {
  padding-top: clamp(60px, 35.7281553398px + 6.4724919094vw, 160px);
  position: relative;
}
.p-job_top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(60px, 35.7281553398px + 6.4724919094vw, 160px);
  background: #fff;
}
.p-job_top-inner {
  max-width: 1096px;
  margin-inline: auto;
}
.p-job_top-list {
  display: flex;
  justify-content: center;
  gap: clamp(0px, -9.7087378641px + 2.5889967638vw, 40px);
}
.p-job_top-list.list01 {
  padding-right: 15%;
  position: relative;
  z-index: 1;
}
.p-job_top-list.list01::before {
  content: "";
  display: block;
  width: 100vw;
  height: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-job_top-list.list02 {
  padding-left: 15%;
}
.p-job_top-item {
  width: 294px;
}
.p-job_list {
  margin-inline: 8.3333333333vw;
  margin-top: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-job_list {
    margin-inline: 2rem;
  }
}
.p-job_list .list-link {
  margin-top: clamp(-140px, -65.4368932039px + -3.8834951456vw, -80px);
  padding-top: clamp(80px, 65.4368932039px + 3.8834951456vw, 140px);
  display: block;
}
.p-job_item {
  background: #fff;
  border-radius: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
  padding: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px) clamp(0px, -9.7087378641px + 2.5889967638vw, 40px) clamp(50px, 25.7281553398px + 6.4724919094vw, 150px);
}
.p-job_item:not(:first-of-type) {
  margin-top: clamp(70px, 51.067961165px + 5.0485436893vw, 148px);
}
.p-job_item-head {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-job_item-head {
    flex-direction: column;
  }
}
.p-job_item-head .item-head {
  position: relative;
}
.p-job_item-head .item-head_icn {
  width: clamp(80px, 60.8252427184px + 5.1132686084vw, 159px);
  margin-top: clamp(-100px, -50.2912621359px + -2.5889967638vw, -60px);
}
.p-job_item-head .item-head_title {
  font-size: clamp(26px, 22.6019417476px + 0.9061488673vw, 40px);
  font-weight: 700;
  margin-left: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-job_item-head .item-head_title {
    margin-left: 0;
  }
}
.p-job_item-head .item-head_info {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-job_item-head .item-head_info {
    flex-direction: column;
    gap: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
    margin-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  }
}
.p-job_item-head .item-head_haizoku {
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  display: flex;
  display: flex;
  align-items: flex-start;
}
.p-job_item-head .item-head_haizokusaki {
  color: #fff;
  background: #40B5F4;
  padding: 1rem 2rem;
  width: fit-content;
  line-height: 1.8;
  border-right: 5px solid #fff;
}
.p-job_item-head .item-head_haizokuname {
  background: #F0F0F0;
  padding: 1rem 2rem;
  width: fit-content;
  line-height: 1.8;
}
.p-job_item-body {
  margin-top: clamp(30px, 25.145631068px + 1.2944983819vw, 50px);
}
.p-job_item-body .item-body_title {
  font-size: clamp(20px, 18.0582524272px + 0.5177993528vw, 28px);
  font-weight: 700;
}
.p-job_item-body .item-body_title + .item-body_title {
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
.p-job_item-body .item-body_subtitle {
  font-size: clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
  font-weight: 700;
  margin-top: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
}
.p-job_item-body .item-body_text {
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
}
.p-job_item-info {
  margin-top: clamp(30px, 27.572815534px + 0.6472491909vw, 40px);
}
.p-job_item-info .item-info_title {
  padding: 1rem 2rem;
  font-size: clamp(18px, 15.0873786408px + 0.7766990291vw, 30px);
  color: #fff;
  background: #40B5F4;
  border-radius: clamp(10px, 7.572815534px + 0.6472491909vw, 20px) clamp(10px, 7.572815534px + 0.6472491909vw, 20px) 0 0;
  width: fit-content;
}
.p-job_item-info .item-info_cont {
  display: flex;
  align-items: center;
  padding: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  border: 2px solid var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-job_item-info .item-info_cont {
    flex-direction: column;
  }
}
.p-job_item-info .item-info_fig {
  width: 40%;
  padding-right: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-job_item-info .item-info_fig {
    width: 60%;
    padding: 0;
    margin-bottom: 2rem;
  }
}
.p-job_item-info .item-info_fig img {
  margin-inline: auto;
}
.p-job_item-info .item-info_list {
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  line-height: 1.6;
}
.p-job_item-info .item-info_list li {
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  text-indent: -1em;
  padding-left: 1em;
}
.p-job_item-info .item-info_list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--color-main);
  border-radius: 50%;
  position: relative;
  top: -0.15em;
  margin-right: 0.5em;
}
.p-job_item-int {
  margin-top: clamp(30px, 25.145631068px + 1.2944983819vw, 50px);
}
.p-job_item-int .item-int_title {
  padding: 1rem 2rem;
  font-size: clamp(18px, 15.0873786408px + 0.7766990291vw, 30px);
  color: #fff;
  background: #40B5F4;
  border-radius: clamp(10px, 7.572815534px + 0.6472491909vw, 20px) clamp(10px, 7.572815534px + 0.6472491909vw, 20px) 0 0;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-job_item-int .item-int_title {
    width: 100%;
  }
}
.p-job_item-int .item-int_cont {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-job_item-int .item-int_fig {
    height: 50vw;
  }
  .p-job_item-int .item-int_fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-job_item-int .item-int_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  line-height: 2.5;
  padding: 4rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-job_item-int .item-int_info {
    padding: 1rem;
  }
}
.p-job_item-int .item-int_info .ja {
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  background: #fff;
  padding: 0.5rem;
}

.p-business {
  background: #fff;
  padding-top: clamp(40px, 20.5825242718px + 5.1779935275vw, 120px);
}
.p-business_title {
  font-size: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  text-align: center;
  font-weight: 700;
  color: var(--color-main);
}
.p-business_subtitle {
  margin-top: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  text-align: center;
}
.p-business_subtitle .ja {
  display: inline-block;
  background: var(--color-main);
  color: #fff;
  font-weight: 700;
  padding: 0.2rem 2rem;
  font-size: clamp(20px, 15.6310679612px + 1.1650485437vw, 38px);
}
.p-business_info {
  margin-top: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  text-align: center;
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
}
.p-business_carparts {
  padding-bottom: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}
.p-business_carparts .carparts01 {
  margin-top: clamp(50px, 37.8640776699px + 3.2362459547vw, 100px);
}
.p-business_carparts .carparts01 img {
  margin-inline: auto;
  width: clamp(768px, 32.93vw + 515.08px, 1042px);
}
@media screen and (max-width: 767px) {
  .p-business_carparts .carparts01 img {
    width: 100%;
  }
}
.p-business_carparts .robotsystem-fig {
  margin-top: clamp(50px, 37.8640776699px + 3.2362459547vw, 100px);
}
.p-business_carparts .robotsystem-fig img {
  margin-inline: auto;
}
.p-business_carparts .flow-arrow {
  padding-block: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px) clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
}
.p-business_carparts .flow-arrow img {
  margin-inline: auto;
  width: clamp(200px, 8.65vw + 133.54px, 272px);
}
@media screen and (max-width: 767px) {
  .p-business_carparts .flow-arrow img {
    width: 140px;
  }
}
.p-business_carparts h4 {
  text-align: center;
  font-size: clamp(20px, 17.0873786408px + 0.7766990291vw, 32px);
  text-align: center;
}
.p-business_carparts .carparts02-list {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: clamp(30px, 20.2912621359px + 2.5889967638vw, 70px);
  position: relative;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-business_carparts .carparts02-list {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .p-business_carparts .carparts02-list.sp-top {
    align-items: flex-start;
  }
  .p-business_carparts .carparts02-list .item {
    width: 44%;
  }
}
.p-business_carparts .carparts02-list figcaption {
  text-align: center;
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  position: relative;
  line-height: 1.6;
}
.p-business_carparts .carparts02-list .other {
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  position: absolute;
  right: -6.25vw;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .p-business_carparts .carparts02-list .other {
    right: -3vw;
  }
}
.p-business_carparts .control-title {
  color: var(--color-main);
  font-weight: 700;
  font-size: clamp(22px, 18.1165048544px + 1.0355987055vw, 38px);
  text-align: left;
}
.p-business_carparts .control-text {
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  text-align: left;
}
.p-business_carparts .control-example {
  font-size: clamp(16px, 13.0873786408px + 0.7766990291vw, 28px);
  font-weight: 700;
  margin-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
.p-business_carparts .control-container {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
}
.p-business_carparts .control-container02 {
  margin-top: clamp(50px, 33.0097087379px + 4.5307443366vw, 120px);
}
.p-business_carparts .control-last {
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  margin-top: clamp(30px, 25.145631068px + 1.2944983819vw, 50px);
}
.p-business_carparts .control-after p {
  font-size: clamp(18px, 14.6019417476px + 0.9061488673vw, 32px);
}
.p-business_carparts .control-after p em {
  color: var(--color-main);
  font-style: normal;
}
.p-business_flow {
  margin-top: clamp(50px, 18.4466019417px + 8.4142394822vw, 180px);
  padding-top: clamp(50px, 18.4466019417px + 8.4142394822vw, 180px);
  padding-bottom: clamp(100px, 63.5922330097px + 9.7087378641vw, 250px);
  background: #f0f0f0;
  position: relative;
}
.p-business_flow::before {
  content: "";
  display: block;
  width: 23.1770833333vw;
  height: 26.25vw;
  background: url(../img/carparts/dot01.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -9.375vw;
  transform: translateY(-50%);
  opacity: 0.2;
  mix-blend-mode: multiply;
  z-index: 0;
  pointer-events: none;
}
.p-business_flow .line01 {
  position: absolute;
  top: calc(-4.7916666667vw + 2px);
  left: 0;
  width: 8.125vw;
  height: 4.7916666667vw;
  background: url(../img/carparts/line01.svg) no-repeat center/contain;
}
.p-business_flow .line02 {
  position: absolute;
  top: calc(-9.375vw + 2px);
  right: 0;
  width: 24.0625vw;
  height: 9.375vw;
  background: url(../img/carparts/line02.svg) no-repeat center/contain;
}
.p-business_flow .business-flow_head {
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-business_flow .business-flow_head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.p-business_flow .business-flow_title {
  font-size: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
}
.p-business_flow .business-flow_info {
  margin-top: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  text-align: center;
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
}
.p-business_flow .business-flow_icn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 1550px) {
  .p-business_flow .business-flow_icn {
    right: -6vw;
  }
}
.p-business_flow .business-flow_icn img {
  width: 16.09375vw;
}
@media screen and (max-width: 991px) {
  .p-business_flow .business-flow_icn {
    position: static;
    transform: none;
    margin-bottom: 2rem;
  }
  .p-business_flow .business-flow_icn img {
    width: 30vw;
  }
}
.p-business_flow .business-flow_list {
  margin-top: clamp(30px, 13.0097087379px + 4.5307443366vw, 100px);
}
.p-business_flow .business-flow_item {
  margin-bottom: clamp(10px, 2.7184466019px + 1.9417475728vw, 40px);
  position: relative;
  z-index: 1;
}
.p-business_flow .business-flow_item::after {
  content: "";
  display: block;
  width: 187px;
  aspect-ratio: 187/62;
  background: url(../img/carparts/flow-item.svg) no-repeat center/contain;
  margin-inline: auto;
  margin-top: clamp(10px, 2.7184466019px + 1.9417475728vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-business_flow .business-flow_item::after {
    width: 100px;
  }
}
.p-business_flow .business-flow_item:last-child::after {
  display: none;
}
.p-business_flow .business-flow_item .flow-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: clamp(20px, 17.572815534px + 0.6472491909vw, 30px) 20px;
  background: var(--color-main);
  border-radius: clamp(20px, 17.572815534px + 0.6472491909vw, 30px) clamp(20px, 17.572815534px + 0.6472491909vw, 30px) 0 0;
  gap: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  line-height: 1;
}
.p-business_flow .business-flow_item .flow-head_left {
  grid-column: 1;
}
.p-business_flow .business-flow_item .flow-head_title {
  grid-column: 2;
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 17.6310679612px + 1.1650485437vw, 40px);
  text-align: center;
  white-space: nowrap;
}
.p-business_flow .business-flow_item .flow-head_right {
  grid-column: 3;
  display: flex;
  justify-content: flex-start;
}
.p-business_flow .business-flow_item .flow-head_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  top: 2px;
}
.p-business_flow .business-flow_item .flow-head_tag {
  padding: 8px 12px;
  background: #fff;
  color: var(--color-main);
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .p-business_flow .business-flow_item .flow-head {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 20px;
    min-height: auto;
  }
  .p-business_flow .business-flow_item .flow-head_left {
    display: none;
  }
  .p-business_flow .business-flow_item .flow-head_title {
    grid-column: auto;
    white-space: normal;
    text-align: center;
  }
  .p-business_flow .business-flow_item .flow-head_right {
    grid-column: auto;
    justify-content: center;
  }
  .p-business_flow .business-flow_item .flow-head_tags {
    justify-content: center;
    top: 0;
  }
}
.p-business_flow .business-flow_item .flow-body {
  padding: clamp(20px, 15.145631068px + 1.2944983819vw, 40px) clamp(20px, 10.2912621359px + 2.5889967638vw, 60px);
  background: #fff;
}
.p-business_flow .business-flow_item .flow-body p {
  text-align: center;
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-business_flow .business-flow_item .flow-body p {
    text-align: left;
  }
}
.p-business_flow .business-flow_item .flow-body p.left {
  text-align: left;
}
.p-business_flow .business-flow_item .flow-body_list {
  display: flex;
  justify-content: center;
  padding-block: 20px;
  margin-inline: -10px;
}
@media screen and (max-width: 991px) {
  .p-business_flow .business-flow_item .flow-body_list {
    flex-direction: column;
    margin-inline: 0;
  }
}
.p-business_flow .business-flow_item .flow-body_item {
  flex: 0 0 33%;
  margin-inline: -6px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .p-business_flow .business-flow_item .flow-body_item {
    flex: 0 0 1;
    margin: 10px 0;
    width: 100%;
  }
}
.p-business_flow .business-flow_item .flow-body_item .item-title {
  text-align: center;
  margin-bottom: 1rem;
}
.p-business_flow .business-flow_item .flow-body_item .item-title .num {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: var(--color-main);
  font-size: clamp(18px, 15.572815534px + 0.6472491909vw, 28px);
  padding-right: 1rem;
}
.p-business_flow .business-flow_item .flow-body_item .item-title .ja {
  font-weight: 700;
  color: var(--color-main);
  font-size: clamp(18px, 15.572815534px + 0.6472491909vw, 28px);
}
.p-business_flow .business-flow_item .flow-body_cont {
  display: flex;
  flex: 1;
  flex-direction: column;
  text-align: center;
  border: 1px solid var(--color-main);
  background: #fff;
  border-radius: 5rem;
  padding: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
@media screen and (max-width: 991px) {
  .p-business_flow .business-flow_item .flow-body_cont {
    aspect-ratio: auto;
    border-radius: 4rem;
  }
}
.p-business_flow .business-flow_item .flow-body_title {
  text-align: center;
}
.p-business_flow .business-flow_item .flow-body_title span {
  font-size: clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
  color: #fff;
  background: var(--color-main);
  padding: 4px 12px;
  border-radius: 20px;
}
.p-business_flow .business-flow_item .flow-body p.flow-body_text {
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  text-align: left;
}
.p-business_other {
  padding-block: clamp(100px, 56.3106796117px + 11.6504854369vw, 280px) clamp(100px, 75.7281553398px + 6.4724919094vw, 200px);
  background: radial-gradient(circle 140vw at 10% 10%, rgb(37, 35, 169) 0%, rgb(48, 87, 183) 40%, rgb(82, 188, 203) 80%, rgb(113, 208, 184) 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-business_other {
    background: radial-gradient(ellipse 110vw 300vh at 10% 10%, rgb(37, 35, 169) 0%, rgb(48, 87, 183) 40%, rgb(82, 188, 203) 80%, rgb(113, 208, 184) 100%);
  }
}
.p-business_other::before {
  content: "";
  display: block;
  width: 23.1770833333vw;
  height: 26.25vw;
  background: url(../img/carparts/dot01.svg) no-repeat center/contain;
  position: absolute;
  top: -11.4583333333vw;
  right: 7.2916666667vw;
  opacity: 0.2;
  mix-blend-mode: multiply;
  z-index: 0;
  pointer-events: none;
}
.p-business_other .line-other {
  position: absolute;
  top: -1px;
  left: -2px;
  width: 43.75vw;
  height: 9.375vw;
  background: url(../img/carparts/line-other.svg) no-repeat center/contain;
}
.p-business_other-list {
  display: flex;
  gap: clamp(30px, 20.2912621359px + 2.5889967638vw, 70px) clamp(30px, 25.145631068px + 1.2944983819vw, 50px);
  flex-wrap: wrap;
}
.p-business_other-item.item-half {
  width: calc(50% - clamp(15px, 12.572815534px + 0.6472491909vw, 25px));
}
@media screen and (max-width: 991px) {
  .p-business_other-item.item-half {
    width: 100%;
  }
}
.p-business_other-item.item-full {
  width: 100%;
}
.p-business_other-item.item-38 {
  width: 42%;
}
@media screen and (max-width: 991px) {
  .p-business_other-item.item-38 {
    width: 100%;
  }
}
.p-business_other-item.item-62 {
  width: calc(58% - clamp(30px, 25.145631068px + 1.2944983819vw, 50px));
}
@media screen and (max-width: 991px) {
  .p-business_other-item.item-62 {
    width: 100%;
  }
}
.p-business_other .file-item_num {
  font-size: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  line-height: 1;
  background: #40B5F4;
  border-radius: clamp(10px, 7.572815534px + 0.6472491909vw, 20px) clamp(10px, 7.572815534px + 0.6472491909vw, 20px) 0 0;
  color: #fff;
  padding: 1.5rem 2rem;
  display: inline-block;
}
.p-business_other .file-item_card {
  background: #fff;
  border-radius: 0 clamp(20px, 17.572815534px + 0.6472491909vw, 30px) clamp(20px, 17.572815534px + 0.6472491909vw, 30px) clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  padding: clamp(30px, 25.8563535912px + 1.1049723757vw, 40px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
.p-business_other .file-item_card .list01-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-business_other .file-item_card .list01 {
  font-size: clamp(16px, 12.6850828729px + 0.8839779006vw, 24px);
  line-height: 1.6;
}
.p-business_other .file-item_card .list01 li {
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  text-indent: -1em;
  padding-left: 1em;
}
.p-business_other .file-item_card .list01 li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--color-main);
  border-radius: 50%;
  position: relative;
  top: -0.15em;
  margin-right: 0.5em;
}
.p-business_other .file-item_card .list02 {
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  line-height: 1.6;
}
.p-business_other .file-item_card .list02 li {
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  text-indent: -1em;
  padding-left: 1em;
}
.p-business_other .file-item_card .list02 li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--color-main);
  border-radius: 50%;
  position: relative;
  top: -0.15em;
  margin-right: 0.5em;
}
.p-business_other .file-item_card p.other {
  margin-top: 0.2em;
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  padding-left: 1em;
}
.p-business_other .file-item_card .card-row {
  display: flex;
  gap: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-business_other .file-item_card .card-row {
    flex-direction: column;
  }
}
.p-business_other .file-item_card .card-row .card-fig {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-business_other .file-item_card .card-row .card-fig {
    width: 100%;
  }
}
.p-business_other .file-item_card .card-row .list02 {
  flex: 1;
}
.p-business_other .file-item_card .list01-text {
  border-top: 2px solid var(--color-main);
  margin-top: clamp(20px, 3.4254143646px + 4.4198895028vw, 60px);
  padding-top: clamp(20px, 3.4254143646px + 4.4198895028vw, 60px);
  font-size: clamp(16px, 12.6850828729px + 0.8839779006vw, 24px);
}
.p-business_other .file-item_card .list01-text em {
  font-size: clamp(20px, 17.0873786408px + 0.7766990291vw, 32px);
  color: var(--color-main);
  font-style: normal;
  line-height: 1;
}
.p-business_other .file-item_card .map img {
  margin-inline: auto;
}
.p-business_other .file-item_text {
  font-size: clamp(16px, 15.5145631068px + 0.1294498382vw, 18px);
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.p-business_pickup {
  margin-inline: 3.125vw;
  margin-top: clamp(50px, 35.4368932039px + 3.8834951456vw, 110px);
  margin-bottom: clamp(100px, 51.4563106796px + 12.9449838188vw, 300px);
  background: #f0f0f0;
  padding-block: clamp(30px, 10.5825242718px + 5.1779935275vw, 110px);
  border-radius: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
}
@media screen and (max-width: 991px) {
  .p-business_pickup {
    margin-inline: 2rem;
  }
}
.p-business_pickup-inner {
  padding-inline: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-business_pickup-inner {
    padding: 20px;
  }
}
.p-business_pickup .pickup-list {
  margin-top: clamp(25px, 18.932038835px + 1.6181229773vw, 50px);
  display: flex;
  gap: clamp(30px, 17.8640776699px + 3.2362459547vw, 80px);
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-business_pickup .pickup-list {
    flex-wrap: wrap;
    gap: 5rem;
  }
}
.p-business_pickup .pickup-item {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-business_pickup .pickup-item {
    width: 100%;
  }
}
.p-business_pickup .pickup-title {
  display: flex;
  flex-direction: column;
}
.p-business_pickup .pickup-title .en {
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  font-weight: 700;
  color: #008CD6;
  font-family: "Jost", sans-serif;
}
.p-business_pickup .pickup-title .ja {
  font-size: clamp(20px, 15.6310679612px + 1.1650485437vw, 38px);
  font-weight: 700;
  color: var(--color-main);
}
.p-business_pickup .pickup-item_title {
  font-size: clamp(18px, 15.572815534px + 0.6472491909vw, 28px);
  font-weight: 700;
  color: #fff;
  background: #40B5F4;
  text-align: center;
  padding: 2px 20px;
}
.p-business_pickup .pickup-item_title.before {
  background: #535151;
}
.p-business_pickup .pickup-item_fig {
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
.p-business_pickup .pickup-item_caption {
  font-size: clamp(16px, 14.3425414365px + 0.4419889503vw, 20px);
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  margin-bottom: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
.p-business_pickup .pickup-item_caption em {
  color: var(--color-main);
  font-style: normal;
}
.p-business_pickup .pickup-item_video {
  margin-top: auto;
  position: relative;
}
.p-business_pickup .pickup-item_video .c-video_movie {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.p-business_pickup .pickup-item_video .c-video_play {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
.p-business_pickup .pickup-item_video .c-video_play:hover .c-video_play-icon {
  background: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%) scale(1.06);
}
.p-business_pickup .pickup-item_video .c-video_play-icon {
  position: absolute;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s, transform 0.25s, background 0.25s;
}
.p-business_pickup .pickup-item_video .c-video_play-icon::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #fff;
}
.p-business_pickup .pickup-item_video .c-video.is-playing .c-video_play {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-business_pickup .pickup-item_video .c-video_play_icon {
    width: 64px;
    height: 64px;
  }
  .p-business_pickup .pickup-item_video .c-video_play_icon::after {
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 18px;
  }
}
.p-business_pickup .pickup-btm {
  position: relative;
  margin-top: clamp(40px, 20.5825242718px + 5.1779935275vw, 120px);
  padding: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  display: flex;
  gap: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-business_pickup .pickup-btm {
    flex-direction: column;
    padding-top: 4rem;
  }
}
.p-business_pickup .pickup-btm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: repeating-radial-gradient(circle at left center, #DDDDDD 0 2.5px, transparent 2.5px 17px);
  background-size: 17px 5px;
  background-repeat: repeat-x;
}
.p-business_pickup .pickup-btm_fig {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-business_pickup .pickup-btm_fig {
    width: 100%;
  }
}
.p-business_pickup .pickup-btm_content {
  flex: 1;
}
.p-business_pickup .pickup-btm_content h3 {
  font-size: clamp(18px, 15.572815534px + 0.6472491909vw, 28px);
  font-weight: 700;
}
.p-business_pickup .pickup-btm_content p {
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
.p-business_link {
  padding-top: clamp(80px, 65.4368932039px + 3.8834951456vw, 140px);
}
.p-business_link-title {
  font-size: clamp(18px, 14.6019417476px + 0.9061488673vw, 32px);
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.p-business_link-list {
  margin-top: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  display: flex;
  gap: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-business_link-list {
    flex-direction: column;
  }
}
.p-business_link-list a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  font-weight: 700;
  color: #fff;
  background: #000000;
  border: 3px solid #fff;
  padding: 1rem 2rem;
  transition: all 0.3s;
}
.p-business_link-list a:hover {
  background: #40B5F4;
  color: #fff;
}
.p-business_link-list a:hover .mark::before, .p-business_link-list a:hover .mark::after {
  background: #fff;
}
.p-business_link-list .mark {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.p-business_link-list .mark::before, .p-business_link-list .mark::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #40B5F4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.p-business_link-list .mark::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-business_link-item {
  width: calc((100% - clamp(30px, 22.7184466019px + 1.9417475728vw, 60px)) / 2);
}
@media screen and (max-width: 767px) {
  .p-business_link-item {
    width: 100%;
  }
}
.p-business .nichi {
  display: none;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .p-business .nichi {
    display: block;
  }
}

.p-talk_top {
  position: relative;
}
.p-talk_top::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: block;
  width: 41.1458333333vw;
  height: 9.375vw;
  background: url(../img/crosstalk/line01.svg) no-repeat center/contain;
  pointer-events: none;
}
.p-talk_top::before {
  content: "";
  display: block;
  width: 21.71875vw;
  aspect-ratio: 417/472;
  background: url(../img/crosstalk/dot01.svg) no-repeat center/contain;
  position: absolute;
  bottom: -12.5vw;
  left: clamp(0px, -33.9805825243px + 9.0614886731vw, 140px);
  mix-blend-mode: multiply;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.p-talk_top-photo {
  margin-right: 18.75vw;
}
@media screen and (max-width: 767px) {
  .p-talk_top-photo {
    margin-right: 14vw;
    height: 72vw;
  }
  .p-talk_top-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-talk_top-en {
  position: absolute;
  top: 9.8958333333vw;
  right: 0;
  padding-right: 10.4166666667vw;
  font-size: clamp(50px, 18.4466019417px + 8.4142394822vw, 180px);
  width: fit-content;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  background: linear-gradient(140deg, rgb(39, 41, 171) 0%, rgb(82, 188, 203) 60%, rgb(82, 188, 203) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .p-talk_top-en {
    letter-spacing: 0;
    padding-right: 5vw;
    top: 0;
  }
}
.p-talk_top-title {
  font-size: clamp(30px, 21.7475728155px + 2.2006472492vw, 64px);
  font-weight: 700;
  writing-mode: vertical-rl;
  color: var(--color-main);
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 10.4166666667vw;
}
@media screen and (max-width: 991px) {
  .p-talk_top-title {
    padding-right: 2vw;
  }
}
.p-talk_member {
  margin-top: clamp(70px, 53.0097087379px + 4.5307443366vw, 140px);
  padding-bottom: 23.4375vw;
}
.p-talk_member-title {
  font-size: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
}
.p-talk_member .member-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1080px;
  margin-inline: auto;
  margin-top: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
}
.p-talk_member .member-item {
  display: flex;
  align-items: center;
  gap: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-talk_member .member-item {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.p-talk_member .member-item_fig {
  width: clamp(160px, 126.0194174757px + 9.0614886731vw, 300px);
  margin-inline: auto;
}
.p-talk_member .member-item_name {
  font-size: clamp(18px, 17.0291262136px + 0.2588996764vw, 22px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-talk_member .member-item_name {
    text-align: center;
  }
}
.p-talk_member .member-item_info {
  flex: 1;
}
.p-talk_member .member-item_text {
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  margin-top: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
}
.p-talk .talk-section .talk-num {
  background: var(--color-main);
  border-radius: 50%;
  width: clamp(100px, 66.0194174757px + 9.0614886731vw, 240px);
  font-weight: 600;
  color: #fff;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(50px, 33.0097087379px + 4.5307443366vw, 120px);
  font-family: "Poppins", sans-serif;
  line-height: 1;
  z-index: 2;
  position: relative;
}
.p-talk .talk-content_title {
  margin-top: 4rem;
}
.p-talk .talk-content_title span {
  font-size: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  font-weight: 700;
  color: #fff;
  background: var(--color-main);
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.5rem 1rem;
  line-height: 2.2;
}
.p-talk .talk-content .talk-list {
  margin-top: clamp(50px, 37.8640776699px + 3.2362459547vw, 100px);
}
.p-talk .talk-content .talk-item {
  display: flex;
  align-items: flex-start;
  gap: clamp(30px, 20.2912621359px + 2.5889967638vw, 70px);
  margin-top: 3rem;
}
.p-talk .talk-content .talk-item_cont {
  flex: 1;
  background: #F5F5F5;
  padding: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  border-radius: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  position: relative;
}
.p-talk .talk-content .talk-item_cont::before {
  content: "";
  display: inline-block;
  width: clamp(24px, 21.0873786408px + 0.7766990291vw, 36px);
  height: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  background: #F5F5F5;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position: absolute;
  left: clamp(-35px, -20.0873786408px + -0.7766990291vw, -23px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-talk .talk-content .talk-item_cont::before {
    top: 40px;
  }
}
.p-talk .talk-content .talk-item_face {
  width: clamp(80px, 55.7281553398px + 6.4724919094vw, 180px);
}
.p-talk .talk-content .talk-item_face figcaption {
  margin-top: 0.5rem;
  font-size: clamp(18px, 17.0291262136px + 0.2588996764vw, 22px);
  text-align: center;
  letter-spacing: 0.1em;
}
.p-talk .talk-content .talk-item_face.rev {
  transform: scaleX(-1);
}
.p-talk .talk-content .talk-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.p-talk .talk-content .talk-item:nth-child(2n) .talk-item_cont::before {
  left: inherit;
  right: clamp(-35px, -20.0873786408px + -0.7766990291vw, -23px);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.p-talk .talk-content .talk-item_small {
  margin-top: 3rem;
  font-size: clamp(12px, 11.5145631068px + 0.1294498382vw, 14px);
}
.p-talk_section01 {
  background: #fff;
  border-radius: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
  padding-top: 29.1666666667vw;
  padding-bottom: clamp(100px, 70.8737864078px + 7.7669902913vw, 220px);
  position: relative;
}
.p-talk_section01 .talk-photo {
  margin-left: clamp(40px, -76.5048543689px + 31.067961165vw, 520px);
  position: absolute;
  top: clamp(-360px, 74.9514563107px + -22.6537216828vw, -10px);
  right: 0;
}
.p-talk_section01 .talk-content {
  margin-top: clamp(-240px, 58.2524271845px + -15.5339805825vw, 0px);
}
.p-talk_section02 {
  padding-bottom: 23.9583333333vw;
}
.p-talk_section02 .talk-photo {
  width: 83%;
  margin-top: -7.2916666667vw;
  position: relative;
  z-index: 1;
}
.p-talk_section02 .talk-photo .dot01 {
  position: absolute;
  top: 3.6458333333vw;
  right: -19.7916666667vw;
  width: 12.96875vw;
  height: 14.6875vw;
  background: url(../img/crosstalk/dot02.svg) no-repeat center/contain;
  pointer-events: none;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.p-talk_section02 .talk-content {
  margin-top: clamp(-240px, -66.0194174757px + -9.0614886731vw, -100px);
  position: relative;
  z-index: 2;
}
.p-talk_section02 .talk-num {
  margin-left: auto;
}
.p-talk_section03 {
  background: #fff;
  border-radius: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
  padding-top: 29.1666666667vw;
  padding-bottom: clamp(80px, 50.8737864078px + 7.7669902913vw, 200px);
  position: relative;
}
.p-talk_section03 .talk-photo {
  width: 76.25vw;
  position: absolute;
  top: clamp(-350px, 72.5242718447px + -22.0064724919vw, -10px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-talk_section03 .talk-photo {
    width: 90%;
  }
}
.p-talk_section03 .talk-photo .dot02 {
  position: absolute;
  top: 50%;
  left: -7.2916666667vw;
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  background: url(../img/crosstalk/dot03.svg) no-repeat center/contain;
  pointer-events: none;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.p-talk_section03 .talk-content {
  margin-top: clamp(-190px, 46.1165048544px + -12.2977346278vw, 0px);
}
.p-talk_section04 {
  padding-top: clamp(200px, 17.9611650485px + 48.5436893204vw, 950px);
  padding-bottom: clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
  position: relative;
}
.p-talk_section04 .talk-photo {
  width: 76.25vw;
  position: absolute;
  top: clamp(-60px, 2.1359223301px + -3.2362459547vw, -10px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-talk_section04 .talk-photo {
    width: 90%;
  }
}
.p-talk_section04 .talk-photo .dot03 {
  position: absolute;
  top: -5.2083333333vw;
  left: 50%;
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  background: url(../img/crosstalk/dot03.svg) no-repeat center/contain;
  pointer-events: none;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.p-talk_section04 .talk-photo .dot04 {
  position: absolute;
  top: 58%;
  right: -6.7708333333vw;
  width: 4.84375vw;
  height: 4.84375vw;
  background: url(../img/crosstalk/dot04.svg) no-repeat center/contain;
  pointer-events: none;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.p-talk_section04 .talk-content {
  margin-top: clamp(-300px, -39.0291262136px + -13.5922330097vw, -90px);
}
.p-talk_section04 .talk-content .talk-num {
  margin-left: auto;
}
.p-talk_section02 .talk-content .talk-item_cont, .p-talk_section04 .talk-content .talk-item_cont {
  background: #fff;
}
.p-talk_section02 .talk-content .talk-item_cont::before, .p-talk_section04 .talk-content .talk-item_cont::before {
  background: #fff;
}
.p-talk_last {
  padding-bottom: clamp(100px, 85.4368932039px + 3.8834951456vw, 160px);
}

.p-voice_top {
  padding-top: clamp(60px, 30.8737864078px + 7.7669902913vw, 180px);
  padding-bottom: 32.8125vw;
  background: radial-gradient(circle 140vw at 10% 10%, rgb(37, 35, 169) 0%, rgb(48, 87, 183) 40%, rgb(82, 188, 203) 80%, rgb(113, 208, 184) 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice_top {
    padding-bottom: 85.3333333333vw;
    background: radial-gradient(ellipse 110vw 300vh at 10% 10%, rgb(37, 35, 169) 0%, rgb(48, 87, 183) 40%, rgb(82, 188, 203) 80%, rgb(113, 208, 184) 100%);
  }
}
.p-voice_top::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/600;
  background: url(../img/voice/bg-top.png) no-repeat center bottom/cover;
  mix-blend-mode: screen;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-voice_top::before {
    aspect-ratio: 375/318;
    background: url(../img/home/top/bg-top_sp.png) no-repeat center bottom/cover;
  }
}
.p-voice_title {
  font-size: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: clamp(50px, 37.8640776699px + 3.2362459547vw, 100px);
}
.p-voice_subtitle {
  margin-top: clamp(35px, 24.0776699029px + 2.9126213592vw, 80px);
  font-size: clamp(30px, 25.6310679612px + 1.1650485437vw, 48px);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.p-voice_subinfo {
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  margin-top: clamp(15px, 11.359223301px + 0.9708737864vw, 30px);
  color: #fff;
  text-align: center;
}
.p-voice_item {
  margin-inline: 8.3333333333vw;
  background: #fff;
  border-radius: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
  padding: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px) clamp(20px, 5.4368932039px + 3.8834951456vw, 80px) clamp(20px, 10.2912621359px + 2.5889967638vw, 60px);
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-voice_item {
    margin-inline: 2rem;
    flex-direction: column;
  }
}
.p-voice_item.item01 {
  margin-top: -21.3541666667vw;
  position: relative;
  z-index: 10;
  padding-right: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-voice_item.item01 {
    margin-top: -66.6666666667vw;
  }
}
.p-voice_item.item02 {
  padding-right: 2rem;
  margin-top: clamp(50px, 37.8640776699px + 3.2362459547vw, 100px);
  position: relative;
  z-index: 12;
}
.p-voice_item.item02 .item02-balloon {
  width: 17.1875vw;
  position: absolute;
  bottom: 0;
  left: 105%;
}
@media screen and (max-width: 767px) {
  .p-voice_item.item02 .item02-balloon {
    display: none;
  }
}
.p-voice_item.item02 .balloon-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-voice_item.item02 .balloon-sp {
    display: block;
    width: 100%;
    background: var(--color-main);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 30px;
    position: relative;
  }
  .p-voice_item.item02 .balloon-sp::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--color-main) transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-voice_item.item03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -5.2083333333vw;
  position: relative;
  z-index: 11;
}
.p-voice_item.item03 .voice-item_title {
  margin-inline: auto;
}
.p-voice_item .voice-item_fig.fig01 {
  width: 36.71875vw;
  margin-top: -14.5833333333vw;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-voice_item .voice-item_fig.fig01 {
    width: 80%;
    margin: 0 auto;
  }
}
.p-voice_item .voice-item_fig.fig02 {
  width: 23.6979166667vw;
}
@media screen and (max-width: 767px) {
  .p-voice_item .voice-item_fig.fig02 {
    width: 100%;
  }
}
.p-voice_item .voice-item_cont {
  flex: 1;
}
.p-voice_item .voice-item_title {
  position: relative;
  width: fit-content;
}
.p-voice_item .voice-item_title .ja {
  font-size: clamp(22px, 16.1747572816px + 1.5533980583vw, 46px);
  font-weight: 700;
  color: #fff;
  background: var(--color-main);
  padding: clamp(2px, 1.5145631068px + 0.1294498382vw, 4px) clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
.p-voice_item .voice-item_list {
  margin-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  display: flex;
  gap: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-voice_item .voice-item_list {
    flex-direction: column;
    gap: 0;
  }
}
.p-voice_item .voice-item_list .list {
  font-size: clamp(20px, 14.1747572816px + 1.5533980583vw, 44px);
  font-weight: 700;
  color: var(--color-main);
  padding-top: 0.2em;
}
.p-voice_item .voice-item_list .rank {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: clamp(24px, 19.145631068px + 1.2944983819vw, 44px);
  width: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px);
  height: clamp(44px, 33.3203883495px + 2.8478964401vw, 88px);
  border-radius: 50%;
  padding-bottom: 0.1em;
}
.p-voice_item .voice-item_list .rank.rank01 {
  background: #E6D021;
}
.p-voice_item .voice-item_list .rank.rank02 {
  background: #52BCCB;
}
.p-voice_item .voice-item_list .rank.rank03 {
  background: #40B5F4;
}
.p-voice_item .voice-item_text {
  margin-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
}
.p-voice_item .voice-item_big {
  font-size: clamp(30px, 20.2912621359px + 2.5889967638vw, 70px);
  line-height: 1.5;
  color: var(--color-main);
  font-weight: 700;
  margin-top: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  text-align: center;
}
.p-voice_vo {
  margin-top: -8vw;
  position: relative;
  z-index: 9;
}
.p-voice_vo-list {
  margin-inline: 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .p-voice_vo-list {
    margin-inline: 2rem;
  }
}
.p-voice_vo-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
.p-voice_megane {
  position: relative;
  margin-top: -3.125vw;
}
.p-voice_megane::after {
  content: "";
  width: 31.25vw;
  aspect-ratio: 1200/800;
  background: url(../img/voice/hundle.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-voice_megane.megane02::after {
  transform: scaleX(-1);
  right: inherit;
  left: 0;
}
.p-voice_megane.megane02 .dot01 {
  position: absolute;
  width: 17.96875vw;
  height: 24.8958333333vw;
  background: url(../img/voice/dot01.svg) no-repeat center/contain;
  top: 8.3333333333vw;
  left: 4.6875vw;
  opacity: 0.2;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
.p-voice_megane figure {
  width: 57.4479166667vw;
  margin-inline: auto;
  padding: 5rem;
  border-radius: 50%;
  border: 2px solid var(--color-main);
  background: #f0f0f0;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 767px) {
  .p-voice_megane figure {
    width: 80%;
    padding: 10px;
  }
}
.p-voice_megane figure figcaption.megate-title {
  font-size: clamp(16px, 8.2330097087px + 2.071197411vw, 48px);
  text-align: center;
  font-weight: 700;
  background: var(--color-main);
  color: #fff;
  padding: 0.5rem 1rem 1rem;
  line-height: 1.2;
  position: absolute;
  top: clamp(30px, 0.8737864078px + 7.7669902913vw, 150px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  white-space: nowrap;
}
.p-voice_faq {
  margin-top: clamp(90px, 64.7572815534px + 6.7313915858vw, 194px);
  background: #fff;
  border-radius: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px) clamp(40px, 25.4368932039px + 3.8834951456vw, 100px) 0 0;
  padding-top: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  padding-bottom: clamp(100px, 85.4368932039px + 3.8834951456vw, 160px);
  position: relative;
}
.p-voice_faq .dot02 {
  position: absolute;
  width: 24.3229166667vw;
  height: 19.1145833333vw;
  background: url(../img/voice/dot02.svg) no-repeat center/contain;
  top: -15.625vw;
  right: 3.125vw;
  opacity: 0.2;
  mix-blend-mode: multiply;
  z-index: 20;
  pointer-events: none;
}
.p-voice_faq-title {
  font-size: clamp(30px, 17.8640776699px + 3.2362459547vw, 80px);
  text-align: center;
  font-weight: 700;
  color: var(--color-main);
}
.p-voice_faq-cont {
  margin-top: clamp(50px, 33.0097087379px + 4.5307443366vw, 120px);
}
.p-voice_faq .faq-tab {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  margin-top: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
}
.p-voice_faq .faq-tab.faq-tab_btm {
  margin-top: clamp(50px, 37.8640776699px + 3.2362459547vw, 100px);
}
.p-voice_faq .faq-tab_btn {
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  width: clamp(200px, 180.5825242718px + 5.1779935275vw, 280px);
  height: clamp(50px, 46.1165048544px + 1.0355987055vw, 66px);
  background: #999;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-voice_faq .faq-tab_btn.is-active {
  background: #000;
}
.p-voice_faq .faq-panels {
  margin-top: clamp(50px, 37.8640776699px + 3.2362459547vw, 100px);
}
.p-voice_faq .faq-panel {
  display: none;
}
.p-voice_faq .faq-panel.is-active {
  display: block;
  animation: faqFadeIn 0.4s ease both;
}
@keyframes faqFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-voice_faq .faq-item {
  margin-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
.p-voice_faq .faq-item_q {
  border-radius: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  padding: clamp(10px, 7.572815534px + 0.6472491909vw, 20px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  display: flex;
  align-items: center;
  font-size: clamp(18px, 14.6019417476px + 0.9061488673vw, 32px);
  font-weight: 700;
  cursor: pointer;
  background: var(--color-main);
  color: #fff;
}
.p-voice_faq .faq-item_q .arrow {
  width: clamp(20px, 17.0873786408px + 0.7766990291vw, 32px);
  aspect-ratio: 1;
  position: relative;
  margin-left: auto;
  transition: transform 0.3s ease;
  display: block;
}
.p-voice_faq .faq-item_q .arrow::before, .p-voice_faq .faq-item_q .arrow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
}
.p-voice_faq .faq-item_q .arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-voice_faq .faq-item_q-cont {
  flex: 1;
  line-height: 1.6;
}
.p-voice_faq .faq-item_q .en {
  font-size: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-right: 2rem;
}
.p-voice_faq .faq-item_a {
  background: #F5F5F5;
  border-radius: 0 0 clamp(20px, 17.572815534px + 0.6472491909vw, 30px) clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  padding-inline: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  display: flex;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-voice_faq .faq-item_a {
    flex-wrap: wrap;
  }
}
.p-voice_faq .faq-item_a-cont {
  flex: 1;
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
}
@media screen and (max-width: 767px) {
  .p-voice_faq .faq-item_a-cont {
    flex: 0 0 100%;
  }
}
.p-voice_faq .faq-item_a-cont ol {
  list-style: decimal;
  padding-left: 1em;
}
.p-voice_faq .faq-item_a-cont p {
  margin-top: 1em;
}
.p-voice_faq .faq-item_a .en {
  font-size: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  color: var(--color-main);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-right: 2rem;
}
.p-voice_faq .faq-item_a .icn {
  width: clamp(120px, 86.0194174757px + 9.0614886731vw, 260px);
  margin-right: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
.p-voice_faq .faq-item_a .icn img {
  margin-inline: auto;
}
.p-voice_faq .faq-item.is-open .faq-item_a {
  padding-block: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  max-height: 800px;
}
.p-voice_faq .faq-item.is-open .faq-item_q {
  border-radius: clamp(20px, 17.572815534px + 0.6472491909vw, 30px) clamp(20px, 17.572815534px + 0.6472491909vw, 30px) 0 0;
}
.p-voice_faq .faq-item.is-open .faq-item_q .arrow::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.highschool {
  background: #EFF2F7;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(10% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=style.css.map */