/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --font-en: "Roboto", sans-serif;
  --font-ja: "Noto Sans JP", serif;
  --font-mincho: "Noto Serif JP", serif;
  --c-primary: #c3e600;
  --c-second: #0032be;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}

.hidden {
  overflow: hidden;
}

body {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.8823529412;
  color: #333333;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

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

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

.underline {
  text-decoration: underline;
}

.container,
.container-sm {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: calc(var(--max-width) + 4rem);
}

.container {
  --max-width: 110rem;
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

.return-top {
  position: fixed;
  right: 12rem;
  bottom: 24rem;
  right: 2rem;
  bottom: 2rem;
  z-index: 19;
  cursor: pointer;
  display: none;
}
.return-top span {
  display: block;
  width: 9.4rem;
  height: 6.2rem;
  color: var(--c-second);
  background-color: var(--c-primary);
  position: relative;
  text-indent: -999em;
  border-top-right-radius: 3.2rem;
  border-bottom-left-radius: 3.2rem;
}
.return-top span::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 2.7rem;
  -webkit-mask: url(../images/common/arrow.svg) 0 0 no-repeat;
          mask: url(../images/common/arrow.svg) 0 0 no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
  transform: rotate(90deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .return-top span {
    transition: ease-out 0.25s;
  }
  .return-top:hover span {
    background-color: var(--c-second);
    color: var(--c-primary);
  }
}
@media screen and (max-width: 767px) {
  .return-top span {
    width: 5.4rem;
    height: 3.5rem;
    border-top-right-radius: 1.6rem;
    border-bottom-left-radius: 1.6rem;
  }
  .return-top span::after {
    width: 1rem;
    height: 1.7rem;
  }
}

.icon-tel {
  width: 4rem;
  aspect-ratio: 27.56/27.37;
  display: block;
  -webkit-mask: url(../images/common/icon-call.svg) no-repeat center/contain;
          mask: url(../images/common/icon-call.svg) no-repeat center/contain;
  background-color: #0032be;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.5rem;
  max-width: 100%;
  height: 4.9rem;
  background-color: var(--c-second);
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border: 2px solid var(--c-second);
  margin: auto;
}
@media screen and (min-width: 768px) {
  .btn {
    transition: ease-out 0.25s;
  }
  .btn:hover {
    background-color: #fff;
    color: var(--c-second);
  }
}
.btn.btn-c {
  color: var(--c-second);
  background-color: transparent;
  border-color: #0032be;
}
@media screen and (min-width: 768px) {
  .btn.btn-c:hover {
    background-color: var(--c-second);
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 22rem;
    font-size: 2rem;
  }
}

.page-content {
  /* padding-bottom: 23rem;
  padding-top: 17rem;
  @include sp{
    padding-top: 7rem;
    padding-bottom: 10rem;
  } */
}

/* .page-heading {
  height: 49.5rem;
  position: relative;
  background: var(--img) no-repeat center/cover;
  --img: url(../images/about/kv.jpg);
  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 37.97%,
      rgba(250, 251, 254, 1) 38.63%,
      rgba(184, 198, 237, 1) 47.12%,
      rgba(128, 153, 223, 1) 55.48%,
      rgba(82, 116, 211, 1) 63.5%,
      rgba(47, 87, 202, 1) 71.11%,
      rgba(21, 67, 195, 1) 78.23%,
      rgba(5, 54, 191, 1) 84.64%,
      rgba(0, 50, 190, 1) 89.76%
    );
    opacity: 0.2;
  }
  .heading__inner {
    height: 100%;
    max-width: 132.6rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24rem;
  }
  .title-ja {
    font-family: var(--font-mincho);
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #808080;
    position: relative;
    z-index: 1;
  }
  .title-en {
    font-family: var(--font-mincho);
    font-weight: bold;
    font-size: 11.2rem;
    line-height: 1;
    color: #ffffff;
    position: absolute;
    bottom: -0.6rem;
    right: 10rem;
  }
  &--contact {
    --img: url(../images/contact/kv.jpg);
  }
  &--business {
    --img: url(../images/business/kv.jpg);
  }
  @include sp {
    height: 24rem;
    .heading__inner {
      padding-top: 14rem;
    }
    .title-ja {
      font-size: 2.4rem;
    }
    .title-en {
      font-size: 3.2rem;
      bottom: -0.1rem;
      right: 2rem;
    }
  }
} */
.sec-title {
  text-align: center;
}
.sec-title_sub {
  font-weight: 900;
  font-size: 17px;
  line-height: 33px;
  letter-spacing: 0.1em;
  color: #333333;
}
.sec-title_main {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #0032be;
}
.sec-title_main.lt-0 {
  letter-spacing: 0;
}
.sec-title_main-02 {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 50px;
  line-height: 1.5;
  color: #0032be;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec-title_main {
    font-size: 30px;
  }
  .sec-title_main-02 {
    font-size: 30px;
  }
}

.red {
  color: #ff0000;
}

.c-second {
  color: var(--c-second);
}

.entry {
  padding-bottom: 23rem;
}
@media screen and (max-width: 767px) {
  .entry {
    padding-bottom: 10rem;
  }
}
.entry .entry-box {
  background: #e2e2e2;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .entry .entry-box {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.entry .entry-box .entry-title {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #0032be;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry .entry-box .entry-title {
    font-size: 3rem;
  }
}
.entry .entry-box .entry-subtitle {
  font-weight: bold;
  line-height: 1;
  color: #4d4d4d;
  text-align: center;
}
.entry .entry-box .entry-list {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem 9rem;
}
@media screen and (max-width: 767px) {
  .entry .entry-box .entry-list {
    flex-direction: column;
  }
}
.entry .entry-box .entry-list .item-recnavi {
  width: 26rem;
  padding: 1px;
  background-color: #fff;
}
.entry .entry-box .entry-list .item-recnavi img {
  border: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .entry .entry-box .entry-list .item-recnavi a {
    transition: ease-out 0.25s;
  }
  .entry .entry-box .entry-list .item-recnavi a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .entry .entry-box .entry-list .btn {
    width: 25rem;
  }
  .entry .entry-box .entry-list .item-recnavi {
    width: 24rem;
  }
}

