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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
  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;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes circlemove {
  0% {
    bottom: 10rem;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes transformLeftRight {
  0% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(200%);
  }
}
@keyframes mmfadeIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes mmfadeOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
html {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  scroll-padding: 6rem;
  scroll-behavior: smooth;
  overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  font-size: 2.6666666667vw;
  /* IE11だけに適応 */
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding: 8rem;
    -webkit-font-smoothing: antialiased;
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}
html _:lang(x)::-ms-backdrop, html {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.mouse * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

body,
dd,
div,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
td,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  box-sizing: border-box;
}

figure {
  font-size: 0;
}
figure figcaption {
  line-height: 1.5;
}

button,
input,
select,
textarea {
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  font: inherit;
  overflow: visible;
  box-sizing: border-box;
}

input[type=radio] {
  transform: translateY(-0.02rem);
}
.safari input[type=radio] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=radio] {
    transform: translateY(0.01rem);
  }
}

input[type=checkbox] {
  transform: translateY(-0.02rem);
}
.safari input[type=checkbox] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=checkbox] {
    transform: translateY(0.01rem);
  }
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: border-box;
  height: 0;
  overflow: visible;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

li {
  list-style: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* .link */
a {
  display: inline-block;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block !important;
  }
}

/*************************
common
************************ */
body {
  font-size: 1.5rem;
  line-height: 1;
  color: #0D181E;
  font-weight: 400;
  letter-spacing: 0.08em;
  opacity: 0;
  transition: opacity 1s ease 0s;
  position: relative;
  overflow-x: hidden;
  touch-action: pan-x pan-y;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.05em;
    min-width: 0;
  }
}
body.show {
  opacity: 1;
}
body.menuon {
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .ie p {
    font-feature-settings: "palt";
  }
}

input,
textarea {
  width: 100%;
  background-color: #fff;
  padding: 0.06rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
  input,
  textarea {
    padding: 0.06rem 0.12rem;
    line-height: 1.4;
  }
}
/*************************
main
************************ */
.shadow {
  box-shadow: 0px 1px 5px -5px #000000;
}

.btn-trigger {
  position: relative;
  top: -0.3rem;
  width: 3rem;
  height: 1.6rem;
  cursor: pointer;
  z-index: 1000;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0042A2;
  border-radius: 4px;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 0.72rem;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menuon #menubtn span:nth-of-type(1) {
  transform: translateY(0.72rem) rotate(-30deg);
  background: #0042A2;
}

.menuon #menubtn span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-btn05-bar02 0.8s forwards;
}

@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
.menuon #menubtn span:nth-of-type(3) {
  transform: translateY(-0.72rem) rotate(30deg);
  background: #0042A2;
}

.header.scrolled #menubtn span {
  background: #0042A2;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.9rem;
  height: 6rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header {
    right: 0;
    padding: 0 6.3rem;
    height: 8rem;
    font-weight: 600;
  }
}

.header.scrolled {
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0px 1px 5px -5px #000000;
}

.menuon .header {
  background: #fff;
}

.header__logo {
  position: relative;
  z-index: 1000;
  width: 16.8rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    position: static;
    width: 19.3rem;
  }
}

body.menuon .gnav {
  opacity: 1;
  right: 0;
  filter: blur(0);
  pointer-events: all;
}

.gnav {
  position: fixed;
  top: 0;
  right: -100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1000;
  margin-top: 5.9rem;
  padding: 0 1.65rem 12.7rem;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow-x: hidden;
  background: #fff;
  transition: all 0.5s ease 0s;
  opacity: 0;
  filter: blur(10);
}
@media screen and (min-width: 768px) {
  .gnav {
    position: static;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    background: none;
    width: auto;
    height: auto;
    overflow-x: initial;
    opacity: 1;
    color: #fff;
    filter: none;
    transition: all 0.2s ease 0s;
  }
}

.header.scrolled .gnav {
  color: #142437;
}

.gnav__nav {
  margin-bottom: 4.4rem;
}
@media screen and (min-width: 768px) {
  .gnav__nav {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}

.gnav__list {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  border-bottom: 1px solid #0092e5;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .gnav__list {
    font-size: 1.3rem;
    line-height: 1;
    border: none;
  }
}
.gnav__list:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .gnav__list.-contact {
    color: #fff;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .gnav__list.-contact .gnav__link {
    padding: 1.2rem 2.3rem;
    background: #0092e5;
    background: linear-gradient(90deg, rgb(0, 146, 229) 0%, rgb(0, 66, 162) 100%);
  }
}

.gnav__link {
  padding: 2.4rem 1.4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gnav__link {
    padding: 1rem 1.25rem;
  }
}

.gnav__privacy {
  font-size: 1.3rem;
  line-height: 1;
  color: #6a6a6a;
}

.gnav__privacy__link {
  margin-bottom: 5rem;
  padding: 0.4rem 1rem 0.4rem 0;
}

.gnav__sns {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .gnav__sns {
    display: none;
  }
}

.gnav__sns__list {
  width: 3.6rem;
}

.gnav__sns__link {
  width: 100%;
}

.footer__inner {
  padding: 6.56rem 1.8rem 6.4rem;
  background: #142437;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 18rem 12.5rem;
  }
}

.footer__container {
  margin-bottom: 6.4rem;
}
@media screen and (min-width: 768px) {
  .footer__container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9rem;
  }
}

.footer__box--left {
  margin-bottom: 5.2rem;
}

.footer__logo {
  margin-bottom: 2.5rem;
  width: 28.5rem;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-bottom: 2.62rem;
  }
}

.footer__access {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .footer__access {
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .footer__box--right {
    display: flex;
    gap: 6.4rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer__nav__list {
  font-size: 1.4rem;
  line-height: 1;
  transition: 0.3s;
}
.footer__nav__list.-privacy {
  font-size: 1.3rem;
  line-height: 1;
  color: #6a6a6a;
}

.footer__nav__list:hover {
  opacity: 0.7;
}

.footer__nav__link {
  padding: 1.2rem 0;
}

@media screen and (min-width: 768px) {
  .footer__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.footer__sns {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.4rem;
}

.footer__sns__list {
  width: 3.6rem;
}

.footer__sns__link {
  width: 100%;
  transition: 0.3s;
}

.footer__sns__link:hover {
  opacity: 0.7;
}

.footer__copy {
  font-size: 1.2rem;
  line-height: 1;
  color: #6a6a6a;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 1.3rem;
    line-height: 1;
  }
}

.top-section__ttl--sub {
  margin-bottom: 1.4rem;
  color: #0042A2;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-section__ttl--sub {
    margin-bottom: 2.4rem;
  }
}

.top-section__ttl--main {
  color: #142437;
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-section__ttl--main {
    font-size: 9rem;
    line-height: 1;
  }
}

.mv {
  height: 100vh;
  height: 100svh;
  min-height: 24rem;
}
@media screen and (min-width: 768px) {
  .mv {
    height: 100vh;
  }
}

.mv__inner {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mv__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .mv__bg {
    width: auto;
  }
}

.mv__wrap {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .mv__wrap {
    position: relative;
    margin-right: 3.4rem;
    border-radius: 0 0 2rem 0;
    overflow: hidden;
  }
}

.mv__swiper {
  height: 100%;
}
.mv__swiper .swiper-slide-active img,
.mv__swiper .swiper-slide-duplicate-active img,
.mv__swiper .swiper-slide-prev img {
  animation: zoomUp 7s linear 0s normal both;
}

@media screen and (min-width: 768px) {
  .mv__swiper__wrap {
    width: 100%;
    height: 100%;
  }
}

.mv__swiper__slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__catch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 13.8rem 0.8rem 2.4rem;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
@media screen and (min-width: 768px) {
  .mv__catch {
    justify-content: flex-end;
    gap: 4rem;
    left: 9rem;
    bottom: 32rem;
    padding: 0;
    height: auto;
  }
}

.mv__catch--sub {
  margin-left: 1rem;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .mv__catch--sub {
    font-size: 3rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .mv__scroll {
    position: absolute;
    top: 50%;
    right: 1.8rem;
    transform: translateY(-50%);
  }
  .mv__scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000;
    animation: circlemove 1.4s ease-in-out infinite, cirlemovehide 1.4s ease-out infinite;
  }
  .mv__scroll::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 1px;
    height: 10rem;
    background: #dddddd;
  }
}

@media screen and (min-width: 768px) {
  .mv__scroll__txt {
    position: absolute;
    top: -17.8rem;
    left: -0.4rem;
    color: #0042A2;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.14em;
    writing-mode: vertical-rl;
  }
}

.about {
  position: relative;
  max-width: 100%;
}

.about__inner {
  margin-bottom: 13rem;
  padding: 9.3rem 0.8rem 0;
}
@media screen and (min-width: 768px) {
  .about__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 9rem 20rem;
    padding: 11.5rem 0 0;
    width: calc(100% - 16rem);
    max-width: 150rem;
  }
}

.about__bg__wrap {
  position: absolute;
  width: 100%;
}

.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.about__wrap {
  margin-bottom: 5.8rem;
}
@media screen and (min-width: 768px) {
  .about__wrap {
    margin-bottom: 0;
  }
}

.about__catch__container {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 46rem;
  margin-top: -24rem;
}
@media screen and (min-width: 768px) {
  .about__catch__container {
    height: 90rem;
    margin-top: -45rem;
  }
}

.about__catch__box {
  position: sticky;
  bottom: 2.4rem;
  z-index: 10;
  margin-bottom: 6.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 5.1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .about__catch__box {
    bottom: 3rem;
    margin-bottom: 4.8rem;
    font-size: 13.2rem;
    line-height: 1;
  }
}

.about__catch--main {
  color: #0042A2;
}
.about__catch--main small {
  margin-left: 0.7rem;
  font-size: 2.4rem;
  line-height: 1;
  color: #8b8b8b;
}
@media screen and (min-width: 768px) {
  .about__catch--main small {
    font-size: 6.3rem;
    line-height: 1;
  }
}
.about__catch--main.-bottom {
  color: #142437;
}

@media screen and (min-width: 768px) {
  .about__container {
    margin-left: 3rem;
  }
}

.about__ttl {
  margin: 0 0 4.4rem 0.6rem;
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .about__ttl {
    margin: 0 0 4rem;
    line-height: 1;
  }
}

.about__txt {
  font-size: 1.5rem;
  line-height: 2;
}

.about__btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about__btn {
    margin: 0;
  }
}

.about__swiper {
  overflow: hidden;
}

