@charset "UTF-8";
/* ===================================================================
Theme Name:
Theme URI:
Description:
Author: FURAZOA inc
Author URI: https://furazoa.com
Version: 1.0.1
=================================================================== */
/*
* flocss: https://github.com/hiloki/flocss
*/
/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

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

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* Base
   ----------------------------------------------------------------- */
/* ==========================================================================
   Global
   ========================================================================== */
/* Noto Sansを使わない場合
$font-sans: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
  Meiryo, メイリオ, sans-serif;
*/
/* ==========================================================================
   Global
   ========================================================================== */
/* Mixin
   ----------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, メイリオ, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background: #fff;
  opacity: 0;
}
body.is-load {
  opacity: 1;
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

/* Noto Sans使用時 IEはメイリオに変更 */
/* stylelint-disable-next-line selector-type-no-unknown, selector-pseudo-class-no-unknown */
_:input-placeholder,
:root body {
  font-family: Meiryo, "メイリオ", sans-serif;
}

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

table {
  border-collapse: collapse;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

ul,
li {
  list-style-type: none;
}

::-moz-selection {
  color: #333;
  text-shadow: none;
  background-color: #187bdb; /* Required when declaring ::selection */
}

::selection {
  color: #333;
  text-shadow: none;
  background-color: #187bdb; /* Required when declaring ::selection */
}

.legacy-ie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background: #eee;
}

.legacy-ie a {
  text-decoration: none;
}

.noscript {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
/* Layout
   ----------------------------------------------------------------- */
.l-main {
  background-color: #F6F6F6;
}

.l-page {
  padding: 1.5vw;
  overflow: clip;
}
.l-page__header {
  padding-top: 128px;
}
.l-page__title {
  position: relative;
}
.l-page__title .ja {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.l-page__title .en {
  margin-top: 16px;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #0B57A0;
  letter-spacing: 0.1em;
}
.l-page__title::before {
  position: absolute;
  top: -50px;
  left: 0;
  display: block;
  width: 34px;
  height: 34px;
  content: "";
  background: url("assets/img/common/page-title_decoration.svg") no-repeat 50%/contain;
}
.l-page__breadcrumb {
  margin-top: 21px;
  text-align: right;
}
.l-page__mainview {
  width: 100%;
  height: auto;
  aspect-ratio: 340/160;
  margin-top: 17px;
  overflow: hidden;
  background-color: gray;
  border-radius: 10px;
}
.l-page__mainview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-page__container {
  padding-top: 30px;
  padding-bottom: 30vw;
}

/* Base
   ----------------------------------------------------------------- */
/* Header
   ----------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-header.is-open .l-header__nav {
  pointer-events: all;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header.is-open .l-header__bg {
  opacity: 1;
}
.l-header__inner {
  position: fixed;
  top: 3vw;
  right: 3vw;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 44px;
  background-color: #fff;
  border-radius: 60px;
}
.l-header__logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 154px;
  height: 64px;
  background-color: #fff;
  border-radius: 0 0 20px;
}
.l-header__logo::before {
  position: absolute;
  top: calc(1.5vw - 1px);
  right: 1px;
  display: block;
  width: 17px;
  height: 17px;
  content: "";
  background-image: url("./assets/img/common/frame_corner.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateX(100%) scale(-1, -1);
          transform: translateX(100%) scale(-1, -1);
}
.l-header__logo::after {
  position: absolute;
  bottom: 1px;
  left: calc(1.5vw - 1px);
  display: block;
  width: 17px;
  height: 17px;
  content: "";
  background-image: url("./assets/img/common/frame_corner.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(100%) scale(-1, -1);
          transform: translateY(100%) scale(-1, -1);
}
.l-header__logo a {
  display: block;
  width: 120px;
}
.l-header__logo img {
  width: 100%;
}
.l-header__entry {
  display: none;
  width: 276px;
  height: 100%;
  overflow: hidden;
  border-radius: 25px;
}
.l-header__entry li {
  width: 50%;
  height: 100%;
}
.l-header__entry li:nth-child(1) a {
  background-color: #187bdb;
}
.l-header__entry li:nth-child(2) a {
  background-color: #0B57A0;
}
.l-header__entry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.l-header__entry a span {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.l-header__nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  padding: 180px 0 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.2s;
  transition: opacity 0.3s ease 0.2s;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
}
.l-header__nav::after {
  position: absolute;
  top: calc(20.5vw + 100px);
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(100vh - 20.5vw - 100px);
  content: "";
  background-color: #fff;
}
.l-header__nav .nav__content {
  height: 100%;
  padding: 0 6.1vw;
  overflow-y: auto;
}
.l-header__nav .nav__inner {
  display: grid;
  grid-template-rows: 1fr repeat(2, auto);
  max-width: 820px;
  height: 100%;
  margin: 0 auto;
}
.l-header__nav .nav-list__item {
  border-bottom: solid 1px #b5ab9d;
}
.l-header__nav .nav-list__item .title {
  position: relative;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #0B57A0;
  letter-spacing: 0.1em;
}
.l-header__nav .nav-list__item .title::before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 14px;
  height: 2px;
  content: "";
  background-color: #0B57A0;
  border-radius: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__nav .nav-list__item .title::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 2px;
  height: 14px;
  content: "";
  background-color: #0B57A0;
  border-radius: 10px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__nav .nav-list__item .title.is-open::after {
  opacity: 0;
}
.l-header__nav .nav-list__item .child {
  display: none;
  padding: 0 0 20px 8px;
  padding-left: 8px;
}
.l-header__nav .nav-list__item .child li + li {
  margin-top: 10px;
}
.l-header__nav .nav-list__item .child a {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #0B57A0;
}
.l-header__nav .nav-list__item .child a::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 7px;
  height: 10px;
  content: "";
  background-image: url("./assets/img/common/icon_arrow02.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: invert(21%) sepia(100%) saturate(1417%) hue-rotate(192deg) brightness(95%) contrast(93%);
          filter: invert(21%) sepia(100%) saturate(1417%) hue-rotate(192deg) brightness(95%) contrast(93%);
}
.l-header__nav .nav-link {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.l-header__nav .nav-link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 75px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 100px;
}
.l-header__nav .nav-link a .text {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.l-header__nav .nav-link a .arrow {
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  width: 51px;
  height: 51px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__nav .nav-link a .arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 13px;
  content: "";
  background-image: url("./assets/img/common/icon_arrow01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header__nav .nav-link a.button--mypage {
  background-color: #187bdb;
}
.l-header__nav .nav-link a.button--mypage span::before {
  -webkit-filter: invert(41%) sepia(15%) saturate(5943%) hue-rotate(186deg) brightness(92%) contrast(92%);
          filter: invert(41%) sepia(15%) saturate(5943%) hue-rotate(186deg) brightness(92%) contrast(92%);
}
.l-header__nav .nav-link a.button--entry {
  background-color: #0B57A0;
}
.l-header__nav .nav-link a.button--entry span::before {
  -webkit-filter: invert(21%) sepia(100%) saturate(1417%) hue-rotate(192deg) brightness(95%) contrast(93%);
          filter: invert(21%) sepia(100%) saturate(1417%) hue-rotate(192deg) brightness(95%) contrast(93%);
}
.l-header__nav .nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(48px, 70 / 1440 * 100vw, 70px) 0;
}
.l-header__nav .nav-bottom li {
  padding: 0 clamp(12px, 20 / 390 * 100vw, 20px);
}
.l-header__nav .nav-bottom li:nth-child(n+2) {
  position: relative;
}
.l-header__nav .nav-bottom li:nth-child(n+2)::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 18px;
  content: "";
  background-color: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__nav .nav-bottom li.copyright {
  width: 100%;
  padding: 0;
  margin-top: 28px;
}
.l-header__nav .nav-bottom li.copyright::before {
  content: none;
}
.l-header__nav .nav-bottom p {
  font-family: "Dosis", sans-serif;
  font-size: clamp(10px, 14 / 1440 * 100vw, 14px);
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  opacity: 0.8;
}
.l-header__nav .nav-bottom a {
  position: relative;
  padding-left: 28px;
  font-size: clamp(12px, 14 / 1440 * 100vw, 14px);
  font-weight: 500;
}
.l-header__nav .nav-bottom a span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #0B57A0;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__nav .nav-bottom a span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 9px;
  content: "";
  background-image: url("./assets/img/common/icon_arrow01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
}
.l-header__nav .nav__decoration {
  position: absolute;
  top: 100px;
  left: 50%;
  z-index: -1;
  display: block;
  width: 110%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header__nav .nav__decoration span {
  display: block;
  width: 100%;
  aspect-ratio: 390/80;
  -webkit-clip-path: ellipse(50% 100% at 50% 100%);
          clip-path: ellipse(50% 100% at 50% 100%);
  background-color: #fff;
}
.l-header__nav .nav__decoration::before {
  position: absolute;
  top: -24%;
  left: 12.3vw;
  width: 8.7vw;
  height: 8.7vw;
  content: "";
  background-image: url("./assets/img/common/header_nav_decoration01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.l-header__nav .nav__decoration::after {
  position: absolute;
  top: -26.3%;
  right: 12.3vw;
  width: 37.8vw;
  height: 10.2vw;
  content: "";
  background-image: url("./assets/img/common/header_nav_decoration02_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.l-header__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(51, 51, 51, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* Base
   ----------------------------------------------------------------- */
/* Footer
   ----------------------------------------------------------------- */
.l-footer {
  position: relative;
  z-index: 0;
  padding: calc(40px + 8.8vw) 0 80px;
  margin-top: -15.8vw;
  overflow: hidden;
  color: #fff;
}
.l-footer::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 110%;
  aspect-ratio: 390/80;
  -webkit-clip-path: ellipse(50% 100% at 50% 100%);
          clip-path: ellipse(50% 100% at 50% 100%);
  content: "";
  background-color: #0B57A0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-footer::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(100% - 12.5vw);
  content: "";
  background-color: #0B57A0;
}
.l-footer__container {
  max-width: 1220px;
  padding: 0 4.8vw;
  margin: 0 auto;
}
.l-footer__top {
  position: relative;
}
.l-footer__top .top-copy {
  position: relative;
  text-align: center;
}
.l-footer__top .top-copy__text1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(28px, 38 / 1440 * 100vw, 38px);
  font-weight: bold;
  line-height: 1.8;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
.l-footer__top .top-copy__text2 {
  margin-top: clamp(28px, 40 / 1440 * 100vw, 40px);
  font-family: "Dosis", sans-serif;
  font-size: clamp(16px, 22 / 1440 * 100vw, 22px);
  font-weight: 500;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
.l-footer__top .top-nav {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4px;
  margin-top: 52px;
}
.l-footer__top .top-nav__card {
  position: relative;
  display: block;
  padding: 20px 0;
  padding-right: 32px;
  color: #fff;
  border-bottom: solid 1px #fff;
}
.l-footer__top .top-nav__card .ja {
  font-size: clamp(16px, 18 / 390 * 100vw, 18px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.l-footer__top .top-nav__card .en {
  margin-top: 12px;
  font-family: "Dosis", sans-serif;
  font-size: clamp(12px, 14 / 1440 * 100vw, 14px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.l-footer__top .top-nav__card .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__top .top-nav__card .arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 11px;
  height: 10px;
  content: "";
  background-image: url("./assets/img/common/icon_arrow01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: invert(21%) sepia(100%) saturate(1417%) hue-rotate(192deg) brightness(95%) contrast(93%);
          filter: invert(21%) sepia(100%) saturate(1417%) hue-rotate(192deg) brightness(95%) contrast(93%);
}
.l-footer__en {
  position: absolute;
  right: 0;
  bottom: -58px;
  width: 137px;
  text-align: right;
}
.l-footer__bottom {
  margin-top: 40px;
}
.l-footer__bottom .bottom-information {
  margin-top: 45px;
}
.l-footer__bottom .bottom-information .logo {
  width: 70%;
  max-width: 240px;
  margin: 0 auto;
}
.l-footer__bottom .bottom-information .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 clamp(20px, 40 / 390 * 100vw, 40px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 44px;
}
.l-footer__bottom .bottom-information .link a {
  position: relative;
  padding-left: 28px;
  font-weight: 500;
  color: #fff;
}
.l-footer__bottom .bottom-information .link a span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__bottom .bottom-information .link a span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 9px;
  content: "";
  background-image: url("./assets/img/common/icon_arrow01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: invert(21%) sepia(100%) saturate(1417%) hue-rotate(192deg) brightness(95%) contrast(93%);
          filter: invert(21%) sepia(100%) saturate(1417%) hue-rotate(192deg) brightness(95%) contrast(93%);
}
.l-footer__bottom .bottom-nav__item {
  border-bottom: solid 1px #b5ab9d;
}
.l-footer__bottom .bottom-nav__item .title {
  position: relative;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.l-footer__bottom .bottom-nav__item .title span {
  opacity: 0.8;
}
.l-footer__bottom .bottom-nav__item .title::before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 14px;
  height: 2px;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__bottom .bottom-nav__item .title::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 2px;
  height: 14px;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__bottom .bottom-nav__item .title.is-open::after {
  opacity: 0;
}
.l-footer__bottom .bottom-nav__item ul {
  display: none;
  padding: 0 0 20px 8px;
}
.l-footer__bottom .bottom-nav__item li + li {
  margin-top: 10px;
}
.l-footer__bottom .bottom-nav__item a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-weight: 500;
  color: #fff;
}
.l-footer__bottom .bottom-nav__item a::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 6px;
  height: 9px;
  content: "";
  background-image: url("./assets/img/common/icon_arrow02.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
}
.l-footer__copyright {
  margin-top: 28px;
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  opacity: 0.8;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
/* Project
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
.p-form {
  max-width: 840px;
  margin: 0 auto;
  border-top: 2px solid #F6F6F6;
  /**
  * error message
  */
}
.p-form .error {
  display: block;
  margin-top: 0.5em;
  font-size: 85%;
  color: #b70000;
}

.p-form__group {
  padding: 12px 0;
}

.p-form__group + .p-form__group {
  border-top: 2px solid #F6F6F6;
}

.p-form__row {
  padding: 12px 0;
}
.p-form__row > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-form__row > dt > label {
  padding-right: 16px;
  font-size: 13px;
  font-weight: 500;
}
.p-form__row > dt > label > small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #657786;
}
.p-form__row > dt > .tag {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 18px;
  padding: 0 6px;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #657786;
  border-radius: 2px;
}
.p-form__row > dt > .tag--required {
  color: #fff;
  background-color: #187bdb;
}
.p-form__row > dd {
  margin-top: 6px;
}

.p-form-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.p-form-controls .p-form-control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 8px;
}
.p-form-controls .p-form-control + .p-form-control {
  margin-top: 0;
}

.p-form-control {
  position: relative;
}
.p-form-control + .p-form-control {
  margin-top: 10px;
}
.p-form-control input[type=text],
.p-form-control input[type=number],
.p-form-control input[type=email],
.p-form-control input[type=tel] {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  vertical-align: middle;
  background-color: #f0f1f7;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.p-form-control input[type=text]::-webkit-input-placeholder, .p-form-control input[type=number]::-webkit-input-placeholder, .p-form-control input[type=email]::-webkit-input-placeholder, .p-form-control input[type=tel]::-webkit-input-placeholder {
  color: rgba(101, 119, 134, 0.4);
}
.p-form-control input[type=text]::-moz-placeholder, .p-form-control input[type=number]::-moz-placeholder, .p-form-control input[type=email]::-moz-placeholder, .p-form-control input[type=tel]::-moz-placeholder {
  color: rgba(101, 119, 134, 0.4);
}
.p-form-control input[type=text]:-ms-input-placeholder, .p-form-control input[type=number]:-ms-input-placeholder, .p-form-control input[type=email]:-ms-input-placeholder, .p-form-control input[type=tel]:-ms-input-placeholder {
  color: rgba(101, 119, 134, 0.4);
}
.p-form-control input[type=text]::-ms-input-placeholder, .p-form-control input[type=number]::-ms-input-placeholder, .p-form-control input[type=email]::-ms-input-placeholder, .p-form-control input[type=tel]::-ms-input-placeholder {
  color: rgba(101, 119, 134, 0.4);
}
.p-form-control input[type=text]::placeholder,
.p-form-control input[type=number]::placeholder,
.p-form-control input[type=email]::placeholder,
.p-form-control input[type=tel]::placeholder {
  color: rgba(101, 119, 134, 0.4);
}
.p-form-control input[type=text]:focus,
.p-form-control input[type=number]:focus,
.p-form-control input[type=email]:focus,
.p-form-control input[type=tel]:focus {
  border-color: #0B57A0;
  outline: 0;
  -webkit-box-shadow: rgba(11, 87, 160, 0.5) 0 0 5px 2px;
          box-shadow: rgba(11, 87, 160, 0.5) 0 0 5px 2px;
}
.p-form-control textarea {
  width: 100%;
  padding: 12px;
  font-size: 12px;
  vertical-align: middle;
  background-color: #f0f1f7;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.p-form-control textarea::-webkit-input-placeholder {
  color: #657786;
}
.p-form-control textarea::-moz-placeholder {
  color: #657786;
}
.p-form-control textarea:-ms-input-placeholder {
  color: #657786;
}
.p-form-control textarea::-ms-input-placeholder {
  color: #657786;
}
.p-form-control textarea::placeholder {
  color: #657786;
}
.p-form-control textarea:focus {
  border-color: #0B57A0;
  outline: 0;
  -webkit-box-shadow: rgba(11, 87, 160, 0.5) 0 0 5px 2px;
          box-shadow: rgba(11, 87, 160, 0.5) 0 0 5px 2px;
}
.p-form-control > p {
  margin-top: 4px;
  color: #657786;
}
.p-form-control--zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-form-control--zip .c-input {
  position: relative;
  min-width: 120px;
}
.p-form-control--zip .c-input + .c-input {
  margin-left: 20px;
}
.p-form-control--zip .c-input + .c-input::before {
  position: absolute;
  top: calc(50% + 12px);
  left: -13px;
  line-height: 0;
  content: "-";
}

.p-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  text-align: center;
}
.p-form__actions .back-btn {
  display: block;
  margin: 24px auto;
}
.p-form__actions .back-btn:hover {
  text-decoration: underline;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.page-contact-confirm .p-form__row--labeled dt,
.page-contact-confirm .p-form__row--top dt {
  padding-top: 0;
}
.page-contact-confirm .p-form-controls .p-form-control {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
}
.page-contact-confirm .p-form-control .c-input label {
  display: none;
}
.page-contact-confirm .p-form-control .c-select::before {
  display: none;
}
.page-contact-confirm .p-form-control--zip .c-input {
  min-width: 0;
}
.page-contact-confirm .p-form-control--zip .c-input + .c-input::before {
  top: 50%;
}
.page-contact-confirm .p-form-radios--horizontal {
  margin: 0;
}

/* Base
   ----------------------------------------------------------------- */
.p-editor-content {
  word-break: break-word;
}
.p-editor-content h2 {
  margin: 40px 0 16px;
  font-size: 18px;
}
.p-editor-content h3 {
  margin: 40px 0 16px;
  font-size: 16px;
}
.p-editor-content h4 {
  margin: 24px 0 12px;
  font-size: 15px;
}
.p-editor-content h5 {
  margin: 16px 0 12px;
  font-size: 15px;
}
.p-editor-content h6 {
  margin: 15px 0 10px;
  font-size: 14px;
  font-weight: normal;
}
.p-editor-content p {
  margin-bottom: 0.5em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
}
.p-editor-content p a {
  text-decoration: underline;
}
.p-editor-content p + p {
  margin-top: 0.5em;
}
.p-editor-content img {
  height: auto;
  margin-bottom: 15px;
}
.p-editor-content .aligncenter {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.p-editor-content ul {
  margin: 24px 0;
  list-style: none;
}
.p-editor-content ul > li {
  position: relative;
  padding-left: 0.9em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  text-indent: -0.9em;
}
.p-editor-content ul > li::before {
  content: "・";
}
.p-editor-content ul > li:nth-child(n+2) {
  margin-top: 0.5em;
}
.p-editor-content ol {
  margin: 24px 0;
  counter-reset: number 0;
}
.p-editor-content ol > li {
  position: relative;
  padding-left: 0.9em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  text-indent: -0.9em;
}
.p-editor-content ol > li::before {
  content: counter(number) ". ";
  counter-increment: number 1;
}
.p-editor-content ol > li:nth-child(n+2) {
  margin-top: 0.5em;
}
.p-editor-content blockquote {
  padding: 16px;
  margin: 15px 0;
  background: #F6F6F6;
}
.p-editor-content blockquote p {
  margin-bottom: 0;
  letter-spacing: 0;
}
.p-editor-content hr {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.2em auto;
  border: 0;
  border-top: 1px solid #ccc;
}
.p-editor-content .wp-block-table {
  margin: 24px 0;
}
.p-editor-content table th {
  color: #fff;
  background-color: #0B57A0;
}
.p-editor-content table th,
.p-editor-content table td {
  padding: 12px 18px;
  font-size: 12px;
  font-weight: 500;
  word-break: break-all;
  vertical-align: top;
  border: solid 1px #b5ab9d;
}
.p-editor-content iframe {
  max-width: 100%;
}

/* Base
   ----------------------------------------------------------------- */
.p-pagination {
  margin-top: 40px;
}
.p-pagination .p-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -4px;
}
.p-pagination .p-pagination__item {
  padding: 0 4px;
}
.p-pagination .p-pagination__item .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  color: #b5ab9d;
  letter-spacing: 0;
  background-color: #fff;
  border: solid 1px #b5ab9d;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-pagination .p-pagination__item .page-numbers.current {
  color: #fff;
  background-color: #b5ab9d;
}
.p-pagination .p-pagination__item .page-numbers.dots {
  width: 8px;
  background-color: transparent;
  border: none;
}

/* Base
   ----------------------------------------------------------------- */
.p-people-card .thumbnail {
  position: relative;
  width: calc(100% - 60px);
  max-width: 280px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}
.p-people-card .thumbnail .inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.p-people-card .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-people-card .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 8px;
}
.p-people-card .tag__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 6px 24px;
  font-weight: 500;
  color: #0B57A0;
  background-color: #fff;
  border: solid 1px #0B57A0;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-people-card .tag__text {
  display: inline-block;
}
.p-people-card .tag__text:not(:last-child) {
  position: relative;
  padding-right: 16px;
  margin-right: 6px;
}
.p-people-card .tag__text:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
}
.p-people-card .title {
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
}
.p-people-card .information {
  margin-top: 8px;
  opacity: 0.8;
}
.p-people-card .information__text {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}
.p-people-card .information__text:not(:last-child)::after {
  content: " / ";
}
.p-people-card.card--white .title {
  color: #fff;
}
.p-people-card.card--white .information__text {
  color: #fff;
}

