@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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*/
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  font-size: 1rem;
  margin: 0;
  font-family: Yaku Han JP, "Noto Sans JP", "Helvetica Neue", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  background-color: #fff;
  color: #101A18;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}

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

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

p, dl, dt, dd, a {
  letter-spacing: 0.075em;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  letter-spacing: 0.075em;
}

/* 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
  width: 100%;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.l-container {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: 100%;
    padding-inline: 15px;
  }
}

.l-container-mv {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-container-mv {
    width: 100%;
    padding-inline: 15px;
  }
}

.l-container-middle {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .l-container-middle {
    width: 100%;
    padding-inline: 15px;
  }
}

.l-container-wide {
  width: 100%;
  max-width: 1480px;
  margin-inline: auto;
  padding-inline: 40px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-container-wide {
    width: 100%;
    padding-inline: 15px;
  }
}

.l-container-min {
  width: 100%;
  max-width: 880px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .l-container-min {
    width: 100%;
    padding-inline: 15px;
  }
}

.l-main {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 120px;
  }
}

.l-body {
  overflow: hidden;
}

.l-spacer-primary {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-spacer-primary {
    margin-top: 56px;
  }
}

.l-spacer-secondary {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .l-spacer-secondary {
    margin-top: 80px;
  }
}

.l-spacer-third {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .l-spacer-third {
    margin-top: 80px;
  }
}

.l-spacer-bottom {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .l-spacer-bottom {
    margin-bottom: 80px;
  }
}

.c-heading-en {
  color: #08A39D;
  text-transform: uppercase;
  font-family: "Barlow", serif;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-heading-en {
    font-size: 16px;
  }
}
.c-heading-en + .c-heading-primary {
  margin-top: 8px;
}
.c-heading-en .-num {
  font-size: 22px;
}

.c-heading-primary {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.5;
}
.c-heading-primary span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-heading-primary {
    font-size: 24px;
  }
}

.c-heading-primary-en {
  color: #08A39D;
  text-transform: uppercase;
  font-family: "Barlow", serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-heading-primary-en {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.c-heading-primary-en + .c-heading-primary {
  margin-top: 8px;
}
.c-heading-primary-en .-num {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .c-heading-primary-en .-num {
    font-size: 18px;
  }
}

.c-heading-secondary {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-heading-secondary {
    font-size: 24px;
  }
}

.c-heading-third {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .c-heading-third {
    font-size: 18px;
  }
}

.c-heading__border {
  padding-left: 16px;
  border-left: 6px solid #55CB2A;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-heading__border {
    font-size: 18px;
  }
}

.c-heading__border-min {
  padding-left: 16px;
  border-left: 6px solid #55CB2A;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-heading__border-min {
    font-size: 18px;
  }
}

.c-sub-title-primary {
  margin-bottom: 24px;
  color: #08A39D;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-sub-title-primary {
    margin-bottom: 14px;
    font-size: 18px;
  }
}

.c-button-wrap {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .c-button-wrap {
    margin-top: 32px;
  }
}

.c-button-wrap-secondary {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-button-wrap-secondary {
    margin-top: 26px;
  }
}

.c-button-center {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-button-sp-center {
    text-align: center;
  }
}

.c-button-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-button-grid {
    justify-content: center;
    gap: 24px;
  }
}

.c-button-primary {
  position: relative;
  display: inline-block;
  min-width: 251px;
  padding: 15px 88px 17px 26px;
  background: linear-gradient(-98deg, #70B9A2, #08A39D);
  color: #fff;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.425;
  box-shadow: 2px 5px 7px rgba(8, 163, 157, 0.275);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-button-primary {
    font-size: 16px;
  }
}
.c-button-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(-98deg, #70B9A2, #08A39D, #01808B);
  border-radius: 40px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-button-primary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  width: 19px;
  height: 19px;
  margin: auto;
  background: url(../img/common/icon-arrow-primary.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-primary:hover::before {
    opacity: 1;
  }
}

.c-button-secondary {
  position: relative;
  display: inline-block;
  min-width: 251px;
  padding: 15px 88px 17px 26px;
  background: linear-gradient(-96deg, #11433D, #162B2B);
  color: #fff;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.425;
  box-shadow: 2px 5px 7px rgba(8, 163, 157, 0.275);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-button-secondary {
    font-size: 16px;
  }
}
.c-button-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(-98deg, #1E5C55, #11433D, #162B2B);
  border-radius: 40px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-button-secondary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  width: 19px;
  height: 19px;
  margin: auto;
  background: url(../img/common/icon-arrow-secondary.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-secondary:hover::before {
    opacity: 1;
  }
}

.c-button-back {
  position: relative;
  display: inline-block;
  min-width: 251px;
  padding: 16px 26px 16px 70px;
  background: linear-gradient(-98deg, #70B9A2, #08A39D);
  color: #fff;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.425;
  box-shadow: 2px 5px 7px rgba(8, 163, 157, 0.275);
  z-index: 0;
}
.c-button-back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(-98deg, #70B9A2, #08A39D, #01808B);
  border-radius: 40px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-button-back::after {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  bottom: 0;
  width: 19px;
  height: 19px;
  margin: auto;
  background: url(../img/common/icon-arrow-primary.svg) no-repeat center/cover;
  transform: rotate(-180deg);
}
@media (hover: hover) and (pointer: fine) {
  .c-button-back:hover::before {
    opacity: 1;
  }
}

.pager {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .pager {
    margin-top: 40px;
  }
}
.pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .pager ul {
    gap: 8px;
  }
}
.pager ul li a {
  padding: 8px;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .pager ul li a {
    transition: opacity 0.3s;
  }
  .pager ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .pager ul li a {
    font-size: 12px;
  }
}
.pager ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #08A39D;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .pager ul li span {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
}

.c-cta__list {
  display: flex;
  gap: 1px;
  background-color: #add9d3;
}
@media screen and (max-width: 1090px) {
  .c-cta__list {
    flex-direction: column;
  }
}
.c-cta__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 60px 20px;
  background: linear-gradient(47deg, #08A39D -6.05%, #70B9A2 193.93%);
  color: #fff;
}
@media screen and (max-width: 1090px) {
  .c-cta__item {
    padding-block: 42px;
  }
}
.c-cta__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1090px) {
  .c-cta__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__title {
    font-size: 18px;
  }
}
.c-cta__text {
  max-width: 510px;
  margin: 20px auto 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 600;
}
@media screen and (max-width: 1300px) {
  .c-cta__text {
    text-align: left;
  }
  .c-cta__text br {
    display: none;
  }
}
@media screen and (max-width: 1090px) {
  .c-cta__text {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__text {
    font-size: 15px;
  }
}
.c-cta__button {
  margin-top: auto;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .c-cta .c-button-secondary {
    width: 100%;
    padding-inline: 18px 70px;
  }
}
@media screen and (max-width: 1090px) {
  .c-cta .c-button-secondary {
    max-width: 300px;
    font-size: 16px;
  }
  .c-cta .c-button-secondary span {
    display: none;
  }
}

.c-breadcrumb {
  margin: 0 auto 100px;
  width: calc(100% - 80px);
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    margin: 0 15px 45px;
  }
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
}
.c-breadcrumb__item {
  display: flex;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item {
    font-size: 12px;
  }
}
.c-breadcrumb__item::after {
  content: "";
  align-self: center;
  display: inline-block;
  width: 8px;
  height: 1px;
  margin-inline: 6px 4px;
  background-color: #101A18;
  vertical-align: super;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item::after {
    margin-inline: 8px;
  }
}
.c-breadcrumb__item:last-child::after {
  content: none;
}
.c-breadcrumb.-wh {
  color: #fff;
}
.c-breadcrumb.-wh .c-breadcrumb__item::after {
  background-color: #fff;
}
.c-breadcrumb__link {
  display: inline-block;
  width: max-content;
  color: #08A39D;
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumb__link {
    transition: 0.3s;
  }
  .c-breadcrumb__link:hover {
    text-decoration: underline;
  }
}
.c-breadcrumb__current {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-left: 6px;
}

.c-mv-hero {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .c-mv-hero {
    margin-bottom: 60px;
  }
}
.c-mv-hero img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-mv-hero img {
    height: 200px;
  }
}
.c-mv-hero__block {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin-top: -180px;
  padding: 90px;
  background: linear-gradient(-108deg, #70B9A2, #08A39D);
  border-radius: 0 40px 40px 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-mv-hero__block {
    width: 82%;
    margin-top: -50px;
    padding: 32px 24px;
    border-radius: 0 8px 8px 0;
  }
}
.c-mv-hero__block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3%;
  width: 65.2222222222%;
  padding-top: 56.111111111%;
  background: url(../img/common/bg-triangle2.png) no-repeat center/100%;
  transform: translateY(-50%);
  pointer-events: none;
}
.c-mv-hero__sub-title {
  color: #D6EFE5;
  font-family: "Barlow", serif;
  font-size: 26px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-mv-hero__sub-title {
    font-size: 14px;
  }
}
.c-mv-hero__heading {
  margin-top: 10px;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-mv-hero__heading {
    font-size: 30px;
  }
}

.c-mv-heading {
  position: relative;
  padding: 150px 0 100px;
  margin: 0 0 35px;
  background: linear-gradient(-160deg, #FFFFFF, #D6EFE5);
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  .c-mv-heading {
    padding: 150px 50px 100px;
  }
}
@media screen and (max-width: 768px) {
  .c-mv-heading {
    padding: 90px 0 45px;
    margin: 0 0 15px;
  }
}
.c-mv-heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 820px);
  bottom: 0;
  width: 555px;
  padding-top: 482px;
  margin: auto;
  background: url(../img/common/bg-triangle.png) no-repeat center/100%;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1300px) {
  .c-mv-heading::after {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-mv-heading::after {
    width: 60.25641025%;
    padding-top: 52.3076923%;
  }
}

.c-flex-block {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .c-flex-block {
    gap: 40px;
    flex-direction: column;
  }
}
.c-flex-block + .c-flex-block {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .c-flex-block + .c-flex-block {
    margin-top: 80px;
  }
}
.c-flex-block:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-flex-block:nth-child(odd) {
    flex-direction: column;
  }
}
.c-flex-block.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-flex-block.-reverse {
    flex-direction: column;
  }
}
.c-flex-block.-reverse:nth-child(odd) {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .c-flex-block.-reverse:nth-child(odd) {
    flex-direction: column;
  }
}
.c-flex-block__image {
  align-self: flex-start;
  flex-shrink: 0;
  width: 42.8576%;
}
@media screen and (max-width: 768px) {
  .c-flex-block__image {
    width: 100%;
  }
}
.c-flex-block__image img {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .c-flex-block__image img {
    border-radius: 10px;
  }
}
.c-flex-block__youtube {
  position: relative;
  align-self: flex-start;
  flex-shrink: 0;
  width: 42.8576%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .c-flex-block__youtube {
    width: 100%;
  }
}
.c-flex-block__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-flex-block__text-block {
  flex: 1;
  align-self: center;
}
.c-flex-block__text-block.-align-top {
  align-self: flex-start;
}

.c-cta-contact {
  padding-block: 120px;
  background-color: #FCFCF8;
}
@media screen and (max-width: 768px) {
  .c-cta-contact {
    padding-block: 40px;
  }
}
.c-cta-contact__inner {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .c-cta-contact__inner {
    padding-inline: 20px;
  }
}
.c-cta-contact__heading {
  text-align: center;
  font-size: 29px;
  line-height: 1.65;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-cta-contact__heading {
    font-size: 18px;
  }
}
.c-cta-contact__button-block {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cta-contact__button-block {
    margin-top: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #DEE7E8;
  }
}
.c-cta-contact__button {
  position: relative;
  display: inline-block;
  padding: 25px 160px 25px 50px;
  background: linear-gradient(-98deg, #70B9A2, #08A39D);
  color: #fff;
  border-radius: 80px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.425;
  box-shadow: 2px 5px 7px rgba(8, 163, 157, 0.275);
  z-index: 0;
}
.c-cta-contact__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(-98deg, #70B9A2, #08A39D, #01808B);
  border-radius: 80px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-cta-contact__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  background: url(../img/common/icon-arrow-primary.svg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .c-cta-contact__button::after {
    content: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-cta-contact__button:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-cta-contact__button {
    width: 270px;
    padding: 0 10px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
  }
  .c-cta-contact__button img {
    width: 23px;
    margin-top: -3px;
    margin-right: 12px;
    vertical-align: middle;
  }
}
.c-cta-contact__download {
  position: relative;
  display: inline-block;
  margin-top: 70PX;
  padding: 30px 116px 30px 180px;
  background: linear-gradient(-98deg, #11433D, #162B2B);
  color: #fff;
  border-radius: 80px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.425;
  box-shadow: 2px 5px 7px rgba(8, 163, 157, 0.275);
  z-index: 0;
}
.c-cta-contact__download::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(-98deg, #1E5C55, #11433D, #162B2B);
  border-radius: 80px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-cta-contact__download::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  background: url(../img/common/icon-arrow-secondary.svg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .c-cta-contact__download::after {
    right: 24px;
    width: 19px;
    height: 19px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-cta-contact__download:hover::before {
    opacity: 1;
  }
}
.c-cta-contact__download img {
  position: absolute;
  left: 56px;
  bottom: 38px;
  width: 100px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .c-cta-contact__download {
    width: 270px;
    margin-top: 0;
    padding: 0 80px 0 26px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
  }
}
.c-cta-contact__tel-block {
  margin-top: 48px;
  text-align: center;
}
.c-cta-contact__tel {
  display: inline-block;
  font-family: "Barlow", serif;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .c-cta-contact__tel {
    width: 270px;
    background: linear-gradient(-98deg, #11433D, #162B2B);
    color: #fff;
    border-radius: 80px;
    text-align: center;
    font-family: "Barlow", serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 60px;
    box-shadow: 2px 5px 7px rgba(8, 163, 157, 0.275);
  }
}
.c-cta-contact__tel img {
  width: 38px;
  margin-right: 16px;
  margin-top: -5px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-cta-contact__tel img {
    width: 23px;
    margin-right: 12px;
  }
}
.c-cta-contact__reception {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-cta-contact__reception {
    margin-top: 16px;
  }
}
.c-cta-contact__reception dt {
  padding: 2px 12px;
  border: 1px solid #101A18;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-cta-contact__reception dt {
    font-size: 10px;
  }
}
.c-cta-contact__reception dd {
  align-self: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c-cta-contact__reception dd {
    font-family: 16px;
  }
}

.nav-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.nav-links a.page-numbers {
  display: inline-block;
  width: 33px;
  height: 33px;
  color: #AFC0C1;
  border-radius: 33px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
}
@media (hover: hover) and (pointer: fine) {
  .nav-links a.page-numbers {
    transition: 0.3s;
  }
  .nav-links a.page-numbers:hover {
    background-color: #D6EFE5;
  }
}
.nav-links .page-numbers.prev img {
  width: 13px;
  transform: rotate(-180deg);
  vertical-align: sub;
}
.nav-links .page-numbers.next img {
  width: 13px;
  vertical-align: sub;
}
.nav-links .page-numbers.current {
  display: inline-block;
  width: 33px;
  height: 33px;
  color: #08A39D;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
}

.c-form__back input:disabled, .c-form__send input:disabled {
  background: #ccc;
  box-shadow: none;
}

.c-form__item {
  display: flex;
  gap: 20px;
  padding: 0 10px 40px;
  border-bottom: 1px solid #DEE7E8;
}
@media screen and (max-width: 768px) {
  .c-form__item {
    flex-direction: column;
    gap: 10px;
    padding: 0 6px 24px;
  }
}
.c-form__item + .c-form__item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-form__item + .c-form__item {
    margin-top: 24px;
  }
}
.c-form__item.-grid {
  margin-top: 30px;
}
.c-form__label {
  flex-shrink: 0;
  align-self: flex-start;
  width: 220px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  position: relative;
}
.c-form__label:has(+ .c-form__answer) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c-form__label {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
  }
}
.c-form__eq {
  position: absolute;
  top: 2px;
  right: 0;
  display: block;
  padding: 4px 6px 5px;
  background-color: #C70A0A;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-form__eq {
    font-size: 12px;
    position: relative;
    top: 0;
    right: auto;
    margin: 0 0 0 10px;
    display: inline-block;
  }
}
.c-form__input {
  display: block;
  width: 100%;
  padding-inline: 16px;
  border: 1px solid #afc0c1;
  border-radius: 5px;
  line-height: 40px;
}
.c-form__input.-middle {
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .c-form__input.-middle {
    max-width: none;
  }
}
.c-form__input.-min {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .c-form__input.-min {
    max-width: none;
  }
}
.c-form__answer {
  font-size: 18px;
  align-self: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-form__answer {
    align-self: flex-start;
    font-size: 16px;
  }
}
.c-form__next {
  position: relative;
  border-radius: 40px;
  cursor: pointer;
  z-index: 0;
}
.c-form__next::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 40px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-form__next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 19px;
  height: 19px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-form__next::after {
    right: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__next:hover::before {
    opacity: 1;
  }
}
.c-form__next input,
.c-form__next .wpcf7-submit {
  display: block;
  width: 100%;
  min-width: 260px;
  padding: 16px 14px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.425;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-form__next input,
  .c-form__next .wpcf7-submit {
    font-size: 16px;
  }
}
.c-form__next .wpcf7-spinner {
  display: none;
}
.c-form__next {
  background: linear-gradient(-98deg, #70B9A2, #08A39D);
  box-shadow: 2px 5px 7px rgba(8, 163, 157, 0.275);
}
.c-form__next::before {
  background: linear-gradient(-98deg, #70B9A2, #08A39D, #01808B);
}
.c-form__next::after {
  background-image: url(../img/common/icon-arrow-primary.svg);
}
.c-form__next:has(input:disabled) {
  background: #ccc;
  box-shadow: none;
  pointer-events: none;
}
.c-form__next:has(input:disabled)::after {
  background-image: url(../img/common/icon-arrow-disabled.svg);
}
@media screen and (max-width: 768px) {
  .c-form__next input,
  .c-form__next .wpcf7-submit {
    padding: 13px 60px 13px 32px;
  }
}
.c-form__send {
  position: relative;
  border-radius: 40px;
  cursor: pointer;
  z-index: 0;
}
.c-form__send::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 40px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-form__send::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 19px;
  height: 19px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-form__send::after {
    right: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__send:hover::before {
    opacity: 1;
  }
}
.c-form__send input,
.c-form__send .wpcf7-submit {
  display: block;
  width: 100%;
  min-width: 260px;
  padding: 16px 14px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.425;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-form__send input,
  .c-form__send .wpcf7-submit {
    font-size: 16px;
  }
}
.c-form__send .wpcf7-spinner {
  display: none;
}
.c-form__send {
  background: linear-gradient(-100deg, #7EDA5D, #55CB2A);
  box-shadow: 2px 5px 7px rgba(8, 163, 157, 0.275);
}
.c-form__send::before {
  background: linear-gradient(-100deg, #7EDA5D, #55CB2A, #43B419);
}
.c-form__send::after {
  background-image: url(../img/common/icon-arrow-third.svg);
}
@media screen and (max-width: 768px) {
  .c-form__send input {
    width: 160px;
    padding: 13px 60px 13px 32px;
  }
}
.c-form__back {
  position: relative;
  border-radius: 40px;
  cursor: pointer;
  z-index: 0;
}
.c-form__back::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 40px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-form__back::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 19px;
  height: 19px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .c-form__back::after {
    left: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__back:hover::before {
    opacity: 1;
  }
}
.c-form__back input,
.c-form__back .wpcf7-submit {
  display: block;
  width: 100%;
  min-width: 260px;
  padding: 16px 14px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.425;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-form__back input,
  .c-form__back .wpcf7-submit {
    font-size: 16px;
  }
}
.c-form__back .wpcf7-spinner {
  display: none;
}
.c-form__back {
  background: linear-gradient(-98deg, #11433D, #162B2B);
  box-shadow: 2px 5px 7px rgba(8, 163, 157, 0.275);
}
.c-form__back::before {
  background: linear-gradient(-98deg, #1E5C55, #11433D, #162B2B);
}
.c-form__back::after {
  background-image: url(../img/common/icon-arrow-secondary.svg);
}
@media screen and (max-width: 768px) {
  .c-form__back input {
    width: 160px;
    padding: 13px 32px 13px 60px;
  }
}
.c-form__grid {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-form__grid {
    gap: 20px;
  }
}

.wpcf7 {
  max-width: 880px;
  margin: 0 auto;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-textarea {
  height: 15em;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 14px !important;
}

.wpcf7-response-output {
  display: none;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  background: #FFE9E9;
}

.p-checkbox {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .p-checkbox {
    font-size: 16px;
  }
}
.p-checkbox input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #212121;
}
.p-checkbox::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 18px;
  height: 10px;
  border-left: 3px solid #08A39D;
  border-bottom: 3px solid #08A39D;
  transform: rotate(-45deg);
  opacity: 0;
}
.p-checkbox:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}

.p-checkbox-block .wpcf7-list-item {
  position: relative;
  display: inline-block;
  margin-left: 0;
  padding-left: 32px;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .p-checkbox-block .wpcf7-list-item {
    font-size: 16px;
  }
}
.p-checkbox-block .wpcf7-list-item input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-checkbox-block .wpcf7-list-item label {
  cursor: pointer;
}
.p-checkbox-block .wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #212121;
}
.p-checkbox-block .wpcf7-list-item label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 18px;
  height: 10px;
  border-left: 3px solid #08A39D;
  border-bottom: 3px solid #08A39D;
  transform: rotate(-45deg);
  opacity: 0;
}
.p-checkbox-block .wpcf7-list-item label:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}
.p-checkbox-block .wpcf7-list-item-label::before, .p-checkbox-block .wpcf7-list-item-label::after {
  content: none;
}
.p-checkbox-block.wpcf7-not-valid label::before {
  background-color: #FFE9E9;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #212121;
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 18px;
  height: 10px;
  border-left: 3px solid #08A39D;
  border-bottom: 3px solid #08A39D;
  transform: rotate(-45deg);
  opacity: 0;
}
.wpcf7-acceptance input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.p-radio {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .p-radio {
    font-size: 16px;
  }
}
.p-radio input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-radio::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #212121;
}
.p-radio::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #08A39D;
  opacity: 0;
}
.p-radio:has(input[type=radio]:checked)::after {
  opacity: 1;
}

.p-radio-block .wpcf7-list-item {
  position: relative;
  display: inline-block;
  margin-left: 0;
  padding-left: 32px;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .p-radio-block .wpcf7-list-item {
    font-size: 16px;
  }
}
.p-radio-block .wpcf7-list-item input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-radio-block .wpcf7-list-item label {
  cursor: pointer;
}
.p-radio-block .wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #212121;
}
.p-radio-block .wpcf7-list-item label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #08A39D;
  opacity: 0;
}
.p-radio-block .wpcf7-list-item label:has(input[type=radio]:checked)::after {
  opacity: 1;
}
.p-radio-block.wpcf7-not-valid label::before {
  background-color: #FFE9E9;
}

.c-select {
  position: relative;
  width: 100%;
}
.c-select.-min {
  max-width: 270px;
}
.c-select::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 10px;
  border-top: 12px solid #212121;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  transform: translateY(-50%);
}
.c-select select {
  display: block;
  width: 100%;
  padding-inline: 16px 34px;
  border: 1px solid #afc0c1;
  border-radius: 5px;
  line-height: 40px;
}

.c-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.c-modal__card {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  width: 90%;
  max-width: 850px;
  max-height: 86vh;
  margin: auto;
  padding: 30px 60px 60px;
  background-color: #fff;
  z-index: 1000;
  transform: translateY(-50%);
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .c-modal__card {
    width: calc(100% - 40px);
    padding: 50px 20px 60px;
  }
}
.c-modal__heading {
  margin-bottom: 20px;
  padding-inline: 41px 48px;
  background: url(../img/idea/icon-bulb.svg) no-repeat left top/30px 40px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-modal__heading {
    margin-bottom: 16px;
    background-size: 21px 29px;
    font-size: 18px;
    line-height: 1.6;
  }
}
.c-modal__close {
  position: fixed;
  right: 60px;
  top: 32px;
  width: 38px;
  height: 38px;
  background-color: #08A39D;
  border-radius: 38px;
}
@media screen and (max-width: 768px) {
  .c-modal__close {
    right: 17px;
    top: 17px;
    width: 36px;
    height: 36px;
  }
}
.c-modal__close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 3px;
  margin: auto;
  background-color: #fff;
  border-radius: 3px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-modal__close::before {
    width: 18px;
  }
}
.c-modal__close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 3px;
  margin: auto;
  background-color: #fff;
  border-radius: 3px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .c-modal__close::after {
    width: 18px;
  }
}
.c-modal__thumb {
  box-shadow: 0 2.7px 2.7px 0 rgba(0, 0, 0, 0.16);
}
.c-modal__text-block {
  display: flex;
  margin-top: 20px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .c-modal__text-block {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.c-modal__illust {
  flex-shrink: 0;
  align-self: flex-end;
  width: 118px;
  height: auto;
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .c-modal__illust {
    align-self: flex-start;
    margin-top: 14px;
    margin-left: calc(50% - 92px);
    width: 92px;
    height: 114px;
  }
}
.c-modal__balloon {
  align-items: flex-start;
  position: relative;
  width: calc(100% - 250px);
  height: 100%;
  padding: 20px 28px;
  margin-left: auto;
  background-color: #FFEDBC;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .c-modal__balloon {
    width: 100%;
  }
}
.c-modal__balloon::before {
  content: "";
  position: absolute;
  top: 40px;
  left: -115px;
  width: 99px;
  height: 63px;
  background: url(../img/idea/icon-bubble.svg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .c-modal__balloon::before {
    top: auto;
    bottom: -70px;
    left: auto;
    right: calc(50% - 90px);
    width: 77px;
    height: 49px;
    transform: rotate(325deg);
  }
}
.c-modal__title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-modal__title {
    font-size: 18px;
  }
}
.c-modal__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  opacity: 0;
}

.c-discription-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  opacity: 0;
}
.c-discription-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
}
.c-discription-modal__card {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px 25px 20px;
  width: 450px;
  background-color: #FAF7F1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  z-index: 1000;
  color: #212121;
}
@media screen and (max-width: 768px) {
  .c-discription-modal__card {
    top: initial;
    bottom: 80px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
  }
}
.c-discription-modal__card--video {
  width: 90vw;
  max-width: 980px;
}
.c-discription-modal__heading {
  display: flex;
  padding-bottom: 4px;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
}
.c-discription-modal__img {
  width: 50px;
}
.c-discription-modal__text-block {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45; /* 145% */
  margin-top: 14px;
}
.c-discription-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #08A39D;
}
.c-discription-modal__close::before, .c-discription-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background-color: #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1px;
}
.c-discription-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-discription-modal__video {
  width: 100%;
  aspect-ratio: 4/3;
}