.about__swiper__wrapper {
  transition-timing-function: linear !important;
}

.about__swiper__alide.-middle {
  margin-top: 3rem;
}

.about__swiper__alide.-bottom {
  margin-top: 6rem;
}

.business::after {
  position: relative;
  content: "";
  display: block;
  background: url(../images/top/business/deco.svg) center center/contain no-repeat;
  width: 24.3rem;
  height: 5.5rem;
}
@media screen and (min-width: 768px) {
  .business::after {
    left: -1rem;
    width: 49rem;
    height: 11rem;
  }
}

.business__inner {
  padding: 14.5rem 0 9.4rem;
}
@media screen and (min-width: 768px) {
  .business__inner {
    padding: 18.7rem 0 20rem;
  }
}

.business__wrap {
  margin-bottom: 9.6rem;
  padding: 0 1.8rem;
}
@media screen and (min-width: 768px) {
  .business__wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 12rem;
  }
}

.business__ttl {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .business__ttl {
    margin-bottom: 0;
  }
}

.business__ttl__txt {
  padding-top: 2.5rem;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .business__ttl__txt {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .business__lists {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .business__list {
    position: relative;
    padding-bottom: 7rem;
    width: 50%;
    border-bottom: 1px solid #0042A2;
  }
}

@media screen and (min-width: 768px) {
  .business__list:nth-of-type(odd)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 1px;
    background: #0042A2;
  }
}

@media screen and (min-width: 768px) {
  .business__list:nth-of-type(odd) .business__list__ttl::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    height: 100%;
    width: 1px;
    background: #fff;
  }
}

.business__list__ttl {
  position: relative;
  padding: 3.2rem 0 3.1rem;
  background: #0042A2;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}

.business__list__pic {
  margin-bottom: 4.2rem;
  width: 100%;
  height: 29rem;
}
.business__list__pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business__list__container {
  padding: 0 1.8rem;
}
@media screen and (min-width: 768px) {
  .business__list__container {
    padding: 0 5.8rem;
  }
}

.business__list__logo {
  margin: 0 auto 3.2rem;
}

.business__list__logo.-housing,
.business__list__logo.-estate {
  width: 25.5rem;
}

.business__list__txt {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}

.business__list__btns {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .business__list__btns {
    margin: 0 auto;
    width: 60rem;
  }
}

.business__list__btn {
  border: 1px solid #0042A2;
}

.business__list__btn__link {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 5.8rem;
  color: #0042A2;
  text-align: center;
}

.business__list__btn__link .c-arrow {
  position: absolute;
  right: 1.6rem;
  width: 3rem;
  border: none;
}

.business__list__logo.-trailer {
  width: 30rem;
}

.business__list__logo.-childcare {
  width: 27.5rem;
}

.company__inner {
  background: url(../images/top/company/bg_sp.jpg) no-repeat top center/contain;
}
@media screen and (min-width: 768px) {
  .company__inner {
    position: relative;
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .company__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    background: url(../images/top/company/bg_pc.jpg) no-repeat top center/cover;
    width: 100vw;
    height: 87rem;
  }
}

.company__wrap {
  padding: 8.3rem 0 11rem;
}
@media screen and (min-width: 768px) {
  .company__wrap {
    margin: 0 auto;
    padding: 15.4rem 0;
    width: 120rem;
  }
}

.company__ttl {
  margin-left: 1.8rem;
}

.company__container {
  padding: 6.4rem 1.8rem;
  background: #FBFBFC;
  border-radius: 0 4rem 0 0;
}
@media screen and (min-width: 768px) {
  .company__container {
    margin-right: 4rem;
    padding: 12.8rem 0 11.8rem;
  }
}

@media screen and (min-width: 768px) {
  .company__lists {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 120rem;
  }
}

.company__list {
  margin-bottom: 6.4rem;
}
@media screen and (min-width: 768px) {
  .company__list {
    margin: 0;
    width: calc((100% - 9rem) / 3);
  }
}
.company__list:last-of-type {
  margin-bottom: 0;
}

.company__list__pic {
  margin-bottom: 2rem;
  width: 100%;
  height: 23rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .company__list__pic {
    margin-bottom: 2.7rem;
  }
}
.company__list__pic img {
  -o-object-fit: cover;
     object-fit: cover;
}

.company__list__box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.company__list__content__ttl {
  margin-bottom: 1.8rem;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .company__list__content__ttl {
    font-size: 2.8rem;
    line-height: 1;
  }
}

.comppany__list__content__txt {
  font-size: 1.5rem;
  line-height: 2;
}

.news__inner {
  padding: 10rem 1.8rem;
}
@media screen and (min-width: 768px) {
  .news__inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 23rem 0 16rem;
    width: 120rem;
  }
}

.news__ttl {
  margin-bottom: 6.4rem;
}

.news__ttl--main {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .news__ttl--main {
    margin-bottom: 5.6rem;
  }
}

@media screen and (min-width: 768px) {
  .news__lists {
    width: 81rem;
  }
}

.news__list {
  border-bottom: 1px solid #c3c3c3;
}
.news__list:first-of-type {
  border-top: 1px solid #c3c3c3;
}

.news__list__link {
  display: flex;
  gap: 1.5rem;
  padding: 2.8rem 0;
}
@media screen and (min-width: 768px) {
  .news__list__link {
    gap: 3.5rem;
    padding: 3rem 0;
  }
}

.news__list__thumb {
  flex-shrink: 0;
  width: 9rem;
  height: 9rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news__list__thumb {
    width: 20.5rem;
    height: 15rem;
  }
}
.news__list__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .news__list__container {
    width: 100%;
  }
}

.news__list__top {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .news__list__top {
    gap: 2.6rem;
    margin-bottom: 3rem;
  }
}

.news__list__tag {
  padding: 0.6rem 1.7rem;
  width: -moz-fit-content;
  width: fit-content;
  background: #E1F1FB;
  color: #0042A2;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 5rem;
}
@media screen and (min-width: 768px) {
  .news__list__tag {
    padding: 0.8rem 2.1rem;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.news__list__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  color: #aaaaaa;
}
@media screen and (min-width: 768px) {
  .news__list__date {
    font-size: 1.5rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .news__list__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    width: 100%;
  }
}

.news__list__txt {
  font-size: 1.5rem;
  line-height: 1.6666666667;
}

.news__list__arrow.c-arrow {
  display: none;
}
@media screen and (min-width: 768px) {
  .news__list__arrow.c-arrow {
    display: flex;
  }
}

.recruit {
  position: relative;
}

.recruit__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.recruit__inner {
  padding: 9.2rem 1.8rem 16rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .recruit__inner {
    padding: 17.5rem 0 28rem;
  }
}

@media screen and (min-width: 768px) {
  .recruit__wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 3.2rem;
    width: 120rem;
  }
}

.recruit__container {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .recruit__container {
    margin: 0;
  }
}

.recruit__ttl {
  margin-bottom: 5.2rem;
}
@media screen and (min-width: 768px) {
  .recruit__ttl {
    margin-bottom: 4.2rem;
  }
}

.recruit__box {
  position: relative;
}

.recruit__catch {
  margin-bottom: 1.5rem;
  font-size: 2.6rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .recruit__catch {
    margin-bottom: 2rem;
    font-size: 2.8rem;
    line-height: 2;
  }
}

.recruit__txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .recruit__txt {
    width: 26.4rem;
  }
}

.recruit__arrow {
  position: absolute;
  right: 0;
  bottom: -16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.6rem;
  height: 11.6rem;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .recruit__arrow {
    right: -6rem;
    bottom: 7rem;
    width: 15.3rem;
    height: 15.3rem;
  }
}
.recruit__arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  background: url(../images/top/recruit/circle_txt.svg) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  animation: rotation 16s linear infinite;
  transition: 0.2s;
}
.recruit__arrow:hover::before {
  scale: 1.1;
}

.recruit__arrow__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 100%;
  overflow: hidden;
}

.recruit__arrow__link::before,
.recruit__arrow__link::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 3.1rem;
  height: 2.6rem;
  background: url(../images/common/arrow.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .recruit__arrow__link::before,
  .recruit__arrow__link::after {
    width: 4.1rem;
    height: 3.5rem;
  }
}

.recruit__arrow__link::after {
  transform: translateX(-300%);
}

.recruit__arrow__link:hover::before {
  animation: transformRightLeft 0.3s forwards ease-out;
}

.recruit__arrow__link:hover::after {
  animation: transformLeftRight 0.3s forwards ease-out;
}

.recruit__pic {
  position: relative;
  z-index: -1;
  margin-bottom: 18rem;
}
@media screen and (min-width: 768px) {
  .recruit__pic {
    display: flex;
    gap: 3.4rem;
    margin: 0;
  }
}

.recruit__pic--01 {
  width: 19rem;
  height: 27rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .recruit__pic--01 {
    position: relative;
    top: -6.2rem;
    width: 30rem;
    height: 42rem;
  }
}
.recruit__pic--01 img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

.recruit__pic--02 {
  position: absolute;
  top: 16rem;
  right: 0;
  width: 17.7rem;
  height: 25rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .recruit__pic--02 {
    position: relative;
    top: 1rem;
    right: initial;
    width: 30rem;
    height: 42rem;
  }
}
.recruit__pic--02 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

.recruit__slide {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
}

.recruit__slide__txt {
  flex-shrink: 0;
  margin: 0 2rem;
  width: 74.8rem;
  animation: infinity-scroll-left 24s infinite linear 0.5s both;
}
@media screen and (min-width: 768px) {
  .recruit__slide__txt {
    margin: 0 4.8rem;
    width: 158rem;
    animation: infinity-scroll-left 40s infinite linear 0.5s both;
  }
}

.syanaihou {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .syanaihou {
    margin-bottom: 14rem;
  }
}

.syanaihou__inner {
  background: #0042A2;
}
@media screen and (min-width: 768px) {
  .syanaihou__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 0;
  }
}

.syanaihou__wrap {
  padding: 9.7rem 1.8rem 8.3rem;
}
@media screen and (min-width: 768px) {
  .syanaihou__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 3rem;
    width: 100%;
  }
}

.syanaihou__ttl.top-section__ttl {
  color: #fff;
}

.syanaihou__ttl {
  margin-bottom: 3.6rem;
}

.syanaihou__ttl--sub.top-section__ttl--sub {
  color: #fff;
}

.syanaihou__ttl--main.top-section__ttl--main {
  color: #fff;
}

.syanaihou__txt {
  margin-bottom: 5rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
}

