@charset "UTF-8";
/* 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;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

:root {
  --vw: 1vw;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.2820512821vw;
  }
}

body {
  min-width: 124rem;
  font-synthesis: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0;
  color: #000;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 2.8rem;
  }
}

.js-preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

:target,
:focus {
  outline: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-orientation: none;
}
.safari img {
  image-rendering: inherit;
}
img {
  width: 100%;
  height: auto;
}

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 767.1px) {
  .over:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
label {
  cursor: pointer;
}

/* main
--------------------------------------------------*/
.f-main {
  padding-top: 10rem;
}
.f-wrap {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .f-wrap {
    width: auto;
    padding: 0 2.4rem;
  }
}

.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

/* link
--------------------------------------------------*/
a {
  color: #000;
  transition: 0.3s;
  will-change: transform, opacity;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: all;
  }
}

/* input
--------------------------------------------------*/
button {
  color: #000;
  transition: 0.3s;
  will-change: transform;
}
button:focus {
  text-decoration: none;
}

body.is-fixed {
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: #fff;
  z-index: 100;
}
.l-header-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header-head {
    position: relative;
    align-items: center;
    width: auto;
    padding: 0 0 0 2.4rem;
    z-index: 100;
  }
}
.l-header-head__logo {
  width: 29.6rem;
}
@media screen and (max-width: 767px) {
  .l-header-head__logo {
    width: 39rem;
    line-height: 1;
  }
  .is-fixed .l-header-head__logo {
    background: url(../img/common/logo_wh.svg) 0 0/100% auto no-repeat;
  }
  .is-fixed .l-header-head__logo img {
    opacity: 0;
  }
}
.l-header-head-tel {
  width: 68.3rem;
  height: 4.4rem;
  background: #e8f1ff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.2rem;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-header-head-tel {
    display: none;
  }
}
.l-header-head-tel__ttl {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.l-header-head-tel__num {
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 1.9rem;
}
.l-header-head-tel__time {
  font-size: 1.2rem;
  line-height: 2;
  border-left: 1px solid rgba(165, 165, 165, 0.4);
  padding-left: 1.8rem;
}
.l-header-head-toggle {
  display: none;
  width: 10rem;
  height: 10rem;
  background: #EDEEF7;
}
.l-header-head-toggle__inner {
  position: relative;
  width: 5.8rem;
  height: 2.1rem;
}
.l-header-head-toggle__inner span {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #395daa;
  transition: 0.3s;
}
.l-header-head-toggle__inner span:first-child {
  top: 0;
}
.is-fixed .l-header-head-toggle__inner span:first-child {
  top: 0.9rem;
  transform: rotate(165deg);
}
.l-header-head-toggle__inner span:last-child {
  bottom: 0;
}
.is-fixed .l-header-head-toggle__inner span:last-child {
  bottom: 0.8rem;
  transform: rotate(-165deg);
}
.l-header-head-toggle__txt {
  color: #395daa;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-header-head-toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: column;
  }
}
.l-header-nav {
  position: relative;
  width: 120rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(135deg, transparent, transparent 0.4rem, rgb(64, 101, 174) 0.4rem, rgb(64, 101, 174) 0.7rem) #395daa;
    padding: 10rem 5.3rem 6rem;
    margin: 0;
    overflow-y: scroll;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .is-fixed .l-header-nav {
    pointer-events: all;
    opacity: 1;
  }
}
.l-header-nav-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-header-nav-menu {
    flex-flow: column;
  }
}
.l-header-nav-menu__item {
  font-weight: 700;
  color: #395daa;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-header-nav-menu__item {
    width: 100%;
    color: #fff;
    font-size: 3.6rem;
    border-bottom: 1px solid #fff;
  }
}
.l-header-nav-menu__item a {
  color: #395daa;
}
@media screen and (max-width: 767px) {
  .l-header-nav-menu__item a {
    display: block;
    color: #fff;
    padding: 3.2rem 0;
  }
}
@media (any-hover: hover) {
  .l-header-nav-menu__item a:hover {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .l-header-nav-menu__item.-child:hover > .l-header-nav-child {
    pointer-events: all;
    opacity: 1;
  }
  .l-header-nav-menu__item.-child:hover > .l-header-nav-menu__parent {
    opacity: 0.7;
  }
}
.l-header-nav-menu__parent {
  display: block;
  position: relative;
  padding-right: 2.4rem;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-header-nav-menu__parent {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0;
  }
  .l-header-nav-menu__parent a {
    display: block;
    width: calc(100% - 8rem);
    padding: 3.2rem 0;
  }
}
.l-header-nav-menu__parent::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/icn_chevron.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-header-nav-menu__parent::after {
    content: none;
  }
}
.l-header-nav-menu__toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-nav-menu__toggle {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
  }
  .l-header-nav-menu__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 4rem;
    mask-image: url(../img/common/icn_chevron.svg);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-position: center;
    background: #fff;
    transition: 0.3s;
    transform: translate(-50%, -50%);
  }
  .is-open .l-header-nav-menu__toggle::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
.l-header-nav-child {
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  max-width: 120rem;
  padding: 3rem 0 0;
  opacity: 0;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-nav-child {
    pointer-events: all;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: 0;
    overflow: hidden;
    opacity: 1;
    translate: none;
    transition: height 0.3s ease;
    transform: none;
    padding: 0;
  }
}
.l-header-nav-child__ttl {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  margin: 3.2rem 0 1.6rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-header-nav-child__ttl {
    font-size: 2.8rem;
    text-align: left;
    margin: 2.4rem 0 1.6rem;
  }
  .l-header-nav-child__ttl::before {
    content: "[";
  }
  .l-header-nav-child__ttl::after {
    content: "]";
  }
}
.l-header-nav-child__ttl:first-of-type {
  margin-top: 0;
}
.l-header-nav-child__inner {
  position: relative;
  padding: 5.5rem;
  border-radius: 0.8rem;
  background: repeating-linear-gradient(135deg, transparent, transparent 0.3rem, rgb(64, 101, 174) 0.3rem, rgb(64, 101, 174) 0.5rem) #395daa;
}
@media screen and (max-width: 767px) {
  .l-header-nav-child__inner {
    background: none;
    padding: 0 0 2rem;
  }
}
.l-header-nav-child__inner::before {
  content: "";
  position: absolute;
  top: -2.6rem;
  left: var(--pointer-left);
  width: 5.1rem;
  height: 3rem;
  mask-image: url("../img/common/icn_balloon.svg");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
  background: #395daa;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-header-nav-child__inner::before {
    content: none;
  }
}
.l-header-nav-child__inner::after {
  content: "";
  position: absolute;
  top: -2.2rem;
  left: 0;
  width: 100%;
  height: calc(100% + 2.2rem);
  background: repeating-linear-gradient(135deg, transparent, transparent 0.3rem, rgb(64, 101, 174) 0.3rem, rgb(64, 101, 174) 0.5rem);
  border-radius: 0.8rem;
  pointer-events: none;
  z-index: 1;
  mask-image: var(--pointer-mask);
  mask-repeat: no-repeat, no-repeat;
  mask-size: 100% calc(100% - 3rem), 100% 3rem;
  mask-position: 0 100%, 0 0;
}
@media screen and (max-width: 767px) {
  .l-header-nav-child__inner::after {
    content: none;
  }
}
.-about .l-header-nav-child__inner::before {
  --pointer-left: 24.5rem;
}
.-about .l-header-nav-child__inner::after {
  --pointer-mask: linear-gradient(#000 0 0), url("../img/common/icn_balloon_about.svg");
}
.-business .l-header-nav-child__inner::before {
  --pointer-left: 41rem;
}
.-business .l-header-nav-child__inner::after {
  --pointer-mask: linear-gradient(#000 0 0), url("../img/common/icn_balloon_business.svg");
}
.-service .l-header-nav-child__inner::before {
  --pointer-left: 67.3rem;
}
.-service .l-header-nav-child__inner::after {
  --pointer-mask: linear-gradient(#000 0 0), url("../img/common/icn_balloon_service.svg");
}
.-recruit .l-header-nav-child__inner::before {
  --pointer-left: 83.7rem;
}
.-recruit .l-header-nav-child__inner::after {
  --pointer-mask: linear-gradient(#000 0 0), url("../img/common/icn_balloon_recruit.svg");
}
.l-header-nav-child-list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-header-nav-child-list {
    flex-flow: column;
    gap: 0;
  }
}
.l-header-nav-child-list__item {
  width: 35rem;
  height: 5.8rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav-child-list__item {
    width: auto;
    height: auto;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #a1a8d4;
  }
  .l-header-nav-child-list__item:last-child {
    border-bottom: 0;
  }
}
.l-header-nav-child-list__item .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav-child-list__item .small {
    font-size: 2.8rem;
  }
}
.l-header-nav-child-list__item .indent {
  margin: 0 -0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav-child-list__item .indent {
    margin: 0;
  }
}
.l-header-nav-child-list__item .indent-l {
  margin-left: -1rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav-child-list__item .indent-l {
    margin: 0;
  }
}
.l-header-nav-child-list__item .indent-r {
  margin-right: -1rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav-child-list__item .indent-r {
    margin: 0;
  }
}
.l-header-nav-child-list__item a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #395daa;
  background: #fff;
  border-radius: 0.8rem;
  padding: 0 2rem;
  box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .l-header-nav-child-list__item a {
    display: block;
    width: auto;
    height: auto;
    color: #fff;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 2rem 0;
  }
}
.l-header-nav-child-list__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icn_arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-nav-child-list__item a::before {
    right: 1.4rem;
    width: 0.9rem;
    height: 1.5rem;
    background: url(../img/common/icn_chevron_right.svg) 0 0/100% auto no-repeat;
  }
}
@media (any-hover: hover) {
  .l-header-nav-child-list__item a:hover {
    background: #f1f5ff;
    opacity: 1;
  }
  .l-header-nav-child-list__item a:hover::before {
    right: 1.8rem;
  }
}
.l-header-nav-child-list__item.-on a {
  background: #e1e8ff;
}
@media (any-hover: hover) {
  .l-header-nav-child-list__item.-on a:hover {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav-child-list__item.-on a {
    background-color: transparent;
  }
}
.l-header-nav-tel {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-nav-tel {
    display: block;
    margin-top: 7rem;
  }
  .l-header-nav-tel a {
    display: block;
    background: #e8f1ff;
    border-radius: 1.6rem;
    pointer-events: none;
    padding: 3rem 0;
  }
  .is-fixed .l-header-nav-tel a {
    pointer-events: all;
  }
  .l-header-nav-tel__ttl {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-align: center;
    line-height: 1;
  }
  .l-header-nav-tel__num {
    font-family: "LINE Seed JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    font-size: 4.8rem;
    margin: 2.4rem 0;
  }
  .l-header-nav-tel__time {
    text-align: center;
    font-size: 2rem;
    line-height: 1;
  }
}
.l-header-nav-close {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-nav-close {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24rem;
    height: 10rem;
    background: #fff;
    border-radius: 1.6rem;
    margin: 6.4rem auto 0;
    padding: 0 2.8rem 0 3.2rem;
  }
  .l-header-nav-close__txt {
    position: relative;
    width: 100%;
    font-size: 3.2rem;
    font-weight: 700;
    color: #395daa;
    letter-spacing: 0.05em;
  }
  .l-header-nav-close__txt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 4.8rem;
    height: 4.8rem;
    background: url(../img/common/icn_close.svg) 0 0/100% auto no-repeat;
    transform: translateY(-50%);
  }
}

.l-footer {
  background: #395daa;
  padding: 0 0 7rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 0 18rem;
  }
}
.l-footer-contact {
  background: url(../img/common/bg_contact.jpg) center center/cover no-repeat;
  padding: 11.4rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer-contact {
    background: url(../img/common/bg_contact_sp.jpg) center center/cover no-repeat;
    padding: 12rem 5rem;
  }
}
.l-footer-contact__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer-contact__inner {
    flex-flow: column;
    gap: 6rem 0;
  }
}
.l-footer-contact__item {
  width: 58.8rem;
  border-radius: 0.8rem;
  background: #fff;
  box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .l-footer-contact__item {
    width: 100%;
    border-radius: 1.6rem;
  }
}
.l-footer-contact__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.8rem;
  font-size: 2.2rem;
  color: #395daa;
  font-weight: 700;
  text-align: center;
  background: repeating-linear-gradient(135deg, transparent, transparent 0.3rem, #fff 0.3rem, #fff 0.5rem) #e8f1ff;
  letter-spacing: 0.1em;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-contact__ttl {
    height: 6.8rem;
    font-size: 3rem;
    background: repeating-linear-gradient(135deg, transparent, transparent 0.4rem, #fff 0.4rem, #fff 0.7rem) #e8f1ff;
  }
}
.l-footer-contact__txt {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-contact__txt {
    font-size: 3.2rem;
    line-height: 1.8;
    margin: 0 0 6rem;
  }
}
.l-footer-contact-mail a {
  display: block;
  padding: 1rem;
  border-radius: 0.8rem;
}
@media (any-hover: hover) {
  .l-footer-contact-mail a:hover {
    opacity: 1;
    background: #f1f5ff;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-contact-mail a {
    border-radius: 1.6rem;
    padding: 1.4rem;
  }
}
.l-footer-contact-mail__txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 10rem;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  color: #395daa;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-footer-contact-mail__txt {
    height: 13.2rem;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
}
.l-footer-contact-mail__txt span {
  position: relative;
  padding: 0 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-contact-mail__txt span {
    padding: 0 0 0 7rem;
  }
}
.l-footer-contact-mail__txt span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.6rem;
  height: 2.6rem;
  background: url(../img/common/icn_mail.svg) center center/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-footer-contact-mail__txt span::before {
    width: 5.3rem;
    height: 3.8rem;
  }
}
.l-footer-contact-tel {
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-contact-tel {
    padding: 1.4rem 1.4rem 3.2rem;
  }
}
.l-footer-contact-tel__num {
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 3.9rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #395daa;
  line-height: 1;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer-contact-tel__num {
    font-size: 5.4rem;
    margin-top: 2.4rem;
  }
}
.l-footer-contact-tel__num a {
  color: #395daa;
}
.l-footer-contact-tel__txt {
  font-size: 1.5rem;
  text-align: center;
  color: #395daa;
  font-weight: 500;
  line-height: 1;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-contact-tel__txt {
    font-size: 2.2rem;
  }
}
.l-footer__wrap {
  max-width: 120rem;
  margin: 0 auto;
  padding: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    padding: 8rem 5rem 0;
  }
}
.l-footer-head {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 9.6rem;
  padding: 0 0 3.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head {
    display: block;
    padding: 0 0 6rem;
  }
}
.l-footer-head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background: url(../img/common/border_wh.png) 0 0/auto 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .l-footer-head::before {
    height: 1.2rem;
  }
}
.l-footer-head__logo {
  width: 36.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head__logo {
    width: 48rem;
    margin: 0 auto 5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-head__content {
    padding: 0 0 0 4.5rem;
  }
}
.l-footer-head__address {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .l-footer-head__address {
    font-size: 2.8rem;
  }
}
.l-footer-head-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 2rem;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-head-list {
    flex-flow: column;
    gap: 1.6rem 0;
    margin: 3.2rem 0 0;
  }
}
.l-footer-head-list__item {
  font-size: 2.4rem;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-footer-head-list__item {
    font-size: 4rem;
  }
}
.l-footer-head-list__item a {
  color: #fff;
}
.l-footer-head__ig {
  position: absolute;
  bottom: 4rem;
  right: 0;
  width: 3.3rem;
  height: 3.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head__ig {
    right: 4.5rem;
    bottom: 6rem;
    width: 5rem;
    height: 5rem;
  }
}
.l-footer-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu {
    flex-flow: column;
    width: 100%;
    gap: 6.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-menu__item {
    width: 100%;
  }
}
.l-footer-menu__ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu__ttl {
    font-size: 2.8rem;
    padding: 0 0 0 1.6rem;
  }
}
.l-footer-menu__ttl + .l-footer-menu__ttl {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu__ttl + .l-footer-menu__ttl {
    margin-top: 2rem;
  }
}
.l-footer-menu__ttl::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 0.4rem;
  height: 1.6rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-menu__ttl::before {
    top: 1.5rem;
    width: 0.5rem;
    height: 2.4rem;
  }
}
.l-footer-menu__ttl a {
  color: #fff;
}
@media (any-hover: hover) {
  .l-footer-menu__ttl a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.l-footer-menu-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 1.5rem;
  gap: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-col__item {
    width: 50%;
  }
}
.l-footer-menu-col__item > a {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-left: -0.5em;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-col__item > a {
    font-size: 2.5rem;
  }
}
@media (any-hover: hover) {
  .l-footer-menu-col__item > a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.l-footer-menu-col .l-footer-menu-list {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-col .l-footer-menu-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-flow: column;
    gap: 1.2rem 3rem;
  }
}
.l-footer-menu-list {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-list__cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-menu-list__cols .js-menu-split {
    width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-flow: column;
    gap: 1.2rem 3rem;
  }
}
.l-footer-menu-list__item {
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-list__item {
    width: 100%;
    font-size: 2.4rem;
    letter-spacing: 0.03em;
    margin-top: 0;
  }
}
.l-footer-menu-list__item:first-child {
  margin-top: 0;
}
.l-footer-menu-list__item a {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 0 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-list__item a {
    padding: 0 0 0 2.4rem;
  }
}
.l-footer-menu-list__item a::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .l-footer-menu-list__item a::before {
    top: 1rem;
    width: 1.1rem;
    height: 1.1rem;
  }
}
@media (any-hover: hover) {
  .l-footer-menu-list__item a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.l-footer__copy {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 2.2rem;
    text-align: right;
    margin: -4rem 0 0;
  }
}