.c-clock {
  position: absolute;
  top: 120px;
  left: 3vw;
  border-radius: 13px;
  background-color: rgba(70, 105, 113, 0.8);
  display: flex;
  align-items: center;
  padding: 10px 12px;
  font-family: "Digital Numbers", sans-serif;
  color: #FFF;
  gap: 8px;
}
@media screen and (max-width: 1080px) {
  .c-clock {
    top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .c-clock {
    padding: 8px 10px;
  }
}
.c-clock__time {
  font-size: 58px;
  color: #FFF;
  line-height: 1.5;
  letter-spacing: -8.8px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-clock__time {
    font-size: 32px;
    letter-spacing: -4.8px;
  }
}
.c-clock__colon {
  letter-spacing: -12.8px;
}
.c-clock__info {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -3px;
}
@media screen and (max-width: 768px) {
  .c-clock__info {
    font-size: 11px;
    letter-spacing: -1.7px;
  }
}
.c-clock__date {
  display: flex;
  gap: 8px;
}

.c-close {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FFF;
}
.c-close::before, .c-close::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 9px;
  background-color: #08A39D;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1px;
}
.c-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-map {
  width: 100vw;
  height: 100dvh;
}

.c-mini-map {
  position: absolute;
  top: 120px;
  left: 0;
  width: 12vw;
  min-width: 250px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 15px 15px 15px 30px;
  border-radius: 0px 20px 20px 0px;
  background-color: white;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1080px) {
  .c-mini-map {
    min-width: auto;
    width: fit-content;
    top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .c-mini-map {
    padding: 8px;
    flex-direction: row;
    align-items: flex-start;
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .c-mini-map--full {
    width: 100%;
  }
}
.c-mini-map__img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  .c-mini-map__img {
    width: 130px;
    height: 130px;
  }
}
.c-mini-map__current {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.c-mini-map__description {
  color: #101A18;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .c-mini-map__description {
    line-height: 3;
  }
}
.c-mini-map__button {
  display: flex;
  padding: 6px 0px 8px 0px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 99px;
  background: #DEE7E8;
  color: #AFC0C1;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: 1.8px;
  transition: all 0.3s ease;
  width: 100%;
}
.c-mini-map__button:hover {
  background: #FFF;
  color: #08A39D;
  border-color: #08A39D;
}
.c-mini-map__button.-active {
  background: #08A39D;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .c-mini-map__button {
    width: calc(50% - 4px);
  }
}
.c-mini-map__button-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .c-mini-map__button-wrap {
    flex-direction: row;
  }
}
.c-mini-map__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-mini-map--full .c-mini-map__inner {
    flex: 1;
  }
}

.c-pin {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 29px;
}
.c-pin__img {
  width: 100%;
  height: 100%;
}
.c-pin__number {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  color: #F4A100;
}
.c-pin--large {
  width: 28px;
  height: 38px;
}
.c-pin--large .c-pin__number {
  top: 7px;
  font-size: 10px;
}
.c-pin--large .c-pin__number {
  top: 7px;
  font-size: 10px;
}

.c-tips {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  padding: 10px 15px;
  border-radius: 16px;
  background-color: #08A39D;
  box-shadow: 0px 4px 20px rgba(33, 33, 33, 0.04);
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-tips {
    padding: 16px;
    font-size: 14px;
  }
}
.c-tips__close {
  position: absolute;
  top: 8px;
  right: 8px;
}
.c-tips--top::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #08A39D #08A39D transparent;
  border-width: 20px;
  border-radius: 0 0 10px 0;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%) scaleX(0.4) rotate(45deg);
}
.c-tips--bottom::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #08A39D transparent transparent #08A39D;
  border-width: 20px;
  border-radius: 10px 0 0 0;
  top: -18px;
  left: 50%;
  transform: translateX(-50%) scaleX(0.4) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-tips--right {
    left: initial;
    transform: none;
    right: 5px;
  }
}

.c-weather {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Digital Numbers", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -3px;
}
@media screen and (max-width: 768px) {
  .c-weather {
    font-size: 11px;
    letter-spacing: -1.7px;
  }
}

.c-graph {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 1.4/1;
  margin: 0 auto;
  font-size: clamp(10px, 2.5vw, 16px);
  font-family: "Helvetica Neue", Arial, sans-serif;
  overflow: visible;
}
.c-graph__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16em;
  height: 16em;
  border-radius: 50%;
  background: conic-gradient(#009e96 0% var(--p-20), #64c9bf var(--p-20) var(--p-30), #cbeef1 var(--p-30) var(--p-40), #e3ecee var(--p-40) var(--p-50), #fdfdf7 var(--p-50) 100%);
}
.c-graph__label {
  position: absolute;
  left: calc(50% + var(--x));
  top: calc(50% + var(--y));
  color: #333;
  line-height: 1.1;
  white-space: nowrap;
  z-index: 10;
}
.c-graph__label::before {
  content: "";
  position: absolute;
  border-color: #333;
  border-style: solid;
  border-width: 0;
  pointer-events: none;
  z-index: -1;
}
.c-graph__label[data-pos-x=right] {
  transform: translate(0, -50%);
}
.c-graph__label[data-pos-x=right]::before {
  right: 100%;
  margin-right: 0.3em;
}
.c-graph__label[data-pos-x=left] {
  transform: translate(-100%, -50%);
  text-align: right;
}
.c-graph__label[data-pos-x=left]::before {
  left: 100%;
  margin-left: 0.3em;
}
.c-graph__label[data-type=vert] {
  transform: translate(-50%, 0);
  text-align: center;
}
.c-graph__label[data-type=vert]::before {
  height: 2.5em;
  border-left-width: 1px;
  bottom: 100%;
  left: 50%;
}
.c-graph__label[data-type=horiz]::before {
  width: 4em;
  border-top-width: 1px;
  top: 50%;
}
.c-graph__label[data-type=diag]::before {
  width: 4.5em;
  height: 4em;
}
.c-graph__label[data-type=diag][data-pos-x=right][data-pos-y=top]::before {
  border-top-width: 1px;
  border-left-width: 1px;
  top: 50%;
}
.c-graph__label[data-type=diag][data-pos-x=left][data-pos-y=top]::before {
  border-top-width: 1px;
  border-right-width: 1px;
  top: 50%;
}
.c-graph__label[data-type=diag][data-pos-x=right][data-pos-y=bottom]::before {
  border-bottom-width: 1px;
  border-left-width: 1px;
  bottom: 50%;
}
.c-graph__label[data-type=diag][data-pos-x=left][data-pos-y=bottom]::before {
  border-bottom-width: 1px;
  border-right-width: 1px;
  bottom: 50%;
}
.c-graph__age {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.1em;
}
.c-graph__num {
  font-weight: bold;
}
.c-graph__num-int {
  font-size: 2.8em;
  letter-spacing: -0.05em;
}
.c-graph__num-dec {
  font-size: 1.4em;
}
.c-graph__unit {
  font-size: 1.2em;
}
@media (max-width: 400px) {
  .c-graph {
    aspect-ratio: 1/1.3;
  }
}

.c-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #FCFCF8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.is-loading-skipped .c-loading {
  display: none;
}
.c-loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.c-loading__img {
  display: block;
  width: auto;
  height: auto;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  animation: c-loading-img-in 0.4s ease-out both;
}
.c-loading.is-hidden .c-loading__img {
  transform: scale(1.4);
  opacity: 0;
}
.c-loading__dots {
  display: flex;
  gap: 10px;
}
.c-loading__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0AB5AA;
  animation: c-loading-dot 1s ease-in-out infinite;
}
.c-loading__dot:nth-child(2) {
  animation-delay: 0.15s;
}
.c-loading__dot:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes c-loading-img-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes c-loading-dot {
  0%, 80%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  40% {
    transform: translateY(-10px);
    opacity: 1;
  }
}
/* ハンバーガーメニュー展開時: 背景スクロールロック */
body.is-active {
  overflow: hidden;
  touch-action: none;
}

body.is-active::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1100;
  pointer-events: auto;
  animation: hamburgerBackdropFade 0.25s ease both;
}

@keyframes hamburgerBackdropFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
  scrollbar-gutter: stable;
  padding: 15px 15px 0;
}
@media screen and (max-width: 1080px) {
  .c-header {
    padding: 5px 5px 0;
  }
}
.c-header__inner {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(33, 33, 33, 0.1);
  border-radius: 8px;
  padding: 15px 18px 12px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1320px) {
  .c-header__inner {
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 1150px) {
  .c-header__inner {
    padding: 15px 14px 11px 16px;
  }
}
@media screen and (max-width: 1080px) {
  .c-header__inner {
    padding: 7px 8px 7px 11px;
    position: relative;
  }
}
.c-header__logo {
  width: 315px;
  display: flex;
}
@media screen and (max-width: 1480px) {
  .c-header__logo {
    width: 280px;
  }
}
@media screen and (max-width: 1350px) {
  .c-header__logo {
    width: 250px;
  }
}
@media screen and (max-width: 1320px) {
  .c-header__logo {
    width: 100px;
  }
}
@media screen and (max-width: 1500px) {
  .c-header__logo {
    top: 16px;
    bottom: auto;
  }
}
@media screen and (max-width: 1079px) {
  .c-header__logo {
    width: 200px;
  }
}
.c-header__logo-link {
  display: inline-block;
  margin: auto 0;
}
.c-header__logo img {
  width: 100%;
}
.c-header__dl-link {
  color: #212121;
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .c-header__dl-link {
    transition: opacity 0.3s;
  }
  .c-header__dl-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  .c-header__dl-link {
    width: 100%;
    padding: 14px 8px;
    border-bottom: 1px solid #DEE7E8;
    text-align: left;
    color: #101A18;
    font-size: 18px;
    font-weight: 500;
  }
}
.c-header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .c-header__nav {
    top: 47px;
    left: 0;
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 14px 12px calc(35px + env(safe-area-inset-bottom));
    border-radius: 0 0 8px 8px;
    display: none;
  }
  body.is-active .c-header__nav {
    display: block;
    max-height: calc(100vh - 60px);
    max-height: calc(100dvh - 60px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
  }
}
.c-header__nav-inner {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 1080px) {
  .c-header__nav-inner {
    display: block;
  }
}
.c-header-secondary .c-header__inner {
  min-height: 54px;
}
.c-header__lang {
  display: none;
}
@media screen and (max-width: 1080px) {
  .c-header__lang {
    display: block;
    margin-left: auto;
    padding: 0 10px 0 0;
  }
  .c-header__lang a {
    font-size: 14px;
  }
  .c-header__lang .current {
    display: none;
  }
}

.c-global-nav {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1550px) {
  .c-global-nav {
    gap: 15px;
  }
}
@media screen and (max-width: 1480px) {
  .c-global-nav {
    gap: 12px;
  }
}
@media screen and (max-width: 1320px) {
  .c-global-nav {
    gap: 8px;
  }
}
@media screen and (max-width: 1150px) {
  .c-global-nav {
    gap: 5px;
  }
}
@media screen and (max-width: 1080px) {
  .c-global-nav {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
}
.c-global-nav__item {
  position: relative;
  z-index: 0;
  transition: 0.3s;
  padding: 0 2px;
}
@media screen and (max-width: 1150px) {
  .c-global-nav__item {
    padding: 0 1px;
  }
}
@media screen and (max-width: 1080px) {
  .c-global-nav__item {
    padding: 0 10px 14px;
    margin: 0 0 14px;
    border-bottom: 1px solid #DEE7E8;
  }
}
.c-global-nav__item:hover {
  color: #08A39D;
}
.c-global-nav__item.is-current {
  color: #08A39D;
}
.c-global-nav__item.is-current::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 4px;
  background-color: #08A39D;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .c-global-nav__item.is-current::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .c-global-nav__item.is-current {
    color: #08A39D;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-global-nav__item {
    position: relative;
  }
  .c-global-nav__item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 0;
    height: 4px;
    background-color: #08A39D;
    z-index: -1;
    transition: 0.3s;
  }
  .c-global-nav__item:hover::after {
    width: 100%;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .c-global-nav__item:hover::after {
    width: 0;
  }
}
.c-global-nav__link {
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1480px) {
  .c-global-nav__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1320px) {
  .c-global-nav__link {
    font-weight: 500;
  }
}
@media screen and (max-width: 1080px) {
  .c-global-nav__link {
    font-size: 15px;
  }
}
.c-global-nav__sub {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 8px;
}
@media screen and (max-width: 1080px) {
  .c-global-nav__sub {
    display: block;
  }
}
.c-global-nav__sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .c-global-nav__sp {
    display: block;
    padding: 0 10px 14px;
    margin: 0 0 14px;
    border-bottom: 1px solid #DEE7E8;
  }
}
.c-global-nav__sp-link {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: block;
}
.c-global-nav__sp-link:hover {
  color: #08A39D;
}
.c-global-nav__download {
  margin: 0 15px 2px 0;
}
@media screen and (max-width: 1080px) {
  .c-global-nav__download {
    padding: 0 10px 14px;
    margin: 0 0 14px;
    border-bottom: 1px solid #DEE7E8;
  }
}
.c-global-nav__download-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}
.c-global-nav__download-link:hover {
  color: #08A39D;
}
@media screen and (max-width: 1480px) {
  .c-global-nav__download-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 1320px) {
  .c-global-nav__download-link {
    font-weight: 500;
  }
}
@media screen and (max-width: 1080px) {
  .c-global-nav__download-link {
    font-size: 15px;
    display: block;
  }
}
.c-global-nav__lang {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 1080px) {
  .c-global-nav__lang {
    display: none;
  }
}
.c-global-nav__lang img {
  align-self: center;
  width: 17px;
  height: 17px;
  display: block;
}
.c-global-nav__lang-list {
  display: flex;
  align-self: center;
}
.c-global-nav__lang-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.c-global-nav__lang-item + .c-global-nav__lang-item::before {
  content: "／";
  display: inline-block;
  color: #a2a2a2;
}
@media screen and (max-width: 1080px) {
  .c-global-nav__lang-item + .c-global-nav__lang-item::before {
    content: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-global-nav__lang-item a {
    transition: color 0.3s;
  }
  .c-global-nav__lang-item a:hover {
    color: #08A39D;
  }
}
@media screen and (max-width: 1080px) {
  .c-global-nav__lang-item a {
    display: inline-block;
    padding: 24px 8px 8px;
    background: url(../img/common/icon-global.svg) no-repeat top 4px center/18px;
    font-size: 14px;
    line-height: 1;
  }
}
.c-global-nav__lang-item span {
  color: #08A39D;
}
@media screen and (max-width: 1080px) {
  .c-global-nav__lang-item span {
    display: none;
  }
}
.c-global-nav__lang .bogo-language-switcher {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.c-global-nav__lang .bogo-language-switcher li {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
}
.c-global-nav__lang .bogo-language-switcher li::before {
  content: "／";
  display: inline-block;
  color: #a2a2a2;
}
@media screen and (max-width: 1080px) {
  .c-global-nav__lang .bogo-language-switcher li::before {
    content: none;
  }
}
.c-global-nav__lang .bogo-language-switcher li + li::before {
  content: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-global-nav__lang .bogo-language-switcher li a {
    transition: color 0.3s;
  }
  .c-global-nav__lang .bogo-language-switcher li a:hover {
    color: #08A39D;
  }
}
@media screen and (max-width: 1080px) {
  .c-global-nav__lang .bogo-language-switcher li span a {
    display: inline-block;
    padding: 24px 8px 8px;
    background: url(../img/common/icon-global.svg) no-repeat top 4px center/18px;
    font-size: 14px;
    line-height: 1;
  }
}
.c-global-nav__lang .bogo-language-switcher li.current {
  color: #08A39D;
}
@media screen and (max-width: 1080px) {
  .c-global-nav__lang .bogo-language-switcher li.current {
    display: none;
  }
}
.c-global-nav__contact {
  padding: 0 0 2px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1080px) {
  .c-global-nav__contact {
    padding: 14px 0 0;
    margin: 0;
    text-align: center;
  }
}
.c-global-nav__contact-button {
  display: inline-block;
  cursor: pointer;
  padding: 8px 16px;
  background-color: #08A39D;
  color: #fff;
  border: 1px solid #08A39D;
  border-radius: 30px;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 1480px) {
  .c-global-nav__contact-button {
    font-size: 14px;
  }
}
@media screen and (max-width: 1150px) {
  .c-global-nav__contact-button {
    padding: 6px 10px;
  }
}
@media screen and (max-width: 1080px) {
  .c-global-nav__contact-button {
    padding: 12px 45px;
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-global-nav__contact-button {
    transition: 0.3s;
  }
  .c-global-nav__contact-button:hover {
    background-color: #fff;
    color: #08A39D;
  }
}
.c-global-nav__tel {
  display: none;
}
@media screen and (max-width: 1080px) {
  .c-global-nav__tel {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 20px 0 0;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 1080px) {
  .c-hamburger {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #08A39D;
    border-radius: 50%;
  }
  .c-hamburger__line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    transition: 0.3s;
  }
  .c-hamburger__line::before {
    content: "";
    position: absolute;
    top: -7px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .c-hamburger__line::after {
    content: "";
    position: absolute;
    top: 7px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .is-active .c-hamburger__line {
    background-color: transparent;
  }
  .is-active .c-hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .is-active .c-hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
  }
}

.c-footer__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 110px 4% 67px 6%;
}
@media screen and (max-width: 1600px) {
  .c-footer__inner {
    gap: 80px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 1120px) {
  .c-footer__inner {
    flex-direction: column;
    gap: 0;
    padding-inline: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__inner {
    padding: 50px 0 15px;
  }
}
@media screen and (max-width: 1600px) {
  .c-footer__info {
    order: 1;
    display: flex;
    gap: 40px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1120px) {
  .c-footer__info {
    order: 0;
    flex-direction: column;
    gap: 20px;
    margin: 0;
  }
}
.c-footer__logo {
  width: 172px;
}
@media screen and (max-width: 1600px) {
  .c-footer__logo {
    align-self: center;
  }
}
.c-footer__details {
  margin-top: 24px;
  line-height: 1.5;
}
.c-footer__details span {
  display: block;
}
@media screen and (max-width: 1600px) {
  .c-footer__details {
    margin-top: 0;
  }
}
@media screen and (max-width: 1120px) {
  .c-footer__details {
    align-self: center;
    text-align: center;
  }
  .c-footer__details span {
    display: inline-block;
  }
  .c-footer__details span + span {
    margin-left: 8px;
  }
}
.c-footer__nav {
  margin-top: 30px;
  margin-left: auto;
}
@media screen and (max-width: 1600px) {
  .c-footer__nav {
    order: 0;
  }
}
@media screen and (max-width: 1120px) {
  .c-footer__nav {
    order: 2;
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
    padding: 30px;
    background-color: #FCFCF8;
  }
}
.c-footer__logo-mirai {
  width: 100%;
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 1600px) {
  .c-footer__logo-mirai {
    flex: 1;
    order: 2;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1120px) {
  .c-footer__logo-mirai {
    margin-top: 40px;
    margin-right: 0;
    order: 1;
    text-align: center;
  }
}
.c-footer__logo-mirai img {
  width: auto;
  height: 65px;
}
@media screen and (max-width: 1120px) {
  .c-footer__logo-mirai img {
    height: 52px;
  }
}
.c-footer__copy {
  padding: 40px 6%;
  background-color: #101A18;
  color: #fff;
  text-align: right;
}
.c-footer__copy--slim {
  line-height: 40px;
  padding: 0 6%;
}
@media screen and (max-width: 1600px) {
  .c-footer__copy {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__copy {
    text-align: center;
    padding: 24px 20px;
  }
}

.c-sub-nav {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  padding-inline: 40px;
}
@media screen and (max-width: 1600px) {
  .c-sub-nav {
    gap: 20px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 1120px) {
  .c-sub-nav {
    flex-direction: column;
    gap: 14px;
    padding-inline: 0;
  }
}
.c-sub-nav:first-child {
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 1120px) {
  .c-sub-nav:first-child {
    border: none;
    margin-bottom: 14px;
    padding-bottom: 0;
  }
}
.c-sub-nav__link {
  padding: 4px 8px;
  border-radius: 20px;
}
@media screen and (max-width: 1600px) {
  .c-sub-nav__link {
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (max-width: 1120px) {
  .c-sub-nav__link {
    font-weight: 400;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-sub-nav__link {
    transition: 0.3s;
  }
  .c-sub-nav__link:hover {
    background-color: #D6EFE5;
  }
}

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

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

.u-link {
  color: #08A39D;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .u-link {
    transition: opacity 0.3s;
  }
  .u-link:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-left {
    text-align: left;
  }
}

.u-text-block-primary {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .u-text-block-primary {
    margin-top: 40px;
  }
}

.u-text-block-secondary {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .u-text-block-secondary {
    margin-top: 32px;
  }
}

.u-image-block {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .u-image-block {
    margin-top: 32px;
  }
}

.u-image-radius {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .u-image-radius {
    border-radius: 20px;
  }
}

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

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

.u-text {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .u-text {
    font-size: 16px;
    line-height: 1.85;
  }
}
.u-text + .u-list-num {
  margin-top: 1em;
}

.u-list-num {
  list-style: decimal;
  margin-left: 1.5em;
}
li > .u-list-num {
  margin-block: 1em;
}
.u-list-num li {
  line-height: 1.8;
}
.u-list-num li + li {
  margin-top: 8px;
}

.u-list li {
  position: relative;
  margin-top: 4px;
  margin-left: 1em;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .u-list li {
    margin-top: 2px;
    font-size: 16px;
    line-height: 1.85;
  }
}
.u-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1em;
}

.u-text-mt {
  margin-top: 20px;
}

.u-color-primary {
  color: #08A39D;
}

.u-visually-hidden,
.screen-reader-text {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.u-gradient {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
}

.u-border-none {
  border: none;
}

.u-shadow {
  box-shadow: 0px 4px 20px 0px rgba(33, 33, 33, 0.04);
}

.u-float-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.c-grid__inner {
  width: 100%;
  max-width: 1680px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .c-grid__inner {
    padding-inline: 5px;
  }
}

.p-top-hero {
  position: relative;
  aspect-ratio: 16/9;
  background-color: #000;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-hero {
    aspect-ratio: 1/1.414;
  }
}
.p-top-hero__text-block {
  position: absolute;
  left: 4.6875vw;
  bottom: 11.45833333vw;
}
@media screen and (max-width: 768px) {
  .p-top-hero__text-block {
    left: 5.12820513vw;
    bottom: 7.35897436vw;
  }
}
.p-top-hero__copy span {
  background: linear-gradient(45deg, #70B9A2, #08A39D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.21875vw;
  line-height: 1.375;
}
@media screen and (max-width: 768px) {
  .p-top-hero__copy span {
    font-size: 8.71794872vw;
    line-height: 1.25;
  }
}
.p-top-hero__read {
  margin-top: 48px;
  color: #fff;
  font-size: 1.66666667vw;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .p-top-hero__read {
    margin-top: 14px;
    font-size: 4.1025641vw;
  }
}
.p-top-hero__read span {
  display: inline-block;
}
.p-top-hero__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-top-hero__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-hero .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.p-top-hero .video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 99;
  background-image: url("../img/top/mv_grid.png");
  background-repeat: repeat;
}
.p-top-hero .video-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-hero #video1 {
  z-index: 1;
}
.p-top-hero #video2 {
  z-index: 2;
  display: none;
}
.p-top-hero #video3 {
  z-index: 3;
  display: none;
  mix-blend-mode: overlay;
  opacity: 0;
}
.p-top-hero .fade-in {
  animation: fadeIn 1s ease-in forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.p-top-feature {
  margin-top: 48px;
  padding-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-feature {
    margin-top: 80px;
    padding-top: 0;
  }
}
.p-top-feature__inner {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top-feature__inner {
    flex-direction: column;
  }
}
.p-top-feature__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 1320px;
  min-width: 800px;
  height: 100%;
  background: linear-gradient(-145deg, #FFFFFF, #D6EFE5);
  border-radius: 0 20px 20px 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-feature__inner::before {
    width: 100%;
    height: 78%;
    min-width: auto;
  }
}
.p-top-feature__inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 43.3333333%;
  padding-top: 37.6041667%;
  background: url(../img/common/bg-triangle.png) no-repeat center/100%;
  z-index: -1;
  pointer-events: none;
}
.p-top-feature__text-block {
  padding: 150px 7% 180px 7%;
  max-width: calc(600px + 14%);
}
@media screen and (max-width: 768px) {
  .p-top-feature__text-block {
    padding: 40px 20px 0;
  }
}
.p-top-feature .c-heading-primary {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-top-feature .c-heading-primary {
    margin-top: 8px;
  }
}
.p-top-feature__read {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-top-feature__read {
    margin-top: 32px;
  }
}
.p-top-feature__image {
  align-self: flex-start;
  margin-top: -100px;
  width: 53vw;
  margin-left: auto;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p-top-feature__image {
    width: 90%;
    margin-top: 37px;
  }
}

.p-top-history {
  margin-top: 164px;
  padding-top: 10vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-history {
    margin-top: 80px;
    padding-top: 0;
  }
}
.p-top-history__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .p-top-history__inner {
    flex-direction: column;
  }
}
.p-top-history__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 1320px;
  min-width: 800px;
  height: 100%;
  background: linear-gradient(-140deg, #FFFFFF, #D6EFE5);
  border-radius: 20px 0 0 20px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-history__inner::before {
    width: 100%;
    height: 78%;
    min-width: auto;
    border-radius: 0 20px 20px 0;
  }
}
.p-top-history__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 43.3333333%;
  padding-top: 37.6041667%;
  background: url(../img/common/bg-triangle.png) no-repeat center/100%;
  z-index: -1;
  pointer-events: none;
}
.p-top-history__text-block {
  padding: 140px 6% 160px 6%;
  max-width: calc(700px + 12%);
}
@media screen and (max-width: 768px) {
  .p-top-history__text-block {
    padding: 40px 20px 0;
  }
}
.p-top-history .c-heading-primary {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-top-history .c-heading-primary {
    margin-top: 0;
  }
}
.p-top-history__read {
  margin-top: 36px;
}
.p-top-history__image {
  align-self: flex-start;
  flex-shrink: 0;
  margin-top: -10vw;
  width: 41.7vw;
  max-width: 800px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-history__image {
    width: 90%;
    border-radius: 0 20px 20px 0;
    margin: 36px 0 50px -30px;
  }
}

.p-top-select {
  position: relative;
  padding-block: 180px;
  padding-inline: 30px;
  background: linear-gradient(to left, #D6EFE5, #F7FFFC 24%, #FFFFFF 49%, #FFFFFF 73%, #D6EFE5);
}
@media screen and (max-width: 768px) {
  .p-top-select {
    padding-block: 80px;
    padding-inline: 20px;
  }
}
.p-top-select::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(#fff, #F7FFFC 50%, rgba(255, 255, 255, 0));
}
@media screen and (max-width: 768px) {
  .p-top-select::before {
    height: 80px;
  }
}
.p-top-select img {
  border-radius: 20px;
}
.p-top-select__text-block {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-top-select__text-block {
    margin-top: 32px;
  }
}
.p-top-select .c-heading-primary {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-top-select .c-heading-primary {
    margin-top: 8px;
  }
}
.p-top-select__read {
  margin-top: 54px;
  text-align: center;
  font-size: 18px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .p-top-select__read {
    margin-top: 32px;
    text-align: left;
    font-size: 16px;
  }
}

.p-top-support {
  position: relative;
  background: linear-gradient(-111deg, #70B9A2, #08A39D);
  padding-block: 150px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-support {
    padding-block: 80px;
  }
}
.p-top-support::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1%;
  width: 50.416666666%;
  padding-top: 43.4375%;
  background: url(../img/common/bg-triangle2.png) no-repeat center/100%;
  transform: translateY(-50%);
  pointer-events: none;
}
.p-top-support .c-heading-en {
  color: #A5FD85;
}
.p-top-support__inner {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-top-support__inner {
    width: 100%;
  }
}
.p-top-support__body {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .p-top-support__body {
    flex-direction: column;
  }
}
.p-top-support__text-block {
  align-self: center;
  flex: 1;
  max-width: 704px;
}
@media screen and (max-width: 768px) {
  .p-top-support__text-block {
    width: 100%;
    padding-inline: 20px;
  }
}
.p-top-support .c-heading-primary {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-top-support .c-heading-primary {
    margin-top: 8px;
  }
}
.p-top-support__images {
  position: relative;
  align-self: center;
  width: 51.042%;
  padding-top: 38.6576%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-top-support__images {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
    overflow: hidden;
  }
}
.p-top-support__image1 {
  position: absolute;
  bottom: 0;
  right: 8.2813%;
  width: 60.20408163%;
  margin: auto;
  border-radius: 8px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-support__image1 {
    position: relative;
    right: 0;
    width: 77.95%;
    margin-top: -5%;
  }
}
.p-top-support__image2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 58.9569161%;
  margin: auto;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-top-support__image2 {
    left: -10%;
    width: 69.5%;
  }
}
.p-top-support__image3 {
  position: absolute;
  top: -40%;
  bottom: 0;
  right: 0;
  width: 59.97732426%;
  margin: auto;
  border-radius: 8px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-support__image3 {
    position: relative;
    width: 70.421%;
    margin-inline: auto -5%;
  }
}

.p-top-products {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .p-top-products {
    margin-top: 80px;
  }
}
.p-top-products__inner {
  width: 86%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-top-products__inner {
    width: 100%;
    padding-inline: 20px;
  }
}
.p-top-products .c-heading-primary {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-top-products .c-heading-primary {
    margin-top: 8px;
  }
}
.p-top-products__list {
  margin-top: 72px;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-products__list {
    padding-bottom: 40px;
  }
}
.p-top-products__list .swiper-slide {
  width: 86%;
  max-width: 1322px;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: scale(0.75);
  transform-origin: center center;
  opacity: 0.55;
}
.p-top-products__list .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.p-top-products__list .swiper-slide.swiper-slide-active .p-top-products__cate {
  animation: top-products-text-in 0.55s 0.1s ease both;
}
.p-top-products__list .swiper-slide.swiper-slide-active .p-top-products__name {
  animation: top-products-text-in 0.55s 0.2s ease both;
}
.p-top-products__list .swiper-slide.swiper-slide-active .p-top-products__read {
  animation: top-products-text-in 0.55s 0.3s ease both;
}
.p-top-products__list .swiper-slide.swiper-slide-active .p-top-products__details {
  animation: top-products-text-in 0.55s 0.4s ease both;
}
.p-top-products__list .swiper-slide.swiper-slide-active .c-button-grid {
  animation: top-products-text-in 0.55s 0.5s ease both;
}
@media screen and (max-width: 768px) {
  .p-top-products__list .swiper-slide {
    width: 88%;
  }
}
@keyframes top-products-text-in {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.p-top-products__item {
  display: flex !important;
  gap: 48px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top-products__item {
    flex-direction: column;
    gap: 36px;
  }
}
.p-top-products__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #08A39D;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  transition: opacity 0.2s, background 0.2s;
  margin-top: 0;
  padding: 0;
}
.p-top-products__nav::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #08A39D;
  border-right: 2px solid #08A39D;
  display: block;
  margin: auto;
  font-size: 0;
}
.p-top-products__nav--prev {
  left: 12px;
}
.p-top-products__nav--prev::after {
  transform: rotate(-135deg);
  margin-left: 18px;
}
.p-top-products__nav--next {
  right: 12px;
}
.p-top-products__nav--next::after {
  transform: rotate(45deg);
  margin-right: 18px;
  margin-left: auto;
}
.p-top-products__nav:hover {
  background: #08A39D;
}
.p-top-products__nav:hover::after {
  border-color: #fff;
}
.p-top-products__nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .p-top-products__nav {
    display: none;
  }
}
.p-top-products__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  text-align: center;
  z-index: 5;
}
.p-top-products__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  margin: 0 6px;
  transition: background 0.2s;
}
.p-top-products__pagination .swiper-pagination-bullet-active {
  background: #08A39D;
}
@media screen and (max-width: 768px) {
  .p-top-products__pagination.swiper-pagination {
    position: relative;
    bottom: auto;
    margin-top: 24px;
  }
}
.p-top-products__thumb {
  flex-shrink: 0;
  align-self: flex-start;
  position: relative;
  width: 51.2105%;
  padding-block: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-products__thumb {
    width: 100%;
    padding-block: 20px;
    overflow: hidden;
  }
}
.p-top-products__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 437px;
  height: 100%;
  margin: auto;
  background: linear-gradient(-140deg, #70B9A2, #08A39D);
  border-radius: 20px;
  z-index: -1;
}
.p-top-products__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  bottom: 0;
  width: 84.49039881%;
  padding-top: 72.8212703%;
  margin: auto;
  background: url(../img/common/bg-triangle2.png) no-repeat center/100%;
  transform: rotate(22deg);
  z-index: -1;
  pointer-events: none;
}
.p-top-products__num {
  position: relative;
  display: inline-block;
  left: 23%;
  color: #fff;
  font-family: "Barlow", serif;
  font-size: 92px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top-products__num {
    left: 18%;
    font-size: 47px;
  }
}
.p-top-products__image {
  max-width: 100%;
}
.p-top-products__thumbName {
  margin-top: 40px;
  text-align: center;
  color: #fff;
  font-family: "Barlow", serif;
  font-size: 47px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top-products__thumbName {
    font-size: 24px;
  }
}
.p-top-products__text-block {
  flex: 1;
  align-self: center;
}
.p-top-products__cate {
  margin-bottom: 2px;
  color: #08A39D;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top-products__cate {
    font-size: 12px;
  }
}
.p-top-products__name {
  font-family: "Barlow", serif;
  font-size: 47px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top-products__name {
    font-size: 42px;
  }
}
.p-top-products__name span {
  display: inline-block;
  margin-left: 16px;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top-products__name span {
    margin-left: 8px;
    font-size: 12px;
  }
}
.p-top-products__read {
  margin-top: 24px;
  font-size: 30px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-top-products__read {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
  }
}
.p-top-products__details {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-products__details {
    margin-top: 24px;
  }
}
.p-top-products__detail {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-top-products__detail {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-top-products__detail::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #55CB2A;
}
@media screen and (max-width: 768px) {
  .p-top-products__detail::before {
    top: 8px;
  }
}
.p-top-products__detail + .p-top-products__detail {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-products__detail + .p-top-products__detail {
    margin-top: 8px;
  }
}

.p-top-partner {
  position: relative;
  margin-top: 200px;
  padding-block: 120px;
  background: url(../img/top/image07.jpg) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-top-partner {
    margin-top: 80px;
    padding-block: 50px 80px;
  }
}
.p-top-partner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 101, 98, 0.512);
  z-index: -1;
}
.p-top-partner__inner {
  display: flex;
  justify-content: space-between;
  width: 87%;
  max-width: 1400px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-top-partner__inner {
    gap: 70px;
    flex-direction: column;
    width: 100%;
    padding-inline: 20px;
  }
}
.p-top-partner__text-block {
  align-self: center;
  width: 44%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-partner__text-block {
    width: 100%;
  }
}
.p-top-partner .c-heading-en {
  color: #83EA5D;
}
.p-top-partner .c-heading-primary {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-top-partner .c-heading-primary {
    margin-top: 8px;
  }
}
.p-top-partner__read {
  margin-top: 30px;
}
.p-top-partner img {
  width: 42.643%;
}
@media screen and (max-width: 768px) {
  .p-top-partner img {
    width: 72%;
    margin: auto;
  }
}