.syanaihou__inner .c-btn {
  border: 1px solid #fff;
}

.syanaihou__inner .c-btn__link {
  background: #fff;
  color: #0042A2;
}

.syanaihou__inner .c-btn__link:hover {
  color: #fff;
}

.syanaihou__inner .c-btn__link::before {
  background: #0042A2;
}

.syanaihou__inner .c-btn__link .c-arrow::before,
.syanaihou__inner .c-btn__link .c-arrow::after {
  background: #0042A2;
}

.syanaihou__inner .c-btn__link .c-arrow {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .syanaihou__contaier {
    display: flex;
    gap: 3rem;
    height: 82.4rem;
  }
}

.syanaihou__contaier .swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.syanaihou__swiper {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .syanaihou__swiper {
    margin-bottom: 0;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .syanaihou__swiper__slide.swiper-slide {
    width: 22rem;
    height: 18rem;
  }
  .syanaihou__swiper__slide.swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.contact {
  margin-bottom: 6.4rem;
}
@media screen and (min-width: 768px) {
  .contact {
    margin-bottom: 8rem;
  }
}

.contact__inner {
  padding-top: 8rem;
  margin: 0 1.8rem;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    margin: 0 auto;
    width: 120rem;
  }
}

.contact__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.6rem;
  padding: 7rem 0 7.6rem;
  background: url(../images/common/contact-bg_sp.jpg) no-repeat center center/cover;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .contact__wrap {
    flex-direction: row;
    gap: 7.4rem;
    justify-content: center;
    padding: 10.4rem 0 11.4rem;
    background: url(../images/common/contact-bg_pc.jpg) no-repeat center center/cover;
  }
}

.contact__ttl {
  margin-bottom: 2rem;
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__ttl {
    margin-bottom: 2.4rem;
    font-size: 7rem;
    line-height: 1;
    text-align: left;
  }
}

.contact__txt {
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__txt {
    text-align: left;
  }
}
.contact__txt.-tel {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .contact__txt.-tel {
    margin-bottom: 1.8rem;
  }
}

.contact__tel {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__tel {
    font-size: 4.5rem;
    line-height: 1;
    text-align: left;
  }
}

.p-about-section__deco {
  position: relative;
  border-bottom: 1px solid #0042A2;
}
.p-about-section__deco::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 24.3rem;
  height: 5.5rem;
  -webkit-mask-image: url(../images/common/deco_section-bottom.svg);
          mask-image: url(../images/common/deco_section-bottom.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #0042A2;
}
@media screen and (min-width: 768px) {
  .p-about-section__deco::after {
    width: 49rem;
    height: 11rem;
  }
}

.p-about__philosophy {
  position: relative;
}

.p-about__philosophy__bg__wrap {
  position: absolute;
  width: 100%;
}

.p-about__philosophy__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__philosophy__bg {
    max-height: 90rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .p-about__philosophy__bg img {
    height: 100%;
    max-height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.p-about__message__inner {
  padding: 0 1.8rem;
  padding-bottom: 15rem;
}
@media screen and (min-width: 768px) {
  .p-about__message__inner {
    display: flex;
    gap: 10rem;
    margin: 0 auto;
    padding: 0 0 26rem;
    width: 120rem;
  }
}

.p-about__message__container {
  margin-bottom: 4.7rem;
}
@media screen and (min-width: 768px) {
  .p-about__message__container {
    margin-bottom: 0;
  }
}

.p-about__message__txt {
  margin-bottom: 3.4rem;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-about__message__txt {
    margin-bottom: 7rem;
    font-size: 2rem;
    line-height: 2;
  }
}

.p-about__message__position {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-about__message__position {
    font-size: 2rem;
    line-height: 2;
  }
}

.p-about__message__pic {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-about__message__pic {
    flex-shrink: 0;
    width: 54rem;
    height: 76rem;
  }
  .p-about__message__pic img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-about__philosophy__inner {
  padding: 6.4rem 1.8rem 16rem;
}
@media screen and (min-width: 768px) {
  .p-about__philosophy__inner {
    margin: 0 auto;
    padding: 11.4rem 0 29.4rem;
    width: 120rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__philosophy__box {
    margin-bottom: 10.8rem;
  }
}

.p-about__philosophy-content__ttl {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-about__philosophy-content__ttl {
    margin-bottom: 8rem;
  }
}

.p-about__philosophy-content__ttl--main {
  margin-bottom: 1.6rem;
  color: #142437;
  font-size: 3.7rem;
  line-height: 1;
  font-weight: 700;
}

.p-about__philosophy-content__ttl--sub {
  color: #0042A2;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

.p-about__philosophy-slogan {
  padding-bottom: 10rem;
  border-bottom: 1px solid #0042A2;
}
@media screen and (min-width: 768px) {
  .p-about__philosophy-slogan {
    display: flex;
    justify-content: space-between;
    padding-bottom: 19.4rem;
  }
}

.p-about__philosophy-slogan__content {
  margin-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .p-about__philosophy-slogan__content {
    margin-bottom: 0;
    padding-top: 7rem;
  }
}

.p-about__philosophy-slogan__catch--main {
  margin-bottom: 2.4rem;
  font-size: 4rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-about__philosophy-slogan__catch--main {
    margin-bottom: 1.6rem;
    font-size: 4.6rem;
    line-height: 1;
  }
}

.p-about__philosophy-slogan__catch--sub {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
}

.p-about__philosophy-slogan__pic {
  position: relative;
}

.p-about__philosophy-slogan__pic div {
  border-radius: 1rem;
  overflow: hidden;
}
.p-about__philosophy-slogan__pic div img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__philosophy-slogan__pic--01 {
  margin-left: auto;
  width: 26.6rem;
  height: 11.8rem;
}
@media screen and (min-width: 768px) {
  .p-about__philosophy-slogan__pic--01 {
    width: 36rem;
    height: 16rem;
  }
}

.p-about__philosophy-slogan__pic--02 {
  position: relative;
  top: -1.4rem;
  z-index: -1;
  width: 16.6rem;
  height: 25.8rem;
}
@media screen and (min-width: 768px) {
  .p-about__philosophy-slogan__pic--02 {
    top: -2rem;
    left: -10rem;
    width: 22.6rem;
    height: 35rem;
  }
}

.p-about__philosophy-slogan__pic--03 {
  position: absolute;
  right: 1rem;
  bottom: 4.4rem;
  width: 13.5rem;
  height: 14.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__philosophy-slogan__pic--03 {
    bottom: 6rem;
    width: 18.4rem;
    height: 19.7rem;
  }
}

.p-about__philosophy-mission {
  padding: 10rem 0;
  border-bottom: 1px solid #0042A2;
}

.p-about__philosophy-mission__lsit {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about__philosophy-mission__lsit {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4rem;
  }
}

.p-about__philosophy-mission__item {
  padding: 2.4rem 1.5rem 2.6rem;
  background: #edf5f8;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about__philosophy-mission__item {
    padding: 2.4rem 4rem 3.6rem;
    width: 58rem;
  }
}

.p-about__philosophy-mission__item__ttl {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 1.4rem;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
.p-about__philosophy-mission__item__ttl span {
  flex-shrink: 0;
  color: #0042A2;
  font-size: 1.4rem;
  line-height: 1;
}

.p-about__philosophy-mission__item__txt {
  font-size: 1.5rem;
  line-height: 2;
}

.p-about__philosophy-vision {
  padding: 10rem 0;
  border-bottom: 1px solid #0042A2;
}

.p-about__philosophy-vision__catch {
  font-size: 2.4rem;
  line-height: 1.9166666667;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-about__philosophy-vision__catch {
    font-size: 3rem;
    line-height: 2;
  }
}

.p-about__philosophy-value {
  padding-top: 10rem;
}

.p-about__sustainability__inner {
  padding: 4.8rem 1.8rem 8rem;
}
@media screen and (min-width: 768px) {
  .p-about__sustainability__inner {
    margin: 0 auto;
    padding: 9rem 0 12rem;
    width: 120rem;
  }
}

.p-about__sustainability__ttl {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-about__sustainability__ttl {
    margin-bottom: 4.8rem;
  }
}

.p-about__sustainability__ttl--sub {
  color: #142437;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-about__sustainability__ttl--sub {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    line-height: 1;
  }
}

.p-about__sustainability__ttl--main {
  color: #0042A2;
  font-size: 3rem;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-about__sustainability__ttl--main {
    font-size: 4.4rem;
    line-height: 1;
  }
}

.p-about__sustainability__txt {
  margin-bottom: 4.8rem;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-about__sustainability__txt {
    margin-bottom: 11.6rem;
  }
}

.p-about__sustainability__pic {
  width: 100%;
}

.p-company__profile__inner {
  padding: 0 1.8rem 10rem;
}
@media screen and (min-width: 768px) {
  .p-company__profile__inner {
    margin: 0 auto;
    padding: 0 0 15rem;
    width: 120rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company__profile__ttl.c-lower-page__section__ttl {
    margin-bottom: 10.6rem;
  }
}

.p-company__profile__container {
  display: flex;
  width: 100%;
}

.p-company__profile__container:first-of-type .p-company__profile__list {
  border-top: 1px solid #000;
}

.p-company__profile__container:first-of-type .p-company__profile__item {
  border-top: 1px solid #c3c3c3;
}

.p-company__profile__list {
  padding: 3.6rem 0.8rem 0;
  width: 32%;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-company__profile__list {
    width: 20%;
    text-align: center;
  }
}

.p-company__profile__item {
  padding: 3.6rem 0.8rem 3.8rem;
  width: 68%;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  border-bottom: 1px solid #c3c3c3;
}
@media screen and (min-width: 768px) {
  .p-company__profile__item {
    width: 80%;
    padding: 3.6rem 8rem 3.8rem;
  }
}

.p-company__history {
  background: #edf5f8;
}

.p-company__history__inner {
  padding: 10rem 1.8rem 12.7rem;
}
@media screen and (min-width: 768px) {
  .p-company__history__inner {
    margin: 0 auto;
    padding: 12.6 0 17.4rem;
    width: 120rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company__history__ttl.c-lower-page__section__ttl {
    margin-bottom: 9rem;
  }
}

.p-company__history__wrap {
  position: relative;
}

.timeline-line {
  position: absolute;
  top: 0;
  left: 0.4rem;
  width: 3px;
  height: 100%;
  background: #ABB8C3;
  transform: scaleY(0);
  transform-origin: top;
}
@media screen and (min-width: 768px) {
  .timeline-line {
    left: 0.88rem;
  }
}

.timeline-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 146, 229, 0.35);
  opacity: 0;
  transform: scale(1);
}

.timeline-dot.is-pulse::after {
  animation: pulseAnim 0.6s ease-out forwards;
}

@keyframes pulseAnim {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
.timeline-dot {
  position: absolute;
  left: 0;
  top: 4.7rem;
  width: 1.05rem;
  height: 1.05rem;
  background: #ABB8C3;
  border-radius: 50%;
  transform: scale(0);
}
@media screen and (min-width: 768px) {
  .timeline-dot {
    top: 4.5rem;
    width: 2.1rem;
    height: 2.1rem;
  }
}

.p-company__history__container:first-of-type .p-company__history__box {
  border-top: 1px solid #abb8c3;
}

.p-company__history__container {
  position: relative;
  padding-left: 2.1rem;
}
@media screen and (min-width: 768px) {
  .p-company__history__container {
    padding-left: 6.2rem;
  }
}

.p-company__history__box {
  display: flex;
  gap: 3.3rem;
  border-bottom: 1px solid #abb8c3;
}
@media screen and (min-width: 768px) {
  .p-company__history__box {
    gap: 13rem;
  }
}

.p-company__history__list {
  flex-shrink: 0;
  padding: 3.7rem 0 0 0.8rem;
  color: #0092E5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-company__history__list {
    padding: 3.6rem 0 0 7rem;
    font-size: 3.5rem;
    line-height: 1;
  }
}

.p-company__history__item {
  padding: 3.6rem 0.8rem 3.8rem;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-company__history__item {
    padding: 4rem 8rem 4.2rem 0;
  }
}

.c-lower-page__top.p-business__top {
  background: #edf5f8;
}

.p-business__intro {
  position: relative;
  z-index: 1;
  background: #edf5f8;
}

.p-business__intro__inner {
  padding: 2.4rem 1.8rem 8.3rem;
}
@media screen and (min-width: 768px) {
  .p-business__intro__inner {
    margin: 0 auto;
    padding: 0 0 15.5rem;
    width: 120rem;
  }
}

@media screen and (min-width: 768px) {
  .p-business__intro__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8.4rem;
  }
}

.p-business__intro__txt {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-business__intro__txt {
    margin-bottom: 0;
    width: 65.7rem;
    font-size: 2rem;
    line-height: 2;
  }
}

.p-business__intro__pic {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-business__intro__pic {
    width: 44rem;
  }
}

@media screen and (min-width: 768px) {
  .p-business__intro__lists {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
}

.p-business__intro__list {
  width: 28.5rem;
  border: 1px solid #0042A2;
}

.p-business__intro__list__link {
  position: relative;
  z-index: 1;
  padding: 2.2rem 0;
  width: 100%;
  background: #fff;
  color: #0042A2;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  transition: color 0.3s ease;
}

.p-business__intro__list__link:hover {
  color: #fff;
}

.p-business__intro__list__link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  opacity: 1;
}

.p-business__intro__list__link::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #0042A2;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.3s ease-out;
  transition-property: transform;
}

.p-business__section {
  position: relative;
}

.p-business__section.-even {
  background: #f2f6fb;
}

.p-business__section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: url(../images/business/section_top_deco.svg) center center/cover no-repeat;
  width: 22.5rem;
  height: 19.5rem;
}
@media screen and (min-width: 768px) {
  .p-business__section::before {
    width: 65.4rem;
    height: 56.7rem;
  }
}

.p-business__section__inner {
  position: relative;
  z-index: 1;
  padding: 11rem 1.8rem 10rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-business__section__inner {
    margin: 0 auto;
    padding: 13.8rem 0 22.5rem;
    width: 120rem;
  }
}

.p-business__section__inner .c-lower-page__section__ttl {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-business__section__inner .c-lower-page__section__ttl {
    margin-bottom: 7rem;
  }
}

.p-business__section__inner .c-btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-business__section__inner .c-btn {
    margin: 0 auto;
    width: 36rem;
  }
}