/* Base
   ----------------------------------------------------------------- */
.p-recruitments__block {
  overflow: hidden;
  border-radius: 60px;
}
.p-recruitments__block.is-open {
  border-radius: 20px;
}
.p-recruitments__block + .p-recruitments__block {
  margin-top: 28px;
}
.p-recruitments__title {
  position: relative;
  padding: 20px 50px 20px 26px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background-color: #0B57A0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-recruitments__title span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-recruitments__title::before {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 28px;
  height: 28px;
  content: "";
  background-image: url("./assets/img/common/p-recruitments_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
}
.p-recruitments__title.is-open {
  color: #0B57A0;
  background-color: #fff;
}
.p-recruitments__title.is-open::before {
  -webkit-filter: invert(21%) sepia(100%) saturate(1417%) hue-rotate(192deg) brightness(95%) contrast(93%);
          filter: invert(21%) sepia(100%) saturate(1417%) hue-rotate(192deg) brightness(95%) contrast(93%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-recruitments__content {
  display: none;
  padding: 0 24px 60px;
  background-color: #fff;
}
.p-recruitments__table dt {
  padding: 22px 0 16px;
  font-size: 16px;
  font-weight: bold;
  color: #0B57A0;
}
.p-recruitments__table dd {
  padding: 0 0 22px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  border-bottom: solid 1px #b5ab9d;
}
.p-recruitments__action {
  margin-top: 40px;
}
.p-recruitments__action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 480px;
  padding: 24px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #187bdb;
  border-radius: 200px;
}

.p-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1180px;
  padding-right: 4.8vw;
  padding-left: 4.8vw;
  margin: 0 auto;
}

.p-container--lg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1280px;
  padding-right: 4.8vw;
  padding-left: 4.8vw;
  margin: 0 auto;
}

.p-container--sm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 880px;
  padding-right: 4.8vw;
  padding-left: 4.8vw;
  margin: 0 auto;
}

.p-section-title .p-section-title__en {
  font-family: "Dosis", sans-serif;
  font-size: clamp(28px, 48 / 390 * 100vw, 48px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-section-title .p-section-title__ja {
  margin-top: 12px;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.p-section-title.title--primary {
  color: #0B57A0;
}
.p-section-title.title--white {
  color: #fff;
}

.p-breadcrumb {
  font-size: 10px;
  font-weight: 500;
}
.p-breadcrumb > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-breadcrumb > span span {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 60%;
  padding-right: 16px;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-breadcrumb > span span a {
  text-decoration: underline;
}
.p-breadcrumb > span span::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6px;
  height: 10px;
  content: "";
  background: url("assets/img/common/p-breadcrumb_slash.svg") no-repeat 50%/contain;
}
.p-breadcrumb > span span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
}
.p-breadcrumb > span span:first-child a::before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background: url("assets/img/common/p-breadcrumb_home.svg") no-repeat 50%/contain;
}
.p-breadcrumb > span span.breadcrumb_last::after {
  content: none;
}

.p-frame {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.p-frame__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: solid 1.5vw #fff;
}
.p-frame__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-color: #fff;
  border-style: solid;
  border-width: 1.5vw;
  border-radius: 5vw;
  -o-border-image: initial;
     border-image: initial;
}
.p-frame__nav {
  position: fixed;
  right: calc(1.5vw - 1px);
  bottom: calc(1.5vw - 1px);
  width: 204px;
  padding: 3px 2px 8px 16px;
  background-color: #fff;
  border-radius: 14px 0 0;
}
.p-frame__nav::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 17px;
  height: 17px;
  content: "";
  background-image: url("./assets/img/common/frame_corner.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.p-frame__nav::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  content: "";
  background-image: url("./assets/img/common/frame_corner.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.p-frame__nav .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #0B57A0;
  cursor: pointer;
}
.p-frame__nav .title span {
  position: relative;
  display: block;
  width: 10px;
  height: 7px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-frame__nav .title svg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-frame__nav .title.is-closed span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-frame__nav ul {
  padding-top: 16px;
  border-top: solid 1px #b5ab9d;
}
.p-frame__nav ul li + li {
  margin-top: 8px;
}
.p-frame__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  font-weight: bold;
  color: #0B57A0;
}
.p-frame__nav a .c-arrow {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #0B57A0;
}
.p-frame__nav a .c-arrow::before {
  width: 9px;
  height: 8px;
  -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
}

.p-nopost {
  text-align: center;
}
.p-nopost__title {
  margin: 40px 0 clamp(48px, 64 / 1440 * 100vw, 64px);
  font-size: clamp(20px, 24 / 1440 * 100vw, 24px);
  font-weight: 500;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}

/* Base
   ----------------------------------------------------------------- */
/* Component
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
.c-button {
  position: relative;
  display: inline-block;
  padding: 22px 32px 22px 68px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
}
.c-button .c-arrow {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 36px;
  height: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button .c-arrow::before {
  width: 12px;
  height: 10px;
}
.c-button--primary {
  border-color: #0B57A0;
}
.c-button--primary .c-arrow {
  background-color: #0B57A0;
}
.c-button--primary .c-arrow::before {
  -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
}
.c-button--primary--sm {
  padding: 12px 42px 12px 12px;
  font-size: 15px;
  color: #0B57A0;
  letter-spacing: 0;
  border: none;
}
.c-button--primary--sm .c-arrow {
  right: 0;
  left: auto;
  width: 30px;
  height: 30px;
}
.c-button--white {
  color: #fff;
  border-color: #fff;
}
.c-button--white .c-arrow {
  background-color: #fff;
}
.c-button--white .c-arrow::before {
  -webkit-filter: invert(21%) sepia(100%) saturate(1417%) hue-rotate(192deg) brightness(95%) contrast(93%);
          filter: invert(21%) sepia(100%) saturate(1417%) hue-rotate(192deg) brightness(95%) contrast(93%);
}
.c-button--back .c-arrow::before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

.c-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Base
   ----------------------------------------------------------------- */
.c-headline {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.c-headline::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #D2D2D2;
}
.c-headline::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18%;
  height: 2px;
  content: "";
  background-color: #0B57A0;
}
.c-headline:has(.c-headline__icon) {
  grid-template-columns: 50px auto;
  gap: 16px;
}
.c-headline:has(.c-headline__icon) .c-headline__headline {
  gap: 8px;
}
.c-headline:has(.c-headline__headline-md) {
  padding-bottom: 14px;
}
.c-headline .c-headline__icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  background: #187bdb;
  border-radius: 50%;
}
.c-headline .c-headline__icon svg {
  width: 24px;
}
.c-headline .c-headline__headline {
  display: grid;
  gap: 8px;
}
.c-headline .c-headline__headline .-en {
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  color: #b5ab9d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.c-headline .c-headline__headline .-jp {
  font-size: 22px;
  font-style: medium;
  font-weight: 500;
  line-height: 140%;
  color: #0B57A0;
  letter-spacing: 0;
}
.c-headline .c-headline__headline .-jp.u-keepall {
  text-align: left;
}
.c-headline .c-headline__headline-md {
  gap: 10px;
}
.c-headline .c-headline__headline-md .-en {
  font-size: 12px;
}
.c-headline .c-headline__headline-md .-jp {
  font-size: 18px;
}

.c-menu-icon {
  position: relative;
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.c-menu-icon__wrap {
  position: relative;
  width: 19px;
  height: 12px;
}
.c-menu-icon__wrap > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0B57A0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-menu-icon__wrap > span:nth-child(1) {
  top: 0;
}
.c-menu-icon__wrap > span:nth-child(2) {
  top: 5px;
}
.c-menu-icon__wrap > span:nth-child(3) {
  top: 10px;
}
.c-menu-icon.is-open .c-menu-icon__wrap > span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(-35deg);
          transform: translateY(5px) rotate(-35deg);
}
.c-menu-icon.is-open .c-menu-icon__wrap > span:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.c-menu-icon.is-open .c-menu-icon__wrap > span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(35deg);
          transform: translateY(-5px) rotate(35deg);
}

.c-input label {
  display: inline-block;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 1;
  color: #657786;
}

.c-arrow {
  display: block;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  background-image: url("./assets/img/common/icon_arrow01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-arrow--primary {
  background-color: #0B57A0;
}
.c-arrow--primary::before {
  -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
}
.c-arrow--white {
  background-color: #fff;
}
.c-arrow--white::before {
  -webkit-filter: invert(21%) sepia(100%) saturate(1417%) hue-rotate(192deg) brightness(95%) contrast(93%);
          filter: invert(21%) sepia(100%) saturate(1417%) hue-rotate(192deg) brightness(95%) contrast(93%);
}

.c-select {
  position: relative;
}
.c-select::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  z-index: 2;
  width: 6px;
  height: 6px;
  content: "";
  border-top: solid 1px #0B57A0;
  border-right: solid 1px #0B57A0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mw_wp_form_confirm .c-select::before {
  display: none;
}
.c-select select {
  position: relative;
  width: 100%;
  padding: 12px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f0f1f7;
  border-radius: 4px;
}
.c-select select::-ms-expand {
  display: none;
}
.c-select select:focus {
  outline: 0;
  -webkit-box-shadow: rgba(11, 87, 160, 0.5) 0 0 5px 2px;
          box-shadow: rgba(11, 87, 160, 0.5) 0 0 5px 2px;
}

.c-radio,
.mwform-radio-field label {
  display: block;
  padding: 8px 0;
}
.c-radio input[type=radio],
.mwform-radio-field label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.c-radio input[type=radio] + .text,
.c-radio input[type=radio] + .mwform-radio-field-text,
.mwform-radio-field label input[type=radio] + .text,
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
  position: relative;
  cursor: pointer;
}
.c-radio input[type=radio] + .text::before,
.c-radio input[type=radio] + .mwform-radio-field-text::before,
.mwform-radio-field label input[type=radio] + .text::before,
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text::before {
  position: relative;
  top: calc(50% - 12px);
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  content: "";
  background: #f0f1f7;
  border: 1px solid #f0f1f7;
  border-radius: 100%;
}
.c-radio input[type=radio]:focus + .text::before,
.c-radio input[type=radio]:focus + .mwform-radio-field-text::before,
.mwform-radio-field label input[type=radio]:focus + .text::before,
.mwform-radio-field label input[type=radio]:focus + .mwform-radio-field-text::before {
  border-color: #f0f1f7;
  outline: none;
}
.c-radio input[type=radio]:disabled + .text::before,
.c-radio input[type=radio]:disabled + .mwform-radio-field-text::before,
.mwform-radio-field label input[type=radio]:disabled + .text::before,
.mwform-radio-field label input[type=radio]:disabled + .mwform-radio-field-text::before {
  background: #657786;
  border-color: #657786;
}
.c-radio input[type=radio]:checked + .text::after,
.c-radio input[type=radio]:checked + .mwform-radio-field-text::after,
.mwform-radio-field label input[type=radio]:checked + .text::after,
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #333;
  border-radius: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

/* Base
   ----------------------------------------------------------------- */
/* Utility
   ----------------------------------------------------------------- */

.u-hide-up-lg-only {
  display: none !important;
}

.u-keepall {
  word-break: keep-all;
}