.c-txtAnim__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e8f1ff;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-size: 9rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-txtAnim__wrap {
    font-size: 12.8rem;
  }
}
.c-txtAnim__wrap.is-active {
  --x: 0;
}
.c-txtAnim__char {
  overflow: hidden;
}
.c-txtAnim__txt {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
.c-txtAnim__hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.c-list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.6rem 2.4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-list {
    gap: 4rem 0;
  }
}
.c-list.-col2 .c-list__item {
  width: calc((100% - 2.4rem) / 2);
}
@media screen and (max-width: 767px) {
  .c-list.-col2 .c-list__item {
    width: 100%;
  }
}
.c-list.-col3 .c-list__item {
  width: calc((100% - 4.8rem) / 3);
}
.c-list.-col4 .c-list__item {
  width: calc((100% - 7.2rem) / 4);
}
@media screen and (max-width: 767px) {
  .c-list.-col4 .c-list__item {
    width: calc((100% - 4rem) / 2);
  }
}
.c-list__item {
  height: 5.8rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-list__item {
    height: 10rem;
    font-size: 3.2rem;
  }
}
.c-list__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #395daa;
  box-shadow: 0.2rem 0.2rem 1rem rgba(57, 93, 170, 0.4);
  border-radius: 0.8rem;
  padding: 0 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-list__item a {
    border-radius: 1.6rem;
    padding: 0 3.2rem;
  }
}
.c-list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icn_arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-list__item a::after {
    right: 2.8rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media (any-hover: hover) {
  .c-list__item a:hover {
    background: #e8f1ff;
    opacity: 1;
  }
  .c-list__item a:hover::after {
    right: 1.6rem;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .c-list__item a:hover::after {
    right: 2.6rem;
  }
}
.c-list__item .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-list__item .small {
    font-size: 2.8rem;
  }
}

.c-ttlBorder {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-ttlBorder::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.6rem;
  background: repeating-linear-gradient(135deg, transparent, transparent 0.3rem, #e8f1ff 0.3rem, #e8f1ff 0.5rem);
}
@media screen and (max-width: 767px) {
  .c-ttlBorder::after {
    height: 2.4rem;
    background: repeating-linear-gradient(135deg, transparent, transparent 0.4rem, #e8f1ff 0.4rem, #e8f1ff 0.7rem);
  }
}
.c-ttlBorder.-bl::after {
  background: repeating-linear-gradient(135deg, transparent, transparent 0.3rem, #678cff 0.3rem, #678cff 0.5rem);
}
@media screen and (max-width: 767px) {
  .c-ttlBorder.-bl::after {
    background: repeating-linear-gradient(135deg, transparent, transparent 0.4rem, #678cff 0.4rem, #678cff 0.7rem);
  }
}
.c-ttlBorder.-bl span {
  color: #678cff;
}
.c-ttlBorder.-bl span::after {
  background: #678cff;
}
.c-ttlBorder.-b-wh::after {
  background: repeating-linear-gradient(135deg, transparent, transparent 0.3rem, #fff 0.3rem, #fff 0.5rem);
}
.c-ttlBorder.-b-wh span::after {
  background: #fff;
}
.c-ttlBorder span {
  flex-shrink: 0;
  position: relative;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  color: #395daa;
  padding: 0 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-ttlBorder span {
    font-size: 4.8rem;
  }
}
.c-ttlBorder span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2rem;
  width: 0.8rem;
  height: 2rem;
  background: #e8f1ff;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-ttlBorder span::after {
    width: 1.2rem;
    height: 3rem;
  }
}
.c-ttlBorder.-small span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-ttlBorder.-small span {
    font-size: 3.6rem;
  }
}

.c-ttl {
  position: relative;
  color: #395daa;
  font-size: 3rem;
  color: #395daa;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 3.6rem;
  }
}
.c-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3rem;
  height: 100%;
  background: #395daa;
}

.c-topics {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-topics {
    flex-flow: column;
    gap: 8rem 0;
  }
}
.c-topics__item {
  width: calc((100% - 2.4rem) / 2);
}
@media screen and (max-width: 767px) {
  .c-topics__item {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .c-topics__item a:hover {
    opacity: 1;
  }
  .c-topics__item a:hover .c-topics__img img {
    transform: scale(1.07);
  }
  .c-topics__item a:hover .c-topics-detail__ttl {
    text-decoration: underline;
  }
}
.c-topics__img {
  aspect-ratio: 282/188;
  overflow: hidden;
  border-radius: 0.8rem;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-topics__img {
    border-radius: 1.6rem;
    margin: 0 0 4rem;
  }
}
.c-topics__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.c-topics-detail__date {
  font-size: 1.5rem;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #395daa;
  letter-spacing: 0.05em;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .c-topics-detail__date {
    font-size: 3rem;
  }
}
.c-topics-detail__cat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin: 1rem 0 0;
}
.c-topics-detail__cat span {
  background: #f1f5ff;
  font-size: 1.2rem;
  line-height: 1;
  color: #395daa;
  border-radius: 3rem;
  padding: 0.4rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-topics-detail__cat span {
    font-size: 2.2rem;
    padding: 0.6rem 2rem;
  }
}
.c-topics-detail__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .c-topics-detail__ttl {
    margin: 0.5rem 0 2rem 0;
  }
}

.c-btn {
  width: fit-content;
  min-width: 22.8rem;
  height: 5.8rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-btn {
    min-width: 34rem;
    height: 10rem;
    font-size: 3.2rem;
  }
}
.c-btn.-center {
  margin: 0 auto;
}
.c-btn a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #395daa;
  background: #fff;
  border-radius: 0.8rem;
  padding: 0 2rem;
  box-shadow: 0.2rem 0.2rem 0.8rem rgba(57, 93, 170, 0.4);
}
@media screen and (max-width: 767px) {
  .c-btn a {
    border-radius: 1.6rem;
    padding: 0 3.2rem;
  }
}
.c-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icn_arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn a::before {
    right: 2.8rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media (any-hover: hover) {
  .c-btn a:hover {
    background: #f1f5ff;
    opacity: 1;
  }
  .c-btn a:hover::before {
    right: 1.8rem;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .c-btn a:hover::before {
    right: 2.6rem;
  }
}

.c-float {
  position: relative;
  z-index: 10;
}
.c-float-recruit {
  position: fixed;
  top: 50%;
  right: 0;
  width: 6.1rem;
  min-height: 27.5rem;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.3);
  transform: translateY(-50%) translateX(6.1rem);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-float-recruit {
    top: auto;
    bottom: 2rem;
    left: 2.4rem;
    width: max-content;
    height: 9rem;
    min-height: auto;
    transform: none;
    border-radius: 1.6rem;
    transform: translateY(12rem);
  }
}
.is-show .c-float-recruit {
  transform: translateY(-50%) translateX(0);
}
@media screen and (max-width: 767px) {
  .is-show .c-float-recruit {
    transform: translateY(0);
  }
}
.c-float-recruit a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  gap: 2.4rem 0;
  width: 100%;
  height: 100%;
  padding: 3.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-float-recruit a {
    padding: 0 5rem;
  }
}
.c-float-recruit a.is-contact::before, .c-float-recruit a.is-contact::after {
  background: repeating-linear-gradient(135deg, transparent, transparent 0.3rem, rgb(64, 101, 174) 0.3rem, rgb(64, 101, 174) 0.5rem) #395daa;
}
.c-float-recruit a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  background: linear-gradient(180deg, rgb(103, 140, 255) 0%, rgb(83, 204, 245) 100%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-float-recruit a::before {
    background: linear-gradient(90deg, rgb(103, 140, 255) 0%, rgb(83, 204, 245) 100%);
    border-radius: 1.6rem;
  }
}
.c-float-recruit a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  background: linear-gradient(180deg, rgb(83, 204, 245) 0%, rgb(103, 140, 255) 100%);
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-float-recruit a::after {
    background: linear-gradient(90deg, rgb(83, 204, 245) 0%, rgb(103, 140, 255) 100%);
    border-radius: 1.6rem;
  }
}
@media (any-hover: hover) {
  .c-float-recruit a:hover {
    opacity: 1;
  }
  .c-float-recruit a:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-float-recruit a {
    flex-flow: row;
    gap: 0 3rem;
  }
}
.c-float-recruit__ja {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 0.2em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-float-recruit__ja {
    writing-mode: horizontal-tb;
    font-size: 3.4rem;
    letter-spacing: 0.2em;
  }
}
.c-float-recruit__en {
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  writing-mode: vertical-lr;
  opacity: 0.5;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-float-recruit__en {
    writing-mode: horizontal-tb;
    font-size: 3rem;
  }
}
.c-float-pagetop {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 9.6rem;
  height: 4.4rem;
  font-size: 0;
  transform: translateY(9rem) rotate(-25deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-float-pagetop {
    width: 12rem;
    height: 6rem;
    transform: translateY(12rem) rotate(-25deg);
  }
}
.is-show .c-float-pagetop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) rotate(-25deg);
}
.c-float-pagetop a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 8.8rem;
  height: 4rem;
  background: repeating-linear-gradient(0, transparent, transparent 0.3rem, rgb(64, 101, 174) 0.3rem, rgb(64, 101, 174) 0.5rem) #395daa;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .c-float-pagetop a {
    width: 12rem;
    height: 6rem;
  }
}
.c-float-pagetop a img {
  width: 1.4rem;
  height: auto;
  transform: rotate(25deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-float-pagetop a img {
    width: 2.4rem;
  }
}
@media (any-hover: hover) {
  .c-float-pagetop a:hover {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .c-float-pagetop a:hover img {
    margin-top: -2px;
  }
}

.c-mv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem 0;
  width: 100%;
  max-width: 120rem;
  height: 23.6rem;
  flex-flow: column;
  background: url(../img/common/bg_mv.jpg) 0 0/cover no-repeat;
  border-radius: 0.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-mv {
    height: 34rem;
    background: url(../img/common/bg_mv_sp.jpg) 0 0/cover no-repeat;
  }
}
.c-mv__ttl {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #395daa;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-mv__ttl {
    font-size: 6rem;
  }
}
.-wh .c-mv__ttl {
  color: #fff;
}
.c-mv__txt {
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-mv__txt {
    font-size: 3.6rem;
  }
}
.-wh .c-mv__txt {
  color: rgba(255, 255, 255, 0.5);
}

.c-bread {
  max-width: 120rem;
  border-bottom: 1px solid #edeef7;
  margin: 0 auto 12rem;
  padding: 0 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-bread {
    margin: 0 0 16rem;
    padding: 1.6rem 2.4rem;
  }
}
.c-bread ol li {
  display: inline;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-bread ol li {
    font-size: 2.4rem;
  }
}
.c-bread ol li::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/icn_chevron.svg) center center/90% auto no-repeat;
  transform: rotate(-90deg);
  vertical-align: text-top;
  margin: 0.4rem 0.3rem 0;
}
@media screen and (max-width: 767px) {
  .c-bread ol li::after {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0.7rem 0.6rem 0;
  }
}
.c-bread ol li:last-child::after {
  content: none;
}
.c-bread ol li a {
  color: #395daa;
  font-weight: 700;
}
.c-bread.-wh ol li {
  color: #fff;
}
.c-bread.-wh ol li::after {
  mask: url(../img/common/icn_chevron.svg) center/90% auto no-repeat;
  background: #fff;
}
.c-bread.-wh ol li a {
  color: #fff;
}

.c-pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.6rem;
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-pager {
    gap: 0 0.5rem;
  }
}
.c-pager .item {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 1;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .c-pager .item {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 2.6rem;
  }
}
.c-pager .item.current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 1;
  background: #e8f1ff;
  color: #395daa;
}
@media screen and (max-width: 767px) {
  .c-pager .item.current {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 2.6rem;
  }
}
.c-pager .item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #395daa;
  transition: 0.3s;
  border-radius: 100%;
}
.c-pager .item.dot {
  text-align: center;
}
.c-pager .item.prev img, .c-pager .item.next img {
  opacity: 0.1;
  transition: 0.3s;
}
.c-pager .item.prev a img, .c-pager .item.next a img {
  opacity: 1;
}
@media (any-hover: hover) {
  .c-pager .item.prev a:hover, .c-pager .item.next a:hover {
    opacity: 1;
  }
}
.c-pager .item.next {
  margin-left: 1.6rem;
}
@media (any-hover: hover) {
  .c-pager .item.next a:hover img {
    transform: translateX(0.2rem);
  }
}
.c-pager .item.prev {
  margin-right: 1.6rem;
}
.c-pager .item.prev img {
  transform: scale(-1, 1);
}
@media (any-hover: hover) {
  .c-pager .item.prev a:hover img {
    transform: translateX(-0.2rem) scale(-1, 1);
  }
}