.p-business__section__inner .c-btn__link {
  padding: 0 1rem 0 3rem;
}

.p-business__section__inner:has(.c-btn) .p-business__section__container {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-business__section__inner:has(.c-btn) .p-business__section__container {
    margin-bottom: 9.6rem;
  }
}

.p-business__section__top {
  margin-bottom: 4.8rem;
  width: 35.7rem;
  height: 13rem;
  border-radius: 4rem 0 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-business__section__top {
    margin-bottom: 6.4rem;
    width: 100%;
    height: 44rem;
  }
}
.p-business__section__top img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-business__section__catch {
  margin-bottom: 5rem;
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-business__section__catch {
    margin-bottom: 6.4rem;
    font-size: 3rem;
    line-height: 2;
    text-align: center;
  }
}

.p-business__section__container {
  margin-bottom: 2.3rem;
}
@media screen and (min-width: 768px) {
  .p-business__section__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7.8rem;
  }
}

.p-business__section__logo {
  width: 26.7rem;
  margin-bottom: 3.82rem;
}
@media screen and (min-width: 768px) {
  .p-business__section__logo {
    width: 40rem;
    margin-bottom: 0;
  }
}

.p-business__trailer .p-business__section__logo {
  width: 33.4rem;
}
@media screen and (min-width: 768px) {
  .p-business__trailer .p-business__section__logo {
    width: 43.7rem;
  }
}

.p-business__welfare .p-business__section__logo {
  width: 16.7rem;
}
@media screen and (min-width: 768px) {
  .p-business__welfare .p-business__section__logo {
    margin-left: 10.7rem;
    width: 26.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-business__section__box {
    width: 70rem;
  }
}

.p-business__section__item {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-business__section__item {
    margin-bottom: 1.8rem;
    font-size: 2rem;
    line-height: 1;
  }
}

.p-business__section__txt {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-business__section__txt {
    font-size: 2rem;
    line-height: 2;
  }
}

.p-business__section__lists {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-business__section__lists {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4rem;
  }
}

.p-business__section__list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-business__section__list {
    width: calc((100% - 4rem) / 2);
  }
}

.p-business__section__list__pic {
  width: 100%;
  height: 18.8rem;
}
@media screen and (min-width: 768px) {
  .p-business__section__list__pic {
    height: 32rem;
  }
}
.p-business__section__list__pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-business__section__list__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 1.5rem;
  background: #0042A2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-business__section__list__box {
    padding: 2rem;
  }
}

.p-business__section__list__name {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-business__section__list__name {
    font-size: 2rem;
    line-height: 1;
  }
}

.p-business__section__list__box .c-arrow {
  width: 4rem;
  height: 4rem;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-business__section__list__box .c-arrow {
    width: 5rem;
    height: 5rem;
  }
}

.p-business__section__list__box .c-arrow::before,
.p-business__section__list__box .c-arrow::after {
  background: #fff;
}

.p-archive-news__content__inner {
  padding: 6rem 1.8rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__inner {
    margin: 0 auto;
    padding: 14.4rem 0 12rem;
    width: 120rem;
  }
}

.p-archive-news__content__wrap {
  margin-bottom: 6.4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__wrap {
    display: flex;
    justify-content: space-between;
  }
}

.p-archive-news__content__side {
  margin-bottom: 3.8rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__side {
    margin-bottom: 0;
    width: 28rem;
  }
}

.p-archive-news__content__side__txt {
  padding: 1.3rem 1.5rem 1.1rem;
  background: #0092e5;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__side__txt {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-archive-news__content__side__lists {
  display: flex;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__side__lists {
    display: block;
  }
}

.p-archive-news__content__side__link {
  padding: 2.5rem 0;
  font-size: 1.3rem;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__side__link {
    padding: 1.7rem 0;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-archive-news__content__side__link:hover {
  color: #0042A2;
}

.p-archive-news__content__side__link.-active {
  color: #0042A2;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-archive-news__content__main {
    width: 81rem;
  }
}

.p-archive-news__content__main__list:first-of-type {
  border-top: 1px solid #c3c3c3;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__main__list:first-of-type {
    border-top: none;
  }
}

@media screen and (min-width: 768px) {
  .p-archive-news__content__main__list:first-of-type .p-archive-news__content__main__link {
    padding-top: 0;
  }
}

.p-archive-news__content__main__list {
  border-bottom: 1px solid #c3c3c3;
}

.p-archive-news__content__main__link {
  display: flex;
  justify-content: space-between;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link {
    padding: 3rem 0;
  }
}

.p-archive-news__content__main__link__thumb {
  width: 8rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link__thumb {
    width: 20.5rem;
  }
}
.p-archive-news__content__main__link__thumb img {
  aspect-ratio: 83/61;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link__thumb img {
    aspect-ratio: 59/43;
  }
}

.p-archive-news__content__main__link__container {
  width: 23.4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link__container {
    width: 48rem;
  }
}

.p-archive-news__content__main__link__box {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link__box {
    gap: 2.6rem;
    margin-bottom: 3rem;
  }
}