.js-scrollHint {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.m-fadeIn {
  opacity: 0;
  -webkit-transition: all ease-out 1s;
  transition: all ease-out 1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.m-fadeIn.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.m-fadeinGroup > * {
  opacity: 0;
  -webkit-transition: all ease-out 1s;
  transition: all ease-out 1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.m-fadeinGroup > *:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.m-fadeinGroup > *:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.m-fadeinGroup > *:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.m-fadeinGroup > *:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.m-fadeinGroup > *:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.m-fadeinGroup > *:nth-child(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.m-fadeinGroup > *:nth-child(7) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.m-fadeinGroup > *:nth-child(8) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.m-fadeinGroup > *:nth-child(9) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.m-fadeinGroup > *:nth-child(10) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.m-fadeinGroup > *:nth-child(11) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.m-fadeinGroup > *:nth-child(12) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.m-fadeinGroup.is-active > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ==========================================================================
   Pages
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
.page-front .bg--gray {
  position: relative;
  z-index: 0;
  background-color: #F6F6F6;
}
.page-front .bg--gray::before {
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.page-front .bg--gray::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: calc(100% - 36px);
  background-color: #F6F6F6;
  border-radius: 20px 20px 0 0;
}
.page-front .bg--primary {
  position: relative;
  z-index: 1;
}
.page-front .bg--primary::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #0B57A0;
  border-radius: 20px;
}
.page-front .bg--primary::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 10%;
  content: "";
  background-color: #F6F6F6;
}
.page-front .mainview {
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.page-front .mainview__copy {
  position: absolute;
  bottom: 57.6vw;
  left: 50%;
  z-index: 2;
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(30px, 84 / 1440 * 100vw, 84px);
  font-weight: 900;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  text-shadow: 0 0 20px rgba(51, 51, 51, 0.4);
  letter-spacing: 0.1em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-front .mainview__slider {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 97vw;
  height: calc(100vh - 3vw);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-front .mainview__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 10%;
     object-position: center 10%;
}
.page-front .lead {
  position: relative;
  padding: 310px 0 calc(170px + 18.5vw);
  margin-top: 40vh;
}
.page-front .lead::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("./assets/img/front/lead_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.page-front .lead__content p {
  font-size: clamp(13px, 15 / 390 * 100vw, 15px);
  font-weight: bold;
  line-height: 2.6;
  color: #fff;
  letter-spacing: 0.1em;
}
.page-front .lead__content p + p {
  margin-top: 2.5rem;
}
.page-front .about {
  position: relative;
  z-index: 0;
  padding: 0 0 185px;
  margin-top: -10vw;
}
.page-front .about::before {
  position: absolute;
  top: -13.8vw;
  left: 50%;
  z-index: -1;
  width: 110%;
  aspect-ratio: 390/90;
  -webkit-clip-path: ellipse(50% 100% at 50% 100%);
          clip-path: ellipse(50% 100% at 50% 100%);
  content: "";
  background-color: #F6EFE7;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-front .about::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(100% - 6.5vw);
  content: "";
  background-color: #F6EFE7;
}
.page-front .about__circle {
  position: absolute;
  top: calc(-14vw - 40px);
  left: 50%;
  z-index: -1;
  width: 120vw;
  padding-top: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.8;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-front .about__circle svg {
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: auto;
}
.page-front .about__circle textPath {
  font-family: "Dosis", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.4rem;
  white-space: nowrap;
  fill: #fff;
}
.page-front .about__title {
  text-align: center;
}
.page-front .about__title .p-section-title__en {
  text-indent: 0.1em;
}
.page-front .about__title .p-section-title__ja {
  line-height: 1.8;
  text-indent: 0.1em;
}
.page-front .about-link {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 48px;
  margin-top: 64px;
}
.page-front .about-link__title {
  color: #0B57A0;
  letter-spacing: 0.1em;
}
.page-front .about-link__title .ja {
  font-size: clamp(26px, 40 / 1440 * 100vw, 40px);
}
.page-front .about-link__title .en {
  font-family: "Dosis", sans-serif;
  font-size: clamp(12px, 14 / 1440 * 100vw, 14px);
  font-weight: 500;
}
.page-front .about-link__card {
  display: block;
  margin-top: 20px;
}
.page-front .about-link__card .image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.page-front .about-link__card .image img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-front .about-link__card .text {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.page-front .about-link__card .c-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
}
.page-front .about-link__card .c-arrow::before {
  width: 13px;
  height: 11px;
}
.page-front .about-content__block {
  position: relative;
}
.page-front .about-content__block.block01 {
  margin-top: 78px;
}
.page-front .about-content__block.block01 .en {
  top: -54px;
  left: 0;
  width: 102px;
}
.page-front .about-content__block.block02 {
  margin-top: 82px;
}
.page-front .about-content__block.block02 .en {
  top: -58px;
  right: 0;
  width: 145px;
}
.page-front .about-content__block .en {
  position: absolute;
}
.page-front .about-content__block .image span {
  position: absolute;
  right: 2.3vw;
  bottom: 2.3vw;
  display: block;
  width: 21.6%;
  pointer-events: none;
}
.page-front .about-content__block .image .image__main {
  width: 100%;
  border: solid 4px #fff;
  border-radius: 16px;
}
.page-front .about-content__block .image a {
  position: relative;
}
.page-front .about-content__block .movie {
  position: relative;
  padding-top: 56.25%;
}
.page-front .about-content__block .movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid 4px #fff;
  border-radius: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-front .about-content__block .textbody {
  margin-top: 18px;
}
.page-front .about-content__block .textbody .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.page-front .news {
  position: relative;
  z-index: 2;
  padding: 124px 0 0;
}
.page-front .news-gallery {
  position: absolute;
  top: -120px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.page-front .news-gallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.page-front .news-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
}
.page-front .news-gallery__list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.page-front .news-gallery__item {
  width: 180px;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 12px;
}
.page-front .news__wrap {
  position: relative;
}
.page-front .news-list {
  margin-top: 32px;
  border-top: solid 1px #b5ab9d;
}
.page-front .news-list > li {
  border-bottom: solid 1px #b5ab9d;
}
.page-front .news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  padding: 20px 0;
}
.page-front .news-list__item .title {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-front .news-list__item .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-front .news-list__item .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 12px;
  min-width: 78px;
  padding-right: 12px;
}
.page-front .news-list__item .category li {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #0B57A0;
}
.page-front .news-list__item .category li::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  background-color: #0B57A0;
  border-radius: 50%;
}
.page-front .news-list__item .date {
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #b5ab9d;
  letter-spacing: 0.1em;
}
.page-front .news__action {
  margin-top: 28px;
}
.page-front .event {
  position: relative;
  z-index: 1;
  padding: 72px 0 40px;
}
.page-front .event .p-container {
  position: relative;
}
.page-front .event-head__text {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.page-front .event__en {
  position: absolute;
  top: -28px;
  right: 20px;
  width: 80px;
  text-align: right;
}
.page-front .event-content__pickup {
  margin-top: 28px;
}
.page-front .event .pickup__card .thumbnail {
  overflow: hidden;
  border-radius: 14px;
}
.page-front .event .pickup__card .thumbnail img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-front .event .pickup__card .date {
  margin-top: 12px;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #b5ab9d;
  letter-spacing: 0.1em;
}
.page-front .event .pickup__card .title {
  margin: 12px 0 16px;
  font-size: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-front .event .pickup__card .text {
  display: box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 行数指定 */
}
.page-front .event-content__list {
  margin-top: 28px;
}
.page-front .event-content__list .list li {
  border-bottom: solid 1px #b5ab9d;
}
.page-front .event-content__list .list li:first-child {
  border-top: solid 1px #b5ab9d;
}
.page-front .event-content__list .list__card {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
}
.page-front .event-content__list .list__card .thumbnail {
  overflow: hidden;
  border-radius: 10px;
}
.page-front .event-content__list .list__card .thumbnail img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-front .event-content__list .list__card .textbody {
  padding: 8px 0 0;
}
.page-front .event-content__list .list__card .date {
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #b5ab9d;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-front .event-content__list .list__card .title {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-front .event-content__list .action {
  margin-top: 28px;
}
.page-front .event-infinityscroll {
  margin-top: 56px;
}
.page-front .event-infinityscroll__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.page-front .event-infinityscroll__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  list-style: none;
}
.page-front .event-infinityscroll__list--left {
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.page-front .event-infinityscroll__item {
  margin-right: 12px;
}
.page-front .event-infinityscroll__item.text1, .page-front .event-infinityscroll__item.text2 {
  font-family: "Dosis", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  color: #b5ab9d;
  letter-spacing: 0.1em;
  white-space: nowrap;
  opacity: 0.3;
}
.page-front .event-infinityscroll__item.text1 {
  width: 162px;
}
.page-front .event-infinityscroll__item.text2 {
  width: 120px;
}
.page-front .event-infinityscroll__item.image {
  width: 38px;
}
.page-front .column {
  padding: 32px 0;
}
.page-front .column .column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
}
.page-front .column .column__item + .column__item {
  margin-top: 16px;
}
.page-front .column .column__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.page-front .work {
  position: relative;
  z-index: 1;
  padding: 40px 0 72px;
}
.page-front .work__wrap {
  position: relative;
}
.page-front .work__en {
  position: absolute;
  top: clamp(104px, 204 / 1440 * 100vw, 204px);
  left: clamp(13px, 133 / 1440 * 100vw, 133px);
  display: none;
  width: clamp(148px, 248 / 1440 * 100vw, 248px);
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
.page-front .work__image {
  margin-top: 20px;
  overflow: hidden;
  border-radius: 20px;
}
.page-front .work__text {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
.page-front .work__action {
  margin-top: 28px;
}
.page-front .people {
  position: relative;
  z-index: 1;
  padding: 0 0 72px;
}
.page-front .people__en {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 94px;
}
.page-front .people__text {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
.page-front .people__action {
  margin-top: 40px;
  text-align: center;
}
.page-front .people-slider {
  margin-top: 40px;
}
.page-front .people-slider__control {
  position: absolute;
  top: 112px;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.page-front .people-slider-next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.page-front .bgimage {
  position: relative;
  z-index: 0;
}
.page-front .bgimage::before {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 36px);
  content: "";
  background-image: url("./assets/img/front/bgimage_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-front .bgimage__text {
  padding: 82px 0 90px;
  font-family: "Dosis", sans-serif;
  font-size: clamp(28px, 3.3333333333vw, 48px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  text-shadow: 0 0 18px rgba(51, 51, 51, 0.4);
  letter-spacing: 0.1em;
}
.page-front .environment {
  position: relative;
  padding: 40px 0 30vw;
  background-color: #F6EFE7;
  border-radius: 20px;
}
.page-front .environment-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  margin-top: 36px;
}
.page-front .environment-list__card .image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.page-front .environment-list__card .image img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-front .environment-list__card .title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page-front .environment-list__card .en {
  margin-top: 4px;
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #0B57A0;
  letter-spacing: 0.1em;
}
.page-front .environment-list__card .c-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
}
.page-front .environment-list__card .c-arrow::before {
  width: 13px;
  height: 11px;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* Base
   ----------------------------------------------------------------- */
.page-notfound .l-page__title .ja {
  font-size: 30px;
}
.page-notfound .page-notfound__description p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.page-notfound .page-notfound__action {
  margin-top: 42px;
}

/* Base
   ----------------------------------------------------------------- */
.page-company .lead {
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
.page-company .lead__scroll {
  position: absolute;
  top: -2vw;
  left: 0;
  z-index: -1;
  width: 20.5vw;
  max-width: 176px;
}
.page-company .lead__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background-color: #187bdb;
  border-radius: 50%;
}
.page-company .lead__title::before {
  position: absolute;
  right: -6px;
  bottom: 25px;
  width: 72px;
  height: 6px;
  content: "";
  background-color: #187bdb;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-company .lead__copy {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  color: #187bdb;
  text-align: center;
}
.page-company .lead__text {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.page-company .section {
  margin-top: 28px;
}
.page-company .section__wrap {
  padding: 20px;
  background-color: #F6EFE7;
  border-radius: 16px;
}
.page-company .section__block {
  margin-top: 20px;
}
.page-company .section__block.block-movie {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 10px;
}
.page-company .section__block.block-movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid 4px #fff;
  border-radius: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-company .section__block.block-link .image {
  width: 100%;
  border: solid 4px #fff;
  border-radius: 16px;
}
.page-company .section__block.block-link span {
  position: absolute;
  right: 2.3vw;
  bottom: 2.3vw;
  display: block;
  width: 21.6%;
  pointer-events: none;
}
.page-company .section__block.block-link a {
  position: relative;
}

/* Base
   ----------------------------------------------------------------- */
.page-work__inner {
  position: relative;
}
.page-work__inner::before {
  position: absolute;
  top: -214px;
  left: -20px;
  display: block;
  width: 155px;
  height: 194px;
  background: url("assets/img/work/deco_scroll.svg") no-repeat 50%/contain;
}
.page-work__nav {
  position: relative;
}
.page-work__contents {
  margin-top: 48px;
}
.page-work__section {
  background-color: #F6EFE7;
  border-radius: 20px;
}
.page-work__section + .page-work__section {
  margin-top: 40px;
}
.page-work__section-container {
  padding: 40px 4.8%;
}
.page-work .side-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px 20px;
  padding-right: 4.8%;
  padding-left: 4.8%;
}
.page-work .side-nav__head {
  grid-column: span 2;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #0B57A0;
  letter-spacing: 0.01em;
}
.page-work .side-nav__section .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.page-work .side-nav__section .top__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #0B57A0;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-work .side-nav__section .top__arrow::after {
  display: block;
  width: 9px;
  height: 10px;
  content: "";
  background: url("assets/img/work/arrow_menu.svg") no-repeat 50%/contain;
}
.page-work .side-nav__section .block {
  padding-top: 9px;
  margin-top: 12px;
  border-top: 1px solid #b5ab9d;
}
.page-work .side-nav__section .block__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.page-work .side-nav__section .block__menu a::before {
  display: block;
  width: 8px;
  height: 1px;
  content: "";
  background-color: #333;
}
.page-work .section-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.page-work .section-image {
  aspect-ratio: 340/140;
  margin-top: 28px;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 10px;
}
.page-work .section-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-work .section-block + .section-block {
  margin-top: 72px;
}
.page-work .section-block__title {
  position: relative;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #0B57A0;
}
.page-work .section-block__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #d2d2d2;
}
.page-work .section-block__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 1px;
  content: "";
  background-color: #0B57A0;
}
.page-work .section-block__text {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.page-work .store-service {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px 0;
  margin: 0 auto;
}
.page-work .store-service__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px 12px;
  width: 340px;
  margin: 0 auto;
}
.page-work .store-service__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 64px;
  padding-left: 21px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.page-work .store-service__item::before {
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  background-color: #F6EFE7;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-work .store-service__item .text {
  font-size: 14px;
  font-weight: 500;
  color: #187bdb;
  letter-spacing: 0.1em;
}
.page-work .store-service__item .note {
  position: absolute;
  right: 7px;
  bottom: 5px;
  font-size: 6px;
  font-weight: 500;
  color: #187bdb;
}
.page-work .store-service__item:nth-child(3), .page-work .store-service__item:nth-child(7) {
  margin-left: 44px;
}
.page-work .store-service__deco {
  position: absolute;
}
.page-work .store-service__deco::before {
  display: block;
  content: "";
}
.page-work .store-service__deco.deco01 {
  top: 13px;
  right: 3px;
}
.page-work .store-service__deco.deco01::before {
  width: 66px;
  height: 31px;
  background: url("assets/img/work/deco_store-service_01.svg") no-repeat 50%/contain;
}
.page-work .store-service__deco.deco02 {
  bottom: 0;
  left: 0;
}
.page-work .store-service__deco.deco02::before {
  width: 68px;
  height: 40px;
  background: url("assets/img/work/deco_store-service_02.svg") no-repeat 50%/contain;
}
.page-work .store-compare {
  padding-top: 24px;
  margin-right: -4.8%;
  margin-left: -4.8%;
}
.page-work .store-compare__scroll {
  width: 100%;
  padding-bottom: 24px;
  overflow-x: auto;
}
.page-work .store-compare__table {
  width: 560px;
  height: auto;
  padding-right: 4.8%;
  padding-left: 4.8%;
}
.page-work .store-compare__table img {
  width: 100%;
}
.page-work .store-organization {
  padding-top: 24px;
  margin-right: -4.8%;
  margin-left: -4.8%;
}
.page-work .store-organization__scroll {
  width: 100%;
  padding-bottom: 24px;
  overflow-x: auto;
}
.page-work .store-organization__chart {
  width: 560px;
  height: auto;
  padding-right: 4.8%;
  padding-left: 4.8%;
}
.page-work .store-organization__chart img {
  width: 100%;
  border-radius: 10px;
}
.page-work .store-position {
  margin-top: 56px;
}
.page-work .store-position__image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.page-work .store-position__image img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-work .store-position__list {
  display: grid;
  grid-template-columns: 100%;
  gap: 54px;
  margin-top: 56px;
}
.page-work .store-position__list .card {
  position: relative;
  padding: 28px 15px 15px;
  background-color: #fff;
  border-radius: 12px;
}
.page-work .store-position__list .card__num {
  position: absolute;
  top: -34px;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88px;
  height: 88px;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #0B57A0;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #f7f7f7;
  border: 4px solid #fff;
  border-radius: 50%;
}
.page-work .store-position__list .card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 92%;
  margin: 0 auto 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.page-work .store-position__list .card__title::before {
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #0B57A0;
  border-radius: 50%;
}
.page-work .store-position__list .card__text {
  width: 92%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.page-work .store-position__list .card__desc {
  position: relative;
  margin-top: 36px;
}
.page-work .store-position__list .card__desc .head {
  position: absolute;
  top: -15PX;
  left: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88px;
  height: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #187bdb;
  background-color: #fff;
}
.page-work .store-position__list .card__desc .list {
  padding: 32px 18px 26px 21px;
  border: 1px solid #187bdb;
  border-radius: 10px;
}
.page-work .store-position__list .card__desc .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.page-work .store-position__list .card__desc .text::before {
  display: block;
  width: 10px;
  height: 8px;
  content: "";
  background: url("assets/img/work/icon_check.svg") no-repeat 50%/contain;
}
.page-work .store-position__list .card__desc .text:last-child {
  margin-bottom: 0;
}
.page-work .store-position__list .card:nth-child(even) {
  background-color: #f7f7f7;
}
.page-work .store-position__list .card:nth-child(even) .card__num {
  background-color: #fff;
  border-color: #f7f7f7;
}
.page-work .store-position__list .card:nth-child(even) .card__desc .head {
  background-color: #f7f7f7;
}
.page-work .store-member {
  position: relative;
  width: 92.31vw;
  padding-top: 35px;
  margin-right: -4.8%;
}
.page-work .store-member__slider {
  padding-bottom: 26px;
}
.page-work .store-member__slider .p-people-card .thumbnail {
  width: 100%;
}
.page-work .store-member__slider .p-people-card .title {
  font-size: 12px;
}
.page-work .store-member__slider .p-people-card .tag__wrap {
  padding: 6px 14px;
  font-size: 9px;
}
.page-work .store-member__slider .p-people-card .information {
  margin-top: 0;
}
.page-work .store-member__slider .p-people-card .information__text {
  font-size: 9px;
}
.page-work .store-member .member-slider__control .button-wrapper {
  position: absolute;
  top: -48px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 116px;
  height: 48px;
}
.page-work .store-member .member-slider__control .swiper-button-next,
.page-work .store-member .member-slider__control .swiper-button-prev {
  position: static;
  display: none;
  width: 48px;
  height: 48px;
  margin: 0;
}
.page-work .store-member .member-slider__control .swiper-button-next::after,
.page-work .store-member .member-slider__control .swiper-button-prev::after {
  content: none;
}
.page-work .store-member .member-slider__control .swiper-button-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-work .office-part {
  padding-top: 58px;
}
.page-work .office-part__list {
  display: grid;
  grid-template-columns: 100%;
  gap: 62px;
}
.page-work .office-part__item:nth-child(even) .job {
  background-color: #f7f7f7;
}
.page-work .office-part__item:nth-child(even) .job__num {
  background-color: #fff;
  border-color: #f7f7f7;
}
.page-work .office-part__item .job {
  position: relative;
  padding: 222px 28px 28px;
  background-color: #fff;
  border-radius: 12px;
}
.page-work .office-part__item .job__num {
  position: absolute;
  top: -34px;
  left: 11px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88px;
  height: 88px;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #0B57A0;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #f7f7f7;
  border: 4px solid #fff;
  border-radius: 50%;
}
.page-work .office-part__item .job__image {
  position: absolute;
  top: -24px;
  left: 50%;
  z-index: 1;
  width: 222px;
  height: 222px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-work .office-part__item .job__desc .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
}
.page-work .office-part__item .job__desc .title::before {
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #0B57A0;
  border-radius: 50%;
}
.page-work .office-part__item .job__desc .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.page-work .office-part__item .job__desc .keyword {
  margin-top: 20px;
  font-size: 0;
}
.page-work .office-part__item .job__desc .tag {
  display: inline-block;
  width: auto;
  height: 29px;
  padding: 0 18px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1;
  line-height: 29px;
  color: #fff;
  background-color: #b5ab9d;
  border-radius: 4px;
}
.page-work .office-member {
  position: relative;
  width: 92.31vw;
  padding-top: 35px;
  margin-right: -4.8%;
}
.page-work .office-member__slider {
  padding-bottom: 26px;
}
.page-work .office-member__slider .p-people-card .thumbnail {
  width: 100%;
}
.page-work .office-member__slider .p-people-card .title {
  font-size: 12px;
}
.page-work .office-member__slider .p-people-card .tag__wrap {
  padding: 6px 14px;
  font-size: 9px;
}
.page-work .office-member__slider .p-people-card .information {
  margin-top: 0;
}
.page-work .office-member__slider .p-people-card .information__text {
  font-size: 9px;
}
.page-work .office-member .member-slider__control .button-wrapper {
  position: absolute;
  top: -48px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 116px;
  height: 48px;
}
.page-work .office-member .member-slider__control .swiper-button-next,
.page-work .office-member .member-slider__control .swiper-button-prev {
  position: static;
  display: none;
  width: 48px;
  height: 48px;
  margin: 0;
}
.page-work .office-member .member-slider__control .swiper-button-next::after,
.page-work .office-member .member-slider__control .swiper-button-prev::after {
  content: none;
}
.page-work .office-member .member-slider__control .swiper-button-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Base
   ----------------------------------------------------------------- */
.c-balloon {
  position: relative;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  color: #fff;
  text-align: center;
  letter-spacing: 10%;
  background: #187bdb;
  border-radius: 50%;
}
.c-balloon::after {
  position: absolute;
  right: 7px;
  bottom: 14px;
  width: 32px;
  height: 5px;
  content: "";
  background: #187bdb;
  border-radius: 8px;
  -webkit-transform: rotate(43deg);
          transform: rotate(43deg);
}

.l-main.page-business {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(255, 248, 239)), color-stop(20%, rgb(246, 246, 246)));
  background: linear-gradient(0deg, rgb(255, 248, 239) 20%, rgb(246, 246, 246) 20%);
}
.l-main.page-business .about {
  background-color: #F6F6F6;
}

.page-business {
  text-align: justify;
}
.page-business .about {
  padding-bottom: 55px;
}
.page-business .about .about__top {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 26px 0 67px;
}
.page-business .about .about__top::after {
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 98px;
  height: 49px;
  content: "";
  background-image: url("assets/img/business/about-check-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.page-business .about .about__top .about__top__headline {
  display: grid;
  place-items: center;
}
.page-business .about .about__top .about__top__text {
  display: grid;
  gap: 27px;
  margin-top: 9px;
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
  text-align: justify;
}
.page-business .about .about__list {
  display: grid;
  gap: 28px;
  margin-top: 8px;
}
.page-business .about .about__item {
  padding: 26px 25px 22px;
  background-color: #fff;
  border-radius: 16px;
}
.page-business .about .about__item .about__item-figure {
  width: 100%;
  aspect-ratio: 16/12.1;
  overflow: hidden;
  border-radius: 10px;
}
.page-business .about .about__item .about__item-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-business .about .about__item .about__item-info {
  margin-top: 17px;
}
.page-business .about .about__item .about__item-headline {
  position: relative;
  padding-left: 0.9em;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}
.page-business .about .about__item .about__item-headline::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  background: #0B57A0;
  border-radius: 50%;
}
.page-business .about .about__item .about__item-text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  text-align: justify;
}
.page-business .advantage {
  position: relative;
  padding: 37px 0 12px;
  background-color: #FFF8EF;
  border-radius: 20px;
}
.page-business .advantage .advantage__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 28px;
}
.page-business .advantage .advantage__item {
  padding: 24px;
  background-color: #fff;
  border-radius: 10px;
}
.page-business .advantage .advantage__item .advantage__item-content {
  margin-top: 20px;
}
.page-business .advantage .advantage__item .advantage__item-figure {
  width: 100%;
  aspect-ratio: 16/10.4;
  overflow: hidden;
  border-radius: 12px;
}
.page-business .advantage .advantage__item .advantage__item-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-business .advantage .advantage__item .advantage__item-info {
  margin-top: 20px;
}
.page-business .advantage .advantage__item .advantage__item-headline {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  color: #0B57A0;
}
.page-business .advantage .advantage__item .advantage__item-text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  text-align: justify;
}
.page-business .advantage .advantage__group {
  display: grid;
  gap: 12px;
  margin-top: 25px;
}
.page-business .advantage .advantage__group .advantage__group__item {
  width: 100%;
  padding: 20px 20px 15px;
  border: 1px solid #0B57A0;
  border-radius: 16px;
}
.page-business .advantage .advantage__group .c-headline {
  margin-top: 20px;
}
.page-business .advantage .advantage__group .advantage__group-text {
  margin-top: 13px;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  text-align: justify;
}
.page-business .advantage .advantage__group .advantage__group-buttonWrap {
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 11px;
}

/* Base
   ----------------------------------------------------------------- */
.page-future .l-page__container {
  padding-bottom: 0;
}
.page-future .intro__container {
  padding: 30px 5% 54px;
  background-color: #0B57A0;
  border-radius: 28px 28px 0 0;
}
.page-future .intro__lead {
  margin-left: 20px;
  font-size: clamp(15px, 28 / 1400 * 100vw, 28px);
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
.page-future .intro__image {
  max-width: 340px;
  margin: 20px auto 0;
}
.page-future .section-block__title {
  position: relative;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #0B57A0;
}
.page-future .section-block__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #d2d2d2;
}
.page-future .section-block__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 1px;
  content: "";
  background-color: #0B57A0;
}
.page-future .mission {
  background-color: #0B57A0;
}
.page-future .mission__container {
  padding-top: 40px;
  background-color: #F6EFE7;
  border-radius: 28px 28px 0 0;
}
.page-future .mission__list {
  display: grid;
  grid-template-columns: 100%;
  gap: 50px;
  margin-top: 50px;
}
.page-future .mission__item .card {
  position: relative;
  padding: 25px;
  background-color: #fff;
  border-radius: 12px;
}
.page-future .mission__item .card__keyword {
  position: absolute;
  top: -39px;
  right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 108px;
  height: 108px;
  background-color: #f7f7f7;
  border: 4px solid #fff;
  border-radius: 50%;
}
.page-future .mission__item .card__keyword p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #187bdb;
  text-align: center;
}
.page-future .mission__item .card__title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.6;
}
.page-future .mission__item .card__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.page-future .mission__item:nth-child(even) .card {
  background-color: #f7f7f7;
}
.page-future .mission__item:nth-child(even) .card__keyword {
  background-color: #fff;
  border-color: #f7f7f7;
}
.page-future .esg__container {
  padding-top: 80px;
  padding-bottom: 48px;
  background-color: #F6EFE7;
}
.page-future .esg__body {
  margin-top: 28px;
}
.page-future .esg__head {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}
.page-future .esg__policy {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.6;
}
.page-future .esg__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.page-future .esg-image {
  padding-bottom: 30vw;
  background-color: #F6EFE7;
}
.page-future .esg-image__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-future .esg-image__body .image {
  width: calc(50% - 10px);
}
.page-future .esg-image__body .image img {
  border-radius: 15px;
}