.p-top-other {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .p-top-other {
    margin-top: 80px;
  }
}
.p-top-other-en {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-other-en {
    margin-bottom: 80px;
  }
}
.p-top-other__list {
  display: flex;
  width: 90%;
  max-width: 1500px;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-other__list {
    flex-direction: column;
    gap: 80px;
    width: 100%;
    padding-inline: 20px;
  }
}
.p-top-other__item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-top-other__item {
    width: 100%;
  }
}
.p-top-other__link {
  position: relative;
  display: block;
  padding-bottom: 56px;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-other__link:hover .p-top-other__image img {
    transform: scale(1.1);
  }
  .p-top-other__link:hover::before {
    background-image: url(../img/common/icon-arrow-hover.svg);
  }
}
.p-top-other__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 56px;
  background: url(../img/common/icon-arrow-default.svg) no-repeat center/cover;
  filter: drop-shadow(2px 5px 7px rgba(8, 163, 157, 0.275));
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .p-top-other__link::before {
    width: 51px;
    height: 48px;
  }
}
.p-top-other__image {
  margin-bottom: 40px;
  clip-path: inset(0 0 round 8px);
  overflow: hidden;
}
.p-top-other img {
  transition: transform 0.3s;
}
.p-top-other__heading {
  margin-block: 7px 28px;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top-other__heading {
    font-size: 24px;
  }
}

.p-top-recruit {
  margin-top: 120px;
  padding-block: 140px;
  background-color: #FCFCF8;
}
@media screen and (max-width: 768px) {
  .p-top-recruit {
    margin-top: 80px;
    padding: 0;
  }
}
.p-top-recruit__inner {
  width: 90%;
  max-width: 1520px;
  margin: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__inner {
    width: 100%;
    padding: 0;
  }
}
.p-top-recruit__bnr {
  position: relative;
  padding: 82px 24px 22px 72px;
  background: url(../img/top/bg-nat.jpg) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__bnr {
    padding: 24px 30px 40px;
    background: url(../img/top/bg-nat-sp.jpg) no-repeat center/cover;
  }
}
.p-top-recruit__bnr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(91, 141, 139, 0.59), rgba(78, 170, 167, 0.35) 31%, rgba(23, 74, 74, 0.13));
  z-index: -1;
}
.p-top-recruit__heading {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
}
@media screen and (max-width: 768px) {
  .p-top-recruit__heading {
    font-size: 24px;
  }
}
.p-top-recruit__text {
  margin-top: 10px;
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
}
.p-top-recruit__text span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__text {
    font-size: 16px;
  }
}
.p-top-recruit__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 35%;
  height: auto;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__logo {
    position: static;
    width: 96%;
    margin: 40px auto 0;
  }
}
.p-top-recruit__button {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__button {
    text-align: center;
  }
}

.p-top-news {
  margin-top: 80px;
  margin-bottom: 80px;
}
.p-top-news__list {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .p-top-news__list {
    margin-top: 32px;
  }
}
.p-top-news__link {
  position: relative;
  display: flex;
  gap: 40px;
  padding-block: 40px;
  padding-right: 70px;
  border-bottom: 1px solid #dbdbdb;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-news__link:hover::before {
    background-image: url(../img/common/icon-arrow-hover.svg);
  }
  .p-top-news__link:hover .p-news__date::after {
    width: 100%;
  }
  .p-top-news__link:hover .p-news__title {
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__link {
    flex-direction: column;
    gap: 8px;
    padding-block: 18px;
    padding-right: 60px;
  }
}
.p-top-news__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 37px;
  height: 35px;
  margin: auto;
  background: url(../img/common/icon-arrow-default.svg) no-repeat center/cover;
  filter: drop-shadow(2px 5px 7px rgba(8, 163, 157, 0.275));
  opacity: 1;
  transition: 0.3s;
}
.p-top-news__button {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-top-news__button {
    text-align: center;
  }
}

.p-top-blog {
  padding-block: 80px;
  background-color: #FCFCF8;
}
@media screen and (max-width: 768px) {
  .p-top-blog {
    padding-block: 46px;
  }
}
.p-top-blog__item {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-blog__item {
    margin-top: 32px;
  }
}
.p-top-blog__link {
  display: flex;
  gap: 6%;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-blog__link:hover .p-top-blog__text-block::before {
    background-image: url(../img/common/icon-arrow-hover.svg);
  }
  .p-top-blog__link:hover .p-news__date::after {
    width: 100%;
  }
  .p-top-blog__link:hover .p-top-blog__title {
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-blog__link {
    flex-direction: column;
  }
}
.p-top-blog__link img {
  flex-shrink: 0;
  align-self: flex-start;
  width: 50%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-top-blog__link img {
    width: 100%;
  }
}
.p-top-blog__text-block {
  position: relative;
  align-self: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-blog__text-block {
    margin-top: 20px;
    padding-bottom: 0;
    padding-right: 52px;
  }
}
.p-top-blog__text-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37px;
  height: 35px;
  margin: auto;
  background: url(../img/common/icon-arrow-default.svg) no-repeat center/cover;
  filter: drop-shadow(2px 5px 7px rgba(8, 163, 157, 0.275));
  opacity: 1;
  transition: 0.3s;
}
.p-top-blog .p-news__date {
  margin-bottom: 20px;
}
.p-top-blog__title {
  position: relative;
  display: inline;
  max-width: 100%;
  margin-block: 20px 16px;
  background: linear-gradient(#101A18, #101A18) 0 100%/0 1px no-repeat;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top-blog__title {
    margin-block: 10px;
    font-size: 16px;
  }
}
.p-top-blog .u-text {
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.p-top-blog__button {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-top-blog__button {
    text-align: center;
  }
}

.p-top__button-wrap {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-top__button-wrap {
    margin-top: 40px;
  }
}

.p-top-recommend {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-top-recommend {
    padding: 50px 0 0;
  }
}
.p-top-recommend__inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
}
.p-top-recommend__head {
  flex: 0 0 auto;
  width: 320px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__head {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-recommend__head-text {
    flex: 1;
  }
}
.p-top-recommend__head-text .c-heading-en {
  margin-bottom: 8px;
}
.p-top-recommend__head-text .c-heading-primary {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__head-text .c-heading-primary {
    font-size: 22px;
  }
}
.p-top-recommend__head-image {
  margin: 24px auto 0;
  width: 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__head-image {
    order: -1;
    margin-top: 0;
    width: 80px;
    flex: 0 0 80px;
  }
}
.p-top-recommend__head-image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top-recommend__list {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__list {
    width: 100%;
    padding: 0;
  }
}
.p-top-recommend__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 8px;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__item {
    gap: 12px;
    padding: 14px 4px;
  }
}
.p-top-recommend__num {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E66B4A;
  color: #fff;
  font-family: "Barlow", serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__num {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}
.p-top-recommend__link {
  flex: 1;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.2s ease;
  display: block;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__link {
    font-size: 16px;
    padding-right: 44px;
  }
}
.p-top-recommend__link:hover {
  color: #08A39D;
}
.p-top-recommend__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  width: 37px;
  height: 35px;
  margin: auto;
  background: url(../img/common/icon-arrow-default.svg) no-repeat center/cover;
  filter: drop-shadow(2px 5px 7px rgba(8, 163, 157, 0.275));
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__link::after {
    width: 28px;
    height: 26px;
    right: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top-recommend__link:hover::after {
    background-image: url(../img/common/icon-arrow-hover.svg);
  }
}

.p-page-head {
  min-height: 600px;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  margin: 0 0 35px;
}
@media screen and (max-width: 1080px) {
  .p-page-head {
    min-height: 400px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-page-head {
    min-height: 280px;
  }
}
.p-page-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}
.p-page-head__inner {
  position: absolute;
  bottom: 60px;
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  .p-page-head__inner {
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-page-head__inner {
    bottom: 20px;
  }
}
.p-page-head__label {
  color: #08A39D;
  font-weight: bold;
  font-size: 20px;
  padding: 0 0 0 55px;
  position: relative;
  margin: 0 0 10px;
}
@media screen and (max-width: 1080px) {
  .p-page-head__label {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-page-head__label {
    padding: 0 0 0 25px;
  }
}
.p-page-head__label::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 5px;
  background: #08A39D;
}
@media screen and (max-width: 768px) {
  .p-page-head__label::after {
    width: 20px;
  }
}
.p-page-head__title {
  font-weight: bold;
  color: #fff;
  font-size: 64px;
  margin: 0 0 10px;
}
@media screen and (max-width: 1080px) {
  .p-page-head__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-page-head__title {
    font-size: 24px;
  }
}
.p-page-head__catch {
  font-weight: bold;
  color: #fff;
  font-size: 45px;
}
@media screen and (max-width: 1080px) {
  .p-page-head__catch {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-page-head__catch {
    font-size: 18px;
  }
}
.p-page-head__catch span {
  color: #08A39D;
}

.p-news__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 40px 100px 40px 10px;
  border-bottom: 1px solid #dbdbdb;
}
@media (hover: hover) and (pointer: fine) {
  .p-news__link:hover::before {
    background-image: url(../img/common/icon-arrow-hover.svg);
  }
  .p-news__link:hover .p-news__date::after {
    width: 100%;
  }
  .p-news__link:hover .p-news__title {
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__link {
    flex-direction: column;
    gap: 8px;
    padding-block: 18px;
    padding-right: 60px;
  }
}
.p-news__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 37px;
  height: 35px;
  margin: auto;
  background: url(../img/common/icon-arrow-default.svg) no-repeat center/cover;
  filter: drop-shadow(2px 5px 7px rgba(8, 163, 157, 0.275));
  opacity: 1;
  transition: 0.5s;
}
.p-news__link .p-news__date {
  margin-bottom: 8px;
}
.p-news__date {
  align-self: flex-start;
  position: relative;
  width: min-content;
  max-width: 100%;
  color: #08A39D;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}
.p-news__date::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #08A39D;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-news__date {
    font-size: 16px;
  }
}
.p-news__title {
  position: relative;
  display: inline;
  max-width: 100%;
  background: linear-gradient(#101A18, #101A18) 0 100%/0 1px no-repeat;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-news__title {
    font-size: 16px;
  }
}
.p-news__heading {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-news__heading {
    font-size: 24px;
  }
}

.p-blog__link {
  position: relative;
  display: flex;
  gap: 32px;
  padding: 40px 100px 40px 10px;
  border-bottom: 1px solid #dbdbdb;
}
@media (hover: hover) and (pointer: fine) {
  .p-blog__link:hover .p-blog__title-block::before {
    background-image: url(../img/common/icon-arrow-hover.svg);
  }
  .p-blog__link:hover .p-news__date::after {
    width: 100%;
  }
  .p-blog__link:hover .p-news__title {
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 768px) {
  .p-blog__link {
    flex-direction: column;
    gap: 8px;
    padding-block: 18px;
    padding-right: 0;
  }
}
.p-blog__title-block {
  position: relative;
  align-self: center;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-blog__title-block {
    align-self: flex-start;
    width: 100%;
    padding-right: 60px;
  }
}
.p-blog__title-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -90px;
  width: 37px;
  height: 35px;
  margin: auto;
  background: url(../img/common/icon-arrow-default.svg) no-repeat center/cover;
  filter: drop-shadow(2px 5px 7px rgba(8, 163, 157, 0.275));
  opacity: 1;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .p-blog__title-block::before {
    right: 10px;
  }
}
.p-blog__title-block .p-news__date {
  margin-bottom: 8px;
}
.p-blog__thumb {
  flex-shrink: 0;
  width: 28%;
}
@media screen and (max-width: 768px) {
  .p-blog__thumb {
    width: 100%;
  }
}
.p-blog__thumb img {
  border-radius: 8px;
}

.p-article {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-article {
    margin-top: 80px;
  }
}
.p-article__heading {
  padding: 0 0 30px;
  border-bottom: 1px solid #DEE7E8;
}
.p-article__thumb {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-article__thumb {
    margin-top: 32px;
  }
}
.p-article__contents {
  padding: 50px 0 100px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .p-article__contents {
    padding: 40px 0 50px;
  }
}
.p-article__contents p {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-article__contents p {
    font-size: 16px;
  }
}
.p-article__contents .wp-block-columns,
.p-article__contents .wp-block-image {
  margin-top: 34px;
}
.p-article__contents .wp-block-column > .wp-block-image {
  margin-top: 0;
}
.p-article__contents h2 {
  margin-top: 64px;
  padding-left: 32px;
  border-left: 4px solid #08A39D;
  font-size: 28px;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-article__contents h2 {
    margin-top: 56px;
    padding-left: 24px;
    font-size: 24px;
  }
}
.p-article__contents h3 {
  margin-top: 56px;
  padding-bottom: 24px;
  border-bottom: 1px solid #08A39D;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-article__contents h3 {
    margin-top: 48px;
    padding-bottom: 16px;
    font-size: 22px;
  }
}
.p-article__contents h4 {
  position: relative;
  margin-top: 48px;
  padding-left: 32px;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-article__contents h4 {
    margin-top: 40px;
    padding-left: 24px;
    font-size: 20px;
  }
}
.p-article__contents h4::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: #08A39D;
}
@media screen and (max-width: 768px) {
  .p-article__contents h4::before {
    top: 16px;
    width: 10px;
  }
}
.p-article__contents h5 {
  margin-top: 48px;
  color: #08A39D;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-article__contents h5 {
    margin-top: 40px;
    font-size: 20px;
  }
}
.p-article__contents h6 {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-article__contents h6 {
    margin-top: 32px;
    font-size: 18px;
  }
}
.p-article__contents ul {
  margin-top: 16px;
}
.p-article__contents ul li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-article__contents ul li {
    padding-left: 24px;
    font-size: 16px;
  }
}
.p-article__contents ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #DEE7E8;
}
@media screen and (max-width: 768px) {
  .p-article__contents ul li::before {
    top: 7px;
  }
}
.p-article__contents ul li + li {
  margin-top: 12px;
}
.p-article__contents ol {
  margin-top: 16px;
  margin-left: 1.5em;
  list-style: decimal;
}
.p-article__contents ol li {
  position: relative;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-article__contents ol li {
    font-size: 16px;
  }
}
.p-article__contents ol li + li {
  margin-top: 12px;
}
.p-article__contents hr {
  margin-block: 64px;
  border-color: #DEE7E8;
}
@media screen and (max-width: 768px) {
  .p-article__contents hr {
    margin-block: 56px;
  }
}
.p-article__contents a {
  text-decoration: underline;
  color: #08A39D;
}
.p-article__contents img {
  width: auto;
}
.p-article__contents .wp-block-button__link {
  position: relative;
  display: inline-block;
  min-width: 251px;
  padding: 15px 88px 17px 26px;
  background: linear-gradient(-98deg, #70B9A2, #08A39D);
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.425;
  box-shadow: 2px 5px 7px rgba(8, 163, 157, 0.275);
}
@media (hover: hover) and (pointer: fine) {
  .p-article__contents .wp-block-button__link {
    transition: opacity 0.3s;
  }
  .p-article__contents .wp-block-button__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-article__contents .wp-block-button__link {
    font-size: 16px;
  }
}
.p-article__contents .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  width: 19px;
  height: 19px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
}
.p-article__contents .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 32.5px;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #08A39D;
  border-right: 2px solid #08A39D;
  border-radius: 1.5px;
  transform: rotate(45deg);
}
.p-article__contents {
  /* ----- Gutenberg ブロックエディタの色プリセット対応 -----
     (wp-block-library を dequeue しているため、必要分だけ手動で復元) */
}
.p-article__contents .has-pale-pink-color {
  color: #f78da7 !important;
}
.p-article__contents .has-pale-pink-background-color {
  background-color: #f78da7;
}
.p-article__contents .has-vivid-red-color {
  color: #cf2e2e !important;
}
.p-article__contents .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
.p-article__contents .has-luminous-vivid-orange-color {
  color: #ff6900 !important;
}
.p-article__contents .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
.p-article__contents .has-luminous-vivid-amber-color {
  color: #fcb900 !important;
}
.p-article__contents .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
.p-article__contents .has-light-green-cyan-color {
  color: #7bdcb5 !important;
}
.p-article__contents .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
.p-article__contents .has-vivid-green-cyan-color {
  color: #00d084 !important;
}
.p-article__contents .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
.p-article__contents .has-pale-cyan-blue-color {
  color: #8ed1fc !important;
}
.p-article__contents .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
.p-article__contents .has-vivid-cyan-blue-color {
  color: #0693e3 !important;
}
.p-article__contents .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
.p-article__contents .has-vivid-purple-color {
  color: #9b51e0 !important;
}
.p-article__contents .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
.p-article__contents .has-white-color {
  color: #ffffff !important;
}
.p-article__contents .has-white-background-color {
  background-color: #ffffff;
}
.p-article__contents .has-very-light-gray-color {
  color: #eeeeee !important;
}
.p-article__contents .has-very-light-gray-background-color {
  background-color: #eeeeee;
}
.p-article__contents .has-cyan-bluish-gray-color {
  color: #abb8c3 !important;
}
.p-article__contents .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
.p-article__contents .has-very-dark-gray-color {
  color: #313131 !important;
}
.p-article__contents .has-very-dark-gray-background-color {
  background-color: #313131;
}
.p-article__contents .has-black-color {
  color: #000000 !important;
}
.p-article__contents .has-black-background-color {
  background-color: #000000;
}
.p-article__contents .has-text-color a {
  color: inherit;
}
.p-article__contents mark {
  background-color: rgba(255, 235, 59, 0.5);
  padding: 0 2px;
}
.p-article__contents blockquote {
  margin-top: 34px;
  padding: 32px;
  border: 1px solid #DEE7E8;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-article__contents blockquote {
    padding: 24px;
    font-size: 14px;
  }
}
.p-article__contents blockquote cite {
  margin-top: 16px;
  text-align: right;
  color: #ccc;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-article__contents blockquote cite {
    margin-top: 8px;
    font-size: 12px;
  }
}
.p-article__contents blockquote p {
  margin-top: 0;
}
.p-article__contents blockquote p + p {
  margin-top: 16px;
}