.p-archive-news__content__main__link__tag {
  padding: 0.4rem 1.8rem;
  background: #e1f1fb;
  color: #0042A2;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link__tag {
    padding: 0.6rem 2.1rem;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-archive-news__content__main__link__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link__date {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-archive-news__content__main__link__subject {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link__subject {
    font-size: 1.9rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link .c-arrow {
    transform: translateY(100%);
  }
}

@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link__pdf {
    content: "";
    display: inline-block;
    margin-left: 1.4rem;
    width: 2rem;
    height: 1.85rem;
    background: url(../images/common/icon_pdf.svg) center center/contain no-repeat;
    transform: translateY(0.4rem);
  }
}

.p-single-news__top__inner.c-lower-page__top__inner {
  padding: 0 0 9rem;
  height: auto;
}

.p-single-news__top__ttl--sub.c-lower-page__ttl--sub {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.p-single-news__top__ttl--sub__date {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
}

.p-single-news__top__ttl--sub__tag {
  padding: 0.4rem 2.1rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #0042A2;
  font-size: 1.5rem;
  line-height: 1;
  background: #fff;
  border-radius: 1.2rem;
}

.p-single-news__top__ttl--main.c-lower-page__ttl--main {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-single-news__top__ttl--main.c-lower-page__ttl--main {
    padding-right: 12rem;
    font-size: 3.5rem;
    line-height: 2;
  }
}

.p-single-news__content__inner {
  padding: 9rem 1.8rem 8rem;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-single-news__content__inner {
    margin: 0 auto;
    padding: 9rem 0 12rem;
    width: 120rem;
    max-width: 120rem;
  }
}

.p-single-news__content__main {
  margin-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content__main {
    margin-bottom: 18.4rem;
    font-size: 3.5rem;
    line-height: 2;
  }
}

.p-single-news__content__main h2 {
  margin-bottom: 1.6rem;
  color: #0042A2;
  font-size: 2.5rem;
  line-height: 1.52;
  font-weight: 700;
}

.p-single-news__content__main p {
  margin-bottom: 4.8rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-single-news__content__main p {
    font-size: 1.9rem;
    line-height: 2;
  }
}

.p-single-news__content__link {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #0042A2;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-single-news__content__link {
    gap: 3.8rem;
  }
}

.p-single-news__content__link .c-arrow {
  transform: rotate(-180deg);
}

.c-lower-page__top__inner.p-single-job__top__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.8rem;
  height: 26rem;
}
@media screen and (min-width: 768px) {
  .c-lower-page__top__inner.p-single-job__top__inner {
    padding: 0 12rem;
  }
}

.c-lower-page__top__inner.p-single-job__top__inner::before,
.c-lower-page__top__inner.p-single-job__top__inner::after {
  display: none;
}

.c-lower-page__ttl.p-single-job__top__ttl {
  padding: 0;
}

.c-lower-page__ttl--main.p-single-job__top__ttl--main {
  font-size: 4.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-lower-page__ttl--main.p-single-job__top__ttl--main {
    font-size: 4.2rem;
    line-height: 1;
  }
}

.p-single-job__content__inner {
  padding: 6rem 1.8rem 11.6rem;
}
@media screen and (min-width: 768px) {
  .p-single-job__content__inner {
    margin: 0 auto;
    padding: 7.8rem 0 20.5rem;
    width: 120rem;
  }
}

.p-single-job__content__ttl {
  margin-bottom: 5rem;
  font-size: 2rem;
  line-height: 2.45;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-single-job__content__ttl {
    margin-bottom: 7rem;
    font-size: 2.8rem;
    line-height: 1.75;
  }
}

.p-single-job__content__container {
  margin-bottom: 11rem;
  border-top: 1px solid #aaaaaa;
}
@media screen and (min-width: 768px) {
  .p-single-job__content__container {
    margin-bottom: 17rem;
  }
}

.p-single-job__content__box {
  padding: 4.8rem 0;
  border-bottom: 1px solid #aaaaaa;
}
@media screen and (min-width: 768px) {
  .p-single-job__content__box {
    display: flex;
    justify-content: space-between;
  }
}

.p-single-job__content__list {
  margin-bottom: 4.8rem;
  color: #0042A2;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-single-job__content__list {
    margin-bottom: 0;
  }
}

.p-single-job__content__item {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-single-job__content__item {
    width: 104rem;
  }
}

.p-single-job__entry {
  margin-bottom: 6rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-single-job__entry {
    margin: 0 auto 10rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-single-job__entry__link__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 6.3rem 0;
  width: 100%;
  background: #0092e5;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-job__entry__link__box {
    gap: 2.7rem;
    width: 80rem;
  }
}

.p-single-job__entry__link__ttl {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-single-job__entry__link__ttl {
    font-size: 6rem;
    line-height: 1;
  }
}

.p-single-job__entry__link__box .c-arrow {
  width: 4rem;
  height: 4rem;
  background: #0042A2;
}
@media screen and (min-width: 768px) {
  .p-single-job__entry__link__box .c-arrow {
    width: 5rem;
    height: 5rem;
  }
}
.p-single-job__entry__link__box .c-arrow::before {
  background: #fff;
}
.p-single-job__entry__link__box .c-arrow::after {
  background: #fff;
}

.p-single-job__prev {
  display: block;
  margin: 0 auto;
  padding: 1rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  color: #0042A2;
  font-size: 1.4rem;
  line-height: 1;
  border: 2px solid #0042A2;
}
@media screen and (min-width: 768px) {
  .p-single-job__prev {
    padding: 1.4rem 2.8rem;
    font-size: 1.6rem;
    line-height: 1;
  }
}

.p-archive-news__content__inner {
  padding: 6rem 1.8rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__inner {
    margin: 0 auto;
    padding: 14.4rem 0 12rem;
    width: 120rem;
  }
}

.p-archive-news__content__wrap {
  margin-bottom: 6.4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__wrap {
    display: flex;
    justify-content: space-between;
  }
}

.p-archive-news__content__side {
  margin-bottom: 3.8rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__side {
    margin-bottom: 0;
    width: 28rem;
  }
}

.p-archive-news__content__side__txt {
  padding: 1.3rem 1.5rem 1.1rem;
  background: #0092e5;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__side__txt {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-archive-news__content__side__lists {
  display: flex;
  gap: 3rem;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__side__lists {
    display: block;
    overflow: visible;
  }
}

.p-archive-news__content__side__link {
  padding: 2.5rem 0;
  font-size: 1.3rem;
  line-height: 1;
  transition: 0.3s;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__side__link {
    padding: 1.7rem 0;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-archive-news__content__side__link:hover {
  color: #0042A2;
}

.p-archive-news__content__side__link.-active {
  color: #0042A2;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-archive-news__content__main {
    width: 81rem;
  }
}

.p-archive-news__content__main__list:first-of-type {
  border-top: 1px solid #c3c3c3;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__main__list:first-of-type {
    border-top: none;
  }
}

@media screen and (min-width: 768px) {
  .p-archive-news__content__main__list:first-of-type .p-archive-news__content__main__link {
    padding-top: 0;
  }
}

.p-archive-news__content__main__list {
  border-bottom: 1px solid #c3c3c3;
}

.p-archive-news__content__main__link {
  display: flex;
  justify-content: space-between;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link {
    padding: 3rem 0;
  }
}

.p-archive-news__content__main__link__thumb {
  width: 8rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link__thumb {
    width: 20.5rem;
  }
}

.p-archive-news__content__main__link__container {
  width: 23.4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link__container {
    width: 48rem;
  }
}

.p-archive-news__content__main__link__box {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link__box {
    gap: 2.6rem;
    margin-bottom: 3rem;
  }
}