/* Base
   ----------------------------------------------------------------- */
.archive-people__section.section01 {
  position: relative;
  padding: 40px 0 112px;
  margin-top: 48px;
  background-color: #187bdb;
  border-radius: 28px 28px 0 0;
}
.archive-people__section.section01::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 41px;
  content: "";
  background-color: #F6EFE7;
  border-radius: 28px 28px 0 0;
}
.archive-people__section.section01 .archive-people__title {
  color: #fff;
}
.archive-people__section.section02 {
  padding-bottom: 30vw;
  background-color: #F6EFE7;
}
.archive-people__section.section02 .archive-people__title .en {
  color: #b5ab9d;
}
.archive-people__title .en {
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.archive-people__title .ja {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.archive-people__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 52px 40px;
  margin-top: 48px;
}
.archive-people__anchorlink {
  margin-top: 60px;
}
.archive-people__anchorlink .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.archive-people__anchorlink .list li {
  width: 50%;
  padding: 0 10px;
}
.archive-people__anchorlink .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #b5ab9d;
}
.archive-people__anchorlink .list a .c-arrow {
  position: relative;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.archive-people__anchorlink .list a .c-arrow::before {
  width: 8px;
  height: 7px;
}

.single-people .mainview {
  position: relative;
  padding-top: 72px;
  overflow: hidden;
}
.single-people .mainview__breadcrumb {
  padding-right: 4.8vw;
}
.single-people .mainview__container {
  position: relative;
  z-index: 0;
  max-width: 680px;
  padding: 0 3.8vw 140px;
  margin: 20px auto 0;
}
.single-people .mainview__decoration01 {
  position: absolute;
  top: 20%;
  right: -19%;
  z-index: -1;
  width: 53.2vw;
  max-width: 720px;
  pointer-events: none;
}
.single-people .mainview__decoration01 span {
  display: block;
  padding-top: 100%;
}
.single-people .mainview__decoration01 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: solid 1px #187bdb;
  border-radius: 50%;
}
.single-people .mainview__decoration02 {
  position: absolute;
  top: -10px;
  right: 12px;
  width: 45px;
  height: 21px;
  pointer-events: none;
}
.single-people .mainview__decoration02::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
.single-people .mainview__decoration02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 21px;
  height: 21px;
  content: "";
  background-color: #187bdb;
  border-radius: 50%;
}
.single-people .mainview__decoration03 {
  position: absolute;
  top: 27%;
  left: 18px;
  width: 18px;
  height: 18px;
  pointer-events: none;
  background-color: #fff;
  border-radius: 50%;
}
.single-people .mainview-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-people .mainview-head__lead {
  font-size: clamp(26px, 36 / 1440 * 100vw, 36px);
  font-weight: bold;
}
.single-people .mainview-head__lead p {
  line-height: 1.8;
}
.single-people .mainview-head__information {
  margin-top: 16px;
}
.single-people .mainview-head__information .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single-people .mainview-head__information .tag__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 6px 24px;
  font-weight: 500;
  color: #0B57A0;
  background-color: #fff;
  border: solid 1px #0B57A0;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-people .mainview-head__information .tag__text {
  display: inline-block;
}
.single-people .mainview-head__information .tag__text:not(:last-child) {
  position: relative;
  padding-right: 16px;
  margin-right: 6px;
}
.single-people .mainview-head__information .tag__text:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
}
.single-people .mainview-head__information .text {
  margin-top: 10px;
  font-weight: 500;
  line-height: 1;
}
.single-people .mainview-head__information .name {
  margin-top: 8px;
  font-family: "Dosis", sans-serif;
  font-size: clamp(34px, 48 / 1440 * 100vw, 48px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.single-people .mainview-image {
  position: relative;
  padding-left: 40px;
  margin-top: -12px;
}
.single-people .mainview-image img {
  border-radius: 50%;
}
.single-people .mainview-profile {
  position: absolute;
  bottom: 0;
  left: 3.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 218px;
  height: 218px;
  padding: 0 40px;
  color: #fff;
  background-color: #187bdb;
  border-radius: 50%;
}
.single-people .mainview-profile::before {
  position: absolute;
  top: 18px;
  right: 8px;
  width: 52px;
  height: 6px;
  content: "";
  background-color: #187bdb;
  border-radius: 50px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.single-people .mainview-profile__title {
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
.single-people .mainview-profile__text {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}
.single-people .section__scroll {
  position: absolute;
  top: 0;
  right: -18.4vw;
  width: 51.2vw;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.single-people .section-main__image {
  padding-top: 58px;
}
.single-people .section-main__image .image {
  position: relative;
  z-index: 0;
  width: 77.6%;
  max-width: 400px;
  margin: 0 auto;
}
.single-people .section-main__image .image img {
  width: 100%;
  border-radius: 50%;
}
.single-people .section-main__image .image .decoration01 {
  position: absolute;
  z-index: -1;
  border: solid 1px #187bdb;
  border-radius: 50%;
}
.single-people .section-main__image .image .decoration02 {
  position: absolute;
  z-index: -1;
}
.single-people .section-main__image .image .decoration02::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
.single-people .section-main__image .image .decoration02::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #187bdb;
  border-radius: 50%;
}
.single-people .section.section01 {
  position: relative;
}
.single-people .section.section01 .section-main {
  position: relative;
  padding: 40px 0 60px;
}
.single-people .section.section01 .section-main__textbody {
  margin-top: 60px;
}
.single-people .section.section01 .section-main__image .image .decoration01 {
  top: -58px;
  right: -11.3%;
  width: 56.5%;
  height: 56.5%;
}
.single-people .section.section01 .section-main__image .image .decoration02 {
  bottom: -28px;
  left: 6px;
  width: 43px;
  height: 41px;
}
.single-people .section.section01 .section-main__image .image .decoration02::before {
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
}
.single-people .section.section01 .section-main__image .image .decoration02::after {
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
}
.single-people .section.section02 .section-main {
  padding: 28px 0 144px;
}
.single-people .section.section02 .section-main__textbody {
  margin-top: 50px;
}
.single-people .section.section02 .section-main__image .image .decoration01 {
  top: -58px;
  left: -6%;
  width: 43%;
  height: 43%;
}
.single-people .section.section02 .section-main__image .image .decoration02 {
  right: -9.3%;
  bottom: 5px;
  width: 61px;
  height: 40px;
}
.single-people .section.section02 .section-main__image .image .decoration02::before {
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
}
.single-people .section.section02 .section-main__image .image .decoration02::after {
  top: 0;
  right: 0;
  width: 23px;
  height: 23px;
}
.single-people .section-block + .section-block {
  margin-top: 64px;
}
.single-people .section-block__title {
  font-family: "Dosis", sans-serif;
  font-size: clamp(12px, 16 / 1440 * 100vw, 16px);
  font-weight: 500;
  color: #b5ab9d;
  letter-spacing: 0.1em;
}
.single-people .section-block__lead {
  margin-top: 12px;
  font-size: clamp(20px, 24 / 1440 * 100vw, 24px);
  font-weight: 500;
  color: #0B57A0;
}
.single-people .section-block__text {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.single-people .bgimage {
  position: relative;
  z-index: 0;
  padding-top: 71.7%;
}
.single-people .bgimage img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.single-people .bgimage::before {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 21px;
  content: "";
  background-color: #F6F6F6;
  border-radius: 0 0 20px 20px;
}
.single-people .bgimage::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 21px;
  content: "";
  background-color: #F6F6F6;
  border-radius: 20px 20px 0 0;
}
.single-people .bgimage__text {
  position: absolute;
  top: 50%;
  left: 6.4vw;
  font-family: "Dosis", sans-serif;
  font-size: clamp(28px, 3.3333333333vw, 48px);
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 18px rgba(51, 51, 51, 0.4);
  letter-spacing: 0.1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-people .episode {
  padding-bottom: 48px;
}
.single-people .episode .p-container {
  position: relative;
}
.single-people .episode__en {
  position: absolute;
  top: -24px;
  right: 4.8vw;
  width: 120px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.single-people .episode-content {
  padding: 16px 16px 24px;
  background-color: #fff;
  border: solid 1px #187bdb;
  border-radius: 20px;
}
.single-people .episode-content__image {
  text-align: center;
}
.single-people .episode-content__image img {
  width: 100%;
  max-width: 480px;
  border-radius: 16px;
}
.single-people .episode-content__textbody {
  margin-top: 20px;
  color: #187bdb;
}
.single-people .episode-content__textbody .title {
  font-family: "Dosis", sans-serif;
  font-size: clamp(12px, 16 / 1440 * 100vw, 16px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.single-people .episode-content__textbody .lead {
  margin-top: 8px;
  font-size: clamp(17px, 28 / 1440 * 100vw, 28px);
  font-weight: 500;
}
.single-people .episode-content__textbody .text {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.single-people .other {
  padding-top: 40px;
  padding-bottom: 30vw;
  overflow: hidden;
  background-color: #F6EFE7;
  border-radius: 28px 28px 0 0;
}
.single-people .other-head__title {
  position: relative;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #0B57A0;
  border-bottom: solid 1px #D2D2D2;
}
.single-people .other-head__title::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 60px;
  height: 1px;
  content: "";
  background-color: #0B57A0;
}
.single-people .other__swiper {
  overflow: visible;
}
.single-people .other-slider {
  margin-top: 40px;
}
.single-people .other-slider__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.single-people .other-slider__control .other-slider-next,
.single-people .other-slider__control .other-slider-prev {
  cursor: pointer;
}
.single-people .other-slider__control .other-slider-next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.single-people .other .p-people-card .thumbnail {
  width: 100%;
}

/* Base
   ----------------------------------------------------------------- */
.page-career-plan {
  text-align: justify;
}
.page-career-plan .p-container--lg {
  padding-right: 2.1vw;
  padding-left: 2.1vw;
}
.page-career-plan .path {
  margin-top: 28px;
  background-color: #fff;
  border-radius: 20px;
}
.page-career-plan .path .path__wrapper {
  padding: 43px 0 65px;
}
.page-career-plan .path .path__about {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0;
}
.page-career-plan .path .path__about__figure {
  width: 100%;
  min-width: 500px;
  padding-bottom: 36px;
}
.page-career-plan .path .path__about__figure-wrap {
  margin-top: 32px;
}
.page-career-plan .path .path__about__figure img {
  width: 100%;
}
.page-career-plan .path .path__list {
  display: grid;
  gap: 32px;
  margin-top: 28px;
}
.page-career-plan .path .path__item {
  display: grid;
}
.page-career-plan .path .path__item:nth-child(even) .path__item__inner {
  background: #FFF8EF;
}
.page-career-plan .path .path__item .path__item__inner {
  padding: 23px 25px 25px;
  background: #f7f7f7;
  border-radius: 12px;
}
.page-career-plan .path .path__item .path__item__headline {
  position: relative;
  padding-left: 17px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.page-career-plan .path .path__item .path__item__headline::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  background: #0B57A0;
  border-radius: 50%;
}
.page-career-plan .path .path__item .path__item__text {
  margin-top: 11px;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0;
}
.page-career-plan .break {
  margin: 65px 0;
}
.page-career-plan .break .break___figure {
  width: 100%;
  max-width: calc(100% - 28px);
  aspect-ratio: 16/11.85;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
.page-career-plan .break .break___figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-career-plan .mt-24 {
  margin-top: 78px;
}

/* Base
   ----------------------------------------------------------------- */
.page-training .p-container--lg {
  padding-right: 2.1vw;
  padding-left: 2.1vw;
}
.page-training .l-page__container {
  padding-top: 40px;
}
.page-training .training {
  text-align: justify;
}
.page-training .training .training__about {
  display: grid;
  gap: 14px;
}
.page-training .training .training__about .training__about__headline {
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  color: #187bdb;
  text-align: center;
}
.page-training .training .training__about .training__about__text {
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
}
.page-training .training .training__program {
  position: relative;
  padding: 40px 3vw 62px;
  margin-top: 40px;
  background: #fff;
  border-radius: 20px;
}
.page-training .training .training__program .training__program__about {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
}
.page-training .training .training__program .training__program__figure {
  width: 100%;
  min-width: 650px;
  padding-bottom: 34px;
}
.page-training .training .training__program .training__program__figure-wrap {
  margin-top: 26px;
}
.page-training .training .training__program .training__program__figure img {
  width: 100%;
}
.page-training .training .training__list {
  display: grid;
  gap: 23px;
  counter-reset: training;
}
.page-training .training .training__item {
  position: relative;
  padding-top: 33px;
}
.page-training .training .training__item:nth-child(even)::before {
  background: #fff;
  border-color: #FFF8EF;
}
.page-training .training .training__item:nth-child(even) .training__item__inner {
  background-color: #FFF8EF;
}
.page-training .training .training__item::before {
  position: absolute;
  top: 0;
  right: 20px;
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  padding: 10px 8px;
  font-family: "Dosis", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 160%;
  color: #0B57A0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "training " counter(training, decimal-leading-zero);
  counter-increment: training;
  background: #FFF8EF;
  border: 4px solid #fff;
  border-radius: 50%;
}
.page-training .training .training__item .training__item__inner {
  padding: 25px 28px;
  background-color: #fff;
  border-radius: 12px;
}
.page-training .training .training__item .training__item__headline {
  position: relative;
  padding: 0 75px 0 17px;
  font-size: 18px;
  font-weight: 700;
}
.page-training .training .training__item .training__item__headline::before {
  position: absolute;
  top: 0.56em;
  left: 0.18em;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  background: #0B57A0;
  border-radius: 50%;
}
.page-training .training .training__item .training__item__text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0;
}
.page-training .training .training__item .training__item__note {
  margin-top: 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
  color: #0B57A0;
  letter-spacing: 0;
}
.page-training .break {
  margin: 40px 0 35px;
}
.page-training .break .break___figure {
  width: 100%;
  max-width: calc(100% - 38px);
  aspect-ratio: 16/10.4;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
.page-training .break .break___figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Base
   ----------------------------------------------------------------- */
.page-welfare .welfare {
  display: grid;
  gap: 24px;
  max-width: 1100px;
  margin: 10px auto 0;
  text-align: justify;
}
.page-welfare .welfare .welfare__block {
  padding: 28px 16px 40px;
  background-color: #fff;
  border-radius: 12px;
}
.page-welfare .welfare .welfare__block:nth-child(even) {
  background-color: #FFF8EF;
}
.page-welfare .welfare .welfare__block .welfare__block__inner {
  display: grid;
  gap: 24px;
}
.page-welfare .welfare .welfare__block .welfare__main {
  display: grid;
  gap: 26px;
}
.page-welfare .welfare .welfare__block .welfare__main .welfare__main__figure {
  aspect-ratio: 16/11.4;
  overflow: hidden;
  border-radius: 14px;
}
.page-welfare .welfare .welfare__block .welfare__main .welfare__main__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-welfare .welfare .welfare__block .welfare__main .welfare__main__content {
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0;
}
.page-welfare .welfare .welfare__block .welfare__main .welfare__main__content *:first-child {
  margin-top: 0 !important;
}
.page-welfare .welfare .welfare__block .welfare__main .welfare__main__content *:last-child {
  margin-bottom: 0 !important;
}
.page-welfare .welfare .welfare__block .welfare__main .welfare__main__content a {
  color: #0B57A0;
  text-decoration: underline;
}
.page-welfare .welfare .welfare__block .welfare__main .welfare__main__content .mt-18 {
  margin-top: 24px;
}
.page-welfare .welfare .welfare__block .welfare__main .welfare__main__content .mt-24 {
  margin-top: 24px;
}
.page-welfare .welfare .welfare__block .welfare__main .welfare__main__content .text-right {
  text-align: right;
}
.page-welfare .welfare .welfare__block .welfare__main .welfare__main__content h3 {
  margin-top: 36px;
  font-size: 20px;
  font-style: medium;
  font-weight: 500;
  color: #0B57A0;
}
.page-welfare .welfare .welfare__block .welfare__main .welfare__main__content h3 + * {
  margin-top: 14px;
}
.page-welfare .welfare .welfare__block .welfare__main .welfare__main__content h4 {
  margin-top: 25px;
  font-size: 15px;
  font-style: medium;
  font-weight: 500;
  line-height: 140%;
  color: #0B57A0;
  letter-spacing: 0%;
}
.page-welfare .welfare .welfare__block .welfare__main .welfare__main__content h4 + * {
  margin-top: 9px;
}
.page-welfare .welfare .welfare__block .welfare__main .welfare__main__content ul li {
  position: relative;
  left: 15px;
  line-height: 1.6;
}
.page-welfare .welfare .welfare__block .welfare__main .welfare__main__content ul li::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "・";
}
.page-welfare .welfare .welfare__block .welfare__main .welfare__main__content .-check {
  position: relative;
  padding-left: 1.2em;
}
.page-welfare .welfare .welfare__block .welfare__main .welfare__main__content .-check::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.44596%208.13007L11.5708%200.277951C11.739%200.0926505%2011.9351%200%2012.1593%200C12.3835%200%2012.5797%200.0926505%2012.7478%200.277951C12.9159%200.463252%2013%200.683451%2013%200.938548C13%201.19365%2012.9159%201.41354%2012.7478%201.59822L5.03445%2010.122C4.86631%2010.3073%204.67015%2010.4%204.44596%2010.4C4.22178%2010.4%204.02562%2010.3073%203.85748%2010.122L0.242507%206.13808C0.074369%205.95278%20-0.00633752%205.73289%200.000388011%205.47841C0.00711354%205.22393%200.0948255%205.00374%200.263524%204.81782C0.432223%204.6319%200.632028%204.53925%200.862938%204.53987C1.09385%204.54048%201.29337%204.63313%201.46151%204.81782L4.44596%208.13007Z%22%20fill%3D%22%230B57A0%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left bottom;
}

/* Base
   ----------------------------------------------------------------- */
.archive-news__nav .inner {
  background-color: #0B57A0;
  border-radius: 16px;
}
.archive-news__nav .title {
  position: relative;
  padding: 18px 26px;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
.archive-news__nav .title::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 2px;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.archive-news__nav .title::after {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 2px;
  height: 12px;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.archive-news__nav .title.is-open::after {
  opacity: 0;
}
.archive-news__nav .list {
  display: none;
  padding: 22px 26px 28px;
  border-top: solid 1px #fff;
}
.archive-news__nav .list li + li {
  margin-top: 16px;
}
.archive-news__nav .list a {
  position: relative;
  display: block;
  padding: 0 0 0 14px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.archive-news__nav .list a::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
.archive-news__nav .list a.is-current {
  color: #b5ab9d;
}
.archive-news__nav .list a.is-current::before {
  background-color: #b5ab9d;
}
.archive-news__main {
  margin-top: 40px;
}
.archive-news__list li + li {
  margin-top: 28px;
}
.archive-news__card {
  position: relative;
  display: block;
  padding: 24px 84px 24px 24px;
  background-color: #fff;
  border-radius: 16px;
}
.archive-news__card .c-arrow {
  position: absolute;
  right: 24px;
  bottom: 34px;
  width: 32px;
  height: 32px;
}
.archive-news__card .c-arrow::before {
  width: 11px;
  height: 9px;
}
.archive-news__card .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive-news__card .category span {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #0B57A0;
}
.archive-news__card .category span::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #0B57A0;
  border-radius: 50%;
}
.archive-news__card .date {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  color: #b5ab9d;
  letter-spacing: 0.1em;
}
.archive-news__card .title {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

/* Base
   ----------------------------------------------------------------- */
.archive-event__list li + li {
  margin-top: 28px;
}
.archive-event__card {
  position: relative;
  display: block;
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
}
.archive-event__card .c-arrow {
  position: absolute;
  right: 24px;
  bottom: 46px;
  width: 32px;
  height: 32px;
}
.archive-event__card .c-arrow::before {
  width: 11px;
  height: 9px;
}
.archive-event__card .textbody {
  padding: 20px 64px 0 0;
}
.archive-event__card .thumbnail {
  position: relative;
  padding-top: 62.4%;
  overflow: hidden;
  border-radius: 12px;
}
.archive-event__card .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-event__card .date {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  color: #b5ab9d;
  letter-spacing: 0.1em;
}
.archive-event__card .title {
  margin-top: 12px;
  font-size: 18px;
}
.archive-event__card .text {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.6;
}

/* Base
   ----------------------------------------------------------------- */
.page-new-graduate .bg--beige {
  padding-top: 30px;
  padding-bottom: 30vw;
  margin-top: 44px;
  background-color: #F6EFE7;
  border-radius: 26px 26px 0 0;
}
.page-new-graduate .portrait__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 28px;
  max-width: 400px;
  margin: 40px auto 0;
}
.page-new-graduate .portrait__list li {
  padding: 24px 20px;
  background-color: #fff;
  border-radius: 16px;
}
.page-new-graduate .portrait__list .icon {
  text-align: center;
}
.page-new-graduate .portrait__list .icon img {
  max-width: 80%;
}
.page-new-graduate .portrait__list .title {
  padding: 8px 0 12px;
  margin-top: 28px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #b5ab9d;
  border-radius: 50px;
}
.page-new-graduate .portrait__list .text {
  padding: 0 10px;
  margin-top: 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.page-new-graduate .portrait-point {
  margin-top: 48px;
}
.page-new-graduate .portrait-point__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background-color: #187bdb;
  border-radius: 50%;
}
.page-new-graduate .portrait-point__title::before {
  position: absolute;
  right: -6px;
  bottom: 25px;
  width: 72px;
  height: 6px;
  content: "";
  background-color: #187bdb;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-new-graduate .portrait-point__text {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.page-new-graduate .requirements {
  position: relative;
  padding-top: 168px;
}
.page-new-graduate .requirements__scroll {
  position: absolute;
  top: 28px;
  right: -52px;
  width: 180px;
  max-width: 286px;
}
.page-new-graduate .requirements__content {
  margin-top: 40px;
}
.page-new-graduate .requirements__content .norecruitments {
  font-size: 20px;
  font-weight: bold;
}

/* Base
   ----------------------------------------------------------------- */
.page-career .career__anchorlink {
  margin-top: 60px;
}
.page-career .career__anchorlink .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.page-career .career__anchorlink .list li {
  padding: 0 10px;
}
.page-career .career__anchorlink .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #b5ab9d;
}
.page-career .career__anchorlink .list a .c-arrow {
  position: relative;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page-career .career__anchorlink .list a .c-arrow::before {
  width: 8px;
  height: 7px;
}
.page-career .career__scroll {
  position: absolute;
  right: calc(-60px - 4.8vw);
  bottom: -12px;
  width: 200px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.page-career .career__scroll.show--pc {
  display: none;
}
.page-career .bg--beige {
  position: relative;
  padding-top: 40px;
  padding-bottom: 30vw;
  margin-top: 40px;
  background-color: #F6EFE7;
  border-radius: 26px 26px 0 0;
}
.page-career .lead .textbody {
  position: relative;
  width: 100%;
  line-height: 1.8;
}
.page-career .lead .title {
  font-size: 20px;
  color: #187bdb;
  text-align: center;
}
.page-career .lead .text {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
}
.page-career .lead .image {
  width: 100%;
  max-width: 400px;
  margin: 80px auto 0;
}
.page-career .lead .image .inner {
  position: relative;
  padding: 27% 0 0 8%;
}
.page-career .lead .image .fukidashi {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50%;
  padding-top: 50%;
}
.page-career .lead .image .fukidashi::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("./assets/img/career/lead_fukidashi.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-career .requirements {
  margin-top: 80px;
}
.page-career .requirements__content {
  margin-top: 40px;
}
.page-career .return {
  margin-top: 80px;
}
.page-career .return .c-headline .-sub {
  font-size: 12px;
  font-weight: 500;
  color: #0B57A0;
}
.page-career .return__text {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.page-career .return__content {
  margin-top: 40px;
}
.page-career .norecruitments {
  font-size: 20px;
  font-weight: bold;
}

/* Base
   ----------------------------------------------------------------- */
.page-high-school-graduate .ideal {
  padding: 44px 0 60px;
}
.page-high-school-graduate .ideal__head {
  padding: 40px 24px 52px;
  background-color: #fff;
  border-radius: 16px;
}
.page-high-school-graduate .ideal__head .wrap {
  margin: 52px auto 0;
}
.page-high-school-graduate .ideal__head .icon {
  text-align: center;
}
.page-high-school-graduate .ideal__head .text {
  padding: 0 16px;
  margin-top: 28px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.page-high-school-graduate .ideal-merit {
  position: relative;
  z-index: 0;
  margin-top: 40px;
}
.page-high-school-graduate .ideal-merit__check {
  position: absolute;
  top: -14px;
  left: -56px;
  z-index: -1;
  width: 42.3vw;
  max-width: 165px;
}
.page-high-school-graduate .ideal-merit__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background-color: #187bdb;
  border-radius: 50%;
}
.page-high-school-graduate .ideal-merit__title::before {
  position: absolute;
  right: -6px;
  bottom: 25px;
  width: 72px;
  height: 6px;
  content: "";
  background-color: #187bdb;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-high-school-graduate .ideal-merit__copy {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  color: #187bdb;
}
.page-high-school-graduate .ideal-merit__text {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.page-high-school-graduate .ideal-merit__recruit {
  position: relative;
  padding: 38px 20px 34px;
  margin-top: 56px;
  border: solid 1px #E6001B;
  border-radius: 16px;
}
.page-high-school-graduate .ideal-merit__recruit .title {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #E6001B;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-high-school-graduate .ideal-merit__recruit .title span {
  display: inline-block;
  padding: 0 16px;
  background-color: #F6F6F6;
}
.page-high-school-graduate .ideal-merit__recruit .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #E6001B;
}
.page-high-school-graduate .bg--beige {
  background-color: #F6EFE7;
}
.page-high-school-graduate .requirements__content {
  margin-top: 40px;
}
.page-high-school-graduate .requirements__content .norecruitments {
  font-size: 20px;
  font-weight: bold;
}
.page-high-school-graduate .people {
  position: relative;
  margin-top: 80px;
}
.page-high-school-graduate .people__content {
  padding-bottom: 12px;
  margin-top: 40px;
  overflow-x: auto;
}
.page-high-school-graduate .people__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 44px;
}
.page-high-school-graduate .people__list li {
  width: 208px;
}
.page-high-school-graduate .people-slider {
  padding-bottom: 26px;
}
.page-high-school-graduate .people-slider__control .button-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 116px;
  height: 48px;
}
.page-high-school-graduate .people-slider__control .swiper-button-next,
.page-high-school-graduate .people-slider__control .swiper-button-prev {
  position: static;
  display: none;
  width: 48px;
  height: 48px;
  margin: 0;
}
.page-high-school-graduate .people-slider__control .swiper-button-next::after,
.page-high-school-graduate .people-slider__control .swiper-button-prev::after {
  content: none;
}
.page-high-school-graduate .people-slider__control .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Base
   ----------------------------------------------------------------- */
.single__container {
  padding-bottom: 30vw;
}
.single__action {
  margin-top: 40px;
  text-align: center;
}
.single .article {
  padding: 32px 24px;
  margin-top: 40px;
  background-color: #fff;
  border-radius: 16px;
}
.single .article__header .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single .article__header .date {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  color: #b5ab9d;
  letter-spacing: 0.1em;
}
.single .article__header .category span {
  position: relative;
  display: inline-block;
  padding-left: 11px;
  font-weight: 500;
  color: #0B57A0;
}
.single .article__header .category span::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  background-color: #0B57A0;
  border-radius: 50%;
}
.single .article__header .title {
  margin-top: 12px;
  font-size: 20px;
}
.single .article__mainview {
  margin-top: 28px;
}
.single .article__mainview img {
  width: 100%;
}
.single .article__content {
  margin-top: 28px;
}
.single .article__link {
  margin-top: 40px;
}
.single .article__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 480px;
  padding: 24px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #187bdb;
  border-radius: 200px;
}

/* ==========================================================================
   Plugin
   ========================================================================== */

@media screen and (min-width: 390px) {
  .p-section-title .p-section-title__en {
    font-size: clamp(48px, 80 / 1440 * 100vw, 80px);
  }
  .u-hide-up-xs {
    display: none !important;
  }
  .page-front .lead__content p {
    font-size: clamp(15px, 20 / 1440 * 100vw, 20px);
  }
  .single-people .mainview__container {
    padding: 0 3.8vw 110px;
  }
  .single-people .section__scroll {
    top: -12px;
  }
  .page-career .career__anchorlink .list a {
    min-width: 130px;
  }
}

@media screen and (min-width: 554px) {
  .l-header__nav .nav__decoration::before {
    top: -11%;
    width: 5.7vw;
    height: 5.7vw;
  }
  .l-footer__top .top-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 32px;
  }
  .p-editor-content table th,
  .p-editor-content table td {
    font-size: 14px;
  }
  .u-hide-up-sm {
    display: none !important;
  }
  .page-front .about::before {
    top: -10.8vw;
  }
  .page-front .people__en {
    width: 144px;
  }
  .page-company .lead__title {
    width: 220px;
    height: 220px;
    font-size: 22px;
  }
  .page-company .lead__title::before {
    height: 10px;
  }
  .page-company .section__wrap {
    padding: 24px 40px;
  }
  .page-work .store-service__body {
    width: 448px;
  }
  .page-work .store-service__item:nth-child(3), .page-work .store-service__item:nth-child(7) {
    margin-left: 0;
  }
  .page-work .store-compare {
    margin-right: 0;
    margin-left: 0;
  }
  .page-work .store-compare__table {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .page-work .store-organization {
    margin-right: 0;
    margin-left: 0;
  }
  .page-work .store-organization__chart {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .page-work .store-position__image {
    grid-template-columns: 37.23% 1fr;
  }
  .page-work .store-member {
    width: 87.73vw;
    margin-right: 0;
  }
  .page-work .office-part__item .job__image {
    left: 40px;
    -webkit-transform: none;
            transform: none;
  }
  .page-work .office-member {
    width: 87.73vw;
    margin-right: 0;
  }
  .page-future .intro__image {
    max-width: 100%;
    margin: -60px 0 0;
  }
  .archive-people__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .archive-people__anchorlink .list {
    margin: 0 -30px;
  }
  .archive-people__anchorlink .list li {
    max-width: 240px;
    padding: 0 30px;
  }
  .single-people .mainview__decoration01 {
    top: 12%;
    right: -22%;
  }
  .single-people .mainview-profile {
    width: 270px;
    height: 270px;
  }
  .single-people .section__scroll {
    right: -120px;
    width: 320px;
  }
  .single-people .episode-content {
    padding: 24px;
  }
  .page-new-graduate .portrait-point__title {
    width: 220px;
    height: 220px;
    font-size: 22px;
  }
  .page-new-graduate .portrait-point__title::before {
    height: 10px;
  }
  .page-career .career__anchorlink .list {
    margin: 0 -30px;
  }
  .page-career .career__anchorlink .list li {
    padding: 0 30px;
  }
  .page-career .career__anchorlink .list a {
    gap: 0 42px;
    min-width: 180px;
  }
  .page-high-school-graduate .ideal-merit__title {
    width: 220px;
    height: 220px;
    font-size: 22px;
  }
  .page-high-school-graduate .ideal-merit__title::before {
    height: 10px;
  }
}

@media screen and (min-width: 768px) {
  .l-page__header {
    padding-top: clamp(128px, 13.8888888889vw, 200px);
  }
  .l-page__title {
    padding-left: 4.17%;
  }
  .l-page__title .ja {
    font-size: clamp(40px, 3.8888888889vw, 56px);
    line-height: 1;
  }
  .l-page__title .en {
    margin-top: 28px;
    font-size: clamp(15px, 1.3888888889vw, 20px);
  }
  .l-page__title::before {
    top: calc(clamp(34px, 4.1666666667vw, 60px) * -1);
    width: clamp(34px, 4.1666666667vw, 60px);
    height: clamp(34px, 4.1666666667vw, 60px);
  }
  .l-page__breadcrumb {
    padding-right: 4.17%;
  }
  .l-page__mainview {
    aspect-ratio: 1200/400;
    margin-top: 24px;
    border-radius: 20px;
  }
  .l-page__container {
    padding-top: 78px;
    padding-bottom: 27vw;
  }
  .l-header__nav .nav__content {
    padding: 0 40px;
  }
  .l-header__nav .nav-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .l-header__nav .nav-list__item {
    border-bottom: none;
  }
  .l-header__nav .nav-list__item + .nav-list__item {
    margin-top: 64px;
  }
  .l-header__nav .nav-list__item .title {
    font-size: clamp(22px, 28 / 1440 * 100vw, 28px);
    color: #333;
    pointer-events: none;
  }
  .l-header__nav .nav-list__item .title::before {
    content: none;
  }
  .l-header__nav .nav-list__item .title::after {
    content: none;
  }
  .l-header__nav .nav-list__item .child {
    display: block !important;
    padding: 0;
    margin-top: 24px;
  }
  .l-header__nav .nav-list__item .child li + li {
    margin-top: 16px;
  }
  .l-header__nav .nav-list__item .child a {
    padding-left: 24px;
    font-size: 16px;
  }
  .l-header__nav .nav-list__item .child a::before {
    top: 7px;
  }
  .l-header__nav .nav-link {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: clamp(56px, 80 / 1440 * 100vw, 80px);
  }
  .l-footer::after {
    height: calc(100% - 18.5vw);
  }
  .l-footer__container {
    padding: 0 40px;
  }
  .l-footer__bottom {
    margin-top: clamp(80px, 145 / 1440 * 100vw, 145px);
  }
  .l-footer__bottom .bottom-nav {
    display: grid;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 24px;
    max-width: 670px;
  }
  .l-footer__bottom .bottom-nav__item {
    border-bottom: none;
  }
  .l-footer__bottom .bottom-nav__item + .bottom-nav__item {
    margin-top: 40px;
  }
  .l-footer__bottom .bottom-nav__item .title::before {
    content: none;
  }
  .l-footer__bottom .bottom-nav__item .title::after {
    content: none;
  }
  .l-footer__bottom .bottom-nav__item .title {
    padding: 0;
    font-size: 18px;
    pointer-events: none;
  }
  .l-footer__bottom .bottom-nav__item ul {
    display: block !important;
    padding: 0;
    margin-top: 20px;
  }
  .l-footer__bottom .bottom-nav__item li + li {
    margin-top: 16px;
  }
  .p-form__group {
    padding: 20px 0;
  }
  .p-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-form__row--top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-form__row--top > dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 17px;
  }
  .p-form__row--labeled {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-form__row--labeled > dt {
    padding-top: 42px;
  }
  .p-form__row > dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 27%;
    padding-right: 20px;
  }
  .p-form__row > dt > .tag {
    height: 22px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
  }
  .p-form__row > dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
  }
  .p-form-controls {
    margin: 0 -12px;
  }
  .p-form-controls .p-form-control {
    padding: 0 12px;
  }
  .p-form-control + .p-form-control {
    margin-top: 16px;
  }
  .p-form-control input[type=text],
  .p-form-control input[type=number],
  .p-form-control input[type=email],
  .p-form-control input[type=tel] {
    padding: 16px;
  }
  .p-form-control textarea {
    padding: 18px 16px;
    font-size: 14px;
  }
  .p-form-control--zip .c-input {
    min-width: 140px;
  }
  .p-form-control--zip .c-input + .c-input {
    margin-left: 22px;
  }
  .p-form-radios--horizontal,
  .mwform-radio-field--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
  }
  .p-form__actions {
    margin-top: 48px;
  }
  .p-form__actions .back-btn {
    margin: 40px auto;
  }
  .p-recruitments__content {
    padding: 0 40px 64px;
  }
  .p-recruitments__table {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 8px 10px;
  }
  .p-recruitments__table dt {
    padding: 22px 0;
    border-bottom: solid 1px #0B57A0;
  }
  .p-recruitments__table dd {
    padding: 22px 0 22px 20px;
  }
  .p-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-container--lg {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-container--sm {
    padding-right: 40px;
    padding-left: 40px;
  }
  .c-button-wrapper .c-button {
    margin: 0 8px;
  }
  .c-headline {
    padding-bottom: 32px;
  }
  .c-headline:has(.c-headline__icon) {
    grid-template-columns: 90px auto;
    gap: 40px;
    padding: 0 4px 19px;
  }
  .c-headline:has(.c-headline__icon) .c-headline__headline {
    gap: 12px;
  }
  .c-headline .c-headline__icon {
    width: 90px;
    height: 90px;
  }
  .c-headline .c-headline__icon svg {
    width: 40px;
  }
  .c-headline .c-headline__headline {
    gap: 19px;
  }
  .c-headline .c-headline__headline .-en {
    font-size: 16px;
  }
  .c-headline .c-headline__headline .-jp {
    font-size: 28px;
  }
  .c-headline .c-headline__headline .-jp small {
    font-size: 18px;
  }
  .c-headline .c-headline__headline-md .-en {
    font-size: 16px;
  }
  .c-headline .c-headline__headline-md .-jp {
    font-size: 28px;
  }
  .c-input label {
    font-size: 14px;
  }
  .c-select {
    max-width: 220px;
  }
  .c-select::before {
    right: 24px;
  }
  .c-select select {
    padding: 16px;
  }
  .c-radio,
  .mwform-radio-field label {
    padding: 12px;
    font-size: 16px;
  }
  .u-hide-up-md {
    display: none !important;
  }
  .page-front .mainview__copy {
    bottom: 4vw;
    left: 4.2vw;
    width: 90vw;
    text-align: left;
    text-indent: 0;
    -webkit-transform: none;
            transform: none;
  }
  .page-front .about__circle {
    top: calc(-15.4vw - 40px);
  }
  .page-front .about-link {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
  }
  .page-front .about-content__block .image span {
    right: 20px;
    bottom: 20px;
    width: 18.6%;
  }
  .page-front .event-infinityscroll__list--left {
    -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
            animation: infinity-scroll-left 80s infinite linear 0.5s both;
  }
  .page-front .event-infinityscroll__item {
    margin-right: 24px;
  }
  .page-front .event-infinityscroll__item.text1, .page-front .event-infinityscroll__item.text2 {
    font-size: 72px;
  }
  .page-front .event-infinityscroll__item.text1 {
    width: 345px;
  }
  .page-front .event-infinityscroll__item.text2 {
    width: 258px;
  }
  .page-front .event-infinityscroll__item.image {
    width: 80px;
  }
  .page-front .column .column__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 24px -16px 0;
  }
  .page-front .column .column__item {
    width: 50%;
    padding: 16px;
  }
  .page-front .column .column__item + .column__item {
    margin-top: 0;
  }
  .page-front .column .column__action {
    margin-top: 40px;
  }
  .page-front .bgimage::before {
    background-image: url("./assets/img/front/bgimage_pc.jpg");
  }
  .page-notfound .l-page__title .ja {
    font-size: clamp(30px, 3.6111111111vw, 52px);
  }
  .page-notfound .page-notfound__description p {
    font-size: clamp(15px, 1.3888888889vw, 20px);
  }
  .page-company .section__block.block-link span {
    right: 20px;
    bottom: 20px;
    width: 18.6%;
  }
  .page-work .store-service__body {
    width: 600px;
  }
  .page-work .store-member__slider .p-people-card .title {
    font-size: 17px;
  }
  .page-work .store-member__slider .p-people-card .tag__wrap {
    font-size: 12px;
  }
  .page-work .store-member__slider .p-people-card .information__text {
    font-size: 12px;
  }
  .page-work .office-member__slider .p-people-card .title {
    font-size: 17px;
  }
  .page-work .office-member__slider .p-people-card .tag__wrap {
    font-size: 12px;
  }
  .page-work .office-member__slider .p-people-card .information__text {
    font-size: 12px;
  }
  .page-business .about {
    padding-bottom: 100px;
  }
  .page-business .about .about__top {
    grid-template-columns: 34.5% auto;
    gap: 2.8%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 80px 0 67px;
  }
  .page-business .about .about__top .about__top__text {
    gap: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 14px;
    font-size: 15px;
  }
  .page-business .about .about__item {
    padding: 48px 45px 40px;
  }
  .page-business .about .about__item .about__item-figure {
    aspect-ratio: 16/9.7;
  }
  .page-business .about .about__item .about__item-info {
    margin-top: 24px;
  }
  .page-business .about .about__item .about__item-headline {
    padding-left: 1.1em;
    font-size: 24px;
  }
  .page-business .about .about__item .about__item-headline::before {
    left: 7px;
    width: 8px;
    height: 8px;
  }
  .page-business .about .about__item .about__item-text {
    margin-top: 18px;
    font-size: 15px;
  }
  .page-business .advantage {
    padding: 120px 0 12px;
  }
  .page-business .advantage .advantage__list {
    margin-top: 60px;
  }
  .page-business .advantage .advantage__item {
    padding: 57px 80px 60px;
  }
  .page-business .advantage .advantage__item .advantage__item-content {
    margin-top: 40px;
  }
  .page-business .advantage .advantage__item .advantage__item-info {
    margin-top: 16px;
  }
  .page-business .advantage .advantage__item .advantage__item-headline {
    font-size: 24px;
  }
  .page-business .advantage .advantage__item .advantage__item-text {
    margin-top: 20px;
    font-size: 16px;
  }
  .page-future .intro__lead {
    padding-top: 20px;
    margin-left: 0;
    line-height: 2.4;
  }
  .page-future .intro__image {
    margin: calc(clamp(60px, 200 / 1400 * 100vw, 200px) * -1) 0 0;
  }
  .page-future .mission__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 10px;
  }
  .page-future .mission__item:nth-child(even) .card {
    background-color: #fff;
  }
  .page-future .mission__item:nth-child(even) .card__keyword {
    background-color: #f7f7f7;
    border-color: #fff;
  }
  .page-future .mission__item:nth-child(2) .card, .page-future .mission__item:nth-child(3) .card, .page-future .mission__item:nth-child(6) .card, .page-future .mission__item:nth-child(7) .card {
    background-color: #f7f7f7;
  }
  .page-future .mission__item:nth-child(2) .card__keyword, .page-future .mission__item:nth-child(3) .card__keyword, .page-future .mission__item:nth-child(6) .card__keyword, .page-future .mission__item:nth-child(7) .card__keyword {
    background-color: #fff;
    border-color: #f7f7f7;
  }
  .page-future .esg-image {
    padding-bottom: 27vw;
  }
  .page-future .esg-image__body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .page-future .esg-image__body .image {
    width: 100%;
  }
  .archive-people__section.section02 {
    padding-top: 40px;
    padding-bottom: 27vw;
  }
  .single-people .mainview__breadcrumb {
    padding-right: 40px;
  }
  .single-people .mainview__container {
    padding: 0 40px 110px;
  }
  .single-people .mainview__decoration01 {
    top: 2%;
    right: -29%;
  }
  .single-people .mainview__decoration02 {
    right: -7%;
    width: 87px;
    height: 40px;
  }
  .single-people .mainview__decoration02::before {
    width: 14px;
    height: 14px;
  }
  .single-people .mainview__decoration02::after {
    width: 40px;
    height: 40px;
  }
  .single-people .mainview__decoration03 {
    left: -56px;
    width: 64px;
    height: 64px;
  }
  .single-people .mainview-profile {
    left: -20px;
    width: 300px;
    height: 300px;
    padding: 0 64px;
  }
  .single-people .mainview-profile::before {
    top: 24px;
    right: 16px;
    width: 72px;
    height: 10px;
  }
  .single-people .mainview-profile__text {
    margin-top: 20px;
    font-size: 14px;
  }
  .single-people .episode__en {
    right: 40px;
  }
  .single-people .other {
    padding-bottom: 27vw;
  }
  .page-career-plan .path {
    left: 0;
    width: 100%;
    margin-top: 88px;
    background-color: inherit;
    border-radius: 0;
  }
  .page-career-plan .path .path__wrapper {
    padding: 58px 80px 50px;
    background-color: #fff;
    border-radius: 20px;
  }
  .page-career-plan .path .path__about {
    margin-top: 35px;
    font-size: 16px;
  }
  .page-career-plan .path .path__about__figure {
    padding-bottom: 0;
  }
  .page-career-plan .path .path__about__figure-wrap {
    margin-top: 50px;
  }
  .page-career-plan .path .path__item .path__item__inner {
    padding: 33px 33px 40px;
  }
  .page-career-plan .path .path__item .path__item__headline {
    padding: 0 24px;
    font-size: 24px;
  }
  .page-career-plan .path .path__item .path__item__headline::before {
    top: 0.76em;
    left: 0.18em;
  }
  .page-career-plan .path .path__item .path__item__text {
    margin-top: 22px;
    font-size: 15px;
  }
  .page-career-plan .break {
    margin: 80px 0;
  }
  .page-career-plan .break .break___figure {
    max-width: 1200px;
    aspect-ratio: 16/4;
  }
  .page-career-plan .mt-24 {
    margin-top: 124px;
  }
  .page-training .training .training__about {
    grid-template-columns: 35.8% auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 0;
    text-align: justify;
  }
  .page-training .training .training__about .training__about__headline {
    font-size: 36px;
    text-align: left;
  }
  .page-training .training .training__about .training__about__text {
    padding: 8px 0 0;
    font-size: 16px;
  }
  .page-training .training .training__program {
    left: 0;
    width: 100%;
    max-width: 1100px;
    padding: 47px 50px 45px;
    margin: 88px auto 0;
  }
  .page-training .training .training__item {
    display: grid;
    padding-top: 54px;
  }
  .page-training .training .training__item::before {
    width: 112px;
    height: 112px;
    font-size: 18px;
  }
  .page-training .training .training__item .training__item__inner {
    padding: 34px 50px 58px;
  }
  .page-training .training .training__item .training__item__headline {
    padding: 0 75px 0 24px;
    font-size: 24px;
  }
  .page-training .training .training__item .training__item__headline::before {
    top: 0.76em;
  }
  .page-training .training .training__item .training__item__text {
    margin-top: 22px;
    font-size: 15px;
  }
  .page-training .training .training__item .training__item__note {
    margin-top: 20px;
  }
  .page-training .break {
    margin: 80px 0;
  }
  .page-training .break .break___figure {
    max-width: 1200px;
    aspect-ratio: 16/5.35;
  }
  .page-welfare .welfare {
    gap: 60px;
  }
  .page-welfare .welfare .welfare__block {
    padding: 37px 20px 44px;
    border-radius: 20px;
  }
  .page-welfare .welfare .welfare__block .welfare__block__inner {
    gap: 40px;
    max-width: 940px;
    margin: 0 auto;
  }
  .page-welfare .welfare .welfare__block .welfare__main .welfare__main__content {
    font-size: 16px;
  }
  .page-welfare .welfare .welfare__block .welfare__main .welfare__main__content .mt-18 {
    margin-top: 18px;
  }
  .page-welfare .welfare .welfare__block .welfare__main .welfare__main__content .mt-24 {
    margin-top: 29px;
  }
  .page-welfare .welfare .welfare__block .welfare__main .welfare__main__content h3 {
    margin-top: 38px;
    font-size: 24px;
  }
  .page-welfare .welfare .welfare__block .welfare__main .welfare__main__content h3 + * {
    margin-top: 24px;
  }
  .page-welfare .welfare .welfare__block .welfare__main .welfare__main__content h4 {
    margin-top: 30px;
    font-size: 16px;
  }
  .page-welfare .welfare .welfare__block .welfare__main .welfare__main__content h4 + * {
    margin-top: 9px;
  }
  .page-welfare .welfare .welfare__block .welfare__main .welfare__main__content h4.-check {
    padding-left: 1.65em;
  }
  .page-welfare .welfare .welfare__block .welfare__main .welfare__main__content h4.-check::before {
    width: 1.2em;
    height: 1.2em;
    background-position: left bottom;
    background-size: 80%;
  }
  .page-welfare .welfare .welfare__block .welfare__main .welfare__main__content .-check {
    padding-left: 1.85em;
  }
  .page-welfare .welfare .welfare__block .welfare__main .welfare__main__content .-check::before {
    width: 1.5em;
    height: 0.8em;
    background-position: center bottom;
    background-size: 42%;
  }
  .page-welfare .welfare .welfare__block .welfare__main .welfare__main__content .-check + div {
    padding-left: 43px;
    margin-top: 15px;
  }
  .archive-event__card {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 40px;
    padding: 26px 80px 26px 26px;
    border-radius: 20px;
  }
  .archive-event__card .c-arrow {
    right: 30px;
    bottom: 26px;
    width: 40px;
    height: 40px;
  }
  .archive-event__card .c-arrow::before {
    width: 13px;
    height: 11px;
  }
  .archive-event__card .textbody {
    padding: 0;
  }
  .page-new-graduate .bg--beige {
    padding-top: 78px;
    padding-bottom: 27vw;
    margin-top: 88px;
  }
  .page-new-graduate .portrait__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 16px;
    max-width: none;
    margin: 40px 0 0;
  }
  .page-career .career__scroll {
    right: -100px;
  }
  .page-career .bg--beige {
    padding-bottom: 27vw;
  }
  .page-high-school-graduate .ideal__head .wrap {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 680px;
    margin: 44px auto 0;
  }
  .page-high-school-graduate .ideal__head .text {
    padding: 0;
    margin-top: 0;
  }
  .page-high-school-graduate .ideal-merit__recruit {
    text-align: center;
  }
  .page-high-school-graduate .people__content {
    padding-bottom: 0;
    overflow-x: visible;
  }
  .page-high-school-graduate .people__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 72px;
  }
  .page-high-school-graduate .people__list li {
    width: auto;
  }
  .single__container {
    padding-bottom: 27vw;
  }
}

@media screen and (min-width: 992px) {
  .l-page {
    padding: 20px;
  }
  .l-header__inner {
    top: 36px;
    right: 36px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 350px;
    height: 54px;
    padding: 4px;
  }
  .l-header__logo {
    width: 240px;
    height: 90px;
  }
  .l-header__logo::before {
    top: 20px;
    width: 25px;
    height: 25px;
  }
  .l-header__logo::after {
    left: 20px;
    width: 25px;
    height: 25px;
  }
  .l-header__logo a {
    width: 182px;
  }
  .l-header__entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header__nav {
    padding: 290px 0 0;
  }
  .l-header__nav::after {
    top: calc(28.4vw + 132px);
    height: calc(100vh - 28.4vw - 132px);
  }
  .l-header__nav .nav-link a {
    height: 96px;
    font-size: 24px;
  }
  .l-header__nav .nav-link a .arrow {
    width: 72px;
    height: 72px;
  }
  .l-header__nav .nav-link a .arrow::before {
    width: 24px;
    height: 20px;
  }
  .l-header__nav .nav-bottom li {
    padding: 0 24px;
  }
  .l-header__nav .nav-bottom li.copyright {
    width: auto;
    padding: 0 24px;
    margin-top: 0;
  }
  .l-header__nav .nav-bottom li.copyright::before {
    content: "";
  }
  .l-header__nav .nav-bottom p {
    font-size: 14px;
    text-align: left;
    text-indent: 0;
  }
  .l-header__nav .nav-bottom a {
    padding-left: 36px;
    font-size: 14px;
  }
  .l-header__nav .nav-bottom a span {
    width: 24px;
    height: 24px;
  }
  .l-header__nav .nav__decoration {
    top: 132px;
  }
  .l-header__nav .nav__decoration span {
    aspect-ratio: 1440/410;
  }
  .l-header__nav .nav__decoration::before {
    top: 6%;
    left: 13.6vw;
    width: 4.2vw;
    height: 4.2vw;
  }
  .l-header__nav .nav__decoration::after {
    top: -5.3%;
    right: 17.6vw;
    width: 22.2vw;
    height: 8.6vw;
    background-image: url("./assets/img/common/header_nav_decoration02_pc.png");
  }
  .l-footer {
    padding: 19.5vw 0 80px;
    margin-top: -19.5vw;
  }
  .l-footer::before {
    aspect-ratio: 1440/410;
  }
  .l-footer__container {
    padding: 0 60px;
  }
  .l-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer__top .top-copy {
    position: static;
    width: 330px;
    text-align: left;
  }
  .l-footer__top .top-copy__text1 {
    text-indent: 0;
  }
  .l-footer__top .top-copy__text2 {
    text-indent: 0;
  }
  .l-footer__top .top-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 60px 40px;
    max-width: 670px;
    margin-top: 0;
  }
  .l-footer__top .top-nav__card .ja {
    font-size: clamp(16px, 22 / 1440 * 100vw, 22px);
  }
  .l-footer__en {
    top: -5.8vw;
    right: -5vw;
    bottom: auto;
    width: 22.7vw;
  }
  .l-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer__bottom .bottom-information {
    width: clamp(280px, 380 / 1440 * 100vw, 380px);
    margin-top: 0;
  }
  .l-footer__bottom .bottom-information .logo {
    max-width: 248px;
    margin: 0;
  }
  .l-footer__bottom .bottom-information .link {
    display: block;
  }
  .l-footer__bottom .bottom-information .link a {
    padding-left: 36px;
  }
  .l-footer__bottom .bottom-information .link a span {
    width: 24px;
    height: 24px;
  }
  .l-footer__bottom .bottom-information li + li {
    margin-top: 24px;
  }
  .l-footer__copyright {
    margin-top: 72px;
    font-size: 14px;
    text-align: left;
    text-indent: 0;
  }
  .p-form__row > dt > label {
    font-size: 14px;
  }
  .p-form__row > dt > label > small {
    font-size: 13px;
  }
  .p-editor-content h2 {
    margin: 64px 0 28px;
    font-size: 24px;
  }
  .p-editor-content h3 {
    margin: 64px 0 28px;
    font-size: 20px;
  }
  .p-editor-content h4 {
    margin: 28px 0 16px;
    font-size: 18px;
  }
  .p-editor-content h5 {
    font-size: 16px;
  }
  .p-editor-content p {
    font-size: 16px;
  }
  .p-editor-content img {
    margin-bottom: 20px;
  }
  .p-editor-content .alignright {
    float: right;
    margin-left: 15px;
  }
  .p-editor-content .alignleft {
    float: left;
    margin-right: 15px;
  }
  .p-editor-content ul > li {
    font-size: 16px;
  }
  .p-editor-content ol > li {
    font-size: 16px;
  }
  .p-editor-content blockquote {
    padding: 48px 64px;
    margin: 25px 0;
  }
  .p-editor-content blockquote {
    padding: 48px 64px;
  }
  .p-editor-content .wp-block-table {
    margin: 40px 0;
  }
  .p-editor-content table th,
  .p-editor-content table td {
    padding: 20px 24px;
    font-size: 16px;
  }
  .p-pagination {
    margin-top: 64px;
  }
  .p-pagination .p-pagination__list {
    margin: 0 -5px;
  }
  .p-pagination .p-pagination__item {
    padding: 0 5px;
  }
  .p-pagination .p-pagination__item .page-numbers {
    width: 38px;
    height: 38px;
    border-radius: 6px;
  }
  .p-pagination .p-pagination__item .page-numbers.dots {
    width: 15px;
  }
  .p-people-card .thumbnail {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .p-recruitments__block {
    border-radius: 80px;
  }
  .p-recruitments__block.is-open {
    border-radius: 80px;
  }
  .p-recruitments__title {
    padding: 38px 100px 38px 90px;
    font-size: 24px;
  }
  .p-recruitments__title::before {
    right: 60px;
    width: 40px;
    height: 40px;
  }
  .p-recruitments__content {
    padding: 0 90px 64px;
  }
  .p-recruitments__table {
    grid-template-columns: 180px 1fr;
  }
  .p-recruitments__table dt {
    font-size: 18px;
  }
  .p-recruitments__table dd {
    font-size: 16px;
  }
  .p-recruitments__action a {
    padding: 36px;
    font-size: 20px;
  }
  .p-section-title .p-section-title__ja {
    font-size: 16px;
  }
  .p-breadcrumb {
    font-size: 12px;
  }
  .p-breadcrumb > span {
    gap: 12px;
  }
  .p-breadcrumb > span span {
    gap: 12px;
    padding-right: 24px;
  }
  .p-breadcrumb > span span::after {
    width: 8px;
    height: 14px;
  }
  .p-breadcrumb > span span:first-child a::before {
    width: 15px;
    height: 15px;
  }
  .p-frame__wrap {
    border: solid 20px #fff;
  }
  .p-frame__inner {
    border-width: 20px;
    border-radius: 2.5rem;
  }
  .p-frame__nav {
    right: 20px;
    bottom: 20px;
    width: 230px;
    padding: 4px 0 12px 22px;
    border-radius: 20px 0 0;
  }
  .p-frame__nav::before {
    width: 25px;
    height: 25px;
  }
  .p-frame__nav::after {
    width: 25px;
    height: 25px;
  }
  .p-frame__nav .title {
    padding: 24px 0;
    font-size: 18px;
  }
  .p-frame__nav .title span {
    width: 12px;
    height: 9px;
  }
  .p-frame__nav ul {
    padding-top: 24px;
  }
  .p-frame__nav ul li + li {
    margin-top: 12px;
  }
  .c-menu-icon {
    display: block;
    width: auto;
    height: auto;
    margin-right: 22px;
  }
  .c-menu-icon__wrap {
    width: 22px;
    height: 16px;
  }
  .c-menu-icon__wrap > span {
    height: 2px;
  }
  .c-menu-icon__wrap > span:nth-child(2) {
    top: 7px;
  }
  .c-menu-icon__wrap > span:nth-child(3) {
    top: 14px;
  }
  .c-menu-icon.is-open .c-menu-icon__wrap > span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(-35deg);
            transform: translateY(7px) rotate(-35deg);
  }
  .c-menu-icon.is-open .c-menu-icon__wrap > span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(35deg);
            transform: translateY(-7px) rotate(35deg);
  }
  .u-hide-up-lg {
    display: none !important;
  }
  .u-hide-up-lg-only {
    display: inline !important;
  }
  .page-front .bg--gray {
    padding-top: 36px;
    background-color: transparent;
  }
  .page-front .bg--gray::before {
    content: "";
  }
  .page-front .bg--gray::after {
    content: "";
  }
  .page-front .mainview__slider {
    width: calc(100vw - 40px);
    height: calc(100vh - 40px);
  }
  .page-front .lead__content p + p {
    margin-top: 5rem;
  }
  .page-front .about {
    padding: 0 0 294px;
  }
  .page-front .about::before {
    top: -8vw;
    aspect-ratio: 1440/410;
  }
  .page-front .about::after {
    height: calc(100% - 12.5vw);
  }
  .page-front .about__circle {
    top: -39vw;
  }
  .page-front .about-link {
    margin-top: 100px;
  }
  .page-front .about-link__card {
    margin-top: 28px;
  }
  .page-front .about-link__card .image {
    border-radius: 20px;
  }
  .page-front .about-link__card .text {
    margin-top: 28px;
    font-size: 16px;
  }
  .page-front .about-content__block {
    display: grid;
  }
  .page-front .about-content__block.block01 {
    grid-template-columns: 1fr 1.5fr;
    gap: 112px;
    margin-top: 64px;
  }
  .page-front .about-content__block.block01 .en {
    top: 0;
    width: 43%;
  }
  .page-front .about-content__block.block01 .movie {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-front .about-content__block.block01 .textbody {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 132px;
  }
  .page-front .about-content__block.block02 {
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    margin-top: 64px;
  }
  .page-front .about-content__block.block02 .en {
    top: 0;
    right: 2.4%;
    width: 31.1%;
  }
  .page-front .about-content__block.block02 .textbody {
    padding-top: 190px;
  }
  .page-front .about-content__block .image .image__main {
    border: solid 8px #fff;
    border-radius: 20px;
  }
  .page-front .about-content__block .movie iframe {
    border: solid 8px #fff;
    border-radius: 20px;
  }
  .page-front .about-content__block .textbody {
    margin-top: 0;
  }
  .page-front .about-content__block .textbody .text {
    font-size: 16px;
  }
  .page-front .news {
    padding: 320px 0 0;
  }
  .page-front .news-gallery {
    top: -170px;
  }
  .page-front .news-gallery__item {
    width: 340px;
    margin-right: 20px;
    border-radius: 20px;
  }
  .page-front .news__title .p-section-title__en {
    font-size: 68px;
  }
  .page-front .news__wrap {
    display: grid;
    grid-template-columns: 300px 1fr;
  }
  .page-front .news-list {
    margin-top: 0;
  }
  .page-front .news-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 20px 30px;
  }
  .page-front .news-list__item .title {
    margin-top: 0;
    font-size: 16px;
  }
  .page-front .news-list__item .information {
    margin-top: 16px;
  }
  .page-front .news-list__item .category {
    gap: 8px 16px;
    min-width: 100px;
    padding-right: 20px;
  }
  .page-front .news-list__item .category li {
    padding-left: 14px;
    font-size: 14px;
  }
  .page-front .news-list__item .category li::before {
    top: 8px;
    width: 7px;
    height: 7px;
  }
  .page-front .news-list__item .date {
    font-size: 14px;
  }
  .page-front .news__action {
    position: absolute;
    top: 136px;
    left: 0;
    margin-top: 0;
  }
  .page-front .event {
    padding: 136px 0 80px;
  }
  .page-front .event-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 60px;
  }
  .page-front .event-head__title {
    width: 300px;
  }
  .page-front .event-head__text {
    width: calc(100% - 300px);
    max-width: 620px;
    margin-top: 0;
    font-size: 16px;
  }
  .page-front .event__en {
    top: -37px;
    right: 10px;
    width: 11vw;
  }
  .page-front .event-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 72px;
  }
  .page-front .event-content__pickup {
    width: 52%;
    padding-right: 100px;
    margin-top: 0;
  }
  .page-front .event-content__list {
    width: 48%;
    margin-top: 0;
  }
  .page-front .event-content__list .list li:first-child {
    border-top: none;
  }
  .page-front .event-content__list .list li:first-child .list__card {
    padding-top: 0;
  }
  .page-front .event-content__list .list__card {
    gap: 40px;
  }
  .page-front .event-content__list .action {
    margin-top: 30px;
    text-align: right;
  }
  .page-front .event-infinityscroll {
    margin-top: 96px;
  }
  .page-front .column {
    padding: 64px 0;
  }
  .page-front .work {
    padding: 138px 0 120px;
  }
  .page-front .work__wrap {
    min-height: 420px;
    padding-left: calc(50% + 80px);
  }
  .page-front .work__en {
    display: block;
  }
  .page-front .work__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    margin-top: 0;
  }
  .page-front .work__text {
    margin-top: 28px;
    font-size: 16px;
  }
  .page-front .work__action {
    margin-top: 40px;
    text-align: right;
  }
  .page-front .people {
    padding: 0 0 92px;
  }
  .page-front .people__en {
    top: 40px;
    right: 0;
    width: clamp(184px, 284 / 1440 * 100vw, 284px);
  }
  .page-front .people__action {
    position: absolute;
    top: clamp(28px, 48 / 1440 * 100vw, 48px);
    left: clamp(274px, 374 / 1440 * 100vw, 374px);
    margin-top: 0;
    text-align: left;
  }
  .page-front .people-slider {
    margin-top: 30px;
  }
  .page-front .people-slider .people__swiper {
    margin: 0 -36px;
  }
  .page-front .people-slider .swiper-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-front .people-slider .swiper-slide {
    width: 33.3333333333% !important;
    padding: 0 36px;
    margin-top: 30px;
  }
  .page-front .people-slider .swiper-slide:nth-child(3n+2) {
    margin-top: 90px;
  }
  .page-front .people-slider__control {
    display: none;
  }
  .page-front .bgimage::before {
    top: -40px;
    height: calc(100% + 220px);
  }
  .page-front .bgimage__text {
    padding: 240px 0 148px;
  }
  .page-front .environment {
    padding: 120px 0 30vw;
    border-radius: 28px;
  }
  .page-front .environment .p-section-title .p-section-title__en {
    font-size: 64px;
  }
  .page-front .environment .p-section-title .p-section-title__ja {
    font-size: 18px;
  }
  .page-front .environment-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 55px;
    margin-top: 64px;
  }
  .page-front .environment-list__card .image {
    border-radius: 20px;
  }
  .page-front .environment-list__card .title {
    margin-top: 24px;
    font-size: 24px;
  }
  .page-front .environment-list__card .en {
    margin-top: 8px;
    font-size: 14px;
  }
  .page-notfound .page-notfound__action {
    margin-top: 48px;
  }
  .page-company .lead {
    margin-bottom: 70px;
  }
  .page-company .lead__scroll {
    top: -62px;
    width: 176px;
  }
  .page-company .lead__wrap {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-company .lead__title {
    width: 280px;
    height: 280px;
    margin: 0;
    font-size: 24px;
  }
  .page-company .lead__copy {
    margin-top: 0;
    font-size: 26px;
    text-align: left;
  }
  .page-company .lead__text {
    margin-top: 20px;
    font-size: 16px;
  }
  .page-company .section {
    margin-top: 60px;
  }
  .page-company .section__wrap {
    padding: 48px 96px;
    border-radius: 20px;
  }
  .page-company .section__block {
    margin-top: 32px;
  }
  .page-company .section__block.block-movie {
    border-radius: 20px;
  }
  .page-company .section__block.block-movie iframe {
    border: solid 8px #fff;
    border-radius: 20px;
  }
  .page-company .section__block.block-link .image {
    border: solid 8px #fff;
    border-radius: 20px;
  }
  .page-work__inner {
    display: grid;
    grid-template-columns: 200px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding-left: 40px;
  }
  .page-work__inner::before {
    content: "";
  }
  .page-work__contents {
    margin-top: 0;
  }
  .page-work__section {
    padding-right: 50px;
    border-radius: 20px 0 0 20px;
  }
  .page-work__section + .page-work__section {
    margin-top: 50px;
  }
  .page-work__section-container {
    max-width: 1080px;
    padding: 50px 0 50px 50px;
  }
  .page-work .side-nav {
    position: sticky;
    top: 60px;
    grid-template-columns: 100%;
    gap: 26px 0;
    max-width: 175px;
    padding-top: 59px;
    padding-right: 0;
    padding-left: 0;
  }
  .page-work .side-nav__head {
    grid-column: 1;
  }
  .page-work .side-nav__section .top {
    font-size: 16px;
  }
  .page-work .side-nav__section .top__arrow {
    width: 26px;
    height: 26px;
  }
  .page-work .side-nav__section .top__arrow::after {
    width: 10px;
    height: 12px;
  }
  .page-work .side-nav__section .block {
    margin-top: 18px;
  }
  .page-work .section-title {
    padding-left: 20px;
    font-size: 34px;
  }
  .page-work .section-image {
    aspect-ratio: 980/400;
    margin-top: 42px;
    margin-bottom: 90px;
    border-radius: 16px;
  }
  .page-work .section-block {
    max-width: 940px;
    margin: 0 auto;
  }
  .page-work .section-block + .section-block {
    margin-top: 100px;
  }
  .page-work .section-block__title {
    padding-bottom: 28px;
    font-size: 28px;
  }
  .page-work .section-block__title::after {
    width: 100px;
  }
  .page-work .section-block__text {
    margin-top: 40px;
    font-size: 16px;
  }
  .page-work .store-compare {
    padding-top: 60px;
  }
  .page-work .store-compare__scroll {
    padding-bottom: 0;
  }
  .page-work .store-organization {
    padding-top: 60px;
  }
  .page-work .store-organization__scroll {
    padding-bottom: 0;
  }
  .page-work .store-organization__chart img {
    border-radius: 17px;
  }
  .page-work .store-position {
    margin-top: 80px;
  }
  .page-work .store-position__image img {
    border-radius: 20px;
  }
  .page-work .store-position__list .card {
    padding: 44px 50px 42px;
    border-radius: 16px;
  }
  .page-work .store-position__list .card__title {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    width: 100%;
    margin: 0 0 28px;
    font-size: 24px;
  }
  .page-work .store-position__list .card__title::before {
    width: 8px;
    height: 8px;
  }
  .page-work .store-position__list .card__text {
    width: 100%;
    margin: 0;
    font-size: 15px;
  }
  .page-work .store-position__list .card__desc {
    margin-top: 40px;
  }
  .page-work .store-position__list .card__desc .list {
    padding: 32px 4px 32px 32px;
  }
  .page-work .store-member {
    width: 60.48vw;
    padding-top: 48px;
  }
  .page-work .store-member__title::before {
    width: 72.34%;
  }
  .page-work .store-member .member-slider__control .swiper-button-next,
  .page-work .store-member .member-slider__control .swiper-button-prev {
    display: block;
  }
  .page-work .store-member .member-slider__control .swiper-scrollbar {
    display: none;
  }
  .page-work .office-part {
    padding-top: 64px;
  }
  .page-work .office-part__item .job {
    border-radius: 16px;
  }
  .page-work .office-part__item .job__desc .title {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
  }
  .page-work .office-part__item .job__desc .title::before {
    width: 8px;
    height: 8px;
  }
  .page-work .office-part__item .job__desc .text {
    font-size: 15px;
  }
  .page-work .office-part__item .job__desc .tag {
    height: 34px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 34px;
  }
  .page-work .office-member {
    width: 60.48vw;
    padding-top: 48px;
  }
  .page-work .office-member__title::before {
    width: 72.34%;
  }
  .page-work .office-member .member-slider__control .swiper-button-next,
  .page-work .office-member .member-slider__control .swiper-button-prev {
    display: block;
  }
  .page-work .office-member .member-slider__control .swiper-scrollbar {
    display: none;
  }
  .c-balloon {
    width: 280px;
    height: 280px;
    font-size: 24px;
  }
  .c-balloon::after {
    right: 14px;
    bottom: 22px;
    width: 50px;
    height: 11px;
  }
  .page-business .about .about__top::after {
    bottom: 7px;
    left: calc(100% - 65px);
    width: 82px;
    height: 98px;
    background-image: url("assets/img/business/about-check-pc.png");
  }
  .page-business .about .about__list {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 34px;
  }
  .page-business .advantage .advantage__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    gap: 60px 25px;
  }
  .page-business .advantage .advantage__item {
    padding: 38px 30px 48px;
  }
  .page-business .advantage .advantage__item.--lg .c-headline {
    padding-bottom: 26px;
  }
  .page-business .advantage .advantage__item.--lg .c-headline .c-headline__headline-md {
    gap: 13px;
  }
  .page-business .advantage .advantage__item.--lg .c-headline .c-headline__headline-md .-en {
    font-size: 15px;
  }
  .page-business .advantage .advantage__item.--lg .c-headline .c-headline__headline-md .-jp {
    font-size: 24px;
  }
  .page-business .advantage .advantage__item.--lg .advantage__item-info {
    margin-top: -24px;
  }
  .page-business .advantage .advantage__item.--lg .advantage__item-headline {
    font-size: 20px;
  }
  .page-business .advantage .advantage__item.--lg .advantage__item-text {
    margin-top: 14px;
    font-size: 15px;
    line-height: 180%;
  }
  .page-business .advantage .advantage__item:has(.advantage__item-figure) {
    grid-column: 1/4;
    padding: 57px 80px 60px;
  }
  .page-business .advantage .advantage__item:has(.advantage__item-figure) .advantage__item-content {
    display: grid;
    grid-template-columns: 380px auto;
    grid-column: 1/4;
    gap: 90px;
  }
  .page-business .advantage .advantage__item:has(.advantage__item-figure):nth-child(2) .advantage__item-content {
    grid-template-columns: auto 380px;
    gap: 80px;
  }
  .page-business .advantage .advantage__item:has(.advantage__item-figure):nth-child(2) .advantage__item-content .advantage__item-figure {
    grid-column: 2/3;
  }
  .page-business .advantage .advantage__item:has(.advantage__item-figure):nth-child(2) .advantage__item-content .advantage__item-info {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .page-business .advantage .advantage__item:has(.advantage__group) {
    grid-column: 1/4;
    padding: 57px 80px 60px;
  }
  .page-business .advantage .advantage__item .advantage__item-figure {
    aspect-ratio: 4/3;
  }
  .page-business .advantage .advantage__group {
    grid-template-columns: 1fr 1fr;
    gap: 19px;
    margin-top: 27px;
  }
  .page-business .advantage .advantage__group .advantage__group__item {
    padding: 25px 39px 15px;
  }
  .page-business .advantage .advantage__group .c-headline {
    padding-bottom: 12px;
    margin-top: 24px;
  }
  .page-business .advantage .advantage__group .c-headline .c-headline__headline-md .-jp {
    font-size: 18px;
  }
  .page-business .advantage .advantage__group .advantage__group-text {
    margin-top: 9px;
    font-size: 15px;
  }
  .page-business .advantage .advantage__group .advantage__group-buttonWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
  }
  .page-future .intro__container {
    padding: 59px 40px 80px;
  }
  .page-future .intro__inner {
    max-width: 1028px;
    margin: 0 auto;
  }
  .page-future .section-block__title {
    padding-bottom: 28px;
    font-size: 28px;
  }
  .page-future .section-block__title::after {
    width: 100px;
  }
  .page-future .mission__container {
    padding-top: 80px;
  }
  .page-future .mission__list {
    gap: 98px 40px;
    margin-top: 98px;
  }
  .page-future .mission__item .card {
    padding: 34px 50px;
    border-radius: 16px;
  }
  .page-future .mission__item .card__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .page-future .mission__item .card__text {
    font-size: 15px;
  }
  .page-future .esg__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-future .esg__body {
    margin-top: 64px;
  }
  .page-future .esg__head {
    margin-bottom: 24px;
    font-size: 20px;
  }
  .page-future .esg__policy {
    margin-bottom: 48px;
    font-size: 28px;
  }
  .page-future .esg__text {
    font-size: 16px;
  }
  .page-future .esg-image__body .image img {
    border-radius: 20px;
  }
  .archive-people__section.section01 {
    padding: 80px 0 130px;
    margin-top: 60px;
  }
  .archive-people__title .en {
    font-size: 16px;
  }
  .archive-people__title .ja {
    margin-top: 16px;
    font-size: 34px;
  }
  .archive-people__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 40px;
    margin-top: 32px;
  }
  .archive-people__list li:nth-child(3n+1) {
    margin-top: 80px;
  }
  .archive-people__list li:nth-child(3n+2) {
    margin-top: 40px;
  }
  .archive-people__anchorlink {
    margin-top: 88px;
  }
  .archive-people__anchorlink .list a {
    font-size: 18px;
  }
  .archive-people__anchorlink .list a .c-arrow {
    width: 32px;
    height: 32px;
  }
  .archive-people__anchorlink .list a .c-arrow::before {
    width: 11px;
    height: 9px;
  }
  .archive-people__anchorlink .list a:hover .c-arrow {
    -webkit-transform: rotate(90deg) scale(1.2);
            transform: rotate(90deg) scale(1.2);
  }
  .single-people .mainview {
    padding-top: 124px;
  }
  .single-people .mainview__breadcrumb {
    position: absolute;
    top: 124px;
    left: 30px;
  }
  .single-people .mainview__breadcrumb .p-breadcrumb > span {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single-people .mainview__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    max-width: 1240px;
    padding: 0 40px 60px 212px;
    margin: 0 auto;
  }
  .single-people .mainview__decoration01 {
    top: -43.3%;
    right: auto;
    left: -18%;
    width: 50vw;
  }
  .single-people .mainview__decoration02 {
    top: 13px;
  }
  .single-people .mainview__decoration03 {
    left: -104px;
  }
  .single-people .mainview-head__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    gap: 34px;
    padding-left: 102px;
  }
  .single-people .mainview-head__lead p {
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    line-height: 2.2;
    letter-spacing: 0.2em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .single-people .mainview-head__information {
    margin-top: 40px;
  }
  .single-people .mainview-image {
    padding-left: 0;
    margin-top: 0;
  }
  .single-people .mainview-profile {
    left: 30px;
  }
  .single-people .section__scroll {
    top: 0;
    right: 0;
    width: 27.6vw;
    max-width: 398px;
  }
  .single-people .section-main {
    display: grid;
    gap: 120px;
  }
  .single-people .section-main__image {
    padding-top: 130px;
  }
  .single-people .section-main__image .image {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .single-people .section.section01 .section-main {
    grid-template-columns: 1fr 1.12fr;
    padding: 64px 0 70px;
    margin-top: 110px;
  }
  .single-people .section.section01 .section-main__textbody {
    margin-top: 0;
  }
  .single-people .section.section01 .section-main__image .image .decoration01 {
    top: -23.2%;
  }
  .single-people .section.section01 .section-main__image .image .decoration02 {
    bottom: -56px;
    left: 12px;
    width: 76px;
    height: 72px;
  }
  .single-people .section.section01 .section-main__image .image .decoration02::before {
    width: 14px;
    height: 14px;
  }
  .single-people .section.section01 .section-main__image .image .decoration02::after {
    width: 40px;
    height: 40px;
  }
  .single-people .section.section02 .section-main {
    grid-template-columns: 1.12fr 1fr;
    padding: 60px 0 100px;
  }
  .single-people .section.section02 .section-main__textbody {
    margin-top: 0;
  }
  .single-people .section.section02 .section-main__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .single-people .section.section02 .section-main__image .image .decoration01 {
    top: -21.7%;
  }
  .single-people .section.section02 .section-main__image .image .decoration02 {
    right: -11.3%;
    bottom: 8px;
    width: 103px;
    height: 67px;
  }
  .single-people .section.section02 .section-main__image .image .decoration02::before {
    width: 14px;
    height: 14px;
  }
  .single-people .section.section02 .section-main__image .image .decoration02::after {
    width: 40px;
    height: 40px;
  }
  .single-people .section.section02 .section-main__textbody {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .single-people .section-block + .section-block {
    margin-top: 88px;
  }
  .single-people .section-block__lead {
    margin-top: 16px;
  }
  .single-people .section-block__text {
    margin-top: 32px;
    font-size: 16px;
  }
  .single-people .bgimage {
    padding-top: 52.8%;
  }
  .single-people .bgimage::before {
    height: 41px;
    border-radius: 0 0 28px 28px;
  }
  .single-people .bgimage::after {
    height: 41px;
    border-radius: 28px 28px 0 0;
  }
  .single-people .bgimage__text {
    left: 11.8vw;
  }
  .single-people .episode {
    padding-bottom: 100px;
  }
  .single-people .episode__en {
    top: -52px;
    width: 160px;
  }
  .single-people .episode-content {
    display: grid;
    grid-template-columns: 1fr 1.04fr;
    gap: 0 78px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
  }
  .single-people .episode-content__image {
    text-align: left;
  }
  .single-people .episode-content__image img {
    max-width: none;
  }
  .single-people .episode-content__textbody {
    margin-top: 0;
  }
  .single-people .episode-content__textbody .text {
    margin-top: 32px;
    font-size: 16px;
  }
  .single-people .other {
    padding-top: 80px;
  }
  .single-people .other-head {
    padding-right: 200px;
  }
  .single-people .other-head__title {
    padding-bottom: 28px;
    font-size: 28px;
  }
  .single-people .other-head__title::before {
    width: 100px;
  }
  .single-people .other-slider {
    margin-top: 64px;
  }
  .single-people .other-slider__control {
    position: absolute;
    top: -64px;
    right: 40px;
    gap: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: calc(50vw - 610px);
    margin-top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .page-career-plan .path .path__list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 48px;
  }
  .page-career-plan .path .path__item:nth-child(3) .path__item__inner, .page-career-plan .path .path__item:nth-child(7) .path__item__inner {
    background-color: #FFF8EF;
  }
  .page-career-plan .path .path__item:nth-child(4) .path__item__inner, .page-career-plan .path .path__item:nth-child(8) .path__item__inner {
    background-color: #f7f7f7;
  }
  .page-training .training .training__list {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .page-training .training .training__item:nth-child(3)::before {
    background: #fff;
    border-color: #FFF8EF;
  }
  .page-training .training .training__item:nth-child(3) .training__item__inner {
    background-color: #FFF8EF;
  }
  .page-training .training .training__item:nth-child(4)::before {
    background: ff8ef;
    border-color: #fff;
  }
  .page-training .training .training__item:nth-child(4) .training__item__inner {
    background-color: #fff;
  }
  .page-welfare .welfare .welfare__block .welfare__block__inner:not(:has(.c-headline__icon)) {
    grid-template-columns: 35% auto;
    gap: 7.2%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 970px;
  }
  .page-welfare .welfare .welfare__block .welfare__main:has(.welfare__main__figure) {
    grid-template-columns: 44.7% auto;
    gap: 8.6%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-welfare .welfare .welfare__block .welfare__main:has(.welfare__main__figure).--reverse {
    grid-template-columns: auto 44.7%;
  }
  .page-welfare .welfare .welfare__block .welfare__main:has(.welfare__main__figure).--reverse .welfare__main__figure {
    grid-column: 2/3;
  }
  .page-welfare .welfare .welfare__block .welfare__main:has(.welfare__main__figure).--reverse .welfare__main__content {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .page-welfare .welfare .welfare__block .welfare__main .welfare__main__figure {
    aspect-ratio: 16/12.9;
  }
  .archive-news__content {
    display: grid;
    grid-template-columns: 200px 1fr;
  }
  .archive-news__nav .inner {
    position: sticky;
    top: 130px;
    background-color: transparent;
    border-radius: none;
  }
  .archive-news__nav .title {
    padding: 0;
    color: #0B57A0;
    pointer-events: none;
  }
  .archive-news__nav .title::before, .archive-news__nav .title::after {
    content: none;
  }
  .archive-news__nav .list {
    display: block !important;
    width: 140px;
    padding: 0;
    margin-top: 20px;
    border-top: none;
  }
  .archive-news__nav .list li {
    border-bottom: solid 1px #b5ab9d;
  }
  .archive-news__nav .list a {
    padding: 10px 0 10px 18px;
    font-size: 16px;
    color: #b5ab9d;
  }
  .archive-news__nav .list a::before {
    top: 19px;
    width: 8px;
    height: 8px;
    background-color: #b5ab9d;
  }
  .archive-news__nav .list a.is-current {
    color: #0B57A0;
  }
  .archive-news__nav .list a.is-current::before {
    background-color: #0B57A0;
  }
  .archive-news__main {
    margin-top: 0;
  }
  .archive-news__list li + li {
    margin-top: 16px;
  }
  .archive-news__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 128px;
    padding: 24px 120px 24px 48px;
    border-radius: 20px;
  }
  .archive-news__card .c-arrow {
    top: 50%;
    right: 28px;
    bottom: auto;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .archive-news__card .c-arrow::before {
    width: 13px;
    height: 11px;
  }
  .archive-news__card .category {
    width: 152px;
    padding-right: 24px;
  }
  .archive-news__card .title {
    margin-top: 8px;
    font-size: 16px;
  }
  .archive-news__card .textbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 152px);
  }
  .archive-event__list li + li {
    margin-top: 20px;
  }
  .archive-event__card {
    grid-template-columns: 364px 1fr;
    padding: 26px 100px 26px 26px;
  }
  .archive-event__card .date {
    font-size: 16px;
  }
  .archive-event__card .title {
    font-size: 24px;
  }
  .archive-event__card .text {
    margin-top: 16px;
  }
  .page-new-graduate .portrait__list {
    gap: 0 40px;
    margin: 60px 0 0;
  }
  .page-new-graduate .portrait__list li {
    padding: 40px 20px 30px;
  }
  .page-new-graduate .portrait-point {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 64px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }
  .page-new-graduate .portrait-point__text {
    margin-top: 0;
    font-size: 16px;
  }
  .page-new-graduate .requirements {
    padding-top: 90px;
  }
  .page-new-graduate .requirements__scroll {
    top: -50px;
    right: 0;
    width: 19.8vw;
  }
  .page-new-graduate .requirements__content .norecruitments {
    padding: 24px 0;
    font-size: 22px;
  }
  .page-career .career__anchorlink {
    margin-top: 88px;
  }
  .page-career .career__anchorlink .list a {
    font-size: 18px;
  }
  .page-career .career__anchorlink .list a .c-arrow {
    width: 32px;
    height: 32px;
  }
  .page-career .career__anchorlink .list a .c-arrow::before {
    width: 11px;
    height: 9px;
  }
  .page-career .career__anchorlink .list a:hover .c-arrow {
    -webkit-transform: rotate(90deg) scale(1.2);
            transform: rotate(90deg) scale(1.2);
  }
  .page-career .career__scroll {
    top: -72px;
    right: 0;
    bottom: auto;
    width: 21.3vw;
    max-width: 307px;
    -webkit-transform: none;
            transform: none;
  }
  .page-career .career__scroll.show--pc {
    display: block;
  }
  .page-career .career__scroll.show--sp {
    display: none;
  }
  .page-career .bg--beige {
    padding-top: 160px;
    margin-top: 60px;
  }
  .page-career .lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-career .lead .textbody {
    width: calc(100% - 400px);
    padding-right: 60px;
  }
  .page-career .lead .title {
    font-size: 28px;
    text-align: left;
  }
  .page-career .lead .text {
    margin-top: 28px;
    font-size: 16px;
  }
  .page-career .lead .image {
    width: 400px;
    max-width: none;
    margin: 0 auto;
  }
  .page-career .lead .image .inner {
    padding: 0;
  }
  .page-career .lead .image .fukidashi {
    top: -98px;
    left: -32px;
    width: 220px;
  }
  .page-career .requirements {
    margin-top: 84px;
  }
  .page-career .return {
    margin-top: 100px;
  }
  .page-career .return .c-headline .-sub {
    font-size: 16px;
  }
  .page-career .norecruitments {
    padding: 24px 0;
    font-size: 22px;
  }
  .page-high-school-graduate .ideal {
    padding: 88px 0 100px;
  }
  .page-high-school-graduate .ideal__head {
    padding: 60px 50px 40px 80px;
    border-radius: 20px;
  }
  .page-high-school-graduate .ideal__head .text {
    font-size: 16px;
  }
  .page-high-school-graduate .ideal-merit {
    margin-top: 80px;
  }
  .page-high-school-graduate .ideal-merit__check {
    top: -82px;
    left: 0;
    width: 12.2vw;
    max-width: 176px;
  }
  .page-high-school-graduate .ideal-merit__wrap {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-high-school-graduate .ideal-merit__title {
    width: 280px;
    height: 280px;
    margin: 0;
    font-size: 24px;
  }
  .page-high-school-graduate .ideal-merit__copy {
    margin-top: 0;
    font-size: 26px;
  }
  .page-high-school-graduate .ideal-merit__text {
    margin-top: 20px;
    font-size: 16px;
  }
  .page-high-school-graduate .ideal-merit__recruit {
    padding: 52px 32px 42px;
    margin-top: 112px;
  }
  .page-high-school-graduate .ideal-merit__recruit .title {
    font-size: 24px;
  }
  .page-high-school-graduate .ideal-merit__recruit .title span {
    padding: 0 40px;
  }
  .page-high-school-graduate .ideal-merit__recruit .text {
    font-size: 18px;
    line-height: 2.4;
  }
  .page-high-school-graduate .requirements__content .norecruitments {
    padding: 24px 0;
    font-size: 22px;
  }
  .page-high-school-graduate .people {
    margin-top: 100px;
  }
  .page-high-school-graduate .people__content {
    margin-top: 60px;
  }
  .page-high-school-graduate .people__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-high-school-graduate .people-slider {
    padding-bottom: 0;
  }
  .page-high-school-graduate .people-slider__control .button-wrapper {
    top: -60px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-high-school-graduate .people-slider__control .button-wrapper::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    display: block;
    width: 200px;
    height: calc(100% + 4px);
    content: "";
    background-color: #F6EFE7;
  }
  .page-high-school-graduate .people-slider__control .swiper-button-next,
  .page-high-school-graduate .people-slider__control .swiper-button-prev {
    display: block;
  }
  .page-high-school-graduate .people-slider__control .swiper-scrollbar {
    display: none;
  }
  .single__action {
    margin-top: 64px;
  }
  .single .article {
    padding: 52px 80px;
    margin-top: 44px;
    border-radius: 20px;
  }
  .single .article__header .information {
    gap: 32px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single .article__header .date {
    font-size: 18px;
  }
  .single .article__header .category span {
    padding-left: 16px;
    font-size: 16px;
  }
  .single .article__header .category span::before {
    width: 6px;
    height: 6px;
  }
  .single .article__header .title {
    margin-top: 28px;
    font-size: 34px;
  }
  .single .article__mainview {
    margin-top: 48px;
  }
  .single .article__content {
    margin-top: 40px;
  }
  .single .article__link {
    margin-top: 48px;
  }
  .single .article__link a {
    padding: 36px;
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) and (hover) {
  .l-header__entry a:hover span {
    opacity: 0.7;
  }
  .l-header__nav .nav-list__item .child a:hover {
    opacity: 0.7;
  }
  .l-header__nav .nav-link a:hover .text {
    opacity: 0.7;
  }
  .l-header__nav .nav-bottom a:hover span {
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
  .l-footer__top .top-nav__card:hover .arrow {
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
  .l-footer__bottom .bottom-information .link a:hover span {
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
  .l-footer__bottom .bottom-nav__item a:hover {
    opacity: 0.7;
  }
  .p-editor-content p a:hover {
    text-decoration: none;
  }
  .p-pagination .p-pagination__item a.page-numbers:hover {
    color: #fff;
    background-color: #b5ab9d;
  }
  .p-people-card:hover .thumbnail img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  .p-people-card:hover .tag__wrap {
    background-color: #FFF8EF;
  }
  .p-recruitments__title:hover span {
    opacity: 0.8;
  }
  .p-recruitments__action a:hover {
    opacity: 0.8;
  }
  .p-frame__nav a:hover .c-arrow {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c-button--primary:hover {
    color: #fff;
    background-color: #0B57A0;
  }
  .c-button--primary:hover .c-arrow {
    background-color: #fff;
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
  .c-button--primary:hover .c-arrow::before {
    -webkit-filter: invert(21%) sepia(100%) saturate(1417%) hue-rotate(192deg) brightness(95%) contrast(93%);
            filter: invert(21%) sepia(100%) saturate(1417%) hue-rotate(192deg) brightness(95%) contrast(93%);
  }
  .c-button--white:hover {
    color: #0B57A0;
    background-color: #fff;
  }
  .c-button--white:hover .c-arrow {
    background-color: #0B57A0;
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
  .c-button--white:hover .c-arrow::before {
    -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
            filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
  }
  .c-menu-icon:hover .c-menu-icon__wrap > span {
    background-color: #187bdb;
  }
  .page-front .about-link__card:hover .image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .page-front .about-link__card:hover .c-arrow {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .page-front .about-content__block .image a:hover {
    opacity: 0.7;
  }
  .page-front .news-list__item:hover .title {
    color: #187bdb;
  }
  .page-front .event .pickup__card:hover .title {
    color: #187bdb;
  }
  .page-front .event .pickup__card:hover .thumbnail img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .page-front .event-content__list .list__card:hover .title {
    color: #187bdb;
  }
  .page-front .event-content__list .list__card:hover .thumbnail img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .page-front .environment-list__card:hover .image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .page-front .environment-list__card:hover .c-arrow {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .page-company .section__block.block-link a:hover {
    opacity: 0.7;
  }
  .page-work .store-member .member-slider__control .swiper-button-next:hover,
  .page-work .store-member .member-slider__control .swiper-button-prev:hover {
    opacity: 0.7;
  }
  .page-work .office-member .member-slider__control .swiper-button-next:hover,
  .page-work .office-member .member-slider__control .swiper-button-prev:hover {
    opacity: 0.7;
  }
  .single-people .other-slider__control .other-slider-next:hover,
  .single-people .other-slider__control .other-slider-prev:hover {
    opacity: 0.7;
  }
  .page-welfare .welfare .welfare__block .welfare__main .welfare__main__content a:hover {
    text-decoration: none;
  }
  .archive-news__nav .list a:hover {
    opacity: 0.7;
  }
  .archive-news__card:hover .c-arrow {
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
  .archive-event__card:hover .thumbnail img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  .archive-event__card:hover .c-arrow {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .single .article__link a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 1200px) {
  .l-footer__top .top-copy {
    width: 380px;
  }
  .p-form__row > dt {
    padding-right: 30px;
  }
  .u-hide-up-xl {
    display: none !important;
  }
  .u-hide-up-lg-only {
    display: none !important;
  }
  .page-front .about-link {
    gap: 0 100px;
  }
  .page-front .event-head {
    padding-right: 0;
  }
  .page-front .event__en {
    top: -2.6vw;
    right: -3.6vw;
  }
  .page-company .lead__wrap {
    padding: 0 50px;
  }
  .page-work .store-service {
    padding: 60px 0;
  }
  .page-work .store-service__body {
    gap: 32px 18px;
    width: 703px;
  }
  .page-work .store-service__item {
    width: 220px;
    height: 100px;
  }
  .page-work .store-service__item::before {
    left: 20px;
    width: 14px;
    height: 14px;
  }
  .page-work .store-service__item .text {
    font-size: 18px;
  }
  .page-work .store-service__item .note {
    font-size: 10px;
  }
  .page-work .store-service__deco.deco01 {
    right: 0;
  }
  .page-work .store-service__deco.deco01::before {
    width: 138px;
    height: 65px;
  }
  .page-work .store-service__deco.deco02::before {
    width: 131px;
    height: 78px;
  }
  .page-work .store-position__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 82px 40px;
    margin-top: 134px;
  }
  .page-work .store-position__list .card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
  .page-work .store-position__list .card__desc {
    -ms-flex-item-align: end;
        align-self: end;
  }
  .page-work .store-position__list .card:nth-child(even) {
    background-color: #fff;
  }
  .page-work .store-position__list .card:nth-child(even) .card__num {
    background-color: #f7f7f7;
    border-color: #fff;
  }
  .page-work .store-position__list .card:nth-child(even) .card__desc .head {
    background-color: #fff;
  }
  .page-work .store-position__list .card:nth-child(2), .page-work .store-position__list .card:nth-child(3) {
    background-color: #f7f7f7;
  }
  .page-work .store-position__list .card:nth-child(2) .card__num, .page-work .store-position__list .card:nth-child(3) .card__num {
    background-color: #fff;
    border-color: #f7f7f7;
  }
  .page-work .store-position__list .card:nth-child(2) .card__desc .head, .page-work .store-position__list .card:nth-child(3) .card__desc .head {
    background-color: #f7f7f7;
  }
  .page-work .store-member {
    width: 66.67vw;
  }
  .page-work .store-member .member-slider__control .button-wrapper {
    right: 60px;
  }
  .page-work .office-part__item:nth-child(even) .job {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-work .office-part__item:nth-child(even) .job__num {
    right: 44px;
    left: initial;
  }
  .page-work .office-part__item:nth-child(even) .job__image {
    right: 40px;
    left: initial;
  }
  .page-work .office-part__item .job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 28px;
    padding: 40px 64px;
  }
  .page-work .office-part__item .job::before {
    display: block;
    width: 45%;
    height: 100%;
    content: "";
  }
  .page-work .office-part__item .job__num {
    top: -24px;
    left: 44px;
  }
  .page-work .office-part__item .job__image {
    width: 280px;
    height: 280px;
  }
  .page-work .office-part__item .job__desc {
    width: 55%;
  }
  .page-work .office-member {
    width: 66.67vw;
  }
  .page-work .office-member .member-slider__control .button-wrapper {
    right: 60px;
  }
  .archive-people__list {
    gap: 24px 68px;
  }
  .single-people .mainview__decoration02 {
    right: 8px;
  }
  .archive-news__content {
    grid-template-columns: 250px 1fr;
  }
  .archive-event__card {
    gap: 92px;
    padding: 26px 120px 26px 26px;
  }
  .archive-event__card .textbody {
    padding: 24px 0 0;
  }
  .page-new-graduate .portrait-point {
    padding: 0 128px 0 88px;
  }
  .page-career .lead {
    padding: 0 80px 0 60px;
  }
  .page-career .lead .textbody {
    padding-right: 140px;
  }
}

@media screen and (min-width: 1320px) {
  .page-work__inner {
    padding-left: calc(50vw - 20px - 600px);
  }
}

@media screen and (min-width: 1350px) {
  .page-work .store-service__body {
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .page-business .about .about__top::after {
    bottom: 7px;
    left: calc(100% - 35px);
    width: 140px;
    height: 168px;
  }
  .page-new-graduate .requirements__scroll {
    top: -96px;
  }
}

@media screen and (min-width: 1440px) {
  .page-work .store-position__list .card__num {
    top: -58px;
    width: 116px;
    height: 116px;
    font-size: 18px;
  }
  .page-work .store-member {
    width: 100%;
  }
  .page-work .office-part__item .job__image {
    width: 324px;
    height: 324px;
  }
  .page-work .office-member {
    width: 100%;
  }
}

@media (hover) {
  .c-button--primary--sm:hover {
    color: #0B57A0;
    background-color: #fff;
  }
  .c-button--primary--sm:hover .c-arrow {
    background-color: #0B57A0;
  }
  .c-button--primary--sm:hover .c-arrow::before {
    -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
            filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
  }
  .page-work .side-nav__section .top:hover .top__arrow {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .page-work .side-nav__section .block__menu a:hover {
    opacity: 0.7;
  }
  .archive-news__nav .title {
    cursor: pointer;
  }
}

@media screen and (max-width: 374px) {
  .page-work .store-service__item:nth-child(3), .page-work .store-service__item:nth-child(7) {
    margin-left: 0;
  }
  .page-future .mission__item .card__title {
    padding-right: 98px;
  }
}