.c-nav {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.6rem 2.4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-nav {
    gap: 4rem 0;
  }
}
.c-nav.-col2 .c-nav__item {
  width: calc((100% - 2.4rem) / 2);
}
@media screen and (max-width: 767px) {
  .c-nav.-col2 .c-nav__item {
    width: 100%;
  }
}
.c-nav.-col3 .c-nav__item {
  width: calc((100% - 4.8rem) / 3);
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-nav.-col3 .c-nav__item {
    width: 100%;
    font-size: 3.2rem;
  }
}
.c-nav.-col4 .c-nav__item {
  width: calc((100% - 7.2rem) / 4);
}
@media screen and (max-width: 767px) {
  .c-nav.-col4 .c-nav__item {
    width: 100%;
  }
}
.c-nav__item {
  height: 7rem;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-nav__item.-ls {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-nav__item {
    height: 10rem;
    font-size: 3.2rem;
  }
}
.c-nav__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #395daa;
  box-shadow: 0.2rem 0.2rem 1rem rgba(57, 93, 170, 0.4);
  border-radius: 0.8rem;
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-nav__item a {
    border-radius: 1.6rem;
    padding: 0 3.2rem;
  }
}
.c-nav__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icn_arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-nav__item a::after {
    right: 2.8rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media (any-hover: hover) {
  .c-nav__item a:hover {
    background: #e8f1ff;
    opacity: 1;
  }
  .c-nav__item a:hover::after {
    top: calc(50% + 0.2rem);
  }
}
.c-nav__item .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-nav__item .small {
    font-size: 2.8rem;
  }
}
.c-nav__item.-on a {
  background: #e1e8ff;
}
.c-nav__item.-on a::after {
  top: 50%;
  transform: translateY(-50%) rotate(0);
}
@media (any-hover: hover) {
  .c-nav__item.-on a:hover {
    background: #fff;
  }
  .c-nav__item.-on a:hover::after {
    right: 1.6rem;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .c-nav__item.-on a:hover::after {
    right: 2.6rem;
  }
}
.c-head {
  border-radius: 0.8rem;
  background: #395daa;
  padding: 2.6rem 3.8rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-head {
    border-radius: 1.6rem;
    padding: 3rem 4rem;
    margin-bottom: 7.8rem;
  }
}
.c-head.-wide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-head.-wide {
    flex-flow: column;
    align-items: flex-start;
  }
}
.c-head__ttl {
  color: #fff;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-head__ttl {
    font-size: 4.8rem;
    line-height: 1.6;
  }
}
.c-head__ttl .small {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-head__ttl .small {
    display: block;
    font-size: 3.4rem;
    margin: 0 -1.3rem;
  }
}
.c-head__ttl .small span {
  margin: 0 -0.5rem;
}
.c-head__ttl.-wide {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-head__ttl.-wide {
    letter-spacing: 0.05em;
  }
}
.c-head__inner {
  border-left: 1px solid #fff;
  padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-head__inner {
    padding-left: 0;
    border-left: 0;
  }
}
.c-head__inner .c-head-define::after {
  content: none !important;
}
.c-head__txt {
  font-size: 1.4rem;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-head__txt {
    text-align: left;
    font-size: 2.2rem;
    margin: 1rem 0 0;
  }
}
.c-head-define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #fff;
  padding-top: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-head-define {
    width: 100%;
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
.-height .c-head-define {
  padding-top: 3.5rem;
}
.-wide .c-head-define {
  position: relative;
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .-wide .c-head-define {
    border-top: 1px solid #fff;
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
.-wide .c-head-define::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -3.2rem;
  width: 1px;
  height: 4.2rem;
  background: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .-wide .c-head-define::after {
    content: none;
  }
}
.c-head-define__ttl {
  width: 12.5rem;
  font-weight: 700;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-indent: -0.5em;
}
@media screen and (max-width: 767px) {
  .c-head-define__ttl {
    width: 20rem;
    font-size: 2.8rem;
  }
}
.c-head-define__txt {
  width: calc(100% - 12.5rem);
  font-weight: 700;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-head-define__txt {
    width: calc(100% - 20rem);
    font-size: 2.8rem;
  }
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

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

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

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-mt10 {
  margin-top: 1rem;
}
.u-mt15 {
  margin-top: 1.5rem;
}
.u-mt20 {
  margin-top: 2rem;
}
.u-mt30 {
  margin-top: 3rem;
}
.u-mt40 {
  margin-top: 4rem;
}
.u-mt50 {
  margin-top: 5rem;
}

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
  padding-top: 56.25%;
}

.-ratio4-3 {
  padding-top: 75%;
}

/* --------------------------------------------------
other
-------------------------------------------------- */
.u-bold { /*font-weight: 700;*/ }

/* --------------------------------------------------
colorset
-------------------------------------------------- */
.-u34 .grad {
  background: linear-gradient(135deg, #FFAE18 0%, #FFC526 73%);
}
.-u34 .bg {
  background: #FFF4D7;
}
.-u34 .txt {
  color: #FFA700;
}

.-u56 .grad {
  background: linear-gradient(135deg, rgb(255, 105, 24) 0%, rgb(255, 147, 38) 73%);
}
.-u56 .bg {
  background: #FFEEE4;
}
.-u56 .txt {
  color: #FF5E19;
}

.-jr1 .grad {
  background: linear-gradient(135deg, #16B970 0%, #26D084 73%);
}
.-jr1 .bg {
  background: #EBFFF6;
}
.-jr1 .txt {
  color: #00A259;
}

.-jr2 .grad {
  background: linear-gradient(135deg, #00867C 0%, #00ADA0 73%);
}
.-jr2 .bg {
  background: #EBFFF6;
}
.-jr2 .txt {
  color: #00736B;
}

.-jr3 .grad {
  background: linear-gradient(135deg, #05A1EA 0%, #2CA7E0 73%);
}
.-jr3 .bg {
  background: #EEFAFF;
}
.-jr3 .txt {
  color: #008DCF;
}

.-jr1a .grad,
.-jr2a .grad,
.-jr3a .grad {
  background: linear-gradient(135deg, #0862EA 0%, #2471E5 73%);
}
.-jr1a .bg,
.-jr2a .bg,
.-jr3a .bg {
  background: #D9E8FF;
}
.-jr1a .txt,
.-jr2a .txt,
.-jr3a .txt {
  color: #1F6EE6;
}

.-youth .grad {
  background: linear-gradient(135deg, #B05BE9 0%, #BD7BEA 73%);
}
.-youth .bg {
  background: #F1DBFF;
}
.-youth .txt {
  color: #B05BE9;
}

.-skill1 .grad,
.-skill2 .grad {
  background: linear-gradient(135deg, #DF3573 0%, #F35A92 73%);
}
.-skill1 .txt,
.-skill2 .txt {
  color: #DA2668;
}

.js-fadeUp,
.js-fade {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-fadeUp {
  transform: translateY(2rem);
}

.js-fade {
  transform: none;
}

.js-fadeUp.is-show,
.js-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

.p-home {
  overflow: hidden;
}
.p-home-mv {
  position: relative;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-home-mv {
    padding: 0;
  }
}
.p-home-mv__ttl {
  position: absolute;
  top: 4.2rem;
  left: 16rem;
  font-size: 7.6rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.05em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-home-mv__ttl {
    top: 5.8rem;
    left: 4rem;
  }
}
.p-home-mv__ttl .large {
  font-size: 9.5rem;
}
.p-home-mv__ttl .indent {
  margin: 0 -1rem;
}
.p-home-mv__icn {
  position: absolute;
  top: 3.2rem;
  left: 69rem;
  width: 11rem;
  height: 12.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-home-mv__icn {
    left: auto;
    right: 5rem;
  }
}
.p-home-mv-slide {
  height: 63rem;
}
@media screen and (max-width: 767px) {
  .p-home-mv-slide {
    height: 100rem;
  }
}
.p-home-mv-slide .swiper {
  height: 100%;
}
.p-home-mv-slide picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.8rem;
}
.p-home-mv-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-home-mv-slide picture {
    border-radius: 0;
  }
}
.p-home-mv-slide__control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 42rem;
  gap: 0 1.7rem;
  margin: 1.4rem auto 0 0;
}
@media screen and (max-width: 1440px) {
  .p-home-mv-slide__control {
    max-width: 38rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mv-slide__control {
    width: 100%;
    max-width: 100%;
    gap: 0 2.5rem;
    margin-top: 4rem;
  }
}
.p-home-mv-slide__control .swiper-pagination {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  line-height: 0;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-home-mv-slide__control .swiper-pagination {
    width: auto;
  }
}
.p-home-mv-slide__control .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid #395daa;
  opacity: 1;
  background-color: transparent;
  margin: 0 1rem !important;
}
@media screen and (max-width: 767px) {
  .p-home-mv-slide__control .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1.5rem !important;
  }
}
.p-home-mv-slide__control .swiper-pagination-bullet-active {
  background: #395daa;
  border: 1px solid #395daa;
}
.p-home-mv-slide__control .js-slider-toggle {
  width: 1.9rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-home-mv-slide__control .js-slider-toggle {
    width: 2.8rem;
  }
}
.p-home-mv-slide__control .js-slider-toggle.is-paused {
  opacity: 0.7;
}
.p-home-mv-news {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 92.4rem;
  box-shadow: 0.2rem 0.2rem 1rem rgba(57, 93, 170, 0.4);
  background: #e8f1ff;
  border-radius: 0.8rem;
  border-top-right-radius: 0;
  padding: 1.6rem 12rem 1.6rem 2.5rem;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .p-home-mv-news {
    width: 62%;
    padding: 1.6rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mv-news {
    flex-flow: column;
    align-items: flex-start;
    position: relative;
    bottom: auto;
    right: auto;
    width: calc(100% - 5rem);
    border-radius: 0;
    border-top-left-radius: 1.6rem;
    border-bottom-left-radius: 1.6rem;
    margin: 11.2rem 0 0 auto;
    padding: 3.6rem 0 3.6rem 4rem;
  }
}
.p-home-mv-news__ttl {
  position: relative;
  font-size: 1.7rem;
  color: #395daa;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 0 0 0 3.6rem;
}
@media screen and (max-width: 1440px) {
  .p-home-mv-news__ttl {
    width: 19rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mv-news__ttl {
    width: 100%;
    font-size: 3.4rem;
    padding: 0 0 0 7.2rem;
  }
}
.p-home-mv-news__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icn_excl.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-home-mv-news__ttl::before {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.p-home-mv-list {
  width: 59rem;
}
@media screen and (max-width: 1440px) {
  .p-home-mv-list {
    width: calc(100% - 19rem);
  }
}
@media screen and (max-width: 767px) {
  .p-home-mv-list {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-home-mv-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 2rem;
  border-top: 1px solid #fff;
  padding-top: 1.6rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-home-mv-list__item {
    flex-wrap: wrap;
    margin-top: 3rem;
    padding: 4rem 4.6rem 0 0;
  }
}
.p-home-mv-list__item:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.p-home-mv-list__date {
  font-size: 1.5rem;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #395daa;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-home-mv-list__date {
    font-size: 3rem;
  }
}
.p-home-mv-list__content {
  flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.5rem;
}
.p-home-mv-list__cat {
  flex-shrink: 0;
  font-size: 1.2rem;
  background: #fff;
  color: #395daa;
  border-radius: 2rem;
  padding: 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-home-mv-list__cat {
    font-size: 2.2rem;
  }
}
.p-home-mv-list__ttl {
  position: relative;
  font-size: 1.4rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 3.4rem 0 0;
}
.p-home-mv-list__ttl::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  right: 0.2rem;
  width: 1.3rem;
  height: 1.3rem;
  background: url(../img/common/icn_chevron.svg) 0 0/100% auto no-repeat;
  transform: rotate(-90deg);
  transition: 0.3s;
}
.p-home-mv-list__ttl:has(a:hover)::before {
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-home-mv-list__ttl {
    width: 100%;
    font-size: 2.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: inherit;
    margin-top: 0.5rem;
    padding: 0 4.5rem 0 0;
  }
  .p-home-mv-list__ttl::before {
    content: "";
    position: absolute;
    top: 0.7rem;
    right: 0;
    width: 4rem;
    height: 4rem;
    background: url(../img/common/icn_chevron.svg) 0 0/100% auto no-repeat;
    transform: rotate(-90deg);
  }
}
@media (any-hover: hover) {
  .p-home-mv-list__ttl a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  .p-home-mv-list__ttl a:hover::before {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mv-list__ttl a {
    position: relative;
    display: block;
  }
}
.p-home-about {
  position: relative;
  max-width: 192rem;
  padding: 11rem 0 40rem;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-home-about {
    padding: 14rem 0 43.5rem;
  }
}
.p-home-about::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 103.7rem;
  background: url(../img/home/bg_about.jpg) center 0/192rem auto no-repeat;
  transform: translateX(-50%);
}
.p-home-about-head {
  position: relative;
}
.p-home-about-head__ttl {
  position: relative;
  margin-top: -2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-home-about-head__ttl {
    margin-top: -3.5rem;
  }
}
.p-home-about-head__txt {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-home-about-head__txt {
    font-size: 3.2rem;
    margin: 6rem 0 0;
  }
}
.p-home-about__img {
  position: relative;
  width: 69.4rem;
  margin: 0 auto;
}
.p-home-about__logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-home-about__logo {
    display: block;
    position: absolute;
    top: 60rem;
    right: -4rem;
    width: 31.2rem;
  }
}
.p-home-about__list {
  width: 120rem;
  margin: -7.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-home-about__list {
    width: auto;
    gap: 4rem;
    padding: 0 5rem;
  }
}
.p-home-about__list li {
  height: 7rem;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-home-about__list li {
    height: 18rem;
    font-size: 3.6rem;
  }
}
.p-home-about__list li a {
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-home-about__list li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.5rem 0 9rem;
    border-radius: 1.6rem;
  }
  .p-home-about__list li a::after {
    top: auto;
    bottom: 3rem;
    left: 50%;
    width: 4.8rem;
    height: 4.8rem;
    transform: translateX(-50%);
  }
}
.p-home-business {
  max-width: 120rem;
  margin: 12rem auto 0;
}
.p-home-business-content {
  position: relative;
  margin-top: 10rem;
  padding: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-home-business-content {
    margin-top: 8rem;
    padding: 0 5rem 10rem;
  }
}
.p-home-business-content:first-of-type {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-home-business-content:first-of-type {
    margin-top: 8rem;
  }
}
.p-home-business-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10rem;
  width: 100%;
  max-width: 113.4rem;
  height: 23.6rem;
  background: #395daa;
}
@media screen and (max-width: 767px) {
  .p-home-business-content::before {
    left: 0;
    height: 103rem;
  }
}
.p-home-business-content.-reverse::before {
  left: auto;
  right: -10rem;
}
@media screen and (max-width: 767px) {
  .p-home-business-content.-reverse::before {
    height: 89rem;
    right: 0;
  }
}
.p-home-business-content__inner {
  width: 69rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-home-business-content__inner {
    width: auto;
  }
}
.-reverse .p-home-business-content__inner {
  margin: 0 auto 0 0;
  padding: 0 0 8.6rem;
}
@media screen and (max-width: 767px) {
  .-reverse .p-home-business-content__inner {
    padding: 0;
  }
}
.p-home-business-detail {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-home-business-detail {
    margin-bottom: 3.2rem;
  }
}
.p-home-business-detail__ttl {
  position: relative;
  margin: 0 0 3rem;
}
.p-home-business-detail__ttl img {
  position: absolute;
  bottom: -1rem;
  right: 0;
  width: auto;
  height: 11.2rem;
}
@media screen and (max-width: 767px) {
  .p-home-business-detail__ttl img {
    bottom: -2rem;
    height: 17rem;
  }
}
.p-home-business-detail__txt {
  letter-spacing: -0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-home-business-detail__txt {
    letter-spacing: 0;
  }
}
.p-home-business-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 46rem;
}
@media screen and (max-width: 767px) {
  .p-home-business-slide {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 0 6rem;
  }
}
.-reverse .p-home-business-slide {
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .-reverse .p-home-business-slide {
    right: auto;
  }
}
.p-home-business-slide .js-slider img {
  overflow: hidden;
  border-radius: 0.8rem;
}
.p-home-business-slide .swiper-pagination {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  text-align: left;
  line-height: 0;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-home-business-slide .swiper-pagination {
    margin: 3rem 0 0;
  }
}
.p-home-business-slide .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  opacity: 1;
  background-color: transparent;
  margin: 0 2rem 0 0 !important;
}
@media screen and (max-width: 767px) {
  .p-home-business-slide .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 3rem 0 0 !important;
  }
}
.p-home-business-slide .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #fff;
}
.p-home-business-slide__en {
  width: 118rem;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  color: #7281BF;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-home-business-slide__en {
    width: auto;
    margin-top: 4rem;
  }
}
.-reverse .p-home-business-slide__en {
  text-align: right;
  margin: 2.4rem 0 0 -72rem;
}
@media screen and (max-width: 767px) {
  .-reverse .p-home-business-slide__en {
    text-align: left;
    margin: 4rem 0 0 0;
  }
}
.p-home-service {
  position: relative;
  background: #e8f1ff;
  margin-top: 12rem;
  padding: 12rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-home-service {
    margin-top: 16rem;
    padding: 14rem 0 81rem;
  }
}
.p-home-service::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc((100% - 192rem) / 2);
  width: 42rem;
  height: 100%;
  background: url(../img/home/bg_service.jpg) 0 0/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-home-service::before {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100rem;
    background: url(../img/home/bg_service_sp.jpg) 0 0/cover no-repeat;
  }
}
.p-home-service-head__txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-shadow: 0 0 0.2rem #e8f1ff, 0 0 0.2rem #e8f1ff, 0 0 0.2rem #e8f1ff, 0 0 0.2rem #e8f1ff;
  margin-top: 1.6rem;
}
.p-home-service-list {
  position: relative;
  width: 120rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.6rem 2.4rem;
  margin: 6.4rem auto 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-home-service-list {
    flex-flow: column;
    width: auto;
    gap: 4rem 0;
    padding: 0 5rem;
  }
}
.p-home-service-list__item {
  width: calc((100% - 4.8rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-home-service-list__item {
    width: 100%;
  }
}
.p-home-service-list__item a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #395daa;
  box-shadow: 0.2rem 0.2rem 1rem rgba(57, 93, 170, 0.4);
  border-radius: 0.8rem;
}
@media (any-hover: hover) {
  .p-home-service-list__item a:hover {
    background: #e8f1ff;
    opacity: 1;
  }
  .p-home-service-list__item a:hover .p-home-service-list__txt::after {
    right: 2.6rem;
  }
  .p-home-service-list__item a:hover .p-home-service-list__img img {
    transform: scale(1.07);
  }
}
.p-home-service-list__img {
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  overflow: hidden;
}
.p-home-service-list__img img {
  transition: 0.3s;
}
.p-home-service-list__txt {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5.8rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  padding: 0 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-home-service-list__txt {
    height: 10rem;
    font-size: 3.2rem;
    padding: 0 3.1rem;
  }
}
.p-home-service-list__txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icn_arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-home-service-list__txt::after {
    right: 2.8rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
.p-home-topics {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-home-topics {
    padding: 16rem 0;
  }
}
.p-home-topics__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 120rem;
  margin: 6rem auto 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-home-topics__content {
    flex-flow: column;
    margin: 8rem 0;
  }
}
.p-home-topics__news {
  width: 55.6rem;
}
@media screen and (max-width: 767px) {
  .p-home-topics__news {
    width: 100%;
    padding: 0 5rem;
  }
}
.p-home-topics-list {
  margin-top: 3rem;
  border-bottom: 1px solid rgba(57, 93, 170, 0.1);
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-home-topics-list {
    margin-top: 5rem;
  }
}
.p-home-topics-list__item {
  border-top: 1px solid rgba(57, 93, 170, 0.1);
  padding-top: 2.4rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-home-topics-list__item {
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
.p-home-topics-list__item:first-child {
  margin-top: 0;
}
.p-home-topics-list__data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem 0.2rem;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-home-topics-list__data {
    gap: 0.5rem 4rem;
  }
}
.p-home-topics-list__date {
  font-size: 1.5rem;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #395daa;
  letter-spacing: 0.05em;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-home-topics-list__date {
    font-size: 3rem;
    margin-right: 0;
  }
}
.p-home-topics-list__cat {
  background: #f1f5ff;
  font-size: 1.2rem;
  line-height: 1;
  color: #395daa;
  border-radius: 1rem;
  padding: 0.4rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-home-topics-list__cat {
    font-size: 2.2rem;
    padding: 0.6rem 2rem;
  }
}
.p-home-topics-list__ttl {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .p-home-topics-list__ttl a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
.p-home-topics__pickup {
  width: 58.8rem;
}
@media screen and (max-width: 767px) {
  .p-home-topics__pickup {
    width: auto;
    margin: 11rem 0 0;
    padding: 0 5rem;
  }
}
.p-home-topics__pickup .c-topics {
  gap: 3.2rem 2.4rem;
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-home-topics__pickup .c-topics {
    gap: 8rem 0;
    margin-top: 4.5rem;
  }
}
.p-home-recruit {
  background: linear-gradient(90deg, rgb(83, 204, 245) 0%, rgb(103, 140, 255) 100%);
}
.p-home-recruit-parallax {
  position: relative;
  overflow: hidden;
  height: 55rem;
}
@media screen and (max-width: 767px) {
  .p-home-recruit-parallax {
    height: 76.2rem;
  }
}
.p-home-recruit-parallax__img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-home-recruit-parallax__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-home-recruit__content {
  position: relative;
  padding: 0 0 12rem;
}
.p-home-recruit__content::after {
  content: "";
  position: absolute;
  top: 4.5rem;
  left: 0;
  width: 50%;
  height: calc(100% - 4.5rem);
  background: repeating-linear-gradient(135deg, transparent, transparent 0.4rem, #fff 0.4rem, #fff 0.7rem);
  clip-path: polygon(60% 0, 100% 60%, 100% 100%, 0 100%, 0 0);
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .p-home-recruit__content::after {
    background: repeating-linear-gradient(135deg, transparent, transparent 0.4rem, #fff 0.4rem, #fff 0.7rem);
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
  }
}
.p-home-recruit__content .c-txtAnim__wrap {
  /*background: linear-gradient(90deg,rgba(103, 140, 255, 0.9) 25%, rgba(83, 204, 245, 0.9) 75%);*/
}
.p-home-recruit__content .c-txtAnim__wrap .c-txtAnim__char:first-child .c-txtAnim__txt {
  color: #678CFF;
}
.p-home-recruit__content .c-txtAnim__wrap .c-txtAnim__char:nth-child(2) .c-txtAnim__txt {
  color: #678CFF;
}
.p-home-recruit__content .c-txtAnim__wrap .c-txtAnim__char:nth-child(3) .c-txtAnim__txt {
  background: linear-gradient(86deg, rgb(103, 140, 255) 0%, rgb(96, 164, 251) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-home-recruit__content .c-txtAnim__wrap .c-txtAnim__char:nth-child(4) .c-txtAnim__txt {
  background: linear-gradient(86deg, rgb(96, 164, 251) 0%, rgb(88, 187, 248) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-home-recruit__content .c-txtAnim__wrap .c-txtAnim__char:nth-child(5) .c-txtAnim__txt {
  background: linear-gradient(86deg, rgb(88, 187, 248) 0%, rgb(83, 204, 245) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-home-recruit__content .c-txtAnim__wrap .c-txtAnim__char:nth-child(6) .c-txtAnim__txt {
  color: #53CCF5;
}
.p-home-recruit__content .c-txtAnim__wrap .c-txtAnim__char:last-child .c-txtAnim__txt {
  color: #53CCF5;
}
.p-home-recruit-head {
  position: relative;
  z-index: 2;
  margin-top: -4.5rem;
}
.p-home-recruit-head__ttl {
  position: relative;
  margin-top: -2rem;
  z-index: 2;
}
.p-home-recruit-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.2rem 2.4rem;
  position: relative;
  max-width: 120rem;
  margin: 7rem auto 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-home-recruit-list {
    justify-content: space-between;
    gap: 10rem 0;
    padding: 0 5rem;
  }
  .p-home-recruit-list.-col4 {
    gap: 8rem 0;
  }
}
.p-home-recruit-list + .p-home-recruit-list {
  position: relative;
  margin-top: 5.6rem;
  padding-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-home-recruit-list + .p-home-recruit-list {
    margin-top: 8rem;
    padding-top: 9.4rem;
  }
}
.p-home-recruit-list + .p-home-recruit-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background: url(../img/common/border_wh.png) 0 0/auto 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .p-home-recruit-list + .p-home-recruit-list::before {
    left: 5rem;
    width: calc(100% - 10rem);
    height: 1.2rem;
  }
}
.-col2 .p-home-recruit-list__item {
  width: calc(50% - 1.2rem);
}
@media screen and (max-width: 767px) {
  .-col2 .p-home-recruit-list__item {
    width: 100%;
  }
}
.-col4 .p-home-recruit-list__item {
  width: calc((100% - 7.2rem) / 4);
}
@media screen and (max-width: 767px) {
  .-col4 .p-home-recruit-list__item {
    width: calc(50% - 2rem);
  }
}
.p-home-recruit-list__item a {
  display: block;
  line-height: 1;
}
@media (any-hover: hover) {
  .p-home-recruit-list__item a:hover {
    opacity: 1;
  }
  .p-home-recruit-list__item a:hover .p-home-recruit-list__more::after {
    right: -0.2rem;
  }
  .p-home-recruit-list__item a:hover .p-home-recruit-list__img img {
    transform: scale(1.07);
  }
}
.p-home-recruit-list__img {
  border-radius: 2.4rem;
  overflow: hidden;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-home-recruit-list__img {
    margin: 0 0 4rem;
  }
}
.-col4 .p-home-recruit-list__img {
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .-col4 .p-home-recruit-list__img {
    margin: 0 0 4rem;
  }
}
.p-home-recruit-list__img img {
  transition: 0.3s;
}
.p-home-recruit-list__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-home-recruit-list__ttl {
    font-size: 4.8rem;
    margin: 0 0 3.2rem;
  }
}
.-col4 .p-home-recruit-list__ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .-col4 .p-home-recruit-list__ttl {
    font-size: 3.2rem;
  }
}
.p-home-recruit-list__txt {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-home-recruit-list__txt {
    margin: 0 0 3.2rem;
  }
}
.p-home-recruit-list__more {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 0 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-home-recruit-list__more {
    font-size: 3.2rem;
    padding: 0 7rem 0 0;
  }
}
.p-home-recruit-list__more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  mask-image: url("../img/common/icn_arrow.svg");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
  background: #fff;
  transition: 0.3s;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-home-recruit-list__more::after {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.p-home-head__ttl {
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  color: #395daa;
}
@media screen and (max-width: 767px) {
  .p-home-head__ttl {
    font-size: 6rem;
  }
}
.-wh .p-home-head__ttl {
  color: #fff;
}
.p-home-head__txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-home-head__txt {
    letter-spacing: 0.01em;
    font-size: 2.8rem;
    margin: 6rem 0 0;
    padding: 0 5rem;
  }
}
.-wh .p-home-head__txt {
  color: #fff;
}

.p-topics {
  max-width: 120rem;
  margin: 0 auto;
  padding-bottom: 12rem;
}
.p-topics-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-topics-list {
    flex-flow: column;
    gap: 10rem 0;
    padding: 0 5rem;
  }
}
.p-topics-list .c-topics {
  margin-top: 6rem;
}
.p-topics-list__main {
  width: 79.3rem;
}
@media screen and (max-width: 767px) {
  .p-topics-list__main {
    width: 100%;
  }
}
.p-topics-detail-head {
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail-head {
    margin: 0 0 6rem;
  }
}
.p-topics-detail-head__data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2.4rem;
  margin: 0 0 2.4rem;
}
.p-topics-detail-head__time {
  flex-shrink: 0;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #395daa;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-topics-detail-head__time {
    font-size: 2.8rem;
  }
}
.p-topics-detail-head__cat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.p-topics-detail-head__cat li {
  font-size: 1.2rem;
  color: #395daa;
  background: #e8f1ff;
  padding: 0.6rem 1.3rem;
  line-height: 1;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail-head__cat li {
    font-size: 2.4rem;
    padding: 1rem 2rem;
  }
}
.p-topics-detail-head__ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.7;
  color: #395daa;
}
@media screen and (max-width: 767px) {
  .p-topics-detail-head__ttl {
    font-size: 4.8rem;
  }
}
.p-topics-detail__txt {
  margin: 0 0 14rem;
}
.p-topics-detail__txt h2 {
  font-size: 2.2rem;
  background: #395daa;
  color: #fff;
  border-radius: 0.8rem;
  word-break: initial;
  box-sizing: border-box;
  margin-bottom: 5rem;
  font-weight: 700;
  padding: 1rem 2.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt h2 {
    font-size: 4rem;
    margin-bottom: 8rem;
    padding: 1.65rem 4.5rem;
    border-radius: 1.6rem;
  }
}
.p-topics-detail__txt h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #395daa;
  background: repeating-linear-gradient(135deg, transparent, transparent 0.3rem, #EFF5FF 0.3rem, #EFF5FF 0.5rem) #E8F1FF;
  border-radius: 0.8rem;
  word-break: initial;
  box-sizing: border-box;
  padding: 1rem 2.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt h3 {
    font-size: 3.6rem;
    border-radius: 1.6rem;
    padding: 2.8rem 4.5rem;
  }
}
.p-topics-detail__txt h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  word-break: initial;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt h4 {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
.p-topics-detail__txt h5 {
  word-break: initial;
  margin-bottom: 2rem;
}
.p-topics-detail__txt h6 {
  word-break: initial;
  margin-bottom: 2rem;
}
.p-topics-detail__txt * + h2,
.p-topics-detail__txt * + h3,
.p-topics-detail__txt * + h4,
.p-topics-detail__txt * + h5,
.p-topics-detail__txt * + h6,
.p-topics-detail__txt * + div,
.p-topics-detail__txt * + ul,
.p-topics-detail__txt * + ol,
.p-topics-detail__txt * + .wp-block-image {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt * + h2,
  .p-topics-detail__txt * + h3,
  .p-topics-detail__txt * + h4,
  .p-topics-detail__txt * + h5,
  .p-topics-detail__txt * + h6,
  .p-topics-detail__txt * + div,
  .p-topics-detail__txt * + ul,
  .p-topics-detail__txt * + ol,
  .p-topics-detail__txt * + .wp-block-image {
    margin-top: 8rem;
  }
}
.p-topics-detail__txt * + p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt * + p {
    margin-top: 2rem;
  }
}
.p-topics-detail__txt p,
.p-topics-detail__txt li {
  line-height: 2;
  line-break: strict;
  word-break: initial;
  word-wrap: break-word;
}
.p-topics-detail__txt p strong,
.p-topics-detail__txt p span,
.p-topics-detail__txt p a,
.p-topics-detail__txt p em,
.p-topics-detail__txt p i,
.p-topics-detail__txt li strong,
.p-topics-detail__txt li span,
.p-topics-detail__txt li a,
.p-topics-detail__txt li em,
.p-topics-detail__txt li i {
  line-break: strict;
  word-break: initial;
  word-wrap: break-word;
}
.p-topics-detail__txt a {
  text-decoration: underline;
}
@media screen and (min-width: 767.1px) {
  .p-topics-detail__txt a:hover {
    text-decoration: none;
  }
}
.p-topics-detail__txt a p,
.p-topics-detail__txt a li {
  text-decoration: none;
}
.p-topics-detail__txt ol {
  margin-left: 2rem !important;
  list-style: decimal;
}
.p-topics-detail__txt ul {
  margin-left: 2rem !important;
  list-style: disc;
}
.p-topics-detail__txt strong {
  font-weight: 700 !important;
}
.p-topics-detail__txt em,
.p-topics-detail__txt i {
  font-style: italic;
}
.p-topics-detail__txt .wp-block-image img {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .wp-block-image img {
    border-radius: 2rem;
  }
}
.p-topics-detail__txt figcaption,
.p-topics-detail__txt .wp-caption-text,
.p-topics-detail__txt .wp-element-caption {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 1rem !important;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt figcaption,
  .p-topics-detail__txt .wp-caption-text,
  .p-topics-detail__txt .wp-element-caption {
    font-size: 2.4rem;
    margin-top: 1.5rem !important;
  }
}
.p-topics-detail__txt .one-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 0 0;
}
.p-topics-detail__txt .one-column figure,
.p-topics-detail__txt .one-column div,
.p-topics-detail__txt .one-column img {
  width: 100%;
  max-width: inherit;
}
.p-topics-detail__txt .two-column {
  margin-top: 4.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .two-column {
    flex-direction: column;
    gap: 6rem 0;
    margin-top: 6rem;
  }
}
.p-topics-detail__txt .two-column * {
  margin: 0;
}
.p-topics-detail__txt .two-column p + p {
  margin-top: 2rem;
}
.p-topics-detail__txt .two-column .box {
  position: relative;
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .two-column .box {
    width: 100%;
  }
}
.p-topics-detail__txt .two-column .box .wp-block-image {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .two-column .box .wp-block-image {
    margin-bottom: 3rem;
  }
}
.p-topics-detail__txt .two-column .box img {
  width: 100%;
  max-width: inherit;
  height: auto;
}
.p-topics-detail__txt .two-column .box h4 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .two-column .box h4 {
    margin-bottom: 2rem;
  }
}
.p-topics-detail__txt .two-column .box p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .two-column .box p {
    letter-spacing: -0.05em;
  }
}
.p-topics-detail__txt .two-column.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .two-column.-reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .two-column.-txt-box {
    gap: 0 0;
  }
}
.p-topics-detail__txt .three-column {
  margin-top: 3.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .three-column {
    margin-top: 8.5rem;
    flex-direction: column;
    gap: 6rem 0;
  }
}
.p-topics-detail__txt .three-column * {
  margin: 0;
}
.p-topics-detail__txt .three-column p + p {
  margin-top: 2rem;
}
.p-topics-detail__txt .three-column .box {
  position: relative;
  width: calc((100% - 2rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .three-column .box {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
.p-topics-detail__txt .three-column .box-img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .three-column .box-img {
    width: 27.5rem;
    margin: 0;
  }
}
.p-topics-detail__txt .three-column .box-img img {
  width: 100%;
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .three-column .box-txt {
    margin-top: -1rem;
    width: calc(100% - 27.5rem);
    padding-left: 4rem;
  }
}
.p-topics-detail__txt .three-column .box-txt .ttl {
  padding: 0;
  margin-bottom: 1rem;
}
.p-topics-detail__txt .three-column .box-txt .ttl:before {
  display: none;
}
.p-topics-detail__txt .three-column .box-txt p {
  letter-spacing: -0.06em;
  padding-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .three-column .box-txt p {
    letter-spacing: -0.07em;
    padding-right: 0;
  }
}
.p-topics-detail__txt .img-list {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 2.4rem 2.4rem;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .img-list {
    flex-direction: column;
    gap: 8rem 0;
  }
}
.p-topics-detail__txt .img-list li {
  width: calc((100% - 2.4rem) / 2);
  margin: 0;
  border-radius: 0.7rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .img-list li {
    width: 100%;
    border-radius: 2rem;
  }
}
.p-topics-detail__txt .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .aligncenter {
    width: 100%;
  }
}
.p-topics-detail__txt .alignright {
  float: right;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .alignright {
    width: 100%;
    float: none;
  }
}
.p-topics-detail__txt .alignleft {
  float: left;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .alignleft {
    width: 100%;
    float: none;
  }
}
.p-topics-detail__txt .external-link {
  margin: 1rem 0;
  position: relative;
  display: block;
  background: #fff;
  padding: 2.4rem 7.5rem 2.4rem 4rem;
  border-radius: 0.8rem;
  box-shadow: 0.2rem 0.2rem 0.6rem rgba(57, 93, 170, 0.4);
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .external-link {
    padding: 2.8rem 12rem 2.8rem 2.8rem;
    border-radius: 1rem;
  }
}
.p-topics-detail__txt .external-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.5rem;
  background: url("../img/common/icn_blank.svg") no-repeat center center;
  background-size: 100% auto;
  width: 2rem;
  height: 2rem;
  z-index: 2;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .external-link:before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (any-hover: hover) {
  .p-topics-detail__txt .external-link:hover {
    background: #f1f5ff;
    opacity: 1;
    text-decoration: underline;
  }
  .p-topics-detail__txt .external-link:hover::before {
    background: url("../img/common/icn_blank_on.svg") no-repeat center center;
  }
}
.p-topics-detail__txt .dl-link {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 38.4rem;
  height: 7rem;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 0.8rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #395daa;
  box-shadow: 0.2rem 0.2rem 0.6rem rgba(57, 93, 170, 0.4);
  margin: 1rem auto;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .dl-link {
    width: 50rem;
    height: 10rem;
    font-size: 3.2rem;
  }
}
.p-topics-detail__txt .dl-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.5rem;
  background: url("../img/common/icn_dl.svg") 0 bottom/100% auto no-repeat;
  width: 2.6rem;
  height: 1.9rem;
  z-index: 2;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .dl-link:before {
    width: 4.8rem;
    height: 3.2rem;
  }
}
@media (any-hover: hover) {
  .p-topics-detail__txt .dl-link:hover {
    background: #f1f5ff;
    opacity: 1;
  }
  .p-topics-detail__txt .dl-link:hover::before {
    background: url("../img/common/icn_dl_on.svg") 0 bottom/100% auto no-repeat;
  }
}
.p-topics-detail__txt .youtube {
  width: 100%;
  aspect-ratio: 792/430;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .youtube {
    aspect-ratio: 680/370;
  }
}
.p-topics-detail__txt iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-topics-detail__txt .box-map {
  position: relative;
  width: 100%;
  aspect-ratio: 792/430;
  border-radius: 1rem;
}
.p-topics-detail__txt .box-map iframe {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .box-map {
    aspect-ratio: 680/445;
    border-radius: 2rem;
  }
}
.p-topics-detail__txt .box-map .map-links {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25.5rem;
  height: 5.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .box-map .map-links {
    width: 42rem;
    height: 10rem;
    font-size: 3.2rem;
  }
}
.p-topics-detail__txt .box-map .map-links a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #395daa;
  margin: 0;
  padding: 0 2.5rem;
  border-radius: 0.8rem;
  text-decoration: none;
  box-shadow: 0.2rem 0.2rem 0.6rem rgba(57, 93, 170, 0.4);
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .box-map .map-links a {
    padding: 0 3rem;
  }
}
.p-topics-detail__txt .box-map .map-links a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  background: url("../img/common/icn_blank.svg") no-repeat center center;
  background-size: 100% auto;
  width: 2rem;
  height: 2rem;
  z-index: 2;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .box-map .map-links a:before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (any-hover: hover) {
  .p-topics-detail__txt .box-map .map-links a:hover {
    background: #f1f5ff;
    opacity: 1;
  }
  .p-topics-detail__txt .box-map .map-links a:hover::before {
    background: url("../img/common/icn_blank_on.svg") no-repeat center center;
  }
}
.p-topics-detail__txt .post__links {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background: #fff;
  padding: 1rem 4rem 1rem 1rem;
  border-radius: 0.8rem;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0.2rem 0.2rem 0.6rem rgba(57, 93, 170, 0.4);
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .post__links {
    align-items: flex-start;
    padding: 8.5rem 3rem 2.5rem 3rem;
    border-radius: 2rem;
  }
}
.p-topics-detail__txt .post__links .post-img {
  aspect-ratio: 290/180;
  width: 29rem;
  margin: 0;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .post__links .post-img {
    border-radius: 2rem;
  }
}
.p-topics-detail__txt .post__links .post-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-topics-detail__txt .post__links .post-txt {
  width: calc(100% - 29rem);
  margin: 0;
  padding-left: 3.5rem;
  box-sizing: border-box;
}
.p-topics-detail__txt .post__links .post-txt .date {
  font-size: 1.5rem;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #395daa;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .post__links .post-txt .date {
    position: absolute;
    left: 3rem;
    top: 2.5rem;
    font-size: 2.8rem;
    margin: 0;
  }
}
.p-topics-detail__txt .post__links .post-txt .ttl {
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .post__links .post-txt .ttl {
    margin: -1rem 0 0 0;
    min-height: 16rem;
  }
}
.p-topics-detail__txt .post__links .post-txt .cat {
  list-style: none;
  margin: 0 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 0.5rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .post__links .post-txt .cat {
    width: auto;
    margin: 2.5rem 0 0 !important;
    gap: 1rem 1rem;
  }
}
.p-topics-detail__txt .post__links .post-txt .cat li {
  font-size: 1.2rem;
  color: #395daa;
  background: #e8f1ff;
  padding: 0.6rem 1.3rem;
  line-height: 1;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .post__links .post-txt .cat li {
    font-size: 2.4rem;
    padding: 1rem 2rem;
  }
}
.p-topics-detail__txt .pdf-txt {
  text-align: center;
}
.p-topics-detail__txt .pdf-txt + .btn_wrap {
  margin-top: 0;
}
.p-topics-detail__txt .pdf-txt + .btn_wrap .c-button {
  margin: 1.4rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .pdf-txt + .btn_wrap .c-button {
    margin: 3rem auto 0 auto;
  }
}
.p-topics-detail__txt .border {
  width: 100%;
  height: 0.6rem;
  border: 0;
  margin-top: 5rem;
  background: url(../img/common/border_wh.png) 0 0/auto 100% no-repeat #E8F1FF;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .border {
    height: 1.2rem;
  }
}
.p-topics-detail__txt .overview-box {
  background: #e8f1ff;
  border-radius: 0.8rem;
  box-sizing: border-box;
  padding: 0 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .overview-box {
    border-radius: 2rem;
  }
}
.p-topics-detail__txt .overview-box:not(:has(.overview__ttl)) {
  padding: 4rem;
}
.p-topics-detail__txt .overview-box:not(:has(.overview__ttl)) .overview__headling {
  margin-top: 0 !important;
}
.p-topics-detail__txt .overview-box .overview__ttl {
  position: relative;
  text-align: left;
  color: #000;
  background: none;
  border: none;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 0;
  margin: 0;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .overview-box .overview__ttl {
    font-size: 3.6rem;
  }
}
.p-topics-detail__txt .overview-box .overview__ttl::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.6rem;
  bottom: 0;
  left: 0;
  background: url(../img/common/border_wh.png) 0 0/auto 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .overview-box .overview__ttl::before {
    height: 1.2rem;
  }
}
.p-topics-detail__txt .overview-box .overview__headling {
  margin: 2.4rem 0 0 !important;
  list-style: none;
  box-sizing: border-box;
}
.p-topics-detail__txt .overview-box .overview__headling li {
  position: relative;
  padding-left: 2.8rem;
  box-sizing: border-box;
}
.p-topics-detail__txt .overview-box .overview__headling li + li {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .overview-box .overview__headling li {
    padding-left: 4rem;
  }
  .p-topics-detail__txt .overview-box .overview__headling li + li {
    margin-top: 1.5rem;
  }
}
.p-topics-detail__txt .overview-box .overview__headling li:before {
  position: absolute;
  left: 0;
  top: 0.9rem;
  display: block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
  background: #395daa;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .overview-box .overview__headling li:before {
    top: 1.6rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-topics-detail__txt .comment-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.p-topics-detail__txt .comment-box__img {
  aspect-ratio: 122/122;
  width: 12.2rem;
  height: 12.2rem;
  margin: 0;
  border-radius: 100%;
  overflow: hidden;
}
.p-topics-detail__txt .comment-box__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-topics-detail__txt .comment-box__txt {
  margin: 0 !important;
  width: calc(100% - 12.2rem);
  padding-left: 5.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .comment-box__txt {
    padding-left: 5.6rem;
  }
}
.p-topics-detail__txt .comment-box__txt .fukidashi {
  position: relative;
  padding: 3rem 3.8rem;
  background: #e8f1ff;
  border-radius: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .comment-box__txt .fukidashi {
    padding: 3rem 4.5rem;
  }
}
.p-topics-detail__txt .comment-box__txt .fukidashi:before {
  content: "";
  position: absolute;
  left: -3.6rem;
  top: 0;
  width: 9.6rem;
  height: 4.5rem;
  background: #e8f1ff;
  z-index: -1;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.p-topics-detail__txt .comment-box__txt p {
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .comment-box__txt p {
    letter-spacing: -0.1em;
  }
}
.p-topics-detail__txt .flow {
  background: #f1f5ff;
  border-radius: 0.8rem;
  padding: 3.2rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .flow {
    border-radius: 1.6rem;
  }
}
.p-topics-detail__txt .flow:has(:not(.flow__ttl)) .flow-list__item:first-child {
  margin-top: 0;
}
.p-topics-detail__txt .flow__ttl {
  position: relative;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  padding: 0 0 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .flow__ttl {
    font-size: 3.2rem;
  }
}
.p-topics-detail__txt .flow__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background: url(../img/common/border_wh.png) 0 0/auto 100% no-repeat #E8F1FF;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .flow__ttl::after {
    height: 0.3rem;
  }
}
.p-topics-detail__txt .flow-list {
  margin-top: 0;
}
.p-topics-detail__txt .flow-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .flow-list__item {
    flex-flow: column;
  }
}
.p-topics-detail__txt .flow-list__item:first-child {
  border-top: 0;
  padding-top: 0;
}
.p-topics-detail__txt .flow-list__head {
  width: 26rem;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .flow-list__head {
    width: 100%;
    align-items: flex-start;
    flex-flow: column;
  }
}
.p-topics-detail__txt .flow-list__time {
  width: 10rem;
  flex-shrink: 0;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #395daa;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .flow-list__time {
    width: 100%;
  }
}
.p-topics-detail__txt .flow-list__ttl {
  width: calc(100% - 10rem);
  color: #395daa;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .flow-list__ttl {
    width: 100%;
  }
}
.p-topics-detail__txt .flow-list__txt {
  width: calc(100% - 30rem);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .flow-list__txt {
    width: 100%;
    margin: 1rem 0 0;
  }
}
.p-topics-detail__txt .slider__txt {
  margin-top: 2rem;
  padding: 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .slider__txt {
    padding: 0;
  }
}
.p-topics-detail__txt .slider .js-slider {
  position: relative;
  padding: 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .slider .js-slider {
    padding: 0 6rem;
  }
}
.p-topics-detail__txt .slider .js-slider img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
.p-topics-detail__txt .slider .js-slider .swiper-slide {
  margin-top: 0;
}
.p-topics-detail__txt .slider .js-slider .swiper-pagination {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  line-height: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .slider .js-slider .swiper-pagination {
    width: auto;
    margin-top: 3.2rem;
  }
}
.p-topics-detail__txt .slider .js-slider .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid #395daa;
  opacity: 1;
  background-color: transparent;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .slider .js-slider .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1.5rem !important;
  }
}
.p-topics-detail__txt .slider .js-slider .swiper-pagination-bullet-active {
  background: #395daa;
  border: 1px solid #395daa;
}
.p-topics-detail__txt .slider .js-slider .swiper-button-prev {
  left: 0.3rem;
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .slider .js-slider .swiper-button-prev {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media (any-hover: hover) {
  .p-topics-detail__txt .slider .js-slider .swiper-button-prev:hover {
    left: 0.1rem;
  }
}
.p-topics-detail__txt .slider .js-slider .swiper-button-prev::after {
  content: none;
}
.p-topics-detail__txt .slider .js-slider .swiper-button-prev img {
  transform: scale(-1, 1);
}
.p-topics-detail__txt .slider .js-slider .swiper-button-next {
  right: 0.3rem;
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-topics-detail__txt .slider .js-slider .swiper-button-next:hover {
    right: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .slider .js-slider .swiper-button-next {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.p-topics-detail__txt .slider .js-slider .swiper-button-next::after {
  content: none;
}
.p-topics-detail__txt .btns {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .btns {
    width: 100%;
    margin: 8rem auto 0;
    padding: 0 0 10rem;
  }
}
.p-topics-detail__txt .btns__item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  width: 18rem;
  height: 5.8rem;
  font-weight: 700;
  box-shadow: 0.2rem 0.2rem 0.6rem rgba(57, 93, 170, 0.4);
  color: #395daa;
  border-radius: 0.8rem;
  padding: 0 2rem;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .btns__item {
    width: 24rem;
    height: 8rem;
    font-size: 2.8rem;
  }
}
.p-topics-detail__txt .btns__item::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icn_arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .btns__item::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.p-topics-detail__txt .btns__item.-back {
  justify-content: center;
  width: 25.8rem;
  padding-left: 6rem;
}
.p-topics-detail__txt .btns__item.-back::before {
  left: 2rem;
  transform: scale(-1, 1) translateY(-50%);
}
@media (any-hover: hover) {
  .p-topics-detail__txt .btns__item.-back:hover::before {
    left: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topics-detail__txt .btns__item.-back {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.p-topics-detail__txt .btns__item.-prev {
  justify-content: flex-end;
}
.p-topics-detail__txt .btns__item.-prev::before {
  left: 2rem;
  transform: scale(-1, 1) translateY(-50%);
}
@media (any-hover: hover) {
  .p-topics-detail__txt .btns__item.-prev:hover::before {
    left: 1.8rem;
  }
}
.p-topics-detail__txt .btns__item.-next::before {
  right: 2rem;
}
@media (any-hover: hover) {
  .p-topics-detail__txt .btns__item.-next:hover::before {
    right: 1.8rem;
  }
}
.p-topics-detail__txt .btns__item.-nolinks {
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-topics-detail__txt .btns__item:hover {
    background: #f1f5ff;
    opacity: 1;
  }
}
.p-topics-side {
  width: 28.4rem;
}
@media screen and (max-width: 767px) {
  .p-topics-side {
    width: 100%;
  }
}
.p-topics-side__item {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-topics-side__item {
    margin-top: 10rem;
  }
}
.p-topics-side__item:first-child {
  margin-top: 0;
}
.p-topics-side-cat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: column;
  gap: 1.6rem 0;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-topics-side-cat {
    flex-flow: wrap;
    gap: 2.4rem 1rem;
    margin-top: 5rem;
  }
}
.p-topics-side-cat__item {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-topics-side-cat__item {
    font-size: 2.4rem;
  }
}
.p-topics-side-cat__item a {
  display: inline-block;
  color: #395daa;
  background: #e8f1ff;
  padding: 0.6rem 1.3rem;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topics-side-cat__item a {
    padding: 1rem 2rem;
  }
}
.p-topics-side-new {
  margin-top: 2rem;
  border-bottom: 1px solid rgba(57, 93, 170, 0.1);
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-topics-side-new {
    margin-top: 5rem;
    padding-bottom: 3rem;
  }
}
.p-topics-side-new__item {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(57, 93, 170, 0.1);
}
@media screen and (max-width: 767px) {
  .p-topics-side-new__item {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.p-topics-side-new__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
@media (any-hover: hover) {
  .p-topics-side-new__item a:hover {
    text-decoration: underline;
  }
}
.p-topics-side-new__time {
  display: block;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  color: #395daa;
}
@media screen and (max-width: 767px) {
  .p-topics-side-new__time {
    font-size: 2.8rem;
  }
}

.p-contact .c-mv {
  background: url(../img/contact/bg_mv.jpg) 0 0/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-contact .c-mv {
    background: url(../img/contact/bg_mv_sp.jpg) 0 0/cover no-repeat;
  }
}
.p-contact-intro {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-contact-intro {
    padding: 0 5rem 16rem;
  }
}
.p-contact-intro__txt {
  max-width: 79.2rem;
  line-height: 2;
  margin: 0 auto;
}
.p-contact-intro__notes {
  max-width: 79.2rem;
  font-size: 1.4rem;
  line-height: 2;
  margin: 1.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-contact-intro__notes {
    font-size: 2.2rem;
  }
}
.p-contact-intro-num {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 120rem;
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.6rem rgba(0, 0, 0, 0.4);
  margin: 6rem auto 0;
  border-radius: 0.8rem;
  padding: 5rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-contact-intro-num {
    flex-flow: column;
    border-radius: 1.6rem;
    margin: 10rem auto 0;
    padding: 4rem 0;
  }
}
.p-contact-intro-num::before {
  content: "";
  position: absolute;
  bottom: 5rem;
  left: 50%;
  width: 1px;
  height: 6.6rem;
  background: rgba(57, 93, 170, 0.1);
}
@media screen and (max-width: 767px) {
  .p-contact-intro-num::before {
    content: none;
  }
}
.p-contact-intro-num__ttl {
  width: 100%;
  font-size: 2.8rem;
  font-weight: 700;
  color: #395daa;
  letter-spacing: 0.1em;
  text-align: center;
  background: repeating-linear-gradient(135deg, transparent, transparent 0.3rem, #fff 0.3rem, #fff 0.5rem) #E8F1FF;
  padding: 1rem 0;
  border-radius: 5rem;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-intro-num__ttl {
    width: calc(100% - 8rem);
    font-size: 3.8rem;
    line-height: 1.5;
    background: repeating-linear-gradient(135deg, transparent, transparent 0.4rem, #fff 0.4rem, #fff 0.7rem) #E8F1FF;
    letter-spacing: 0.05em;
    border-radius: 1.6rem;
    padding: 2.4rem 0;
    margin: 0 auto 4.4rem;
  }
  .p-contact-intro-num__ttl span {
    margin: 0 -0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-intro-num__block + .p-contact-intro-num__block {
    margin-top: 4.8rem;
  }
}
.p-contact-intro-num__en {
  font-size: 3.9rem;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #395daa;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-intro-num__en {
    font-size: 5.4rem;
  }
}
.p-contact-intro-num__en a {
  color: #395daa;
}
.p-contact-intro-num__time {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #395daa;
  text-align: center;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-intro-num__time {
    font-size: 2.2rem;
  }
}
.p-contact-form {
  position: relative;
  background: #e8f1ff;
  padding: 5rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    padding: 4rem 5rem 16rem;
  }
}
.p-contact-form::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact-form::after {
    height: 28.8rem;
  }
}
.p-contact-form__wrap {
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact-form .wpcf7-not-valid-tip {
    font-size: 2.6rem;
  }
}
.p-contact-form__ttl {
  max-width: 100rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #395daa;
  letter-spacing: 0.1em;
  text-align: center;
  background: repeating-linear-gradient(135deg, transparent, transparent 0.3rem, #fff 0.3rem, #fff 0.5rem) #E8F1FF;
  padding: 1rem 0;
  border-radius: 5rem;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__ttl {
    font-size: 3.8rem;
    background: repeating-linear-gradient(135deg, transparent, transparent 0.4rem, #fff 0.4rem, #fff 0.7rem) #E8F1FF;
  }
  .p-contact-form__ttl span {
    margin: 0 -0.8rem;
  }
}
.p-contact-form-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-head {
    flex-flow: column;
  }
}
.p-contact-form-head__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  gap: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-head__ttl {
    font-size: 3rem;
  }
}
.p-contact-form-head__ttl span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 2rem;
  color: #fff;
  background: #395daa;
  line-height: 1;
  letter-spacing: 0;
  padding: 0.4rem 1rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-contact-form-head__ttl span {
    font-size: 2.2rem;
    padding: 0.8rem 1.6rem;
  }
}
.p-contact-form-head__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 99.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-head__content {
    flex-flow: column;
    width: auto;
  }
}
.p-contact-form-head__txt {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form-head__txt {
    font-size: 2.2rem;
    line-height: 1.8;
    margin-top: 6rem;
  }
}
.p-contact-form-product {
  border-top: 1px solid #fff;
  padding-top: 3rem;
}
.p-contact-form-product__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  gap: 0 1.2rem;
}
.p-contact-form-product__ttl span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 2rem;
  color: #fff;
  background: #395daa;
  line-height: 1;
  letter-spacing: 0;
  padding: 0.4rem 1rem;
}
.p-contact-form-product__txt {
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form-product__txt {
    margin-top: 1.5rem;
  }
}
.p-contact-form-product__txt img {
  width: 2rem;
  height: auto;
  vertical-align: center;
  margin: 0 0.5rem;
}
.win .p-contact-form-product__txt img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-contact-form-product__txt img {
    width: 3.5rem;
  }
}
.p-contact-form-product__notes {
  font-size: 1.4rem;
  margin: 0.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form-product__notes {
    font-size: 2.2rem;
    margin: 1rem 0 0;
  }
}
.p-contact-form-about {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 2.4rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-about {
    flex-flow: column;
    gap: 4rem 0;
    margin: 4rem 0 5rem;
  }
}
.p-contact-form-about__item {
  width: calc(50% - 1.2rem);
  background: #395daa;
  border-radius: 0.8rem;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form-about__item {
    width: 100%;
    border-radius: 1.6rem;
    padding: 3.4rem 3.6rem 3.4rem;
  }
}
.p-contact-form-about__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-about__ttl {
    font-size: 3.2rem;
  }
}
.p-contact-form-about__txt {
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-contact-form-select {
  margin-top: 1rem;
}
.p-contact-form-select__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.6rem 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-contact-form-select__item {
    padding: 3.6rem 0;
  }
}
.p-contact-form-select__item:has(.wpcf7-not-valid-tip) {
  position: relative;
  padding: 1.6rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-select__item:has(.wpcf7-not-valid-tip) {
    padding: 3.6rem 0 6rem;
  }
}
.p-contact-form-select__item:has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap {
  position: static;
}
.p-contact-form-select__ttl {
  width: 58rem;
}
.p-contact-form-select__ttl .wpcf7-list-item {
  margin: 0;
}
.p-contact-form-select__ttl:has(.wpcf7-not-valid-tip) .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 1rem;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact-form-select__ttl:has(.wpcf7-not-valid-tip) .wpcf7-not-valid-tip {
    bottom: 2rem;
  }
}
.p-contact-form-select__ttl label span {
  font-weight: 700;
  color: #395daa;
  padding: 0 0 0 3rem !important;
}
@media screen and (max-width: 767px) {
  .p-contact-form-select__ttl label span {
    line-height: 1.8 !important;
    padding: 0 0 0 5.2rem !important;
  }
  .p-contact-form-select__ttl label span::before {
    top: 1rem !important;
  }
}
.p-contact-form-select-ppm {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-select-ppm {
    margin: 1.2rem 0 0;
    padding: 0 0 0 6rem;
  }
}
.p-contact-form-select-ppm {
  /*
  label{
  	span{
  		padding: 0 0 0 3rem!important;
  		@include deviceSP{
  			padding: 0 0 0 5rem!important;
  		}
  	}
  }
  */
}
.p-contact-form-select-ppm label {
  position: relative;
}
.p-contact-form-select-ppm label:has(input[type=checkbox]) input[type=checkbox]:checked + span::before {
  background: url(../img/common/icn_radio_on.svg) 0 0/100% auto no-repeat !important;
}
.p-contact-form-select-ppm label:has(input[type=checkbox]) span {
  padding: 0 0 0 3rem !important;
}
@media screen and (max-width: 767px) {
  .p-contact-form-select-ppm label:has(input[type=checkbox]) span {
    padding: 0 0 0 5rem !important;
  }
}
.p-contact-form-select-ppm label:has(input[type=checkbox]) span::before {
  background: url(../img/common/icn_radio_off.svg) 0 0/100% auto no-repeat !important;
}
.p-contact-form-select-num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-select-num {
    width: 28.5rem;
    margin: 3.2rem 0 0 auto;
  }
}
.p-contact-form-select-num:has(.wpcf7-not-valid-tip) .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 1rem;
  right: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact-form-select-num:has(.wpcf7-not-valid-tip) .wpcf7-not-valid-tip {
    bottom: 2rem;
  }
}
.p-contact-form-select-num__input {
  width: 11.2rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-select-num__input {
    width: 18rem;
    height: 7rem;
  }
}
.p-contact-form-select-num__input input[type=number] {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  background: #fff;
  padding: 0 0.5rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-select-num__input input[type=number] {
    font-size: 16px;
    border-radius: 1.6rem;
  }
}
.p-contact-form-select-all {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2.8rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-select-all {
    justify-content: space-between;
    margin-top: 9rem;
  }
}
.p-contact-form-select-all__ttl {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-contact-form-select-all__ttl {
    font-size: 3.2rem;
  }
}
.p-contact-form-select-all__input {
  width: 19.8rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-select-all__input {
    width: 29.6rem;
    height: 8.8rem;
  }
}
.p-contact-form-select-all__input input[type=text] {
  width: 100%;
  height: 100%;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form-select-all__input input[type=text] {
    font-size: 3.2rem;
  }
}
.p-contact-form-select-all:has(.wpcf7-not-valid-tip) {
  position: relative;
  padding: 0 0 2em;
}
.p-contact-form-select-all:has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap {
  position: static;
}
.p-contact-form-select-all:has(.wpcf7-not-valid-tip) .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-contact-form-select__caution {
  color: #ff0000;
  line-height: 1.6;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-select__caution {
    line-height: 2;
    margin-top: 7rem;
  }
}
.p-contact-form-body {
  position: relative;
  z-index: 2;
}
.p-contact-form-body ::placeholder {
  color: #c9caca;
}
.p-contact-form-body .wpcf7-spinner {
  display: block;
  margin: 2rem auto 0;
}
.p-contact-form-body table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #fff;
}
.p-contact-form-body table th {
  width: 41rem;
  vertical-align: middle;
  padding: 3rem 0;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-contact-form-body table th {
    display: block;
    width: 100%;
    padding: 3.4rem 0 0;
  }
}
.p-contact-form-body table th.top {
  vertical-align: top;
}
.p-contact-form-body table td {
  padding: 3rem 0;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-contact-form-body table td {
    display: block;
    width: 100%;
    border-top: 0;
    padding: 3.4rem 0 5rem;
  }
}
.p-contact-form-body table .first th,
.p-contact-form-body table .first td {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-body table .first th,
  .p-contact-form-body table .first td {
    padding-bottom: 0;
  }
}
.p-contact-form-body table .last th, .p-contact-form-body table .last td {
  border-top: 0;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-body table .last th, .p-contact-form-body table .last td {
    padding-top: 3.6rem;
  }
}
.p-contact-form-body__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  gap: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-body__ttl {
    font-size: 3rem;
  }
}
.p-contact-form-body__ttl span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 2rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 0.4rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-body__ttl span {
    font-size: 2.2rem;
    padding: 0.8rem 1.6rem;
  }
}
.p-contact-form-body__ttl span.required {
  color: #fff;
  background: #395daa;
}
.p-contact-form-body__ttl span.any {
  color: #395daa;
  background: #fff;
}
.p-contact-form-body__notes {
  width: 23rem;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 1.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form-body__notes {
    width: 100%;
    font-size: 2.2rem;
    margin: 0.5rem 0 0;
  }
}
.p-contact-form-content__ttl {
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #395daa;
  margin: 2rem 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-content__ttl {
    margin: 4.6rem 0 2rem;
  }
}
.p-contact-form-content__ttl:first-of-type {
  margin-top: 0;
}
.p-contact-form-content .wpcf7-form-control,
.p-contact-form-content .wpcf7-form-control-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form-content .wpcf7-form-control,
  .p-contact-form-content .wpcf7-form-control-wrap {
    gap: 1.7rem 0;
  }
}
.p-contact-form-content .wpcf7-form-control .wpcf7-list-item,
.p-contact-form-content .wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
  width: 36.4rem;
  line-height: 1.25;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form-content .wpcf7-form-control .wpcf7-list-item,
  .p-contact-form-content .wpcf7-form-control-wrap .wpcf7-list-item {
    width: 100%;
  }
}
.p-contact-form-content-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form-content-list {
    gap: 1.7rem 0;
  }
}
.p-contact-form-content-list .wpcf7-list-item {
  width: 36.4rem;
  line-height: 1.25;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form-content-list .wpcf7-list-item {
    width: 100%;
  }
}
.p-contact-form-content-list__item {
  width: 36.4rem;
  line-height: 1.25;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form-content-list__item {
    width: 100%;
  }
}
.p-contact-form-address__ttl {
  margin: 2.4rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-address__ttl {
    margin: 3.8rem 0 1rem;
  }
}
.p-contact-form-address__ttl:first-of-type {
  margin-top: 0;
}
.p-contact-form-zip {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form-zip {
    justify-content: space-between;
  }
}
.p-contact-form-zip__item {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-zip__item {
    width: 17rem;
  }
}
.p-contact-form-zip__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-zip__inner {
    gap: 0 0.9rem;
  }
}
.p-contact-form-zip__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 17.4rem;
  height: 5rem;
  background: #fff;
  color: #395daa;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 0.8rem;
  letter-spacing: 0.05em;
  box-shadow: 0.1rem 0.1rem 0.6rem rgba(57, 93, 170, 0.4);
  margin-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-zip__btn {
    width: 26.4rem;
    height: 8.8rem;
    font-size: 3.2rem;
    border-radius: 1.6rem;
    margin-left: 0;
  }
}
@media (any-hover: hover) {
  .p-contact-form-zip__btn:hover {
    background: #f1f5ff;
  }
}
.p-contact-form-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-contact-form-name__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-name__item {
    width: calc(50% - 2rem);
  }
}
.p-contact-form-name__ttl {
  width: calc(100% - 30.8rem);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form-name__ttl {
    width: calc(100% - 24.6rem);
  }
}
.p-contact-form-upload {
  position: relative;
}
.p-contact-form-upload__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form-upload__block {
    gap: 0 5rem;
    margin: 4rem 0 0;
  }
}
.p-contact-form-upload__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 17.4rem;
  height: 5rem;
  flex-shrink: 0;
  background: #fff;
  color: #395daa;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 0.8rem;
  box-shadow: 0.1rem 0.1rem 0.6rem rgba(57, 93, 170, 0.4);
}
@media screen and (max-width: 767px) {
  .p-contact-form-upload__btn {
    width: 29.2rem;
    height: 8.8rem;
    font-size: 3.2rem;
    border-radius: 1.6rem;
  }
}
@media (any-hover: hover) {
  .p-contact-form-upload__btn:hover {
    background: #f1f5ff;
  }
}
.p-contact-form-upload__name {
  letter-spacing: 0.07em;
}
.p-contact-form-upload .wpcf7-form-control-wrap input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-contact-form-call {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-call {
    justify-content: space-between;
    gap: 0;
  }
}
.p-contact-form-apply {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-apply {
    margin-top: 6.7rem;
  }
}
.p-contact-form-apply__txt {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 4rem;
}
.p-contact-form-apply__txt a {
  border-bottom: 1px solid #000;
}
@media (any-hover: hover) {
  .p-contact-form-apply__txt a:hover {
    opacity: 1;
    border-bottom: 1px solid transparent;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form-apply__txt {
    letter-spacing: 0;
    margin: 0 -1em 7rem;
  }
}
.p-contact-form-apply__check {
  text-align: center;
  font-weight: 700;
}
.p-contact-form label {
  position: relative;
}
.p-contact-form label:has(input[type=checkbox]) input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-contact-form label:has(input[type=checkbox]) input[type=checkbox]:checked + span::before {
  background: url(../img/common/icn_check_on.svg) 0 0/100% auto no-repeat;
}
.p-contact-form label:has(input[type=checkbox]) span {
  position: relative;
  display: inline-block;
  line-height: 1.25;
  letter-spacing: 0.1em;
  padding: 0 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form label:has(input[type=checkbox]) span {
    padding: 0 0 0 5.2rem;
  }
}
.p-contact-form label:has(input[type=checkbox]) span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icn_check_off.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-contact-form label:has(input[type=checkbox]) span::before {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.p-contact-form label:has(input[type=radio]) input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-contact-form label:has(input[type=radio]) input[type=radio]:checked + span::before {
  background: url(../img/common/icn_radio_on.svg) 0 0/100% auto no-repeat;
}
.p-contact-form label:has(input[type=radio]) span {
  position: relative;
  display: inline-block;
  line-height: 1.25;
  letter-spacing: 0.1em;
  padding: 0 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form label:has(input[type=radio]) span {
    padding: 0 0 0 5.2rem;
  }
}
.p-contact-form label:has(input[type=radio]) span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icn_radio_off.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-contact-form label:has(input[type=radio]) span::before {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.p-contact-form input[type=text],
.p-contact-form input[type=email],
.p-contact-form input[type=tel] {
  width: 100%;
  height: 5rem;
  background: #fff;
  border-radius: 0.8rem;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form input[type=text],
  .p-contact-form input[type=email],
  .p-contact-form input[type=tel] {
    border-radius: 1.6rem;
    height: 8.8rem;
    font-size: 16px;
    padding: 0 3.4rem;
  }
}
.p-contact-form input[type=text]:-webkit-autofill, .p-contact-form input[type=text]:-webkit-autofill:hover, .p-contact-form input[type=text]:-webkit-autofill:focus,
.p-contact-form input[type=email]:-webkit-autofill,
.p-contact-form input[type=email]:-webkit-autofill:hover,
.p-contact-form input[type=email]:-webkit-autofill:focus,
.p-contact-form input[type=tel]:-webkit-autofill,
.p-contact-form input[type=tel]:-webkit-autofill:hover,
.p-contact-form input[type=tel]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: inherit;
  transition: background-color 9999s ease-in-out 0s;
}
@media screen and (max-width: 767px) {
  .p-contact-form input[name=mail_confirm] {
    letter-spacing: -0.05em;
  }
}
.p-contact-form textarea {
  width: 100%;
  background: #fff;
  border-radius: 0.8rem;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form textarea {
    font-size: 16px;
  }
}
.p-contact-form textarea[name=message] {
  height: 30rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form textarea[name=message] {
    height: 46rem;
  }
}
.p-contact-form textarea[name=caution], .p-contact-form textarea[name=remarks] {
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form textarea[name=caution], .p-contact-form textarea[name=remarks] {
    height: 25rem;
  }
}
.p-contact-form input[type=submit] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28.2rem;
  height: 7rem;
  background: url(../img/common/icn_mail_wh.svg) calc(100% - 7rem) center/2.8rem auto no-repeat #395daa;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 0.8rem;
  box-shadow: 0.1rem 0.1rem 0.6rem rgba(57, 93, 170, 0.4);
  margin: 5rem auto 0;
  padding: 0 0 0 7rem;
  letter-spacing: 0.05em;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-form input[type=submit] {
    width: 50rem;
    height: 13rem;
    font-size: 3.6rem;
    border-radius: 1.6rem;
    background-size: 5.4rem auto;
    background-position: calc(100% - 12.4rem) center;
    padding: 0 0 0 12.3rem;
    margin-top: 8.2rem;
  }
}
@media (any-hover: hover) {
  .p-contact-form input[type=submit]:hover {
    color: #395daa;
    background-image: url(../img/common/icn_mail.svg);
    background-color: #f1f5ff;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-tab {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-flow: column;
    gap: 2rem 0;
    margin-top: 3rem;
  }
}
.p-contact-tab__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48.6rem;
  height: 7rem;
  letter-spacing: 0.05em;
  font-size: 2.2rem;
  background: #fff;
  color: #395daa;
  font-weight: 700;
  border-radius: 0.8rem;
  box-shadow: 0.1rem 0.1rem 0.6rem rgba(57, 93, 170, 0.4);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact-tab__item {
    width: 100%;
    height: 11.4rem;
    font-size: 3.6rem;
    border-radius: 1.6rem;
    box-shadow: 0.4rem 0.4rem 0.9rem rgba(57, 93, 170, 0.4);
  }
}
.p-contact-tab__item span {
  position: relative;
  padding: 0 0 0 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-tab__item span {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 4rem 0 8rem;
  }
}
.p-contact-tab__item span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icn_radio_off.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-contact-tab__item span::before {
    left: 4rem;
    width: 3.6rem;
    height: 3.6rem;
  }
}
.p-contact-tab__item.is-current {
  background: #395daa;
  color: #fff;
}
.p-contact-tab__item.is-current span::before {
  background: url(../img/common/icn_radio_on.svg) 0 0/100% auto no-repeat;
}
.p-contact-tabs__item {
  display: none;
}
.p-contact-tabs__item.is-current {
  display: block;
}