.p-archive-news__content__main__link__tag {
  padding: 0.4rem 1.8rem;
  background: #e1f1fb;
  color: #0042A2;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link__tag {
    padding: 0.6rem 2.1rem;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-archive-news__content__main__link__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link__date {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-archive-news__content__main__link__subject {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link__subject {
    font-size: 1.9rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-archive-news__content__main__link .c-arrow {
    transform: translateY(100%);
  }
}

.p-contact__content__inner {
  padding: 5.5rem 1.8rem 4rem;
}
@media screen and (min-width: 768px) {
  .p-contact__content__inner {
    margin: 0 auto;
    padding: 12rem 0 10rem;
    width: 120rem;
  }
}

.p-contact__content__top {
  font-size: 1.5rem;
  line-height: 2;
}

.p-privacy__content__inner {
  padding: 12rem 1.8rem 14rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__content__inner {
    margin: 0 auto;
    padding: 12rem 0 21rem;
    width: 120rem;
  }
}

.p-privacy__content__top {
  margin-bottom: 8rem;
}

.p-privacy__content__container {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

.p-privacy__content__box {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
}

.p-privacy__content__list {
  font-weight: 700;
}

.p-thanks {
  padding: 11rem 1.8rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-thanks {
    margin: 0 auto;
    padding: 13.4rem 0 9rem;
    width: 120rem;
  }
}

.p-thanks__inner {
  padding: 4.4rem 1.6rem 5rem;
  background: #edf5f8;
}
@media screen and (min-width: 768px) {
  .p-thanks__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12rem 0;
  }
}

.p-thanks__ttl {
  margin-bottom: 4.4rem;
  color: #0042A2;
  font-size: 2.5rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-thanks__ttl {
    margin-bottom: 6rem;
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}

.p-thanks__txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-thanks__txt {
    text-align: center;
  }
}

.p-recruit__mv {
  height: 100vh;
  height: 100svh;
}
@media screen and (min-width: 768px) {
  .p-recruit__mv {
    height: auto;
  }
}

.p-recruit__mv__inner {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit__mv__inner {
    height: auto;
  }
}

.p-recruit__mv__wrap {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit__mv__wrap {
    height: auto;
  }
}

.p-recruit__mv__swiper {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit__mv__swiper {
    height: auto;
  }
}

.p-recruit__mv__catch {
  position: absolute;
  top: 9rem;
  left: 2rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit__mv__catch {
    top: 23rem;
    left: 12rem;
  }
}

.p-recruit__mv__catch--main {
  margin-bottom: 1.2rem;
  font-size: 3rem;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-recruit__mv__catch--main {
    margin-bottom: 4rem;
    font-size: 5.6rem;
    line-height: 1.7142857143;
  }
}

.p-recruit__mv__catch--sub {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-recruit__mv__catch--sub {
    font-size: 2.8rem;
    line-height: 1;
  }
}

.p-recruit__mv__catch--sub .-blue {
  display: contents;
  color: #0042A2;
}

.p-recruit__slogan__inner {
  margin-bottom: 8.2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__slogan__inner {
    margin-bottom: 17rem;
  }
}

.p-recruit__slogan__top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #def5fc;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(222, 245, 252) 100%);
  padding: 11.4rem 0 12rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__slogan__top {
    padding: 13.4rem 0 12.4rem;
  }
}

.c-lower-page__section__ttl.p-recruit__slogan__box {
  margin-bottom: 3rem;
}

.c-lower-page__section__ttl--main.p-recruit__slogan__ttl--main {
  margin-bottom: 1rem;
  font-size: 3.7rem;
  line-height: 1;
  text-align: center;
}

.c-lower-page__section__ttl--sub.p-recruit__slogan__ttl--sub {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-recruit__slogan__top__catch {
  font-size: 3.5rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit__slogan__top__catch {
    font-size: 4.2rem;
    line-height: 1;
  }
}

.p-recruit__slogan__bottom {
  margin-bottom: 6.7rem;
  padding: 8rem 1.8rem;
  background: url(../images/recruit/slogan_bg_sp.jpg) center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .p-recruit__slogan__bottom {
    margin-bottom: 15.5rem;
    padding: 8.7rem 0 8.5rem;
    background: url(../images/recruit/slogan_bg_pc.jpg) center center/cover no-repeat;
  }
}

.p-recruit__slogan__txt {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.6666666667;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-recruit__slogan__txt {
    font-size: 1.7rem;
    line-height: 2.3529411765;
    text-align: center;
  }
}

.p-recruit__slogan__slide {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.p-recruit__slogan__slide__inner {
  display: flex;
  gap: 1.6rem;
  padding: 0 0.8rem;
  animation: infinity-scroll-left 40s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-recruit__slogan__slide__inner {
    gap: 3.2rem;
    padding: 0 1.6rem;
  }
}

.p-recruit__slogan__swiper__slide__content {
  flex-shrink: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.p-recruit__slogan__swiper__slide__content img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit__slogan__swiper__slide__content.-no01 {
  position: relative;
  bottom: -7rem;
  width: 14rem;
  height: 14rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__slogan__swiper__slide__content.-no01 {
    bottom: -14rem;
    width: 28.4rem;
    height: 28rem;
  }
}
.p-recruit__slogan__swiper__slide__content.-no02 {
  width: 29rem;
  height: 21rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__slogan__swiper__slide__content.-no02 {
    width: 60rem;
    height: 42rem;
  }
}
.p-recruit__slogan__swiper__slide__content.-no03 {
  width: 14rem;
  height: 14rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__slogan__swiper__slide__content.-no03 {
    width: 28.4rem;
    height: 28rem;
  }
}
.p-recruit__slogan__swiper__slide__content.-no04 {
  position: relative;
  bottom: -7rem;
  width: 14rem;
  height: 14rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__slogan__swiper__slide__content.-no04 {
    bottom: -14rem;
    width: 28.4rem;
    height: 28rem;
  }
}
.p-recruit__slogan__swiper__slide__content.-no05 {
  width: 30rem;
  height: 21rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__slogan__swiper__slide__content.-no05 {
    width: 60rem;
    height: 42rem;
  }
}

.p-recruit__our-job__inner {
  margin-bottom: 5.4rem;
  padding: 7.6rem 1.8rem 9rem;
  background: #edf5f8;
  border-radius: 5rem 0 0 5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__our-job__inner {
    margin: 0 0 10.4rem 8rem;
    padding: 11rem 12rem 12rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__our-job__wrap {
    display: flex;
    justify-content: center;
    gap: 18.2rem;
  }
}

@media screen and (min-width: 768px) {
  .c-lower-page__section__ttl.p-recruit__our-job__box {
    position: sticky;
    top: 14rem;
    display: flex;
    gap: 1.2rem;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (min-width: 768px) {
  .c-lower-page__section__ttl--main.p-recruit__our-job__ttl--main {
    line-height: 1.2;
    writing-mode: vertical-lr;
  }
}

@media screen and (min-width: 768px) {
  .c-lower-page__section__ttl--sub.p-recruit__our-job__ttl--sub {
    writing-mode: vertical-lr;
  }
}

.p-recruit__our-job__lists {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__our-job__lists {
    gap: 7rem;
  }
}

.p-recruit__our-job__list {
  position: relative;
  width: 100%;
  height: 20rem;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-recruit__our-job__list {
    height: 50rem;
  }
}

.p-recruit__our-job__list__pic {
  width: 100%;
  height: 100%;
}
.p-recruit__our-job__list__pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit__our-job__list__label {
  position: absolute;
  top: 0.8rem;
  left: 0;
  z-index: 1;
  padding: 0.6rem 1.6rem 0.6rem 1.2rem;
  background: #0042A2;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 400;
  border-radius: 0 0.5rem 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-recruit__our-job__list__label {
    top: 3.2rem;
    padding: 2rem 3.2rem;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-recruit__our-job__list__box {
  position: absolute;
  bottom: 0.8rem;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.7rem 1rem 1.2rem;
  width: 21.8rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruit__our-job__list__box {
    bottom: 3.2rem;
    padding: 3rem 3.2rem;
    width: 55.5rem;
  }
}

.p-recruit__our-job__list__ttl {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-recruit__our-job__list__ttl {
    font-size: 2.8rem;
    line-height: 1;
  }
}

.p-recruit__our-job__list__box .c-arrow {
  width: 2.6rem;
  height: 2.6rem;
  background: #0042A2;
}
@media screen and (min-width: 768px) {
  .p-recruit__our-job__list__box .c-arrow {
    width: 5rem;
    height: 5rem;
  }
}
.p-recruit__our-job__list__box .c-arrow::before {
  width: 0.73rem;
  height: 0.63rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruit__our-job__list__box .c-arrow::before {
    width: 1.4rem;
    height: 1.2rem;
  }
}
.p-recruit__our-job__list__box .c-arrow::after {
  width: 0.73rem;
  height: 0.63rem;
  background: #0042A2;
}
@media screen and (min-width: 768px) {
  .p-recruit__our-job__list__box .c-arrow::after {
    width: 1.4rem;
    height: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .c-modal__inner.p-recruit__our-job__modal__inner {
    padding: 7rem 0 6rem;
  }
}

.p-recruit__our-job__modal__container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 3.6rem;
  padding: 3.6rem 1.8rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruit__our-job__modal__container {
    margin-bottom: 5rem;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 10rem 7rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__our-job__modal__box {
    width: 46rem;
  }
}

.p-recruit__our-job__modal__ttl {
  position: relative;
  margin-bottom: 2.2rem;
  padding-bottom: 1.8rem;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-recruit__our-job__modal__ttl {
    margin-bottom: 3.8rem;
    padding-bottom: 2.2rem;
    font-size: 2.8rem;
    line-height: 1;
  }
}

.p-recruit__our-job__modal__ttl::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 7rem;
  height: 1px;
  background: #0042A2;
}
@media screen and (min-width: 768px) {
  .p-recruit__our-job__modal__ttl::after {
    width: 7rem;
  }
}

.p-recruit__our-job__modal__txt {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.p-recruit__our-job__modal__pic {
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-recruit__our-job__modal__pic {
    width: 53rem;
    height: 33rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__our-job__modal__pic img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-recruit__environment {
  position: relative;
}

.p-recruit__environment::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 26.7rem;
  height: 23.2rem;
  background: url(../images/recruit/environment_bg.svg) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-recruit__environment::before {
    width: 65.4rem;
    height: 56.7rem;
  }
}

.p-recruit__environment__inner {
  padding: 20rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__environment__inner {
    display: flex;
    align-items: flex-end;
    gap: 11rem;
    padding: 14.6rem 0 15.4rem;
  }
}

.p-recruit__environment__pic {
  margin-bottom: 4.2rem;
  width: 32.6rem;
  height: 31rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__environment__pic {
    flex-shrink: 0;
    margin-bottom: 0;
    width: 71rem;
    height: 67.4rem;
  }
}
.p-recruit__environment__pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit__environment__content {
  padding: 0 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__environment__content {
    margin-bottom: 5rem;
    padding: 0;
    width: 50rem;
  }
}

.p-recruit__environment__txt {
  margin-bottom: 3.4rem;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
}

.p-recruit__environment__link.c-lower-page__nav__link {
  align-items: center;
  justify-content: start;
  gap: 2.8rem;
  cursor: pointer;
}

.p-recruit__environment__nav__txt.c-lower-page__nav__txt {
  padding: 0;
  color: #0D181E;
}

.p-recruit__environment__link .c-arrow {
  width: 2.6rem;
  height: 2.6rem;
  background: #0042A2;
}
.p-recruit__environment__link .c-arrow::before {
  width: 0.73rem;
  height: 0.63rem;
  background: #fff;
}
.p-recruit__environment__link .c-arrow::after {
  width: 0.73rem;
  height: 0.63rem;
  background: #0042A2;
}

.p-recruit__environment__modal__ttl {
  margin-bottom: 6.8rem;
  color: #0042A2;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-recruit__environment__modal__ttl {
    margin-bottom: 15rem;
    font-size: 4.2rem;
    line-height: 1;
  }
}

.p-recruit__environment__modal__wrap {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__environment__modal__wrap {
    gap: 14.6rem;
    margin-bottom: 9.6rem;
  }
}

.p-recruit__environment__modal__subttl {
  margin-bottom: 1.8rem;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-recruit__environment__modal__subttl {
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
    line-height: 1;
  }
}

.p-recruit__environment__modal__lists {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__environment__modal__lists {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}

.p-recruit__environment__modal__list {
  padding: 2.2rem 1.8rem;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruit__environment__modal__list {
    padding: 2.8rem 2.5rem 0;
    width: calc(33.3333333333% - 3rem);
    height: 21rem;
  }
}

.p-recruit__environment__modal__list--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__environment__modal__list--top {
    margin-bottom: 2.3rem;
  }
}

.p-recruit__environment__modal__list__ttl {
  color: #0042A2;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-recruit__environment__modal__list__ttl {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.p-recruit__environment__modal__list__pic {
  width: 5.6rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__environment__modal__list__pic {
    width: 7rem;
  }
}

.p-recruit__environment__modal__list__txt {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.p-recruit__people {
  background: #edf5f8;
}

.p-recruit__people__inner {
  padding: 6.7rem 1.8rem 7.7rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__people__inner {
    margin: 0 auto;
    padding: 14rem 0 13rem;
    width: 120rem;
  }
}

.p-recruit__people__swiper {
  margin-right: calc(50% - 50vw) !important;
  margin-bottom: 3.8rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__people__swiper__slide {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}

.p-recruit__people__swiper__slide__content {
  position: relative;
  height: 44.3rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__people__swiper__slide__content {
    width: 33.5rem;
    height: 51.5rem;
  }
}

.p-recruit__people__swiper__slide__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-recruit__people__swiper__slide__pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit__people__swiper__slide__pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 17rem;
  background: #142b37;
  background: linear-gradient(0deg, rgba(20, 43, 55, 0.6) 0%, rgba(20, 43, 55, 0) 100%);
}
@media screen and (min-width: 768px) {
  .p-recruit__people__swiper__slide__pic::after {
    height: 20rem;
  }
}

.p-recruit__people__swiper__slide__num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 1.42rem 0.98rem 1.28rem 1.12rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #0042A2;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  border-radius: 0 0 2rem 0;
}
.p-recruit__people__swiper__slide__box {
  position: absolute;
  bottom: 2rem;
  z-index: 1;
  padding: 0 1.8rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruit__people__swiper__slide__box {
    bottom: 2.4rem;
    padding: 0 2.8rem;
  }
}

.p-recruit__people__swiper__slide__txt {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-recruit__people__swiper__slide__txt {
    margin-bottom: 2rem;
  }
}

.p-recruit__people__swiper__slide__kind {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-recruit__people__swiper__slide__kind {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-recruit__people__swiper__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-recruit__people__swiper__bottom {
    justify-content: start;
    gap: 3.6rem;
  }
}

.p-recruit__people__swiper__btn {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.p-recruit__people__swiper__btn--prev {
  transform: rotate(-180deg);
}

.p-recruit__people__swiper__btn .c-arrow {
  width: 4rem;
  height: 4rem;
  background: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-recruit__people__swiper__btn .c-arrow {
    width: 7rem;
    height: 7rem;
  }
}
.p-recruit__people__swiper__btn .c-arrow::before {
  width: 1rem;
  height: 0.85rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__people__swiper__btn .c-arrow::before {
    width: 1.4rem;
    height: 1.2rem;
  }
}
.p-recruit__people__swiper__btn .c-arrow::after {
  width: 1rem;
  height: 0.85rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__people__swiper__btn .c-arrow::after {
    width: 1.4rem;
    height: 1.2rem;
    transform: translateX(-380%);
  }
}

.p-recruit__people__swiper__btn .c-arrow:hover::before {
  animation: transformRightLeft 0.2s forwards ease-out;
}
.p-recruit__people__swiper__btn .c-arrow:hover::after {
  animation: transformLeftRight 0.2s forwards ease-out;
  background: #fff;
}
.p-recruit__people__swiper__btn .c-arrow:hover .c-arrow__bg::after {
  animation: transformLeftRight 0.2s forwards ease-out;
  background: #0042A2;
}
.p-recruit__people__swiper__btn .c-arrow:hover .c-arrow__bg::before {
  transform: scaleX(1);
  transform-origin: left;
}

.progressbar {
  position: relative;
  width: 21.5rem;
  height: 8px;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .progressbar {
    width: 66rem;
  }
}
.progressbar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: left center;
  background: #0042A2;
  transform: scaleX(0);
  transition-timing-function: linear;
}

.p-recruit__data__inner {
  padding: 12.6rem 1.8rem 11.6rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__data__inner {
    margin: 0 auto;
    padding: 18.8rem 0 21rem;
    width: 120rem;
  }
}

.p-recruit__data__lists {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__data__lists {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.8rem 4rem;
  }
}

.p-recruit__data__list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit__data__list {
    width: calc((100% - 4rem) / 2);
  }
}

.p-recruit__data__pic {
  width: 100%;
  height: 16.6rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__data__pic {
    height: 63.7rem;
  }
}
.p-recruit__data__pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit__description {
  background: #0042A2;
}

.p-recruit__description__inner {
  padding: 9.4rem 1.8rem 7.8rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__description__inner {
    margin: 0 auto;
    padding: 17.4rem 0;
    width: 120rem;
  }
}

.c-lower-page__section__ttl.p-recruit__description__data__box {
  color: #fff;
}

.c-lower-page__section__ttl--sub.p-recruit__description__data__ttl--sub {
  color: #fff;
}

.c-lower-page__section__ttl--main.p-recruit__description__data__ttl--main {
  color: #fff;
}

.p-recruit__description__lists {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__description__lists {
    gap: 1.4rem;
  }
}

.p-recruit__description__list {
  background: #fff;
}

.p-recruit__description__list__link {
  padding: 1.8rem 1.6rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit__description__list__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5.7rem 7rem;
  }
}

.p-recruit__description__list__ttl {
  margin-bottom: 1rem;
  color: #0042A2;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-recruit__description__list__ttl {
    margin-bottom: 1.2rem;
    font-size: 2.5rem;
    line-height: 1.6;
  }
}

.p-recruit__description__list__tags {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__description__list__tags {
    gap: 1.4rem;
    margin-bottom: 0;
  }
}

.p-recruit__description__list__tag--kind {
  padding: 0.8rem 1.3rem 0.4rem;
  background: #0092e5;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-recruit__description__list__tag--kind {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-recruit__description__list__tag--other {
  padding: 0.8rem 1.3rem 0.4rem;
  color: #0092e5;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  border: 1px solid #0092e5;
}
@media screen and (min-width: 768px) {
  .p-recruit__description__list__tag--other {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-recruit__description__list__link .c-arrow {
  margin-left: auto;
  width: 4rem;
  height: 4rem;
  background: #0042A2;
}
@media screen and (min-width: 768px) {
  .p-recruit__description__list__link .c-arrow {
    width: 5rem;
    height: 5rem;
  }
}
.p-recruit__description__list__link .c-arrow::before {
  width: 1rem;
  height: 0.84rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruit__description__list__link .c-arrow::before {
    width: 1.4rem;
    height: 1.2rem;
  }
}
.p-recruit__description__list__link .c-arrow::after {
  width: 1rem;
  height: 0.84rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruit__description__list__link .c-arrow::after {
    width: 1.4rem;
    height: 1.2rem;
  }
}

.p-recruit__join {
  position: relative;
  overflow: hidden;
}

.p-recruit__join__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit__join__bg {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__join__bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.p-recruit__join__inner {
  padding: 11.4rem 1.8rem 8rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__join__inner {
    padding: 17.5rem 0 26rem;
  }
}

.c-lower-page__section__ttl--sub.p-recruit__join__ttl--sub {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}

.c-lower-page__section__ttl--main.p-recruit__join__ttl--main {
  margin-bottom: 3.2rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-lower-page__section__ttl--main.p-recruit__join__ttl--main {
    font-size: 6rem;
    line-height: 1;
  }
}

.p-recruit__join__list__link__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6rem;
  padding: 3.9rem 0;
  background: #0042A2;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__join__list__link__box {
    gap: 3rem;
    margin: 0 auto;
    padding: 6.2rem 0;
    width: 80rem;
  }
}

.p-recruit__join__list__link__ttl {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruit__join__list__link__ttl {
    font-size: 6rem;
    line-height: 1;
  }
}

.p-recruit__join__list__link__box .c-arrow {
  background: #fff;
}

.c-slideup {
  overflow: hidden;
}
.c-slideup span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s ease;
  opacity: 0;
}
.c-slideup span.is-active {
  transform: translateY(0);
  opacity: 1;
}

.c-slideside {
  overflow: hidden;
}
.c-slideside span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s ease;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .c-slideside span {
    transform: translateX(-100%);
  }
}
.c-slideside span.is-active {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-slideside span.is-active {
    transform: translateX(0);
  }
}

.c-fadeup {
  opacity: 0;
  transform: translateY(30%);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s ease;
}
.c-fadeup.is-active {
  transform: translateY(0);
  opacity: 1;
}

.c-scaleup {
  opacity: 0;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s ease;
}
.c-scaleup.is-active {
  opacity: 1;
  transform: scale(1);
}

/* モーダル */
.modal__course {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  background-color: #383838;
}
@media screen and (min-width: 768px) {
  .modal__course {
    position: static;
    z-index: 10;
    display: block;
    width: 88.6rem;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    padding: 0;
    background-color: transparent;
    pointer-events: all;
  }
}

/* モーダルがactiveの時 */
.modal__course.is-active {
  opacity: 1;
  pointer-events: auto;
}

.modal__course .swiper-backface-hidden .swiper-slide {
  overflow-y: auto;
  height: 84vh;
}
@media screen and (min-width: 768px) {
  .modal__course .swiper-backface-hidden .swiper-slide {
    height: 100%;
  }
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .modal__inner {
    display: block;
    margin: 0;
  }
}

/* 閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  top: -26px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
}

.modal__close-btn:hover {
  opacity: 0.8;
}

/* 閉じるボタンのX */
.lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 3rem;
  height: 0.15rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
}

.lineClose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

/* モーダル自体のスタイル */
.modal__course .modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 86vw; /* モーダルの横幅 */
  max-width: 600px; /* モーダルの最大横幅 */
  max-height: 76vh; /* 高さを画面の90%に制限 */
  z-index: 100;
  padding: 0; /* モーダル内の余白 */
  box-sizing: border-box; /* パディング込みでサイズを計算 */
}
@media screen and (min-width: 768px) {
  .modal__course .modal__content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    background: #faf8f5;
  }
}

/* モーダルオーバーレイが画面全体を覆うようにする */
.modal__course .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100; /* モーダルの重なり順を最前面に */
}

.c-btn {
  width: 28rem;
  height: 7rem;
  border-radius: 3.8rem;
  border: 1px solid #0042A2;
  overflow: hidden;
}

.c-btn__link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4rem;
  width: 100%;
  height: 100%;
  background: #0042A2;
  color: #fff;
  font-weight: 700;
  border-radius: 3.8rem;
  transition: color 0.3s ease;
}

.c-btn__link:hover {
  color: #0042A2;
}

.c-btn__link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  opacity: 1;
}

.c-btn__link::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.3s ease-out;
  transition-property: transform;
}

.c-btn__link .c-arrow {
  border: none;
  background: #0042A2;
}

.c-btn__link .c-arrow::before,
.c-btn__link .c-arrow::after {
  width: 1.4rem;
  height: 1.2rem;
  background: #fff;
}

.c-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px solid #0042A2;
  overflow: hidden;
}

