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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* =========================================
break point
========================================= */
/* =========================================
mixin
========================================= */
/* =========================================
font-family
========================================= */
/* =========================================
color
========================================= */
:root {
  --header-height: 100px;
}
@media screen and (max-width: 600px) {
  :root {
    --header-height: 70px;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}
html.is-fixed {
  scroll-behavior: auto !important;
}

body {
  color: #010F47;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  background: -webkit-gradient(linear, left top, right top, from(rgb(7, 23, 59)), color-stop(46%, rgb(7, 23, 59)), to(rgb(28, 51, 102)));
  background: linear-gradient(90deg, rgb(7, 23, 59) 0%, rgb(7, 23, 59) 46%, rgb(28, 51, 102) 100%);
  color: #fff;
}

p {
  line-height: 1.8;
}

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

a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
button:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

nav {
  white-space: nowrap;
}

/* 
header
========================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  height: 100px;
  padding-inline: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .l-header {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
    height: 70px;
  }
}

.l-header.home .l-header-nav {
  color: #010F47;
}
.l-header.home .l-header-hamburger span {
  background-color: #010F47;
}
.l-header.home .l-header-hamburger.js-active span {
  background-color: #fff;
}
.l-header.home .l-header-nav__ul li a::before {
  background: #010F47;
}
.l-header.home.--invert .l-header-nav {
  color: #fff;
}
.l-header.home.--invert .l-header-hamburger span {
  background-color: #fff;
}
.l-header.home.--invert .l-header-nav__ul li a::before {
  background: #fff;
}

.l-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
@media screen and (max-width: 1200px) {
  .l-header-left {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.l-header__logo {
  width: 100%;
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 180px;
  }
}

.l-header-nav {
  display: block;
  color: #fff;
}
@media screen and (max-width: 880px) {
  .l-header-nav {
    display: none;
  }
}

.l-header-nav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .l-header-nav__ul {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.l-header-nav__ul li a {
  position: relative;
  -webkit-padding-after: 5px;
          padding-block-end: 5px;
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
}
.l-header-nav__ul li a:hover {
  opacity: unset;
}
.l-header-nav__ul li a::before {
  background: #fff;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header-nav__ul li a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.l-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-header-right {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
}

.l-header-lang-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  font-size: clamp(12px, 10.5915492958px + 0.3755868545vw, 16px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.2em;
  color: #ACACAC;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 880px) {
  .l-header-lang-toggle {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.l-header-lang-toggle.js-active {
  visibility: visible;
  opacity: 1;
}
.l-header-lang-toggle a {
  position: relative;
}
.l-header-lang-toggle a::before {
  position: absolute;
  display: block;
  top: 0;
  right: -13px;
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  line-height: 1.25;
  letter-spacing: 0.2em;
  content: "/";
  color: #fff;
}
.l-header-lang-toggle a:last-of-type::before {
  display: none;
}
.l-header-lang-toggle a.--active {
  color: #fff;
}

.l-header-hamburger.js-active ~ .l-header-lang-toggle {
  visibility: visible;
}

.l-header-btn a {
  width: 243px;
  height: 56px;
  background-color: #F8B500;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .l-header-btn a {
    width: 200px;
  }
}
.l-header-btn a:hover {
  opacity: unset;
  background-color: #fff;
}
@media screen and (max-width: 880px) {
  .l-header-btn {
    display: none;
  }
}

.l-header-hamburger {
  display: none;
}
@media screen and (max-width: 880px) {
  .l-header-hamburger {
    display: block;
    position: relative;
    cursor: pointer;
    width: 70px;
    height: 70px;
    z-index: 20;
  }
}
.l-header-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  right: 20px;
  height: 3px;
  background: #fff;
  width: 30px;
}
.l-header-hamburger span:nth-of-type(1) {
  top: 25px;
}
.l-header-hamburger span:nth-of-type(2) {
  top: 32px;
}
.l-header-hamburger span:nth-of-type(3) {
  top: 39px;
}

/*activeクラスが付与されると線が回転して×に*/
.l-header-hamburger.js-active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  top: 26px;
}
.l-header-hamburger.js-active span:nth-of-type(1) span {
  background: #fff;
}

.l-header-hamburger.js-active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.l-header-hamburger.js-active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  top: 38px;
}
.l-header-hamburger.js-active span:nth-of-type(3) span {
  background: #fff;
}

.l-header-sp-nav {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: -webkit-gradient(linear, left top, right top, from(rgb(7, 23, 59)), color-stop(46%, rgb(7, 23, 59)), to(rgb(28, 51, 102)));
  background: linear-gradient(90deg, rgb(7, 23, 59) 0%, rgb(7, 23, 59) 46%, rgb(28, 51, 102) 100%);
  color: #fff;
  white-space: nowrap;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
  -webkit-padding-after: 160px;
          padding-block-end: 160px;
  padding-inline: 20px;
  z-index: 10;
}