.p-about .c-mv {
  background: url(../img/about/bg_mv.jpg) 0 0/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about .c-mv {
    background: url(../img/about/bg_mv_sp.jpg) 0 0/cover no-repeat;
  }
}
.p-about-nav {
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about-nav {
    padding: 0 5rem;
  }
}
.p-about-feature {
  position: relative;
  background: url(../img/about/bg_feature.jpg) bottom center/100% auto no-repeat;
  margin-top: 3rem;
  padding: 12rem 0 45rem;
}
@media screen and (max-width: 767px) {
  .p-about-feature {
    background: url(../img/about/bg_feature_sp.jpg) bottom center/100% auto no-repeat;
    margin-top: 0;
    padding: 16rem 0 64rem;
  }
}
.p-about-feature__pre {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-feature__pre {
    font-size: 3.2rem;
    padding: 0 5rem;
  }
}
.p-about-feature__txt {
  max-width: 79rem;
  line-height: 2;
  margin: 1.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-about-feature__txt {
    padding: 0 5rem;
    margin: 3.2rem 0 0;
  }
}
.p-about-feature-three {
  position: relative;
  max-width: 120rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 6.4rem;
  margin: 12rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-about-feature-three {
    gap: 20rem 0;
    margin-top: 24rem;
  }
}
.p-about-feature-three::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  width: 121.8rem;
  height: 117.4rem;
  background: url(../img/about/bg_feature_wrap.png) 0 0/100% auto no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-about-feature-three::before {
    content: none;
  }
}
.p-about-feature-three__item {
  position: relative;
  width: 48.9rem;
  height: 48.9rem;
  padding: 9rem 0 0;
  opacity: 0;
  transition: opacity 0.6s;
}
@media screen and (max-width: 767px) {
  .p-about-feature-three__item {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 14rem 0 0;
  }
}
.is-show .p-about-feature-three__item {
  opacity: 1;
}
.p-about-feature-three__item.-kensetsu {
  background: url(../img/about/bg_feature_01.png) 0 0/100% auto no-repeat;
  transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-about-feature-three__item.-kensetsu {
    transition-delay: 0s;
  }
}
.p-about-feature-three__item.-eisei {
  background: url(../img/about/bg_feature_02.png) 0 0/100% auto no-repeat;
  transition-delay: 1s;
}
@media screen and (max-width: 767px) {
  .p-about-feature-three__item.-eisei {
    transition-delay: 0s;
  }
}
.p-about-feature-three__item.-general {
  background: url(../img/about/bg_feature_03.png) 0 0/100% auto no-repeat;
  margin-top: -6.6rem;
  transition-delay: 1.5s;
}
@media screen and (max-width: 767px) {
  .p-about-feature-three__item.-general {
    transition-delay: 0s;
    margin-top: 0;
  }
}
.p-about-feature-three__center {
  position: absolute;
  top: calc(50% - 10.2rem);
  left: calc(50% - 1.5rem);
  height: 13.3rem;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.6s;
  transition-delay: 2s;
}
@media screen and (max-width: 767px) {
  .p-about-feature-three__center {
    display: none;
  }
}
.is-show .p-about-feature-three__center {
  opacity: 1;
}
.p-about-feature-three__icn {
  position: absolute;
  top: -6.4rem;
  left: 50%;
  height: 13.3rem;
  transform: translateX(-50%);
}
.p-about-feature-three__icn img {
  width: auto;
  height: 100%;
}
.-general .p-about-feature-three__icn {
  display: none;
}
@media screen and (max-width: 767px) {
  .-general .p-about-feature-three__icn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-about-feature-three__icn {
    top: auto;
    bottom: calc(100% - 9.4rem);
    height: 26.7rem;
  }
}
.p-about-feature-three__ttl {
  font-weight: 700;
  color: #395daa;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about-feature-three__ttl {
    font-size: 4.8rem;
    margin: 0 0 4rem;
  }
}
.p-about-feature-three__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 27rem;
}
@media screen and (max-width: 767px) {
  .p-about-feature-three__inner {
    height: 35rem;
  }
}
.p-about-feature-three-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  gap: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-feature-three-list {
    gap: 1.5rem 0;
  }
}
.p-about-feature-three-list__item {
  position: relative;
  line-height: 1.625;
  padding: 0 0 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-feature-three-list__item {
    padding: 0 0 0 4.5rem;
  }
}
.p-about-feature-three-list__item::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background: #395daa;
}
@media screen and (max-width: 767px) {
  .p-about-feature-three-list__item::before {
    top: 1.2rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-about-feature-three__more {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-about-feature-three__more {
    font-size: 3.2rem;
    margin-top: 4rem;
  }
}
.p-about-feature-three__more a {
  color: #395daa;
}
.p-about-feature-three__more a span {
  position: relative;
  padding: 0 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-feature-three__more a span {
    padding: 0 7.5rem 0 0;
  }
}
.p-about-feature-three__more a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icn_arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about-feature-three__more a span::before {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media (any-hover: hover) {
  .p-about-feature-three__more a:hover span::before {
    right: -0.2rem;
  }
}
.p-about-five {
  background: url(../img/about/bg_five.jpg) center calc(100% - 4rem)/140.9rem auto no-repeat #e8f1ff;
  padding: 12rem 0 30rem;
}
@media screen and (max-width: 767px) {
  .p-about-five {
    background: url(../img/about/bg_five_sp.jpg) 0 bottom/100% auto no-repeat #e8f1ff;
    padding: 16rem 5rem 72rem;
  }
}
.p-about-five-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 22.8rem;
  max-width: 120rem;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-about-five-list {
    flex-flow: column;
    gap: 7rem 0;
    margin-top: 7rem;
  }
}
.p-about-five-list:first-of-type {
  margin-top: 0;
}
.p-about-five-list__item {
  width: 48.6rem;
}
@media screen and (max-width: 767px) {
  .p-about-five-list__item {
    width: 100%;
  }
}
.p-about-five-list-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-about-five-list-head__num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 11.4rem;
  height: 11.2rem;
  font-size: 5rem;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  color: #395daa;
  background: url(../img/about/icn_five.png) 0 0/100% auto no-repeat;
  margin-left: -1.5rem;
  padding: 0 0.2rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-five-list-head__num {
    width: 18rem;
    height: 17rem;
    font-size: 8rem;
    margin: 0 0 0 -5rem;
  }
}
.p-about-five-list-head__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about-five-list-head__ttl {
    font-size: 3.6rem;
  }
}
.p-about-five-list__txt {
  line-height: 2;
}
.p-about-message {
  padding: 12rem 0 11rem;
}
@media screen and (max-width: 767px) {
  .p-about-message {
    padding: 12rem 0;
  }
}
.p-about-message__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 120rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-about-message__wrap {
    flex-flow: column;
  }
}
.p-about-message__content {
  position: relative;
  width: 69rem;
}
.p-about-message__content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 67.6rem;
  height: 49.6rem;
  background: url(../img/about/bg_message.svg) 0 0/100% auto no-repeat;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about-message__content {
    width: auto;
    padding: 0 5rem;
  }
}
.p-about-message-img {
  width: 38.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-message-img {
    width: 47rem;
    margin: 5rem auto 0;
  }
}
.p-about-message-img__photo {
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-message-img__photo {
    border-radius: 1.6rem;
  }
}
.p-about-message-img__post {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-message-img__post {
    margin: 4.8rem 0 0;
  }
}
.p-about-message-img__name {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-message-img__name {
    font-size: 3.8rem;
    margin: 2.8rem 0 0;
  }
}
.p-about-message-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
  margin: -1rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-message-head {
    flex-flow: column;
    align-items: flex-start;
    gap: 2rem 0;
    margin: 0 0 5rem;
  }
}
.p-about-message-head__pre {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10.4rem;
  height: 7.6rem;
  background: #395daa;
  font-weight: 900;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.21em;
  padding: 0 2rem 0 0;
  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
}
@media screen and (max-width: 767px) {
  .p-about-message-head__pre {
    width: 21.4rem;
    height: 5.8rem;
    font-size: 3rem;
    padding: 0 1rem 0 0;
    clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
  }
  .p-about-message-head__pre br {
    display: none;
  }
}
.p-about-message-head__ttl {
  font-size: 3rem;
  font-weight: 900;
  color: #395daa;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-about-message-head__ttl {
    font-size: 3.6rem;
    line-height: 1.78;
  }
}
.p-about-message__txt {
  line-height: 2;
  margin-top: 1rem;
}
.p-about-overview {
  background: #e8f1ff;
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-overview {
    padding: 12rem 5rem;
  }
}
.p-about-overview-define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 120rem;
  border-bottom: 2px solid #fff;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-about-overview-define {
    flex-flow: column;
  }
}
.p-about-overview-define__ttl {
  width: 16rem;
  letter-spacing: 0.05em;
  line-height: 2;
  border-top: 2px solid #fff;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-overview-define__ttl {
    width: 100%;
    padding: 1.6rem 0 0;
  }
}
.p-about-overview-define__content {
  width: calc(100% - 16rem);
  letter-spacing: 0.05em;
  line-height: 2;
  border-top: 2px solid #fff;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-overview-define__content {
    width: 100%;
    border-top: 0;
    padding: 0 0 1.6rem;
  }
}
.p-about-overview-level__item {
  font-weight: 700;
  text-indent: -0.5em;
}
.p-about-overview-level__txt {
  display: block;
  font-weight: 400;
  padding: 0 0 0 1em;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .p-about-overview-level__txt {
    text-indent: 0;
    padding: 0 0 0 1em;
  }
}
.p-about-overview-dot {
  padding: 0 0 0 1em;
}
.p-about-overview-dot__item {
  font-weight: 400;
}
.p-about-overview-dot__item::before {
  content: "・";
}
.p-about-overview-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 1.6rem;
}
.p-about-overview-row__item::before {
  content: "・";
}
.p-about-overview-tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-about-overview-tab {
    margin-top: 1.5rem;
  }
}
.p-about-overview-tab__item {
  width: calc(50% - 1rem);
  background: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.05em;
  text-align: center;
  color: #395daa;
  line-height: 1;
  font-weight: 700;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  padding: 1.6rem 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-about-overview-tab__item {
    width: calc(50% - 2rem);
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
    padding: 2.2rem 0;
  }
}
.p-about-overview-tab__item.is-current {
  background: #fff;
  padding: 2.6rem 0 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview-tab__item.is-current {
    padding: 3.2rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-overview-tabs {
    margin-bottom: 0.4rem;
  }
}
.p-about-overview-tabs__item {
  display: none;
}
.p-about-overview-tabs__item.is-current {
  display: block;
}
.p-about-overview-tabs-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem 2rem;
  border-radius: 0.8rem;
  background: #fff;
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview-tabs-list {
    justify-content: space-between;
    gap: 3.8rem 0;
    padding: 4rem;
  }
}
.p-about-overview-tabs-list__item {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview-tabs-list__item {
    width: calc(50% - 2rem);
  }
}
.p-about-overview-tabs-list__img {
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-about-overview-tabs-list__txt {
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview-tabs-list__txt {
    font-size: 2.4rem;
    margin: 1.8rem 0 0;
  }
}
.p-about-access {
  background: url(../img/about/bg_access.jpg) center center/cover no-repeat;
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-access {
    background: url(../img/about/bg_access_sp.jpg) center center/cover no-repeat;
    padding: 16rem 5rem;
  }
}
.p-about-access__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 120rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.78);
  margin: 8rem auto 0;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about-access__content {
    gap: 5rem 0;
    border-radius: 1.6rem;
    flex-flow: column;
  }
}
.p-about-access__overview {
  width: 48.6rem;
}
@media screen and (max-width: 767px) {
  .p-about-access__overview {
    width: 100%;
  }
}
.p-about-access__img {
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-access__img {
    border-radius: 1.6rem;
  }
}
.p-about-access__txt {
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-access__txt {
    margin: 3.2rem 0 0;
  }
}
.p-about-access__time {
  font-size: 1.4rem;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-access__time {
    font-size: 2.4rem;
  }
}
.p-about-access-map {
  position: relative;
  width: 59.1rem;
  aspect-ratio: 591/427;
  border-radius: 0.8rem;
}
.p-about-access-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-access-map {
    width: 100%;
    aspect-ratio: 680/445;
    border-radius: 2rem;
  }
}
.p-about-access-map .map-links {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25.5rem;
  height: 5.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-about-access-map .map-links {
    width: 42rem;
    height: 10rem;
    font-size: 3.2rem;
  }
}
.p-about-access-map .map-links a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #395daa;
  margin: 0;
  padding: 0 2.5rem;
  border-radius: 0.8rem;
  text-decoration: none;
  box-shadow: 0.2rem 0.2rem 0.6rem rgba(57, 93, 170, 0.4);
}
@media screen and (max-width: 767px) {
  .p-about-access-map .map-links a {
    padding: 0 3rem;
  }
}
.p-about-access-map .map-links a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  background: url("../img/common/icn_blank.svg") no-repeat center center;
  background-size: 100% auto;
  width: 2rem;
  height: 2rem;
  z-index: 2;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about-access-map .map-links a:before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (any-hover: hover) {
  .p-about-access-map .map-links a:hover {
    background: #f1f5ff;
    opacity: 1;
  }
  .p-about-access-map .map-links a:hover::before {
    background: url("../img/common/icn_blank_on.svg") no-repeat center center;
  }
}
.p-about-history {
  background: #e8f1ff;
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-history {
    padding: 16rem 5rem;
  }
}
.p-about-history-define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 120rem;
  border-bottom: 2px solid #fff;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-about-history-define {
    flex-flow: column;
  }
}
.p-about-history-define__ttl {
  width: 25rem;
  letter-spacing: 0.05em;
  line-height: 2;
  border-top: 2px solid #fff;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-history-define__ttl {
    width: 100%;
    padding: 1.6rem 0 0;
  }
}
.p-about-history-define__content {
  width: calc(100% - 25rem);
  letter-spacing: 0.05em;
  line-height: 2;
  border-top: 2px solid #fff;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-history-define__content {
    width: 100%;
    border-top: 0;
    padding: 0 0 1.6rem;
  }
}
.p-about-csr {
  padding: 12rem 0 11rem;
}
@media screen and (max-width: 767px) {
  .p-about-csr {
    padding: 15rem 5rem;
  }
}
.p-about-csr__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 120rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-about-csr__wrap {
    flex-flow: column;
  }
}
.p-about-csr-head {
  width: 39rem;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.5s;
  transform: translateY(2rem);
}
@media screen and (max-width: 767px) {
  .p-about-csr-head {
    width: 100%;
    transition-delay: 0s;
    margin: 0 0 2.6rem;
  }
}
.is-show .p-about-csr-head {
  opacity: 1;
  transform: translateY(0);
}
.p-about-csr-head__ttl {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.8;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-about-csr-head__ttl {
    font-size: 3.6rem;
    line-height: 1.78;
    margin: 0 0 2rem;
  }
}
.p-about-csr-head__txt {
  position: relative;
}
.p-about-csr-head__img {
  width: 36rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about-csr-head__img {
    width: 62.5rem;
    margin: -6.4rem auto 0 0;
  }
}
.p-about-csr-list {
  width: 74.4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem 0;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 1s;
  transform: translateY(2rem);
}
@media screen and (max-width: 767px) {
  .p-about-csr-list {
    width: 100%;
    transition-delay: 0s;
  }
}
.is-show .p-about-csr-list {
  opacity: 1;
  transform: translateY(0);
}
.p-about-csr-list__item {
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .p-about-csr-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-about-csr-list__img {
    border-radius: 1.6rem;
    overflow: hidden;
  }
}
.p-about-csr-list__txt {
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-csr-list__txt {
    font-size: 2.4rem;
  }
}
.p-about__ttl {
  color: #395daa;
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-about__ttl {
    font-size: 6rem;
    margin: 0 0 7.4rem;
  }
}
.p-about__ttl.-wh {
  color: #fff;
}