.page-heading {
  height: 44rem;
  padding-top: 25rem;
  position: relative;
  background: linear-gradient(270deg, rgb(126, 195, 126) 0%, rgb(0, 148, 105) 100%);
  position: relative;
  z-index: 2;
  max-width: 192rem;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  border-bottom-left-radius: 26rem;
  /* &::before {
    content: "";
    position: absolute;
    bottom: -40rem;
    left: 0;
    right: 0;
    background: url(../images/top-message/bg-01.svg) no-repeat bottom
      center/cover;
    // height: 84.3rem;
    // width: 192rem;
    width: 100%;
    aspect-ratio: 192/84.3;
  } */
}
.page-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  bottom: 0;
  width: 25rem;
  height: 25rem;
  background: url(../images/top-message/cor1.svg) no-repeat center/contain;
  bottom: -24.9rem;
}
.page-heading .page-title {
  text-align: center;
  position: relative;
  z-index: 1;
  pointer-events: all;
}
.page-heading .page-title .outer {
  overflow: hidden;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: -1rem;
}
.page-heading .page-title .en {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 7rem;
  line-height: 1.5;
  color: #ffffff;
  display: block;
}
.page-heading .page-title .ja {
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #d1e6ae;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-heading .page-title .en {
    font-size: 3rem;
  }
  .page-heading .page-title .ja {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-heading {
    height: 21rem;
    padding-top: 10rem;
    border-bottom-left-radius: 8rem;
  }
  .page-heading::after {
    width: 9rem;
    height: 9rem;
    bottom: -8.9rem;
  }
}