.l-header-sp-nav.js-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header-sp-nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-inline: 16px;
}
.l-header-sp-nav__item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 65px;
  line-height: 1;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.l-header-sp-nav__item > a::before {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 12px;
  content: "";
  background-image: url(../img/icon_arrow-right-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.l-header-sp-nav__list {
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}

.l-header-sp-nav__btn {
  width: 100%;
  height: 50px;
  background-color: #F8B500;
  color: #010F47;
  border-radius: 4px;
  font-weight: 600;
}
.l-header-sp-nav__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

/* ==========================================================
// フッター
========================================================== */
.l-footer {
  background-color: #000;
  color: #fff;
  position: relative;
}
.l-footer a {
  color: #fff;
}
.l-footer a:hover {
  opacity: 0.5;
}

/* フッター CTAエリア
---------------------------------------------------------*/
.l-footer-cta {
  position: absolute;
  padding-inline: 20px;
  top: -212px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(rgb(1, 15, 71)), color-stop(30%, rgb(1, 15, 71)), to(rgb(131, 112, 22)));
  background: linear-gradient(90deg, rgb(1, 15, 71) 0%, rgb(1, 15, 71) 30%, rgb(131, 112, 22) 100%);
  width: 100%;
  max-width: 1296px;
  padding: 62px 0 125px 0;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-footer-cta {
    padding-block: 40px;
  }
}
.l-footer-cta::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/bg_home-cta.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.l-footer-cta__inner {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__inner {
    padding-inline: 20px;
  }
}

.l-footer-cta__title {
  font-size: clamp(32px, 22.1408450704px + 2.6291079812vw, 60px);
  line-height: 1.3;
  letter-spacing: 0.01em;
  -webkit-margin-after: 29px;
          margin-block-end: 29px;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__title {
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}

.l-footer-cta__lead {
  font-size: clamp(14px, 11.8873239437px + 0.5633802817vw, 20px);
  line-height: 1.4;
  -webkit-margin-after: 33px;
          margin-block-end: 33px;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__lead {
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}

.l-footer-cta__btn {
  width: 100%;
  max-width: 593px;
  height: 112px;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__btn {
    height: 64px;
  }
}
.l-footer-cta__btn a {
  background-color: #F8B500;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #010F47;
  font-size: clamp(18px, 15.8873239437px + 0.5633802817vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  position: relative;
}
.l-footer-cta__btn a:hover {
  background-color: #fff;
  opacity: unset;
}
.l-footer-cta__btn a:hover::before {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__btn a:hover::before {
    right: 20px;
  }
}
.l-footer-cta__btn a:hover::after {
  right: 41px;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__btn a:hover::after {
    right: 28px;
  }
}
.l-footer-cta__btn a::before {
  position: absolute;
  display: block;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 1000px;
  content: "";
  background-color: #010F47;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__btn a::before {
    right: 20px;
    width: 28px;
    height: 28px;
  }
}
.l-footer-cta__btn a::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 51px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 12px;
  content: "";
  background-image: url(../img/icon_arrow-right-white.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__btn a::after {
    width: 12px;
    height: 8px;
    right: 28px;
  }
}

/* フッター メインエリア
---------------------------------------------------------*/
.l-footer-bottom {
  padding: 338px 20px 56px 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgb(5, 19, 47)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(5, 19, 47) 100%);
}
@media screen and (max-width: 768px) {
  .l-footer-bottom {
    padding: 120px 20px 20px 20px;
  }
}
.l-footer-bottom.--contact {
  padding: 121px 20px 56px 20px;
}
@media screen and (max-width: 768px) {
  .l-footer-bottom.--contact {
    padding: 80px 20px 32px 20px;
  }
}

.l-footer-bottom__inner {
  width: 100%;
  max-width: 1008px;
  margin-inline: auto;
}

.l-footer-bottom__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 40px auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-column-gap: 40px;
}

.l-footer-bottom__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l-footer-bottom__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.l-footer-bottom__grid > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.l-footer-bottom__grid > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .l-footer-bottom__grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto 24px auto 24px auto 24px auto;
    grid-template-rows: auto auto auto auto;
    grid-row-gap: 24px;
  }
  .l-footer-bottom__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-footer-bottom__grid > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-footer-bottom__grid > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .l-footer-bottom__grid > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}