.p-business .c-mv {
  background: url(../img/business/bg_mv.jpg) 0 0/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-business .c-mv {
    background: url(../img/business/bg_mv_sp.jpg) 0 0/cover no-repeat;
  }
}
.p-business-nav {
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-business-nav {
    padding: 0 5rem;
  }
}
.p-business-nav__ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #395daa;
  line-height: 1;
  margin: 5rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-business-nav__ttl {
    font-size: 4.8rem;
    margin: 8rem 0 4rem;
  }
}
.p-business-nav__ttl:first-of-type {
  margin-top: 0;
}
.p-business-content {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-business-content {
    padding: 12rem 5rem;
  }
}
.p-business-content.-const {
  background: #e8f1ff;
}
.p-business-content__wrap {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
}
.-sani .p-business-content__wrap::before {
  content: "";
  position: absolute;
  top: -7.6rem;
  right: 0;
  width: 7.5rem;
  height: 11.2rem;
  background: url(../img/business/icn_sani.svg) 0 0/100% auto no-repeat;
  z-index: 2;
}
.-const .p-business-content__wrap::before {
  content: "";
  position: absolute;
  top: -7.6rem;
  right: 0;
  width: 9.6rem;
  height: 10.9rem;
  background: url(../img/business/icn_const.svg) 0 0/100% auto no-repeat;
  z-index: 2;
}
.p-business-content__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9rem 0;
}
@media screen and (max-width: 767px) {
  .p-business-content__column {
    gap: 0;
  }
}
.p-business-content .c-ttlBorder {
  margin-bottom: 5rem;
}
.p-business-content__block + .p-business-content__block {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-business-content__block + .p-business-content__block {
    border-top: 1px solid #fff;
    margin-top: 8rem;
    padding-top: 8rem;
  }
}
.p-business-content-item {
  width: 55rem;
}
@media screen and (max-width: 767px) {
  .p-business-content-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-business-content-item + .p-business-content-item {
    margin-top: 8rem;
    padding-top: 8rem;
    border-top: 1px solid #EDEEF7;
  }
  .p-business-content-item + .p-business-content-item.-three {
    border-color: #fff;
  }
}
.p-business-content-item.-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-business-content-item.-column {
    flex-flow: column;
  }
}
.p-business-content-item.-three {
  width: 36.8rem;
}
@media screen and (max-width: 767px) {
  .p-business-content-item.-three {
    width: 100%;
  }
}
.p-business-content-item__slider {
  position: relative;
  margin: 0 0 3rem;
}
.-column .p-business-content-item__slider {
  min-height: 39.3rem;
  width: 66.4rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .-column .p-business-content-item__slider {
    width: 100%;
    min-height: inherit;
    margin: 0 0 2rem;
  }
}
.-three .p-business-content-item__slider {
  min-height: 27.2rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .-three .p-business-content-item__slider {
    min-height: inherit;
  }
}
.p-business-content-item__slider .swiper-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-business-content-item__slider .swiper-wrapper {
    border-radius: 1.6rem;
  }
}
.p-business-content-item__slider .swiper-pagination {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  line-height: 0;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-business-content-item__slider .swiper-pagination {
    width: auto;
    margin-top: 3.2rem;
  }
}
.p-business-content-item__slider .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid #395daa;
  opacity: 1;
  background-color: transparent;
  margin: 0 1rem !important;
}
@media screen and (max-width: 767px) {
  .p-business-content-item__slider .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1.5rem !important;
  }
}
.p-business-content-item__slider .swiper-pagination-bullet-active {
  background: #395daa;
  border: 1px solid #395daa;
}
.p-business-content-item__slider .catch {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.2rem 2.2rem;
  border-top-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-business-content-item__slider .catch {
    border-top-right-radius: 1.6rem;
    border-bottom-left-radius: 1.6rem;
    padding: 1.4rem 2.6rem;
  }
}
.p-business-content-item__detail {
  width: 48.4rem;
}
@media screen and (max-width: 767px) {
  .p-business-content-item__detail {
    width: 100%;
  }
}
.p-business-content-item__head.-height {
  height: 18.1rem;
}
@media screen and (max-width: 767px) {
  .p-business-content-item__head.-height {
    height: auto;
  }
}
.p-business-content-item__sub {
  font-size: 2.8rem;
  font-weight: 700;
  color: #395daa;
  border-left: 0.9rem solid #395daa;
  line-height: 1;
  padding: 0 0 0 1.3rem;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-business-content-item__sub {
    font-size: 3.8rem;
    border-left: 1.3rem solid #395daa;
    padding: 0 0 0 2rem;
  }
}
.p-business-content-item__txt {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-business-content-item__txt {
    line-height: 2;
  }
}
.p-business-content-detail {
  background: #e8f1ff;
  border-radius: 0.8rem;
  padding: 3rem 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-business-content-detail {
    border-radius: 1.6rem;
    padding: 3.4rem 4rem;
  }
}
.p-business-content-detail__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 2rem;
  text-indent: -0.6em;
}
@media screen and (max-width: 767px) {
  .p-business-content-detail__ttl {
    font-size: 3.5rem;
    margin: 0 0 3rem;
    text-indent: -1rem;
  }
}
.p-business-content-detail-list.-column {
  display: flex;
  flex-direction: column;
  flex-flow: column wrap;
  height: 9.7rem;
  gap: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-business-content-detail-list.-column {
    flex-flow: column;
    height: auto;
  }
}
.p-business-content-detail-list__item {
  position: relative;
  padding: 0 0 0 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-business-content-detail-list__item {
    padding: 0 0 0 4.4rem;
  }
}
.p-business-content-detail-list__item::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: #395daa;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-business-content-detail-list__item::before {
    top: 1.4rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}