.c-arrow::before,
.c-arrow::after {
  position: absolute;
  z-index: 1;
  left: 50%;
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.2rem;
  -webkit-mask-image: url(../images/common/arrow.svg);
          mask-image: url(../images/common/arrow.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #0042A2;
  transform: translateX(-50%);
}

.c-arrow::after {
  transform: translateX(-300%);
}

a:hover .c-arrow::before {
  animation: transformRightLeft 0.2s forwards ease-out;
}

a:hover .c-arrow:has(.c-arrow__bg)::after {
  animation: transformLeftRight 0.2s forwards ease-out;
  background: #fff;
}

/* c-arrow__bgが存在しない場合 */
a:hover .c-arrow:not(:has(.c-arrow__bg))::after {
  animation: transformLeftRight 0.2s forwards ease-out;
}

.c-arrow__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0042A2;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.2s ease-out;
  transition-property: transform;
}

a:hover .c-arrow__bg::before {
  transform: scaleX(1);
  transform-origin: left;
}

.c-arrow.-down {
  transform: rotate(90deg);
}

.c-arrow.-up {
  transform: rotate(-90deg);
}

.c-lower-page__top {
  position: relative;
  padding-top: 6rem;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-lower-page__top {
    padding-top: 8rem;
  }
}
.c-lower-page__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  display: block;
  width: 100%;
  height: 6rem;
  background: #0092e5;
}
@media screen and (min-width: 768px) {
  .c-lower-page__top::before {
    height: 8rem;
  }
}

.c-lower-page__top__inner {
  position: relative;
  width: 100%;
  height: 37.5rem;
  background: #0092e5;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-lower-page__top__inner {
    height: 47rem;
  }
}

