@charset "UTF-8";
/* =====================================
 * 変数設定
 * ================================== */
/* =====================================
 * カラー変数
 * ================================== */
/*

$c-〇〇〇-darker:標準カラーよりやや暗め;
$c-〇〇〇-dark:標準カラーより少し暗め;
$c-〇〇〇:標準カラー;
$c-〇〇〇-lighter:標準カラーより少し薄め;
$c-〇〇〇-light:標準カラーよりやや薄め;

↓

$c-blk-darker:#000;
$c-blk-dark:#111;
$c-blk:#333;
$c-blk-lighter:#555;
$c-blk-light:#777;

*/
/* =====================================
 * メディアクエリ
 * ================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  /*最大横幅制御*/
  height: auto;
  /*縦長比維持*/
  vertical-align: bottom;
  /*画像下部の謎の余白をなくす*/
  line-height: 1;
  /*ブラウザによって有効と無効な場合がありますが、一応入れておく*/
  border: 0;
  /*ブラウザによって有効と無効な場合がありますが、一応入れておく*/
}

/* レスポンシブ表示 */
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/* aリンク PCでクリック非表示 */
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* =====================================
 * ベース設定
 * ================================== */
html {
  font-size: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
}
html.is-firefox body {
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  html.is-mobile.is-safari body * {
    -webkit-text-stroke-width: 0.01em !important;
  }
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: left;
  color: #333;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", "Helvetica Neue", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  min-width: calc(1200px + 2rem);
  width: 100%;
}
body.is-loaded * {
  transition: none !important;
}
@media (max-width: 767px) {
  body {
    min-width: auto;
    overflow-x: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
@media (min-width: 768px) {
  a:not([class]):hover {
    text-decoration: none;
  }
}
a:not([class])[data-type=""] {
  color: #1D267D;
}

ul[class],
ol[class] {
  list-style: none;
}

strong,
span {
  font-size: 100%;
}

strong {
  font-weight: bold;
}

iframe {
  display: block;
  max-width: 100%;
}

cite {
  font-style: normal;
}

input,
textarea,
select {
  border-radius: 0;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=tel],
input[type=email],
input[type=number],
select,
input[type=text],
textarea {
  display: block;
}
input[type=tel]:not([size]),
input[type=email]:not([size]),
input[type=number]:not([size]),
select:not([size]),
input[type=text]:not([size]),
textarea:not([size]) {
  width: 100%;
}

input[type=submit],
button {
  line-height: inherit;
  border-radius: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
@media (min-width: 768px) {
  input[type=submit]:hover,
  button:hover {
    cursor: pointer;
  }
}

label {
  cursor: pointer;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ddd;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ddd;
}

::placeholder {
  /* Others */
  color: #ddd;
}

::selection {
  background: #1D267D;
  color: #fff;
}

::-moz-selection {
  background: #1D267D;
  color: #fff;
}

/* ---- reset ---- */
canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
  min-height: 736px;
}

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

body[data-page-slug=home] .l-header + * {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  body[data-page-slug=home] .l-header + * {
    padding-top: 49px;
  }
}

.l-header + .c-breadcrumb {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .l-header + .c-breadcrumb {
    margin-top: 24px;
  }
}

.l-header {
  /*固定ヘッダーの時にこちらのクラスを付ける*/
}
.l-header[class] a {
  color: #1D267D;
  text-decoration: none;
  font-weight: bold;
}
.l-header.js-fixed-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header.is-active {
  background-color: #fff;
  z-index: 100000;
}
.l-header__inner {
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 1rem 2rem;
  margin-top: 2rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-header__inner {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .l-header__logo img {
    width: auto;
    max-height: 40px;
  }
}
.l-header__link-contact {
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  order: 10;
}
@media (max-width: 767px) {
  .l-header__link-contact {
    flex-direction: column;
  }
}
.l-header__link-contact + * {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .l-header__link-contact + * {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .l-header__link-contact {
    padding-top: 0.875rem;
  }
}
.l-header__link-contact > * + * {
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .l-header__link-contact > * + * {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .l-header__link, .l-header__btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-header__link {
    order: 20;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .l-header__link li {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-header__btn {
    order: 10;
    margin-top: 1rem;
  }
}
.l-header__menu {
  margin-left: auto;
}
@media (min-width: 768px) {
  .l-header__menu {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .l-header__menu {
    display: none;
    background-color: #fff;
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100vw;
    padding: 0 1rem 2rem;
    margin-top: 100px;
  }
}
.l-header__menu.is-active {
  background-color: #FBFBFB;
  flex-direction: column;
  display: flex;
}
.l-header__gnav {
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .l-header__gnav {
    display: block;
    margin-top: 0;
    order: 1;
  }
}
.l-header__menu-list, .l-header__link-list, .l-header__btn-list {
  line-height: 1.5;
  list-style: none;
  align-items: center;
  display: flex;
}
.l-header__menu-list {
  margin-left: auto;
}
@media (max-width: 767px) {
  .l-header__menu-list {
    display: block;
  }
}
.l-header__menu-list li + li {
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .l-header__menu-list li + li {
    margin: 0;
  }
}
.l-header__menu-list li a {
  position: relative;
}
@media (max-width: 767px) {
  .l-header__menu-list li a {
    display: block;
    text-align: center;
    font-size: 1.125rem;
    padding: 0.875rem 0;
  }
}
.l-header__menu-list li a::after {
  content: "";
  display: block;
  transition: all 0.3s ease-in-out;
  position: absolute;
  background-color: #FE544A;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0.1875rem;
}
@media (min-width: 768px) {
  .l-header__menu-list li a::after {
    margin-bottom: -0.44rem;
  }
}
@media (max-width: 767px) {
  .l-header__menu-list li a::after {
    background-color: #ddd;
    height: 1px;
    width: 100%;
  }
}
.l-header__menu-list li a[class]::after {
  left: 0;
  right: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .l-header__menu-list li a[class]::after {
    background-color: #1D267D;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .l-header__menu-list li a:hover {
    text-decoration: none;
  }
  .l-header__menu-list li a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.l-header__link-list {
  justify-content: flex-end;
}
.l-header__link-list li + li {
  margin-left: 2rem;
}
.l-header__link-list li a {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .l-header__link-list li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .l-header__link-list li a {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .l-header__link-list {
    justify-content: center;
  }
  .l-header__link-list li + li {
    margin-left: 1rem;
  }
  .l-header__link-list li a {
    display: block;
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .l-header__btn-list {
    display: block;
    margin: 0;
  }
}
.l-header__btn-list li a {
  display: block;
  background-color: #1D267D;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem 0.625rem;
}
.l-header__btn-list li a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-header__btn-list li a {
    font-size: 1.125rem;
    padding: 1rem 0;
  }
}
.l-header__btn-list li.-contact > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .l-header__btn-list li.-contact > * {
    min-width: 12.5rem;
  }
}
.l-header__btn-list li.-contact > *::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_mail.svg);
  background-size: 100%;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}
.l-header__btn-list li + li {
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .l-header__btn-list li + li {
    margin: 1rem 0 0 0;
  }
}
.l-header__btn-list[class] li a {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .l-header__contact {
    text-align: center;
    order: 1;
  }
}
.l-header__contact-tel {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .l-header__contact-tel {
    font-size: 2rem;
  }
}
.l-header__contact-time {
  line-height: 1.5;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .l-header__contact-time {
    font-size: 1rem;
  }
}
.l-header__trigger {
  display: table;
  width: 1.75rem;
  height: 1.75rem;
}
.l-header__trigger-btn {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.l-header__trigger-btn > * {
  display: block;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  position: relative;
  transition: all 0.2s ease-in-out;
  background-color: #1D267D;
  font-size: 0;
  color: transparent;
  width: 1.75rem;
  height: 2px;
}
.l-header__trigger-btn > *::before, .l-header__trigger-btn > *::after {
  content: "";
  display: block;
  transition: all 0.2s ease-in-out;
  background-color: #1D267D;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__trigger-btn > *::before {
  margin-top: -8px;
}
.l-header__trigger-btn > *::after {
  margin-top: 8px;
}
.l-header__trigger-btn.is-active > *::before {
  transform: translate(-50%, 8px) rotate(-45deg);
}
.l-header__trigger-btn.is-active > * {
  background-color: transparent;
}
.l-header__trigger-btn.is-active > *::after {
  transform: translate(-50%, -8px) rotate(45deg);
}

body[data-page-type=form] .l-header {
  position: relative !important;
}
body[data-page-type=form] .l-header__trigger, body[data-page-type=form] .l-header__menu {
  display: none;
}
body[data-page-type=form] .l-header__inner {
  box-shadow: none;
  padding: 0;
  margin-top: 2.5rem;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-header__inner {
    margin-top: 24px;
  }
}

.l-footer[class] a {
  color: inherit;
  text-decoration: none;
  letter-spacing: -0.01em;
}
.l-footer[class] a:hover {
  text-decoration: underline;
}
.l-footer__site {
  padding-top: 104px;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .l-footer__site {
    padding-top: 4.375rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .l-footer__site-inner {
    justify-content: space-between;
    display: flex;
  }
}
.l-footer__site-inner + * {
  margin-top: 0.51rem;
}
.l-footer__logo + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .l-footer__logo a {
    display: block;
    text-align: center;
  }
}
.l-footer__address {
  font-size: 1rem;
  font-weight: bold;
  margin-left: 0.65rem;
}
@media (max-width: 767px) {
  .l-footer__address {
    margin-top: 0.25rem;
    text-align: center;
  }
}
.l-footer__address + * {
  margin-top: 1.5rem;
}
.l-footer__banner {
  display: flex;
}
.l-footer__banner > * + * {
  margin-left: 1.25rem;
}
.l-footer__banner + * {
  margin-top: 2rem;
}
.l-footer__footer {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
  font-size: 0.75rem;
  max-width: 750px;
}
.l-footer__site {
  background-color: #EFF6FD;
}
.l-footer__sitemap {
  display: flex;
  justify-content: flex-end;
}
.l-footer__sitemap + * {
  margin-top: 3rem;
}
.l-footer__sitemap-submenu > li {
  margin-top: 0.25rem;
  color: #333;
}
.l-footer__sitemap-submenu > li > * {
  padding-left: 0.56rem;
  font-weight: normal;
  position: relative;
}
.l-footer__sitemap-submenu > li > *::before {
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.25rem;
  height: 0.0625rem;
  background-color: #FE544A;
  position: absolute;
}
.l-footer__sitemap-list > * {
  font-size: 0.875rem;
  font-weight: bold;
  color: #1D267D;
  padding-left: 0;
}
.l-footer__sitemap-list > *::before {
  content: none;
}
.l-footer__sitemap-list > li + li {
  margin-top: 0.75rem;
}
.l-footer__sitemap-list.-sm li {
  font-size: 0.875rem;
}
.l-footer__sitemap-list + * {
  margin-left: 3rem;
}
.l-footer__info {
  background-color: #1D267D;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .l-footer__info-inner {
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
.l-footer__link-list[class] {
  flex-wrap: wrap;
  display: flex;
  font-size: 0.75rem;
}
.l-footer__link-list[class] li {
  line-height: 1;
}
.l-footer__link-list[class] li a {
  font-size: 0.75rem;
  color: #fff;
}
.l-footer__link-list[class] li + li {
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .l-footer__link-list[class] {
    justify-content: center;
    gap: 0.5rem 1.5rem;
  }
  .l-footer__link-list[class] li + li {
    margin-left: 0;
  }
}
.l-footer__copyright {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  text-align: center;
}

body[data-page-type=form] .l-footer__link, body[data-page-type=form] .l-footer__sitemap, body[data-page-type=form] .l-footer__cv, body[data-page-type=form] .l-footer__footer {
  display: none;
}
body[data-page-type=form] .l-footer__info-inner, body[data-page-type=form] .l-footer__site-inner {
  justify-content: center;
}
body[data-page-type=form] .l-footer__address, body[data-page-type=form] .l-footer__logo {
  text-align: center;
}

.l-footer {
  overflow: hidden;
}
.l-footer__cv {
  background-color: #EFF6FD;
  padding-bottom: 348px;
  position: relative;
}
.l-footer__cv-inner {
  position: relative;
}
.l-footer__cv-bg {
  position: absolute;
  z-index: 0;
  top: -161px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1600px;
  width: 1600px;
}
@media (max-width: 767px) {
  .l-footer__cv-bg {
    display: none;
  }
}
.l-footer__cv-bg img {
  height: auto;
  width: 100%;
  object-fit: cover;
  background-repeat: repeat;
}

body[data-page-slug=home] .l-main + .l-footer {
  padding-top: 14rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  body[data-page-slug=home] .l-main + .l-footer {
    padding-top: 9.5rem;
  }
}

body:not([data-page-slug=home]) .l-main + .l-footer {
  padding-top: 17.5rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  body:not([data-page-slug=home]) .l-main + .l-footer {
    padding-top: 9.5rem;
  }
}

.l-footer__contact {
  background-color: #fff;
  padding: 6.56rem 7.5rem 6.63rem;
  position: absolute;
  z-index: 99;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 768px) {
  .l-footer__contact {
    display: flex;
    align-items: center;
    gap: 0 160px;
  }
}
@media (max-width: 767px) {
  .l-footer__contact {
    padding: 3rem;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .l-footer__contact > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.c-btn + .c-text-link {
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .c-btn + .c-text-link {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .c-text-link {
    text-align: center;
  }
}
.c-text-link > * {
  color: #1D267D;
  line-height: 1.8;
  border-bottom: 1px solid #1D267D;
}
@media (min-width: 768px) {
  .c-text-link > *:hover {
    border-bottom: none;
  }
}
.c-text-link.-sm {
  font-size: 0.875rem;
}

.l-footer[class] .c-text-link {
  color: #1D267D;
}
.l-footer[class] .c-text-link > *:hover {
  text-decoration: none;
}
.l-footer[class] .c-btn > *:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .c-left + .c-right {
    margin-top: 2.5rem;
  }
}

body[data-page-type=form] .l-footer__site {
  background-color: inherit;
}
body[data-page-type=form] .l-main + .l-footer {
  padding-top: 0;
}
body[data-page-type=form] .l-footer__banner {
  display: none;
}
body[data-page-type=form] .l-footer__img {
  display: none;
}
body[data-page-type=form] .l-footer__site {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-footer__site {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.l-footer__sitemap-list > * a[href="/business/system/"],
.l-footer__sitemap-list > * a[href="/recruit/message/"],
.l-footer__sitemap-list > * a[href="/company/president/"],
.l-footer__sitemap-list > * a[href="/partner/"],
.l-footer__sitemap-list > * a[href="/architect/"],
.l-footer__sitemap-list > * a[href="/contact/"],
.l-footer__sitemap-list > * a[href="/sitemap/"] {
  margin-top: 0.75rem;
  display: block;
}

/* =====================================
 * コンテンツ幅
 * ================================== */
.l-container {
  max-width: calc(1200px + 2rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.l-container.-sm {
  max-width: calc(960px + 2rem);
}
@media (min-width: 768px) {
  .l-container.-md[class] {
    max-width: 1312px;
  }
}
.l-container.-lg {
  max-width: 100%;
}
@media (max-width: 767px) {
  .l-container {
    max-width: 100%;
  }
  .l-container, .l-container.-sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .l-container .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-main + * {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .l-main + * {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  .l-main__inner.-col2 {
    flex-wrap: wrap;
    display: flex;
  }
}
@media (min-width: 768px) {
  .l-main__inner.-col2 .l-main__content {
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-basis: calc(100% - 260px);
    max-width: calc(100% - 260px);
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .l-main__sidebar {
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-basis: 260px;
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .l-main__sidebar {
    margin-top: 4rem;
  }
}

/* =====================================
 * extend用のclassをここに集約
 * ================================== */
.c-hover, .c-pagetop__btn, .c-sidebar__bnr-item > *, .l-header__logo > *, .l-header__btn-list li a, .l-footer__logo > * {
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .c-hover:hover, .c-pagetop__btn:hover, .c-sidebar__bnr-item > :hover, .l-header__logo > :hover, .l-header__btn-list li a:hover, .l-footer__logo > :hover {
    cursor: pointer;
    text-decoration: none !important;
    opacity: 0.84;
  }
}

@media (min-width: 768px) {
  .c-hover-shadow, .p-interview-list__item:hover .p-interview-list__img img, .p-company-list__item:hover, .c-box-btn > *:hover {
    box-shadow: 8px 8px 24px 0px rgba(29, 38, 125, 0.2);
  }
}

.c-hover-light, .c-btn[class] > * {
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .c-hover-light:hover, .c-btn[class] > :hover {
    cursor: pointer;
    text-decoration: none !important;
    background-color: #4A5197;
  }
}

.c-img {
  aspect-ratio: 16/9;
}
.c-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.c-no-img::before {
  content: "";
  display: block;
  background-color: #FBFBFB;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -20;
  pointer-events: none;
}
.c-no-img.c-card01__img::after {
  content: "NO IMAGE";
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  z-index: -10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.24;
}

.c-shadow_01 {
  box-shadow: 8px 8px 24px 0px rgba(29, 38, 125, 0.08);
}

.c-shadow_02, .c-box-btn > *, .l-header__inner, .l-footer__banner > * {
  box-shadow: 8px 8px 24px 0px rgba(29, 38, 125, 0.08);
}

.c-shadow_box, .p-service-list__item, .p-interview-header__text, .p-interview-list__img img, .p-message-body-wht, .c-img-top__img, .c-point__list-footer-inner, .p-business-column, .l-footer__contact {
  box-shadow: 8px 8px 40px 4px rgba(29, 38, 125, 0.1);
}

.c-shadow_text {
  box-shadow: 8px 8px 24px 0px rgba(29, 38, 125, 0.08);
}

.c-shadow, .p-company-list__item {
  box-shadow: 8px 8px 24px 0px rgba(29, 38, 125, 0.08);
}

/* =====================================
 * スマホでメニューを展開状態になった時に、その下にマスクを敷く
 * ================================== */
@media (max-width: 767px) {
  .c-mask {
    display: none;
    background-color: rgba(0, 0, 0, 0.64);
    position: absolute;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 100px;
  }
}

.c-sidebar__section + .c-sidebar__section {
  margin-top: 3rem;
}
.c-sidebar__title {
  font-weight: bold;
}
.c-sidebar__title + * {
  margin-top: 1rem;
}
.c-sidebar__bnr-item + .c-sidebar__bnr-item {
  margin-top: 1rem;
}

.c-cat01__list li > * {
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #ddd;
  display: block;
  background-position: right center;
  background-position-x: calc(100% - 1rem);
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 0.45em auto;
  padding: 1rem 1.5rem 1rem 1rem;
}
.c-cat01__list li > *, .c-cat01__list li > *:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-cat01__list li > *:hover {
    background-color: #FBFBFB;
  }
}
.c-cat01__list li:first-child > * {
  border-top: 1px solid #ddd;
}

.c-tag01__list {
  flex-wrap: wrap;
  display: flex;
  margin: -1rem 0 0 -1rem;
}
.c-tag01__list li {
  margin: 1rem 0 0 1rem;
}
.c-tag01__list li > * {
  text-decoration: none;
  display: inline-block;
  background-color: #FBFBFB;
  padding: 0.25rem 0.5rem;
}

.c-pager__list {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
.c-pager__item[class] > * {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  height: 2.5rem;
  width: 2.5rem;
  padding-top: 0.65rem;
  text-decoration: none;
  font-weight: normal;
  color: #1D267D;
  background-color: #EFF6FD;
  font-size: 1rem;
}
.c-pager__item[class] > *:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-pager__item[class] > *:hover {
    background-color: #1D267D;
    color: #fff;
  }
}
.c-pager__item[class] span {
  background-color: #1D267D;
  color: #fff;
}
.c-pager__item[class].-skip span {
  background: none;
  border: none;
  color: #1D267D;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.c-pager__item[class].-prev > *, .c-pager__item[class].-next > * {
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #1D267D;
}
.c-pager__item[class].-prev > *:hover, .c-pager__item[class].-next > *:hover {
  background-color: #EFF6FD;
}
.c-pager__item[class].-prev > * {
  background-image: url(../img/ico_arr_left_wht.svg);
}
.c-pager__item[class].-prev > *:hover {
  background-image: url(../img/ico_arr_left_pri.svg);
}
.c-pager__item[class].-prev + * {
  margin-left: 1.5rem;
}
.c-pager__item[class].-next > * {
  background-image: url(../img/ico_arr_right_wht.svg);
}
.c-pager__item[class].-next > *:hover {
  background-image: url(../img/ico_arr_right_pri.svg);
}
.c-pager__item[class] + *.-next {
  margin-left: 1.5rem;
}
.c-pager__item + .c-pager__item {
  margin-left: 0.5rem;
}

/* =====================================
 * 見出し
 * ================================== */
[class*=c-headline] {
  line-height: 1.5;
}

.c-headline01__sub {
  text-transform: uppercase;
}
.c-headline01__main {
  font-weight: bold;
  font-size: 2rem;
}

.toc_transparent {
  background-color: #FBFBFB;
  padding: 3rem 4rem;
}
@media (max-width: 767px) {
  .toc_transparent {
    padding: 1.5rem;
  }
}
.toc_title {
  font-weight: bold;
  font-size: 1.25rem;
}
.toc_title + * {
  margin-top: 0.75rem;
}
.toc_list[class] {
  padding-left: 1.5rem;
}
.toc_list[class] > li {
  list-style-type: disc;
}
.toc_list[class] li a {
  color: #333;
}
.toc_list[class] li ul {
  margin-top: 0.5rem;
}
.toc_list[class] li + li {
  margin-top: 0.5rem;
}

/* =====================================
 * ボタン基準
 * ================================== */
.c-btn[class] {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .c-btn[class] {
    max-width: 400px;
  }
}
.c-btn[class].-lg {
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-btn[class].-min400 {
    min-width: 400px;
  }
}
@media (min-width: 768px) {
  .c-btn[class].-max320 {
    max-width: 320px;
  }
}
.c-btn[class] > * {
  transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
  text-decoration: none;
  background: #1D267D;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 1.57rem 3rem;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .c-btn[class] > * {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-btn[class] > *:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_wht.svg);
  background-size: 100%;
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 1.25rem;
}
@media (max-width: 767px) {
  .c-btn[class] > *:after {
    margin-right: 1.125rem;
  }
}
.c-btn[class].-submit > * {
  padding: 0;
}
.c-btn[class].-submit > * input[type=submit] {
  width: 100%;
  padding: 1rem 3rem;
}
@media (max-width: 767px) {
  .c-btn[class].-submit > * input[type=submit] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-btn[class].-wht > * {
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .c-btn[class].-left {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .c-btn[class].-right {
    margin-right: 0;
  }
}

body .c-btn[class] a {
  color: #fff;
}

.c-imgflex__text .c-btn-text a:not([class]) {
  color: #1D267D;
}

.c-btn-text.-sm a:not([class]) {
  font-size: 0.875rem;
  color: #1D267D;
}
.c-btn-text.-right {
  text-align: right;
}
.c-btn-text.-center {
  text-align: center;
}
.c-btn-text a {
  position: relative;
  display: inline-block;
  padding: 0 1.5rem 0 0;
  font-weight: bold;
  text-decoration: none;
}
.c-btn-text a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/ico_arr_right_pri.svg");
}
.c-btn-text a[target*=_blank] {
  padding: 0 1.75rem 0 0;
  text-decoration: none;
  color: #333;
}
.c-btn-text a[target*=_blank]:hover {
  text-decoration: underline;
}
.c-btn-text a[target*=_blank]:before {
  width: 1.25rem;
  background-position: center;
  background-image: url("../img/ico_blank.svg");
}
.c-btn-text a[href*=".pdf"],
.c-btn-text a[download] {
  padding: 0 2rem 0 0;
  text-decoration: none;
  color: #333;
}
.c-btn-text a[href*=".pdf"]:hover,
.c-btn-text a[download]:hover {
  text-decoration: underline;
}
.c-btn-text a[href*=".pdf"]:before,
.c-btn-text a[download]:before {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/ico_pdf.svg");
}

/* =====================================
 * 横並び
 * ================================== */
.c-flex {
  display: flex;
  flex-wrap: wrap;
}
.c-flex.-max2 {
  margin-left: -1.5rem;
}
@media (max-width: 767px) {
  .c-flex.-max2 {
    display: block;
    margin-left: 0;
  }
}
.c-flex.-max2 .c-flex__item {
  flex-basis: calc(50% - 1.5rem);
  max-width: calc(50% - 1.5rem);
  margin-left: 1.5rem;
}
.c-flex.-max2 .c-flex__item:nth-of-type(2) ~ * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-flex.-max2 .c-flex__item, .c-flex.-max2 .c-flex__item:nth-of-type(2) ~ * {
    margin-top: 14px;
  }
}
.c-flex.-max3 {
  margin-left: -1.5rem;
}
@media (max-width: 767px) {
  .c-flex.-max3 {
    display: block;
    margin-left: 0;
  }
}
.c-flex.-max3 .c-flex__item {
  flex-basis: calc(33.3333333333% - 1.5rem);
  max-width: calc(33.3333333333% - 1.5rem);
  margin-left: 1.5rem;
}
.c-flex.-max3 .c-flex__item:nth-of-type(3) ~ * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-flex.-max3 .c-flex__item, .c-flex.-max3 .c-flex__item:nth-of-type(3) ~ * {
    margin-top: 14px;
  }
}
.c-flex.-max4 {
  margin-left: -1.5rem;
}
@media (max-width: 767px) {
  .c-flex.-max4 {
    margin-left: -14px;
  }
}
.c-flex.-max4 .c-flex__item[class] {
  flex-basis: calc(25% - 1.5rem);
  max-width: calc(25% - 1.5rem);
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class] {
    margin-left: 14px;
  }
}
.c-flex.-max4 .c-flex__item[class]:nth-of-type(4) ~ * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class], .c-flex.-max4 .c-flex__item[class]:nth-of-type(4) ~ * {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class] {
    flex-basis: calc(50% - 14px);
    max-width: calc(50% - 14px);
  }
}
@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class]:nth-of-type(1), .c-flex.-max4 .c-flex__item[class]:nth-of-type(2) {
    margin-top: 0;
  }
}
.c-flex[class] .c-flex__item {
  flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
}
@media (max-width: 767px) {
  .c-flex[class] .c-flex__item {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .c-flex[class] .c-flex__item:first-child {
    margin-top: 0;
  }
  .c-flex[class] .c-flex__item img {
    display: block;
    margin: 0 auto;
  }
}

/* =====================================
 * 画像とテキスト配置
 * ================================== */
.c-img-center {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-img-center .c-img-center__img {
  display: block;
  text-align: center;
}

.c-img-caption, .wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-img-caption + *, .wp-block-image .alignleft figcaption + *,
  .wp-block-image .alignright figcaption + *,
  .wp-block-image .aligncenter figcaption + * {
    margin-top: 10px;
  }
}

.c-imgbox::after {
  content: "";
  display: block;
  clear: both;
}
.c-imgbox + * {
  margin-top: 3rem;
}
.c-imgbox .c-imgbox__right {
  float: right;
  margin: 0 0 1.5rem 2.5rem;
}
.c-imgbox .c-imgbox__left {
  float: left;
  margin: 0 2.5rem 1.5rem 0;
}
@media (max-width: 767px) {
  .c-imgbox .c-imgbox__right,
  .c-imgbox .c-imgbox__left {
    text-align: center;
    float: none;
    margin: 0;
  }
  .c-imgbox .c-imgbox__right + *,
  .c-imgbox .c-imgbox__left + * {
    margin-top: 10px;
  }
}

/* =====================================
 * 表組み
 * ================================== */
.c-table {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
* + .c-table {
  margin-top: 3rem;
}
.c-table th,
.c-table td {
  background-clip: padding-box;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.c-table th.-middle,
.c-table td.-middle {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .c-table th.-width480,
  .c-table td.-width480 {
    width: 480px;
  }
}
@media (min-width: 768px) {
  .c-table th.-width261,
  .c-table td.-width261 {
    width: 261px;
  }
}
.c-table th {
  width: 240px;
  font-weight: bold;
  background: #EFF6FD;
}
.c-table td {
  background-color: #fff;
}
.c-table th,
.c-table td {
  padding: 0.625rem;
}
@media (max-width: 767px) {
  .c-table th,
  .c-table td {
    display: block;
    width: 100%;
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .c-table.-wide th {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .c-table.-wide th,
  .c-table.-wide td {
    display: table-cell;
  }
}
.c-table.-side th,
.c-table.-side td {
  width: auto;
}
@media (max-width: 767px) {
  .c-table.-side th,
  .c-table.-side td {
    width: auto;
  }
}
@media (max-width: 767px) {
  .c-table.-scroll {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .c-table.-scroll::after {
    content: "スクロールできます";
    text-align: center;
    font-size: 0.75rem;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 2rem auto;
    background-position: center 1rem;
    background-image: url(../img/ico_scroll.svg);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.24);
    transition: all 0.2s ease-in-out;
    padding: 4rem 1.25rem 0.5rem;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(150%, -50%);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .c-table.-scroll tbody {
    min-width: 640px;
  }
}
@media (max-width: 767px) {
  .c-table.-scroll th,
  .c-table.-scroll td {
    display: table-cell;
    width: auto;
  }
}
@media (max-width: 767px) {
  .c-table.-scroll.-scroll.is-show::after {
    animation: table_scroll_show 3s ease 0.4s 1 alternate forwards running;
  }
}

@keyframes table_scroll_show {
  0% {
    visibility: inherit;
    opacity: 1;
    transform: translate(150%, -50%);
  }
  40% {
    visibility: inherit;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  41% {
    visibility: inherit;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%);
  }
}
/* =====================================
 * ページトップへ戻る
 * ================================== */
.c-pagetop {
  transition: all 0.2s ease-in-out;
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-pagetop.is-active {
  opacity: 1;
  visibility: inherit;
  pointer-events: auto;
}
.c-pagetop__btn {
  background-color: #1D267D;
  background-repeat: no-repeat;
  background-size: 0.875rem auto;
  background-position: center center;
  background-image: url(../img/ico_arr_up_wht.svg);
  font-size: 0;
  height: 3.5rem;
  width: 3.5rem;
}

/* =====================================
 * パンくずリスト
 * ================================== */
.c-breadcrumb {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 14px;
  }
}
@media (min-width: 768px) {
  .c-breadcrumb + * {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .c-breadcrumb + * {
    padding-top: 6.5rem;
    padding-bottom: 24px;
  }
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}
@media (max-width: 767px) {
  .c-breadcrumb__list {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.c-breadcrumb__list li {
  list-style-type: none;
  line-height: 1.5;
  font-size: 0.875rem;
}
.c-breadcrumb__list li a:not([class]) {
  color: #1D267D;
}
.c-breadcrumb__list li + li:before {
  content: "";
  display: inline-block;
  border: 1px solid #ddd;
  border-left: none;
  border-bottom: none;
  width: 0.65rem;
  height: 1px;
  margin: 0.25rem 0.5rem;
}
.c-breadcrumb br {
  display: none;
}

body[data-page-type=form] .c-breadcrumb {
  display: none;
}

/* =====================================
 * ページタイトル
 * ================================== */
.c-pagetitle {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .c-pagetitle {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.c-pagetitle::before {
  content: "";
  display: block;
  top: 3.25rem;
  width: 735px;
  height: 275px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/img_pagetitle_bg.png);
  background-size: 100%;
  position: absolute;
  z-index: -99;
}
@media (min-width: 768px) {
  .c-pagetitle::before {
    left: calc(50% - 3.75rem);
  }
}
@media (max-width: 767px) {
  .c-pagetitle::before {
    top: 0;
    right: 0;
    width: 587px;
    height: 299px;
  }
}
.c-pagetitle__subtitle, .c-pagetitle__title {
  line-height: 1.5;
}
.c-pagetitle__subtitle {
  display: none;
}
.c-pagetitle__subtitle::first-letter {
  text-transform: uppercase;
}
.c-pagetitle__title {
  font-weight: bold;
  font-size: 2.5rem;
  color: #1D267D;
}
@media (max-width: 767px) {
  .c-pagetitle__title {
    font-size: 32px;
  }
}
.c-pagetitle__title + * {
  margin-top: 1rem;
}
.c-pagetitle__desc {
  display: none;
  font-size: 0.875rem;
}

body[data-page-type=form] .c-breadcrumb + * {
  padding-top: 0;
  padding-bottom: 0;
}
body[data-page-type=form] .c-pagetitle {
  padding-top: 6.25rem;
  padding-bottom: 5rem;
  border-bottom: none;
}
@media (max-width: 767px) {
  body[data-page-type=form] .c-pagetitle {
    padding-top: 60px;
    padding-bottom: 49px;
  }
}
body[data-page-type=form] .c-pagetitle::before {
  content: none;
}
body[data-page-type=form] .c-pagetitle__title {
  font-size: 2.5rem;
}
body[data-page-type=form] .c-pagetitle__subtitle, body[data-page-type=form] .c-pagetitle__title {
  text-align: center;
}
body[data-page-type=form] .c-btn {
  max-width: 320px;
}

body[data-page-slug$=_thanks] .c-pagetitle {
  padding-bottom: 0;
  border-bottom: none;
}
body[data-page-slug$=_thanks] .l-main {
  margin-top: 3rem;
}
body[data-page-slug$=_thanks] .c-btn {
  max-width: 320px;
}

body[data-page-slug=newrecruit_contact] .c-pagetitle,
body[data-page-slug=career_contact] .c-pagetitle {
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  body[data-page-slug=newrecruit_contact] .c-pagetitle,
  body[data-page-slug=career_contact] .c-pagetitle {
    padding-bottom: 35px;
  }
}

/* =====================================
 * 下層ページ　テキスト周り
 * ================================== */
.has-small-font-size[class] {
  font-size: 75%;
}

.has-normal-font-size[class] {
  font-size: inherit;
}

.has-medium-font-size[class] {
  font-size: 125%;
}

.has-large-font-size[class] {
  font-size: 200%;
}

.has-huge-font-size[class] {
  font-size: 300%;
}

.has-text-align-left {
  text-align: left;
}

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

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

.wp-block-image {
  flex-wrap: wrap;
  display: flex;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .wp-block-image {
    margin-top: 1.5rem;
  }
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
  display: inline-block;
}
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption {
  text-align: center;
}
@media (max-width: 767px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  .wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-image .alignright {
  margin-left: auto;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-quote {
  position: relative;
  background-color: #FBFBFB;
  padding: 4rem;
}
@media (max-width: 767px) {
  .wp-block-quote {
    padding: 3.5rem 1.5rem;
  }
}
.wp-block-quote::before, .wp-block-quote::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  position: absolute;
  z-index: 1;
}
.wp-block-quote::before {
  background-image: url(../img/ico_quote_mark01.svg);
  top: 0;
  left: 0;
  margin: 1.5rem 0 0 1.5rem;
}
@media (max-width: 767px) {
  .wp-block-quote::before {
    margin-top: 1rem;
  }
}
.wp-block-quote::after {
  background-image: url(../img/ico_quote_mark02.svg);
  bottom: 0;
  right: 0;
  margin: 0 1.5rem 1.5rem 0;
}
@media (max-width: 767px) {
  .wp-block-quote::after {
    margin-bottom: 1rem;
  }
}
.wp-block-quote cite {
  font-size: 0.75rem;
}
.wp-block-quote cite::before {
  content: "出典：";
  display: inline-block;
}
.wp-block-quote cite a {
  display: inline-block;
  color: #1D267D;
  text-decoration: underline;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .wp-block-quote cite a:hover {
    text-decoration: none;
  }
}

.wp-block-file {
  text-align: center;
  border: 1px solid #ddd;
  padding: 2rem;
}
@media (max-width: 767px) {
  .wp-block-file {
    padding: 1.5rem;
  }
}
.wp-block-file::before {
  content: "下記よりPDFをダウンロードいただけます。";
  display: block;
  text-align: center;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .wp-block-file::before {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
  }
}
.wp-block-file object {
  display: none;
}
.wp-block-file a:not([download]) {
  display: none;
}
.wp-block-file a[download] {
  font-weight: bold;
  color: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.44em auto;
  background-position: left 40%;
  background-size: 1em auto;
  background-image: url("../img/ico_pdf.svg");
  padding-left: 1.875rem;
}
@media (min-width: 768px) {
  .wp-block-file a[download]:hover {
    text-decoration: none;
  }
}

.wp-block-embed__wrapper {
  aspect-ratio: 16/9;
  max-width: 632px;
  margin: 0 auto;
}
.wp-block-embed__wrapper iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-content > * + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-content > * + * {
    margin-top: 10px;
  }
}

* + .c-section {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  * + .c-section {
    margin-top: 3.5rem;
  }
}
* + .c-section.-nomal {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  * + .c-section.-nomal {
    margin-top: 3.5rem;
  }
}
* + .c-section.-xlg {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  * + .c-section.-xlg {
    margin-top: 6.5rem;
  }
}
* + .c-section.-lg {
  margin-top: 6.25rem;
}
@media (max-width: 767px) {
  * + .c-section.-lg {
    margin-top: 5rem;
  }
}
* + .c-section.-sm {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  * + .c-section.-sm {
    margin-top: 2rem;
  }
}
* + .c-section.-xsm {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  * + .c-section.-xsm {
    margin-top: 1rem;
  }
}
* + .c-section.-md {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  * + .c-section.-md {
    margin-top: 3rem;
  }
}

/* ================================== */
h4[class*=has-text-align],
h4[class*=font-size],
h3[class*=has-text-align],
h3[class*=font-size],
h2[class*=has-text-align],
h2[class*=font-size],
h2:not([class]),
h3:not([class]),
h4:not([class]) {
  font-weight: bold;
  line-height: 1.5;
  color: #1D267D;
}

/* ================================== */
h2[class*=has-text-align],
h2[class*=font-size],
h2:not([class]) {
  border-bottom: 2px solid #ddd;
  font-size: 2rem;
  padding-bottom: 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  h2[class*=has-text-align],
  h2[class*=font-size],
  h2:not([class]) {
    font-size: 28px;
  }
}
h2[class*=has-text-align]::after,
h2[class*=font-size]::after,
h2:not([class])::after {
  content: "";
  display: block;
  background-color: #1D267D;
  width: 6.25rem;
  height: 2px;
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 0;
}
h2[class*=has-text-align] + *,
h2[class*=font-size] + *,
h2:not([class]) + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  h2[class*=has-text-align] + *,
  h2[class*=font-size] + *,
  h2:not([class]) + * {
    margin-top: 24px;
  }
}

* + h2[class*=has-text-align],
* + h2[class*=font-size],
* + h2:not([class]) {
  margin-top: 6.25rem;
}
@media (max-width: 767px) {
  * + h2[class*=has-text-align],
  * + h2[class*=font-size],
  * + h2:not([class]) {
    margin-top: 5rem;
  }
}

* + .p-contact-desc {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  * + .p-contact-desc {
    margin-top: 5rem;
  }
}

/* ================================== */
h3[class*=has-text-align],
h3[class*=font-size],
h3:not([class]) {
  position: relative;
  font-size: 1.75rem;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  h3[class*=has-text-align],
  h3[class*=font-size],
  h3:not([class]) {
    font-size: 1.5rem;
  }
}
h3[class*=has-text-align]::before,
h3[class*=font-size]::before,
h3:not([class])::before {
  content: "";
  display: block;
  background-color: #1D267D;
  width: 3px;
  height: calc(100% - 0.25em);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
h3[class*=has-text-align] + *,
h3[class*=font-size] + *,
h3:not([class]) + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  h3[class*=has-text-align] + *,
  h3[class*=font-size] + *,
  h3:not([class]) + * {
    margin-top: 19px;
  }
}

* + h3[class*=has-text-align],
* + h3[class*=font-size],
* + h3:not([class]) {
  margin-top: 5rem;
  position: relative;
}
* + h3[class*=has-text-align]::before,
* + h3[class*=font-size]::before,
* + h3:not([class])::before {
  content: "";
  display: block;
  top: 1.25rem;
  left: 0;
  width: 0.5rem;
  height: 2.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_h3.svg);
  background-size: 100%;
  position: absolute;
}
@media (max-width: 767px) {
  * + h3[class*=has-text-align],
  * + h3[class*=font-size],
  * + h3:not([class]) {
    margin-top: 49px;
  }
}

/* ================================== */
h4[class*=has-text-align],
h4[class*=font-size],
h4:not([class]) {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  h4[class*=has-text-align],
  h4[class*=font-size],
  h4:not([class]) {
    font-size: 20px;
  }
}
h4[class*=has-text-align] + *,
h4[class*=font-size] + *,
h4:not([class]) + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  h4[class*=has-text-align] + *,
  h4[class*=font-size] + *,
  h4:not([class]) + * {
    margin-top: 14px;
  }
}

* + h4[class*=has-text-align],
* + h4[class*=font-size],
* + h4:not([class]) {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  * + h4[class*=has-text-align],
  * + h4[class*=font-size],
  * + h4:not([class]) {
    margin-top: 35px;
  }
}

/* ================================== */
ol[class*=font-size] {
  list-style: decimal;
}

ul[class*=font-size] {
  list-style: inherit;
}

ol:not([class]),
ul:not([class]),
ol[class*=font-size],
ul[class*=font-size] {
  padding: 0 0 0 1.375rem;
}
ol:not([class]) li + li,
ul:not([class]) li + li,
ol[class*=font-size] li + li,
ul[class*=font-size] li + li {
  margin-top: 0.5rem;
}
ol:not([class]) > li > *,
ul:not([class]) > li > *,
ol[class*=font-size] > li > *,
ul[class*=font-size] > li > * {
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  ol:not([class]) > li > *,
  ul:not([class]) > li > *,
  ol[class*=font-size] > li > *,
  ul[class*=font-size] > li > * {
    margin-top: 3px;
  }
}

* + ol:not([class]),
* + ul:not([class]),
* + ol[class*=font-size],
* + ul[class*=font-size] {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  * + ol:not([class]),
  * + ul:not([class]),
  * + ol[class*=font-size],
  * + ul[class*=font-size] {
    margin-top: 1.5rem;
  }
}

::marker {
  color: #1D267D;
}

table ul:not([class]) li + li {
  margin-top: 0;
}
table ::marker {
  color: #333;
}

ul[class].c-blk-dot {
  list-style: disc;
  margin-left: 1.25rem;
}
ul[class].c-blk-dot ::marker {
  color: #333;
}

@media (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
* + *.-margin-lg[class] {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  * + *.-margin-lg[class] {
    margin-top: 35px;
  }
}

* + *.-margin-md[class] {
  margin-top: 2.5rem;
}

* + *.-margin-sm[class] {
  margin-top: 1.5rem;
}

/* =====================================
* contact form 7 デフォルトcss
* ================================== */
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
  font-size: 1rem;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 [inert] {
  opacity: 0.5;
}

.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}

.wpcf7-reflection > output[hidden] {
  display: none;
}

/* =====================================
 * フォームのオリジナル設定はここから
 * ================================== */
.p-form {
  background-color: #EFF6FD;
  padding: 4rem 5rem;
}
@media (max-width: 767px) {
  .p-form {
    padding: 2rem;
  }
}
.p-form dt:nth-last-child(2) {
  border-top: 1px solid #ddd;
  margin-top: 0.75rem;
  padding-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-form dt:nth-last-child(2) {
    margin-top: 24px;
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  .p-form dd:last-child {
    border-top: 1px solid #ddd;
    margin-top: 0.75rem;
    padding-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-form__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem 0;
  }
}
.p-form__inner + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-form__inner + * {
    margin-top: 49px;
  }
}
.p-form__inner dt {
  font-weight: bold;
  font-size: 1rem;
  color: #1D267D;
}
@media (min-width: 768px) {
  .p-form__inner dt {
    flex-basis: 26%;
    max-width: 26%;
  }
}
@media (max-width: 767px) {
  .p-form__inner dt {
    margin-top: 19px;
  }
}
@media (min-width: 768px) {
  .p-form__inner dd {
    flex-basis: 74%;
    max-width: 74%;
    padding-left: 2.5rem;
  }
}
@media (max-width: 767px) {
  .p-form__inner dd {
    margin-top: 5px;
  }
}
.p-form__req {
  display: flex;
}
@media (max-width: 767px) {
  .p-form__req {
    padding-right: 0;
  }
}
.p-form__req:after {
  content: "必須";
  display: inline-block;
  background-color: #FE544A;
  color: #fff;
  font-weight: normal;
  font-size: 0.75rem;
  padding: 0rem 0.5rem;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  height: 1.375rem;
  flex-shrink: 0;
  flex-grow: 0;
}
.p-form__item + .p-form__item {
  margin-top: 0.625rem;
}
.p-form__item-headline {
  color: #1D267D;
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-form__item-headline {
    font-size: 13px;
  }
}
.p-form__item-headline + * {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .p-form__item-headline + * {
    margin-top: 5px;
  }
}
.p-form__item-headline + * {
  margin-left: 0;
}
.p-form__error-list li[data-error-name=住所] + li[data-error-name=住所] {
  display: none !important;
}
.p-form__error-message {
  background-color: #ffe5e5;
  display: none;
  margin: 0 0 2rem;
  padding: 1.5rem;
}
.p-form__error-message.is-show {
  display: block;
}
.p-form__error-headline {
  color: #FE544A;
  font-weight: bold;
  font-size: 1.375rem;
}
.p-form__error-list[class] {
  list-style: disc;
  margin: 1rem 0 0 1.5rem;
  padding: 0;
}
.p-form__error-list li {
  color: #FE544A;
  font-size: 1.125rem;
}
.p-form .is-error[class] {
  border: 1px solid #FE544A;
  background-color: #ffe5e5;
}
.p-form .wpcf7-not-valid-tip[class],
.p-form .error[class] {
  display: block;
  color: #FE544A;
  font-size: 0.875rem;
  margin: 0.75rem 0 0;
}
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=number],
.p-form input[type=text],
.p-form textarea,
.p-form select {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #1D267D;
  padding: 1rem 1rem;
  font-size: 1rem;
}
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=number],
.p-form input[type=text],
.p-form textarea {
  -webkit-appearance: none;
}
.p-form select {
  padding-right: 2.5rem;
  background-repeat: no-repeat;
  background-size: 0.75em auto;
  background-position: right center;
  background-position-x: calc(100% - 1rem);
  background-image: url(../img/ico_arr_down_pri.svg);
}
@media (max-width: 767px) {
  .p-form select {
    width: 100%;
  }
}
.p-form input[type=checkbox] + span {
  font-weight: bold;
  padding-top: 1rem;
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  vertical-align: middle;
  padding: 0;
  width: 1.25em;
  height: 1.25em;
  opacity: 0.4;
}
.p-form input[type=checkbox] + *,
.p-form input[type=radio] + * {
  vertical-align: middle;
}
.p-form input[type=checkbox]:checked,
.p-form input[type=radio]:checked {
  opacity: 1;
}
.p-form textarea {
  display: block;
}
.p-form textarea:focus,
.p-form select:focus,
.p-form input:focus {
  border-color: #1D267D;
}
.p-form input[type=checkbox],
.p-form input[type=submit] {
  padding: 0;
}
.p-form input[type=checkbox], .p-form input[type=checkbox]:focus,
.p-form input[type=submit],
.p-form input[type=submit]:focus {
  border: none;
}
.p-form input[type=radio],
.p-form input[type=checkbox] {
  margin-right: 0.375rem;
}
@media (max-width: 767px) {
  .p-form input[type=radio],
  .p-form input[type=checkbox] {
    margin-right: 0.5rem;
  }
}
.p-form button[type=submit] {
  width: 100%;
}
.p-form .wpcf7-response-output[class] {
  display: none !important;
}
.p-form .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.p-form .wpcf7-list-item.first {
  margin-left: 0;
}
.p-form .wpcf7-list-item.first span {
  font-weight: normal;
}
.p-form .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.25rem;
}
.p-form .wpcf7-list-item + .wpcf7-list-item span {
  font-weight: normal;
}
.p-form .wpcf7-not-valid-tip {
  display: block;
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: #FE544A;
}

.js-privacy-checkbox + * {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .js-privacy-checkbox + * {
    margin-top: 8px;
  }
}
.js-privacy-checkbox .wpcf7-list-item.first span {
  font-weight: bold;
}

@media (min-width: 768px) {
  .c-thanks-desc {
    text-align: center;
  }
}

html.is-safari .p-form input[type=checkbox],
html.is-safari .p-form input[type=radio] {
  transform: scale(1.3);
  opacity: 0.8;
}

.p-sitemap {
  background-color: #EFF6FD;
  padding: 5rem;
}
@media (max-width: 767px) {
  .p-sitemap {
    padding: 1.5rem;
  }
}
.p-sitemap ul {
  list-style: none;
}
.p-sitemap ul li + li {
  margin-top: 0.5rem;
}
.p-sitemap__list[class] > li + li {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-sitemap__list[class] > li + li {
    margin-top: 1rem;
  }
}
.p-sitemap__list[class] > li > a {
  font-weight: bold;
  font-size: 1.125rem;
  text-decoration: none;
  color: #1D267D;
}
.p-sitemap__list[class] ul {
  padding: 0 0 0 1.5rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .p-sitemap__list[class] ul {
    padding: 0 0 0 2rem;
  }
}
.p-sitemap__list[class] ul li > a {
  text-decoration: none;
  position: relative;
  padding-left: 0.85rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-sitemap__list[class] ul li > a {
    display: block;
  }
}
.p-sitemap__list[class] ul li > a::before {
  content: "";
  display: block;
  top: 0.75rem;
  left: 0;
  width: 0.35rem;
  height: 0.15rem;
  background-color: #FE544A;
  position: absolute;
}
@media (max-width: 767px) {
  .p-sitemap__list[class] ul li > a::before {
    top: 1rem;
  }
}
.p-sitemap__list[class] ul li > ul > li > a {
  font-weight: normal;
}

.p-home-mv {
  overflow: hidden;
  position: relative;
  z-index: -10;
}
@media (min-width: 768px) {
  .p-home-mv {
    margin-top: -13rem;
  }
}
@media (max-width: 767px) {
  .p-home-mv {
    margin-top: -10rem;
  }
}
@media (min-width: 768px) {
  .p-home-mv > * {
    height: 736px;
  }
}
.p-home-mv__title {
  color: #1D267D;
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-home-mv__title {
    padding-top: 13rem;
  }
}
@media (max-width: 767px) {
  .p-home-mv__title {
    font-size: 2.5rem;
    padding-top: 10rem;
  }
}
.p-home-mv__title span {
  color: #FE544A;
}
.p-home-mv__title + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-home-mv__title + * {
    margin-top: 49px;
  }
}
.p-home-mv__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .p-home-mv__img {
    width: 1600px;
  }
}
@media (min-width: 768px) {
  .p-home-mv__img img {
    width: 1600px;
  }
}

.c-headline > * {
  font-size: 4rem;
  font-weight: bold;
  color: #1D267D;
  padding-right: 2.375rem;
  display: inline-block;
  line-height: 0.8;
  position: relative;
}
@media (min-width: 768px) {
  .c-headline > * {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .c-headline > * {
    font-size: 3rem;
  }
}
.c-headline > *::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_headline.svg);
  background-size: 100%;
  position: absolute;
}
.c-headline + * {
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .c-headline + * {
    margin-top: 12px;
  }
}
.c-headline.-lg > * {
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .c-headline.-lg > * {
    font-size: 3rem;
  }
}
.c-headline.-lg + .c-headline-desc {
  font-size: 1.25rem;
}
.c-headline.-md > * {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .c-headline.-md > * {
    font-size: 2.85rem;
  }
}
.c-headline.-md + .c-headline-desc {
  font-size: 1.25rem;
}
.c-headline.-sm > * {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .c-headline.-sm > * {
    font-size: 2.85rem;
  }
}
.c-headline.-sm + .c-headline-desc {
  font-size: 1rem;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .c-headline.-sm + .c-headline-desc {
    margin-top: 12px;
  }
}
.c-headline-desc {
  color: #1D267D;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.125rem;
}
.c-headline-desc + .c-arr-btn {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-headline-desc + .c-arr-btn {
    margin-top: 35px;
  }
}

body:not([data-page-slug=home]) .c-headline-number02,
body:not([data-page-slug=business]) .c-headline-number02 {
  font-size: 2rem;
  height: auto;
}
body:not([data-page-slug=home]) .p-service-list__item,
body:not([data-page-slug=business]) .p-service-list__item {
  padding: 3rem;
}
body:not([data-page-slug=home]) .p-service-list__title,
body:not([data-page-slug=business]) .p-service-list__title {
  font-size: 2rem;
}
body:not([data-page-slug=home]) .p-service-list__subtitle,
body:not([data-page-slug=business]) .p-service-list__subtitle {
  font-size: 1.5rem;
}
body:not([data-page-slug=home]) .p-service-list__title + *,
body:not([data-page-slug=business]) .p-service-list__title + * {
  margin-top: 2rem;
}
body:not([data-page-slug=home]) .p-service-imglist__text.-md .p-service-list__title + *,
body:not([data-page-slug=business]) .p-service-imglist__text.-md .p-service-list__title + * {
  margin-top: 2rem;
}

.c-headline02 {
  font-size: 7.5rem;
  font-weight: bold;
  line-height: 0.2;
  letter-spacing: 0.75rem;
  color: #fff;
  text-align: right;
}
@media (max-width: 767px) {
  .c-headline02 {
    font-size: 2.85rem;
  }
}
.c-headline02.-center {
  text-align: center;
}
@media (max-width: 767px) {
  .c-headline02.-spcenter {
    text-align: center;
  }
}
.c-headline02.-md {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .c-headline02.-md {
    font-size: 2.9rem;
  }
}
.c-headline02-desc {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #1D267D;
  text-align: right;
}
@media (max-width: 767px) {
  .c-headline02-desc {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .c-headline02-desc.-spcenter {
    text-align: center;
  }
}
.c-headline02-desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-headline02-desc + * {
    margin-top: 24px;
  }
}
.c-headline02-subdesc {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}
.c-headline02-wrap {
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-headline02-wrap {
    padding-top: 14px;
  }
}

.c-headline03 {
  color: #FE544A;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1.75;
}
.c-headline03::after {
  content: "";
  display: block;
  bottom: -0.62rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.75rem;
  height: 0.125rem;
  background-color: #FE544A;
  position: absolute;
}
.c-headline03.-md {
  font-size: 1.5rem;
}
.c-headline03 + .c-point__list {
  margin-top: calc(2.5rem + 10px);
}
@media (max-width: 767px) {
  .c-headline03 + .c-point__list {
    margin-top: 30px;
  }
}

.c-headline04 {
  color: #1D267D;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-headline04 {
    letter-spacing: 0em;
  }
}
.c-headline04::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 5rem;
  height: 0.0625rem;
  background-color: #ddd;
  margin-right: 3rem;
}
@media (max-width: 767px) {
  .c-headline04::before {
    margin-right: 1rem;
  }
}
.c-headline04::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 5rem;
  height: 0.0625rem;
  background-color: #ddd;
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .c-headline04::after {
    margin-left: 1rem;
  }
}
.c-headline04 + .c-recruit-cta-btn {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-headline04 + .c-recruit-cta-btn {
    margin-top: 24px;
  }
}
.c-headline04.-sm {
  font-size: 1.125rem;
}
.c-headline04.-sm::before, .c-headline04.-sm::after {
  width: 3rem;
  height: 0.0625rem;
}
.c-headline04.-sm::before {
  margin-right: 1.5rem;
}
.c-headline04.-sm::after {
  margin-left: 1.5rem;
}
.c-headline04.-left {
  justify-content: left;
}
.c-headline04 + .c-marker-title-wrap {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-headline04 + .c-marker-title-wrap {
    margin-top: 24px;
  }
}

.c-btn-arr {
  position: relative;
  transition: all 0.2s ease-in-out;
}
.c-btn-arr::before {
  content: "";
  position: absolute;
  background-color: #1D267D;
  height: 1.5rem;
  width: 1.5rem;
  bottom: 0;
  right: 0;
}
.c-btn-arr:hover::before {
  cursor: pointer;
  background-color: #EFF6FD;
  transition: all 0.2s ease-in-out;
}
.c-btn-arr::after {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.5rem auto;
  background-image: url(../img/ico/ico_arr_down_wht.svg);
  position: absolute;
  z-index: 999;
  bottom: 0;
  right: 0;
  height: 1.5rem;
  width: 1.5rem;
}

.c-bg-light {
  background-color: #EFF6FD;
}
.c-bg-light.-interview {
  padding-top: 4.5rem;
  padding-bottom: 9rem;
  margin-top: 0;
}
.c-bg-light.-message {
  padding: 7.5rem;
}
@media (max-width: 767px) {
  .c-bg-light.-message {
    padding: 5rem 3rem;
  }
}
.c-bg-light.-system {
  padding: 5rem;
}
@media (max-width: 767px) {
  .c-bg-light.-system {
    padding: 3rem;
  }
}
.c-bg-light.-office {
  padding: 3rem;
}
@media (max-width: 767px) {
  .c-bg-light.-office {
    padding: 28px;
  }
}
.c-bg-light.-banner {
  padding: 3rem;
}
@media (max-width: 767px) {
  .c-bg-light.-banner {
    padding: 28px;
  }
}
.c-bg-light.-banner img {
  display: block;
  margin: 0 auto;
}

.p-home-interview__list {
  position: relative;
}
.p-home-interview__bgright {
  position: absolute;
  z-index: 0;
}
@media (min-width: 768px) {
  .p-home-interview__bgright {
    top: calc(50% - 1rem);
    right: calc(50% + 7.5rem);
  }
}
@media (max-width: 767px) {
  .p-home-interview__bgright {
    top: 50%;
    left: -2rem;
  }
}
@media (max-width: 767px) {
  .p-home-interview__bgright img {
    width: 80px;
  }
}

.c-headline-number {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-headline-number.-center {
  display: block;
  text-align: center;
}
.c-headline-number__sub {
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #FE544A;
}
@media (max-width: 767px) {
  .c-headline-number__sub {
    font-size: 0.75rem;
  }
}
.c-headline-number__sub.-md {
  font-size: 1rem;
}
.c-headline-number__main {
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #FE544A;
  text-align: center;
  letter-spacing: 0.25rem;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .c-headline-number__main {
    font-size: 2rem;
    text-align: center;
  }
}
.c-headline-number.-sm .c-headline-number__sub {
  font-size: 0.75rem;
}
.c-headline-number.-sm .c-headline-number__main {
  font-size: 2rem;
  text-align: center;
}

.c-headline-number02 {
  font-size: 3rem;
  font-weight: bold;
  color: #FE544A;
  border-bottom: 2px solid #FE544A;
  line-height: 1;
  padding-bottom: 0.5rem;
  display: inline-block;
}
.c-headline-number02-wrap.-center {
  text-align: center;
}
.c-headline-number02.-border-none {
  padding-bottom: 0rem;
  border-bottom: none;
}

@media (max-width: 767px) {
  .c-imgflex + .c-imgflex {
    margin-top: 2rem;
  }
}
.c-imgflex-wrap {
  background-color: #EFF6FD;
  padding: 3rem;
}
@media (min-width: 768px) {
  .c-imgflex-wrap {
    display: flex;
    gap: 0 4.1875rem;
  }
}
@media (max-width: 767px) {
  .c-imgflex-wrap {
    padding: 28px;
  }
}
@media (min-width: 768px) {
  .c-imgflex {
    display: flex;
    gap: 0 1.25rem;
  }
}
.c-imgflex.-bg-whi {
  background-color: #fff;
  padding: 3rem;
}
@media (min-width: 768px) {
  .c-imgflex.-bg-whi {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .c-imgflex.-bg-whi {
    padding: 2rem;
  }
}
.c-imgflex.-reverse {
  flex-direction: row-reverse;
}
.c-imgflex.-itemcenter {
  align-items: center;
}
@media (max-width: 767px) {
  .c-imgflex.-itemcenter .c-imgflex__img {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .c-imgflex.-itemcenter .c-imgflex__img img {
    width: auto;
  }
}
@media (min-width: 768px) {
  .c-imgflex.-between {
    justify-content: space-between;
  }
}
.c-imgflex.-wrap {
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .c-imgflex.-wrap > * {
    flex-basis: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
}
.c-imgflex.-center {
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .c-imgflex.-center > * {
    flex-shrink: 0;
    flex-grow: 0;
    text-align: left;
  }
}
.c-imgflex.-harf {
  gap: 0;
}
@media (min-width: 768px) {
  .c-imgflex.-harf > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.c-imgflex.-border *.-left {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .c-imgflex.-border *.-left + * {
    padding-left: 4rem;
    border-left: 1px solid #ddd;
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .c-imgflex.-border *.-left + * {
    padding-top: 1rem;
    border-top: 1px solid #ddd;
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .c-imgflex.-gap40 {
    gap: 0 2.5rem;
  }
}
@media (max-width: 767px) {
  .c-imgflex.-gap40 > * + * {
    margin-top: 2rem;
  }
}
.c-imgflex.-gap40 + .-gap40 {
  margin-top: 3.25rem;
}
@media (max-width: 767px) {
  .c-imgflex.-gap40 + .-gap40 {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .c-imgflex.-gap48 {
    gap: 0 3rem;
  }
}
.c-imgflex.-gapnone {
  gap: 0;
}
@media (min-width: 768px) {
  .c-imgflex.-gapnone > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .c-imgflex.-gapnone > * img {
    height: 100%;
    width: 100%;
  }
}
.c-imgflex.-gapnone > * > * {
  text-decoration: none;
}
.c-imgflex__img {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 767px) {
  .c-imgflex__img img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-imgflex__img.-border-left {
    border-left: 1px solid #ddd;
  }
}
@media (max-width: 767px) {
  .c-imgflex__img.-border-left {
    border-top: 1px solid #ddd;
    padding-top: 2rem;
    margin-top: 2rem;
  }
}
.c-imgflex__img.-border-left.-center > * > img {
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .c-imgflex__img.-border-left.-center > * > img {
    padding-bottom: 5px;
  }
}
.c-imgflex__img.-center {
  text-align: center;
}
.c-imgflex__img.-bg-color {
  position: relative;
  display: block;
}
.c-imgflex__img.-bg-color > * {
  display: block;
}
.c-imgflex__img.-bg-color::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 38, 125, 0.7);
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  padding-right: 0;
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  transition: all 0.2s ease-in-out;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box::after {
  position: static;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  flex-grow: 0;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box:hover::after {
  background-color: inherit;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box > * {
  color: #fff;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .c-imgflex__img.-bg-color .c-arr-btn.c-arr-box > * {
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box > *::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box.-full {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box.-full:hover::after {
  background-color: #1D267D;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box.-full:hover {
  background-color: rgba(29, 38, 125, 0.85);
}
@media (max-width: 767px) {
  .c-imgflex__img.-bg-color + .-bg-color {
    margin-top: 19px;
  }
}
@media (max-width: 767px) {
  .c-imgflex__img.-mgtop32-sp {
    margin-top: 19px;
  }
}
@media (max-width: 767px) {
  .c-imgflex__text {
    margin-top: 1rem;
  }
}
.c-imgflex__text.-recruit > * {
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}
.c-imgflex__text.-recruit > *:hover > * {
  background: linear-gradient(256deg, #009DDC 100%, #0097EC 0%);
}
.c-imgflex__desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-imgflex__desc + * {
    margin-top: 24px;
  }
}
.c-imgflex__title {
  font-size: 1.5rem;
  font-weight: bold;
}
.c-imgflex.-bg-prilight > * {
  background-color: #EFF6FD;
  padding: 2.5rem;
}

.c-arr-btn.c-arr-box-btn > * {
  transition: all 0.2s ease-in-out;
}
.c-arr-btn.c-arr-box-btn > *:hover {
  color: #009DDC;
}
.c-arr-btn.c-arr-box-btn > *:hover::after {
  background-color: #009DDC;
}
.c-arr-btn.c-arr-box-btn > *::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.c-arr-btn.c-arr-box-btn.-left > * {
  display: inline-block;
  padding-right: 3rem;
}
.c-arr-btn.c-arr-box-btn.-left.-lg > * {
  padding-right: 4rem;
}
.c-arr-btn.c-arr-box-btn.-right.-deg {
  padding-right: 0;
  color: #1D267D;
}
.c-arr-btn.c-arr-box-btn.-right.-deg > * {
  padding-right: 3rem;
  line-height: 1.85;
}
.c-arr-btn.c-arr-box-btn.-right.-link > * {
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .c-arr-btn.c-arr-box-btn.-right.-link > * {
    letter-spacing: -0.01em;
  }
}
.c-arr-btn.c-arr-box-btn.-right.-link > *::after {
  content: "";
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_blank.svg);
  background-size: 100%;
  margin-left: 1rem;
  position: absolute;
  background-color: inherit;
  transition: all 0.2s ease-in-out;
}
.c-arr-btn.c-arr-box-btn.-right.-link > *:hover {
  transition: all 0.2s ease-in-out;
}
.c-arr-btn.c-arr-box-btn.-right.-link > *:hover::after {
  background-image: url(../img/ico_blank_blue.svg);
}

.c-arr-btn {
  color: #1D267D;
}
.c-arr-btn > * {
  text-decoration: none !important;
  font-weight: bold;
  padding-bottom: 0.1rem;
  display: block;
  transition: all 0.2s ease-in-out;
}
.c-arr-btn.-right {
  text-align: right;
  padding-right: 3rem;
}
.c-arr-btn.-left {
  display: inline-block;
  padding-right: 3rem;
}
.c-arr-btn.-left.-lg {
  padding-right: 4rem;
}

.c-arr-box-btn > * {
  position: relative;
}
.c-arr-box-btn > *::after {
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background-color: #1D267D;
  background-position: center 45%;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_box.svg);
  position: absolute;
  transition: all 0.2s ease-in-out;
}
.c-arr-box-btn.-deg > *::after {
  background-image: url(../img/ico_arr_box_down.svg);
  background-position: 55% center;
}
.c-arr-box-btn.-lg > * {
  line-height: 3;
}
.c-arr-box-btn.-lg > *::after {
  width: 3rem;
  height: 3rem;
}
@media (max-width: 767px) {
  .c-arr-box-btn.-lg > * {
    line-height: 1.5;
    display: flex;
    height: 3rem;
    align-items: center;
    justify-content: flex-end;
  }
}
.c-arr-box-btn.-lg.-right {
  padding-right: 0;
}
.c-arr-box-btn.-lg.-right > * {
  padding-right: 4rem;
  padding-bottom: 0;
}

.c-arr-box {
  position: relative;
}
.c-arr-box::after {
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background-color: #1D267D;
  background-position: center 45%;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_box.svg);
  position: absolute;
}
.c-arr-box.-deg::after {
  background-image: url(../img/ico_arr_box_down.svg);
  background-position: 55% center;
}
.c-arr-box.-lg::after {
  width: 3rem;
  height: 3rem;
}
.c-arr-box.-lg > * {
  line-height: 2.85;
}
.c-arr-box.-lg.-right {
  padding-right: 4rem;
}

.c-box {
  background-color: #009DDC;
  padding: 4rem;
}
@media (max-width: 767px) {
  .c-box {
    padding: 35px;
  }
}
.c-box__title {
  color: #fff;
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.25em;
}
@media (max-width: 767px) {
  .c-box__title {
    font-size: 1.85rem;
  }
}
.c-box__title + * {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .c-box__title + * {
    margin-top: 28px;
  }
}
.c-box__subtitle {
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.8;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .c-box__subtitle {
    font-size: 1.5rem;
  }
}
.c-box__subtitle + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-box__subtitle + * {
    margin-top: 19px;
  }
}
.c-box__subtitle.-border {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-box__subtitle.-border:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 5rem;
  height: 0.0625rem;
  background-color: #ddd;
  margin-right: 3rem;
}
@media (max-width: 767px) {
  .c-box__subtitle.-border:before {
    margin-right: 1rem;
  }
}
.c-box__subtitle.-border::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 5rem;
  height: 0.0625rem;
  background-color: #ddd;
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .c-box__subtitle.-border::after {
    margin-left: 1rem;
  }
}
.c-box__desc {
  text-align: center;
  color: #fff;
  letter-spacing: 0.04rem;
}
.c-box__desc + * {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-box__desc + * {
    margin-top: 35px;
  }
}
.c-box.-sm {
  padding: 5rem;
  background-color: #EFF6FD;
}
.c-box.-sm > * {
  color: #333;
}
@media (max-width: 767px) {
  .c-box.-sm {
    padding: 49px 2rem;
  }
}
.c-box.-sm .c-box__title {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-box.-sm .c-box__title {
    font-size: 1.85rem;
  }
}
.c-box.-sm .c-box__title + .c-box__title {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-box.-sm .c-box__title + .c-box__title {
    margin-top: 35px;
  }
}

.c-box-btn > * {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  padding: 2rem;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .c-box-btn > * {
    padding: 19px;
    padding-right: 2rem;
  }
}
.c-box-btn > * > * {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-box-btn > * img {
    max-width: 40px;
  }
}
@media (min-width: 768px) {
  .c-box-btn-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.87rem;
  }
}
@media (min-width: 768px) {
  .c-box-btn-list.-wrap {
    gap: 1.875rem 1.87rem;
  }
}
@media (min-width: 768px) {
  .c-box-btn-list > * {
    flex-basis: calc(50% - 0.935rem);
    max-width: calc(50% - 0.935rem);
  }
}
@media (min-width: 768px) {
  .c-box-btn-list.-column3 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
  }
}
@media (min-width: 768px) {
  .c-box-btn-list.-column3 > * {
    flex-basis: calc(33.333% - 1.25rem);
    max-width: calc(33.333% - 1.25rem);
  }
}
@media (max-width: 767px) {
  .c-box-btn-item + .c-box-btn-item {
    margin-top: 1.5rem;
  }
}
.c-box-btn.-sm > * > * {
  font-size: 1.125rem;
}
.c-box-btn.-link > * {
  position: relative;
  padding-right: 3rem;
}
.c-box-btn.-link > *::after {
  content: "";
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_blank.svg);
  background-size: 100%;
  margin-right: 2rem;
  position: absolute;
}
@media (max-width: 767px) {
  .c-box-btn.-link > *::after {
    margin-right: 19px;
    width: 19px;
    height: 19px;
  }
}
.c-box-btn.-linksm > * {
  position: relative;
  padding-right: 3rem;
}
.c-box-btn.-linksm > *::after {
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_blank.svg);
  background-size: 100%;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  position: absolute;
}
@media (max-width: 767px) {
  .c-box-btn.-linksm > *::after {
    margin-right: 19px;
  }
}

.c-red-title {
  color: #FE544A;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08rem;
}
.c-red-title + * {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .c-red-title + * {
    margin-top: 28px;
  }
}
.c-red-title + * + .c-btn {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-red-title + * + .c-btn {
    margin-top: 35px;
  }
}

.c-pri-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1D267D;
  line-height: 1.5;
}
.c-pri-title + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-pri-title + * {
    margin-top: 19px;
  }
}
.c-pri-title + .c-imgflex__desc {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-pri-title + .c-imgflex__desc {
    margin-top: 10px;
  }
}
.c-pri-title + .c-imgflex__desc.-mgtop24 {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-pri-title + .c-imgflex__desc.-mgtop24 {
    margin-top: 19px;
  }
}
.c-pri-title + ul[class].c-blk-dot {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .c-pri-title + ul[class].c-blk-dot {
    margin-top: 8px;
  }
}
.c-pri-title.-lg {
  font-size: 2.5rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-pri-title.-lg {
    font-size: 24px;
    letter-spacing: -0.01em;
  }
}
.c-pri-title.-lg + h2 {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .c-pri-title.-lg + h2 {
    margin-top: 3.5rem;
  }
}
.c-pri-title.-xmd {
  font-size: 1.75rem;
}
.c-pri-title.-md {
  font-size: 2rem;
}
.c-pri-title.-sm {
  font-size: 1.5rem;
}
.c-pri-title.-sm.-mgtop16 + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-pri-title.-sm.-mgtop16 + * {
    margin-top: 10px;
  }
}
.c-pri-title.-xsm {
  font-size: 1.125rem;
}
.c-pri-title.-center {
  text-align: center;
}
@media (min-width: 768px) {
  .c-pri-title.-middle {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.c-pri-title span {
  color: #FE544A;
}

.c-acc-title {
  color: #FE544A;
  font-weight: bold;
  font-size: 1.5rem;
}

.c-blk-title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.06rem;
}
.c-blk-title + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-blk-title + * {
    margin-top: 19px;
  }
}
.c-blk-title.-mg24 + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-blk-title.-mg24 + * {
    margin-top: 14px;
  }
}
.c-blk-title.-lg {
  font-size: 2.5rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-blk-title.-lg {
    font-size: 2rem;
  }
}
.c-blk-title.-xmd {
  font-size: 1.75rem;
}
.c-blk-title.-md {
  font-size: 2rem;
}
.c-blk-title.-sm {
  font-size: 1rem;
  line-height: 1.5;
}
.c-blk-title.-sm + * {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .c-blk-title.-sm + * {
    margin-top: 5px;
  }
}
.c-blk-title.-center {
  text-align: center;
}

.c-bg-title {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #1D267D;
}
.c-bg-title + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-bg-title + * {
    margin-top: 19px;
  }
}
.c-bg-title.-lg {
  font-size: 2.5rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-bg-title.-lg {
    font-size: 2rem;
  }
}
.c-bg-title.-xmd {
  font-size: 1.75rem;
}
.c-bg-title.-md {
  font-size: 2rem;
}
.c-bg-title.-sm {
  font-size: 1rem;
  line-height: 1.5;
}
.c-bg-title.-sm + * {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .c-bg-title.-sm + * {
    margin-top: 5px;
  }
}
.c-bg-title.-center {
  text-align: center;
}

.c-mv__title {
  color: #1D267D;
  font-family: "M PLUS 1";
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-mv__title {
    font-size: 2.5rem;
  }
}
.c-mv__title span {
  color: #FE544A;
}

@media (min-width: 768px) {
  .c-bussiness-baner__inner {
    display: flex;
    gap: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .c-bussiness-baner__inner {
    gap: 18px;
  }
}
@media (min-width: 768px) {
  .c-bussiness-baner__inner > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .c-bussiness-baner__item + .c-bussiness-baner__item {
    margin-top: 2rem;
  }
}
.c-bussiness-baner__img + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-bussiness-baner__img + * {
    margin-top: 24px;
  }
}

.c-desc {
  font-size: 0.875rem;
}
.c-desc.-md {
  font-size: 1.125rem;
}
.c-desc.-inherit {
  font-size: 1rem;
}
.c-desc.-right {
  text-align: right;
}
.c-desc.-right + .c-desc.-inherit.-right {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-desc.-right + .c-desc.-inherit.-right {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .c-desc.-left {
    text-align: left;
  }
}

.c-box-btn.-linksm.-sm + .c-desc {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .c-box-btn.-linksm.-sm + .c-desc {
    margin-top: 8px;
  }
}

@media (min-width: 768px) {
  .p-system-header__item {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 2.5rem;
  }
}
.p-system-header__img {
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-system-header__img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-system-header__img + * {
    margin-top: 2rem;
  }
}
.p-system-header__img-name {
  position: absolute;
  background-color: #009DDC;
  padding: 0.25rem 0.65rem;
  color: #fff;
  bottom: -0.95rem;
  right: 0;
}
.p-system-header__img-name span {
  font-weight: bold;
}

.p-business-body {
  padding-top: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-business-body {
    margin-top: 49px;
  }
}
.p-business-body .c-pri-title + * {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-business-body .c-pri-title + * {
    margin-top: 28px;
  }
}
.p-business-body::after {
  content: "";
  width: 100vw;
  height: calc(100% - 5rem);
  background-color: #EFF6FD;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -99;
}
@media (min-width: 768px) {
  .p-business-body::after {
    min-width: calc(1200px + 2rem);
  }
}

.p-business-body {
  position: relative;
}
.p-business-body__bgright {
  position: absolute;
  top: 5.5rem;
  right: -5.25rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-business-body__bgright {
    top: 11rem;
    right: -3rem;
  }
}
@media (max-width: 767px) {
  .p-business-body__bgright img {
    width: 100px;
  }
}
.p-business-body__bgleft {
  position: absolute;
  left: -12.5rem;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-business-body__bgleft {
    bottom: -5rem;
    left: -6rem;
  }
}
@media (max-width: 767px) {
  .p-business-body__bgleft img {
    width: 100px;
  }
}

body[data-page-slug=system] .l-main {
  overflow: hidden;
}

body .l-main {
  overflow: hidden;
}

.p-business-column {
  background-color: #fff;
  padding: 3rem;
}
@media (max-width: 767px) {
  .p-business-column {
    padding: 28px;
  }
}
@media (min-width: 768px) {
  .p-business-column__inner {
    display: flex;
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-business-column__inner > * {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 768px) {
  .p-business-column__inner.-double > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.p-business-column__item .c-headline-number02-wrap + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-business-column__item .c-headline-number02-wrap + * {
    margin-top: 19px;
  }
}
@media (max-width: 767px) {
  .p-business-column__item + .p-business-column__item {
    margin-top: 2rem;
  }
}
.p-business-column__title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.045rem;
}
.p-business-column__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-business-column__title + * {
    margin-top: 14px;
  }
}

h4:not([class]) + .c-business-footer {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  h4:not([class]) + .c-business-footer {
    margin-top: 19px;
  }
}

.c-business-cta {
  background-color: #1D267D;
  padding: 5rem 7.5rem;
}
@media (max-width: 767px) {
  .c-business-cta {
    padding: 2.5rem;
  }
}
@media (min-width: 768px) {
  .c-business-cta__inner {
    display: flex;
    gap: 0 5.31rem;
  }
}
@media (min-width: 768px) {
  .c-business-cta .c-btn {
    min-width: 400px;
  }
}
.c-business-cta__text > * {
  color: #fff;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0.06rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-business-cta__text > * {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .c-business-cta__text + * {
    margin-top: 2rem;
  }
}

.c-business-cta {
  position: relative;
}
.c-business-cta__bgright {
  position: absolute;
  top: 8rem;
  right: -5.5rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .c-business-cta__bgright {
    top: 13rem;
    right: -3rem;
  }
}
@media (max-width: 767px) {
  .c-business-cta__bgright img {
    width: 100px;
  }
}
.c-business-cta__bgleft {
  position: absolute;
  left: -6rem;
  top: -2.5rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .c-business-cta__bgleft {
    bottom: -5rem;
    left: -6rem;
  }
}
@media (max-width: 767px) {
  .c-business-cta__bgleft img {
    width: 100px;
  }
}

body[data-page-slug=asprova] .l-main {
  overflow: hidden;
}

.c-point__list-wrap.-flex .c-point__list + * {
  margin-top: 0;
}
@media (max-width: 767px) {
  .c-point__list-wrap.-flex .c-point__list + * {
    margin-top: 2rem;
  }
}

.c-point__list .c-pri-title {
  line-height: 1.75;
}
.c-point__list .c-headline-number {
  position: static;
}
.c-point__list .c-headline-number + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-point__list .c-headline-number + * {
    margin-top: 14px;
  }
}
.c-point__list .c-headline-number__main {
  letter-spacing: 0;
}
.c-point__list-wrap {
  padding: 5rem;
}
@media (max-width: 767px) {
  .c-point__list-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 49px;
    padding-bottom: 49px;
  }
}
.c-point__list-wrap.-pd-bt-none {
  padding-bottom: 0;
}
.c-point__list-wrap + .c-point__list-footer {
  margin-top: 6.25rem;
}
@media (max-width: 767px) {
  .c-point__list-wrap + .c-point__list-footer {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .c-point__list-wrap.-flex {
    display: flex;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .c-point__list-wrap.-flex > * {
    flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
@media (min-width: 768px) {
  .c-point__list-wrap.-wrap {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .c-point__list-wrap.-wrap {
    gap: 14px;
  }
}
.c-point__list-wrap.-wrap .c-point__item {
  background-color: #FBFBFB;
  padding: 2rem;
}
.c-point__list-wrap.-wrap .c-point__item.-pd40 {
  padding: 2.5rem 3rem;
  line-height: 1.75;
}
.c-point__list-wrap.-wrap .c-point__item.-pd40::before {
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .c-point__list-wrap.-wrap .c-point__item.-pd40 {
    padding: 24px 28px;
  }
}
@media (max-width: 767px) {
  .c-point__list-wrap.-wrap .c-point__item.-pd40 .c-point__desc {
    padding-left: 2.5rem;
  }
}
@media (max-width: 767px) {
  .c-point__list-wrap.-wrap .c-point__item.-pd40 .c-point__desc::before {
    margin-top: 0.1rem;
  }
}
@media (min-width: 768px) {
  .c-point__list-wrap.-wrap > * {
    flex-basis: calc(50% - 0.75rem);
    max-width: calc(50% - 0.755rem);
  }
}
.c-point__list-wrap + .c-point__list-wrap {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-point__list-wrap + .c-point__list-wrap {
    margin-top: 24px;
  }
}
.c-point__list + .c-point__list {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-point__list + .c-point__list {
    margin-top: 24px;
  }
}
.c-point__list.-flow + .c-point__list.-flow {
  margin-top: 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-point__list.-flow + .c-point__list.-flow {
    margin-top: 35px;
  }
}
.c-point__list.-flow + .c-point__list.-flow::before {
  content: "";
  display: block;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.75rem;
  height: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/img_dots_arr_down.png);
  background-size: 100%;
  position: absolute;
}
@media (max-width: 767px) {
  .c-point__list.-flow + .c-point__list.-flow::before {
    top: -1.75rem;
  }
}
.c-point__list + .c-desc-note {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .c-point__list + .c-desc-note {
    margin-top: 28px;
  }
}
.c-point__item {
  padding: 3rem 4rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .c-point__item {
    display: flex;
    gap: 0 4rem;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .c-point__item {
    padding: 28px;
  }
}
.c-point__item.-pd64 {
  padding: 2.5rem 2.5rem 2.5rem 4rem;
}
@media (max-width: 767px) {
  .c-point__item.-pd64 {
    padding: 28px 24px;
  }
}
@media (max-width: 767px) {
  .c-point__item.-pd64 .c-point__text-left + * {
    margin-top: 19px;
  }
}
.c-point__item.-pd48 {
  padding: 3rem 3rem 3rem 4rem;
}
@media (max-width: 767px) {
  .c-point__item.-pd48 {
    padding: 28px 24px;
  }
}
@media (max-width: 767px) {
  .c-point__item.-pd48 .c-point__text-left + * {
    margin-top: 19px;
  }
}
.c-point__item.-pd40 {
  padding: 2.5rem 2.5rem 2.5rem 4rem;
}
@media (max-width: 767px) {
  .c-point__item.-pd40 {
    padding: 28px 24px;
  }
}
@media (max-width: 767px) {
  .c-point__item.-pd40 .c-point__text-left + * {
    margin-top: 19px;
  }
}
.c-point__item .c-headline-number02-wrap + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-point__item .c-headline-number02-wrap + * {
    margin-top: 19px;
  }
}
.c-point__item.-center {
  justify-content: center;
}
@media (min-width: 768px) {
  .c-point__item.-flexnone {
    display: block;
    padding: 3rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .c-point__item.-flexnone {
    padding: 28px;
  }
}
.c-point__item.-flexnone > * + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-point__item.-flexnone > * + * {
    margin-top: 19px;
  }
}
.c-point__item.-flexnone .c-point__title {
  font-size: 1.25rem;
}
.c-point__item.-flexnone .c-point__subtitle {
  font-size: 1.125rem;
}
.c-point__item.-flexnone .c-point__subtitle.-md {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .c-point__item.-flexnone .c-point__desc::before {
    margin-top: 0.15rem;
  }
}
.c-point__item.-flexnone .c-point__desc + .c-point__desc {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .c-point__text-left {
    text-align: center;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .c-point__text-left + * {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .c-point__text-left.-center {
    text-align: center;
  }
}
.c-point__text-left.-pd {
  padding: 0 2rem;
}
.c-point__text-right {
  flex-shrink: 1;
  flex-grow: 1;
}
.c-point__text-right-item + .c-point__text-right-item {
  padding-top: 1.25rem;
  border-top: 1px solid #ddd;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .c-point__text-right-item + .c-point__text-right-item {
    padding-top: 12px;
  }
}
.c-point__text-right dl {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .c-point__text-right dl > * {
    flex-basis: 16.5rem;
    max-width: 16.5rem;
  }
}
.c-point__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06rem;
}
.c-point__desc {
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
}
.c-point__desc::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_check.svg);
  background-size: 100%;
  margin-top: 0.15rem;
  position: absolute;
}
.c-point__desc.-md {
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 3rem;
}
.c-point__desc.-md::before {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.4rem;
}
.c-point__desc-wrap {
  display: inline-block;
}
.c-point__desc-wrap > * {
  font-size: 1.125rem;
  font-weight: bold;
}
.c-point__desc-wrap > * + * {
  margin-top: 0.85rem;
}
@media (max-width: 767px) {
  .c-point__desc-wrap > * + * {
    margin-top: 8px;
  }
}
.c-point__desc-wrap.-left {
  text-align: left;
}
.c-point__subtitle {
  color: #1D267D;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.045rem;
}
.c-point__subtitle + * {
  margin-top: 0.85rem;
}
@media (max-width: 767px) {
  .c-point__subtitle + * {
    margin-top: 8px;
  }
}
.c-point__subtitle.-md {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .c-point__subtitle.-center-sp {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .c-point__subtitle + ul:not([class]) {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 3rem;
    padding-right: 11rem;
    margin-top: 1rem;
    letter-spacing: -0.03em;
  }
}
@media (max-width: 767px) {
  .c-point__subtitle + ul:not([class]) {
    margin-top: 10px;
  }
}
.c-point__subtitle + ul:not([class]) > * {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .c-point__subtitle + ul:not([class]) > * {
    flex-basis: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
}
.c-point__subtitle + ul:not([class]) li + li {
  margin-top: 0rem;
}
.c-point__img + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-point__img + * {
    margin-top: 24px;
  }
}

.c-point__list-footer {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .c-point__list-footer {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 49px;
  }
}
.c-point__list-footer-inner {
  padding: 3rem 5.25rem;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .c-point__list-footer-inner {
    padding: 28px;
  }
}
.c-point__list-footer-inner::after {
  content: "";
  display: block;
  top: -3.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4.375rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/img_arr_dots.png);
  background-size: 100%;
  position: absolute;
}
@media (max-width: 767px) {
  .c-point__list-footer-inner::after {
    width: 3rem;
  }
}
.c-point__list-footer-item {
  background-color: #1D267D;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 150%;
  padding: 1rem 2.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-point__list-footer-item + * {
    margin-top: 3rem;
  }
}
.c-point__list-footer-item-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .c-point__list-footer-item-wrap {
    display: flex;
    gap: 3rem;
  }
}
.c-point__list-footer-item-wrap + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-point__list-footer-item-wrap + * {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .c-point__list-footer-item-wrap > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.c-point__list-footer-item-wrap::before {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/img_plus.png);
  background-size: 100%;
  position: absolute;
}
@media (max-width: 767px) {
  .c-point__list-footer-item-wrap::before {
    top: 57%;
  }
}
.c-point__list-footer .c-headline03 + * {
  margin-top: 2.75rem;
}
@media (max-width: 767px) {
  .c-point__list-footer .c-headline03 + * {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .c-img-top__inner {
    display: flex;
    align-items: center;
    gap: 0 4rem;
  }
}
.c-img-top__img {
  flex-shrink: 0;
  flex-grow: 0;
  height: 280px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .c-img-top__img {
    flex-basis: 44.7%;
    max-width: 44.7%;
  }
}
@media (max-width: 767px) {
  .c-img-top__img {
    padding: 2.5rem;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .c-img-top__img + * {
    margin-top: 2rem;
  }
}
.c-img-top__desc span {
  font-size: 0.875rem;
}

.c-img-top__img {
  position: relative;
}
.c-img-top__bgright {
  position: absolute;
  bottom: -3.5rem;
  right: -1.5rem;
}
@media (max-width: 767px) {
  .c-img-top__bgright {
    top: 8rem;
    right: -5rem;
  }
}
@media (max-width: 767px) {
  .c-img-top__bgright img {
    width: 100px;
  }
}
.c-img-top__bgleft {
  position: absolute;
  left: -3rem;
  top: -2.5rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .c-img-top__bgleft {
    top: -3rem;
    left: -5rem;
  }
}
@media (max-width: 767px) {
  .c-img-top__bgleft img {
    width: 100px;
  }
}

.c-img-center__inner {
  background-color: #EFF6FD;
  padding: 5rem;
}
@media (max-width: 767px) {
  .c-img-center__inner {
    padding: 8px;
  }
}
.c-img-center__inner.-md {
  padding: 3rem 5rem;
}
@media (max-width: 767px) {
  .c-img-center__inner.-md {
    padding: 2rem;
  }
}

.c-column-arr {
  background-color: #EFF6FD;
}
@media (min-width: 768px) {
  .c-column-arr {
    padding: 5rem 7.5rem;
  }
}
@media (max-width: 767px) {
  .c-column-arr {
    padding: 49px 2rem;
  }
}
@media (min-width: 768px) {
  .c-column-arr.-md {
    padding: 3rem 7.5rem;
  }
}
@media (max-width: 767px) {
  .c-column-arr.-md {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .c-column-arr.-sm {
    padding: 5rem;
  }
}
@media (max-width: 767px) {
  .c-column-arr.-sm {
    padding: 49px 2rem;
  }
}
@media (min-width: 768px) {
  .c-column-arr__inner {
    display: flex;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .c-column-arr__inner > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .c-column-arr__inner > * + * {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .c-column-arr__inner.-gap88 {
    gap: 0 5.5rem;
  }
}
.c-column-arr__inner.-gap88 .c-column-arr__body {
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .c-column-arr__inner.-gap88 .c-column-arr__body {
    padding: 14px;
  }
}
.c-column-arr__inner.-arr {
  position: relative;
}
.c-column-arr__inner.-arr::after {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 3rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/img_arr_red.png);
  background-size: 100%;
  position: absolute;
}
@media (max-width: 767px) {
  .c-column-arr__inner.-arr::after {
    transform: translate(-50%, -50%) rotate(90deg);
    top: calc(50% + 5px);
  }
}
@media (max-width: 767px) {
  .c-column-arr__inner.-arr > * + * {
    margin-top: 5rem;
  }
}
.c-column-arr__body {
  padding: 2rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .c-column-arr__body {
    padding: 19px;
  }
}
.c-column-arr__body.-pd24 {
  padding: 1.5rem 2rem;
}
.c-column-arr__body + * {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .c-column-arr__body + * {
    margin-top: 28px;
  }
}
.c-column-arr__body ul li:not([class]) {
  font-size: 1.125rem;
}
.c-column-arr__body ul li:not([class]) + * {
  margin-top: 0;
}
.c-column-arr__body ul li:not([class])::marker {
  color: #333;
}
.c-column-arr__body-desc {
  font-size: 0.875rem;
}
.c-column-arr__body > * + .c-column-arr__body-desc {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .c-column-arr__body > * + .c-column-arr__body-desc {
    margin-top: 5px;
  }
}
.c-column-arr__body > * + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-column-arr__body > * + * {
    margin-top: 14px;
  }
}
.c-column-arr__body img {
  display: block;
  margin: 0 auto;
}
.c-column-arr__title {
  background-color: #1D267D;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  text-align: center;
  padding: 0.5rem 1rem;
}
@media (max-width: 767px) {
  .c-column-arr__title {
    padding: 5px 10px;
  }
}
.c-column-arr__footer {
  text-align: center;
  font-size: 1.5rem;
  color: #1D267D;
  font-weight: bold;
  position: relative;
}
.c-column-arr__footer::before {
  content: "";
  display: block;
  top: -1.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.75rem;
  height: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/img_arr_dots_sm.png);
  background-size: 100%;
  position: absolute;
}

.is-current {
  background-color: #eee;
  color: #333;
  box-shadow: none;
}

@media (min-width: 768px) {
  .p-company-list__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.p-company-list__item {
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .p-company-list__item {
    flex-basis: calc(25% - 1.125rem);
    max-width: calc(25% - 1.125rem);
  }
}
@media (max-width: 767px) {
  .p-company-list__item + * {
    margin-top: 2.5rem;
  }
}
.p-company-list__title {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .p-company-list__title {
    padding: 14px;
  }
}
.p-company-list__title > * {
  text-decoration: none !important;
}
.p-company-list__title > *::before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.p-company-list__img img {
  width: 100%;
}

@media (min-width: 768px) {
  body[data-page-slug=outline] th {
    width: 261px;
  }
}

.p-company-history-list__item {
  display: flex;
}
.p-company-history-list__item:first-child .p-company-history-list__desc::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 2px;
  height: 18px;
  position: absolute;
  z-index: 1;
  top: -1.1rem;
  left: 0;
  transform: translateX(-1890%);
  margin: 1.125rem 0 0 -1.25rem;
}
@media (max-width: 767px) {
  .p-company-history-list__item:first-child .p-company-history-list__desc::after {
    transform: translateX(-907%);
    height: 16px;
  }
}
.p-company-history-list__item:last-child .p-company-history-list__desc::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 3px;
  height: calc(100% + 1rem);
  position: absolute;
  z-index: 1;
  top: 0.45rem;
  left: 1.175rem;
  transform: translateX(-1890%);
  margin: 1.125rem 0 0 -1.25rem;
}
@media (max-width: 767px) {
  .p-company-history-list__item:last-child .p-company-history-list__desc::after {
    transform: translateX(-964%);
    top: 0.5rem;
    left: 0.73rem;
  }
}
.p-company-history-list__year {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #1D267D;
  padding-top: 0.25rem;
  padding-right: 3.5rem;
  letter-spacing: -0.01em;
  min-width: 103px;
}
@media (max-width: 767px) {
  .p-company-history-list__year {
    padding-right: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-company-history-list__year {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 8.75rem;
    max-width: 8.75rem;
  }
}
.p-company-history-list__year > * {
  font-size: 2rem;
  padding-right: 0.125rem;
}
.p-company-history-list__text {
  border-left: 1px solid #ddd;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .p-company-history-list__text {
    flex-shrink: 1;
    flex-grow: 1;
  }
}
.p-company-history-list__sub-item {
  display: flex;
  padding-left: 3.5rem;
}
@media (max-width: 767px) {
  .p-company-history-list__sub-item {
    padding-left: 2.5rem;
  }
}
.p-company-history-list__sub-item + .p-company-history-list__sub-item {
  border-top: 1px solid #ddd;
  padding-top: 2rem;
  margin-top: 2rem;
}
.p-company-history-list__desc {
  flex-shrink: 1;
  flex-grow: 1;
  padding-top: 0.425rem;
  position: relative;
}
.p-company-history-list__desc::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #1D267D;
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translateX(-563%);
  margin: 1.125rem 0 0 -1.25rem;
}
@media (max-width: 767px) {
  .p-company-history-list__desc::before {
    transform: translateX(-305%);
  }
}

.p-philosophy-header__img {
  display: block;
  text-align: center;
}

.p-philosophy-body {
  position: relative;
}
.p-philosophy-body__bgright {
  position: absolute;
  bottom: -4.5rem;
  right: -1.5rem;
}
@media (max-width: 767px) {
  .p-philosophy-body__bgright {
    right: -3rem;
  }
}
@media (max-width: 767px) {
  .p-philosophy-body__bgright img {
    width: 140px;
  }
}
.p-philosophy-body__bgleft {
  position: absolute;
  left: -0.5rem;
  top: -4.625rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-philosophy-body__bgleft {
    left: -4rem;
  }
}
@media (max-width: 767px) {
  .p-philosophy-body__bgleft img {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .p-philosophy-body .c-box.-sm .c-box__title {
    font-size: 20px;
    text-align: left;
  }
}

body[data-page-slug=philosophy] .l-main {
  overflow: hidden;
}

.p-office__title {
  font-weight: bold;
}
.p-office__title + * {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .p-office__title + * {
    margin-top: 5px;
  }
}
.p-office__desc + .p-office__title {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-office__desc + .p-office__title {
    margin-top: 14px;
  }
}
.p-office__note {
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-office__note + .c-btn-text {
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .p-office__note + .c-btn-text {
    margin-top: 3px;
  }
}

* + .p-office__note {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  * + .p-office__note {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .p-offic__list-item {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 3rem;
  }
}
@media (min-width: 768px) {
  .p-offic__list-item > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.p-offic__list-item + * {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .p-offic__list-item + * {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .p-offic__list-text + * {
    margin-top: 2rem;
  }
}
.p-offic__list-img {
  flex-shrink: 1;
  flex-grow: 1;
}
.p-offic__list-img * + .c-btn-text {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-offic__list-img * + .c-btn-text {
    margin-top: 10px;
  }
}

.p-president__header + * {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .p-president__header + * {
    margin-top: 5rem;
  }
}
.p-president__header-img {
  position: relative;
}
@media (min-width: 768px) {
  .p-president__header-img .c-mv__title {
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p-president__header-img > * + * {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .p-president__header-img img {
    width: 127vw;
    max-width: 127vw;
    margin-left: -25vw;
  }
}
@media (min-width: 768px) {
  .p-president__header-img img {
    max-width: 600px;
  }
}

.p-president__body-title {
  font-size: 1rem;
}

.p-president__body {
  position: relative;
}
.p-president__body-bgright {
  position: absolute;
  bottom: -6rem;
  right: -6.25rem;
}
@media (max-width: 767px) {
  .p-president__body-bgright {
    bottom: -3rem;
    right: -3rem;
  }
}
@media (max-width: 767px) {
  .p-president__body-bgright img {
    width: 100px;
  }
}
.p-president__body-bgleft {
  position: absolute;
  left: -4rem;
  top: -6.25rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-president__body-bgleft {
    top: -4rem;
    left: -4rem;
  }
}
@media (max-width: 767px) {
  .p-president__body-bgleft img {
    width: 100px;
  }
}

body[data-page-slug=president] .l-main {
  overflow: hidden;
}

.p-home-topics__inner {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .p-home-topics__inner {
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-home-topics__header {
    flex-shrink: 1;
    flex-grow: 1;
    padding-right: 5rem;
  }
}
@media (max-width: 767px) {
  .p-home-topics__header + * {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-home-topics__body {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 890px;
    max-width: 890px;
  }
}
@media (max-width: 767px) {
  .p-home-topics__body + * {
    margin-top: 1.5rem;
  }
}
* + .p-home-topics__btn[class] {
  margin-top: 2.5em;
}
@media (max-width: 767px) {
  * + .p-home-topics__btn[class] {
    margin-top: 1.5rem;
  }
}
.p-home-topics__btn[class] a {
  font-size: 1rem;
  padding: 1rem;
}

.p-topics-list {
  border-bottom: 1px solid #ddd;
}
.p-topics-list__item {
  position: relative;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-topics-list__item {
    display: flex;
    align-items: baseline;
    gap: 0 1.5rem;
  }
}
.p-topics-list__item + .p-topics-list__item {
  border-top: 1px solid #ddd;
  padding-top: 2rem;
}
.p-topics-list__meta {
  color: #1D267D;
  align-items: center;
  display: flex;
}
.p-topics-list__meta > * + * {
  color: #1D267D;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .p-topics-list__meta + * {
    margin-top: 1rem;
  }
}
.p-topics-list__time {
  font-size: 0.875rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-topics-list__time {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .p-topics-list__time {
    transform: translateY(0.125rem);
    width: 80px;
  }
}
.p-topics-list__cat-list {
  flex-wrap: wrap;
  display: flex;
  margin: -0.25rem 0 0 -0.25rem;
}
.p-topics-list__cat-list li {
  line-height: 1.25;
  margin: 0.25rem 0 0 0.25rem;
  letter-spacing: -0.01em;
}
.p-topics-list__cat-list li > * {
  border: 1px solid #1D267D;
  font-size: 0.75rem;
  padding: 0.5rem 1rem 0.45rem;
  line-height: 1.5;
  min-width: 7.5rem;
  display: block;
  text-align: center;
  text-decoration: none !important;
  line-height: 1;
}
.p-topics-list__cat-list li a {
  transition: all 0.2s ease-in-out;
}
.p-topics-list__cat-list li a:hover {
  background-color: #EFF6FD;
  text-decoration: none;
  color: #1D267D;
}
.p-topics-list__title > * {
  transition: all 0.2s ease-in-out;
}
.p-topics-list__title a {
  text-decoration: none;
}
.p-topics-list__title a:hover {
  text-decoration: none;
  color: #1D267D;
}
.p-topics-list__title a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .p-topics-list + * {
    margin-top: 24px;
  }
}

body[data-page-slug=partner] .l-main {
  overflow: hidden;
}

.p-home-recruit {
  overflow: hidden;
}

.p-home-recruit__body {
  position: relative;
  margin-top: 13.125rem;
}
@media (max-width: 767px) {
  .p-home-recruit__body {
    margin-top: 19.125rem;
  }
}
.p-home-recruit__body .c-box {
  position: absolute;
  top: -5.625rem;
  z-index: 99;
}
@media (max-width: 767px) {
  .p-home-recruit__body .c-box {
    z-index: 9999;
  }
}
.p-home-recruit__body .c-box.-box {
  position: relative;
}
.p-home-recruit__body .c-box.-box::after {
  content: "";
  display: block;
  bottom: -7rem;
  right: -2.1875rem;
  width: 11.25rem;
  height: 13.125rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/img_square.png);
  background-size: 100%;
  position: absolute;
  z-index: 999;
}
@media (max-width: 767px) {
  .p-home-recruit__body .c-box.-box::after {
    bottom: -6rem;
    width: 8.25rem;
    height: 8.125rem;
  }
}
@media (min-width: 768px) {
  .p-home-recruit__body .c-box.-home-recruit {
    padding: 4rem 8.125rem;
  }
}
@media (min-width: 768px) {
  .p-home-recruit__body .c-box.-home-recruit .c-box__title {
    letter-spacing: 0.09em;
  }
}

@media (max-width: 767px) {
  .p-home-recruit__body {
    padding-bottom: 10rem;
  }
}
.p-home-recruit__body-bgright {
  position: absolute;
}
@media (min-width: 768px) {
  .p-home-recruit__body-bgright {
    width: 560px;
    top: -19rem;
    left: calc(50% + 14rem);
  }
}
@media (max-width: 767px) {
  .p-home-recruit__body-bgright {
    right: 0;
    top: -18rem;
    width: 263px;
  }
}
@media (min-width: 768px) {
  .p-home-recruit__body-bgright img {
    width: 560px;
  }
}
.p-home-recruit__body-bgleft {
  position: absolute;
  z-index: 999;
}
@media (min-width: 768px) {
  .p-home-recruit__body-bgleft {
    width: 762px;
    top: -14.5rem;
    right: calc(50% - 1rem);
  }
}
@media (max-width: 767px) {
  .p-home-recruit__body-bgleft {
    left: -1.5rem;
    top: -20.5rem;
  }
}
@media (min-width: 768px) {
  .p-home-recruit__body-bgleft img {
    width: 762px;
  }
}
@media (max-width: 767px) {
  .p-home-recruit__body-bgleft img {
    width: 375px;
  }
}
.p-home-recruit__body-bgbottom {
  position: absolute;
  z-index: 999;
}
@media (min-width: 768px) {
  .p-home-recruit__body-bgbottom {
    width: 512px;
    bottom: -10rem;
    right: calc(50% + 18rem);
  }
}
@media (max-width: 767px) {
  .p-home-recruit__body-bgbottom {
    left: -2rem;
    top: 40rem;
  }
}
@media (min-width: 768px) {
  .p-home-recruit__body-bgbottom img {
    width: 762px;
  }
}
@media (max-width: 767px) {
  .p-home-recruit__body-bgbottom img {
    height: auto;
    width: 290px;
  }
}

.c-recruit-interview-btn__en[class] {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  opacity: 0.5;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .c-recruit-interview-btn__en[class] {
    font-size: 3.5rem;
    letter-spacing: -0.03em;
  }
}
.c-recruit-interview-btn__text {
  background: linear-gradient(256deg, #00A8EC 0%, #009DDC 100%);
  padding: 5.875rem 3rem;
  height: 100%;
}
@media (max-width: 767px) {
  .c-recruit-interview-btn__text {
    padding: 49px 28px;
  }
}
.c-recruit-interview-btn__text.c-arr-box.-lg > * {
  line-height: 1.5;
}
.c-recruit-interview-btn__title-wrap {
  position: relative;
}
.c-recruit-interview-btn__title-wrap + * {
  margin-top: 2rem;
}
.c-recruit-interview-btn__title {
  position: absolute;
  top: 0;
  bottom: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 5;
}
@media (max-width: 767px) {
  .c-recruit-interview-btn__title {
    line-height: 4.5;
  }
}
.c-recruit-interview-btn__subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #1D267D;
}

.c-check-text {
  position: relative;
  padding-left: 2rem;
}
.c-check-text::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_check.svg);
  background-size: 100%;
  margin-top: 0.25rem;
  position: absolute;
}
.c-check-text.-md {
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 3rem;
}
.c-check-text.-md::before {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.4rem;
}
.c-check-text.-xmd {
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 1.625rem;
}
.c-check-text.-xmd::before {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.35rem;
}
.c-check-text span {
  color: #FE544A;
}

@media (min-width: 768px) {
  .p-recruit-header__inner {
    display: flex;
    align-items: center;
    justify-content: right;
    position: relative;
  }
}
@media (min-width: 768px) {
  .p-recruit-header__text {
    position: absolute;
    left: 0;
  }
}
.p-recruit-header__text .c-check-text + .c-check-text {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-recruit-header__text .c-check-text + .c-check-text {
    margin-top: 10px;
  }
}
.p-recruit-header__subtitle {
  color: #1D267D;
  font-size: 1.25rem;
  font-weight: bold;
}
.p-recruit-header__subtitle + * {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .p-recruit-header__subtitle + * {
    margin-top: 5px;
  }
}
.p-recruit-header__title {
  color: #1D267D;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .p-recruit-header__title {
    font-size: 2rem;
  }
}
.p-recruit-header__title + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-recruit-header__title + * {
    margin-top: 24px;
  }
}
.p-recruit-header__title + .c-headline04.-sm {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-recruit-header__title + .c-headline04.-sm {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .p-recruit-header__img + * {
    margin-top: 2rem;
  }
}
.p-recruit-header.-imgnone .p-recruit-header__text {
  position: static;
}
.p-recruit-header.-imgnone .p-recruit-header__title + * {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-recruit-header.-imgnone .p-recruit-header__title + * {
    margin-top: 28px;
  }
}

.c-desc-note {
  font-size: 0.875rem;
}

.-center {
  text-align: center;
}

@media (max-width: 767px) {
  .-center-sp {
    text-align: center;
  }
}

.c-entry-cta + .c-entry-contact {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-entry-cta + .c-entry-contact {
    margin-top: 24px;
  }
}

.c-entry-contact__desc {
  font-size: 0.875rem;
}

* + .c-recruit-flow {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  * + .c-recruit-flow {
    margin-top: 14px;
  }
}

@media (min-width: 768px) {
  .c-recruit-flow__list {
    display: flex;
    gap: 0 2.5rem;
  }
}
@media (min-width: 768px) {
  .c-recruit-flow__list > * {
    flex-basis: calc(25% - 1.25rem);
    max-width: calc(25% - 1.25rem);
  }
}
.c-recruit-flow__item {
  background-color: #EFF6FD;
  padding: 2.5rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c-recruit-flow__item.-bg-pri {
  background-color: #1D267D;
  color: #fff;
}
@media (max-width: 767px) {
  .c-recruit-flow__item + .c-recruit-flow__item {
    margin-top: 2.5rem;
  }
}
.c-recruit-flow__item + .c-recruit-flow__item::before {
  content: "";
  display: block;
  transform: translateY(-50%);
  height: 2rem;
  width: 1.25rem;
  background-color: #EFF6FD;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
}
@media (min-width: 768px) {
  .c-recruit-flow__item + .c-recruit-flow__item::before {
    top: 50%;
    left: calc(-2.5rem - 1px);
  }
}
@media (max-width: 767px) {
  .c-recruit-flow__item + .c-recruit-flow__item::before {
    top: -2.15rem;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.c-recruit-flow__text {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.c-recruit-flow__text span {
  font-size: 1rem;
}
.c-recruit-flow__text span.-mg-top {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .c-recruit-flow__text span.-mg-top {
    margin-top: 5px;
  }
}

.c-square {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-square__item {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  border: 1px solid #1D267D;
  font-size: 1rem;
  font-weight: bold;
  line-height: 150%;
  color: #1D267D;
}
@media (max-width: 767px) {
  .c-square__item {
    padding: 0.5rem 0.75rem;
  }
}
.c-square + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-square + * {
    margin-top: 24px;
  }
}

.p-recruit-header {
  position: relative;
}
.p-recruit-header__bgright {
  position: absolute;
  right: -1.5rem;
}
@media (min-width: 768px) {
  .p-recruit-header__bgright {
    top: 23.5rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-header__bgright {
    top: 9.5rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-header__bgright img {
    width: 80px;
  }
}

body[data-page-slug=new] .l-main {
  overflow: hidden;
}

.p-interview-header .c-marker-title.-md.-nomal {
  display: inline-block;
}

.p-interview-header__affiliation {
  font-weight: normal;
  display: inline;
}
@media (max-width: 767px) {
  .p-interview-header__affiliation {
    display: block;
    font-size: 0.875rem;
  }
}

.p-interview-header__name {
  font-size: 1rem;
  font-weight: bold;
  font-size: 1.25rem;
  display: inline;
}

.c-marker-title {
  color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
  text-decoration: none !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.3rem 0.75rem;
  line-height: 2;
  background-color: #009DDC;
  letter-spacing: 0.02em;
}
.c-marker-title span {
  font-size: 1rem;
}
.c-marker-title.-heightmd {
  line-height: 2.2;
}
.c-marker-title.-bussiness {
  padding: 0.1rem 0.75rem;
}
.c-marker-title.-lg {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0.75rem;
}
@media (max-width: 767px) {
  .c-marker-title.-lg {
    font-size: 1.85rem;
    padding: 0.5rem;
  }
}
.c-marker-title.-md {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.75rem;
  padding: 0.5rem 0.625rem 0.375rem 0.625rem;
}
.c-marker-title.-nomal {
  font-weight: normal;
}
.c-marker-title.-nomal span {
  font-weight: bold;
  font-size: 1.25rem;
}
.c-marker-title.-xmd {
  font-size: 1rem;
  padding: 0.25rem 0.65rem;
}
.c-marker-title-wrap.-bg-light {
  position: relative;
}
.c-marker-title-wrap.-bg-light::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  background-color: #EFF6FD;
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .c-marker-title-wrap.-bg-light::before {
    width: 67.5rem;
    height: 33.5rem;
  }
}
@media (max-width: 767px) {
  .c-marker-title-wrap.-bg-light::before {
    width: 100%;
    height: 33.5rem;
  }
}
.c-marker-title-wrap.-bg-light > * {
  padding: 5rem;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .c-marker-title-wrap.-bg-light > * {
    padding: 2rem 1rem 0 1rem;
    padding-bottom: 0;
  }
}
.c-marker-title-wrap + .p-message-body-wht {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .c-marker-title-wrap + .p-message-body-wht {
    margin-top: 28px;
  }
}

.p-message-body-wht {
  background-color: #fff;
  padding: 5rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-message-body-wht {
    padding: 49px 2rem;
  }
}
@media (min-width: 768px) {
  .p-message-body-wht {
    flex-basis: 93.3333%;
    max-width: 93.3333%;
  }
}

.p-message-body-wht {
  position: relative;
}
.p-message-body-wht__bgright {
  position: absolute;
  bottom: -2.5rem;
  right: -5rem;
}
@media (max-width: 767px) {
  .p-message-body-wht__bgright {
    bottom: -2.5rem;
    right: -2rem;
  }
}
@media (max-width: 767px) {
  .p-message-body-wht__bgright img {
    width: 80px;
  }
}
.p-message-body-wht__bgleft {
  position: absolute;
  left: -8.5rem;
  top: 12rem;
}
@media (max-width: 767px) {
  .p-message-body-wht__bgleft {
    left: -4rem;
    top: -4rem;
  }
}
@media (max-width: 767px) {
  .p-message-body-wht__bgleft img {
    width: 80px;
  }
}

* + .c-desc-note {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  * + .c-desc-note {
    margin-top: 5px;
  }
}

body[data-page-slug=message] .l-main {
  overflow: hidden;
}

.c-message-blue__desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-message-blue__desc + * {
    margin-top: 24px;
  }
}

.c-message-blue {
  padding: 7.5rem;
  background-color: #EFF6FD;
}
@media (max-width: 767px) {
  .c-message-blue {
    padding: 49px 2rem;
  }
}
.c-message-blue h2 {
  font-size: 2rem;
}
.c-message-blue__img + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-message-blue__img + * {
    margin-top: 10px;
  }
}
.c-message-blue__note {
  font-size: 0.875rem;
  line-height: 175%;
}
@media (min-width: 768px) {
  .c-message-blue__note {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .c-message-blue__desc + .c-arr-btn.c-arr-box.-right.-lg > * {
    line-height: 1.5;
    display: flex;
    height: 3rem;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .c-recruit-cta-btn .c-imgflex {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}

.c-imgflex.-bg-prilight.-wrap .c-imgflex__text .c-pri-title {
  font-size: 1.25rem;
}
.c-imgflex.-bg-prilight.-wrap .c-imgflex__text .c-pri-title + * {
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .c-imgflex.-bg-prilight.-wrap .c-imgflex__text .c-pri-title + * {
    margin-top: 12px;
  }
}
.c-imgflex.-bg-prilight.-wrap .c-imgflex__text .c-desc.-md {
  font-size: 1rem;
}

.p-home-interview__body {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-home-interview__body {
    margin-top: 28px;
  }
}

@media (min-width: 768px) {
  .p-interview-list__list {
    display: flex;
    flex-wrap: wrap;
    gap: 7.5rem;
  }
}
.p-interview-list__item {
  z-index: 99;
}
@media (min-width: 768px) {
  .p-interview-list__item {
    flex-basis: calc(33.3333% - 5rem);
    max-width: calc(33.3333% - 5rem);
  }
}
@media (max-width: 767px) {
  .p-interview-list__item + * {
    margin-top: 4rem;
  }
}
.p-interview-list__item:hover .p-interview-list__img img {
  transition: all 0.2s ease-in-out;
}
.p-interview-list__title {
  color: #fff;
  margin-top: -1.5rem;
}
.p-interview-list__title > * {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.3rem 0.75rem;
  line-height: 2.15;
  background-color: #009DDC;
}
@media (min-width: 768px) {
  .p-interview-list__title > * {
    letter-spacing: -0.01em;
  }
}
.p-interview-list__title > *::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-interview-list__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-interview-list__title + * {
    margin-top: 14px;
  }
}
.p-interview-list__name {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.25;
}
.p-interview-list__name span {
  font-size: 0.875rem;
  margin-right: 0.75rem;
  display: inline-block;
}
.p-interview-list__img {
  text-align: center;
}
.p-interview-list__img img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  max-width: 240px;
}

* + .c-message-blue__desc {
  margin-top: 1.75rem;
}
@media (max-width: 767px) {
  * + .c-message-blue__desc {
    margin-top: 19px;
  }
}

.p-interview {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-interview {
    padding-top: 49px;
    padding-bottom: 49px;
  }
}

.c-bg::after {
  content: "";
  background-color: #EFF6FD;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .c-bg::after {
    min-width: calc(1200px + 2rem);
  }
}

.p-interview {
  position: relative;
}
.p-interview__bgtop {
  position: absolute;
  top: 5rem;
  left: -4rem;
}
@media (max-width: 767px) {
  .p-interview__bgtop {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-interview__bgtop img {
    width: 80px;
  }
}
.p-interview__bgright {
  position: absolute;
  top: 15rem;
  right: -10rem;
}
@media (max-width: 767px) {
  .p-interview__bgright {
    bottom: -2.5rem;
    right: -2rem;
  }
}
@media (max-width: 767px) {
  .p-interview__bgright img {
    width: 80px;
  }
}
.p-interview__bgleft {
  position: absolute;
  left: -12.5rem;
  bottom: -4rem;
}
@media (max-width: 767px) {
  .p-interview__bgleft {
    left: -3.25rem;
    bottom: -2.85rem;
  }
}
@media (max-width: 767px) {
  .p-interview__bgleft img {
    width: 80px;
  }
}

body[data-page-slug=interview] .l-main {
  overflow: hidden;
}

.p-interview-header {
  position: relative;
}
.p-interview-header__text {
  z-index: 99;
  display: inline-block;
  padding: 3rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-interview-header__text {
    position: absolute;
    bottom: -5rem;
    left: 0;
  }
}
@media (max-width: 767px) {
  .p-interview-header__text {
    padding: 28px;
  }
}
.p-interview-header__text .c-headline-number02 + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-interview-header__text .c-headline-number02 + * {
    margin-top: 19px;
  }
}
.p-interview-header__text .c-pri-title + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-interview-header__text .c-pri-title + * {
    margin-top: 24px;
  }
}
.p-interview-header__img img {
  display: block;
  margin-left: auto;
}

.p-interview-header {
  position: relative;
}
.p-interview-header__bgright {
  position: absolute;
  bottom: -6.75rem;
  right: 29.5rem;
  z-index: 99;
}
@media (max-width: 767px) {
  .p-interview-header__bgright {
    bottom: -3.5rem;
    right: -2.25rem;
  }
}
@media (max-width: 767px) {
  .p-interview-header__bgright img {
    width: 80px;
  }
}
.p-interview-header__bgleft {
  position: absolute;
  left: -3rem;
  top: 11.5rem;
}
@media (max-width: 767px) {
  .p-interview-header__bgleft {
    left: -3.25rem;
    top: 7.5rem;
  }
}
@media (max-width: 767px) {
  .p-interview-header__bgleft img {
    width: 80px;
  }
}
.p-interview-header + * {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .p-interview-header + * {
    margin-top: 70px;
  }
}

body[data-page-slug=interview] .l-main {
  overflow: hidden;
}

@media (max-width: 767px) {
  .p-interview-header__img {
    overflow: hidden;
  }
  .p-interview-header__img img {
    width: 200vw;
    max-width: 200vw;
    margin-left: -100vw;
  }
}
.p-home-service {
  position: relative;
  overflow: hidden;
  padding-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .p-home-service {
    padding-bottom: 70px;
  }
}
.p-home-service__body {
  margin-top: 128px;
}
@media (max-width: 767px) {
  .p-home-service__body {
    margin-top: 160px;
  }
}

@media (max-width: 767px) {
  .p-home-service__banner {
    margin-top: 7.5rem;
  }
}
.p-home-service__banner-subtitle {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 150%;
}
@media (max-width: 767px) {
  .p-home-service__banner-subtitle {
    font-size: 14px;
  }
}
.p-home-service__banner-subtitle + * {
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .p-home-service__banner-subtitle + * {
    margin-top: 3px;
  }
}
.p-home-service__banner-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 767px) {
  .p-home-service__banner-title {
    font-size: 18px;
  }
}
.p-home-service__banner-title + * {
  margin-top: 1.19rem;
}
@media (max-width: 767px) {
  .p-home-service__banner-title + * {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  body[data-page-slug=business] .p-service-list__img {
    top: 1rem;
  }
}

.p-service {
  position: relative;
}
.p-service__body {
  margin-top: 14rem;
}
.p-service .p-service-list__img[class] {
  top: -14rem;
}
@media (max-width: 767px) {
  .p-service .p-service-list__img[class] {
    top: -10rem;
    left: calc(50% - 8rem);
  }
}
.p-service .p-service-list__item {
  position: relative;
}
.p-service .c-service-bg {
  position: absolute;
  z-index: -1;
  top: -5rem;
  left: -5rem;
}
@media (max-width: 767px) {
  .p-service .c-service-bg {
    width: 100px;
    left: -2rem;
  }
}
.p-service .c-imgflex-wrap {
  position: relative;
}
.p-service .c-service-banner-bg {
  position: absolute;
  z-index: -1;
  top: -14rem;
  right: 2rem;
}
@media (max-width: 767px) {
  .p-service .c-service-banner-bg {
    width: 100px;
    top: -5rem;
    right: -2rem;
  }
}

@media (min-width: 768px) {
  .p-service-list__imglist {
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-service-list__imglist .p-service-list__item {
    flex-basis: 56.5%;
    max-width: 56.5%;
  }
}
.p-service-list__imglist .p-service-list__img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 12.5rem);
}
@media (max-width: 767px) {
  .p-service-list__imglist .p-service-list__img {
    top: 6rem;
  }
}
@media (min-width: 768px) {
  .p-service-list__imglist .p-service-list__img {
    width: 800px;
    height: auto;
  }
}
.p-service-list__imglist .p-service-list__img.-home {
  left: calc(50% - 8rem);
}
@media (min-width: 768px) {
  .p-service-list__imglist .p-service-list__img img {
    width: 800px;
    height: auto;
  }
}
.p-service-list__item {
  padding: 4rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-service-list__item {
    padding: 35px;
  }
}
.p-service-list .c-headline-number02 + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-service-list .c-headline-number02 + * {
    margin-top: 19px;
  }
}
.p-service-list__title {
  color: #1D267D;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .p-service-list__title {
    font-size: 2rem;
  }
}
.p-service-list__title + * {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-service-list__title + * {
    margin-top: 28px;
  }
}
.p-service-list__title.-center {
  text-align: center;
  letter-spacing: 0;
}
.p-service-list__title.-center + .p-service-list__img[class] {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-service-list__title.-center + .p-service-list__img[class] {
    margin-top: 19px;
  }
}
.p-service-list__title.-center + .p-service-list__img[class] + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-service-list__title.-center + .p-service-list__img[class] + * {
    margin-top: 14px;
  }
}
.p-service-list__subtitle {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.07rem;
}
@media (max-width: 767px) {
  .p-service-list__subtitle {
    font-size: 1.25rem;
  }
}
.p-service-list__subtitle + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-service-list__subtitle + * {
    margin-top: 10px;
  }
}
.p-service-list__desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-service-list__desc + * {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .p-service-list__list {
    display: flex;
    gap: 0 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-service-list__list .p-service-list__item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .p-service-list__list .p-service-list__item + .p-service-list__item {
    margin-top: 19px;
  }
}

@media (min-width: 768px) {
  .p-service-list__list.-under02 {
    gap: 0 1.875rem;
  }
}
.p-service-list__list.-under02 .p-service-list__item {
  position: relative;
}
@media (min-width: 768px) {
  .p-service-list__list.-under02 .p-service-list__item {
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding: 2.5rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .p-service-list__list.-under02 .p-service-list__item {
    padding: 24px;
    padding-bottom: 49px;
  }
}
@media (max-width: 767px) {
  .p-service-list__list.-under02 .p-service-list__item + .p-service-list__item {
    margin-top: 19px;
  }
}
.p-service-list__list.-under02 .c-arr-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 2.5rem;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .p-service-list__list.-under02 .c-arr-btn {
    margin-bottom: 24px;
    margin-right: 24px;
  }
}

.p-service-imglist__text.-md + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-service-imglist__text.-md + * {
    margin-top: 24px;
  }
}
.p-service-imglist__text.-md .c-headline-number02 + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-service-imglist__text.-md .c-headline-number02 + * {
    margin-top: 14px;
  }
}
.p-service-imglist__text.-md .p-service-list__title {
  font-size: 2rem;
}
.p-service-imglist__text.-md .p-service-list__title + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-service-imglist__text.-md .p-service-list__title + * {
    margin-top: 24px;
  }
}
.p-service-imglist__text.-sm + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-service-imglist__text.-sm + * {
    margin-top: 24px;
  }
}
.p-service-imglist__text.-sm .c-headline-number02 + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-service-imglist__text.-sm .c-headline-number02 + * {
    margin-top: 14px;
  }
}
.p-service-imglist__text.-sm .p-service-list__title {
  font-size: 1.5rem;
}
.p-service-imglist__text.-sm .p-service-list__title + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-service-imglist__text.-sm .p-service-list__title + * {
    margin-top: 24px;
  }
}
.p-service-imglist__text.-sm .p-service-list__subtitle {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-service-list__item {
  position: relative;
}

.c-service-bg {
  position: absolute;
  z-index: -1;
  top: -5rem;
  left: -5rem;
}
@media (max-width: 767px) {
  .c-service-bg {
    width: 100px;
    left: -2rem;
  }
}

.c-imgflex-wrap {
  position: relative;
}

.c-service-banner-bg {
  position: absolute;
  z-index: -1;
  top: -15rem;
  right: -10rem;
}
@media (max-width: 767px) {
  .c-service-banner-bg {
    width: 100px;
    top: -5rem;
    right: -2rem;
  }
}/*# sourceMappingURL=style.css.map */