.p-business-content-const {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/business/bg_const_other.jpg) 0 0/cover no-repeat;
  border-radius: 0.8rem;
  margin-top: 10rem;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-business-content-const {
    flex-flow: column;
    gap: 4rem 0;
    border-radius: 1.6rem;
    padding: 5rem 4rem;
    margin-top: 14rem;
  }
}
.p-business-content-const__detail {
  width: 36.6rem;
}
@media screen and (max-width: 767px) {
  .p-business-content-const__detail {
    width: auto;
  }
}
.p-business-content-const__ttl {
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-business-content-const__ttl {
    font-size: 3.2rem;
  }
}
.p-business-content-const__txt {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}
.p-business-content-const__img {
  width: 69.2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-business-content-const__img {
    width: auto;
    flex-flow: column;
    gap: 4rem 0;
  }
}
.p-business-content-const__img img {
  width: 33.6rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-business-content-const__img img {
    width: 100%;
    border-radius: 1.6rem;
  }
}
.p-business-content-btns__txt {
  text-align: center;
  letter-spacing: 0.07em;
  font-weight: 700;
  margin: 5rem 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-business-content-btns__txt {
    margin: 7rem 0 3rem;
  }
}
.p-business-content-btns__btn {
  width: 58.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-business-content-btns__btn {
    width: auto;
    line-height: 1.6;
    text-align: center;
  }
  .p-business-content-btns__btn:has(.u-sp) {
    height: 15.4rem;
  }
}
.p-business-content-btns__btn a {
  justify-content: center;
  letter-spacing: 0.05em;
}