.p-sustainability__photos {
  display: flex;
  justify-content: space-between;
  padding: 45px 0 0;
}
@media screen and (max-width: 768px) {
  .p-sustainability__photos {
    display: block;
    padding: 25px 0 0;
  }
}
.p-sustainability__photo {
  width: 31.75%;
}
@media screen and (max-width: 768px) {
  .p-sustainability__photo {
    width: auto;
    margin: 0 0 15px;
  }
  .p-sustainability__photo:last-child {
    margin: 0;
  }
}
.p-sustainability__box {
  display: flex;
  padding: 0 25px 65px;
  margin: 0 0 55px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .p-sustainability__box {
    padding: 0 0 35px;
    margin: 0 0 25px;
  }
}
.p-sustainability__box:last-child {
  margin: 0;
}
.p-sustainability__num {
  width: 80px;
  flex-shrink: 1;
  font-size: 50px;
  color: #55CB2A;
  font-family: "Barlow", serif;
  padding: 0 8px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-sustainability__num {
    width: 60px;
    font-size: 40px;
  }
}
.p-sustainability__content {
  flex: 1;
}
.p-sustainability__title {
  font-size: 28px;
  font-weight: 600;
  padding: 15px 0 0;
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .p-sustainability__title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}

.p-sustainability-bnr {
  position: relative;
  padding-block: 130px 230px;
  background: linear-gradient(-103deg, #70B9A2, #08A39D);
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-sustainability-bnr {
    padding-block: 46px 180px;
  }
}
.p-sustainability-bnr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 50.416666666%;
  padding-top: 43.4375%;
  background: url(../img/common/bg-triangle2.png) no-repeat center/100%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-sustainability-bnr::before {
    top: 45%;
    left: -10%;
    width: 115%;
    padding-top: 96%;
  }
}
.p-sustainability-bnr::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 69%;
  height: 100%;
  background: url(../img/sustainability/bg-illust.png) no-repeat left bottom/cover;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-sustainability-bnr::after {
    width: 100%;
    height: 45%;
    background: url(../img/sustainability/bg-illust-sp.png) no-repeat left bottom/cover;
  }
}
.p-sustainability-bnr__text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-sustainability-bnr__text {
    margin-top: 32px;
  }
}

.p-sustainability-policy__image img {
  border-radius: 30px;
}

.p-sustainability-sdgs {
  padding-block: 100px;
  background-color: #FCFCF8;
}
@media screen and (max-width: 768px) {
  .p-sustainability-sdgs {
    padding-block: 40px;
  }
}
.p-sustainability-sdgs__block {
  padding: 80px 100px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 20px rgba(33, 33, 33, 0.04);
}
@media screen and (max-width: 768px) {
  .p-sustainability-sdgs__block {
    padding: 40px 20px;
    border-radius: 20px;
  }
}
.p-sustainability-sdgs__contents {
  display: flex;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-sustainability-sdgs__contents {
    flex-direction: column;
    gap: 40px;
    margin-top: 32px;
  }
}
.p-sustainability-sdgs__text-block {
  flex: 1;
}
.p-sustainability-sdgs__title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.p-sustainability-sdgs__title span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-sustainability-sdgs__title {
    font-size: 16px;
  }
}
.p-sustainability-sdgs__dl {
  margin-top: 8px;
}
.p-sustainability-sdgs__pdf {
  padding-left: 30px;
  background: url(../img/common/icon-pdf.png) no-repeat left top 3px/23px;
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-sustainability-sdgs__pdf {
    font-size: 16px;
  }
  .p-sustainability-sdgs__pdf a {
    display: block;
  }
}
.p-sustainability-sdgs__pdf + .p-sustainability-sdgs__pdf {
  margin-top: 8px;
}
.p-sustainability-sdgs__image {
  flex-shrink: 0;
  align-self: flex-start;
  width: 41.667%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .p-sustainability-sdgs__image {
    width: 100%;
    margin: auto;
  }
}

.p-partner-outline {
  max-width: 1680px;
  margin-inline: auto;
  padding-inline: 40px;
  margin: 0 auto 180px;
}
@media screen and (max-width: 768px) {
  .p-partner-outline {
    padding-inline: 20px;
    margin: 0 auto 80px;
  }
}
.p-partner-outline__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-partner-outline__row {
    display: block;
  }
}
.p-partner-outline__col-text {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .p-partner-outline__col-text {
    width: auto;
    margin-bottom: 30px;
  }
}
.p-partner-outline__col-photo {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .p-partner-outline__col-photo {
    width: auto;
  }
}
.p-partner-outline__col-photo img {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-partner-outline__col-photo img {
    border-radius: 20px;
  }
}
.p-partner-contents {
  margin: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .p-partner-contents {
    display: block;
    margin: 0 0 80px;
  }
}
.p-partner__block {
  margin: 0 0 125px;
}
@media screen and (max-width: 768px) {
  .p-partner__block {
    margin: 0 0 50px;
  }
}
.p-partner__block:last-child {
  margin: 0;
}
.p-partner__block-inner {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .p-partner__block-inner {
    padding: 20px 0 0;
    display: block;
  }
}
.p-partner__block-body {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .p-partner__block-body {
    width: auto;
    margin-bottom: 20px;
  }
}
.p-partner__block-photo {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-partner__block-photo {
    width: auto;
  }
}
.p-partner__block-photo img {
  border-radius: 20px;
}
.p-partner-purpose {
  padding: 40px 0 0;
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-partner-purpose {
    padding: 20px 0 0;
    margin: 0 0 50px;
  }
}

.p-feature__sub-title {
  margin-bottom: 10px;
  color: #08A39D;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-feature__sub-title {
    margin-bottom: 14px;
    padding: 0 15px;
    font-size: 15px;
  }
}
.p-feature__heading-primary {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-feature__heading-primary {
    font-size: 24px;
  }
}
.p-feature__heading-secondary {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-feature__heading-secondary {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-feature__heading-lead {
  margin-top: 30px;
  padding: 0 40px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-feature__heading-lead {
    margin-top: 15px;
    padding: 0 15px;
    font-size: 15px;
    text-align: left;
  }
}

.p-feature-inspire__body {
  width: calc(100% - 80px);
  max-width: 1280px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-feature-inspire__body {
    width: 100%;
    padding-inline: 15px;
  }
}
.p-feature-inspire__contents {
  display: grid;
  margin: 0 0 140px;
  gap: 40px 100px;
  grid-template-columns: 1fr 640px;
  grid-template-areas: "area-a area-c" "area-b area-c";
}
@media screen and (max-width: 1200px) {
  .p-feature-inspire__contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-inspire__contents {
    margin: 32px 0 50px;
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "area-a" "area-c" "area-b";
  }
}
.p-feature-inspire__head {
  grid-area: area-a;
  color: #08A39D;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-feature-inspire__head {
    font-size: 22px;
  }
}
.p-feature-inspire__text {
  grid-area: area-b;
}
.p-feature-inspire__image {
  grid-area: area-c;
  position: relative;
  width: 540px;
}
@media screen and (max-width: 1200px) {
  .p-feature-inspire__image {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-inspire__image {
    width: 100%;
  }
}
.p-feature-inspire__image img {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-feature-inspire__image img {
    border-radius: 20px;
  }
}

.p-feature-reason {
  padding: 130px 40px 100px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 67%, #ffffff 100%), linear-gradient(117deg, rgba(214, 239, 229, 0.734) 0%, rgba(255, 255, 255, 0.734) 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-feature-reason {
    padding: 30px 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.878) 100%), linear-gradient(117deg, rgba(214, 239, 229, 0.397) 0%, rgba(255, 255, 255, 0.397) 100%);
    background-position: center bottom, center top;
    background-size: 100% 400px;
  }
}
.p-feature-reason__contents {
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-feature-reason__contents {
    padding: 30px 0;
  }
}
.p-feature-reason__list {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .p-feature-reason__list {
    margin-top: 46px;
  }
}
.p-feature-reason__item {
  position: relative;
  width: 100%;
  display: grid;
  margin-bottom: 170px;
  grid-template-columns: 6fr 1fr 9fr;
}
@media screen and (max-width: 768px) {
  .p-feature-reason__item {
    grid-template-columns: 1fr;
    margin-bottom: 90px;
  }
}
.p-feature-reason__item:last-of-type {
  margin-bottom: 0;
}
.p-feature-reason__item:nth-of-type(even) {
  grid-template-columns: 9fr 1fr 6fr;
}
.p-feature-reason__item:nth-of-type(even) .p-feature-reason__image {
  grid-column: 2/4;
}
.p-feature-reason__item:nth-of-type(even) .p-feature-reason__text {
  grid-column: 1/3;
  padding: 80px 120px 60px 40px;
}
.p-feature-reason__item:nth-of-type(even) .bg-number {
  top: -90px;
  right: auto;
  left: 20px;
}
@media screen and (max-width: 1200px) {
  .p-feature-reason__item:nth-of-type(even) .p-feature-reason__text {
    padding: 80px 90px 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-reason__item:nth-of-type(even) {
    grid-template-columns: 1fr;
  }
  .p-feature-reason__item:nth-of-type(even) .p-feature-reason__image {
    grid-column: 1;
  }
  .p-feature-reason__item:nth-of-type(even) .p-feature-reason__text {
    grid-column: 1;
    padding: 0;
  }
  .p-feature-reason__item:nth-of-type(even) .bg-number {
    top: -40px;
    right: 20px;
    left: auto;
  }
}
.p-feature-reason__image {
  position: relative;
  grid-column: 1/3;
  grid-row: 1;
  z-index: 2;
  top: -80px;
}
.p-feature-reason__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-feature-reason__image img {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-reason__image {
    grid-column: 1;
    grid-row: auto;
    top: 0;
    order: 2;
  }
}
.p-feature-reason__text {
  grid-column: 2/4;
  grid-row: 1;
  z-index: 1;
  padding: 60px 40px 60px 120px;
  background-color: #ffffff;
  position: relative;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-feature-reason__text {
    border-radius: 0;
  }
}
@media screen and (max-width: 1200px) {
  .p-feature-reason__text {
    padding: 60px 40px 60px 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-reason__text h3 {
    margin-bottom: 30px;
  }
}
.p-feature-reason__text .bg-number {
  position: absolute;
  top: -80px;
  right: 20px;
  font-size: 140px;
  font-weight: bold;
  color: #D0F2E6;
}
@media screen and (max-width: 768px) {
  .p-feature-reason__text .bg-number {
    z-index: 2;
    top: -40px;
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-reason__text {
    grid-column: 1;
    padding: 15px;
    display: contents;
    background: none;
  }
  .p-feature-reason__text .c-heading-primary-en,
  .p-feature-reason__text .p-feature__heading-secondary {
    order: 1;
    padding: 0 15px;
  }
  .p-feature-reason__text p.u-text {
    order: 3;
    padding: 20px 15px 0;
  }
}
.p-feature-reason__heading {
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-feature-reason__heading {
    font-size: 18px;
  }
}

.p-feature-point {
  padding: 140px 0 110px;
  background: #F7F7F4;
}
@media screen and (max-width: 768px) {
  .p-feature-point {
    padding: 60px 0 50px;
  }
}
.p-feature-point__contents {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-feature-point__contents {
    width: calc(100% - 20px);
    padding: 30px 0;
  }
}
.p-feature-point__item {
  display: grid;
  align-items: center;
  grid-template-columns: 470px 1fr;
  gap: 50px;
  margin-bottom: 50px;
  padding: 45px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .p-feature-point__item {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-point__item {
    grid-template-columns: 1fr;
    gap: 0px;
    padding: 20px 0 15px;
    margin-bottom: 40px;
  }
}
.p-feature-point__item-img {
  align-self: flex-start;
}
.p-feature-point__item-img img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-feature-point__item-img img {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-point__item-img {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-point__item-head {
    order: 1;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-point__item-text {
    display: contents;
  }
  .p-feature-point__item-text p {
    order: 3;
    padding: 15px 20px;
  }
}

.p-company-prof__block {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-company-prof__block {
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
}
.p-company-prof__image {
  align-self: flex-start;
  width: 33.333333333%;
}
@media screen and (max-width: 768px) {
  .p-company-prof__image {
    width: 100%;
  }
}
.p-company-prof__image img {
  border-radius: 20px;
}
.p-company-prof__info {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-company-prof__info {
    width: 100%;
  }
}
.p-company-prof__item {
  display: flex;
  gap: 50px;
  padding: 36px 10px;
  border-bottom: 1px solid #DEE7E8;
}
@media screen and (max-width: 768px) {
  .p-company-prof__item {
    flex-direction: column;
    gap: 6px;
    padding: 18px 6px;
  }
}
.p-company-prof__item dt {
  flex-shrink: 0;
  width: 150px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-company-prof__item dt {
    font-size: 16px;
  }
}
.p-company-prof__item dd {
  flex: 1;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-company-prof__item dd {
    font-size: 16px;
  }
}
.p-company-prof__item dd span {
  display: block;
}
.p-company-prof__item dd span + span {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-company-prof__item dd span + span {
    margin-top: 4px;
  }
}

.p-company__images {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-company__images {
    flex-direction: column;
    gap: 32px;
  }
}
.p-company__image {
  width: 100%;
}
.p-company__image:nth-child(2) {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-company__image:nth-child(2) {
    margin-top: 0;
  }
}
.p-company__image:nth-child(3) {
  margin-top: 240px;
}
@media screen and (max-width: 768px) {
  .p-company__image:nth-child(3) {
    margin-top: 0;
  }
}
.p-company__image img {
  border-radius: 20px;
}
.p-company__philosophy {
  font-size: 36px;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-company__philosophy {
    font-size: 20px;
  }
}

.p-company-history {
  position: relative;
  padding-block: 180px 135px;
}
@media screen and (max-width: 768px) {
  .p-company-history {
    padding-block: 46px 80px;
  }
}
.p-company-history::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/company/bg.jpg) no-repeat right bottom/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-company-history::before {
    background-position: center bottom;
  }
}
.p-company-history__list {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-company-history__list {
    margin-top: 32px;
  }
}
.p-company-history__item {
  position: relative;
  display: flex;
  padding-block: 24px;
}
@media screen and (max-width: 768px) {
  .p-company-history__item {
    padding-block: 14px;
  }
}
.p-company-history__item::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 82px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #08A39D;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-company-history__item::before {
    top: 24px;
    left: 58px;
    width: 8px;
    height: 8px;
  }
}
.p-company-history__item::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 87px;
  width: 2px;
  height: 100%;
  background: #DEE7E8;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-company-history__item::after {
    top: 30px;
    left: 61px;
  }
}
.p-company-history__year {
  flex-shrink: 0;
  width: 52px;
  margin-right: 72px;
  color: #08A39D;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-company-history__year {
    width: 46px;
    margin-right: 32px;
    font-size: 16px;
  }
}
.p-company-history__text {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-company-history__text {
    font-size: 16px;
  }
}

.p-company-access {
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .p-company-access {
    padding-bottom: 60px;
  }
}
.p-company-access__block {
  display: flex;
  gap: 60px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-company-access__block {
    flex-direction: column;
    gap: 36px;
  }
}
.p-company-access__map {
  align-self: flex-start;
  position: relative;
  width: 47.714285714%;
  padding-top: 35.714285714%;
}
@media screen and (max-width: 768px) {
  .p-company-access__map {
    width: 100%;
    padding-top: 114.2857142%;
  }
}
.p-company-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-company-access__title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-company-access__title {
    padding-inline: 10px;
    background-color: #DEE7E8;
    border-radius: 4px;
    line-height: 1.8;
  }
}
.p-company-access__button {
  position: relative;
  padding: 10px 24px 10px 6px;
  border-bottom: 1px solid #DEE7E8;
}
.p-company-access__button::after {
  content: "";
  position: absolute;
  right: 6px;
  width: 10px;
  height: 10px;
  border-bottom: 1.75px solid #08A39D;
  border-right: 1.75px solid #08A39D;
  border-radius: 1px;
  transform: rotate(45deg);
}
.p-company-access__button.is-open::after {
  top: 16px;
  transform: rotate(-135deg);
}
.p-company-access__accInner {
  display: none;
  padding-block: 24px 40px;
}
.p-company-access__order {
  max-width: 240px;
  margin: auto;
}
.p-company-access__station {
  text-align: center;
  border: 1px solid #08A39D;
  border-radius: 6px;
  font-weight: 600;
  line-height: 34px;
}
.p-company-access__station.-fill {
  border-color: #DEE7E8;
  background-color: #DEE7E8;
}
.p-company-access__way {
  position: relative;
  width: 146px;
  margin-left: 74px;
  padding: 18px 16px 24px;
  border-left: 1px solid #DEE7E8;
  font-size: 14px;
  line-height: 1.5;
}
.p-company-access__way span {
  color: #08A39D;
  font-size: 16px;
  font-weight: 600;
}
.p-company-access__way span strong {
  font-size: 20px;
  font-weight: 600;
}
.p-company-access__way::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  bottom: 0;
  margin: auto;
}
.p-company-access__way.-train::before {
  content: "";
  width: 32.32px;
  height: 18px;
  background: url(../img/company/icon-train.svg) no-repeat center/cover;
}
.p-company-access__way.-train2::before {
  content: "";
  width: 30.26px;
  height: 23px;
  background: url(../img/company/icon-train2.svg) no-repeat center/cover;
}
.p-company-access__way.-car::before {
  content: "";
  width: 34.55px;
  height: 16px;
  background: url(../img/company/icon-car.svg) no-repeat center/cover;
}
.p-company-access__way.-airplane::before {
  width: 34px;
  height: 23px;
  background: url(../img/company/icon-airplane.svg) no-repeat center/cover;
}
.p-company-access__destination {
  padding: 8px;
  background-color: #08A39D;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-weight: 600;
  line-height: 1.25;
}
.p-company-access__destination.-matsumoto {
  background-color: #D6EFE5;
  color: #101A18;
}
.p-company-access__highway-item {
  font-size: 14px;
}
.p-company-access__highway-item + .p-company-access__highway-item {
  margin-top: 24px;
}
.p-company-access__highway-item .-ic {
  display: inline-block;
  width: 114px;
  margin-inline: 3px;
  border: 1px solid #08A39D;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}
.p-company-access__highway-item .-time {
  color: #08A39D;
  font-size: 16px;
  font-weight: 600;
}
.p-company-access__highway-item .-time strong {
  font-size: 20px;
  font-weight: 600;
}

.p-404 {
  position: relative;
  margin-top: 104px;
  padding-block: 220px;
}
@media screen and (max-width: 768px) {
  .p-404 {
    margin-top: 60px;
    padding-block: 80px;
  }
}
.p-404__heading-en {
  text-align: center;
  color: #55CB2A;
  font-family: "Barlow", serif;
  font-size: 28px;
  font-weight: 600;
}
.p-404__title {
  margin-top: 8px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-404__title {
    font-size: 16px;
  }
}
.p-404__illust {
  width: 397px;
  height: auto;
  margin-left: -40px;
}
@media screen and (max-width: 768px) {
  .p-404__illust {
    width: 49.2307692%;
    margin-left: -20px;
    margin-top: 50px;
  }
}

.p-form {
  padding: 0 0 150px;
}
@media screen and (max-width: 768px) {
  .p-form {
    padding: 0 0 75px;
  }
}
.p-form__text {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-form__text {
    margin-top: 40px;
  }
}
.p-form__finish {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 75px 0 0;
}
@media screen and (max-width: 768px) {
  .p-form__finish {
    padding: 45px 0 0;
    justify-content: flex-start;
  }
}
.p-form__thanks {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 45px;
  text-align: center;
  color: #08A39D;
}
@media screen and (max-width: 768px) {
  .p-form__thanks {
    font-size: 20px;
    margin: 0 0 25px;
  }
}
.p-form__read {
  margin-bottom: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-form__read {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
  }
}
.p-form__nat {
  margin-top: 72px;
}
.p-form__nat img {
  width: 204px;
}
.p-form__confirm {
  display: none;
}

.p-download {
  max-width: 1180px;
  margin: 80px auto 180px;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .p-download {
    padding-inline: 20px;
  }
}
.p-download__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, 5.2vw, 100px);
}
@media screen and (max-width: 768px) {
  .p-download__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }
}
.p-download__item {
  width: 100%;
}
.p-download__item.-wide {
  width: 39%;
}
@media screen and (max-width: 768px) {
  .p-download__item.-wide {
    width: 100%;
  }
}
.p-download__thumb {
  border: 1px solid #DEE7E8;
  box-shadow: 0 4px 20px rgba(33, 33, 33, 0.04);
}
.p-download__title {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-download__title {
    font-size: 16px;
  }
}
.p-download__type {
  margin-top: 4px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-download__type {
    font-size: 14px;
  }
}
.p-download__button-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 18px;
}
.p-download__button {
  position: relative;
  display: block;
  width: 100%;
  background: linear-gradient(-97deg, #70B9A2, #08A39D);
  color: #fff;
  border-radius: 58px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 47px;
  box-shadow: 2px 5px 7px rgba(8, 163, 157, 0.275);
  z-index: 0;
}
.p-download__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(-98deg, #70B9A2, #08A39D, #01808B);
  border-radius: 40px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-download__button:hover::before {
    opacity: 1;
  }
}

.p-recruit-info__hero {
  display: flex;
  align-items: center;
  height: 400px;
  background: url(../img/recruit/info-hero.jpg) no-repeat center/cover;
}
.p-recruit-info__hero.-career {
  background-image: url(../img/recruit/info-career-hero.jpg);
}
.p-recruit-info__hero.-career .p-recruit-info__hero-heading {
  color: #101A18;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__hero {
    position: relative;
    height: 200px;
    background: linear-gradient(-117deg, #70B9A2, #08A39D);
    z-index: 0;
    overflow: hidden;
  }
  .p-recruit-info__hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 128.7179487vw;
    padding-top: 110.7692307vw;
    background: url(../img/common/bg-triangle2.png) no-repeat center/100%;
    pointer-events: none;
    z-index: -1;
  }
}
.p-recruit-info__hero-heading {
  display: flex;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__hero-heading {
    font-size: 34px;
  }
}
.p-recruit-info__heading-block {
  display: block;
  margin-bottom: 40px;
}
.p-recruit-info__heading-block .c-heading-secondary {
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__heading-block .c-heading-secondary {
    font-size: 20px;
  }
}
.p-recruit-info__cate {
  font-size: 24px;
  font-weight: 600;
  color: #08A39D;
  margin: 0 0 10px;
}
.p-recruit-info__cate span {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding: 15px 25px;
  background: linear-gradient(125deg, #08A2A1 0, #128BAC 100%);
}
@media screen and (max-width: 768px) {
  .p-recruit-info__cate span {
    padding: 6px 10px;
    font-size: 14px;
  }
}
.p-recruit-info__info {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__info {
    margin-top: 36px;
  }
}
.p-recruit-info__info-item {
  display: flex;
  gap: 50px;
  padding: 36px 10px;
  border-bottom: 1px solid #DEE7E8;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__info-item {
    flex-direction: column;
    gap: 6px;
    padding: 18px 6px;
  }
}
.p-recruit-info__info-item dt {
  flex-shrink: 0;
  width: 150px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__info-item dt {
    font-size: 16px;
  }
}
.p-recruit-info__info-item dd {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__info-item dd {
    font-size: 16px;
  }
}
.p-recruit-info__button-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__button-wrap {
    flex-direction: column;
    align-items: center;
    gap: 34px;
    margin-top: 66px;
  }
}
.p-recruit-info__button {
  align-self: flex-start;
  padding-block: 19px;
  padding-left: 37px;
  border-radius: 58px;
}
.p-recruit-info__button::before {
  border-radius: 58px;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__button {
    align-self: center;
    padding-block: 14px;
  }
}
.p-recruit-info__mynavi-button {
  display: block;
  width: 400px;
  margin-bottom: 16px;
  padding: 26px;
  color: #08A39D;
  border: 2px solid #AFC0C1;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__mynavi-button {
    max-width: 300px;
  }
}
.p-recruit-info__jobs {
  padding-block: 180px 160px;
  background-color: #FCFCF8;
  border-radius: 100px 100px 0 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__jobs {
    padding-block: 80px 60px;
    border-radius: 40px 40px 0 0;
  }
}
.p-recruit-info__heading {
  position: relative;
  padding-bottom: 80px;
  color: #08A39D;
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__heading {
    margin-bottom: -20px;
    padding-bottom: 30px;
    font-size: 34px;
  }
}
.p-recruit-info__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 1px;
  background-color: #AFC0C1;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__heading::after {
    width: 60px;
  }
}
.p-recruit-info__tag {
  display: inline-block;
  padding: 2px 28px;
  border-radius: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 56px;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__tag {
    border-radius: 6px;
    font-size: 24px;
    line-height: 40px;
  }
}
.p-recruit-info__tag.-newgrads {
  background-color: #08A39D;
  color: #fff;
}
.p-recruit-info__tag.-career {
  background-color: #C0EAD9;
}
.p-recruit-info__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 24px;
  }
}
.p-recruit-info__item {
  min-height: 200px;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__item {
    min-height: auto;
  }
}
.p-recruit-info__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 37px 120px 37px 48px;
  background-color: #fff;
  border: 1px solid #08A39D;
  border-radius: 30px;
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit-info__link {
    transition: 0.3s;
  }
  .p-recruit-info__link:hover {
    background-color: #D6EFE5;
  }
  .p-recruit-info__link:hover::before {
    background-image: url(../img/common/icon-arrow-hover.svg);
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-info__link {
    padding: 16px 90px 16px 24px;
    border-radius: 16px;
  }
}
.p-recruit-info__link.is-current {
  background-color: #EEFAF5;
}
.p-recruit-info__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 38px;
  bottom: 0;
  width: 51px;
  height: 48px;
  margin: auto;
  background: url(../img/common/icon-arrow-default.svg) no-repeat center/cover;
  filter: drop-shadow(2px 5px 7px rgba(8, 163, 157, 0.275));
}
@media screen and (max-width: 768px) {
  .p-recruit-info__link::before {
    right: 20px;
    width: 39px;
    height: 37px;
  }
}
.p-recruit-info__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__title {
    font-size: 18px;
  }
}
.p-recruit-info__text {
  margin-top: 13px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__text {
    font-size: 16px;
  }
}