.l-footer-bottom__logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  max-width: 230px;
  -webkit-margin-after: 28px;
          margin-block-end: 28px;
}
@media screen and (max-width: 768px) {
  .l-footer-bottom__logo {
    -webkit-margin-after: unset;
            margin-block-end: unset;
  }
}
.l-footer-bottom__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer-bottom__nav {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 768px) {
  .l-footer-bottom__nav {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
}
.l-footer-bottom__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-footer-bottom__nav ul {
    font-weight: 400;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}

.l-footer-bottom__address {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
  font-size: clamp(12px, 11.2957746479px + 0.1877934272vw, 14px);
}
.l-footer-bottom__address p {
  line-height: 1.5;
}

.l-footer-bottom__copy {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  text-align: right;
  color: #B5B5B5;
  font-size: clamp(12px, 11.2957746479px + 0.1877934272vw, 14px);
  font-weight: 300;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-footer-bottom__copy {
    -webkit-margin-before: unset;
            margin-block-start: unset;
    text-align: center;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
  }
}

.l-container {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 1280px;
}
.l-container.--wide {
  max-width: 1440px;
}
.l-container.--narrow {
  max-width: 1200px;
}
.l-container.--ex-narrow {
  max-width: 1008px;
}

.c-dot-title {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 700;
  -webkit-padding-start: 42px;
          padding-inline-start: 42px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-dot-title {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }
}
.c-dot-title::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 1000px;
  content: "";
  background-color: #F8B500;
}
@media screen and (max-width: 768px) {
  .c-dot-title::before {
    width: 14px;
    height: 14px;
  }
}

.c-btn {
  font-size: clamp(14px, 11.8873239437px + 0.5633802817vw, 20px);
}
.c-btn a {
  border-bottom: solid 1px #F4DDF2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  -webkit-padding-after: 5px;
          padding-block-end: 5px;
  -webkit-padding-end: 25px;
          padding-inline-end: 25px;
  position: relative;
}
.c-btn a::before {
  position: absolute;
  display: block;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 1000px;
  content: "";
  background-color: #fff;
  z-index: 1;
}
.c-btn a::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  content: "";
  background-image: url(../img/icon_arrow-right-black.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.c-lower-title {
  width: 100%;
  height: 409px;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-lower-title {
    height: 280px;
  }
}
.c-lower-title::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-lower-title.--business::before {
  background-image: url(../img/bg_business.webp);
}
.c-lower-title.--stock::before {
  background-image: url(../img/bg_stock.webp);
}
.c-lower-title.--about::before {
  background-image: url(../img/bg_about.webp);
}
.c-lower-title.--contact::before {
  background-image: url(../img/bg_contact.webp);
}
.c-lower-title::after {
  position: absolute;
  display: block;
  top: 92px;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: clamp(48px, 19.1267605634px + 7.6995305164vw, 130px);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #53492B;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-lower-title::after {
    top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .c-lower-title::after {
    top: 100px;
  }
}
.c-lower-title.--business::after {
  content: "BUSINESS";
}
.c-lower-title.--stock::after {
  content: "STOCK LIST";
}
.c-lower-title.--about::after {
  content: "ABOUT US";
}
.c-lower-title.--contact::after {
  content: "CONTACT";
}

.c-lower-title__title {
  position: absolute;
  top: 197px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: clamp(28px, 23.7746478873px + 1.1267605634vw, 40px);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .c-lower-title__title {
    top: 144px;
  }
}

.c-section-title {
  -webkit-padding-before: 70px;
          padding-block-start: 70px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-section-title {
    -webkit-padding-before: 64px;
            padding-block-start: 64px;
  }
}
@media screen and (max-width: 768px) {
  .c-section-title {
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
  }
}
.c-section-title::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-size: clamp(32px, 15.0985915493px + 4.5070422535vw, 80px);
  font-family: "Jost", sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #53492B;
}
.c-section-title.--trading::before {
  content: "Trading";
}
.c-section-title.--marketing::before {
  content: "Marketing";
}
.c-section-title.--stock::before {
  content: "Stock";
}
.c-section-title.--company::before {
  content: "Company";
}
.c-section-title.--group::before {
  content: "Group Company";
}

.c-section-title__title {
  -webkit-padding-start: 42px;
          padding-inline-start: 42px;
  font-size: clamp(20px, 15.7746478873px + 1.1267605634vw, 32px);
  line-height: 2.4;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-section-title__title {
    line-height: 1.6;
  }
}
.c-section-title__title::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: "";
  background-color: #F8B500;
  border-radius: 1000px;
}

.c-bread-crumb {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}