.fix-nav {
  position: fixed;
  top: 8rem;
  right: -3rem;
  z-index: 98;
}
.fix-nav .entry-anchor {
  display: block;
  background: linear-gradient(90deg, rgb(0, 72, 190) 0.23%, rgb(0, 95, 187) 51.18%, rgb(0, 113, 184) 100%);
  border-radius: 2.5rem;
  font-family: Noto Serif JP;
  font-weight: bold;
  font-size: 3rem;
  color: #ffffff;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .fix-nav .entry-anchor {
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 11rem;
    height: 25.8rem;
    padding-right: 3rem;
    transition: ease-in 0.25s;
  }
  .fix-nav .entry-anchor:hover {
    background: #fff;
    color: var(--c-second);
    border: 1px solid;
  }
}
@media screen and (max-width: 767px) {
  .fix-nav .entry-anchor {
    width: 18rem;
    height: 8rem;
    padding-bottom: 3rem;
    border-radius: 2rem;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .fix-nav {
    bottom: -3rem;
    top: auto;
    left: 2rem;
  }
}

.l-main {
  overflow: hidden;
}

@keyframes background-to-right {
  0% {
    transform: scaleX(0) translateX(0);
    opacity: 0;
  }
  30% {
    transform: scaleX(1) translateX(0);
    opacity: 1;
  }
  100% {
    transform: scaleX(1) translateX(0);
    opacity: 1;
  }
}
.inv-title-animation .title-wrapper {
  display: inline-block;
  position: relative;
  background: none;
}
.inv-title-animation .title-wrapper .inv-title-text {
  opacity: 0;
  z-index: 1;
  position: relative;
}
.inv-title-animation .title-wrapper .inv-title-text span {
  opacity: 0;
  display: inline-block;
}
.inv-title-animation .title-wrapper::before {
  animation: background-to-right 5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #272727 0%, #272727 50%, #272727 100%);
}
.inv-title-animation.is-show .title-wrapper::before {
  content: "";
  position: absolute;
  top: 0.03rem;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  animation: background-to-right 5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(90deg, rgb(0, 113, 184) 0.17%, rgb(24, 140, 138) 37.27%, rgb(48, 167, 92) 79.03%, rgb(57, 177, 74) 100%);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.25s;
  color: #fff;
  padding: 4.5rem 7rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-header {
    padding: 4.5rem 2rem;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  padding-right: 26rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-right: 0;
  }
}
.l-header__logo {
  width: 26rem;
  z-index: 101;
  /*   position: absolute;
  left: 0;
  top: 0; */
}
.l-header__logo img {
  display: block;
}
.l-header__right {
  flex: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__right {
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-top: 3rem;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    transition: visibility 0.3s linear, opacity 0.3s linear;
    background: #fff;
    padding: 8rem 2rem;
  }
}
.l-header__nav {
  flex: 1;
}
.l-header__nav .menu-list {
  display: flex;
  align-items: center;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
}
.l-header__nav .menu-list .menu-item {
  flex: 1;
  text-align: center;
}
.l-header__nav .menu-list .menu-item__link {
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  color: var(--c-second);
}
@media screen and (min-width: 768px) {
  .l-header__nav .menu-list .menu-item__link {
    transition: color 0.25s ease-in;
  }
  .l-header__nav .menu-list .menu-item__link:hover {
    color: var(--c-primary);
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav .menu-list {
    display: block;
  }
  .l-header__nav .menu-list .menu-item {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(77, 77, 77, 0.1921568627);
  }
  .l-header__nav .menu-list .menu-item__link {
    color: var(--c-second);
  }
}
.l-header__tel {
  width: 34rem;
}
.l-header__tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 5rem;
  background-color: #c3e600;
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0.05em;
  color: #0032be;
  border-top-left-radius: 2.6rem;
  border-bottom-right-radius: 2.6rem;
}
.l-header__tel a .icon {
  width: 2.57rem;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .l-header__tel a {
    transition: 0.25s ease-out;
  }
  .l-header__tel a:hover {
    background-color: var(--c-second);
    color: var(--c-primary);
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 2rem;
  }
  .l-header__logo {
    width: 19rem;
  }
}

.mobile-icon {
  width: 4rem;
  transition: all 0.3s ease;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  height: 4rem;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.mobile-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  border-radius: 0.3rem;
}
.mobile-icon span:before, .mobile-icon span:after {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  transition: transform 0.3s;
}
.mobile-icon span:before {
  transform: translateX(-50%);
  top: -0.5rem;
}
.mobile-icon span:after {
  transform: translateX(-50%);
  bottom: -0.5rem;
  /* right: 0;
  left: auto; */
}
.mobile-icon small {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  font-family: var(--font-en);
  color: #000;
  line-height: 1;
}
.mobile-icon.mobile-close small {
  opacity: 1;
  visibility: visible;
}
.mobile-icon.mobile-close span {
  background-color: transparent;
}
.mobile-icon.mobile-close span:before, .mobile-icon.mobile-close span:after {
  width: 100%;
  width: 2.7rem;
  background-color: #000;
}
.mobile-icon.mobile-close span:before {
  transform: translateX(-50%) translateY(0) rotate(20deg);
  top: 0.2rem;
}
.mobile-icon.mobile-close span:after {
  transform: translateX(-50%) translateY(0) rotate(-20deg);
  bottom: -0.2rem;
}

.mobile-icon {
  width: 4rem;
  transition: all 0.3s ease;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  height: 4rem;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.mobile-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  border-radius: 0.3rem;
}
.mobile-icon span:before, .mobile-icon span:after {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  transition: transform 0.3s;
}
.mobile-icon span:before {
  transform: translateX(-50%);
  top: -0.5rem;
}
.mobile-icon span:after {
  transform: translateX(-50%);
  bottom: -0.5rem;
  /* right: 0;
  left: auto; */
}
.mobile-icon small {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  font-family: var(--font-en);
  color: #000;
  line-height: 1;
}
.mobile-icon.mobile-close small {
  opacity: 1;
  visibility: visible;
}
.mobile-icon.mobile-close span {
  background-color: transparent;
}
.mobile-icon.mobile-close span:before, .mobile-icon.mobile-close span:after {
  width: 100%;
  width: 2.7rem;
  background-color: #000;
}
.mobile-icon.mobile-close span:before {
  transform: translateX(-50%) translateY(0) rotate(20deg);
  top: 0.2rem;
}
.mobile-icon.mobile-close span:after {
  transform: translateX(-50%) translateY(0) rotate(-20deg);
  bottom: -0.2rem;
}

.l-header._scroll {
  background-color: #fff;
  box-shadow: 0px 0.2rem 1rem 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .l-header._scroll {
    padding: 2rem 7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-header._scroll {
    padding: 2rem 2rem;
  }
}

.l-gnav__btn {
  width: 6rem;
  height: 6rem;
  border: 1px solid var(--c-second);
  border-radius: 0.4rem;
  position: relative;
  background: #fff;
  z-index: 102;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  border-top-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}
.l-gnav__btn span {
  display: block;
  position: absolute;
  height: 0;
  width: 2.7rem;
  border-top: 1px solid var(--c-second);
  border-radius: 0.3rem;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: margin 0.1s 0.2s ease, transform 0.3s, background 0.3s;
  width: 3.1rem;
  width: 37%;
}
.l-gnav__btn span:nth-child(1) {
  margin-top: -1rem;
  margin-top: -0.6em;
}
.l-gnav__btn span:nth-child(2) {
  transition: opacity 0.2s 0.2s;
}
.l-gnav__btn span:nth-child(3) {
  margin-top: 1rem;
  margin-top: 0.6em;
}
.l-gnav__btn.is-nav-open span {
  transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  width: 2.8rem;
}
.l-gnav__btn.is-nav-open span:nth-child(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-gnav__btn.is-nav-open span:nth-child(2) {
  width: 0;
}
.l-gnav__btn.is-nav-open span:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .l-gnav__btn {
    width: 5rem;
    height: 5rem;
  }
  .l-gnav__btn span {
    width: 2.2rem;
    width: 38%;
    border-top-width: 0.2rem;
  }
  .l-gnav__btn span:nth-child(1) {
    margin-top: -0.7rem;
  }
  .l-gnav__btn span:nth-child(3) {
    margin-top: 0.7rem;
  }
}
@media screen and (min-width: 768px) {
  .l-gnav__btn {
    display: none;
  }
}

.l-gnav-nav {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  background: #fff;
  padding: 6rem 2rem;
}

.is-gnav-open .gnav {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  body:not(.p-top) .l-header:not(._scroll) .l-header__nav .menu-list .menu-item__link {
    color: #ffffff;
  }
}

.l-footer {
  padding-top: 9rem;
  padding-bottom: 24rem;
  background: linear-gradient(90deg, rgb(0, 72, 190) 0.23%, rgb(0, 95, 187) 51.18%, rgb(0, 113, 184) 100%);
  border-top-right-radius: 26rem;
  position: relative;
}
.l-footer::before {
  position: absolute;
  content: "";
  left: 0;
  background: url(../images/common/cor-footer.svg) no-repeat center/contain;
  width: 25rem;
  height: 25rem;
  top: -25rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 14rem;
    border-top-right-radius: 8rem;
  }
  .l-footer::before {
    background: url(../images/common/cor-footer.svg) no-repeat center/contain;
    width: 9rem;
    height: 9rem;
    top: -9rem;
    left: -0.1rem;
  }
}
.l-footer__inner {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    display: grid;
    align-items: center;
    grid-template-columns: 26rem 1fr 26rem;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-footer__inner {
    display: flex;
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-right: 2rem;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-footer__menu {
    width: calc(100% - 22rem);
  }
}
.l-footer__menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem;
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__menu ul .menu-item {
  text-align: center;
}
.l-footer__menu ul .menu-item__link {
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  color: #fff;
  position: relative;
  padding-left: 3.2rem;
}
.l-footer__menu ul .menu-item__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 2.2rem;
  -webkit-mask: url(../images/common/arrow.svg) no-repeat center/contain;
          mask: url(../images/common/arrow.svg) no-repeat center/contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .l-footer__menu ul .menu-item__link {
    transition: 0.25s ease;
  }
  .l-footer__menu ul .menu-item__link:hover {
    color: var(--c-primary);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    margin-top: 3rem;
    padding-left: 1em;
  }
  .l-footer__menu ul {
    gap: 2rem 0;
  }
  .l-footer__menu ul .menu-item {
    width: 50%;
    flex: auto;
    text-align: left;
  }
  .l-footer__menu ul .menu-item__link {
    padding-left: 1.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .l-footer__menu ul .menu-item__link::before {
    width: 0.8rem;
    height: 1.8rem;
  }
}
.l-footer__logo {
  text-align: center;
  width: 26rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-footer__logo {
    width: 22rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.kv {
  height: 125.5rem;
  background: url(../images/top/kv.jpg) no-repeat top center/cover;
  position: relative;
  overflow: hidden;
  margin-bottom: -29rem;
}
.kv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(216, 224, 245) 9.27%, rgb(140, 163, 226) 28.75%, rgb(80, 114, 210) 46.17%, rgb(37, 79, 199) 60.86%, rgb(10, 58, 193) 72.27%, rgb(0, 50, 190) 78.99%);
  mix-blend-mode: color-burn;
}
@media screen and (max-width: 767px) {
  .kv {
    margin-bottom: -15rem;
  }
}
.kv .kv-inner {
  height: 100%;
  max-width: 65%;
  max-width: 124.8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  z-index: 7;
}
@media screen and (max-width: 767px) {
  .kv .kv-inner {
    max-width: calc(100% - 4rem);
  }
}
.kv .kv-text {
  font-family: RoHMinSinkStd Bd-83pv-RKSJ-H;
  font-family: "Noto Serif JP", serif;
  font-size: 17.6rem;
  font-size: 9.166667vw;
  font-size: max(9.166667vw, 17.6rem);
  font-size: clamp(7.6rem, 9.166667vw, 17.6rem);
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #ffffff;
  position: absolute;
  bottom: 27rem;
  left: 0;
  white-space: nowrap;
}
.kv .kv-text .line {
  display: block;
  margin: -0.2em 0;
}
.kv .kv-text .outer {
  overflow: hidden;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .kv .kv-text {
    font-size: 4rem;
    bottom: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .kv {
    height: 66.7rem;
  }
}

.top-text {
  position: relative;
  padding-top: 21rem;
  padding-bottom: 44rem;
  margin-bottom: -23rem;
  z-index: 3;
  border-top-right-radius: 26rem;
}
.top-text .cor {
  width: 25rem;
  height: 25rem;
  position: absolute;
  left: -0.1rem;
  top: -25rem;
  background: url(../images/top/cor1.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-text .cor {
    width: 9rem;
    height: 9rem;
    top: -9rem;
  }
}
.top-text::after, .top-text::before {
  border-top-right-radius: 26rem;
}
.top-text::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 50, 190, 0) 0.04%, rgba(0, 50, 190, 0.15) 9.45%, rgb(0, 50, 190) 64.51%);
  opacity: 0.6;
  z-index: -1;
  mix-blend-mode: multiply;
}
.top-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(21, 89, 140) 0%, rgb(32, 99, 154) 20%, rgb(41, 108, 163) 40%, rgb(51, 120, 175) 60%, rgb(65, 135, 187) 80%, rgb(84, 151, 193) 100%);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .top-text {
    border-top-right-radius: 8rem;
    padding-top: 12rem;
    padding-bottom: 24rem;
    margin-bottom: -13rem;
  }
  .top-text::after, .top-text::before {
    border-top-right-radius: 8rem;
  }
}
.top-text__inner {
  font-weight: bold;
  line-height: 2.6470588235;
  color: #ffffff;
  text-align: center;
}