.p-recruit-page__head {
  padding: 200px 0 80px;
  margin: 0 0 75px;
  background: url(../img/recruit/bg_recruit-page.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.p-recruit-page__head::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(9, 67, 66, 0.15) 0%, transparent 25%, rgba(8, 105, 89, 0.01) 80%, rgba(8, 163, 159, 0.1) 100%);
}
@media screen and (max-width: 768px) {
  .p-recruit-page__head {
    padding: 130px 0 40px;
    margin: 0 0 35px;
  }
}
.p-recruit-page__heading {
  font-size: 50px;
  font-weight: 600;
  background: linear-gradient(125deg, #08A39E 30%, #1379AF 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0 5px;
}
@media screen and (max-width: 1080px) {
  .p-recruit-page__heading {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-page__heading {
    font-size: 24px;
  }
}
.p-recruit-page__heading-sub {
  font-size: 30px;
  font-weight: 600;
  padding: 0 0 0 1px;
}
@media screen and (max-width: 1080px) {
  .p-recruit-page__heading-sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-page__heading-sub {
    font-size: 12px;
  }
}
.p-recruit-page__title {
  font-size: 24px;
  font-weight: 600;
  color: #08A39D;
  margin: 0 0 45px;
}
@media screen and (max-width: 1080px) {
  .p-recruit-page__title {
    font-size: 20px;
    margin: 0 0 30px;
  }
}
.p-recruit-page__title span {
  display: inline-block;
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  padding: 15px 25px;
  background: linear-gradient(125deg, #08A2A1 0, #128BAC 100%);
}
@media screen and (max-width: 1080px) {
  .p-recruit-page__title span {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-page__title span {
    font-size: 22px;
    padding: 10px 14px;
  }
}
.p-recruit-page__title-intro {
  margin: 0 0 45px;
}
@media screen and (max-width: 1080px) {
  .p-recruit-page__title-intro {
    margin: 0 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-page__title-intro {
    margin: 0 0 20px;
  }
}
.p-recruit-page__title-intro span {
  display: inline-block;
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  padding: 12px 25px;
  background: linear-gradient(125deg, #08A2A1 0, #128BAC 100%);
}
@media screen and (max-width: 1080px) {
  .p-recruit-page__title-intro span {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-page__title-intro span {
    padding: 10px 15px;
    font-size: 22px;
  }
}
.p-recruit-page__intro {
  margin: 0 0 100px;
}
.p-recruit-page__intro-row {
  display: flex;
  justify-content: space-between;
  margin: 0 0 100px;
}
@media screen and (max-width: 1080px) {
  .p-recruit-page__intro-row {
    display: block;
    margin: 0 0 75px;
  }
}
.p-recruit-page__intro-col-body {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .p-recruit-page__intro-col-body {
    width: 100%;
    margin: 0 0 35px;
  }
}
.p-recruit-page__intro-col-photo {
  width: 45%;
}
@media screen and (max-width: 1080px) {
  .p-recruit-page__intro-col-photo {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.p-recruit-page__intro-photo-01 {
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .p-recruit-page__intro-photo-01 {
    width: 48%;
  }
}
.p-recruit-page__intro-photo-01 img {
  width: 80%;
}
@media screen and (max-width: 1080px) {
  .p-recruit-page__intro-photo-01 img {
    width: 100%;
  }
}
.p-recruit-page__intro-photo-02 {
  margin: -50px 0 0;
}
@media screen and (max-width: 1080px) {
  .p-recruit-page__intro-photo-02 {
    margin: 0;
    width: 48%;
  }
}
.p-recruit-page__intro-photo-02 img {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .p-recruit-page__intro-photo-02 img {
    width: 100%;
  }
}
.p-recruit-page__intro p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-recruit-page__intro p {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* ==========================================
  SECTION 01 : イントロ + 募集中一覧
========================================== */
.p-recruit-internship__intro {
  margin: 0 0 75px;
}
.p-recruit-internship__intro-inner {
  margin-bottom: 60px;
}
.p-recruit-internship__intro-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.p-recruit-internship__intro-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-recruit-internship__intro-desc p {
  font-size: 18px;
  line-height: 1.8;
}
.p-recruit-internship__intro-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.p-recruit-page__content .p-recruit-internship__entry {
  background: #F2F2EF;
  padding: 50px 0 75px;
}
@media screen and (max-width: 768px) {
  .p-recruit-page__content .p-recruit-internship__entry {
    padding: 35px 0;
  }
}

.p-recruit-internship__entry-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1080px) {
  .p-recruit-internship__entry-list {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__entry-list {
    display: block;
  }
}
.p-recruit-internship__entry-item {
  align-self: stretch;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__entry-item {
    margin: 0 0 25px;
  }
  .p-recruit-internship__entry-item:last-child {
    margin: 0;
  }
}
.p-recruit-internship__entry-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-recruit-internship__entry-link:hover .p-recruit-internship__entry-title {
  color: #08A39D;
}
.p-recruit-internship__entry-thumb {
  aspect-ratio: 16/9;
  background: #ddd;
}
.p-recruit-internship__entry-label {
  padding: 12px 18px 0 18px;
  margin: 0 0 8px;
}
.p-recruit-internship__entry-label span {
  display: inline-block;
  color: #fff;
  background: #08A39D;
  border-radius: 30px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
}
.p-recruit-internship__entry-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 20px 22px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__entry-title {
    font-size: 15px;
    padding: 0 16px 18px;
  }
}

/* ==========================================
  SECTION 02 : インターンシップの特徴
========================================== */
.p-recruit-internship__feature {
  margin: 0 0 75px;
}
.p-recruit-internship__feature-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.p-recruit-internship__feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1080px) {
  .p-recruit-internship__feature-list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__feature-list {
    display: block;
  }
}
.p-recruit-internship__feature-item {
  padding: 30px 24px;
  background: #F7F7F4;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__feature-item {
    padding: 15px 18px 20px;
    margin: 0 0 15px;
    border-radius: 12px;
  }
  .p-recruit-internship__feature-item:last-child {
    margin: 0;
  }
}
.p-recruit-internship__feature-num {
  font-size: 50px;
  font-weight: 600;
  color: #08A39D;
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .p-recruit-internship__feature-num {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__feature-num {
    font-size: 30px;
    margin: 0 0 8px;
  }
}
.p-recruit-internship__feature-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1080px) {
  .p-recruit-internship__feature-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__feature-title {
    font-size: 18px;
    margin: 0 0 8px;
  }
}
.p-recruit-internship__feature-desc {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__feature-desc {
    font-size: 15px;
  }
}
.p-recruit-internship__feature-note {
  font-size: 14px;
}

/* ==========================================
  SECTION 03 : ３つのコース
========================================== */
.p-recruit-internship__course {
  margin: 0 0 125px;
}
.p-recruit-internship__course-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.p-recruit-internship__course-box {
  background: #F7F7F4;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__course-box {
    width: 100%;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.p-recruit-internship__course-box:last-of-type {
  margin-bottom: 0;
}
.p-recruit-internship__course-box-inner {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__course-box-inner {
    border-radius: 8px;
    padding: 12px;
  }
}
.p-recruit-internship__course-box-head {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__course-box-head {
    display: block;
    margin: 0;
  }
}
.p-recruit-internship__course-box-label {
  font-size: 20px;
  letter-spacing: 0.025em;
  color: #08A39D;
  font-weight: 600;
  margin-bottom: 8px;
  flex-basis: 100%;
}
@media screen and (max-width: 1080px) {
  .p-recruit-internship__course-box-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__course-box-label {
    font-size: 13px;
  }
}
.p-recruit-internship__course-box-title {
  font-size: 26px;
  font-weight: 600;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 1080px) {
  .p-recruit-internship__course-box-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__course-box-title {
    font-size: 17px;
    margin: 0 0 15px;
  }
}
.p-recruit-internship__course-box-desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-basis: 100%;
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__course-box-desc {
    display: block;
  }
}
.p-recruit-internship__course-box-desc p {
  flex: 1;
  padding: 0 35px 0 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__course-box-desc p {
    padding: 0;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.7;
  }
}
.p-recruit-internship__course-box-desc strong {
  background: linear-gradient(transparent 40%, #FFF6B2 40%);
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__course-box-desc strong {
    background: linear-gradient(transparent 35%, #FFF8C1 35%);
  }
}
.p-recruit-internship__course-box-act {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__course-box-act {
    width: 200px;
    margin: 0 auto;
  }
}
.p-recruit-internship__course-btn {
  width: 100%;
  position: relative;
  padding: 15px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
  background: #02537E;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__course-btn {
    font-size: 13px;
    padding: 12px 25px;
  }
}
.p-recruit-internship__course-btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  border-radius: 20px;
  top: 50%;
  right: 20px;
  margin: -7px 0 0;
}
.p-recruit-internship__course-btn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 52%;
  right: 24px;
  transform: translateY(-50%);
  transition: transform 0.3s, background-size 0.3s;
  background: linear-gradient(#02537E, #02537E) center/2px 100% no-repeat, linear-gradient(#02537E, #02537E) center/100% 2px no-repeat;
}
.p-recruit-internship__course-btn:hover {
  background: #08A39D;
}
.p-recruit-internship__course-btn:hover:after {
  background: linear-gradient(#08A39D, #08A39D) center/2px 100% no-repeat, linear-gradient(#08A39D, #08A39D) center/100% 2px no-repeat;
}
.p-recruit-internship__course-btn.is-open::after {
  transform: translateY(-50%) rotate(90deg);
  background-size: 2px 100%, 0% 2px;
}
.p-recruit-internship__course-schedule.js-accordion-target {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__course-schedule {
    padding: 35px 0 0;
  }
}
.p-recruit-internship__course-note {
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 100px;
}
.p-recruit-internship__course-extras {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__course-extras {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
.p-recruit-internship__course-extra {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 35px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__course-extra {
    grid-template-columns: 1fr 150px;
    gap: 15px;
  }
}
.p-recruit-internship__course-extra-title {
  font-size: 24px;
  font-weight: 600;
  color: #08A39D;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__course-extra-title {
    font-size: 18px;
    margin: 0 0 8px;
  }
}
.p-recruit-internship__course-extra-desc {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__course-extra-desc {
    font-size: 15px;
  }
}

.p-recruit-internship__schedule-list {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__schedule-list {
    display: block;
  }
}
.p-recruit-internship__schedule-list:last-child {
  margin: 0;
}
.p-recruit-internship__schedule-item {
  width: 25%;
  background: #f5f5f5;
  padding: 20px 25px;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .p-recruit-internship__schedule-item {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__schedule-item {
    width: 80%;
    margin: 0 auto 35px;
  }
}
.p-recruit-internship__schedule-item::after {
  position: absolute;
  top: 50%;
  right: -25px;
  margin: -3px 0 0;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__schedule-item::after {
    top: auto;
    bottom: -22px;
    right: 50%;
    margin: 0 -7px 0 0;
    border-top: none;
    border-right: 3px solid #999;
    border-bottom: 3px solid #999;
  }
}
.p-recruit-internship__schedule-step-label {
  color: #08A39D;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 8px;
}
@media screen and (max-width: 1080px) {
  .p-recruit-internship__schedule-step-label {
    font-size: 16px;
  }
}
.p-recruit-internship__schedule-step-body {
  line-height: 1.6;
}
@media screen and (max-width: 1080px) {
  .p-recruit-internship__schedule-step-body {
    font-size: 14px;
  }
}
.p-recruit-internship__schedule-day {
  width: 25%;
  background: #F0FAFA;
  padding: 20px 25px;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .p-recruit-internship__schedule-day {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__schedule-day {
    width: 80%;
    margin: 0 auto 35px;
  }
}
.p-recruit-internship__schedule-day::after {
  position: absolute;
  top: 50%;
  margin: -3px 0 0;
  right: -25px;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__schedule-day::after {
    top: auto;
    bottom: -22px;
    right: 50%;
    margin: 0 -7px 0 0;
    border-top: none;
    border-right: 3px solid #999;
    border-bottom: 3px solid #999;
  }
}
.p-recruit-internship__schedule-last::after {
  display: none;
}
.p-recruit-internship__schedule-label {
  color: #08A39D;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
}
@media screen and (max-width: 1080px) {
  .p-recruit-internship__schedule-label {
    font-size: 16px;
  }
}
.p-recruit-internship__schedule-body {
  line-height: 1.6;
}
.p-recruit-internship__schedule-row {
  display: flex;
  gap: 12px;
  padding: 0 12px 12px;
  margin: 0 0 12px;
  border-bottom: 1px solid #C9E0E0;
}
@media screen and (max-width: 1080px) {
  .p-recruit-internship__schedule-row {
    gap: 8px;
    padding: 0 6px 8px;
    margin: 0 0 8px;
  }
}
.p-recruit-internship__schedule-row:last-child {
  margin-bottom: 0;
}
.p-recruit-internship__schedule-time {
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  width: 28px;
  color: #02537E;
}
@media screen and (max-width: 1080px) {
  .p-recruit-internship__schedule-time {
    font-size: 14px;
  }
}
.p-recruit-internship__schedule-detail, .p-recruit-internship__schedule-val {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  .p-recruit-internship__schedule-detail, .p-recruit-internship__schedule-val {
    font-size: 14px;
  }
}
.p-recruit-internship__schedule-meshi {
  text-align: center;
}
.p-recruit-internship__schedule-meshi span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #08A39D;
  padding: 5px 25px;
  text-align: center;
}

/* ==========================================
  SECTION 04 : お申し込みについて
========================================== */
.p-recruit-internship__apply {
  margin-bottom: 125px;
}
.p-recruit-internship__apply-heading {
  font-size: 24px;
  font-weight: 700;
}
.p-recruit-internship__apply-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__apply-inner {
    display: block;
  }
}
.p-recruit-internship__apply-text {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__apply-text {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 25px;
  }
}
.p-recruit-internship__apply-text span {
  color: #FC1B58;
}
.p-recruit-internship__apply-text strong {
  background: #FFEFF3;
  padding: 3px 12px;
  display: inline-block;
}
.p-recruit-internship__apply-logo {
  background: #F7F7F4;
  border-radius: 12px;
  padding: 35px 100px;
}

/* ==========================================
  SECTION 05 : よくあるご質問
========================================== */
.p-recruit-internship__faq-item {
  padding: 35px;
  background: #F7F7F4;
  border-radius: 20px;
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__faq-item {
    padding: 20px;
    border-radius: 12px;
    margin: 0 0 30px;
  }
}
.p-recruit-internship__faq-item:last-child {
  margin: 0;
}
.p-recruit-internship__faq-question, .p-recruit-internship__faq-answer {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 0;
}
.p-recruit-internship__faq-question {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.p-recruit-internship__faq-question .p-recruit-internship__faq-icon {
  background: #08A39D;
}
.p-recruit-internship__faq-answer {
  line-height: 1.7;
}
.p-recruit-internship__faq-answer .p-recruit-internship__faq-icon {
  background: #00537F;
}
.p-recruit-internship__faq-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 26px;
  line-height: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__faq-icon {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.p-recruit-internship__faq-question-text, .p-recruit-internship__faq-answer-text {
  font-size: 18px;
  flex: 1;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__faq-question-text, .p-recruit-internship__faq-answer-text {
    font-size: 15px;
  }
}

.p-recruit-job__item {
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__item {
    margin: 0 0 35px;
  }
}
.p-recruit-job__item:last-child {
  margin: 0;
}
.p-recruit-job__item-link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  padding: 35px 90px 35px 35px;
  border-radius: 6px;
  border: 1px solid #C5D4DB;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__item-link {
    padding: 18px 50px 18px 18px;
    display: block;
  }
}
.p-recruit-job__item-link::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: #00537F;
  position: absolute;
  border-radius: 99px;
  top: 50%;
  right: 30px;
  margin: -22px 0 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__item-link::before {
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    right: 12px;
  }
}
.p-recruit-job__item-link::after {
  position: absolute;
  top: 50%;
  margin: -7.5px 0 0;
  right: 47px;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-recruit-job__item-link::after {
    margin: -5px 0 0;
    right: 24px;
    width: 10px;
    height: 10px;
  }
}
.p-recruit-job__item-link:hover {
  border-color: #08A39D;
}
.p-recruit-job__item-link:hover .p-recruit-job__item-title {
  color: #08A39D;
}
.p-recruit-job__item-link:hover::before {
  background: #08A39D;
}
.p-recruit-job__item-photo {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__item-photo {
    width: 80%;
    text-align: center;
    margin: 0 auto 15px;
  }
}
.p-recruit-job__item-body {
  flex: 1;
  margin: 0 0 0 35px;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__item-body {
    margin: 0;
  }
}
.p-recruit-job__item-title {
  color: #00537F;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 25px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__item-title {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.p-recruit-job__item-desc {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__item-desc {
    font-size: 15px;
    line-height: 1.7;
  }
}

.p-recruit {
  margin-top: 0;
}
.p-recruit__heading {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .p-recruit__heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__heading {
    font-size: 28px;
  }
}
.p-recruit__heading span {
  padding: 12px 25px;
  background: linear-gradient(125deg, #08A2A1 0, #128BAC 100%);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-recruit__heading span {
    padding: 8px 12px;
  }
}
.p-recruit__title {
  font-size: 28px;
  color: #08A39D;
  font-weight: 600;
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .p-recruit__title {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
.p-recruit__desc {
  font-size: 18px;
  line-height: 2;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit__desc {
    font-size: 15px;
    line-height: 1.7;
  }
}

.p-recruit-act__btn-center {
  text-align: center;
}
.p-recruit-act__btn-right {
  padding: 0.5rem 0 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-recruit-act__btn-right {
    text-align: center;
  }
}

.p-recruit-btn {
  position: relative;
  padding: 0.75rem 50px 0.75rem 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
  background: #02537E;
  display: inline-block;
}
.p-recruit-btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  border-radius: 20px;
  top: 50%;
  right: 20px;
  margin: -7px 0 0;
}
.p-recruit-btn::after {
  position: absolute;
  top: 50%;
  margin: -3px 0 0;
  right: 25px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #02537E;
  border-right: 2px solid #02537E;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit-btn:hover {
    background: #08A39D;
    color: #fff;
  }
  .p-recruit-btn:hover::after {
    border-color: #08A39D;
  }
}
.p-recruit-btn--center {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  width: fit-content;
}

.p-recruit-nav {
  position: fixed;
  z-index: 1300;
  top: 100px;
  width: 100%;
}
body.is-active .p-recruit-nav {
  z-index: 50;
}
@media screen and (max-width: 1080px) {
  .p-recruit-nav {
    top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-nav {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 14px;
  }
  .p-recruit-nav::-webkit-scrollbar {
    display: none;
  }
  .p-recruit-nav {
    scrollbar-width: none;
  }
}
.p-recruit-nav__list {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(33, 33, 33, 0.1);
  border-radius: 6px;
  padding: 8px 35px;
}
@media screen and (max-width: 1280px) {
  .p-recruit-nav__list {
    width: 980px;
  }
}
@media screen and (max-width: 1080px) {
  .p-recruit-nav__list {
    padding: 6px 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-nav__list {
    width: max-content;
    min-width: 100%;
    margin: 0 5px;
    gap: 2px;
    justify-content: flex-start;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-nav__item {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}
.p-recruit-nav__link {
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 5px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 1480px) {
  .p-recruit-nav__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1320px) {
  .p-recruit-nav__link {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-nav__link {
    padding: 8px;
  }
}
.p-recruit-nav__link.is-current {
  color: #08A39D;
}
@media screen and (max-width: 768px) {
  .p-recruit-nav__link.is-current {
    background: #E2FFFE;
  }
}
.p-recruit-nav__link.is-current::after {
  width: 100%;
}
.p-recruit-nav__link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 4px;
  background-color: #08A39D;
  z-index: 10;
  transition: 0.3s;
}
.p-recruit-nav__link:hover {
  color: #08A39D;
}
.p-recruit-nav__link:hover::after {
  width: 100%;
}
.p-recruit-nav__link:hover .p-recruit-nav__link-blank::before, .p-recruit-nav__link:hover .p-recruit-nav__link-blank::after {
  border-color: #13BEBA;
}
.p-recruit-nav__link-blank {
  position: relative;
  padding: 0 22px 0 0;
}
.p-recruit-nav__link-blank::before {
  position: absolute;
  bottom: 4px;
  right: 0;
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  border: 2px solid #08A39D;
}
.p-recruit-nav__link-blank::after {
  position: absolute;
  bottom: 0;
  right: 10px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #08A39D;
  border-bottom: 2px solid #08A39D;
}

.admin-bar .p-recruit-nav {
  top: 132px;
}

.p-recruit-hero {
  position: relative;
  height: 900px;
  background: url(../img/recruit/bg_recruit_hero.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .p-recruit-hero {
    height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-hero {
    height: 350px;
  }
}
.p-recruit-hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(9, 67, 66, 0.15) 0%, transparent 25%, rgba(8, 105, 89, 0.01) 80%, rgba(8, 163, 159, 0.1) 100%);
}
.p-recruit-hero__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding: 0 0 100px 18%;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .p-recruit-hero__content {
    margin: 0 0 0 -40px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-hero__content {
    padding: 140px 0 0 0;
    margin: 0 0 0 -80px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.p-recruit-hero__label {
  position: absolute;
  top: 85px;
  left: 90px;
  font-family: "Barlow", serif;
  font-size: clamp(2.5rem, 7vw, 8rem);
  font-weight: 800;
  color: #101A18;
  line-height: 1;
  letter-spacing: 0.08em;
  transform-origin: 0 100%;
  rotate: 90deg;
}
@media screen and (max-width: 1080px) {
  .p-recruit-hero__label {
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-hero__label {
    top: 120px;
    left: 10px;
    writing-mode: horizontal-tb;
    font-size: 2rem;
    margin-right: 0;
    margin-bottom: 16px;
    align-self: flex-start;
  }
}
.p-recruit-hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-recruit-hero__text {
    display: block;
    margin: 0 0 0;
  }
}
.p-recruit-hero__photo {
  position: absolute;
  top: -150px;
  right: 8%;
  width: 30%;
}
@media screen and (max-width: 1400px) {
  .p-recruit-hero__photo {
    top: 0;
    right: 5%;
    width: 28%;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-hero__photo {
    top: 50px;
    right: 5px;
    width: 28%;
  }
}
.p-recruit-hero__copy span {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  display: block;
  font-size: 65px;
  font-weight: bold;
  margin: 0 auto 5%;
  background: linear-gradient(125deg, #08A39E 30%, #1379AF 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1280px) {
  .p-recruit-hero__copy span {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-hero__copy span {
    font-size: 20px;
  }
}
.p-recruit-hero__badge {
  display: inline-block;
  margin-top: 32px;
  padding: 10px 28px;
  background: linear-gradient(125deg, #08A39E 30%, #1379AF 70%);
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit-hero__badge {
    padding: 6px 16px;
    font-size: 14px;
    margin: 0;
  }
}

.p-recruit-sns {
  padding: 75px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .p-recruit-sns {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-sns {
    padding: 25px 0 15px;
  }
}
.p-recruit-sns p {
  font-size: 34px;
  font-weight: 600;
  color: #101A18;
  margin: 0 35px 0;
}
@media screen and (max-width: 1080px) {
  .p-recruit-sns p {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-sns p {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.p-recruit-sns-list {
  display: flex;
  justify-content: center;
  gap: 35px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-sns-list {
    gap: 30px;
  }
}
.p-recruit-sns a {
  font-size: 60px;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit-sns a {
    font-size: 30px;
  }
}

.p-recruit-about {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit-about {
    padding: 25px 0 50px;
  }
}
.p-recruit-about__label {
  font-size: 150px;
  font-weight: 600;
  color: #F2F2EF;
  position: absolute;
  left: 35px;
  bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__label {
    display: none;
  }
}
.p-recruit-about__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__inner {
    display: block;
  }
}
.p-recruit-about__body {
  flex: 1;
}
.p-recruit-about__images {
  width: 585px;
}
@media screen and (max-width: 1280px) {
  .p-recruit-about__images {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-about__images {
    display: none;
  }
}
.p-recruit-about__images-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__images-sp {
    display: block;
  }
}
.p-recruit-internship {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship {
    padding: 50px 0;
  }
}
.p-recruit-internship {
  background: #F2F2EF;
  position: relative;
}
.p-recruit-internship__label {
  font-size: 150px;
  font-weight: 600;
  color: #FFF;
  position: absolute;
  right: 35px;
  bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__label {
    display: none;
  }
}
.p-recruit-internship__photo {
  text-align: right;
}
.p-recruit-internship__photo img {
  width: 90%;
}
.p-recruit-internship__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__inner {
    display: block;
  }
}
.p-recruit-internship__text {
  flex: 1;
}
.p-recruit-internship__btn {
  width: 400px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__btn {
    width: auto;
    text-align: center;
  }
}
.p-recruit-internship__entry {
  padding: 50px 0 150px;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__entry {
    padding: 35px 0 0;
  }
}
.p-recruit-internship__cards {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__cards {
    display: block;
  }
}
.p-recruit-internship__card {
  width: 30%;
  background: #fff;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-recruit-internship__card {
    width: 100%;
    margin: 0 0 15px;
  }
  .p-recruit-internship__card:last-child {
    margin: 0;
  }
}
.p-recruit-internship__card-label {
  padding: 12px 18px 0 18px;
  margin: 0 0 8px;
}
.p-recruit-internship__card-label span {
  display: inline-block;
  color: #fff;
  background: #08A39D;
  border-radius: 30px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
}
.p-recruit-internship__card-title {
  padding: 0 18px 15px 18px;
  line-height: 1.4;
  font-weight: 600;
}

.p-recruit-job {
  padding: 100px 0 250px;
  position: relative;
  background: url(../img/recruit/bg_job.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-recruit-job {
    padding: 50px 0;
  }
}
.p-recruit-job__label {
  font-size: 150px;
  font-weight: 600;
  color: #FFF;
  position: absolute;
  left: 35px;
  bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__label {
    display: none;
  }
}
.p-recruit-job__inner {
  display: flex;
  justify-content: space-between;
}
.p-recruit-job__body {
  width: 55%;
  position: relative;
  min-height: 400px;
}
.p-recruit-job__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.p-recruit-job__box:first-child {
  display: block;
}
.p-recruit-job__box-photo {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__box-photo {
    margin: 0 0 15px;
  }
}
.p-recruit-job__box-title {
  font-size: 24px;
  color: #02537E;
  margin: 0 0 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__box-title {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.p-recruit-job__box-body {
  font-size: 18px;
}
.p-recruit-job__acts {
  flex: 1;
  padding: 0 0 0 50px;
}
.p-recruit-job__act {
  margin: 0 0 20px;
}
.p-recruit-job__act:last-child {
  margin: 0;
}
.p-recruit-job__btn {
  width: 100%;
  position: relative;
  padding: 22px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
  background: #02537E;
  display: inline-block;
}
.p-recruit-job__btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  border-radius: 20px;
  top: 50%;
  right: 20px;
  margin: -7px 0 0;
}
.p-recruit-job__btn::after {
  position: absolute;
  top: 50%;
  margin: -3px 0 0;
  right: 25px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #02537E;
  border-right: 2px solid #02537E;
  transform: rotate(45deg);
}
.p-recruit-job__btn.is-active {
  background: #111;
}
.p-recruit-job__btn.is-active::after {
  border-color: #111;
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit-job__btn:hover {
    background: #08A39D;
    color: #fff;
  }
  .p-recruit-job__btn:hover::after {
    border-color: #08A39D;
  }
}

.js-job-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.5s ease;
}

.js-job-box.is-show {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

/* ===== SP: カードカルーセル化 (HTML/JS 変更なし) ===== */
@media screen and (max-width: 768px) {
  .p-recruit-job__inner {
    display: block;
  }
  .p-recruit-job__body {
    width: 100%;
    min-height: 0;
    display: flex !important;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 16px;
    padding: 0 16px 16px;
    margin: 0 -16px;
    -webkit-overflow-scrolling: touch;
  }
  .p-recruit-job__body::-webkit-scrollbar {
    display: none;
  }
  .p-recruit-job__body {
    scrollbar-width: none;
  }
  .p-recruit-job__acts {
    display: none;
  }
  .p-recruit-job__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 16px 0 0;
  }
  .p-recruit-job__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #92B1C1;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .p-recruit-job__dot.is-active {
    background: #02537D;
  }
  .js-job-box,
  .js-job-box.is-show {
    position: static !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    flex: 0 0 80%;
    max-width: 80%;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 16px;
    box-sizing: border-box;
  }
  .js-job-box:last-child,
  .js-job-box.is-show:last-child {
    margin-right: 16px;
  }
  .js-job-box a,
  .js-job-box.is-show a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
}
.p-recruit-job__dots {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__dots {
    display: flex;
  }
}

.p-recruit-gallery {
  overflow: hidden;
  width: 100%;
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .p-recruit-gallery {
    padding: 0 0 30px;
  }
}
.p-recruit-gallery__list {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
}
.p-recruit-gallery__list.is-running {
  animation: recruitGalleryScroll 90s linear infinite;
}
.p-recruit-gallery__img {
  flex: 0 0 auto;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-recruit-gallery__img {
    width: 200px;
  }
}
.p-recruit-gallery__img img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes recruitGalleryScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-recruit-workplace {
  padding: 100px 0 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit-workplace {
    padding: 50px 0;
  }
}
.p-recruit-workplace__label {
  font-size: 150px;
  font-weight: 600;
  color: #F2F2EF;
  position: absolute;
  left: 35px;
  bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-recruit-workplace__label {
    display: none;
  }
}
.p-recruit-workplace__heading {
  font-size: 46px;
  font-weight: 700;
  color: #101A18;
  padding: 18px 0 0;
  margin: 0 0 35px;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .p-recruit-workplace__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-workplace__heading {
    font-size: 24px;
  }
}
.p-recruit-workplace__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .p-recruit-workplace__inner {
    margin: 0 0 25px;
  }
}
.p-recruit-workplace__body {
  flex: 1;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-workplace__body {
    margin: 0;
  }
}
.p-recruit-workplace__photo {
  width: 470px;
}
@media screen and (max-width: 1280px) {
  .p-recruit-workplace__photo {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-workplace__photo {
    display: none;
  }
}
.p-recruit-workplace__photo-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-recruit-workplace__photo-sp {
    display: block;
    margin: 0 0 25px;
  }
}
.p-recruit-workplace__photo-1 {
  text-align: right;
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .p-recruit-workplace__photo-1 {
    margin: 0;
  }
}
.p-recruit-workplace__photo-1 img {
  width: 90%;
}
.p-recruit-workplace__photo-2 img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-recruit-workplace__photo-2 img {
    margin: -30px 0 0;
  }
}
.p-recruit-workplace__stats {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  padding: 25px 10px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-recruit-workplace__stats {
    padding: 15px 0 0;
  }
}
.p-recruit-workplace__stat {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .p-recruit-workplace__stat {
    width: 45%;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-workplace__stat {
    width: 49%;
  }
}
.p-recruit-workplace__stat-label {
  font-size: 16px;
  font-weight: 600;
  color: #7F9D9C;
  margin: 0 0 5px;
}
.p-recruit-workplace__stat-value {
  font-size: 24px;
}
.p-recruit-workplace__stat-value span {
  font-size: 46px;
  font-weight: 600;
  color: #08A39D;
  padding: 0 6px;
}
.p-recruit-workplace__stat-value span.p-recruit-workplace__stat-none {
  font-size: 24px;
  line-height: 52.9px;
  letter-spacing: 0;
}
.p-recruit-workplace__stat-value em {
  padding: 5px 0 0;
  display: block;
  font-size: 16px;
  font-style: normal;
}
.p-recruit-workplace__media {
  padding: 75px 0 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-recruit-workplace__media {
    display: block;
  }
}
.p-recruit-workplace__media-body {
  flex: 1;
  margin: 0 0 0 25px;
}
@media screen and (max-width: 768px) {
  .p-recruit-workplace__media-body {
    margin: 0;
  }
  .p-recruit-workplace__media-body .p-recruit-act__btn-right {
    display: none;
  }
}
.p-recruit-workplace__media-video {
  width: 580px;
}
@media screen and (max-width: 1280px) {
  .p-recruit-workplace__media-video {
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-workplace__media-video {
    width: 100%;
  }
}
.p-recruit-workplace__media-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-recruit-interview {
  padding: 100px 0 250px;
  background: #F2F2EF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview {
    padding: 50px 0;
  }
}
.p-recruit-interview__label {
  font-size: 150px;
  font-weight: 600;
  color: #FFF;
  position: absolute;
  right: 35px;
  bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__label {
    display: none;
  }
}
.p-recruit-interview__inner {
  display: flex;
  align-items: center;
  margin: 0 0 35px;
}
.p-recruit-interview__text {
  flex: 1;
}
.p-recruit-interview__text .p-recruit__desc {
  margin: 0;
}
.p-recruit-interview__btn {
  width: 400px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__btn {
    display: none;
  }
}
.p-recruit-interview__btn-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__btn-sp {
    display: block;
    padding: 35px 0 0;
    text-align: center;
  }
}
.p-recruit-interview__list {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 120px;
}
.p-recruit-interview__controls {
  width: 600px;
  max-width: 100%;
  margin: 30px 0 0;
  margin-left: calc((min(80vw, 1400px) - 600px) / 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.p-recruit-interview__swiper {
  overflow: visible !important;
  width: 80vw;
  max-width: 1400px;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.p-recruit-interview__swiper .swiper-wrapper {
  align-items: flex-end;
}
.p-recruit-interview__item {
  width: 300px !important;
  height: 400px !important;
  position: relative;
  font-weight: 600;
  flex-shrink: 0;
  z-index: 1;
  clip-path: inset(-200px 0 0 0);
}
.p-recruit-interview__item-link {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-recruit-interview__item-bg {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  overflow: hidden;
  z-index: 1;
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1), height 0.6s cubic-bezier(0.22, 1, 0.36, 1), top 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-recruit-interview__item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(2px);
  transition: transform 0.5s ease, filter 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit-interview__item-link:hover .p-recruit-interview__item-bg img {
    transform: scale(1.1);
    filter: blur(0);
  }
}
.p-recruit-interview__item-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 130px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.85));
  z-index: 3;
  pointer-events: none;
  transition: height 0.5s ease;
}
.p-recruit-interview__item-photo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  line-height: 0;
}
.p-recruit-interview__item-photo img {
  display: block;
  height: 340px;
  width: auto;
  position: absolute;
  right: 10px;
  bottom: 0;
  transition: height 0.5s ease, right 0.5s ease;
}
.p-recruit-interview__item-date {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 15px;
  z-index: 4;
  transition: padding 0.5s ease;
}
.p-recruit-interview__item-head {
  display: flex;
  align-items: center;
  margin: 0 0 6px;
}
.p-recruit-interview__item-cat {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 6px;
  background: linear-gradient(125deg, #08A2A1 0, #128BAC 100%);
}
.p-recruit-interview__item-year {
  font-size: 14px;
  padding: 0 0 0 6px;
}
.p-recruit-interview__item-title {
  font-size: 18px;
  line-height: 1.3;
}
.p-recruit-interview__item.swiper-slide-active {
  width: 600px !important;
  height: 460px !important;
  z-index: 3;
}
.p-recruit-interview__item.swiper-slide-active .p-recruit-interview__item-bg {
  width: 600px;
  height: 360px;
  top: 100px;
}
.p-recruit-interview__item.swiper-slide-active .p-recruit-interview__item-photo img {
  height: 500px;
  right: 20px;
}
.p-recruit-interview__item.swiper-slide-active .p-recruit-interview__item-link::after {
  height: 240px;
}
.p-recruit-interview__item.swiper-slide-active .p-recruit-interview__item-date {
  padding: 0 30px 25px;
}
.p-recruit-interview__item.swiper-slide-active .p-recruit-interview__item-head {
  margin: 0 0 8px;
}
.p-recruit-interview__item.swiper-slide-active .p-recruit-interview__item-cat {
  font-size: 14px;
  padding: 4px 8px;
}
.p-recruit-interview__item.swiper-slide-active .p-recruit-interview__item-year {
  font-size: 18px;
  padding: 0 0 0 10px;
}
.p-recruit-interview__item.swiper-slide-active .p-recruit-interview__item-title {
  font-size: 30px;
}
.p-recruit-interview__nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #2A7AA8;
  border: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.p-recruit-interview__nav::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-recruit-interview__nav--prev::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.p-recruit-interview__nav--next::after {
  transform: translate(-70%, -50%) rotate(45deg);
}
.p-recruit-interview__nav:hover {
  background: #1f5f87;
}
.p-recruit-interview__nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.p-recruit-interview__pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto !important;
  position: static !important;
}
.p-recruit-interview__pagination .swiper-pagination-bullet {
  background: #9BB4C2;
  opacity: 1;
  margin: 0 5px;
}
.p-recruit-interview__pagination .swiper-pagination-bullet-active {
  background: #2A7AA8;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__label {
    font-size: 72px;
    right: 16px;
    bottom: 16px;
  }
  .p-recruit-interview__inner {
    display: block;
    margin: 0 0 24px;
  }
  .p-recruit-interview__text .p-recruit__desc {
    font-size: 14px;
  }
  .p-recruit-interview__btn {
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
  .p-recruit-interview__swiper {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .p-recruit-interview__list {
    padding-top: 40px;
  }
  .p-recruit-interview__item {
    width: 180px !important;
    height: 240px !important;
  }
  .p-recruit-interview__item-bg {
    top: 60px;
    width: 180px;
    height: 180px;
  }
  .p-recruit-interview__item-photo img {
    height: 200px;
    right: 6px;
  }
  .p-recruit-interview__item-date {
    padding: 0 12px 10px;
  }
  .p-recruit-interview__item-cat {
    font-size: 10px;
    padding: 1px 4px;
  }
  .p-recruit-interview__item-year {
    font-size: 11px;
    padding: 0 0 0 4px;
  }
  .p-recruit-interview__item-title {
    font-size: 13px;
  }
  .p-recruit-interview__item.swiper-slide-active {
    width: 260px !important;
    height: 300px !important;
  }
  .p-recruit-interview__item.swiper-slide-active .p-recruit-interview__item-bg {
    width: 260px;
    height: 240px;
    top: 60px;
  }
  .p-recruit-interview__item.swiper-slide-active .p-recruit-interview__item-photo img {
    height: 320px;
    right: 10px;
  }
  .p-recruit-interview__item.swiper-slide-active .p-recruit-interview__item-link::after {
    height: 150px;
  }
  .p-recruit-interview__item.swiper-slide-active .p-recruit-interview__item-date {
    padding: 0 16px 14px;
  }
  .p-recruit-interview__controls {
    width: calc(100% - 32px);
    margin: 20px auto 0;
    gap: 8px;
  }
  .p-recruit-interview__nav {
    width: 36px;
    height: 36px;
  }
  .p-recruit-interview__nav::after {
    width: 8px;
    height: 8px;
  }
  .p-recruit-interview__pagination {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }
  .p-recruit-interview__pagination .swiper-pagination-bullet {
    margin: 0 3px;
  }
}

.p-recruit-bnr {
  padding: 75px 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-bnr {
    padding: 75px 0 0;
  }
}
.p-recruit-bnr__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .p-recruit-bnr__inner {
    display: block;
  }
}
.p-recruit-bnr__box {
  width: 580px;
  font-weight: 600;
}
@media screen and (max-width: 1270px) {
  .p-recruit-bnr__box {
    width: 48%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1080px) {
  .p-recruit-bnr__box {
    width: 580px;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-bnr__box {
    width: 100%;
    margin: 0 auto 25px;
  }
}
.p-recruit-bnr__box a {
  transition: 0.25s ease;
}
.p-recruit-bnr__box a:hover {
  opacity: 0.8;
}
.p-recruit-bnr__box a:hover.p-recruit-bnr__faq {
  border-color: #2A7AA8;
}
.p-recruit-bnr__requirements {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: url(../img/recruit/bg_requirements.jpg);
  background-size: cover;
  height: 240px;
  padding: 0 35px;
}
@media screen and (max-width: 768px) {
  .p-recruit-bnr__requirements {
    height: 180px;
    padding: 0 20px;
    border-radius: 10px;
  }
}
.p-recruit-bnr__requirements-heading {
  font-size: 46px;
  color: #fff;
  margin: auto 0 5px;
}
@media screen and (max-width: 768px) {
  .p-recruit-bnr__requirements-heading {
    font-size: 24px;
  }
}
.p-recruit-bnr__requirements-label {
  font-size: 20px;
  color: #08A39D;
  margin: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-recruit-bnr__requirements-label {
    font-size: 14px;
  }
}
.p-recruit-bnr__faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0 35px;
  border: 2px solid #08A39D;
  border-radius: 16px;
  height: 240px;
}
@media screen and (max-width: 768px) {
  .p-recruit-bnr__faq {
    height: 180px;
    padding: 0 20px;
    border-radius: 10px;
  }
}
.p-recruit-bnr__faq-text {
  flex-flow: wrap;
}
.p-recruit-bnr__faq-logo {
  flex: 1;
  text-align: center;
}
.p-recruit-bnr__faq-logo img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 660px) {
  .p-recruit-bnr__faq-logo img {
    height: auto;
    width: 100%;
  }
}
.p-recruit-bnr__faq-heading {
  font-size: 32px;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .p-recruit-bnr__faq-heading {
    font-size: 24px;
  }
}
.p-recruit-bnr__faq-label {
  font-size: 26px;
  color: #08A39D;
}
@media screen and (max-width: 768px) {
  .p-recruit-bnr__faq-label {
    font-size: 20px;
  }
}

.p-recruit-entry {
  margin: 75px 0 0;
  padding: 75px 0 100px;
  background: url(../img/recruit/bg_entry.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit-entry {
    padding: 50px 0 75px;
  }
}
.p-recruit-entry__label {
  font-size: 120px;
  font-weight: 600;
  color: #fff;
  opacity: 0.4;
  margin: 0 0 25px;
}
@media screen and (max-width: 1080px) {
  .p-recruit-entry__label {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-entry__label {
    font-size: 40px;
  }
}
.p-recruit-entry__desc {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 25px;
}
@media screen and (max-width: 1080px) {
  .p-recruit-entry__desc {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .p-recruit-entry__desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-entry__desc {
    font-size: 15px;
  }
}
.p-recruit-entry__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 45px;
}
@media screen and (max-width: 960px) {
  .p-recruit-entry__row {
    padding: 0;
  }
}
.p-recruit-entry__col {
  width: 480px;
}
@media screen and (max-width: 1200px) {
  .p-recruit-entry__col {
    width: 400px;
  }
}
@media screen and (max-width: 1080px) {
  .p-recruit-entry__col {
    width: 360px;
  }
}
@media screen and (max-width: 960px) {
  .p-recruit-entry__col {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-entry__col {
    width: 49%;
  }
}
.p-recruit-entry__button {
  display: block;
  width: 100%;
}
.p-recruit-entry__button a {
  background: #FCFC59;
  border-radius: 16px;
  display: block;
  padding: 15px 15px;
  color: #02537D;
  font-weight: 600;
  font-size: 22px;
  transition: 0.25s ease;
}
@media screen and (max-width: 960px) {
  .p-recruit-entry__button a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-entry__button a {
    font-size: 14px;
    padding: 10px 0;
    border-radius: 8px;
  }
}
.p-recruit-entry__button a:hover {
  background: #FCDD59;
}
.p-recruit-entry__button small {
  padding: 5px 0 0;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .p-recruit-entry__button small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-entry__button small {
    font-size: 12px;
  }
}
.p-recruit-entry__badge {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 12px;
}
@media screen and (max-width: 960px) {
  .p-recruit-entry__badge {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-entry__badge {
    font-size: 14px;
  }
}

.p-idea {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.p-idea__button-wrap {
  position: absolute;
  bottom: 80px;
  left: 2vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-idea__button-wrap {
    bottom: 50px;
  }
}
.p-idea__button {
  min-width: 144px;
}

.p-interview-hero {
  padding: 100px 0 0;
}
.p-interview-hero__image {
  padding-inline: 30px;
}
@media screen and (max-width: 768px) {
  .p-interview-hero__image {
    height: 250px;
    padding-inline: 20px;
  }
}
.p-interview-hero__image img {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-interview-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70%;
    border-radius: 20px;
  }
}
.p-interview-hero__card {
  position: relative;
  width: 90%;
  margin-top: -6%;
  padding: 50px 80px 0 30px;
  max-width: 1000px;
  background-color: #fff;
  border-top-right-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-interview-hero__card {
    width: 82%;
    min-width: 300px;
    padding: 20px 20px 0;
    border-top-right-radius: 20px;
  }
}
.p-interview-hero__card::before {
  content: "INTERVIEW";
  position: absolute;
  top: -98px;
  left: 30px;
  mix-blend-mode: color-dodge;
  color: #D6EFE5;
  font-family: "Barlow", serif;
  font-size: 100px;
  font-weight: 600;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-interview-hero__card::before {
    top: -10vw;
    left: 23px;
    font-size: 10.25641026vw;
  }
}
.p-interview-hero__card-inner {
  max-width: 760px;
  margin-left: auto;
}
.p-interview-hero__heading {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-interview-hero__heading {
    font-size: 18px;
  }
}
.p-interview-hero__info {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.p-interview-hero__type {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-interview-hero__type {
    font-size: 16px;
  }
}
.p-interview-hero__year {
  margin-left: 30px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-interview-hero__year {
    margin-left: 15px;
    font-size: 16px;
  }
}
.p-interview-hero__year::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 30px;
  background-color: #AFC0C1;
  vertical-align: super;
}
@media screen and (max-width: 768px) {
  .p-interview-hero__year::before {
    width: 10px;
    margin-right: 15px;
  }
}

.p-interview__contents {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-interview__contents {
    margin-top: 60px;
  }
}
.p-interview__contents .c-flex-block__image {
  align-self: center;
}
.p-interview__title {
  margin-bottom: 46px;
  color: #08A39D;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.64;
}
@media screen and (max-width: 768px) {
  .p-interview__title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}

.p-interview-challenge {
  position: relative;
  margin-top: 160px;
  padding-block: 140px 165px;
  background: linear-gradient(-158deg, #FFFFFF, #D6EFE5);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-interview-challenge {
    margin-top: 60px;
    padding-block: 46px 200px;
    background: linear-gradient(235deg, #FFFFFF, #D6EFE5);
  }
}
.p-interview-challenge::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55.46875vw;
  padding-top: 46.875vw;
  background: url(../img/common/bg-triangle2.png) no-repeat center/100%;
  pointer-events: none;
  z-index: 0;
}
.p-interview-challenge__inner {
  position: relative;
  z-index: 1;
}
.p-interview-challenge__image {
  width: 100%;
  max-width: 800px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .p-interview-challenge__image {
    margin-top: 24px;
  }
}

.p-interview-schedule {
  position: relative;
  margin-top: -100px;
  padding-block: 160px;
  background-color: #FCFCF8;
  border-radius: 100px 100px 0 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-interview-schedule {
    margin-top: -140px;
    border-radius: 40px 40px 0 0;
    padding-block: 60px;
  }
}
.p-interview-schedule__block {
  display: flex;
  gap: 140px;
}
@media screen and (max-width: 768px) {
  .p-interview-schedule__block {
    flex-direction: column;
    gap: 40px;
  }
}
.p-interview-schedule__list {
  flex: 1;
}
.p-interview-schedule__item {
  position: relative;
  display: flex;
  gap: 20px;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .p-interview-schedule__item {
    flex-direction: column;
    gap: 0;
    padding-left: 28px;
  }
}
.p-interview-schedule__item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #08A39D;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .p-interview-schedule__item::before {
    top: 7px;
  }
}
.p-interview-schedule__item::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 20px;
  width: 2px;
  height: calc(100% + 40px);
  background-color: #08A39D;
}
@media screen and (max-width: 768px) {
  .p-interview-schedule__item::after {
    top: 18px;
  }
}
.p-interview-schedule__item:last-of-type::after {
  content: none;
}
.p-interview-schedule__item + .p-interview-schedule__item {
  margin-top: 48px;
}
.p-interview-schedule__time {
  width: 86px;
  color: #08A39D;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-interview-schedule__time {
    font-size: 16px;
  }
}
.p-interview-schedule__text-block {
  flex: 1;
}
.p-interview-schedule__title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-interview-schedule__title {
    margin-bottom: 0;
    font-size: 16px;
  }
}

.p-interview-message {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-interview-message {
    margin-top: 60px;
  }
  .p-interview-message .c-flex-block {
    flex-direction: column-reverse;
  }
  .p-interview-message .c-flex-block__image {
    text-align: center;
  }
  .p-interview-message .c-flex-block__image img {
    width: 75%;
  }
}

.p-interview-member {
  margin-top: 160px;
  padding-block: 150px 170px;
  background: linear-gradient(-150deg, #FFFFFF, #D6EFE5);
}
@media screen and (max-width: 768px) {
  .p-interview-member {
    margin-top: 60px;
    padding-block: 60px;
    background: linear-gradient(260deg, #FFFFFF, #D6EFE5);
    border-radius: 40px 40px 0 0;
  }
}
.p-interview-member__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.75rem, -1.25rem + 4.29vw, 2.5rem) clamp(2.5rem, -1.5rem + 5.71vw, 3.5rem);
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-interview-member__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 34px;
  }
}
.p-interview-member__link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  clip-path: inset(0 0 round 20px);
}
@media screen and (max-width: 768px) {
  .p-interview-member__link {
    aspect-ratio: 35/26;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-interview-member__link {
    transition: 0.3s;
  }
  .p-interview-member__link:hover {
    opacity: 0.7;
  }
}
.p-interview-member__thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.p-interview-member__text-block {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 90%;
  max-width: 260px;
  padding: 14px 20px 8px;
  background-color: #fff;
  border-radius: 0 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-interview-member__text-block {
    width: fit-content;
    min-width: 150px;
    padding: 8px 20px;
  }
}
.p-interview-member__year {
  font-size: min(0.9375vw, 18px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-interview-member__year {
    font-size: 14px;
  }
}
.p-interview-member__tag {
  margin-left: 8px;
  padding: 0 5px 1px 4px;
  border-radius: 3px;
  font-size: clamp(0.625rem, -0.875rem + 2.14vw, 1rem);
}
@media screen and (max-width: 768px) {
  .p-interview-member__tag {
    font-size: 14px;
  }
}
.p-interview-member__tag.-newgrads {
  background-color: #08A39D;
  color: #fff;
}
.p-interview-member__tag.-career {
  background-color: #c0ead9;
}
.p-interview-member__section {
  font-size: min(1.25vw, 24px);
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-interview-member__section {
    font-size: 16px;
  }
}

.p-interview-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .p-interview-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 950px) {
  .p-interview-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
}
@media screen and (max-width: 540px) {
  .p-interview-list {
    gap: 0 16px;
  }
}

.p-interview-card {
  position: relative;
  width: 100%;
  aspect-ratio: 300/400;
  font-weight: 600;
  overflow: visible;
}
.p-interview-card__link {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.p-interview-card__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 130px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.85));
  z-index: 3;
  pointer-events: none;
}
.p-interview-card__bg {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 75%;
  overflow: hidden;
  z-index: 1;
}
.p-interview-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-interview-card__photo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  line-height: 0;
}
.p-interview-card__photo img {
  display: block;
  height: 85%;
  width: auto;
  position: absolute;
  right: 3%;
  bottom: 0;
}
.p-interview-card__date {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 15px;
  z-index: 4;
  color: #fff;
}
.p-interview-card__head {
  display: flex;
  align-items: center;
  margin: 0 0 6px;
}
.p-interview-card__cat {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 6px;
  background: linear-gradient(125deg, #08A2A1 0, #128BAC 100%);
}
@media screen and (max-width: 768px) {
  .p-interview-card__cat {
    font-size: 11px;
  }
}
.p-interview-card__year {
  font-size: 14px;
  padding: 0 0 0 6px;
}
.p-interview-card__title {
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-interview-card__title {
    font-size: 13px;
  }
}
.p-interview-card__bg img {
  transition: transform 0.4s ease;
}
.p-interview-card:hover .p-interview-card__bg img {
  transform: scale(1.08);
}

@media screen and (max-width: 540px) {
  .p-interview-card__date {
    padding: 0 8px 7px;
  }
  .p-interview-card__cat {
    font-size: 11px;
    padding: 2px 5px;
  }
  .p-interview-card__year {
    font-size: 12px;
  }
  .p-interview-card__link::after {
    height: 110px;
  }
}
.p-products__item {
  margin: 0 0 75px;
}
@media screen and (max-width: 768px) {
  .p-products__item {
    margin: 0 0 35px;
  }
}
.p-products__item-link {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 50px;
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.1);
  transition: border 0.3s;
}
@media screen and (max-width: 768px) {
  .p-products__item-link {
    display: block;
    padding: 25px;
  }
}
.p-products__item-link:hover {
  border-color: #08A39D;
}
.p-products__item-link:hover img {
  scale: 1.05;
}
@media screen and (max-width: 768px) {
  .p-products__item-link:hover img {
    scale: 1;
  }
}
.p-products__item-link:hover .c-button-primary::before {
  opacity: 1;
}
.p-products__item-thumb {
  width: 380px;
}
@media screen and (max-width: 1080px) {
  .p-products__item-thumb {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .p-products__item-thumb {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }
}
.p-products__item-thumb img {
  transition: scale 0.75s;
}
@media screen and (max-width: 768px) {
  .p-products__item-thumb img {
    width: 75%;
  }
}
.p-products__item-body {
  flex: 1;
  padding: 0 0 0 45px;
}
@media screen and (max-width: 768px) {
  .p-products__item-body {
    padding: 0;
  }
}
.p-products__item-cate {
  color: #08A39D;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .p-products__item-cate {
    font-size: 14px;
  }
}
.p-products__item-name {
  font-weight: 600;
  font-size: 38px;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .p-products__item-name {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
.p-products__item-name span {
  font-size: 20px;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .p-products__item-name span {
    font-size: 14px;
  }
}
.p-products__item-desc {
  font-size: 20px;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .p-products__item-desc {
    font-size: 15px;
    margin: 0 0 25px;
  }
}
.p-products__item-btn {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .p-products__item-btn {
    justify-content: center;
  }
}

.p-product-hero {
  padding-bottom: 240px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-product-hero {
    margin-bottom: 80px;
    padding-bottom: 0;
  }
}
.p-product-hero__body {
  position: relative;
  padding-block: 104px 78px;
  background: linear-gradient(-104deg, #70B9A2, #08A39D);
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .p-product-hero__body {
    margin-bottom: 12%;
    padding-block: 11.53846vw 0;
  }
}
.p-product-hero__body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5.15625vw;
  bottom: 0;
  width: 816px;
  margin: auto;
  padding-top: 706px;
  background: url(../img/common/bg-triangle2.png) no-repeat center/100%;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .p-product-hero__body::after {
    top: 1.4583333vw;
    left: auto;
    right: 0;
    width: 114.21282051vw;
    padding-top: 98.27692308vw;
  }
}
.p-product-hero__block {
  position: relative;
  display: flex;
  max-width: 1650px;
  margin: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 1000px) {
  .p-product-hero__block {
    flex-direction: column-reverse;
    padding-inline: 15px;
  }
}
.p-product-hero__image {
  position: absolute;
  top: 8.7%;
  width: 47.2727272727%;
}
@media screen and (max-width: 1000px) {
  .p-product-hero__image {
    position: relative;
    width: 88.53846154%;
    margin: -10% -10% -10% auto;
  }
}
.p-product-hero__text-block {
  width: 49%;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .p-product-hero__text-block {
    width: 100%;
  }
}
.p-product-hero__copy {
  width: 100%;
  max-width: 610px;
}
@media screen and (max-width: 1000px) {
  .p-product-hero__copy {
    width: 83%;
    max-width: auto;
  }
}
.p-product-hero__read {
  margin-top: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .p-product-hero__read {
    margin-top: 10px;
    font-size: 3.63076923vw;
  }
}
.p-product-hero__heading-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  margin-top: 54px;
}
@media screen and (max-width: 1000px) {
  .p-product-hero__heading-block {
    margin-top: 36px;
  }
}
.p-product-hero__text {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .p-product-hero__text {
    font-size: 3.333333333vw;
  }
}
.p-product-hero__name {
  color: #fff;
  font-family: "Barlow", serif;
  font-size: 68px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .p-product-hero__name {
    font-size: 10.25641026vw;
  }
}
.p-product-hero__name span {
  display: block;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .p-product-hero__name span {
    font-size: 2.56410256vw;
  }
}
.p-product-hero__pc {
  display: block;
}
@media screen and (max-width: 1000px) {
  .p-product-hero__pc {
    display: none;
  }
}
.p-product-hero__sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-product-hero__sp {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1000px) {
  .p-product-hero__button {
    width: 100%;
    max-width: 290px;
    padding-block: 13px;
  }
}

.p-product-purpose {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .p-product-purpose {
    padding: 60px 0 0;
    margin: 0 -5px;
  }
}
.p-product-purpose__read {
  margin-top: 30px;
}
.p-product-purpose__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-product-purpose__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 46px;
  }
}
.p-product-purpose__image {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.p-product-purpose__text-list {
  margin-top: 10px;
}
.p-product-purpose__text-list + .u-text {
  margin-top: 5px;
  text-align: right;
}
.p-product-purpose__text-list li {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 5px;
}
.p-product-purpose__text-list li:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-product-purpose__text-list li {
    padding-left: 15px;
    font-size: 16px;
  }
}
.p-product-purpose__text-list li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 12px;
  background-color: #888;
}
@media screen and (max-width: 768px) {
  .p-product-purpose__text-list li::before {
    top: 9px;
  }
}

.p-product__heading-block {
  display: flex;
  gap: 46px;
}
@media screen and (max-width: 768px) {
  .p-product__heading-block {
    flex-direction: column;
    gap: 16px;
  }
}
.p-product__label {
  width: fit-content;
  min-width: 200px;
  padding: 20px 0 20px 55px;
  background: linear-gradient(-145deg, #FFFFFF, #D6EFE5);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-product__label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    min-width: auto;
    margin-left: -20px;
    padding: 18px 40px 18px 30px;
    border-radius: 0 20px 20px 0;
  }
}
.p-product__cate {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-product__cate {
    font-size: 24px;
  }
}
.p-product__heading {
  align-self: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.57;
}
@media screen and (max-width: 768px) {
  .p-product__heading {
    align-self: flex-start;
    font-size: 18px;
  }
}
.p-product__block {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-product__block {
    margin-top: 60px;
  }
}
.p-product__block .c-heading__border-min {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-product__block .c-heading__border-min {
    margin-bottom: 16px;
  }
}
.p-product__grid {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-product__grid {
    flex-direction: column;
    gap: 26px;
  }
}
.p-product__images {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-product__images {
    flex-direction: column;
    gap: 20px;
    margin-top: 26px;
  }
}
.p-product__images.-min {
  max-width: 650px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-product__images.-min {
    flex-direction: row;
    gap: 10px;
    justify-content: center;
  }
}
.p-product__images.-middle {
  max-width: 810px;
  margin-inline: auto;
}
.p-product__image06 {
  flex-shrink: 0;
  width: 34%;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-product__image06 {
    width: 66%;
    margin: auto;
  }
}
.p-product__image-2col {
  flex-shrink: 0;
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-product__image-2col {
    width: 100%;
  }
}
.p-product__image13 {
  flex-shrink: 0;
  width: 42%;
}
@media screen and (max-width: 768px) {
  .p-product__image13 {
    order: -1;
    width: 100%;
  }
}
.p-product__image14 {
  width: 35.539%;
}
.p-product__image15 {
  width: 55.078%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-product__image15 {
    margin-left: 0;
  }
}
.p-product__tire-photos {
  display: flex;
  justify-content: space-between;
}
.p-product__tire-photo {
  width: 32%;
}

.p-product-process {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 54px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .p-product-process {
    grid-template-columns: repeat(1, 1fr);
    gap: 26px;
    margin-top: 26px;
  }
}
.p-product-process__image {
  margin-bottom: 10px;
  border: 1px solid #3466AB;
}

.p-product-specification {
  padding: 150px 0 0;
}
@media screen and (max-width: 768px) {
  .p-product-specification {
    padding: 50px 0 0;
  }
}
.p-product-specification__list {
  margin-block: 40px;
}
@media screen and (max-width: 768px) {
  .p-product-specification__list {
    margin-block: 32px;
  }
}
.p-product-specification__item {
  display: flex;
  padding: 25px 15px;
  border-bottom: 1px solid #DEE7E8;
}
@media screen and (max-width: 768px) {
  .p-product-specification__item {
    flex-direction: column;
    gap: 6px;
    padding: 18px 6px;
  }
}
.p-product-specification__item dt {
  flex-shrink: 0;
  width: 270px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-product-specification__item dt {
    font-size: 16px;
  }
}
.p-product-specification__item dd {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-product-specification__item dd {
    font-size: 16px;
  }
}
.p-product-specification__attr {
  padding: 35px 15px 0;
}
.p-product-specification__attr li {
  margin-left: 1.75em;
  text-indent: -1.75em;
  font-size: 16px;
  line-height: 1.6;
}
.p-product-specification__attr li + li {
  margin-top: 8px;
}

.p-product-wrap {
  background: url(../img/product/bg_puroduct-detail.jpg) center top no-repeat;
  background-size: 100% auto;
  padding: 120px 0 0;
}
@media screen and (max-width: 1080px) {
  .p-product-wrap {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .p-product-wrap .c-breadcrumb {
    margin-bottom: 0;
  }
}
.p-product-detail {
  margin-top: -60px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-product-detail {
    margin-top: 20px;
  }
}
.p-product-detail::before {
  content: "";
  position: absolute;
  top: 1000px;
  left: -6px;
  width: calc(100% + 12px);
  height: 300px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  pointer-events: none;
  z-index: 1;
}
.p-product-detail::after {
  content: "";
  position: absolute;
  top: 1300px;
  bottom: 0;
  left: -6px;
  width: calc(100% + 12px);
  background: #fff;
  pointer-events: none;
}
.p-product-detail__inner {
  position: relative;
  z-index: 2;
  padding: 35px 35px 0;
}
@media screen and (max-width: 1080px) {
  .p-product-detail__inner {
    padding: 15px 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-product-detail__inner {
    padding: 8px 8px 0;
  }
}
.p-product-detail__inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 30px;
  width: calc(100% + 12px);
  background: #fff;
  pointer-events: none;
}
.p-product-detail__head {
  background: linear-gradient(135deg, #FEFEFE 0%, #FEFEFE 5%, #E9F1F4 100%);
  padding: 60px 40px 25px 80px;
  border-radius: 12px;
}
@media screen and (max-width: 1080px) {
  .p-product-detail__head {
    padding: 40px 40px 25px 40px;
  }
}
@media screen and (max-width: 860px) {
  .p-product-detail__head {
    padding: 25px;
  }
}
.p-product-detail__head-wrap {
  display: flex;
  position: relative;
}
@media screen and (max-width: 860px) {
  .p-product-detail__head-wrap {
    flex-direction: column-reverse;
  }
}
.p-product-detail__head-body {
  width: 50%;
  margin: 0 75px 0 0;
}
@media screen and (max-width: 860px) {
  .p-product-detail__head-body {
    width: 100%;
  }
}
.p-product-detail__head-logo {
  margin: 0 0 30px;
}
.p-product-detail__head-logo img {
  max-width: 522px;
}
@media screen and (max-width: 1400px) {
  .p-product-detail__head-logo img {
    max-width: 460px;
  }
}
@media screen and (max-width: 860px) {
  .p-product-detail__head-logo img {
    width: 180px;
    margin: 0;
  }
}
.p-product-detail__head-catch {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .p-product-detail__head-catch {
    font-size: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .p-product-detail__head-catch {
    font-size: 20px;
  }
}
@media screen and (max-width: 860px) {
  .p-product-detail__head-catch {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
.p-product-detail__head-catch span {
  display: block;
  margin: 0 0 10px;
}
.p-product-detail__head-catch span:last-child {
  margin: 0;
}
.p-product-detail__head-cat {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 8px;
}
@media screen and (max-width: 860px) {
  .p-product-detail__head-cat {
    font-size: 18px;
  }
}
.p-product-detail__head-title {
  font-size: 38px;
  font-weight: 600;
  margin: 0 0 35px;
}
@media screen and (max-width: 1400px) {
  .p-product-detail__head-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .p-product-detail__head-title {
    font-size: 24px;
  }
}
.p-product-detail__head-photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
}
@media screen and (max-width: 1400px) {
  .p-product-detail__head-photo {
    width: 45%;
  }
}
@media screen and (max-width: 860px) {
  .p-product-detail__head-photo {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .p-product-detail__head-photo img {
    width: 75%;
  }
}
.p-product-detail__intro-body {
  padding: 60px 80px 80px;
}
@media screen and (max-width: 1080px) {
  .p-product-detail__intro-body {
    padding: 45px 25px 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-product-detail__intro-body {
    padding: 35px 5px 40px;
  }
}
.p-product-detail__intro-catch {
  padding: 10px 0 0;
  margin: 0 0 25px;
}
.p-product-detail__intro-media {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.p-product-detail__intro-photo {
  display: flex;
  justify-content: center;
}
.p-product-detail__media-youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-product-detail__media-youtube iframe {
  width: 100% !important;
  height: 100% !important;
}
.p-product-detail__media-photo {
  width: 30%;
  padding: 0 25px;
}
@media screen and (max-width: 860px) {
  .p-product-detail__media-photo {
    width: 48%;
    padding: 0 5px;
  }
}

.p-history {
  position: relative;
}
.p-history__inner {
  overflow: hidden;
}
.p-history__line-pc {
  position: relative;
  left: -80px;
  width: auto;
  margin: auto;
  display: block;
}
.p-history__block {
  position: absolute;
  padding: clamp(1.5rem, 0.917rem + 1.22vw, 2.375rem);
  border-radius: 20px;
}
.p-history__block.-block01 {
  top: 90px;
  right: calc(50vw + 150px);
  width: 37.5%;
  max-width: 600px;
  background-color: #FCFCF8;
  filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.1));
}
.p-history__block.-block01::after {
  content: "";
  position: absolute;
  top: 2.8%;
  right: -7%;
  border-width: clamp(1.875rem, 1.042rem + 1.74vw, 3.125rem);
  border-style: solid;
  border-color: #FCFCF8 #FCFCF8 transparent transparent;
  transform: scaleY(0.2) rotate(45deg);
  border-top-right-radius: 2px;
  z-index: -1;
}
.p-history__block.-block02 {
  top: 500px;
  left: calc(50vw + 285px);
  width: 27%;
  max-width: 500px;
  background-color: #fff;
  filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.1));
}
.p-history__block.-block02::after {
  content: "";
  position: absolute;
  top: 2.8%;
  left: -7%;
  border-width: clamp(1.875rem, 1.042rem + 1.74vw, 3.125rem);
  border-style: solid;
  border-color: transparent transparent #fff #fff;
  transform: scaleY(0.2) rotate(45deg);
  border-top-right-radius: 2px;
  z-index: -1;
}
.p-history__block.-block03 {
  top: 760px;
  right: calc(50vw + 70px);
  width: 27%;
  max-width: 500px;
  background-color: #fff;
  filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.1));
}
.p-history__block.-block03::after {
  content: "";
  position: absolute;
  bottom: 32%;
  right: -7%;
  border-width: clamp(1.875rem, 1.042rem + 1.74vw, 3.125rem);
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  transform: scaleY(0.2) rotate(45deg);
  border-top-right-radius: 2px;
  z-index: -1;
}
.p-history__block.-block04 {
  top: 1380px;
  right: calc(50vw + 62px);
  width: 37.5%;
  max-width: 600px;
  background-color: #fff;
  filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.1));
}
.p-history__block.-block04::after {
  content: "";
  position: absolute;
  top: 112px;
  right: -7%;
  border-width: clamp(1.875rem, 1.042rem + 1.74vw, 3.125rem);
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  transform: scaleY(0.2) rotate(45deg);
  border-top-right-radius: 2px;
  z-index: -1;
}
.p-history__title {
  font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
  font-weight: 600;
  line-height: 1.6;
}
.p-history__text {
  margin-top: 4px;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  line-height: 2;
}
.p-history__image {
  display: block;
  width: 80.917%;
  margin-bottom: 20px;
}
.p-history__1981 {
  position: absolute;
  top: 55px;
  left: calc(50vw - 20px);
  font-family: "Barlow", serif;
  font-size: 60px;
  font-weight: 600;
}
.p-history__year {
  position: absolute;
  padding: 0 10px 10px;
  border-bottom: 3px solid #afc0c1;
  font-family: "Barlow", serif;
  font-size: 40px;
  font-weight: 600;
}
.p-history__year::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #afc0c1;
  border-radius: 16px;
}
.p-history__year.-y1985 {
  top: 300px;
  left: calc(50vw + 155.5px);
}
.p-history__year.-y1985::before {
  content: "";
  position: absolute;
  top: 76px;
  left: -48px;
  width: 58px;
  height: 3px;
  background: #afc0c1;
  transform: rotate(-45deg);
}
.p-history__year.-y1985::after {
  top: 86px;
  left: -44.5px;
}
.p-history__year.-y1990 {
  top: 948px;
  left: calc(50vw + 150.5px);
}
.p-history__year.-y1990::before {
  content: "";
  position: absolute;
  top: 30Px;
  left: -40px;
  width: 58px;
  height: 3px;
  background: #afc0c1;
  transform: rotate(65deg);
}
.p-history__year.-y1990::after {
  top: -8px;
  left: -34.5px;
}
.p-history__year.-y1995 {
  top: 1358px;
  left: calc(50vw + 36.5px);
}
.p-history__year.-y1995::before {
  content: "";
  position: absolute;
  top: 33px;
  left: -44px;
  width: 58px;
  height: 3px;
  background: #afc0c1;
  transform: rotate(55deg);
}
.p-history__year.-y1995::after {
  top: -3px;
  left: -43.5px;
}
.p-history__icon {
  position: absolute;
  width: 59.57px;
  height: 94.58px;
}
.p-history__icon.-icon01 {
  top: 460px;
  left: calc(50vw + 170px);
}

.p-support-outline {
  max-width: 1680px;
  margin-inline: auto;
  padding-inline: 40px;
  margin: 0 auto 180px;
}
@media screen and (max-width: 768px) {
  .p-support-outline {
    padding-inline: 20px;
    margin: 0 auto 80px;
  }
}
.p-support-outline__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-support-outline__row {
    display: block;
  }
}
.p-support-outline__col-text {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .p-support-outline__col-text {
    width: auto;
    margin-bottom: 30px;
  }
}
.p-support-outline__col-photo {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .p-support-outline__col-photo {
    width: auto;
  }
}
.p-support-outline__col-photo img {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-support-outline__col-photo img {
    border-radius: 20px;
  }
}
.p-support-contents {
  margin: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .p-support-contents {
    display: block;
    margin: 0 0 80px;
  }
}
.p-support__block {
  margin: 0 0 125px;
}
@media screen and (max-width: 768px) {
  .p-support__block {
    margin: 0 0 50px;
  }
}
.p-support__block:last-child {
  margin: 0;
}
.p-support__block-inner {
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .p-support__block-inner {
    padding: 20px 0 0;
  }
}
.p-support-step {
  padding: 45px 30px 0;
}
@media screen and (max-width: 768px) {
  .p-support-step {
    padding: 45px 10px 0;
  }
}
.p-support-step__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-support-step__list {
    display: block;
  }
}
.p-support-step__item {
  width: 30%;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-support-step__item {
    width: 100%;
    padding: 25px;
    margin: 0 0 35px;
  }
}
.p-support-step__item::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: -45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #d9edd2;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .p-support-step__item::before {
    top: auto;
    bottom: -30px;
    margin: 0 0 0 -7.5px;
    right: auto;
    left: 50%;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 25px solid #d9edd2;
    border-bottom: 0;
  }
}
.p-support-step__item:last-child {
  margin: 0;
}
.p-support-step__item:last-child::before {
  display: none;
}
.p-support-step__no {
  color: #55CB2A;
  text-transform: uppercase;
  font-family: "Barlow", serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .p-support-step__no {
    font-size: 18px;
    margin: 0 0 5px;
  }
}
.p-support-step__title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .p-support-step__title {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
.p-support-step__body p {
  line-height: 1.7;
}

.p-about__section {
  margin: 0 0 150px;
}
@media screen and (max-width: 768px) {
  .p-about__section {
    margin: 0 0 75px;
  }
}
.p-about-fa__section {
  background: #F7F7F4;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-about-fa__section {
    margin: 0 0 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-fa__section {
    border-radius: 12px;
    padding: 10px;
  }
}
.p-about-fa__inner {
  background: #fff;
  border-radius: 16px;
  padding: 45px;
}
@media screen and (max-width: 768px) {
  .p-about-fa__inner {
    border-radius: 8px;
    padding: 12px;
  }
}
.p-about-fa__title {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .p-about-fa__title {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
.p-about-fa__title-sub {
  color: #08A39D;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .p-about-fa__title-sub {
    font-size: 14px;
  }
}
.p-about-fa__ex-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 20px;
}
@media screen and (max-width: 768px) {
  .p-about-fa__ex-title {
    font-size: 14px;
    margin: 0 0 8px 5px;
  }
}
.p-about-fa__desc {
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .p-about-fa__desc {
    margin: 0 0 25px;
  }
}
.p-about-fa__desc p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-about-fa__desc p {
    font-size: 15px;
    line-height: 1.7;
  }
}
.p-about-fa__list {
  display: flex;
  justify-content: space-between;
  padding: 0 65px;
}
@media screen and (max-width: 768px) {
  .p-about-fa__list {
    display: block;
    padding: 0 20px 15px;
  }
}
.p-about-fa__item {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .p-about-fa__item {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.p-about-fa__image {
  text-align: center;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .p-about-fa__image {
    width: 25%;
    margin: 0;
  }
}
.p-about-fa__name {
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-about-fa__name {
    font-size: 14px;
    margin: 0 0 0 16px;
    text-align: left;
  }
}
.p-about-field__section {
  margin: 0 0 150px;
}
@media screen and (max-width: 768px) {
  .p-about-field__section {
    margin: 0 0 75px;
  }
}
.p-about-field__intro-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-about-field__intro-row {
    display: block;
    margin: 0 0 45px;
  }
}
.p-about-field__intro-col-desc {
  flex: 1;
  margin: 0 50px 45px 0;
}
@media screen and (max-width: 768px) {
  .p-about-field__intro-col-desc {
    margin: 0 0 25px;
  }
}
.p-about-field__intro-col-desc p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-about-field__intro-col-desc p {
    font-size: 15px;
    line-height: 1.7;
  }
}
.p-about-field__intro-col-data {
  width: 420px;
  background: #F7F7F4;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  font-weight: 600;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .p-about-field__intro-col-data {
    width: 100%;
    border-radius: 12px;
  }
}
.p-about-field__data-label {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p-about-field__data-label {
    font-size: 20px;
  }
}
.p-about-field__data-year {
  font-size: 46px;
  color: #08A39D;
}
@media screen and (max-width: 768px) {
  .p-about-field__data-year {
    font-size: 30px;
  }
}
.p-about-field__data-year span {
  font-size: 90px;
  padding: 0 4px 0 0;
}
@media screen and (max-width: 768px) {
  .p-about-field__data-year span {
    font-size: 50px;
  }
}
.p-about-field__data-status {
  font-size: 30px;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .p-about-field__data-status {
    font-size: 20px;
  }
}
.p-about-field__data-since {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-about-field__data-since {
    font-size: 16px;
  }
}
.p-about-field__bar {
  height: 36px;
  width: 100%;
}
.p-about-field__technology-intro {
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .p-about-field__technology-intro {
    margin: 0 0 30px;
  }
}
.p-about-field__technology-intro p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-about-field__technology-intro p {
    font-size: 15px;
    line-height: 1.7;
  }
}
.p-about-field__technology-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-about-field__technology-list {
    grid-template-columns: 1fr;
  }
}
.p-about-field__technology-item {
  padding: 35px 28px;
  background: #F7F7F4;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-about-field__technology-item {
    padding: 16px 15px;
    border-radius: 12px;
  }
}
.p-about-field__technology-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-about-field__technology-title {
    font-size: 18px;
    margin: 0 0 8px;
  }
}
.p-about-field__technology-desc {
  font-size: 17px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-about-field__technology-desc {
    font-size: 15px;
  }
}
.p-about-philosophy {
  margin: 0 0 150px;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy {
    margin: 0 0 75px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-philosophy {
    margin: 0 0 75px;
  }
}
.p-about-philosophy__text {
  font-size: 40px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .p-about-philosophy__text {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-philosophy__text {
    font-size: 24px;
  }
}
.p-about-guidelines__desc p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-about-guidelines__desc p {
    font-size: 15px;
    line-height: 1.7;
  }
}
.p-about-guidelines__list {
  margin: 0 0 75px;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .p-about-guidelines__list {
    padding: 0 0 0 5px;
    margin: 0 0 35px;
  }
}
.p-about-guidelines__item {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 25px;
  counter-increment: guideline-num;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1080px) {
  .p-about-guidelines__item {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-guidelines__item {
    font-size: 18px;
    position: relative;
    padding: 0 0 0 20px;
  }
}
.p-about-guidelines__item::before {
  content: counter(guideline-num);
  font-weight: bold;
  color: #08A39D;
  margin-right: 15px;
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .p-about-guidelines__item::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-guidelines__item::before {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-about-guidelines__item:last-child {
  margin: 0;
}

.area-color1-1 {
  background: linear-gradient(135deg, #10a89a, #1bcbbd);
}

.area-color1-2 {
  background: linear-gradient(135deg, #6bc4e8, #86d1ee);
}

.area-color1-3 {
  background: linear-gradient(135deg, #df2a75, #ec498c);
}

.area-color1-4 {
  background: linear-gradient(135deg, #9d9bf9, #b5b3fa);
}

.area-color1-5 {
  background: linear-gradient(135deg, #fab828, #fcd051);
}

.area-color2-1 {
  background: linear-gradient(135deg, #d61668, #eb2a7f);
}

.area-color2-2 {
  background: linear-gradient(135deg, #8492f6, #a1aef9);
}

.area-color2-3 {
  background: linear-gradient(135deg, #60c1e5, #7bcdec);
}

.area-color2-4 {
  background: linear-gradient(135deg, #faa21b, #fbc043);
}

.p-about-fa-work__section {
  margin: 0 0 150px;
}
@media screen and (max-width: 1080px) {
  .p-about-fa-work__section {
    margin: 0 0 75px;
  }
}
.p-about-fa-work__body {
  display: grid;
  grid-template-columns: 55fr 45fr;
  grid-template-areas: "lead    ptop" "bubbles ptop" "bubbles pbottom" "outro   pbottom";
  column-gap: 60px;
  align-items: start;
}
@media screen and (max-width: 1080px) {
  .p-about-fa-work__body {
    display: block;
  }
}
.p-about-fa-work__lead {
  grid-area: lead;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1080px) {
  .p-about-fa-work__lead {
    font-size: 15px;
    line-height: 1.7;
  }
}
.p-about-fa-work__outro {
  grid-area: outro;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1080px) {
  .p-about-fa-work__outro {
    font-size: 15px;
    line-height: 1.7;
  }
}
.p-about-fa-work__bubbles {
  grid-area: bubbles;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 6px 35px;
}
@media screen and (max-width: 1080px) {
  .p-about-fa-work__bubbles {
    gap: 16px;
    margin: 20px 0;
    padding: 6px 15px;
  }
}
.p-about-fa-work__bubble {
  position: relative;
  width: fit-content;
  max-width: 88%;
  background: #f1f1ef;
  border-radius: 6px;
  padding: 14px 20px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1080px) {
  .p-about-fa-work__bubble {
    font-size: 15px;
    line-height: 1.6;
  }
}
.p-about-fa-work__bubble::after {
  content: "";
  position: absolute;
  bottom: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f1f1ef transparent transparent transparent;
  filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.15));
}
.p-about-fa-work__bubble--left {
  align-self: flex-start;
}
.p-about-fa-work__bubble--left::after {
  left: 26px;
  border-width: 16px 16px 0 0;
}
.p-about-fa-work__bubble--right {
  align-self: flex-end;
}
.p-about-fa-work__bubble--right::after {
  right: 26px;
  border-width: 16px 0 0 16px;
}
.p-about-fa-work__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}
.p-about-fa-work__photos img {
  height: auto;
  display: block;
  border-radius: 4px;
  object-fit: cover;
}
.p-about-fa-work__photos--top {
  grid-area: ptop;
}
.p-about-fa-work__photos--top img:nth-child(1) {
  justify-self: end;
  width: calc(100% - 20px);
  margin-top: 34px;
}
.p-about-fa-work__photos--top img:nth-child(2) {
  justify-self: start;
  width: 100%;
}
.p-about-fa-work__photos--bottom {
  grid-area: pbottom;
  margin-top: 18px;
}
.p-about-fa-work__photos--bottom img:nth-child(1) {
  justify-self: start;
  width: 100%;
}
.p-about-fa-work__photos--bottom img:nth-child(2) {
  justify-self: start;
  width: calc(100% - 20px);
  margin-top: -20px;
}
@media screen and (max-width: 1080px) {
  .p-about-fa-work__photos {
    gap: 12px;
    margin: 16px 0;
  }
  .p-about-fa-work__photos--top, .p-about-fa-work__photos--bottom {
    margin-top: 0;
  }
  .p-about-fa-work__photos--top img:nth-child(1), .p-about-fa-work__photos--top img:nth-child(2), .p-about-fa-work__photos--bottom img:nth-child(1), .p-about-fa-work__photos--bottom img:nth-child(2) {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    justify-self: stretch;
    align-self: start;
    margin: 0;
  }
}

.p-job-container {
  padding: 140px 0 0;
}
.p-job-content {
  padding: 80px 0 0;
}
.p-job-title {
  color: #08A39D;
  font-size: clamp(2.188rem, 3.13vw, 3.75rem);
  font-weight: 600;
  padding: 0 0 80px;
  position: relative;
  padding: 0 0 45px;
}
.p-job-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 1px;
  background-color: #AFC0C1;
}
.p-job-title__sub {
  color: #08A39D;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p-job-title__sub {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
.p-job-title__list {
  font-size: 20px;
  font-weight: 600;
  padding: 35px 0 0;
  margin: 0 0 25px;
}
.p-job-title__list:first-child {
  padding: 0;
}
.p-job-photo__row {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  margin: 0 0 75px;
}
@media screen and (max-width: 768px) {
  .p-job-photo__row {
    padding: 0;
    margin: 0 0 35px;
  }
}
.p-job-photo__col {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-job-photo__col {
    width: 48%;
  }
}
.p-job-photo__col img {
  width: 100%;
}
.p-job-block {
  margin: 0 0 75px;
}
@media screen and (max-width: 768px) {
  .p-job-block {
    margin: 0 0 45px;
  }
}
.p-job-catch {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p-job-catch {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.p-job-body p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-job-body p {
    font-size: 15px;
    line-height: 1.7;
  }
}
.p-job-item {
  line-height: 1.8;
  padding: 0 0 0 20px;
  margin: 0 0 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-job-item {
    font-size: 15px;
    line-height: 1.7;
  }
}
.p-job-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #101A18;
  border-radius: 6px;
  top: 0.75em;
  left: 7px;
}

.p-journey {
  position: relative;
  overflow: hidden;
}
.p-journey__factory01 {
  position: absolute;
  top: 10%;
  right: 0;
  opacity: 0.45;
}
.p-journey__factory02 {
  position: absolute;
  top: 35%;
  left: 0;
  opacity: 0.45;
}
.p-journey__factory03 {
  position: absolute;
  top: 60%;
  right: 0;
  opacity: 0.45;
}
.p-journey__outline p {
  font-weight: 600;
  line-height: 2.2;
}
.p-journey__wrap {
  overflow: hidden;
  padding: 80px 20px;
  background-color: #fff;
}
.p-journey__contents {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.p-journey__contents::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 15px;
  background: #e0e7e8;
  transform: translateX(-50%);
  z-index: 1;
}
.p-journey__year {
  position: relative;
  z-index: 5;
  background: #333;
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 40px auto 20px;
  width: fit-content;
  text-align: center;
}
.p-journey__year:first-child {
  margin-top: 0;
}
.p-journey__employee {
  position: relative;
  z-index: 5;
  background: #fff;
  border: 3px solid #08A39D;
  border-radius: 10px;
  color: #101A18;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 0.95rem;
  margin: 0 auto 20px;
  width: fit-content;
}
.p-journey__event {
  position: relative;
  z-index: 2;
  background: #fbf8ea;
  padding: 15px 25px;
  border-radius: 8px;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 20px;
  width: fit-content;
  max-width: 42%;
  text-align: left;
}
.p-journey__event::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.p-journey__event:nth-of-type(odd) {
  margin-left: auto;
  margin-right: calc(50% + 30px);
}
.p-journey__event:nth-of-type(odd)::after {
  right: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #fbf8ea;
}
.p-journey__event:nth-of-type(even) {
  margin-right: auto;
  margin-left: calc(50% + 30px);
}
.p-journey__event:nth-of-type(even)::after {
  left: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #fbf8ea;
}

@media screen and (max-width: 768px) {
  .p-journey__contents::before {
    left: 20px;
    transform: none;
  }
  .p-journey__year {
    margin-left: 0;
    font-size: 1.1rem;
  }
  .p-journey__employee {
    margin-left: 35px;
  }
  .p-journey__event {
    max-width: calc(100% - 70px);
    margin-left: 60px !important;
    margin-right: 0 !important;
  }
  .p-journey__event::after {
    left: -10px !important;
    right: auto !important;
    border-width: 10px 10px 10px 0 !important;
    border-right-color: #f4f4f4 !important;
    border-left-color: transparent !important;
  }
}
.p-requirements__graduate {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-requirements__graduate {
    margin: 0 0 50px;
  }
}
.p-requirements__label {
  font-size: 50px;
  color: #08A39D;
  font-weight: bold;
}
.p-requirements__item {
  margin: 0 0 25px;
}
.p-requirements__item:last-child {
  margin: 0;
}
.p-requirements__item-link {
  display: block;
  position: relative;
  padding: 35px 90px 35px 35px;
  border-radius: 6px;
  border: 1px solid #C5D4DB;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-requirements__item-link {
    padding: 18px 60px 18px 18px;
  }
}
.p-requirements__item-link::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: #00537F;
  position: absolute;
  border-radius: 99px;
  top: 50%;
  right: 30px;
  margin: -22px 0 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-requirements__item-link::before {
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    right: 12px;
  }
}
.p-requirements__item-link::after {
  position: absolute;
  top: 50%;
  margin: -7.5px 0 0;
  right: 47px;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-requirements__item-link::after {
    margin: -5px 0 0;
    right: 24px;
    width: 10px;
    height: 10px;
  }
}
.p-requirements__item-link:hover {
  border-color: #08A39D;
}
.p-requirements__item-link:hover .p-requirements__item-title {
  color: #08A39D;
}
.p-requirements__item-link:hover::before {
  background: #08A39D;
}
.p-requirements__item-title {
  color: #00537F;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-requirements__item-title {
    font-size: 18px;
    margin: 0 0 5px;
  }
}
.p-requirements__item-desc {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-requirements__item-desc {
    font-size: 15px;
    line-height: 1.6;
  }
}
.p-requirements__act {
  padding: 75px 0 50px;
}
@media screen and (max-width: 768px) {
  .p-requirements__act {
    padding: 45px 0 20px;
  }
}
.p-requirements__button {
  width: 520px;
  margin: 0 auto;
  background: #00537F;
  border-radius: 12px;
  display: block;
  padding: 30px 45px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-requirements__button {
    width: 100%;
    font-size: 18px;
    padding: 20px 25px;
  }
}
.p-requirements__button::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  border-radius: 99px;
  top: 50%;
  right: 25px;
  margin: -15px 0 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-requirements__button::before {
    width: 16px;
    height: 16px;
    right: 15px;
    margin: -8px 0 0;
  }
}
.p-requirements__button::after {
  position: absolute;
  top: 50%;
  margin: -5px 0 0;
  right: 36px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #00537F;
  border-right: 2px solid #00537F;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-requirements__button::after {
    margin: -3px 0 0;
    right: 21px;
    width: 6px;
    height: 6px;
  }
}
.p-requirements__button:hover {
  background: #08A39D;
}
.p-requirements__button:hover::after {
  border-color: #08A39D;
}

.p-workplace__section {
  margin: 0 0 150px;
}
@media screen and (max-width: 768px) {
  .p-workplace__section {
    margin: 0 0 75px;
  }
}
.p-workplace__life-box {
  display: flex;
  margin: 0 0 75px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-workplace__life-box {
    display: block;
    margin: 0 0 45px;
  }
}
.p-workplace__life-no {
  width: 3em;
  color: #08A39D;
  font-size: 52px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-workplace__life-no {
    font-size: 30px;
    position: relative;
    margin: 0 0 8px;
  }
}
.p-workplace__life-body {
  flex: 1;
  padding: 22px 0 0;
  margin: 0 50px 0 90px;
}
@media screen and (max-width: 768px) {
  .p-workplace__life-body {
    padding: 0;
    margin: 0;
  }
}
.p-workplace__life-title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .p-workplace__life-title {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-workplace__life-desc {
    margin: 0 0 15px;
  }
}
.p-workplace__life-photo {
  width: 26%;
}
@media screen and (max-width: 768px) {
  .p-workplace__life-photo {
    width: 80%;
    margin: 0 auto;
  }
}
.p-workplace__intro {
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .p-workplace__intro {
    margin: 0 0 35px;
  }
}
.p-workplace__intro p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-workplace__intro p {
    font-size: 15px;
    line-height: 1.7;
  }
}
.p-workplace__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-workplace__wrap {
    display: block;
  }
}
.p-workplace__box {
  display: flex;
  width: 48.5%;
  background: #F7F7F4;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 35px;
}
.p-workplace__box-full {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-workplace__box {
    width: 100%;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.p-workplace__box-large {
  background: #F7F7F4;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-workplace__box-large {
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.p-workplace__box-large:last-child {
  margin: 0;
}
.p-workplace__box-large .p-workplace__box-inner {
  padding: 35px;
}
@media screen and (max-width: 768px) {
  .p-workplace__box-large .p-workplace__box-inner {
    padding: 12px 12px 15px;
  }
}
.p-workplace__box-inner {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-workplace__box-inner {
    border-radius: 8px;
    padding: 12px;
  }
}
.p-workplace__box-title {
  font-size: 26px;
  font-weight: 600;
  color: #08A39D;
  margin: 0 0 15px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-workplace__box-title {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
.p-workplace__box-desc p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-workplace__box-desc p {
    font-size: 15px;
    line-height: 1.7;
  }
}
.p-workplace__box-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-workplace__box-row {
    display: block;
  }
}
.p-workplace__box-col-body {
  flex: 1;
  padding: 0 35px 0 0;
}
@media screen and (max-width: 768px) {
  .p-workplace__box-col-body {
    padding: 0;
    margin: 0 0 15px;
  }
}
.p-workplace__box-col-photo {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .p-workplace__box-col-photo {
    width: 80%;
    margin: 0 auto;
  }
}

/* ============================================================
   装置詳細ページ (single-equipment.php)
   ============================================================ */
.p-equipment-single {
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}
@media screen and (max-width: 768px) {
  .p-equipment-single {
    padding: 24px 16px 60px;
  }
}
.p-equipment-single__header {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p-equipment-single__header {
    margin: 0 0 20px;
  }
}
.p-equipment-single__order {
  display: inline-block;
  font-family: "Barlow", serif;
  font-size: 16px;
  font-weight: 600;
  color: #08A39D;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
}
.p-equipment-single__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-equipment-single__title {
    font-size: 22px;
  }
}
.p-equipment-single__alt {
  font-size: 15px;
  color: #666;
  margin: 6px 0 0;
}
@media screen and (max-width: 768px) {
  .p-equipment-single__alt {
    font-size: 13px;
  }
}
.p-equipment-single__image {
  margin: 0 0 30px;
  text-align: center;
  background: #f7f7f4;
  border-radius: 12px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p-equipment-single__image {
    padding: 16px;
    margin: 0 0 20px;
    border-radius: 8px;
  }
}
.p-equipment-single__image img {
  max-width: 100%;
  width: auto;
  max-height: 360px;
  height: auto;
  display: inline-block;
}
.p-equipment-single__desc {
  font-size: 17px;
  line-height: 1.9;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p-equipment-single__desc {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 30px;
  }
}
.p-equipment-single__sec-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 16px;
  padding: 0 0 10px;
  border-bottom: 2px solid #08A39D;
}
@media screen and (max-width: 768px) {
  .p-equipment-single__sec-title {
    font-size: 18px;
  }
}
.p-equipment-single__techs {
  margin: 40px 0;
}
.p-equipment-single__tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-equipment-single__tech-list li a {
  display: inline-block;
  padding: 8px 16px;
  background: #f1f1ef;
  border-radius: 999px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
}
.p-equipment-single__tech-list li a:hover {
  background: #08A39D;
  color: #fff;
}
.p-equipment-single__back {
  margin: 50px 0 0;
  text-align: center;
}

/* ============================================================
   技術詳細ページ (single-technology.php)
   ============================================================ */
.p-technology-single {
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}
@media screen and (max-width: 768px) {
  .p-technology-single {
    padding: 24px 16px 60px;
  }
}
.p-technology-single__header {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p-technology-single__header {
    margin: 0 0 20px;
  }
}
.p-technology-single__label {
  font-family: "Barlow", serif;
  font-size: 16px;
  font-weight: 600;
  color: #08A39D;
  letter-spacing: 0.12em;
  margin: 0 0 8px;
}
.p-technology-single__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-technology-single__title {
    font-size: 22px;
  }
}
.p-technology-single__image {
  margin: 0 0 30px;
  text-align: center;
  background: #f7f7f4;
  border-radius: 12px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p-technology-single__image {
    padding: 16px;
    margin: 0 0 20px;
    border-radius: 8px;
  }
}
.p-technology-single__image img {
  max-width: 100%;
  max-height: 360px;
  height: auto;
  display: inline-block;
}
.p-technology-single__desc {
  font-size: 17px;
  line-height: 1.9;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p-technology-single__desc {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 30px;
  }
}
.p-technology-single__sec-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 16px;
  padding: 0 0 10px;
  border-bottom: 2px solid #08A39D;
}
@media screen and (max-width: 768px) {
  .p-technology-single__sec-title {
    font-size: 18px;
  }
}
.p-technology-single__equipment {
  margin: 40px 0;
}
.p-technology-single__eq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 20px;
}
@media screen and (max-width: 768px) {
  .p-technology-single__eq-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }
}
.p-technology-single__eq-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.p-technology-single__eq-image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background: #f7f7f4;
  border-radius: 10px;
  overflow: hidden;
  transition: background-color 0.25s ease;
  cursor: pointer;
}
.p-technology-single__eq-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10%;
  display: block;
  transform-origin: center center;
  transition: transform 0.35s ease;
}
.p-technology-single__eq-image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}
.p-technology-single__eq-name {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  transition: color 0.25s ease;
}
.p-technology-single__eq-name a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-technology-single__eq-name {
    font-size: 13px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-technology-single__eq-item:hover .p-technology-single__eq-image, .p-technology-single__eq-image:hover {
    background: #F0FDF8;
  }
  .p-technology-single__eq-item:hover .p-technology-single__eq-image img, .p-technology-single__eq-image:hover img {
    transform: scale(1.08);
  }
  .p-technology-single__eq-item:hover .p-technology-single__eq-name, .p-technology-single__eq-name:hover {
    color: #08A39D;
  }
}

/* ============================================================
   InfoWindow 「詳細ページへ」ボタン
   ============================================================ */
.tab-about-detail-link {
  margin: 20px 0 8px;
  text-align: center;
}
.tab-about-detail-link .c-button-primary {
  display: inline-block;
}