.c-lower-page__top__inner::before,
.c-lower-page__top__inner::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/lower-page_mv01_sp.svg) center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .c-lower-page__top__inner::before,
  .c-lower-page__top__inner::after {
    background: url(../images/common/lower-page_mv01.svg) center center/cover no-repeat;
  }
}

.c-lower-page__top__inner::after {
  left: 0;
  bottom: 0;
  background: url(../images/common/lower-page_mv02_sp.svg) center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .c-lower-page__top__inner::after {
    background: url(../images/common/lower-page_mv02.svg) center center/cover no-repeat;
  }
}

.c-lower-page__ttl {
  padding: 10rem 0 0 1.8rem;
}
@media screen and (min-width: 768px) {
  .c-lower-page__ttl {
    padding: 12rem 0 0 12rem;
  }
}

.c-lower-page__ttl--sub {
  margin-bottom: 1.4rem;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-lower-page__ttl--sub {
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
    line-height: 1;
  }
}

.c-lower-page__ttl--main {
  color: #fff;
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-lower-page__ttl--main {
    font-size: 9rem;
    line-height: 1;
  }
}

.c-lower-page__top__pic {
  position: relative;
  top: -5rem;
  margin: 0 auto;
  width: 34rem;
  height: 22rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-lower-page__top__pic {
    top: -6rem;
    width: 95vw;
    height: 43vw;
    border-radius: 4rem 4rem 0 0;
  }
}
.c-lower-page__top__pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-lower-page__section__ttl {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .c-lower-page__section__ttl {
    margin-bottom: 6rem;
  }
}

.c-lower-page__section__ttl--sub {
  padding: 0 0 0.1rem;
  margin-bottom: 1.4rem;
  color: #0D181E;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-lower-page__section__ttl--sub {
    margin-bottom: 2.4rem;
    font-size: 2rem;
    line-height: 1;
  }
}

.c-lower-page__section__ttl--main {
  color: #0042A2;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-lower-page__section__ttl--main {
    font-size: 4.4rem;
    line-height: 1;
  }
}

.c-lower-page__nav {
  margin-bottom: 14rem;
}
@media screen and (min-width: 768px) {
  .c-lower-page__nav {
    margin: 0 auto 16.4rem;
    width: 120rem;
  }
}

.c-lower-page__nav__list {
  margin: 0 1.8rem;
}
@media screen and (min-width: 768px) {
  .c-lower-page__nav__list {
    display: flex;
    gap: 9rem;
  }
}

.c-lower-page__nav__item {
  border-bottom: 1px solid #7e8684;
}
@media screen and (min-width: 768px) {
  .c-lower-page__nav__item {
    width: calc((100% - 18rem) / 3);
  }
}

.c-lower-page__nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-lower-page__nav__link {
    width: 100%;
  }
}

.c-lower-page__nav__txt {
  padding: 3.8rem 0 4rem;
  color: #0042A2;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}
.scrolled.c-fixed-top {
  opacity: 1;
  pointer-events: all;
}

.c-fixed-top {
  position: fixed;
  bottom: 2.4rem;
  right: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 50%;
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-fixed-top {
    bottom: 3rem;
    right: 2rem;
    gap: 2rem;
  }
}

.c-fixed-top .c-arrow {
  width: 3.2rem;
  height: 3.2rem;
  background: #0042A2;
}
@media screen and (min-width: 768px) {
  .c-fixed-top .c-arrow {
    width: 5rem;
    height: 5rem;
  }
}

.c-fixed-top .c-arrow::before,
.c-fixed-top .c-arrow::after {
  width: 1.1rem;
  height: 9.2rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-fixed-top .c-arrow::before,
  .c-fixed-top .c-arrow::after {
    width: 1.4rem;
    height: 1.2rem;
  }
}

.c-fixed-top__entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 13rem;
  height: 4.6rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0.2em;
  background: url("../images/common/entry_btn_bg.png") no-repeat center center/cover;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-fixed-top__entry {
    width: 20rem;
    height: 7rem;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.c-fixed-top__entry span {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-fixed-top__entry span {
    font-size: 1.1rem;
    line-height: 1;
  }
}

.c-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-pager {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.prev .c-arrow {
  transform: rotate(180deg);
}

.c-pager__link .c-arrow {
  border: none;
}

.c-pager__box {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.c-pager__num {
  padding: 0 1rem;
  color: #C3C3C3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  transition: 0.3s;
}

.c-pager__num.current {
  color: #0042A2;
}

.c-pager__num:hover {
  color: #0042A2;
}

.c-form,
.wpcf7-form {
  padding: 8.4rem 0 0;
}
@media screen and (min-width: 768px) {
  .c-form,
  .wpcf7-form {
    padding-top: 12rem;
  }
}

.c-form__wrap {
  margin-bottom: 7.2rem;
}
@media screen and (min-width: 768px) {
  .c-form__wrap {
    margin-bottom: 7.4rem;
  }
}

.c-form__container {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .c-form__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4.8rem;
  }
}

.c-form__container:last-of-type {
  margin-bottom: 0;
}

.c-form__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c-form__box {
    width: 26rem;
  }
}

.c-form__list {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}

.c-form__required {
  padding: 0.3rem 0 0.3rem;
  width: 4.3rem;
  background: #eb5757;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 1.2rem;
  text-align: center;
}

.c-form__input {
  padding: 2.1rem 2.5rem;
  font-size: 1.6rem;
  line-height: 1;
  background: #f4f6f8;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-form__input {
    width: 89rem;
  }
}

.c-form__input__message {
  padding: 2.1rem 2.5rem;
  height: 18.4rem;
  font-size: 1.6rem;
  line-height: 1;
  background: #f4f6f8;
  resize: none;
  border-radius: 1.2rem;
}
@media screen and (min-width: 768px) {
  .c-form__input__message {
    width: 89rem;
  }
}

.c-form__privacy {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 0 auto 7.4rem;
  width: -moz-fit-content;
  width: fit-content;
}

.c-form__privacy .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.c-form__privacy__check--style {
  cursor: pointer;
  position: relative;
  width: 3.1rem;
  height: 3.1rem;
}

.c-form__privacy__check--style::before {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: #fff;
  border: 1px solid #707070;
}

.c-form__privacy__check--style::after {
  content: "";
  display: block;
  position: absolute;
  top: -33%;
  right: 16%;
  width: 1.8rem;
  height: 3rem;
  opacity: 0;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  border-right: 0.6rem solid #de2910;
  border-bottom: 0.3rem solid #de2910;
}

.c-form__privacy__txt {
  font-size: 1.6rem;
  line-height: 1;
}

.c-form__privacy__txt__link {
  border-bottom: 1px solid #0D181E;
}

.c-form__submit {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-form__submit {
    width: 42.2rem;
  }
}

.c-form__submit .c-btn {
  width: 100%;
  height: 9.8rem;
  background: #0042A2;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  border-radius: 5rem;
}

/* 既存ルールの意図をCF7構造に合わせる */
.c-form__privacy input.c-form__privacy__check {
  /* ← inputにクラスが付く */
  display: none;
  /* 見た目は自作の四角で */
}

/* ネイティブinputは隠す場合 */
.c-form__privacy input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* チェックONの見た目 */
.c-form__privacy input[type=checkbox]:checked ~ .c-form__privacy__check--style::before,
.c-form__privacy input[type=checkbox]:checked ~ * .c-form__privacy__check--style::before {
  border-color: #666;
}

.c-form__privacy input[type=checkbox]:checked ~ .c-form__privacy__check--style::after,
.c-form__privacy input[type=checkbox]:checked ~ * .c-form__privacy__check--style::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1);
}

/* contact error */
.c-form__error {
  margin-top: 0.8rem;
  color: #eb5757;
}
.c-form__error-summary {
  background-color: #eb5757;
  padding: 3rem 2rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .c-form__error-summary {
    padding: 4rem;
  }
}
.c-form__error-summary p {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
.c-form__error-summary ul {
  display: inline-block;
  margin-top: 2rem;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .c-form__error-summary ul {
    padding-left: 2.4rem;
  }
}
.c-form__error-summary ul li {
  margin-top: 1.6rem;
  color: #fff;
  text-align: left;
  list-style-type: disc;
  line-height: 1.3;
}
.c-form__error-summary ul li:first-of-type {
  margin-top: 0;
}

/* contact confirm */
.page-confirm .p-contact__content__top {
  padding-top: 4rem;
  text-align: center;
}
.page-confirm .c-form__wrap {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80rem;
  margin: 0 auto;
  margin-top: 8rem;
}
.page-confirm .c-form__container {
  justify-content: flex-start;
}
.page-confirm .c-form__box {
  width: 20rem;
  margin-bottom: 0;
  font-weight: 700;
}
.page-confirm .c-form__input-box {
  width: calc(100% - 20rem);
  line-height: 1.5;
}
.page-confirm .p-form__confirm-buttons {
  margin-top: 8rem;
}
.page-confirm .c-btn {
  margin: 0 1.6rem;
  background-color: #0042A2;
  color: #fff;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  border-radius: 5rem;
  width: 36rem;
}
.page-confirm .c-btn.-back {
  background-color: #9c9c9c;
  width: 20rem;
}

.c-modal {
  display: none;
}

.c-modal.is-open {
  display: block;
}

.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #edf5f8;
  overflow: auto;
}

.c-modal[aria-hidden=false] .c-modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal[aria-hidden=true] .c-modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal .c-modal__inner,
.c-modal .c-modal__overlay {
  will-change: transform;
}

.c-modal__close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #0042A2;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-modal__close {
    top: 3rem;
    right: 4rem;
    width: 7rem;
    height: 7rem;
  }
}

.c-modal__close::before,
.c-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background: #fff;
  border-radius: 0.1rem;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .c-modal__close::before,
  .c-modal__close::after {
    width: 4rem;
  }
}

.c-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal__inner {
  padding: 7rem 1.8rem 6rem;
}
@media screen and (min-width: 768px) {
  .c-modal__inner {
    margin: 0 auto;
    padding: 13.5rem 0 10rem;
    width: 120rem;
  }
}

.c-modal__bottom-close {
  display: block;
  padding: 1.5rem 0 1.6rem;
  width: 100%;
  background: #0D181E;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-modal__bottom-close {
    margin: 0 auto;
    padding: 1.3rem 0 1.6rem;
    width: 25rem;
    font-size: 1.3rem;
    line-height: 1;
  }
}