.c-bread-crumb__inner {
  position: absolute;
  bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-bread-crumb__inner {
    bottom: 16px;
  }
}
.c-bread-crumb__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-bread-crumb__inner ul {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.c-bread-crumb__inner ul li {
  position: relative;
  -webkit-padding-start: 31px;
          padding-inline-start: 31px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-bread-crumb__inner ul li {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
}
.c-bread-crumb__inner ul li:not(:first-of-type):before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  content: "";
  background-image: url(../img/icon_chevron-right-gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ==========================================================
// FV
========================================================== */
.p-home-fv {
  max-width: 2880px;
  margin-inline: auto;
  position: relative;
  overflow-x: hidden;
}

.p-home-fv__img {
  width: 100%;
  height: 808px;
  background-image: url("../img/bg_fv.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1440px) {
  .p-home-fv__img {
    aspect-ratio: 1440/808;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-home-fv__img {
    background-image: url("../img/bg_fv-sp.webp");
    aspect-ratio: 768/1085;
  }
}

.p-home-fv__text-area {
  position: absolute;
  top: 136px;
  right: 144px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-home-fv__text-area {
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-fv__text-area {
    top: unset;
    width: 100%;
    bottom: 10%;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-home-fv__text-area {
    bottom: 8%;
  }
}

.p-home-fv__title {
  font-size: clamp(21px, 14.3098591549px + 1.7840375587vw, 40px);
  font-weight: 700;
  line-height: 1.5;
  -webkit-margin-after: 17px;
          margin-block-end: 17px;
}
@media screen and (max-width: 768px) {
  .p-home-fv__title {
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
  }
}

.p-home-fv__lead {
  font-size: clamp(14px, 10.4788732394px + 0.9389671362vw, 24px);
  line-height: 1.5;
  max-width: 652px;
}

/* ==========================================================
// 事業内容
========================================================== */
.p-home-business {
  -webkit-padding-before: 135px;
          padding-block-start: 135px;
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
  -webkit-margin-after: 306px;
          margin-block-end: 306px;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .p-home-business {
    -webkit-padding-before: 64px;
            padding-block-start: 64px;
    -webkit-padding-end: unset;
            padding-inline-end: unset;
    padding-inline: 20px;
    -webkit-margin-after: 64px;
            margin-block-end: 64px;
  }
}

.p-home-business__inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-home-business__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}

.p-home-business__img {
  width: 100%;
  max-width: 648px;
}
@media screen and (max-width: 768px) {
  .p-home-business__img {
    max-width: 560px;
    margin-inline: auto;
  }
}

.p-home-business__text-area {
  position: absolute;
  top: 58px;
  left: 415px;
}
@media screen and (max-width: 1200px) {
  .p-home-business__text-area {
    left: 270px;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-business__text-area {
    left: 210px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-business__text-area {
    position: relative;
    top: unset;
    left: unset;
  }
}

.p-home-stock__title {
  -webkit-margin-after: 13px;
          margin-block-end: 13px;
  position: relative;
  z-index: 2;
}

.p-home-business__title {
  -webkit-margin-after: 13px;
          margin-block-end: 13px;
  position: relative;
  z-index: 2;
}

.p-home-business__lead {
  font-size: clamp(22px, 12.8450704225px + 2.441314554vw, 48px);
  line-height: 1.1;
  letter-spacing: 0.1em;
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-home-business__lead {
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}

.p-home-business__text {
  font-size: clamp(14px, 11.8873239437px + 0.5633802817vw, 20px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
  -webkit-margin-after: 35px;
          margin-block-end: 35px;
}
@media screen and (max-width: 768px) {
  .p-home-business__text {
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}

.p-home-business__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* ==========================================================
// 在庫製品
========================================================== */
.p-home-stock {
  padding-inline: 216px;
  -webkit-margin-after: 120px;
          margin-block-end: 120px;
}
@media screen and (max-width: 1024px) {
  .p-home-stock {
    padding-inline: 104px;
    -webkit-margin-after: 64px;
            margin-block-end: 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-stock {
    padding-inline: 20px;
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}

.p-home-stock__inner {
  max-width: 880px;
}

.p-home-stock__lead {
  font-size: clamp(22px, 12.8450704225px + 2.441314554vw, 48px);
  line-height: 1.1;
  letter-spacing: 0.1em;
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-home-stock__lead {
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}

.p-home-stock__text {
  font-size: clamp(14px, 11.8873239437px + 0.5633802817vw, 20px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}

/* スライダー
---------------------------------------------------------*/
.p-home-slider {
  -webkit-margin-after: 293px;
          margin-block-end: 293px;
}
@media screen and (max-width: 768px) {
  .p-home-slider {
    -webkit-margin-after: 200px;
            margin-block-end: 200px;
  }
}
.p-home-slider__inner {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  padding: 45px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          -webkit-column-gap: 45px;
          -moz-column-gap: 45px;
          column-gap: 45px;
          color: #010F47;
        }
        @media screen and (max-width: 768px) {
          .p-home-slider__inner {
            max-width: 560px;
            padding: 20px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
    row-gap: 16px;
    max-width: 100%;
  }
}

.p-home-slider__img {
  -ms-flex-preferred-size: 46.0431654676%;
      flex-basis: 46.0431654676%;
  max-width: 46.0431654676%;
}
@media screen and (max-width: 768px) {
  .p-home-slider__img {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    width: 100%;
    max-width: 100%;
    max-height: 240px;
  }
}
.p-home-slider__img img {
  -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.1);
  max-height: 240px;
}

.p-home-slider__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-home-slider__category {
  display: inline-block;
  background-color: #F8B500;
  padding: 6px 21px;
  font-size: clamp(11px, 10.6478873239px + 0.0938967136vw, 12px);
  line-height: 1.2;
  border-radius: 1000px;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
@media screen and (max-width: 768px) {
  .p-home-slider__category {
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
  }
}

.p-home-slider__name {
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  font-weight: 700;
  line-height: 1.4;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
@media screen and (max-width: 768px) {
  .p-home-slider__name {
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}

.p-home-slider__info-item {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
@media screen and (max-width: 768px) {
  .p-home-slider__info-item {
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}
.p-home-slider__info-item dt {
  font-size: clamp(13px, 12.6478873239px + 0.0938967136vw, 14px);
  line-height: 1.5;
  font-weight: 700;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
  -webkit-padding-start: 18px;
          padding-inline-start: 18px;
  position: relative;
}
.p-home-slider__info-item dt::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  content: "";
  background-color: #F8B500;
  border-radius: 1000px;
}
.p-home-slider__info-item dd {
  font-size: clamp(13px, 12.6478873239px + 0.0938967136vw, 14px);
  line-height: 1.5;
}

/* splide 既存スタイルの上書き
---------------------------------------------------------*/
.splide {
  visibility: visible !important;
}

.no-product {
  text-align: center;
}

.splide__pagination.splide__pagination--ltr {
  bottom: -50px;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  .splide__pagination.splide__pagination--ltr {
    gap: 13px;
  }
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #454F66;
}

.splide__pagination__page.is-active {
  -webkit-transform: unset;
          transform: unset;
}

.splide__arrow {
  opacity: unset;
  width: 61px;
  height: 61px;
  background: rgba(83, 105, 151, 0.9);
}
@media screen and (max-width: 768px) {
  .splide__arrow {
    width: 40px;
    height: 40px;
  }
}

.splide__arrow--next {
  right: calc(50% - 465px);
  content: "";
  background-image: url(../img/icon_chevron-right-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
@media screen and (max-width: 1024px) {
  .splide__arrow--next {
    background-size: 16px 16px;
    right: 20px;
  }
}

.splide__arrow--prev {
  left: calc(50% - 465px);
  content: "";
  background-image: url(../img/icon_chevron-left-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
@media screen and (max-width: 1024px) {
  .splide__arrow--prev {
    background-size: 16px 16px;
    left: 20px;
  }
}

.splide__slide.is-active .p-home-slider__inner {
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
  z-index: 10;
}

.splide__slide:not(.is-active) .p-home-slider__inner {
  -webkit-transform: scale(0.7) translateX(0);
          transform: scale(0.7) translateX(0);
}

.splide__slide.is-prev .p-home-slider__inner {
  -webkit-transform: scale(0.7) translateX(180px);
          transform: scale(0.7) translateX(180px);
}
@media screen and (max-width: 768px) {
  .splide__slide.is-prev .p-home-slider__inner {
    -webkit-transform: scale(1) translateX(0px);
            transform: scale(1) translateX(0px);
  }
}

.splide__slide.is-next .p-home-slider__inner {
  -webkit-transform: scale(0.7) translateX(-180px);
          transform: scale(0.7) translateX(-180px);
}
@media screen and (max-width: 768px) {
  .splide__slide.is-next .p-home-slider__inner {
    -webkit-transform: scale(1) translateX(0px);
            transform: scale(1) translateX(0px);
  }
}

/* ==========================================================
// 私たちについて
========================================================== */
.p-home-about {
  padding-inline: 20px;
  -webkit-padding-after: 332px;
          padding-block-end: 332px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-about {
    -webkit-padding-after: 280px;
            padding-block-end: 280px;
  }
}
.p-home-about::before {
  position: absolute;
  display: block;
  top: -180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: clamp(48px, -5.5211267606px + 14.2723004695vw, 200px);
  font-weight: 300;
  line-height: 1;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #53492B;
  content: "Deliver Value";
}
@media screen and (max-width: 1024px) {
  .p-home-about::before {
    top: -130px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-about::before {
    top: -80px;
  }
}

.p-home-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 86px;
     -moz-column-gap: 86px;
          column-gap: 86px;
  max-width: 1048px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-home-about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}

.p-home-about__img {
  width: calc((100% - 86px) / 2);
}
@media screen and (max-width: 768px) {
  .p-home-about__img {
    width: 100%;
  }
}

.p-home-about__text-area {
  width: calc((100% - 86px) / 2);
}
@media screen and (max-width: 768px) {
  .p-home-about__text-area {
    width: 100%;
  }
}

.p-home-about__title {
  -webkit-margin-after: 13px;
          margin-block-end: 13px;
}

.p-home-about__lead {
  font-size: clamp(24px, 11.323943662px + 3.3802816901vw, 60px);
  line-height: 1.3;
  letter-spacing: 0.1em;
  -webkit-margin-after: 29px;
          margin-block-end: 29px;
}

.p-business {
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  -webkit-padding-after: 332px;
          padding-block-end: 332px;
}
@media screen and (max-width: 768px) {
  .p-business {
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
    -webkit-padding-after: 240px;
            padding-block-end: 240px;
  }
}

.p-business__container {
  -webkit-padding-start: 210px;
          padding-inline-start: 210px;
}
@media screen and (max-width: 1024px) {
  .p-business__container {
    -webkit-padding-start: 100px;
            padding-inline-start: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__container {
    padding-inline: 20px;
  }
}

.p-business-lead {
  -webkit-padding-after: 80px;
          padding-block-end: 80px;
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
  line-height: 2;
  -webkit-padding-end: 210px;
          padding-inline-end: 210px;
}
@media screen and (max-width: 768px) {
  .p-business-lead {
    -webkit-padding-after: 56px;
            padding-block-end: 56px;
    padding-inline: 0px;
  }
}

.p-business-title {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
@media screen and (max-width: 768px) {
  .p-business-title {
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
  }
}

.p-business-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 107px;
     -moz-column-gap: 107px;
          column-gap: 107px;
}
@media screen and (max-width: 1024px) {
  .p-business-item {
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
  }
}
@media screen and (max-width: 768px) {
  .p-business-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}

.p-business-item__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-business-item__text-area p + p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

.p-business-item__img {
  -ms-flex-preferred-size: 43.9024390244%;
      flex-basis: 43.9024390244%;
  max-width: 43.9024390244%;
}
@media screen and (max-width: 768px) {
  .p-business-item__img {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    max-width: 560px;
    width: 100%;
  }
}

.p-business-item__text {
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
  line-height: 1.6;
}

.p-stock {
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  -webkit-padding-after: 332px;
          padding-block-end: 332px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-stock {
    -webkit-padding-before: 32px;
            padding-block-start: 32px;
    -webkit-padding-after: 270px;
            padding-block-end: 270px;
  }
}

.p-stock-lead {
  -webkit-padding-after: 80px;
          padding-block-end: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-stock-lead {
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
  }
}

.p-stock-title {
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
@media screen and (max-width: 768px) {
  .p-stock-title {
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}

.p-stock-product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  row-gap: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-stock-product__container {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }
}

.p-stock-product__item {
  width: calc((100% - 90px) / 3);
}
@media screen and (max-width: 768px) {
  .p-stock-product__item {
    width: calc((100% - 20px) / 2);
  }
}

.p-stock-product__category {
  display: inline-block;
  background-color: #F8B500;
  font-size: clamp(11px, 10.6478873239px + 0.0938967136vw, 12px);
  line-height: 1.5;
  padding-block: 5px;
  padding-inline: 28px;
  color: #000;
  border-radius: 1000px;
  -webkit-margin-after: 4px;
          margin-block-end: 4px;
}
@media screen and (max-width: 768px) {
  .p-stock-product__category {
    padding-block: 4px;
    padding-inline: 18px;
  }
}

.p-stock-product__name {
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  font-weight: 700;
  line-height: 2.3;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}
@media screen and (max-width: 768px) {
  .p-stock-product__name {
    -webkit-margin-after: 6px;
            margin-block-end: 6px;
    line-height: 1.8;
  }
}

.p-stock-product__img {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
  width: 100%;
  height: 320px;
}
@media screen and (max-width: 768px) {
  .p-stock-product__img {
    -webkit-margin-after: 16px;
    margin-block-end: 16px;
    height: 200px;
  }
}
.p-stock-product__img img {
  -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.1);
}

.p-stock-product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-stock-product__info {
    row-gap: 6px;
  }
}

.p-stock-product__info-item {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  line-height: 1.75;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-stock-product__info-item {
    -webkit-padding-start: 12px;
            padding-inline-start: 12px;
    line-height: 1.5;
  }
}
.p-stock-product__info-item::before {
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 1000px;
  content: "";
  background-color: #F8B500;
}
@media screen and (max-width: 768px) {
  .p-stock-product__info-item::before {
    width: 6px;
    height: 6px;
  }
}
.p-stock-product__info-item dt {
  font-weight: 700;
}

.p-about {
  -webkit-padding-before: 144px;
          padding-block-start: 144px;
  -webkit-padding-after: 292px;
          padding-block-end: 292px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-about {
    -webkit-padding-before: 64px;
            padding-block-start: 64px;
    -webkit-padding-after: 250px;
            padding-block-end: 250px;
  }
}

.p-about-message {
  -webkit-margin-after: 120px;
          margin-block-end: 120px;
}
@media screen and (max-width: 768px) {
  .p-about-message {
    -webkit-margin-after: 64px;
            margin-block-end: 64px;
  }
}

.p-about-message__container {
  -webkit-padding-start: 470px;
          padding-inline-start: 470px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-about-message__container {
    -webkit-padding-start: 240px;
            padding-inline-start: 240px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-message__container {
    -webkit-padding-start: unset;
            padding-inline-start: unset;
  }
}

.p-about-message__mask-img {
  position: absolute;
  display: block;
  top: -70px;
  left: -110px;
  width: 490px;
  height: 490px;
}
@media screen and (max-width: 768px) {
  .p-about-message__mask-img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 320px;
    height: 320px;
  }
}
.p-about-message__mask-img img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media screen and (max-width: 768px) {
  .p-about-message__mask-img img {
    opacity: 0.5;
  }
}

.p-about-message__title {
  font-size: clamp(24px, 11.323943662px + 3.3802816901vw, 60px);
  line-height: 1.3;
  letter-spacing: 0.1em;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
@media screen and (max-width: 768px) {
  .p-about-message__title {
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}

.p-about-message_text {
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
  line-height: 2;
  letter-spacing: -0.01em;
}
.p-about-message_text p + p {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}

.p-about-info__title {
  -webkit-margin-after: 7px;
          margin-block-end: 7px;
}

.p-about-info__content {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-info__content {
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}

.p-about-info__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  -webkit-padding-before: 9px;
          padding-block-start: 9px;
  -webkit-padding-after: 11px;
          padding-block-end: 11px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
  line-height: 2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .p-about-info__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about-info__flex dt {
  min-width: 132px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-about-info__flex dt {
    min-width: 64px;
  }
}
.p-about-info__flex dd {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  display: inline-block;
}

.p-about-info__map {
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
}
@media screen and (max-width: 768px) {
  .p-about-info__map {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}
.p-about-info__map iframe {
  width: 100%;
  max-height: 244px;
}
@media screen and (max-width: 768px) {
  .p-about-info__map iframe {
    max-height: 180px;
  }
}

.p-about-group__title {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}

.p-about-group__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 98px;
     -moz-column-gap: 98px;
          column-gap: 98px;
  row-gap: 78px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-about-group__container {
    max-width: 560px;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}

.p-about-group__item {
  width: calc((100% - 98px) / 2);
}
@media screen and (max-width: 768px) {
  .p-about-group__item {
    width: 100%;
    max-width: 560px;
  }
}

.p-about-group__company-name {
  display: inline-block;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
  line-height: 2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .p-about-group__company-name {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
  }
}

.p-contact {
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
  -webkit-padding-after: 120px;
          padding-block-end: 120px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact {
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
    -webkit-padding-after: 64px;
            padding-block-end: 64px;
  }
}

.p-contact__note {
  text-align: center;
  font-weight: 500;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

.p-contact__form {
  color: #010F47;
  background-color: #fff;
  padding-block: 80px;
  padding-inline: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .p-contact__form {
    padding-block: 40px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    padding-block: 20px;
    padding-inline: 20px;
  }
}

.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
  }
}

.p-contact__label {
  min-width: 184px;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.03em;
  -webkit-margin-before: 7px;
          margin-block-start: 7px;
}
.p-contact__label.--require {
  position: relative;
}
.p-contact__label.--require::before {
  position: absolute;
  display: block;
  top: calc(50% + 2px);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "*";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  color: #F85F00;
  padding-inline: 8px;
}
@media screen and (max-width: 768px) {
  .p-contact__label.--require::before {
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__label:not(.--require) {
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
  }
}

.p-contact__input {
  width: 100%;
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
  font-weight: 500;
}

.p-contact__input.--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 57px;
     -moz-column-gap: 57px;
          column-gap: 57px;
}
@media screen and (max-width: 768px) {
  .p-contact__input.--checkbox {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
.p-contact__input.--checkbox label {
  line-height: 2;
  cursor: pointer;
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact__input.--checkbox label {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }
}
.p-contact__input.--checkbox label::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  content: "";
  background-color: #EAEAEA;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .p-contact__input.--checkbox label::before {
    width: 20px;
    height: 20px;
  }
}
.p-contact__input.--checkbox label input:checked::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  content: "";
  background-image: url(../img/icon_checked.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-contact__input.--checkbox label input:checked::before {
    width: 20px;
    height: 20px;
  }
}

input[type=text], input[type=tel], input[type=email], select {
  border: solid 1px #A4A4A4;
  border-radius: 3px;
  padding-block: 6.5px;
  padding-inline: 18px;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 768px) {
  input[type=text], input[type=tel], input[type=email], select {
    height: 44px;
    padding-inline: 8px;
  }
}

.p-contact__select {
  width: 100%;
  position: relative;
}
.p-contact__select::before {
  position: absolute;
  display: block;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  content: "";
  z-index: 1;
  background-image: url(../img/icon_chevron-bottom-gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

textarea {
  border: solid 1px #A4A4A4;
  border-radius: 3px;
  padding-block: 6.5px;
  padding-inline: 18px;
  width: 100%;
  min-height: 174px;
}
@media screen and (max-width: 768px) {
  textarea {
    min-height: 140px;
  }
}

input::-webkit-input-placeholder {
  color: #A4A4A4;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.01em;
}

input::-moz-placeholder {
  color: #A4A4A4;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.01em;
}

input:-ms-input-placeholder {
  color: #A4A4A4;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.01em;
}

input::-ms-input-placeholder {
  color: #A4A4A4;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.01em;
}

input::placeholder {
  color: #A4A4A4;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.01em;
}

select {
  font-weight: 500;
}

.p-contact__btn {
  font-weight: 500;
  width: 100%;
  max-width: 330px;
  height: 50px;
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
  margin-inline: auto;
  background-color: #F8B500;
  border: solid 1px #F8B500;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-contact__btn:hover {
  background-color: #fff;
}
.p-contact__btn::before {
  position: absolute;
  display: block;
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 9px;
  content: "";
  background-image: url(../img/icon_arrow-right-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-contact__btn button {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__btn button:hover {
  opacity: unset;
}

input[type=submit] {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
input[type=submit]:hover {
  opacity: unset;
}

.p-thanks {
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
  -webkit-padding-after: 120px;
          padding-block-end: 120px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-thanks {
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
    -webkit-padding-after: 64px;
            padding-block-end: 64px;
  }
}

.p-thanks__content {
  background-color: #fff;
  padding: 80px 20px 115px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-thanks__content {
    padding: 20px;
  }
}

.p-thanks__title {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
  font-size: clamp(20px, 15.7746478873px + 1.1267605634vw, 32px);
  line-height: 2.4;
  letter-spacing: 0.1em;
  color: #010F47;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-thanks__title {
    line-height: 1.6;
  }
}
.p-thanks__text {
  color: #000000;
  text-align: center;
  -webkit-margin-after: 65px;
          margin-block-end: 65px;
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
  line-height: 2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .p-thanks__text {
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
  }
}
.p-thanks__text p + p {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
@media screen and (max-width: 768px) {
  .p-thanks__text p + p {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
}

.p-thanks__btn {
  width: 100%;
  max-width: 307px;
  height: 52px;
}
.p-thanks__btn a {
  background-color: #F8B500;
  border: solid 1px #F8B500;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #010F47;
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
  font-weight: 500;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-thanks__btn a:hover {
  background-color: #fff;
  opacity: unset;
}
.p-thanks__btn a:hover::before {
  right: 16px;
}
.p-thanks__btn a:hover::after {
  right: 24px;
}
.p-thanks__btn a::before {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 1000px;
  content: "";
  background-color: #010F47;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-thanks__btn a::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 8px;
  content: "";
  background-image: url(../img/icon_arrow-right-white.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*
 * _utility.css
 */
/* ==========================================================
!Base Fonts
========================================================== */
.u-ff-sans {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-ff-serif {
  font-family: "Zen Old Mincho", serif;
}

.u-ff-en {
  font-family: "Open Sans", sans-serif;
}

.u-ff-en-deco {
  font-family: "Jost", sans-serif;
}

/* ==========================================================
!Display
========================================================== */
.u-display-ib {
  display: inline-block;
}

/* ==========================================================
!親を超える子
========================================================== */
.u-exceed-parent {
  margin-inline: calc(50% - 50vw);
}

/* ==========================================================
!デバイスごとの表示・非表示
========================================================== */
@media only screen and (max-width: 767px) {
  .u-sp-none {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-pc-none {
    display: none !important;
  }
}
/* ==========================================================
!余白調整用
========================================================== */
.u-mbs-0 {
  margin-top: 0px;
}

.u-mbs-100 {
  -webkit-margin-before: 100px;
          margin-block-start: 100px;
}
@media screen and (max-width: 768px) {
  .u-mbs-100 {
    -webkit-margin-before: 56px;
            margin-block-start: 56px;
  }
}

.u-color-accent {
  color: #F8B500;
}

.u-align-center {
  text-align: center;
}

.u-lh-12 {
  line-height: 1.2;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  margin-block-start: 56px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.wp-pagenavi a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi span.current {
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  color: #010F47;
  display: flex;
  justify-content: center;
  align-items: center;
}

.previouspostslink, .nextpostslink {
  color: #F8B500;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi {
    column-gap: 8px;
    margin-block-start: 32px;
  }

  .wp-pagenavi span.current {
    width: 32px;
    height: 32px;
  }
}