.p-service .c-mv {
  background: url(../img/service/bg_mv.jpg) 0 0/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-service .c-mv {
    background: url(../img/service/bg_mv_sp.jpg) 0 0/cover no-repeat;
  }
}
.p-service .c-head {
  min-height: 8.2rem;
  padding: 0 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-service .c-head {
    padding: 3rem 4rem;
  }
}
.p-service-nav {
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-service-nav {
    padding: 0 5rem;
  }
}
.p-service-content {
  padding: 12rem 0;
}
.p-service-content.-bg {
  background: #e8f1ff;
}
@media screen and (max-width: 767px) {
  .p-service-content {
    padding: 12rem 5rem;
  }
}
.p-service-content__wrap {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
}
.p-service-content__ttl {
  position: relative;
  text-align: center;
  background: repeating-linear-gradient(135deg, transparent, transparent 0.3rem, #e8f1ff 0.3rem, #e8f1ff 0.5rem);
  font-size: 3rem;
  font-weight: 700;
  color: #395daa;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 1.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-service-content__ttl {
    background: repeating-linear-gradient(135deg, transparent, transparent 0.4rem, #e8f1ff 0.4rem, #e8f1ff 0.7rem);
    font-size: 4.4rem;
    line-height: 1.4;
    padding: 2rem 0;
  }
}
.p-service-content__ttl::before, .p-service-content__ttl::after {
  content: "";
  position: absolute;
  top: -0.2rem;
  width: 0.8rem;
  height: calc(100% + 0.4rem);
  background: #e8f1ff;
}
@media screen and (max-width: 767px) {
  .p-service-content__ttl::before, .p-service-content__ttl::after {
    width: 1.6rem;
  }
}
.p-service-content__ttl::before {
  left: 0;
  border-right: 0.2rem solid #fff;
}
.p-service-content__ttl::after {
  right: 0;
  border-left: 0.2rem solid #fff;
}
.p-service-content__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9rem 0;
}
@media screen and (max-width: 767px) {
  .p-service-content__column {
    gap: 16rem 0;
  }
}
.p-service-content .c-ttlBorder {
  margin-bottom: 5rem;
}
.p-service-content__block + .p-service-content__block {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-service-content__block + .p-service-content__block {
    margin-top: 16rem;
  }
}
.p-service-content-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service-content-item {
    flex-flow: column;
    margin-top: 8rem;
  }
}
.p-service-content-item + .p-service-content-item {
  border-top: 1px solid #e8f1ff;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service-content-item + .p-service-content-item {
    padding-top: 8rem;
  }
}
.-bg .p-service-content-item + .p-service-content-item {
  border-top: 1px solid #fff;
}
.p-service-content-item__detail {
  width: 55rem;
}
@media screen and (max-width: 767px) {
  .p-service-content-item__detail {
    width: 100%;
  }
}
.p-service-content-item__head.-height {
  height: 18.1rem;
}
@media screen and (max-width: 767px) {
  .p-service-content-item__head.-height {
    height: auto;
  }
}
.p-service-content-item__notes {
  line-height: 2;
  margin-top: 1.5rem;
}
.p-service-content-item__sub {
  font-size: 2.8rem;
  font-weight: 700;
  color: #395daa;
  border-left: 0.9rem solid #395daa;
  line-height: 1;
  padding: 0 0 0 1.3rem;
  margin: 0 0 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service-content-item__sub {
    font-size: 3.8rem;
    border-left: 1.3rem solid #395daa;
    padding: 0 0 0 2rem;
  }
}
.p-service-content-item__txt {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service-content-item__txt {
    line-height: 2;
  }
}
.p-service-content-item__img {
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-service-content-item__img {
    border-radius: 1.6rem;
  }
}
.p-service-content-item__head {
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-service-content-item__head {
    width: 100%;
    margin: 0 0 5rem;
  }
}
.p-service-content-trouble {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-service-content-trouble {
    flex-flow: column;
    gap: 2.4rem 0;
  }
}
.p-service-content-trouble__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  width: 12.6rem;
  height: 12.6rem;
  border: 1px solid #395daa;
  border-radius: 100%;
  font-weight: 700;
  line-height: 1.5;
  color: #395daa;
}
@media screen and (max-width: 767px) {
  .p-service-content-trouble__ttl {
    display: inline-block;
    width: auto;
    height: auto;
    border-radius: 3rem;
    line-height: 1;
    padding: 1.6rem 4rem;
  }
  .p-service-content-trouble__ttl br {
    display: none;
  }
}
.p-service-content-trouble-list__item {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0.5rem;
  padding: 0 0 0 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-service-content-trouble-list__item {
    font-size: 3rem;
    padding: 0 0 0 5.6rem;
  }
}
.p-service-content-trouble-list__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-service-content-trouble-list__item {
    padding: 0 0 0 4.4rem;
  }
}
.p-service-content-trouble-list__item::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icn_check_on.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-service-content-trouble-list__item::before {
    top: 1.2rem;
    width: 3.4rem;
    height: 3.4rem;
  }
}
.p-service-content-detail {
  background: #e8f1ff;
  border-radius: 0.8rem;
  padding: 3rem 4rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service-content-detail {
    margin-top: 4rem;
  }
}
.-bg .p-service-content-detail {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-service-content-detail {
    border-radius: 1.6rem;
    padding: 3.4rem 4rem;
  }
}
.p-service-content-detail__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 2rem;
  text-indent: -0.6em;
}
@media screen and (max-width: 767px) {
  .p-service-content-detail__ttl {
    font-size: 3.5rem;
    margin: 0 0 3rem;
    text-indent: -1rem;
  }
}
.p-service-content-detail-list__item {
  position: relative;
  margin-top: 0.5rem;
  padding: 0 0 0 2.6rem;
}
.p-service-content-detail-list__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-service-content-detail-list__item {
    padding: 0 0 0 4.4rem;
  }
}
.p-service-content-detail-list__item::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: #395daa;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-service-content-detail-list__item::before {
    top: 1.4rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}
.p-service-content-detail__notes {
  font-size: 1.4rem;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service-content-detail__notes {
    font-size: 2.2rem;
    line-height: 1.9;
  }
}
.p-service-content-const {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/business/bg_const_other.jpg) 0 0/cover no-repeat;
  border-radius: 0.8rem;
  margin-top: 10rem;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-service-content-const {
    flex-flow: column;
    gap: 4rem 0;
    border-radius: 1.6rem;
    padding: 5rem 4rem;
    margin-top: 14rem;
  }
}
.p-service-content-const__detail {
  width: 36.6rem;
}
@media screen and (max-width: 767px) {
  .p-service-content-const__detail {
    width: auto;
  }
}
.p-service-content-const__ttl {
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service-content-const__ttl {
    font-size: 3.2rem;
  }
}
.p-service-content-const__txt {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}
.p-service-content-const__img {
  width: 69.2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-service-content-const__img {
    width: auto;
    flex-flow: column;
    gap: 4rem 0;
  }
}
.p-service-content-const__img img {
  width: 33.6rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-service-content-const__img img {
    width: 100%;
    border-radius: 1.6rem;
  }
}
.p-service-content-btns__txt {
  text-align: center;
  letter-spacing: 0.07em;
  font-weight: 700;
  margin: 5rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-content-btns__txt {
    margin: 7rem 0 3rem;
  }
}
.p-service-content-btns__btn {
  width: 58.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-service-content-btns__btn {
    width: auto;
    line-height: 1.6;
    text-align: center;
  }
  .p-service-content-btns__btn:has(.u-sp) {
    height: 15.4rem;
  }
}
.p-service-content-btns__btn a {
  justify-content: center;
  letter-spacing: 0.05em;
}