.title {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 5rem;
  line-height: 1.5;
  color: var(--c-second);
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 3rem;
    text-align: center;
  }
}

.top-message {
  padding-top: 15rem;
  padding-bottom: 38rem;
  margin-bottom: -19.5rem;
  position: relative;
  background-color: #fff;
  border-top-right-radius: 26rem;
  z-index: 4;
  /*   &::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    z-index: 3;
    background-color: #fff;
      border-bottom-left-radius: 20rem;
  } */
}
@media screen and (max-width: 767px) {
  .top-message {
    border-top-right-radius: 8rem;
    padding-top: 8rem;
    padding-bottom: 22rem;
    margin-bottom: -9.5rem;
  }
}
.top-message__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .top-message__inner ._text {
    padding-top: 5rem;
    padding-left: 4.2rem;
  }
}
.top-message__inner ._text .desc {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.7272727273;
  color: #0032be;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .top-message__inner ._text .desc {
    font-size: 1.4rem;
  }
}
.top-message__inner ._text .more {
  margin-top: 6rem;
}
.top-message__inner ._text .more .btn {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .top-message__inner ._text .more {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .top-message__inner ._img {
    margin-left: -5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-message__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.top-interview {
  background: linear-gradient(-90deg, #d1e678 0.23%, #d1e69c 61.44%, #d1e6ae 100%);
  padding-top: 10rem;
  padding-bottom: 18rem;
  margin-top: -19.5rem;
  margin-bottom: -30rem;
  position: relative;
  z-index: 5;
  border-top-right-radius: 26rem;
  border-bottom-left-radius: 26rem;
  position: relative;
  /*  
  position: relative;
  &::before{
    content: "";
    position: absolute;
    height: 30rem;
    left: 50%;
    transform: translateX(-50%);
    top:-29rem;
    z-index: 3;
    clip-path: path("M0,0 Q0,150 150,150 L1800,150 Q1920,150 1920,300 L0,300 Z");
    background-color: #d1e67e;
    margin: 0 auto;
    width: 192rem;
  } */
}
.top-interview::before {
  position: absolute;
  content: "";
  left: 0;
  background: url(../images/top/cor2.svg) no-repeat center/contain;
  width: 25rem;
  height: 25rem;
  top: -25rem;
}
.top-interview::after {
  position: absolute;
  content: "";
  right: -0.1rem;
  background: url(../images/top/cor3.svg) no-repeat center/contain;
  width: 25rem;
  height: 25rem;
  bottom: -24.9rem;
}
@media screen and (max-width: 767px) {
  .top-interview {
    border-top-right-radius: 8rem;
    border-bottom-left-radius: 8rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
    margin-top: -19.5rem;
    margin-bottom: -16rem;
  }
  .top-interview::before {
    background: url(../images/top/cor2.svg) no-repeat center/contain;
    width: 9rem;
    height: 9rem;
    top: -9rem;
    left: -0.2rem;
  }
  .top-interview::after {
    width: 8rem;
    height: 8rem;
    bottom: -7.9rem;
  }
}
.top-interview .container {
  --max-width: 119rem;
}
.top-interview .title {
  text-align: right;
}
.top-interview__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top-interview__list {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 6rem;
  }
}
.top-interview__list .item .item-img {
  padding: 0 0.7rem;
  background: linear-gradient(rgba(195, 230, 0, 0) 0.04%, rgba(195, 230, 0, 0.13) 10.17%, rgba(195, 230, 0, 0.44) 34.76%, rgba(195, 230, 0, 0.68) 56.92%, rgba(195, 230, 0, 0.85) 75.87%, rgba(195, 230, 0, 0.96) 90.85%, #c3e600 100%);
}
.top-interview__list .item .item-img img {
  display: block;
}
.top-interview__list .item .item-name {
  margin-top: 3rem;
}
.top-interview__list .item .item-name__01 {
  font-weight: bold;
  line-height: 1.3529411765;
  color: #0032be;
}
.top-interview__list .item .item-name__02 {
  font-weight: bold;
  font-size: 17px;
  line-height: 32px;
  color: #0032be;
}
.top-interview__list .item .item-name__02 span {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .top-interview__list .item .item-link .item-img img {
    transition: transform 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .top-interview__list .item .item-link:hover .item-img img {
    transform: scale(1.02);
  }
}
.top-interview__list .item:nth-child(1) {
  margin-top: -10rem;
}
.top-interview__list .item:nth-child(2) {
  margin-top: -5rem;
}
.top-recruit {
  padding-bottom: 53rem;
  padding-top: 43rem;
  position: relative;
  z-index: 4;
  margin-bottom: -26rem;
  /*   &::before{
    content: "";
    position: absolute;
    height: 140rem;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 1;
  } */
}
.top-recruit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: url(../images/top/bg-01.jpg) no-repeat top center/cover;
  background-position-y: -6rem;
  background-position-x: -2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-recruit {
    padding-top: 23rem;
    padding-bottom: 20rem;
    margin-bottom: -14rem;
  }
}
.top-recruit .recruit-subtitle {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 5rem;
  line-height: 1;
  color: #0032be;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-recruit .recruit-subtitle {
    font-size: 2.8rem;
  }
}
.top-recruit .recruit-datalist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 8rem;
  gap: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .top-recruit .recruit-datalist {
    grid-template-columns: 1fr 1fr;
    gap: 4rem 0;
  }
}
.top-recruit .recruit-datalist .item {
  display: flex;
  align-items: flex-end;
  font-feature-settings: "palt" 1;
  white-space: nowrap;
}
.top-recruit .recruit-datalist .item .item-txt {
  font-weight: bold;
  font-size: 2.9rem;
  line-height: 1;
  color: #0032be;
}
.top-recruit .recruit-datalist .item .item-num {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16.1rem;
  line-height: 0.7;
  color: #0032be;
}
@media screen and (min-width: 768px) {
  .top-recruit .recruit-datalist .item:nth-child(3n) {
    justify-content: flex-end;
  }
  .top-recruit .recruit-datalist .item:nth-child(3n+2) {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit .recruit-datalist .item {
    text-align: center;
    justify-content: center;
  }
  .top-recruit .recruit-datalist .item .item-txt {
    font-size: 2rem;
  }
  .top-recruit .recruit-datalist .item .item-num {
    font-size: 6rem;
  }
}

.top-recruit-head {
  position: relative;
  z-index: 6;
}
.top-recruit-head .recruit-title {
  font-family: var(--font-mincho);
  font-size: 11.6rem;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 20.5rem;
  left: 20rem;
}
@media screen and (max-width: 767px) {
  .top-recruit-head .recruit-title {
    font-size: 4.4rem;
    left: 1rem;
    top: 12.5rem;
  }
}

.application-detail {
  padding-bottom: 19rem;
  padding-top: 19rem;
  position: relative;
  z-index: 5;
  border-top-right-radius: 26rem;
  background-color: #fff;
  position: relative;
}
.application-detail::before {
  position: absolute;
  content: "";
  left: 0;
  background: url(../images/top/cor4.svg) no-repeat center/contain;
  width: 25rem;
  height: 25rem;
  top: -24.9rem;
}
@media screen and (max-width: 767px) {
  .application-detail {
    padding-bottom: 15rem;
    padding-top: 8rem;
    border-top-right-radius: 8rem;
  }
  .application-detail::before {
    width: 9rem;
    height: 9rem;
    top: -9rem;
    left: -0.2rem;
  }
}
.application-detail .title {
  text-align: center;
}
.application-detail .outline {
  margin-top: 5rem;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
.application-detail .outline table {
  width: 100%;
  border-bottom: 1px solid var(--c-second);
}
.application-detail .outline table td,
.application-detail .outline table th {
  padding: 1.4rem 0;
  border-top: 1px solid var(--c-second);
  color: var(--c-second);
  font-weight: bold;
  line-height: 1.8823529412;
}
.application-detail .outline table th {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .application-detail .outline table th {
    width: 8rem;
  }
}

.p-topmessage {
  background-color: #e2e2e2;
}
.p-topmessage .page-heading {
  background: linear-gradient(322deg, rgb(126, 195, 126) 0%, rgb(0, 148, 105) 100%);
}
.p-topmessage .topmessage-text {
  position: relative;
  z-index: 1;
  max-width: 192rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-topmessage .topmessage-text {
    padding-bottom: 0;
    padding-top: 3rem;
  }
}
.p-topmessage .topmessage-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 122.5rem;
  background: url(../images/top-message/bg01.jpg) no-repeat center bottom/cover;
  z-index: -1;
}
.p-topmessage .topmessage-text .container {
  --max-width: 136rem;
}
.p-topmessage .topmessage-text__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-topmessage .topmessage-text__inner {
    flex-direction: column;
  }
}
.p-topmessage .topmessage-text .text {
  font-family: var(--font-mincho);
  font-size: 6.4rem;
  line-height: 1.5;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .p-topmessage .topmessage-text .text {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-topmessage .topmessage-text .img {
    width: 65rem;
    margin-left: -10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topmessage .topmessage-text .img {
    width: 25rem;
  }
}
.p-topmessage .topmessage__inner {
  padding-top: 13rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-topmessage .topmessage__inner {
    padding-top: 4rem;
  }
}
.p-topmessage .topmessage-content .container {
  --max-width: 131rem;
}
@media screen and (max-width: 767px) {
  .p-topmessage .topmessage-content .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-topmessage .topmessage-content .entry {
  margin-top: 30rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .p-topmessage .topmessage-content .entry {
    margin-top: 15rem;
  }
}
.p-topmessage .topmessage__box {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 72.3rem;
  margin-left: auto;
  margin-right: auto;
}
.p-topmessage .topmessage__box ._txt p {
  font-weight: bold;
  line-height: 2.2941176471;
  color: #4d4d4d;
}
.p-topmessage .topmessage__box ._txt p + p {
  margin-top: 2em;
}
.p-topmessage .topmessage__box ._pos {
  margin-top: 10rem;
  font-weight: bold;
  line-height: 1.9411764706;
  color: #333333;
}
.p-topmessage .topmessage__box ._pos ._pos__01 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-topmessage .topmessage__box ._pos {
    margin-top: 6rem;
  }
}
.p-topmessage .topmessage__box p._sign {
  margin-top: 1em;
}
.p-topmessage .topmessage__box ._txt-right {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.p-interview .page-heading {
  background: linear-gradient(-90deg, rgb(0, 113, 184) 0%, rgb(0, 72, 190) 100%);
}
.p-interview .page-heading::after {
  background: url(../images/interview/cor1.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-interview .interview-vol {
    padding-top: 6rem;
  }
}
.p-interview .inv-heading {
  overflow: hidden;
}
.p-interview .inv-heading .container {
  --max-width: 126rem;
}
.p-interview .inv-heading__inner {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-interview .inv-heading__inner {
    flex-direction: column;
  }
}
.p-interview .inv-heading__text {
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-interview .inv-heading__text {
    width: 30.7%;
  }
}
@media screen and (max-width: 767px) {
  .p-interview .inv-heading__text {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-interview .inv-heading__text .inv-label__title {
    position: absolute;
    top: 14rem;
    left: 0;
  }
}
.p-interview .inv-heading__text .inv-label__title .inv-label {
  color: #0048be;
}
.p-interview .inv-heading__text .inv-label__title .inv-label ._text {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
.p-interview .inv-heading__text .inv-label__title .inv-label ._number {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 7rem;
  line-height: 1;
  color: #fff;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0048be;
  font-style: italic;
}
.p-interview .inv-heading__text .inv-title {
  font-family: var(--font-mincho);
  font-size: 5.5rem;
  line-height: 1.5454545455;
  color: #ffffff;
  margin-top: 5rem;
}
.p-interview .inv-heading__text .inv-title_in {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.p-interview .inv-heading__text .inv-title_in .inv-title-text {
  padding: 0 3rem;
  /*  background: linear-gradient(
     90deg,
     rgba(0, 113, 184, 1) 0.17%,
     rgba(24, 140, 138, 1) 37.27%,
     rgba(48, 167, 92, 1) 79.03%,
     rgba(57, 177, 74, 1) 100%
   ); */
}
@media screen and (max-width: 767px) {
  .p-interview .inv-heading__text .inv-title_in .inv-title-text {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interview .inv-heading__text .inv-title {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
}
.p-interview .inv-heading__text .inv-name__year {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #0048be;
}
.p-interview .inv-heading__text .inv-name__text {
  color: #0048be;
  margin-top: 1.5rem;
}
.p-interview .inv-heading__text .inv-name__text ._name {
  font-family: var(--font-mincho);
  font-weight: bold;
  line-height: 0.7;
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .p-interview .inv-heading__text .inv-name {
    margin-top: 3rem;
  }
  .p-interview .inv-heading__text .inv-name__year {
    font-size: 1.6rem;
  }
  .p-interview .inv-heading__text .inv-name__text {
    margin-top: 0.5rem;
  }
  .p-interview .inv-heading__text .inv-name__text ._name {
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-interview .inv-heading__image {
    margin-right: -33rem;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-interview .inv-heading__image {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.p-interview .inv-text {
  padding-top: 15rem;
  padding-bottom: 38rem;
  background: linear-gradient(90deg, rgb(148, 195, 226) 0.17%, rgb(176, 223, 232) 55.73%, rgb(194, 240, 236) 100%);
}
.p-interview .inv-text .container {
  --max-width: 114rem;
}
.p-interview .inv-text__inner {
  padding-left: 6rem;
  padding-right: 6rem;
}
@media screen and (min-width: 768px) {
  .p-interview .inv-text__inner {
    display: flex;
  }
}
.p-interview .inv-text_title {
  font-weight: bold;
  font-size: 5.5rem;
  line-height: 1.5454545455;
  letter-spacing: 0.2em;
  color: #0048be;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-interview .inv-text_title {
    font-size: 3.2rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-interview .inv-text_title {
    width: 33%;
    writing-mode: vertical-rl;
    padding-top: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-interview .inv-text_content {
    width: 67%;
  }
}
.p-interview .inv-text_content .txt-h {
  font-family: "Noto Serif JP";
  font-size: 3.3rem;
  line-height: 1.696969697;
  font-weight: bold;
  color: var(--c-second);
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--c-second);
}
@media screen and (max-width: 767px) {
  .p-interview .inv-text_content .txt-h {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.p-interview .inv-text_content .txt-p {
  font-weight: bold;
  color: #4d4d4d;
  padding-top: 3rem;
  padding-right: 10rem;
}
.p-interview .inv-text_content .txt-p p + p {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-interview .inv-text_content .txt-p {
    padding-right: 0;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interview .inv-text {
    padding-top: 5rem;
    padding-bottom: 16rem;
  }
  .p-interview .inv-text__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-interview .inv-image {
  margin-top: -30rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-interview .inv-image {
    margin-top: -10rem;
  }
}
.p-interview .inv-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(270deg, rgb(209, 230, 120) 0.23%, rgb(209, 230, 156) 61.44%, rgb(209, 230, 174) 100%);
  z-index: -1;
}
.p-interview .inv-image .container {
  --max-width: 114rem;
}
.p-interview .inv-image + .inv-text {
  background: linear-gradient(270deg, rgb(209, 230, 120) 0.23%, rgb(209, 230, 156) 61.44%, rgb(209, 230, 174) 100%);
  padding-top: 11rem;
  padding-bottom: 15rem;
}
.p-interview .inv-image + .inv-text .inv-text_title,
.p-interview .inv-image + .inv-text .txt-h {
  color: #008e45;
}
@media screen and (max-width: 767px) {
  .p-interview .inv-image + .inv-text {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.p-interview .entry {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .p-interview .entry {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}