.p-recruit {
  background: linear-gradient(90deg, rgb(83, 204, 245) 0%, rgb(103, 140, 255) 100%);
}
.p-recruit-head {
  padding: 7.8rem 0 0;
  margin: 0 0 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-head {
    padding: 9rem 0 0;
  }
}
.p-recruit-head__en {
  text-align: center;
  font-size: 9rem;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-head__en {
    font-size: 13rem;
  }
}
.p-recruit-head__en span {
  background: linear-gradient(90deg, rgb(103, 140, 255) 20%, rgb(152, 203, 238) 50%, rgb(83, 204, 245) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-recruit-head__ttl {
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  margin-top: -2.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-head__ttl {
    font-size: 6rem;
  }
}
.p-recruit-nav {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-recruit-nav {
    padding: 0 5rem;
  }
}
.p-recruit-nav__ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #395daa;
  line-height: 1;
  margin: 5rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-nav__ttl {
    font-size: 4.8rem;
    margin: 8rem 0 4rem;
  }
}
.p-recruit-nav__ttl:first-of-type {
  margin-top: 0;
}
.p-recruit-work {
  position: relative;
  padding: 0 0 12rem;
}
.p-recruit-work::after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: calc(100% - 62rem);
  background: repeating-linear-gradient(135deg, transparent, transparent 0.4rem, #fff 0.4rem, #fff 0.7rem);
  clip-path: polygon(60% 0, 100% 28%, 100% 100%, 0 100%, 0 0);
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .p-recruit-work::after {
    height: calc(100% - 142rem);
    background: repeating-linear-gradient(135deg, transparent, transparent 0.4rem, #fff 0.4rem, #fff 0.7rem);
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
  }
}
.p-recruit-work-head {
  position: relative;
  margin-top: -2.4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit-work-head {
    margin-top: -5rem;
  }
}
.p-recruit-work-head__inner {
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit-work-head__inner {
    top: 14rem;
  }
}
.p-recruit-work-head__en {
  text-align: center;
  font-size: 9rem;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(90deg, rgb(83, 204, 245) 0%, rgb(103, 140, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-recruit-work-head__en {
    font-size: 12.5rem;
  }
}
.p-recruit-work-head__ttl {
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  color: #678cff;
  font-size: 4rem;
  line-height: 1;
  margin-top: -2.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-work-head__ttl {
    font-size: 6rem;
  }
}
.p-recruit-work-head__txt {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-work-head__txt {
    font-size: 3rem;
  }
}
.p-recruit-work-head__img {
  display: block;
  max-width: 140rem;
  margin: 0 auto;
}
.p-recruit-work__block {
  position: relative;
  max-width: 120rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-flow: column-reverse;
    padding: 0 5rem;
  }
  .p-recruit-work__block + .p-recruit-work__block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 5rem;
    width: calc(100% - 10rem);
    height: 1px;
    background: #fff;
  }
  .p-recruit-work__block + .p-recruit-work__block {
    padding-top: 8rem;
  }
}
.p-recruit-work-detail {
  position: absolute;
  top: 3.2rem;
  right: 0;
  width: 48.7rem;
  background: #fff;
  border-radius: 0.8rem;
  padding: 3.4rem 4rem 4rem;
  transition: 0.6s;
  transform: translateX(-24rem);
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-work-detail {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    border-radius: 1.6rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: none;
    opacity: 1;
    padding: 4rem 4rem 5rem;
  }
}
.is-show .p-recruit-work-detail {
  transform: translateX(0);
  opacity: 1;
}
.-reverse .p-recruit-work-detail {
  right: 0;
  left: 0;
  transform: translateX(24rem);
}
@media screen and (max-width: 767px) {
  .-reverse .p-recruit-work-detail {
    transform: none;
  }
}
.-reverse.is-show .p-recruit-work-detail {
  transform: translateX(0);
}
.p-recruit-work-detail__cat {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  color: #678cff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-recruit-work-detail__cat {
    font-size: 3.2rem;
  }
}
.p-recruit-work-detail__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #678cff;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #678cff;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-work-detail__ttl {
    font-size: 4.8rem;
    padding: 0 0 2.4rem;
    margin: 0 0 3rem;
  }
}
.p-recruit-work-detail__sub {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-work-detail__sub {
    font-size: 3.2rem;
  }
}
.p-recruit-work-detail__txt {
  line-height: 2;
  text-align: justify;
  letter-spacing: -0.03em;
}
.p-recruit-work__slider {
  position: relative;
  width: 75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__slider {
    width: 100%;
    margin-top: -1rem;
    z-index: 3;
  }
}
.-reverse .p-recruit-work__slider {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .-reverse .p-recruit-work__slider {
    margin-top: -1rem;
  }
}
.p-recruit-work__slider .swiper-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__slider .swiper-wrapper {
    border-radius: 1.6rem;
  }
}
.p-recruit-work__slider .swiper-pagination {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  line-height: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1rem 2rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__slider .swiper-pagination {
    justify-content: center;
  }
}
.-reverse .p-recruit-work__slider .swiper-pagination {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .-reverse .p-recruit-work__slider .swiper-pagination {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-work__slider .swiper-pagination {
    width: auto;
    margin-top: 3.2rem;
  }
}
.p-recruit-work__slider .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  opacity: 1;
  background-color: transparent;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__slider .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-recruit-work__slider .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #fff;
}
.p-recruit-work__slider .catch {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.2rem 2.2rem;
  border-top-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1;
  z-index: 2;
}
.-reverse .p-recruit-work__slider .catch {
  left: auto;
  right: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .-reverse .p-recruit-work__slider .catch {
    left: 0;
    right: auto;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 1.6rem;
    border-bottom-left-radius: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-work__slider .catch {
    border-top-right-radius: 1.6rem;
    border-bottom-left-radius: 1.6rem;
    padding: 1.4rem 2.6rem;
  }
}
.p-recruit-appeal {
  background: #e8f1ff;
  padding: 0 0 12rem;
  overflow: hidden;
}
.p-recruit-appeal-head {
  width: 100%;
  height: 55rem;
  background: url(../img/recruit/bg_appeal.jpg) center center/cover no-repeat;
  padding: 12rem 0 0;
  margin-bottom: -2.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-head {
    height: 95rem;
    background: url(../img/recruit/bg_appeal_sp.jpg) center center/cover no-repeat;
    padding: 15.6rem 0 0;
    margin-bottom: -5.3rem;
  }
}
.p-recruit-appeal-head__ttl {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-head__ttl {
    font-size: 6rem;
  }
}
.p-recruit-appeal-head__txt {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-head__txt {
    font-size: 2.8rem;
    margin: 3rem -1em 0;
  }
}
.p-recruit-appeal-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 120rem;
  gap: 7rem 4.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-list {
    flex-flow: column;
    gap: 0;
    padding: 0 5rem;
  }
}
.p-recruit-appeal-list__item {
  width: 36.8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-list__item {
    width: 100%;
  }
  .p-recruit-appeal-list__item + .p-recruit-appeal-list__item {
    border-top: 1px solid #fff;
    margin-top: 8rem;
    padding-top: 8rem;
  }
}
.p-recruit-appeal-list__img {
  overflow: hidden;
  border-radius: 1rem;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-list__img {
    border-radius: 1.6rem;
    margin: 0 0 4rem;
  }
}
.p-recruit-appeal-list__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-list__ttl {
    font-size: 3.2rem;
  }
}
.p-recruit-appeal-career {
  max-width: 120rem;
  margin: 8rem auto 0;
}
.p-recruit-appeal-career-head {
  position: relative;
  background: url(../img/recruit/bg_career.svg) 0 0/100% auto no-repeat;
  padding: 2.5rem 0 0;
  margin: 0 0 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-career-head {
    background: url(../img/recruit/bg_career_sp.svg) center bottom/calc(100% - 10rem) auto no-repeat;
    padding: 11rem 0 0;
    margin: 0 0 8rem;
  }
}
.p-recruit-appeal-career-head__en {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  font-size: 3.4rem;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-career-head__en {
    width: 100%;
    text-align: right;
    right: 0;
    font-size: 5rem;
    padding: 0 5rem 0 0;
  }
}
.p-recruit-appeal-career-head__en span {
  background: linear-gradient(90deg, rgb(83, 204, 245) 0%, rgb(103, 140, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-recruit-appeal-career-head__ttl {
  line-height: 1;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #678cff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-career-head__ttl {
    font-size: 5.4rem;
    line-height: 1.4;
  }
}
.p-recruit-appeal-career-head__txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-career-head__txt {
    font-size: 2.2rem;
  }
}
.p-recruit-appeal-tab {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-tab {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 5rem;
    border-bottom: 1px solid #678cff;
  }
  .p-recruit-appeal-tab__item {
    width: calc(50% - 2rem);
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 0.05em;
    background: #fff;
    color: #678cff;
    line-height: 1;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
    font-weight: 700;
    padding: 2.2rem 0;
  }
  .p-recruit-appeal-tab__item.is-current {
    color: #fff;
    background: #678cff;
    padding: 3.2rem 0 2.2rem;
  }
}
.p-recruit-appeal-tabs__item + .p-recruit-appeal-tabs__item {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-tabs__item + .p-recruit-appeal-tabs__item {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-tabs__item {
    display: none;
    padding: 8rem 5rem 0;
  }
  .p-recruit-appeal-tabs__item.is-current {
    display: block;
  }
}
.p-recruit-appeal-tabs-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 2.4rem;
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-tabs-list {
    flex-flow: column;
    gap: 6rem 0;
    margin-top: 5rem;
  }
}
.p-recruit-appeal-tabs-list__item {
  position: relative;
  width: 28.2rem;
  background: #fff;
  border-radius: 0.8rem;
  padding: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-tabs-list__item {
    width: 100%;
    border-radius: 1.6rem;
    padding: 0 0 4rem;
  }
}
.p-recruit-appeal-tabs-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -3.1rem;
  width: 4rem;
  height: 4rem;
  background: url(../img/recruit/icn_career.png) 0 0/100% auto no-repeat;
  z-index: 2;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-tabs-list__item::before {
    top: auto;
    bottom: -6.5rem;
    left: 50%;
    right: auto;
    width: 7rem;
    height: 7rem;
    transform: translateX(-50%) rotate(90deg);
  }
}
.p-recruit-appeal-tabs-list__item:last-child::before {
  content: none;
}
.p-recruit-appeal-tabs-list__ttl {
  background: linear-gradient(90deg, rgb(83, 204, 245) 0%, rgb(103, 140, 255) 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  padding: 1.4rem 0;
  letter-spacing: 0.05em;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-tabs-list__ttl {
    font-size: 3.5rem;
    padding: 3rem 0;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
  .p-recruit-appeal-tabs-list__ttl br {
    display: none;
  }
}
.p-recruit-appeal-tabs__txt {
  width: calc(100% - 5.6rem);
  font-weight: 700;
  color: #395daa;
  font-weight: 700;
  border-top: 1px solid #395daa;
  margin: 1.6rem auto 0;
  padding-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-tabs__txt {
    width: calc(100% - 7.6rem);
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
.p-recruit-appeal-tabs-dot {
  padding: 0 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-tabs-dot {
    padding: 0 3.8rem;
  }
}
.p-recruit-appeal-tabs-dot__item {
  position: relative;
  padding: 0 0 0 1.8rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-tabs-dot__item {
    padding: 0 0 0 4.7rem;
  }
}
.p-recruit-appeal-tabs-dot__item::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
  background: linear-gradient(90deg, rgb(83, 204, 245) 0%, rgb(103, 140, 255) 100%);
}
@media screen and (max-width: 767px) {
  .p-recruit-appeal-tabs-dot__item::before {
    top: 1.2rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}
.p-recruit-voice {
  padding: 12rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit-voice {
    padding: 16rem 0;
  }
}
.p-recruit-voice__wrap {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
}
.p-recruit-voice__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: -7rem;
  width: 15.8rem;
  height: 15.4rem;
  background: url(../img/recruit/icn_voice_l.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recruit-voice__wrap::after {
    top: -12rem;
    right: 5rem;
  }
}
.p-recruit-voice__ttl {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit-voice__ttl {
    font-size: 6rem;
  }
}
.p-recruit-voice__txt {
  font-weight: 500;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-voice__txt {
    font-size: 3rem;
    padding: 0 5rem;
    margin-top: 3.2rem;
  }
}
.p-recruit-voice__en {
  position: absolute;
  top: 12rem;
  right: -22rem;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-size: 9rem;
  opacity: 0.2;
  transform: rotate(90deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit-voice__en {
    top: 6rem;
    right: -21rem;
    font-size: 15rem;
  }
}
.p-recruit-voice-block {
  margin: 7rem 0 0;
}
@media screen and (min-width: 767.1px) {
  .p-recruit-voice-block .swiper-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.4rem 0;
  }
}
.p-recruit-voice-block .swiper-pagination {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-recruit-voice-block .swiper-pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: center;
    gap: 1rem 2rem;
    margin-top: 3.2rem;
    line-height: 0;
  }
}
.p-recruit-voice-block .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  opacity: 1;
  background-color: transparent;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-recruit-voice-block .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-recruit-voice-block .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #fff;
}
.p-recruit-voice-block .swiper-button-prev {
  display: none;
}
.p-recruit-voice-block .swiper-button-prev::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .p-recruit-voice-block .swiper-button-prev {
    display: block;
    width: 6rem;
    height: 6rem;
    background: url(../img/recruit/icn_arrow.svg) 0 0/100% auto no-repeat;
  }
}
.p-recruit-voice-block .swiper-button-next {
  display: none;
}
.p-recruit-voice-block .swiper-button-next::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .p-recruit-voice-block .swiper-button-next {
    display: block;
    width: 6rem;
    height: 6rem;
    background: url(../img/recruit/icn_arrow.svg) 0 0/100% auto no-repeat;
    transform: scale(-1, 1);
  }
}
.p-recruit-voice-block__item {
  position: relative;
  width: 58.8rem;
  height: auto;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit-voice-block__item {
    width: 100%;
    border-radius: 1.6rem;
  }
}
.p-recruit-voice-block__item img {
  aspect-ratio: 588/388;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-recruit-voice-block__item a {
  display: block;
  overflow: hidden;
}
@media (any-hover: hover) {
  .p-recruit-voice-block__item a:hover {
    opacity: 1;
  }
  .p-recruit-voice-block__item a:hover img {
    transform: scale(1.05);
  }
}
.p-recruit-voice-block__item:nth-child(even) .p-recruit-voice-block__txt {
  right: 2rem;
  left: auto;
  background: url(../img/recruit/icn_voice_l.png) 0 0/100% auto no-repeat;
}
.p-recruit-voice-block__txt {
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  width: 15.8rem;
  height: 15.4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background: url(../img/recruit/icn_voice_r.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recruit-voice-block__txt {
    width: 25.2rem;
    height: 24.6rem;
    font-size: 3.2rem;
  }
}
.p-recruit-voice-block__txt span {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-voice-block__txt span {
    margin-top: 1rem;
  }
}
.p-recruit-voice-block__txt .c-honorific {
  font-size: 1.6rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-voice-block__txt .c-honorific {
    font-size: 2.5rem;
  }
}
.p-recruit-message {
  position: relative;
  background: #e8f1ff;
  padding: 12rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit-message {
    padding: 16rem 0 0;
  }
}
.p-recruit-message__wrap {
  position: relative;
  max-width: 104rem;
  margin: 0 auto;
}
.p-recruit-message__ttl {
  text-align: center;
  color: #678cff;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__ttl {
    font-size: 6rem;
  }
}
.p-recruit-message__en {
  position: absolute;
  top: 20rem;
  left: -31rem;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  font-size: 9rem;
  opacity: 0.2;
  transform: rotate(90deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__en {
    top: 31rem;
    left: -33rem;
    font-size: 15rem;
  }
}
.p-recruit-message__en span {
  background: linear-gradient(90deg, rgb(83, 204, 245) 0%, rgb(103, 140, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-recruit-message__inner {
  width: 76rem;
  margin: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__inner {
    width: 100%;
    padding: 0 5rem;
  }
}
.p-recruit-message__sub {
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 0.03em;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__sub {
    font-size: 3.6rem;
  }
}
.p-recruit-message__txt {
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-recruit-message__txt + .p-recruit-message__txt {
  margin-top: 1.2rem;
}
.p-recruit-message__post {
  font-weight: 700;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__post {
    font-size: 2.8rem;
    margin-top: 3.6rem;
  }
}
.p-recruit-message__name {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__name {
    font-size: 3.8rem;
  }
}
.p-recruit-message__img {
  display: block;
  position: absolute;
  top: 0;
  right: calc((100% - 192rem) / 2);
  width: 66.6rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 8rem;
  }
}
.p-recruit-message__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit-news {
  background: #fff;
  padding: 6rem 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-news {
    padding: 9rem 5rem 16rem;
  }
}
.p-recruit-news__en {
  text-align: center;
  font-size: 9rem;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .p-recruit-news__en {
    font-size: 8.5rem;
  }
}
.p-recruit-news__en span {
  background: linear-gradient(90deg, rgb(103, 140, 255) 30%, rgb(83, 204, 245) 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .p-recruit-news__en span {
    display: inline-block;
    margin: 0 -1em;
  }
}
.p-recruit-news__ttl {
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 4rem;
  color: #678cff;
  line-height: 1;
  margin-top: -2.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-news__ttl {
    font-size: 6rem;
  }
}
.p-recruit-news__txt {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-news__txt {
    font-size: 3rem;
    margin-top: 3.2rem;
  }
}
.p-recruit-news-list {
  max-width: 99rem;
  border-bottom: 1px solid rgba(57, 93, 170, 0.1);
  padding-bottom: 2.4rem;
  margin: 3rem auto 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-news-list {
    margin-top: 5rem;
  }
}
.p-recruit-news-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(57, 93, 170, 0.1);
  padding-top: 2.4rem;
  margin-top: 2.4rem;
  gap: 0 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-news-list__item {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
.p-recruit-news-list__item:first-child {
  margin-top: 0;
}
.p-recruit-news-list__data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem 0.2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-news-list__data {
    gap: 0.5rem 4rem;
  }
}
.p-recruit-news-list__date {
  font-size: 1.5rem;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #395daa;
  letter-spacing: 0.05em;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-news-list__date {
    font-size: 3rem;
    margin-right: 0;
  }
}
.p-recruit-news-list__cat {
  background: #f1f5ff;
  font-size: 1.2rem;
  line-height: 1;
  color: #395daa;
  border-radius: 1rem;
  padding: 0.4rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-news-list__cat {
    font-size: 2.2rem;
    padding: 0.6rem 2rem;
  }
}
.p-recruit-news-list__ttl {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-recruit-news-list__ttl {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .p-recruit-news-list__ttl a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
.p-recruit-faq {
  position: relative;
  padding: 6rem 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-faq {
    padding: 8rem 5rem 16rem;
  }
}
.p-recruit-faq::after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: repeating-linear-gradient(135deg, transparent, transparent 0.4rem, #fff 0.4rem, #fff 0.7rem);
  clip-path: polygon(55% 0, 100% 55%, 100% 100%, 0 100%, 0 0);
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .p-recruit-faq::after {
    background: repeating-linear-gradient(135deg, transparent, transparent 0.4rem, #fff 0.4rem, #fff 0.7rem);
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
  }
}
.p-recruit-faq__en {
  text-align: center;
  font-size: 9rem;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .p-recruit-faq__en {
    font-size: 15rem;
  }
}
.p-recruit-faq__en span {
  color: #fff;
}
.p-recruit-faq__ttl {
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 4rem;
  color: #fff;
  line-height: 1;
  margin-top: -2.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-faq__ttl {
    font-size: 6rem;
  }
}
.p-recruit-faq-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  gap: 3rem 0;
  max-width: 120rem;
  margin: 7rem auto 0;
}
.p-recruit-faq-list__item {
  width: 100%;
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0.2rem 0.2rem 1rem rgba(57, 93, 170, 0.4);
}
@media screen and (max-width: 767px) {
  .p-recruit-faq-list__item {
    border-radius: 1.6rem;
  }
}
.p-recruit-faq-list__content {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.p-recruit-faq-head {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 2.6rem;
  padding: 1.6rem 10rem 1.6rem 2.8rem;
  cursor: pointer;
}
.p-recruit-faq-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/recruit/icn_faq.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%) rotate(-135deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruit-faq-head::after {
    right: 4rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
.is-open .p-recruit-faq-head::after {
  transform: translateY(-50%) rotate(0);
}
.p-recruit-faq-head__en {
  flex-shrink: 0;
  font-size: 2.5rem;
  color: #395daa;
  line-height: 1.6;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-faq-head__en {
    font-size: 4rem;
  }
}
.p-recruit-faq-head__ttl {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 2;
  color: #395daa;
}
@media screen and (max-width: 767px) {
  .p-recruit-faq-head__ttl {
    font-size: 3.2rem;
  }
}
.p-recruit-faq-content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 2.6rem;
  padding: 1.6rem 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-faq-content {
    padding: 2.4rem 2.8rem;
  }
}
.p-recruit-faq-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: linear-gradient(180deg, rgb(232, 241, 255) 0%, rgb(255, 255, 255) 70%);
}
@media screen and (max-width: 767px) {
  .p-recruit-faq-content::before {
    height: 1.5rem;
  }
}
.p-recruit-faq-content__en {
  flex-shrink: 0;
  font-size: 2.5rem;
  color: #395daa;
  line-height: 1.6;
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-faq-content__en {
    font-size: 4rem;
  }
}
.p-recruit-faq-content__ttl {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit-faq-content__ttl {
    font-size: 2.8rem;
  }
}