@charset "UTF-8";
/* Global（変数・mixin・関数） */
/* font */
/* ブレイクポイント指定 */
/* 

フォント読み込み

⚫︎使い方

@include font-face('Lora', 'fonts/Lora', 400, italic, ttf);
@include font-face('Samplinal', 'fonts/Samplinal', bold, normal, eot woff2 woff);
-----------------------------------------------------------------------------------*/
/* 

上向き(upward)、右向き(rightward)、下向き(downward)、左向き(leftward)、左上(upper-left)、右上(upper-right)、右下(lower-right)、左下(lower-left)の８方向から選択します


@include triangle(upward, 20px, 15px, #cd5c5c);

@include triangle(upper-left, 12px, 12px);
---*/
/* Foundation */
/*!
* ress.css • v4.0.0
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

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

li {
  margin: 0;
}
li a {
  text-decoration: none;
}

nav li a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
  text-decoration: none;
  opacity: 0.8;
}

i {
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
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; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

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

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

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

/* Global（変数・mixin・関数） */
html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 1800px) {
  html {
    font-size: 0.8888888889vw;
  }
}
@media screen and (max-width: 1439px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 0.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.7272727273vw;
  }
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  color: #454545;
  letter-spacing: 0.1em;
}

body.is-non-scroll {
  overflow: hidden;
}

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

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

a img:hover,
a:hover {
  opacity: 0.8;
  transition: linear 0.13s;
}

li img {
  display: block;
}

a img {
  border-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  letter-spacing: 0.16em;
}

dt {
  font-weight: 600;
}

em {
  font-style: normal;
}

svg {
  overflow: visible;
}

video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* ==============================================
   フォームの基本
   ============================================== */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 1px solid #a7a7a7;
  background-color: #fff;
  padding: 0.6875rem 0.75rem;
  width: 100%;
  font-weight: 500;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    padding: 1.1875rem 0.9375rem;
    font-size: 1rem;
  }
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #c5c5c5;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: #454545;
}

input.is-error,
select.is-error,
textarea.is-error {
  border: 1px solid red;
}

.c-select-wrap {
  position: relative;
}
.c-select-wrap__arw {
  fill: #727171;
  width: 0.8825rem;
  height: 0.50375rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.125rem;
}

select {
  color: #9A9A9A;
  padding: 0.6875rem 1.4375rem;
  padding-right: 2.5625rem;
  border: 1px solid #D4D4D4;
  background-color: #fff;
  width: 100%;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 400;
}
select.is-selected {
  color: #000;
}
select:focus {
  border-color: #454545;
}

textarea {
  height: 21.75rem;
  overflow-y: auto;
}
@media screen and (max-width: 900px) {
  textarea {
    height: 29.375rem;
  }
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.c-checkbox-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.c-checkbox-item__label {
  position: relative;
  font-weight: bold;
  padding-left: 1.125rem;
  font-size: 0.875rem;
}
.c-checkbox-item__label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  width: 0.9375rem;
  aspect-ratio: 1/1;
}

.slick-dots {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.slick-dots li {
  border-radius: 50%;
  width: 0.625rem;
  aspect-ratio: 1/1;
  background-color: #D1D3D5;
}
.slick-dots li.slick-active {
  background-color: #004c88;
}

/* Layout */
.l-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: none;
  background: transparent;
}
.l-header.is-open .l-header__inner {
  border-color: transparent !important;
}
.l-header.is-open .l-header__logo {
  visibility: hidden;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #727272;
  padding: 2.1875rem 0;
  height: 6.0625rem;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 1.625rem 0;
  }
}
.l-header__logo {
  display: block;
  width: 9.4375rem;
  order: unset;
  position: fixed;
  top: 2rem;
  left: 3.125rem;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    left: 1rem;
    top: 2.25rem;
  }
}
.l-header__logo .--off {
  display: none;
}
.l-header__toggle {
  width: 3.75rem;
  height: 1.25rem;
  position: fixed;
  right: 3.125rem;
  top: 2.1875rem;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .l-header__toggle {
    width: 3.125rem;
    height: 1.4375rem;
    right: 1.375rem;
  }
}
.l-header__toggle-line {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #727272;
  left: 0;
  transition: linear 0.22s;
}
.l-header__toggle-line:first-of-type {
  top: 0;
}
.l-header__toggle-line:last-of-type {
  bottom: 0;
}
.l-header__toggle.is-open .l-header__toggle-line {
  background-color: #fff !important;
}
.l-header__toggle.is-open .l-header__toggle-line:first-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header__toggle.is-open .l-header__toggle-line:last-of-type {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.l-header.--header-pages .l-header__inner {
  border-bottom-color: #fff;
}
.l-header.--header-pages .l-header__toggle-line {
  background-color: #fff;
}
.l-header.--header-60th .l-header__inner {
  border-bottom: transparent;
}
.l-header.--header-60th .l-header__toggle-line {
  background-color: #fff;
}
.l-header.is-scrolled .l-header__inner {
  border-bottom-color: transparent;
}
.l-header.is-scrolled.--header-pages .l-header__logo .--normal {
  display: none;
}
.l-header.is-scrolled.--header-pages .l-header__logo .--off {
  display: block;
}
.l-header.is-scrolled.--header-pages .l-header__toggle-line {
  background-color: #727272;
}

.l-hidemenu {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #004C88;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho B1", serif;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: linear 0.22s;
  padding-top: 10.625rem;
}
@media screen and (max-width: 768px) {
  .l-hidemenu {
    padding-top: 0dvh;
  }
}
.l-hidemenu.is-open {
  opacity: 1;
  visibility: visible;
}
.l-hidemenu__logo {
  display: block;
  width: 9.4375rem;
  order: unset;
  position: fixed;
  top: 2rem;
  left: 3.125rem;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .l-hidemenu__logo {
    left: 2.1875rem;
    top: 2.25rem;
    width: 7.5rem;
  }
}
.l-hidemenu__inner {
  padding: 5rem 7.5rem 5rem;
}
@media screen and (max-width: 768px) {
  .l-hidemenu__inner {
    height: 100%;
    padding: 6.25rem 0 3dvh;
  }
}
.l-hidemenu__cols {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-hidemenu__cols {
    flex-flow: column;
    gap: 3.3dvh;
  }
}
.l-hidemenu__col {
  display: contents;
}
@media screen and (max-width: 768px) {
  .l-hidemenu__col {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .l-hidemenu__nav {
    flex: 0 0 45%;
  }
}
.l-hidemenu__item:not(:last-of-type) {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .l-hidemenu__item:not(:last-of-type) {
    margin-bottom: 2dvh;
  }
}
.l-hidemenu__link {
  font-size: 1.5625rem;
  letter-spacing: 0.28em;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .l-hidemenu__link {
    font-size: 1.125rem;
  }
}
.l-hidemenu__sub {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .l-hidemenu__sub {
    font-size: 0.75rem;
  }
}
.l-hidemenu__sub-item:not(:last-of-type) {
  margin-bottom: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .l-hidemenu__sub-item:not(:last-of-type) {
    margin-bottom: 1.7dvh;
  }
}
.l-hidemenu__btm {
  display: flex;
  justify-content: space-between;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .l-hidemenu__btm {
    flex-flow: column;
    gap: 2dvh;
    margin-top: 6dvh;
  }
}
.l-hidemenu__btm-link {
  display: inline-block;
  font-size: 1.3125rem;
  letter-spacing: 0.28em;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .l-hidemenu__btm-link {
    font-size: 0.75rem;
  }
}

.l-footer {
  background-color: #004c88;
  mix-blend-mode: multiply;
  color: #fff;
  text-align: center;
  z-index: 4;
  padding: 2.8125rem 0;
}
.l-footer__logo {
  display: block;
  width: 14.0625rem;
  margin: 0 auto 1.875rem;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 11.75rem;
  }
}
.l-footer__copy {
  font-size: 0.94125rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 0.8125rem;
  }
}

/* ===============================
   Layout: Container
   l-container
=============================== */
.l-container--full {
  max-width: none;
}

.l-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  z-index: unset;
  display: block !important;
}

.l-page-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-page-bg {
    opacity: 0.67;
  }
}

.l-wrapper {
  position: relative;
  min-height: 100dvh;
  width: 100%;
}

.l-inner {
  width: 94.0555555556%;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .l-inner {
    width: 90%;
  }
}
.l-inner.--60th {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .l-inner.--60th {
    width: 87.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .l-inner.--narrow {
    width: 72.2222222222%;
  }
}
@media screen and (min-width: 769px) {
  .l-inner.--small {
    width: 59.5555555556%;
  }
}
.l-inner.--wide {
  width: 94.0555555556%;
}
@media screen and (max-width: 768px) {
  .l-inner.--wide {
    width: 94%;
  }
}
.l-inner.--full {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l-inner.--sp-full {
    width: 100%;
    max-width: 100%;
  }
}

.l-contents-col02 {
  display: flex;
  justify-content: space-between;
  gap: 3.625rem;
  width: 78.2222222222%;
  margin-inline: auto;
  position: relative;
  z-index: 3;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .l-contents-col02 {
    width: 90%;
    gap: 2.5rem;
  }
}
.l-contents-col02__side {
  flex: 0 0 auto;
}
.l-contents-col02__main {
  flex: 1 1 auto;
}

.l-pages-col02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-pages-col02 {
    display: block;
  }
}
.l-pages-col02__side {
  flex: 0 0 auto;
}
.l-pages-col02__main {
  flex: 1 1 auto;
}

/* Object（component + project + utility 全部入り） */
/* ===============================
  Object Layer Index
=============================== */
/* Component（indexごと forward） */
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.c-loading-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.c-loading-overlay.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0s ease;
}
.c-loading-overlay__spinner {
  width: 3rem;
  height: 3rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: c-loading-spin 0.8s linear infinite;
}

@keyframes c-loading-spin {
  to {
    rotate: 360deg;
  }
}
.c-button-more {
  color: #e62d00;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.375rem;
  display: flex;
  flex-flow: column;
  letter-spacing: 0.15em;
}
.c-button-more__text {
  padding: 0.6875rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-button-more__text {
    padding-block: 1.125rem;
  }
}
.c-button-more__line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #e62d00;
}
.c-button-more__line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  right: 0;
  width: 1.375rem;
  height: 0.9375rem;
  background: url(../images/common/icon-arrow-red.svg) no-repeat 50%;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .c-button-more__line::after {
    height: 1.25rem;
    width: 1.625rem;
  }
}
.c-button-more.--side-ball .c-button-more__line::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5625rem;
  width: 2.93625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(230, 45, 0, 0.08);
}

.c-sq-button {
  display: block;
  text-align: center;
  background-color: #e40f00;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  position: relative;
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0.15em;
  width: 21.0625rem;
  margin-inline: auto;
  padding: 0.9375rem 0;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .c-sq-button {
    padding-block: 1.0625rem;
  }
}
.c-sq-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.125rem;
  translate: 0 -50%;
  width: 1.875rem;
  height: 0.8125rem;
  background: url(../images/common/button_arrow.svg) no-repeat 50%;
  background-size: 100% auto;
}

.c-back-button {
  display: block;
  color: #fff;
  background-color: #004c88;
  font-family: "Shippori Mincho B1", serif;
  position: relative;
  width: 9.8125rem;
  text-align: center;
  font-size: 0.9025rem;
  padding: 0.8125rem;
  padding-left: 1.625rem;
}
@media screen and (max-width: 768px) {
  .c-back-button {
    font-size: 0.9375rem;
  }
}
.c-back-button::after {
  content: "";
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent #fff transparent transparent;
  border-width: 0.34375rem 0.3125rem 0.34375rem 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75rem;
}

.c-section-heading {
  color: #004c88;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-size: 2.625rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-section-heading {
    font-size: 2.3125rem;
  }
}

.c-heading-varticals {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-family: "Shippori Mincho B1", serif;
}
.c-heading-varticals__ttl {
  writing-mode: vertical-rl;
  font-size: 2.875rem;
  letter-spacing: 0.16em;
  position: relative;
  text-orientation: upright;
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-heading-varticals__ttl {
    font-size: 2.125rem;
  }
}
.c-heading-varticals__ttl .--rotate {
  rotate: 90deg;
  display: inline-block;
}
.c-heading-varticals__ttl::after {
  content: "";
  display: block;
  height: 1px;
  width: 2.125rem;
  background-color: #e62d00;
  rotate: -27deg;
  margin: 0.625rem 0 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-heading-varticals__ttl::after {
    margin: 1.25rem 0 1.25rem;
  }
}
.c-heading-varticals__sub {
  color: #e62d00;
  font-size: 0.9375rem;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-heading-varticals__sub {
    writing-mode: vertical-rl;
    font-size: 0.8125rem;
    white-space: nowrap;
  }
}

.c-bg-heading {
  background-color: #fff;
  color: #004c88;
  border-bottom: 2px solid #004c88;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.1275rem;
  padding: 0.5625rem 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-bg-heading {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 769px) {
  .c-bg-heading.--herf {
    max-width: 100%;
    width: 31.25rem;
  }
}

.c-tags {
  display: flex;
  gap: 0.875rem;
}

.c-tag {
  text-align: center;
  color: #767E88;
  border-radius: 5.625rem;
  font-size: 0.8125rem;
  padding: 0.4375rem 0.625rem;
  min-width: 7rem;
  border: 1px solid #D1D3D5;
}

.c-unique-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5625rem;
  font-weight: bold;
}
.c-unique-pagination__item a,
.c-unique-pagination__item span {
  background-color: transparent;
  box-shadow: none;
  color: currentColor;
  font-family: "Shippori Mincho B1", serif;
  width: auto;
  height: auto;
  min-width: auto;
  line-height: 1;
  margin: 0;
}
.c-unique-pagination__item a.current,
.c-unique-pagination__item span.current {
  background-color: transparent;
  box-shadow: none;
  color: #004c88;
}
.c-unique-pagination__item a:hover,
.c-unique-pagination__item span:hover {
  background: none;
  color: currentColor;
}
.c-unique-pagination__item--prev a, .c-unique-pagination__item--next a {
  width: 1.5625rem;
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  background-color: #004c88;
}
.c-unique-pagination__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #fff;
  border-width: 0.34375rem 0 0.34375rem 0.3125rem;
}
.c-unique-pagination__arrow--prev {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.c-contents-list__item {
  font-family: "Shippori Mincho B1", serif;
  position: relative;
  cursor: pointer;
  color: #939393;
  padding-left: 1.375rem;
  line-height: 1;
}
.c-contents-list__item:not(:last-of-type) {
  margin-bottom: 1.5625rem;
}
.c-contents-list__item.is-active {
  color: #454545;
}
.c-contents-list__item.is-active::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../images/common/icon-arrow-red.png) no-repeat 0;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .c-contents-list__item.is-active::before {
    width: 0.875rem;
    height: 0.9375rem;
  }
}

@media screen and (min-width: 769px) {
  .c-contents-link-list {
    position: sticky;
    top: 9.875rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contents-link-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1.6875rem;
  }
}
.c-contents-link-list__item {
  font-family: "Shippori Mincho B1", serif;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-contents-link-list__item {
    color: #939393;
  }
}
@media screen and (max-width: 768px) {
  .c-contents-link-list__item {
    width: 47%;
    text-align: center;
    font-size: 1.2rem;
    border-bottom: 1px solid #004c88;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  .c-contents-link-list__item:not(:last-of-type) {
    margin-bottom: 1.5625rem;
  }
}
.c-contents-link-list__link {
  display: block;
  padding-left: 1.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-contents-link-list__link {
    padding: 0.625rem 0.4375rem 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .c-contents-link-list__link.is-active {
    color: #454545;
  }
  .c-contents-link-list__link.is-active::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.75rem;
    height: 0.75rem;
    background: url(../images/common/icon-arrow-red.png) no-repeat 0;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .c-contents-link-list__link.is-active::before {
    width: 0.875rem;
    height: 0.9375rem;
  }
}
.c-contents-link-list.--caregory-links .c-contents-link-list__item {
  border: none;
}
@media screen and (max-width: 768px) {
  .c-contents-link-list.--caregory-links .c-contents-link-list__link {
    color: #939393;
    border-bottom: 1px solid #939393;
  }
  .c-contents-link-list.--caregory-links .c-contents-link-list__link.is-active {
    color: currentColor;
    border-bottom-color: #004c88;
  }
}

.c-top-news-post {
  border-bottom: 1px solid #6e6e6e;
}
.c-top-news-post:first-of-type {
  border-top: 1px solid #6e6e6e;
}
.c-top-news-post__link {
  display: flex;
  gap: 3.1875rem;
  padding: 1.6875rem 0;
}
@media screen and (max-width: 768px) {
  .c-top-news-post__link {
    flex-flow: column;
    gap: 1.875rem;
    padding: 2.1875rem 2.5rem;
  }
}
.c-top-news-post__media {
  width: 17.5625rem;
  flex: 0 0 auto;
}
@media screen and (min-width: 769px) {
  .c-top-news-post__media {
    aspect-ratio: 281/172;
  }
}
@media screen and (max-width: 768px) {
  .c-top-news-post__media {
    width: 100%;
    height: 11.75rem;
  }
}
.c-top-news-post__body {
  flex: 1 1 auto;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-top-news-post__body {
    margin: 0;
  }
}
.c-top-news-post__meta {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}
.c-top-news-post__date {
  color: #e62d00;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
}
.c-top-news-post__tags {
  display: flex;
  gap: 0.625rem;
}
.c-top-news-post__tag {
  background-color: #e62d00;
  color: #fff;
  padding: 0.1875rem 0.3125rem;
  line-height: 1;
}
.c-top-news-post__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5625rem;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-top-news-post__title {
    margin-bottom: 0.75rem;
  }
}
/* Project - CMS Block */
/* ===============================
   CMS Block: News List
   p-cms-news
================================ */
.p-cms-news {
  position: relative;
}
.p-cms-news__title {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: clamp(1.375rem, calc(16.4174757282px + 1.4886731392vw), 2.8125rem);
}
.p-cms-news__title-inner {
  border-bottom: 2px solid #454545;
  padding-bottom: 0.3125rem;
}
.p-cms-news__list {
  margin-bottom: clamp(1.25rem, calc(15.145631068px + 1.2944983819vw), 2.5rem);
  display: grid;
  grid-template-columns: repeat(4, 24%);
  column-gap: 1.25%;
  row-gap: clamp(1.25rem, calc(15.145631068px + 1.2944983819vw), 2.5rem);
}
@media screen and (max-width: 768px) {
  .p-cms-news__list {
    grid-template-columns: repeat(2, 48%);
    justify-content: space-between;
    column-gap: 0;
  }
}
.p-cms-news__list--slide {
  display: block;
}
.p-cms-news__list--slide .p-cms-news__item {
  width: clamp(10rem, calc(11.4285714286px + 19.3452380952vw), 18.125rem);
  margin: 0 clamp(0.9375rem, calc(7px + 1.0416666667vw), 1.375rem);
}
@media screen and (max-width: 768px) {
  .p-cms-news__list--slide .p-cms-news__item {
    width: clamp(12.5rem, calc(-14.2857142857px + 66.9642857143vw), 31.25rem);
    margin: 0 5.5vw;
  }
}
.p-cms-news__thumb {
  margin-bottom: 0.625rem;
}
.p-cms-news__date {
  font-size: 0.8em;
  margin-bottom: 0.25rem;
}
.p-cms-news__heading {
  font-size: clamp(0.625rem, calc(3.1236959762px + 0.8941877794vw), 1rem);
  margin-bottom: 0.9rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-cms-news__heading {
    font-size: clamp(0.875rem, calc(13.0291262136px + 0.2588996764vw), 1.125rem);
  }
}
.p-cms-news__arrow {
  width: 2.1875rem;
  aspect-ratio: 1/1;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 31%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #727171;
  transition: 0.25s ease;
}
@media screen and (max-width: 768px) {
  .p-cms-news__arrow {
    width: 5.2083333333vw;
  }
}
.p-cms-news__arrow:hover {
  color: #454545;
}
.p-cms-news__arrow--prev {
  left: -7%;
}
@media screen and (max-width: 768px) {
  .p-cms-news__arrow--prev {
    left: 9.8%;
  }
}
.p-cms-news__arrow--next {
  right: -7%;
}
@media screen and (max-width: 768px) {
  .p-cms-news__arrow--next {
    right: 9.8%;
  }
}
.p-cms-news__arrow-icon {
  width: 100%;
  height: 100%;
  fill: #727171;
}
.p-cms-news__btm {
  display: flex;
  justify-content: center;
  font-size: clamp(0.625rem, calc(9.5145631068px + 0.1294498382vw), 0.75rem);
}
.p-cms-news__btm-line {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-cms-news--sp-one-colmn .p-cms-news__heading {
    font-size: 0.75rem;
  }
  .p-cms-news--sp-one-colmn .c-tag {
    padding: 0.25rem 0.4375rem;
    font-size: 0.625rem;
  }
}

/* Project - Common UI */
/* @forward "project/hero";
@forward "project/feature-cards";
@forward "project/intro"; */
/* Project - Page */
@media screen and (max-width: 768px) {
  .p-top-mv {
    padding-top: 3.25rem;
  }
}
.p-top-mv__main-inner {
  width: 79.5rem;
  max-width: 100%;
  margin-inline: auto;
  position: relative;
  padding: 13.125rem 0 5.3125rem;
  padding-left: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__main-inner {
    padding: 9.375rem 0 5.625rem;
  }
}
.p-top-mv__main-illusts {
  position: absolute;
  top: 8.75rem;
  width: 98%;
  left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__main-illusts {
    left: auto;
    top: 4.375rem;
    right: -3%;
    width: 100%;
  }
}
.p-top-mv__texts {
  width: 46.1875rem;
  max-width: 100%;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .p-top-mv__texts {
    width: 88%;
    margin-left: 4%;
  }
}
.p-top-mv__scroll {
  position: absolute;
  right: 0;
  bottom: -3.75rem;
  width: 0.875rem;
  padding-bottom: 12.8125rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__scroll {
    display: none;
  }
}
.p-top-mv__scroll::after {
  content: "";
  translate: -50% 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 11.6875rem;
  background-color: #4d4d4d;
  animation: scroll 2s infinite;
}
.p-top-mv__bottom {
  position: relative;
  padding: 4.6875rem 0 15.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__bottom {
    padding: 3rem 0 6.25rem;
  }
}
.p-top-mv__fixed {
  position: fixed;
  right: 0;
  bottom: 15%;
  width: 21.125rem;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-top-mv__fixed {
    width: 7.5rem;
  }
}
.p-top-mv__cloud {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-top-mv__medals-list {
  display: flex;
  justify-content: center;
  gap: 3.3125rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__medals-list {
    gap: 1.25rem;
    justify-content: space-between;
  }
}
.p-top-mv__medals-item {
  width: 12.9375rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__medals-item {
    width: 14.625rem;
  }
}
.p-top-mv__medals-item img {
  border-radius: 50%;
  box-shadow: 0.8125rem 0.8125rem 1rem rgba(92, 92, 92, 0.41);
}

.p-strengths {
  padding: 13.125rem 0 10.0625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-strengths {
    padding: 4.375rem 0 17.5rem;
  }
}
.p-strengths__deco {
  position: absolute;
}
.p-strengths__deco.--top {
  top: -9.375rem;
  left: 0;
  width: 20.5rem;
}
@media screen and (max-width: 768px) {
  .p-strengths__deco.--top {
    left: auto;
    right: 0;
    top: -5rem;
    width: 12.5rem;
  }
}
.p-strengths__deco.--bottom {
  right: 0;
  bottom: -4.375rem;
  width: 26.875rem;
  z-index: 1;
}
.p-strengths__main {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-strengths__main {
    margin-left: 1.875rem;
  }
}
.p-strengths__illust {
  width: 18.0625rem;
  position: absolute;
  left: 0.3125rem;
  top: -9.375rem;
}
.p-strengths__graph {
  width: 50.25rem;
  max-width: 100%;
  margin-left: 18.75rem;
}
@media screen and (max-width: 768px) {
  .p-strengths__graph {
    margin-left: auto;
    margin-top: 2.8125rem;
    margin-right: -6%;
    width: 97%;
    transform: scale(1.14);
    transform-origin: 100% 50%;
  }
}
.p-strengths__image {
  width: 13.3125rem;
  display: block;
  position: absolute;
  right: -5.625rem;
  bottom: -5.9375rem;
}
@media screen and (max-width: 768px) {
  .p-strengths__image {
    right: auto;
    left: -1.9375rem;
    width: 8.125rem;
    bottom: -10rem;
  }
}

.p-top-service {
  position: relative;
  padding: 23.125rem 0 17.5rem;
  margin-top: -6.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding: 25rem 0 15.625rem;
    margin-top: -21.875rem;
  }
}
.p-top-service__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-service__bg {
    height: 100%;
  }
  .p-top-service__bg img {
    object-position: 0 50%;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__side {
    margin-top: 2.5rem;
  }
}
.p-top-service__main {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-service__main {
    margin-top: 3.75rem;
  }
}
.p-top-service__image {
  width: 54.875rem;
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-service__image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__image.--pc {
    display: none;
  }
}
.p-top-service__image.--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-service__image.--sp {
    display: block;
  }
}
.p-top-service__illust {
  position: absolute;
}
.p-top-service__illust--01 {
  width: 7.5rem;
  left: 11.25rem;
  top: -15.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__illust--01 {
    width: 3.75rem;
    left: 6.25rem;
    top: -8.125rem;
  }
}
.p-top-service__illust--02 {
  width: 9.375rem;
  bottom: -2rem;
  right: 11.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__illust--02 {
    width: 4.375rem;
    right: 5rem;
    bottom: -10.625rem;
  }
}
.p-top-service__illust--03 {
  width: 17.125rem;
  bottom: 7.5rem;
  right: -1.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-service__illust--03 {
    bottom: auto;
    width: 6.875rem;
    top: -11.25rem;
    right: 2.1875rem;
  }
}

.p-top-works {
  padding: 9.375rem 0 6.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-works {
    padding: 6.875rem 0 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-works .l-contents-col02 {
    width: 95%;
    margin-right: 0;
  }
}
.p-top-works__deco {
  left: 0;
  z-index: 1;
  top: -8.125rem;
  width: 13.75rem;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-top-works__deco {
    left: -1.875rem;
    top: -9.375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-works__main {
    overflow-x: auto;
    padding-bottom: 1.125rem;
  }
}
.p-top-works__list {
  display: flex;
}
.p-top-works__item {
  width: 25.5625rem;
}
@media screen and (max-width: 768px) {
  .p-top-works__item {
    flex: 0 0 22.5rem;
  }
}
.p-top-works__item:not(:last-of-type) {
  margin-right: 2.125rem;
}
.p-top-works__link:hover {
  opacity: 1;
}
.p-top-works__link:hover .p-top-works__tags {
  opacity: 1;
}
.p-top-works__link:hover img {
  opacity: 1;
}
.p-top-works__link:hover .p-top-works__title {
  opacity: 0.8;
}
.p-top-works__media {
  position: relative;
  aspect-ratio: 409/281;
}
.p-top-works__tags {
  position: absolute;
  left: 0;
  top: 0.9375rem;
  display: flex;
  gap: 0.5rem;
}
.p-top-works__tag {
  background-color: #fff;
  font-family: "Shippori Mincho B1", serif;
  padding: 0.5rem 0.875rem;
  border-bottom: 1px solid #0c8aba;
}
.p-top-works__title {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  font-size: 1.375rem;
  margin: 0.625rem 0;
}

.p-top-article {
  position: relative;
  padding: 20.4375rem 0 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-article {
    padding: 15.625rem 0 12.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-article {
    margin-top: -6.875rem;
  }
}
.p-top-article__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-article__deco {
  position: absolute;
  right: 0;
  bottom: -6.875rem;
  width: 26.25rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-article__deco {
    width: 17.5rem;
    bottom: -3.125rem;
    mix-blend-mode: multiply;
  }
}
@media screen and (max-width: 768px) {
  .p-top-article__col {
    gap: 1.75rem;
  }
}
.p-top-article__main {
  min-width: 0;
}
.p-top-article__arrows {
  position: absolute;
  height: 100%;
  background-color: #e40f00;
  width: 2.75rem;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-article__arrows {
    width: 2.1875rem;
  }
}
.p-top-article__arrows::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top-article__arrows.--prev {
  left: 0;
}
.p-top-article__arrows.--prev::after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent #fff transparent transparent;
  border-width: 0.8125rem 0.75rem 0.8125rem 0;
}
@media screen and (max-width: 768px) {
  .p-top-article__arrows.--prev::after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent #fff transparent transparent;
    border-width: 0.6875rem 0.5rem 0.6875rem 0;
  }
}
.p-top-article__arrows.--next {
  right: 0;
}
.p-top-article__arrows.--next::after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #fff;
  border-width: 0.8125rem 0 0.8125rem 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-article__arrows.--next::after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #fff;
    border-width: 0.6875rem 0 0.6875rem 0.5rem;
  }
}
.p-top-article__list {
  display: flex;
  gap: 2.8125rem;
  padding: 0 1.4375rem;
}
.p-top-article__list.is-slider {
  display: block;
}
.p-top-article__item {
  width: 21.25rem;
  margin: 0 2.03125rem;
}
@media screen and (max-width: 768px) {
  .p-top-article__item {
    margin: 0 0.75rem;
    width: 20.625rem;
  }
}
.p-top-article__media {
  aspect-ratio: 349/281;
}
@media screen and (max-width: 768px) {
  .p-top-article__media {
    aspect-ratio: 511/350;
  }
}
.p-top-article__body {
  background-color: #fff;
  padding: 1.375rem 1.3125rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .p-top-article__body {
    padding: 1rem 0.875rem;
  }
}
.p-top-article__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.25rem;
  margin-bottom: 1.0625rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-top-article__title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
}
.p-top-article__desc {
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-article__desc {
    margin-bottom: 0.9375rem;
    line-height: 1.445;
    font-size: 1.1rem;
  }
}
.p-top-article__more {
  color: #e62d00;
  font-family: "Shippori Mincho B1", serif;
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-top-article__more {
    margin-right: 3.4375rem;
  }
}
.p-top-article__more-line {
  height: 1px;
  flex: 1 1 auto;
  background-color: #e62d00;
}
.p-top-article__more-text {
  flex: 0 0 auto;
}

.p-top-news {
  padding: 12.5rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 3.75rem 0 5rem;
  }
}
.p-top-news__main {
  display: flex;
  justify-content: space-between;
  gap: 10.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-news__main {
    flex-flow: column;
    gap: 0;
  }
}
.p-top-news__side {
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-news__side {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__cats {
    display: flex;
    flex-wrap: wrap;
    order: 1;
    column-gap: 1.875rem;
    row-gap: 1.0625rem;
    margin-bottom: 2.3125rem;
  }
  .p-top-news__cats-item {
    font-size: 1.2rem;
  }
  .p-top-news__cats-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.p-top-news__more {
  margin-top: 3.8125rem;
  width: 8.125rem;
}
@media screen and (max-width: 768px) {
  .p-top-news__more {
    order: 3;
    margin-top: 2.3125rem;
    margin-left: auto;
  }
}
.p-top-news__contents {
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .p-top-news__contents {
    order: 2;
  }
}
.p-top-company {
  padding: 5rem 0 12.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-company {
    padding: 2.5rem 0 10rem;
  }
}
.p-top-company::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/company_bg_botom.png) no-repeat 50% 100%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-top-company::after {
    background-image: url(../images/top/company_bg_botom_sp.png);
    height: 43.75rem;
  }
}
.p-top-company__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-company__inner {
    flex-flow: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .p-top-company__content {
    padding-top: 6.25rem;
  }
}
.p-top-company__heading {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.33375rem;
  line-height: 2.6321462043;
  letter-spacing: 0.4em;
  margin-bottom: 4.6875rem;
}
@media screen and (max-width: 768px) {
  .p-top-company__heading {
    margin-bottom: 2.8125rem;
  }
}
.p-top-company__button {
  width: 18.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-company__media {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 1.5625rem;
  }
}
.p-top-company__image {
  box-shadow: 0.8125rem 0.8125rem 1.6875rem rgba(215, 188, 167, 0.32);
  display: block;
  position: relative;
}
.p-top-company__image.--image01 {
  width: 42.25rem;
  height: 18rem;
  z-index: 2;
  left: -5.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-company__image.--image01 {
    width: 20.625rem;
    height: 8.75rem;
    left: 2.5rem;
    top: 1.875rem;
  }
}
.p-top-company__image.--image02 {
  width: 31.0625rem;
  height: 17.6875rem;
  margin-top: -5rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-top-company__image.--image02 {
    width: 10rem;
    height: 15rem;
    margin-top: 0;
    margin-right: 3.125rem;
  }
}

.p-my-breadcrumb {
  font-family: "Shippori Mincho B1", serif;
}
.p-my-breadcrumb__list {
  display: flex;
  gap: 0.4375rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-my-breadcrumb__list {
    justify-content: center;
  }
}
.p-my-breadcrumb__item {
  position: relative;
}
.p-my-breadcrumb__item:not(:last-of-type)::after {
  content: "/";
  display: inline-block;
  margin-left: 0.4375rem;
}
.p-pages-header {
  position: relative;
  padding: 12.125rem 0 2.4375rem;
  height: 30.1875rem;
}
@media screen and (max-width: 768px) {
  .p-pages-header {
    padding: 8.75rem 0 2.4375rem;
    height: 29.6875rem;
  }
}
.p-pages-header__bg {
  background-color: #004c88;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.p-pages-header__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-pages-header__inner {
    flex-flow: column;
    align-items: center;
    width: 95%;
  }
}
.p-pages-header__heading {
  color: #fff;
}
.p-pages-header__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.9675rem;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-pages-header__title {
    text-align: center;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.p-pages-header__title::before {
  content: attr(data-eng);
  display: block;
  font-size: 1.339375rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .p-pages-header__title::before {
    font-size: 1.1875rem;
  }
}
.p-pages-header__media {
  width: 37.625rem;
  height: 23.3125rem;
  display: block;
  box-shadow: 0.8125rem 0.8125rem 1.6875rem rgba(215, 188, 167, 0.32);
}
@media screen and (min-width: 769px) {
  .p-pages-header__media {
    margin-right: -6.875rem;
    margin-top: -1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-pages-header__media {
    width: 88%;
    height: 16.875rem;
    margin-top: 2.875rem;
  }
}
.p-pages-main {
  position: relative;
  padding: 9.375rem 0;
}
@media screen and (max-width: 768px) {
  .p-pages-main {
    padding: 7.5rem 0;
  }
}
.p-pages-main__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-single-detail__main {
    padding-left: 3.4375rem;
    border-left: 1px solid #004c88;
  }
}
@media screen and (max-width: 768px) {
  .p-single-detail__main {
    margin-top: 5.625rem;
  }
}
.p-single-detail__header {
  margin-bottom: 1.5625rem;
}
.p-single-detail__meta {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.p-single-detail__date {
  font-size: 1.5625rem;
}
.p-single-detail__title {
  font-size: 2.0625rem;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", serif;
}
.p-single-detail__thumb {
  margin-bottom: 2.5rem;
}
.p-single-detail__content {
  margin-bottom: 5.625rem;
}

.post_content a {
  color: var(--color_link);
}
.post_content ul li {
  list-style-type: disc;
}
.post_content ul.is-style-bad_list li, .post_content ul.is-style-check_list li, .post_content ul.is-style-good_list li, .post_content ul.is-style-triangle_list li {
  list-style-type: none;
}
.post_content ol li {
  list-style-type: decimal;
}
.post_content .wp-block-image img {
  width: auto;
}
.post_content .wp-block-button__link {
  color: #fff;
}
.post_content .wp-block-button.is-style-outline--1 .wp-block-button__link {
  color: currentColor;
}

.p-page-company-contents {
  padding: 9.4444444444vw 0 10.625rem;
}
@media screen and (max-width: 768px) {
  .p-page-company-contents {
    padding: 11.875rem 0 7.5rem;
  }
}

.p-page-company-col02 {
  gap: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .p-page-company-side {
    margin-bottom: 5.625rem;
  }
}

@media screen and (min-width: 769px) {
  .p-page-company-main {
    padding-left: 6.25rem;
    border-left: 1px solid #004c88;
  }
}

.p-page-company-bg {
  position: absolute;
  height: 100%;
  background-color: rgba(212, 200, 190, 0.25);
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-page-company-bg {
    width: calc(100% + 50vw);
  }
}
@media screen and (max-width: 768px) {
  .p-page-company-bg {
    width: 110%;
    left: -5%;
  }
}

.p-page-company-message {
  margin-bottom: 7.75rem;
}
@media screen and (max-width: 768px) {
  .p-page-company-message {
    margin-bottom: 6.25rem;
  }
}
@media screen and (min-width: 769px) {
  .p-page-company-message__inner {
    display: flex;
    justify-content: space-between;
    gap: 3.1875rem;
    padding-top: 2.5rem;
  }
}
.p-page-company-message__content {
  flex: 1 1 auto;
}
@media screen and (min-width: 769px) {
  .p-page-company-message__content {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page-company-message__content {
    margin-bottom: 3.4375rem;
  }
}
.p-page-company-message__heading {
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-page-company-message__heading {
    margin-bottom: 1.875rem;
  }
}
.p-page-company-message__text {
  line-height: 2.3125;
}
.p-page-company-message__media {
  flex: 0 0 28.4375rem;
}
@media screen and (max-width: 768px) {
  .p-page-company-message__media {
    width: 25.625rem;
    margin-inline: auto;
  }
}
.p-page-company-message__picture {
  display: block;
  margin-bottom: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-page-company-message__picture {
    margin-bottom: 1.5625rem;
    width: 98%;
    margin-inline: auto;
  }
}
.p-page-company-message__image {
  box-shadow: 0.8125rem 0.8125rem 1.6875rem rgba(215, 188, 167, 0.32);
}
.p-page-company-message__caption {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  gap: 0.875rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-page-company-message__caption {
    gap: 0.5rem;
  }
}
.p-page-company-message__name {
  font-size: 2.381875em;
}
@media screen and (max-width: 768px) {
  .p-page-company-message__name {
    font-size: 1.95em;
  }
}

.p-page-company-outline {
  position: relative;
  padding: 3.8125rem 0;
  margin-bottom: 6.75rem;
}
@media screen and (max-width: 768px) {
  .p-page-company-outline {
    padding: 6.875rem 0;
  }
}
.p-page-company-outline__contents {
  position: relative;
}
.p-page-company-outline__heading {
  margin-bottom: 2.0625rem;
}
@media screen and (min-width: 769px) {
  .p-page-company-outline__block {
    padding-left: 4.1875rem;
  }
}
.p-page-company-outline__list {
  display: flex;
  gap: 1.125rem;
}
.p-page-company-outline__term, .p-page-company-outline__desc {
  display: flex;
  align-items: center;
  padding-block: 1.3125rem;
  font-weight: bold;
}
.p-page-company-outline__term {
  flex: 0 0 8.4375rem;
  border-bottom: 1px solid #004c88;
  text-align: center;
  justify-content: center;
  font-family: "Shippori Mincho B1", serif;
  color: #004c88;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-page-company-outline__term {
    font-size: 1.0625rem;
    flex-basis: 7.1875rem;
  }
}
.p-page-company-outline__desc {
  flex: 1 1 auto;
  border-bottom: 1px solid #a9a9a9;
  line-height: 2.4375;
}
@media screen and (max-width: 768px) {
  .p-page-company-outline__desc {
    line-height: 1.85;
  }
}
.p-page-company-outline__grid {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1em;
}

.p-page-company-philosophy {
  margin-bottom: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .p-page-company-philosophy {
    margin-bottom: 6.25rem;
  }
}
.p-page-company-philosophy__heading {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-page-company-philosophy__heading {
    margin-bottom: 2.5rem;
  }
}
.p-page-company-philosophy__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4.875rem;
}
@media screen and (max-width: 768px) {
  .p-page-company-philosophy__body {
    gap: 2rem;
  }
}
.p-page-company-philosophy__side {
  flex: 0 0 auto;
  writing-mode: vertical-rl;
  display: flex;
  flex-flow: column-reverse;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  gap: 1.375rem;
  padding-right: 1.875rem;
  padding-bottom: 1.75rem;
  border-right: 1px solid #004c88;
  border-bottom: 1px solid #004c88;
}
.p-page-company-philosophy__subheading {
  color: #e62d00;
  font-size: 1.3125rem;
  letter-spacing: 0.5em;
}
.p-page-company-philosophy__list {
  font-size: 1.1875rem;
  display: flex;
  flex-flow: column-reverse;
  gap: 0.75rem;
  margin-top: -0.1875rem;
}
.p-page-company-philosophy__block {
  flex: 1 1 auto;
}
.p-page-company-philosophy__subttl {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5625rem;
  margin-bottom: 1.25rem;
}
.p-page-company-philosophy__text {
  font-weight: 600;
  line-height: 1.8125;
  margin-bottom: 3.25rem;
}
.p-page-company-philosophy__image {
  display: block;
  width: 39.0625rem;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .p-page-company-philosophy__image {
    margin-right: -2.8125rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-page-company-philosophy__image {
    margin-right: -4%;
    width: 100%;
  }
}

.p-page-company-philosophy-point {
  padding-block: 2.75rem;
  position: relative;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 768px) {
  .p-page-company-philosophy-point {
    padding-block: 6.875rem;
  }
}
.p-page-company-philosophy-point__inner {
  position: relative;
}
.p-page-company-philosophy-point__heading {
  margin-bottom: 2.5rem;
}
.p-page-company-philosophy-point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-page-company-philosophy-point__list {
    padding-left: 3.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page-company-philosophy-point__list {
    flex-flow: column;
    row-gap: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .p-page-company-philosophy-point__item {
    width: 48.4%;
  }
}
.p-page-company-philosophy-point__title {
  display: flex;
  margin-bottom: 1.25rem;
  background-color: #004c88;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.040625rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-page-company-philosophy-point__title {
    font-size: 1.1875rem;
  }
}
.p-page-company-philosophy-point__num {
  background-color: #002f54;
  font-size: 1.5625rem;
  flex: 0 0 2.1875rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.3125rem;
}
.p-page-company-philosophy-point__title-text {
  flex: 1 1 auto;
  padding: 0.53125rem 0.9375rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-page-company-philosophy-point__title-text {
    padding-block: 0.625rem;
  }
}
.p-page-company-philosophy-point__text {
  font-size: 0.875rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-page-company-philosophy-point__text {
    font-size: 1rem;
  }
}

.p-page-company-organizational-chart {
  position: relative;
  padding: 3.375rem 0;
  margin-bottom: 6.5rem;
}
.p-page-company-organizational-chart__inner {
  position: relative;
}
.p-page-company-organizational-chart__heading {
  margin-bottom: 2.0625rem;
}
@media screen and (min-width: 769px) {
  .p-page-company-organizational-chart__scroll {
    margin-left: 4.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page-company-organizational-chart__scroll {
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-page-company-organizational-chart__image {
    width: 63.75rem;
  }
}

.p-page-company-history {
  margin-bottom: 7.5rem;
}
.p-page-company-history__heading {
  margin-bottom: 2.5rem;
}
.p-page-company-history__table {
  width: 100%;
  border-collapse: collapse;
}
.p-page-company-history__table th,
.p-page-company-history__table td {
  text-align: left;
  font-weight: bold;
  font-size: 1.25rem;
  padding-block: 1.0625rem;
  line-height: 1.7;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-page-company-history__table th,
  .p-page-company-history__table td {
    font-size: 1rem;
    padding-block: 0.6875rem;
  }
}
.p-page-company-history__table th.head,
.p-page-company-history__table td.head {
  background-color: #004c88;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  line-height: 1;
}
.p-page-company-history__table th.content,
.p-page-company-history__table td.content {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .p-page-company-history__table th.content,
  .p-page-company-history__table td.content {
    width: 78%;
  }
}
.p-page-company-history__table th {
  border-right: 2px solid #004c88;
}
.p-page-company-history__table td {
  padding-inline: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-page-company-history__table td {
    padding-left: 1.875rem;
    padding-right: 0;
  }
}

.p-company-office-list {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
  row-gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-company-office-list {
    grid-template-columns: 1fr;
    row-gap: 3.5625rem;
  }
}
.p-company-office-list__map {
  height: 14.625rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-company-office-list__map {
    margin-bottom: 1.25rem;
  }
}
.p-company-office-list__map iframe {
  width: 100%;
  height: 100%;
}
.p-company-office-list__name {
  font-weight: bold;
  margin-bottom: 0.4375rem;
}
.p-company-office-list__desc {
  line-height: 1.8;
}
.p-company-office-list__desc:not(:last-of-type) {
  margin-bottom: 1em;
}
.p-company-office-list__link {
  text-decoration: underline;
}
.p-company-office-list__work {
  margin-top: 3.375rem;
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  padding: 1.25rem;
  border: 1px solid #004c88;
}
@media screen and (max-width: 768px) {
  .p-company-office-list__work {
    margin-top: 1.875rem;
  }
}
.p-company-office-list__work-ttl {
  writing-mode: vertical-rl;
  color: #004c88;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.25rem;
  margin-top: 0.4375rem;
}
.p-company-office-list__work-desc {
  line-height: 1.9;
}

.p-page-company-office {
  position: relative;
  padding: 2.75rem 0;
  margin-bottom: 5.625rem;
}
.p-page-company-office__inner {
  position: relative;
}
.p-page-company-office__heading {
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 769px) {
  .p-page-company-office__list {
    padding-left: 4.5rem;
  }
}

.p-page-company-affiliates__heading {
  margin-bottom: 2.5625rem;
}

.p-service-main {
  position: relative;
}
.p-service-main__btm-deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27.8125rem;
}
@media screen and (max-width: 768px) {
  .p-service-main__btm-deco {
    width: 16.25rem;
  }
}

.p-service-ex {
  display: flex;
}
.p-service-ex__inner {
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  border-bottom: 0.25rem solid #004c88;
  padding: 1.5625rem;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-service-ex__inner {
    padding-inline: 1.25rem;
    gap: 0.6875rem;
  }
}
.p-service-ex__heading {
  writing-mode: vertical-rl;
  color: #004c88;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5625rem;
  letter-spacing: 0.3em;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-service-ex__heading {
    font-size: 1.375rem;
  }
}
.p-service-ex__list {
  font-size: 1.3125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-service-ex__list {
    font-size: 1.125rem;
  }
}
.p-service-ex__item {
  text-indent: -1em;
  padding-left: 1em;
}
.p-service-ex__item:not(:last-of-type) {
  margin-bottom: 0.4375rem;
}

.p-service-merit__head {
  display: flex;
  border-top: 1px solid #004c88;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-service-merit__head {
    margin-bottom: 1.75rem;
  }
}
.p-service-merit__heading {
  font-family: "Shippori Mincho B1", serif;
  background-color: #004c88;
  color: #fff;
  font-size: 1.625rem;
  letter-spacing: 0.3em;
  line-height: 1;
  padding: 0.8125rem 0.875rem 0.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service-merit__heading {
    padding-inline: 1.25rem;
  }
}
.p-service-merit__list {
  display: grid;
  grid-template-columns: repeat(2, 48.8%);
  justify-content: space-between;
  row-gap: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-service-merit__list {
    grid-template-columns: 1fr;
  }
}
.p-service-merit__item {
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 7.25rem;
  padding: 0.625rem 1.25rem;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-service-merit__item {
    gap: 1.6875rem;
  }
}
.p-service-merit__icon {
  flex: 0 0 5.6875rem;
}
@media screen and (max-width: 768px) {
  .p-service-merit__icon {
    flex-basis: 5rem;
  }
}
.p-service-merit__desc {
  font-size: 1.4375rem;
  font-weight: bold;
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .p-service-merit__desc {
    font-size: 1.125rem;
  }
}
.p-service-merit__texts {
  flex: 1 1 auto;
}
.p-service-merit__ttl {
  font-size: 1.4375rem;
  font-weight: 900;
  color: #004c88;
  letter-spacing: 0.1em;
  line-height: 1.17;
}
@media screen and (max-width: 768px) {
  .p-service-merit__ttl {
    font-size: 1.25rem;
  }
}
.p-service-merit__data {
  margin-top: 0.3125rem;
  font-weight: bold;
}

.p-service-links {
  background-color: #ddd9d4;
  padding-block: 4.375rem 4.75rem;
}
@media screen and (max-width: 768px) {
  .p-service-links {
    padding-block: 3.4375rem 3.875rem;
  }
}
.p-service-links__heading {
  text-align: center;
  color: #004c88;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.625rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-service-links__heading {
    font-size: 2rem;
    margin-bottom: 2.1875rem;
  }
}
@media screen and (min-width: 769px) {
  .p-service-links__sliders {
    display: grid;
    grid-template-columns: repeat(3, 32.5%);
    gap: 2.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service-links__sliders {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-service-links__item {
    width: 23.125rem;
    margin-inline: 1.0625rem;
  }
}
@media screen and (min-width: 769px) {
  .p-service-links__link:hover {
    opacity: 1;
  }
  .p-service-links__link:hover .p-service-links__media {
    box-shadow: none;
  }
  .p-service-links__link:hover .p-service-links__image {
    scale: 1.2;
  }
}
.p-service-links__media {
  height: 14.0625rem;
  overflow: hidden;
  box-shadow: 0.8125rem 0.8125rem 1.6875rem rgba(215, 188, 167, 0.32);
  transition: 0.35s linear;
}
@media screen and (max-width: 768px) {
  .p-service-links__media {
    height: 12.5rem;
  }
}
.p-service-links__image {
  transition: 0.35s linear;
}
.p-service-links__title {
  text-align: center;
  font-size: 1.5625rem;
  padding-block: 0.6875rem;
  border-bottom: 1px solid #004c88;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-service-links__title {
    font-size: 1.25rem;
  }
}

.p-strengths-banner {
  position: relative;
  padding-block: 5rem;
}
@media screen and (max-width: 768px) {
  .p-strengths-banner {
    padding-block: 3.75rem;
  }
}
.p-strengths-banner__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 28.8125rem;
}
@media screen and (max-width: 768px) {
  .p-strengths-banner__deco {
    width: 13.125rem;
  }
}
.p-strengths-banner__image {
  width: 39.75rem;
  max-width: 100%;
  margin-inline: auto;
  display: block;
}

.p-service-dx-main {
  padding-block: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-service-dx-main {
    padding: 12.5rem 0 6.875rem;
  }
}

.p-service-dx-case__media {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-service-dx-case__media {
    flex-flow: column-reverse;
  }
}
.p-service-dx-case__image {
  width: 27.8125rem;
  margin-top: 5.9375rem;
}
@media screen and (max-width: 768px) {
  .p-service-dx-case__image {
    margin-top: -6.25rem;
    width: 14.375rem;
  }
}
.p-service-dx-case__chart {
  width: 51.25rem;
  max-width: 100%;
}
.p-service-dx-case__content {
  margin-top: -5rem;
  margin-bottom: 4.3125rem;
}
@media screen and (max-width: 768px) {
  .p-service-dx-case__content {
    margin-top: 3.75rem;
  }
}
.p-service-dx-case__merit {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-service-dx-case__merit {
    margin-bottom: 2.1875rem;
  }
}
.p-service-dx-case__catch {
  text-align: center;
  font-weight: bold;
  font-size: 1.4375rem;
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .p-service-dx-case__catch {
    font-size: 1rem;
    margin-bottom: 3.125rem;
  }
}

.p-service-system-main {
  padding: 4.25rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-service-system-main {
    padding: 10rem 0 6.875rem;
  }
}

.p-service-system-contents__top {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-service-system-contents__top {
    margin-bottom: 7.5rem;
  }
}
.p-service-system-contents__title {
  font-size: 2.625rem;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.1em;
  color: #004c88;
}
@media screen and (max-width: 768px) {
  .p-service-system-contents__title {
    font-size: 2.3125rem;
  }
}
.p-service-system-contents__desc {
  font-size: 1.3125rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .p-service-system-contents__desc {
    font-size: 0.96rem;
  }
}
.p-service-system-contents__col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4.6875rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-service-system-contents__col {
    flex-flow: column-reverse;
    margin-bottom: 7.5rem;
  }
}
.p-service-system-contents__ex {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-service-system-contents__ex {
    margin-top: 0;
  }
}
.p-service-system-contents__chart {
  width: 34.9375rem;
  max-width: 100%;
}
.p-service-system-contents__merit {
  margin-bottom: 2.8125rem;
}
.p-service-system-contents__band {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.75rem;
  background-color: rgba(230, 34, 0, 0.32);
  padding: 0.5625rem 0.3125rem;
  margin-bottom: 4.6875rem;
}
@media screen and (max-width: 768px) {
  .p-service-system-contents__band {
    font-size: 1.5rem;
    margin-bottom: 3.4375rem;
  }
}

.p-service-sass-main {
  padding: 2.125rem 0 0rem;
}
@media screen and (max-width: 768px) {
  .p-service-sass-main {
    padding: 9.375rem 0 0rem;
  }
}

.p-service-sass-contents {
  margin-bottom: 3.75rem;
}
.p-service-sass-contents__heading {
  font-size: 2.625rem;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", serif;
  color: #004c88;
  margin-bottom: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .p-service-sass-contents__heading {
    font-size: 2.375rem;
    margin-bottom: 3.125rem;
  }
}
.p-service-sass-contents__body {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-service-sass-contents__body {
    flex-flow: column;
    margin-bottom: 5rem;
    gap: 3.4375rem;
  }
}
.p-service-sass-contents__chart {
  max-width: 100%;
  width: 51.4375rem;
}
@media screen and (max-width: 768px) {
  .p-service-sass-contents__chart {
    transform-origin: 100% 50%;
    scale: 1.035;
  }
}
@media screen and (min-width: 769px) {
  .p-service-sass-contents__main {
    margin-top: 6.875rem;
  }
}
.p-service-sass-contents__image {
  width: 24.0625rem;
  margin-left: auto;
  margin-bottom: 3.6875rem;
}
@media screen and (max-width: 768px) {
  .p-service-sass-contents__image {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-service-sass-contents__ex {
    display: block;
  }
}
.p-service-sap-list {
  position: relative;
  padding: 1.6875rem 0 3.9375rem;
}
.p-service-sap-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.3125rem;
  background-color: #c4c4c4;
}
@media screen and (max-width: 768px) {
  .p-service-sap-list::before {
    height: 8.4375rem;
  }
}
.p-service-sap-list__heading {
  font-size: 1.8125rem;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", serif;
  color: #004c88;
  margin-bottom: 1.375rem;
  text-align: center;
}
.p-service-sap-list__list {
  display: flex;
  justify-content: center;
  gap: 2.1875rem;
}
.p-service-sap-list__item {
  width: 25.9375rem;
}
@media screen and (max-width: 768px) {
  .p-service-sap-list__item {
    width: 21.875rem;
  }
}
.p-service-sap-list__link {
  display: block;
  position: relative;
  box-shadow: 0.8125rem 0.8125rem 1.6875rem rgba(215, 188, 167, 0.32);
}
.p-service-sap-list__link:hover {
  opacity: 1;
}
.p-service-sap-list__link:hover .p-service-sap-list__thumb img {
  scale: 1.2;
}
.p-service-sap-list__link:hover .p-service-sap-list__content::after {
  right: 0;
  bottom: 0;
}
.p-service-sap-list__thumb {
  overflow: hidden;
}
.p-service-sap-list__thumb img {
  transition: ease 0.54s;
}
.p-service-sap-list__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #004c88;
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.25rem;
  padding: 0.5625rem 0.5rem;
}
.p-service-sap-list__content::after {
  content: "";
  position: absolute;
  right: 0.1875rem;
  bottom: 0.1875rem;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #fff transparent;
  border-width: 0 0 1.125rem 1.125rem;
  transition: ease 0.25s;
}
.p-service-sap-main {
  padding-block: 0;
}

.p-service-sap-contents {
  position: relative;
  padding-block: 5.5rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-service-sap-contents {
    padding-block: 11.25rem 6.875rem;
  }
}
.p-service-sap-contents__deco {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-service-sap-contents__deco {
    display: none;
  }
}
.p-service-sap-contents__deco.--left {
  left: 0;
  width: 26.5rem;
}
.p-service-sap-contents__deco.--right {
  right: 0;
  width: 27.25rem;
}
.p-service-sap-contents__intro {
  margin-bottom: 6.6875rem;
}
@media screen and (max-width: 768px) {
  .p-service-sap-contents__intro {
    margin-bottom: 4.375rem;
  }
}
.p-service-sap-contents__heading {
  font-size: 2.625rem;
  font-family: "Shippori Mincho B1", serif;
  color: #004c88;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-service-sap-contents__heading {
    font-size: 2.1875rem;
    margin-bottom: 0.5625rem;
  }
}
.p-service-sap-contents__lead {
  font-size: 1.3125rem;
  line-height: 2.0952380952;
}
@media screen and (max-width: 768px) {
  .p-service-sap-contents__lead {
    font-size: 1rem;
    line-height: 1.92;
  }
}
.p-service-sap-contents__effects-head {
  margin-bottom: 3.3125rem;
}
@media screen and (max-width: 768px) {
  .p-service-sap-contents__effects-head {
    margin-bottom: 2.8125rem;
  }
}
.p-service-sap-contents__effects-heading {
  background-color: #004c88;
  text-align: center;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.625rem;
  padding: 0.4375rem 0.625rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-service-sap-contents__effects-heading {
    font-size: 1.25rem;
    padding-block: 0.75rem;
  }
}
@media screen and (min-width: 769px) {
  .p-service-sap-contents__effects-list {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-service-sap-contents__effects-list {
    width: 100%;
  }
}
.p-service-sap-contents__effect {
  width: 23.25rem;
}
@media screen and (max-width: 768px) {
  .p-service-sap-contents__effect {
    margin-inline: 0.9375rem;
  }
}
.p-service-sap-contents__effect-thumb {
  height: 17.5625rem;
  margin-bottom: 1.375rem;
}
.p-service-sap-contents__effect-body {
  text-align: center;
}
.p-service-sap-contents__effect-title {
  color: #004c88;
  font-weight: 900;
  margin-bottom: 0.6875rem;
  letter-spacing: 0.1em;
  font-size: 1.1875rem;
  white-space: nowrap;
}
.p-service-sap-contents__effect-text {
  line-height: 1.4375;
}

.p-service-sap-strong {
  background-color: #ddd9d4;
  padding-block: 5.75rem 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-service-sap-strong {
    padding-block: 3.25rem 6.25rem;
  }
}
.p-service-sap-strong__heading {
  text-align: center;
  font-size: 2.625rem;
  letter-spacing: 0.1em;
  color: #004c88;
  margin-bottom: 3.75rem;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .p-service-sap-strong__heading {
    font-size: 2.0625rem;
  }
}
.p-service-sap-strong__item:not(:last-of-type) {
  margin-bottom: 7.1875rem;
}
.p-service-sap-strong__main {
  display: flex;
  align-items: center;
  margin-bottom: 6.5625rem;
}
@media screen and (max-width: 768px) {
  .p-service-sap-strong__main {
    flex-flow: column;
    margin-bottom: 4.375rem;
  }
}
.p-service-sap-strong__content {
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .p-service-sap-strong__content {
    display: contents;
  }
}
.p-service-sap-strong__title {
  background-color: #004c88;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.625rem;
  letter-spacing: 0.3em;
  padding: 0.5rem 1.25rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-service-sap-strong__title {
    order: 1;
    width: 100%;
    font-size: 1.25rem;
    margin-bottom: 1.9375rem;
  }
}
.p-service-sap-strong__desc {
  padding-right: 5rem;
}
@media screen and (max-width: 768px) {
  .p-service-sap-strong__desc {
    order: 3;
    padding: 0;
  }
}
.p-service-sap-strong__text {
  font-size: 1.3125rem;
  line-height: 2.0952380952;
  margin-bottom: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-service-sap-strong__text {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.95;
  }
}
.p-service-sap-strong__spec {
  background-color: #fff;
  padding: 1.25rem 1.8125rem;
}
@media screen and (max-width: 768px) {
  .p-service-sap-strong__spec {
    padding: 1.125rem 1.375rem;
  }
}
.p-service-sap-strong__spec-ttl {
  font-size: 1.3125rem;
  color: #004c88;
  font-weight: 800;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-service-sap-strong__spec-ttl {
    margin-bottom: 0.3125rem;
    font-size: 1.125rem;
  }
}
.p-service-sap-strong__spec-data {
  font-size: 1.1875rem;
  line-height: 1.6842105263;
}
@media screen and (max-width: 768px) {
  .p-service-sap-strong__spec-data {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.p-service-sap-strong__thumb {
  flex: 0 0 30.3125rem;
  height: 29rem;
  box-shadow: 0.8125rem 0.8125rem 1.6875rem rgba(215, 188, 167, 0.32);
}
@media screen and (max-width: 768px) {
  .p-service-sap-strong__thumb {
    flex-basis: auto;
    width: 100%;
    height: 15.625rem;
    order: 2;
    margin-bottom: 0.9375rem;
  }
}
.p-service-narezzi-main {
  padding-block: 5.875rem 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-service-narezzi-main {
    padding-block: 10.625rem 5.625rem;
  }
}

.p-service-narezzi-contents {
  /* ===== stage ===== */
}
.p-service-narezzi-contents__heading {
  margin-bottom: 1.75rem;
}
.p-service-narezzi-contents__stage-list {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-service-narezzi-contents__stage-list {
    margin-bottom: 2.5rem;
  }
}
.p-service-narezzi-contents__stage-item {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0.8125rem 0.8125rem 1.6875rem rgba(215, 188, 167, 0.32);
  height: 16.625rem;
}
@media screen and (max-width: 768px) {
  .p-service-narezzi-contents__stage-item {
    height: 25.625rem;
    padding-inline: 1.375rem;
  }
}
.p-service-narezzi-contents__stage-item:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .p-service-narezzi-contents__stage-item:hover .p-service-narezzi-contents__stage-figure {
    transform: translateY(-50%) scale(1.05);
  }
}
.p-service-narezzi-contents__stage-figure {
  width: 27.5rem;
  max-width: 100%;
  transition: transform 0.4s ease;
}
@media screen and (min-width: 769px) {
  .p-service-narezzi-contents__stage-figure {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5.78%;
  }
}
@media screen and (max-width: 768px) {
  .p-service-narezzi-contents__stage-figure {
    width: 75%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2.5rem;
  }
}
.p-service-narezzi-contents__stage-figure.--image02 {
  top: 40%;
  width: 27.25rem;
}
@media screen and (max-width: 768px) {
  .p-service-narezzi-contents__stage-figure.--image02 {
    top: -3.875rem;
    width: 86%;
  }
}
.p-service-narezzi-contents__stage-figure.--image03 {
  width: 26.1875rem;
}
@media screen and (max-width: 768px) {
  .p-service-narezzi-contents__stage-figure.--image03 {
    top: 0.25rem;
    width: 70%;
  }
}
.p-service-narezzi-contents__stage-figure.--image04 {
  width: 26.875rem;
}
@media screen and (max-width: 768px) {
  .p-service-narezzi-contents__stage-figure.--image04 {
    top: -0.8125rem;
    width: 80%;
    left: 47%;
  }
}
.p-service-narezzi-contents__stage-body {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-service-narezzi-contents__stage-body {
    margin-left: 46%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-service-narezzi-contents__stage-body {
    margin-top: 66%;
  }
}
.p-service-narezzi-contents__stage-label {
  position: absolute;
  top: 1.17375rem;
  left: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: calc(100% - 1.904375rem);
}
@media screen and (max-width: 768px) {
  .p-service-narezzi-contents__stage-label {
    width: 90%;
    top: 0.75rem;
    left: 50%;
    gap: 0.5625rem;
    transform: translateX(-50%);
  }
}
.p-service-narezzi-contents__stage-en {
  color: #004c88;
  font-weight: 500;
  font-size: 1.0625rem;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-service-narezzi-contents__stage-en {
    font-size: 0.8125rem;
  }
}
.p-service-narezzi-contents__stage-line {
  flex: 1 1 auto;
  height: 1px;
  background-color: #004c88;
  position: relative;
}
.p-service-narezzi-contents__stage-line::after {
  content: "";
  width: 1px;
  height: 3.125rem;
  background-color: #004c88;
  position: absolute;
  right: 0;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .p-service-narezzi-contents__stage-line::after {
    height: 2.1875rem;
  }
}
.p-service-narezzi-contents__stage-title {
  font-size: 2.894375rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-service-narezzi-contents__stage-title {
    margin-right: 0.7em;
  }
}
@media screen and (max-width: 768px) {
  .p-service-narezzi-contents__stage-title {
    font-size: 2.125rem;
  }
}
.p-service-narezzi-contents__stage-title-main {
  font-size: 0.6616281581em;
  margin-right: -0.5em;
}
.p-service-narezzi-contents__stage-title-sub {
  display: flex;
}
.p-service-narezzi-contents__stage-title-side {
  margin-left: -0.5em;
}
.p-service-narezzi-contents__highlight {
  font-weight: 900;
}
.p-service-narezzi-contents__medal {
  margin-bottom: 5.9375rem;
}
@media screen and (max-width: 768px) {
  .p-service-narezzi-contents__medal {
    margin-bottom: 4.375rem;
  }
}
.p-service-narezzi-contents__medal-head {
  letter-spacing: 0.3em;
  font-family: "Shippori Mincho B1", serif;
  color: #004c88;
  text-align: center;
  border: 1px solid #004c88;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 2.625rem;
  padding-block: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .p-service-narezzi-contents__medal-head {
    font-size: 1.25rem;
  }
}
.p-service-narezzi-contents__medal-col {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 50%);
  width: 38.6875rem;
  max-width: 84%;
  margin-inline: auto;
}
.p-service-narezzi-contents__medal-logo {
  border: 1px solid #006761;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-service-narezzi-contents__medal-logo img {
  width: 68%;
}
.p-service-narezzi-contents__medal-button {
  background-color: #006761;
  border: 1px solid #006761;
  margin: 0;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-service-narezzi-contents__medal-button::after {
    right: 0.5rem;
    width: 1.375rem;
    height: 0.8125rem;
  }
}
.p-service-narezzi-contents__merit {
  margin-bottom: 4.375rem;
}

.p-strength-main {
  padding-block: 9.75rem 11.25rem;
}
@media screen and (max-width: 768px) {
  .p-strength-main {
    padding-block: 10rem 6.875rem;
  }
}

.p-strength-slider {
  position: relative;
}
.p-strength-slider__tabs {
  display: flex;
  justify-content: center;
  gap: 1.5625rem;
  margin-bottom: 3.5625rem;
}
@media screen and (max-width: 768px) {
  .p-strength-slider__tabs {
    flex-wrap: wrap;
    column-gap: 1.1875rem;
    row-gap: 0.6875rem;
    margin-bottom: 4.0625rem;
  }
}
.p-strength-slider__tabs-item {
  text-align: center;
  font-size: 1.625rem;
  letter-spacing: 0.15em;
  font-family: "Shippori Mincho B1", serif;
}
.p-strength-slider__tabs-item button {
  display: inline-block;
  padding: 0.9375rem 1.25rem;
  color: #97b6ce;
  border-bottom: 2px solid #97b6ce;
}
.p-strength-slider__tabs-item button[aria-selected=true] {
  color: currentColor;
  border-bottom-color: #004c88;
}
.p-strength-slider__main {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .p-strength-slider__main.is-sliding .p-strength-slider__item.slick-center {
    translate: 0 5.8125rem;
    opacity: 0.72;
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  .p-strength-slider__main {
    width: 90%;
    margin-inline: auto;
  }
}
.p-strength-slider__main .slick-arrow {
  font-size: 0;
  position: absolute;
  z-index: 3;
  width: 4.625rem;
  height: 2.875rem;
  background-color: #004c88;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-strength-slider__main .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 15.625rem;
    width: 2rem;
  }
}
.p-strength-slider__main .slick-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-strength-slider__main .slick-arrow::after {
    scale: 0.78;
  }
}
.p-strength-slider__main .slick-arrow.slick-prev {
  left: 13.7222222222%;
}
@media screen and (max-width: 768px) {
  .p-strength-slider__main .slick-arrow.slick-prev {
    left: -3%;
  }
}
.p-strength-slider__main .slick-arrow.slick-prev::after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent #fff transparent transparent;
  border-width: 0.8125rem 0.75rem 0.8125rem 0;
}
.p-strength-slider__main .slick-arrow.slick-next {
  right: 13.7222222222%;
}
@media screen and (max-width: 768px) {
  .p-strength-slider__main .slick-arrow.slick-next {
    right: -3%;
  }
}
.p-strength-slider__main .slick-arrow.slick-next::after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #fff;
  border-width: 0.8125rem 0 0.8125rem 0.75rem;
}
@media screen and (min-width: 769px) {
  .p-strength-slider__main .slick-list {
    padding-block: 0rem 7.5rem !important;
  }
}
.p-strength-slider__main .slick-dots {
  gap: 1.375rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .p-strength-slider__main .slick-dots {
    margin-top: -2.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-strength-slider__main .slick-dots {
    margin-top: 2.8125rem;
  }
}
.p-strength-slider__main .slick-dots li {
  width: 0.875rem;
  border-radius: 0;
  background-color: #adcee9;
  cursor: pointer;
}
.p-strength-slider__main .slick-dots li.slick-active {
  background-color: #004c88;
}
.p-strength-slider__item {
  background-color: rgba(173, 206, 233, 0.58);
  width: 61.0625rem;
  margin-inline: -5rem;
  transition: linear 0.18s;
}
@media screen and (min-width: 769px) {
  .p-strength-slider__item {
    translate: 0 5.8125rem;
    opacity: 0.72;
    height: 30.125rem !important;
  }
}
@media screen and (max-width: 768px) {
  .p-strength-slider__item {
    width: 32.5rem;
    margin-inline: 0.3125rem;
  }
}
@media screen and (min-width: 769px) {
  .p-strength-slider__item.slick-center {
    translate: 0 0;
    opacity: 1;
    position: relative;
    z-index: 4;
  }
}
.p-strength-slider__content {
  display: flex;
  letter-spacing: 0.15em;
  padding: 2.375rem 2.0625rem 2.9375rem;
  gap: 2.125rem;
}
@media screen and (max-width: 768px) {
  .p-strength-slider__content {
    padding: 2.125rem 1.5625rem 2.5rem;
    gap: 1.4375rem;
  }
}
.p-strength-slider__heading {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.56rem;
  font-weight: 600;
  flex: 0 0 auto;
  padding-right: 1.375rem;
  border-right: 0.25rem solid #004c88;
}
@media screen and (max-width: 768px) {
  .p-strength-slider__heading {
    font-size: 2rem;
    padding-right: 1.3125rem;
  }
}
.p-strength-slider__body {
  flex: 1 1 auto;
}
.p-strength-slider__text {
  font-weight: 500;
  line-height: 1.88;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 768px) {
  .p-strength-slider__text {
    margin-bottom: 1.125rem;
  }
}
.p-strength-slider__features {
  background-color: #fff;
  padding: 1.1875rem 1.75rem 1.75rem;
}
@media screen and (max-width: 768px) {
  .p-strength-slider__features {
    padding: 1.0625rem 1.25rem 1.4375rem;
  }
}
.p-strength-slider__features-heading {
  font-family: "Shippori Mincho B1", serif;
  color: #004c88;
  font-size: 1.1875rem;
  margin-bottom: 0.5625rem;
}
.p-strength-slider__features-list {
  display: grid;
  grid-template-columns: repeat(3, 32.333333333%);
  gap: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .p-strength-slider__features-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-strength-slider__features-item {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-strength-slider__features-item:nth-of-type(2) {
    padding-inline: 0.6875rem;
    border-left: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
  }
}
@media screen and (max-width: 768px) {
  .p-strength-slider__features-item:nth-of-type(2) {
    padding-block: 0.6875rem;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
  }
}
.p-strength-slider__features-image {
  height: 9.875rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-strength-slider__features-image {
    margin: 0;
    flex: 0 0 8.125rem;
    height: 6.25rem;
  }
}
.p-strength-slider__features-text {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-strength-slider__features-text {
    text-align: center;
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 768px) {
  .p-strength-slider__features-text {
    flex: 1 1 auto;
    line-height: 1.45;
  }
}

.p-sustainability-main {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-sustainability-main {
    padding-top: 12.5rem;
  }
}

.p-sustainability-nav {
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-sustainability-nav {
    padding-bottom: 5rem;
  }
}
.p-sustainability-nav__list {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-sustainability-nav__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.p-sustainability-nav__link {
  display: flex;
  box-shadow: 0.375rem 0.375rem 1.5rem rgba(215, 188, 167, 0.45);
}
.p-sustainability-nav__thumb {
  flex: 0 0 60%;
}
.p-sustainability-nav__body {
  flex: 1 1 auto;
  background-color: #004c88;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-sustainability-nav__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.1875rem;
  line-height: 1;
}

.p-sustainability-bgs {
  background-color: #ddd9d4;
}

.p-sustainability-msassege {
  padding: 6.875rem 0 5.9375rem;
}
@media screen and (max-width: 768px) {
  .p-sustainability-msassege {
    padding: 4.0625rem 0 5.9375rem;
  }
}
.p-sustainability-msassege__outer {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-sustainability-msassege__content {
    padding-left: 36.2307692308%;
  }
}
@media screen and (max-width: 768px) {
  .p-sustainability-msassege__content {
    margin-bottom: 3.125rem;
  }
}
.p-sustainability-msassege__title {
  font-size: 2.625rem;
  color: #004c88;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-sustainability-msassege__title {
    margin-bottom: 0.9375rem;
    font-size: 2.1875rem;
  }
}
.p-sustainability-msassege__text {
  line-height: 2.3125;
}
@media screen and (max-width: 768px) {
  .p-sustainability-msassege__text {
    margin-bottom: 1.875rem;
  }
}
.p-sustainability-msassege__thumb {
  z-index: 2;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-sustainability-msassege__thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 36.6666666667%;
    max-width: 688px;
  }
}
@media screen and (max-width: 768px) {
  .p-sustainability-msassege__thumb {
    position: relative;
    width: 85%;
  }
}

.p-sustainability-policy {
  position: relative;
  padding-bottom: 14.375rem;
}
@media screen and (max-width: 768px) {
  .p-sustainability-policy {
    padding-bottom: 9.375rem;
  }
}
@media screen and (min-width: 769px) {
  .p-sustainability-policy__bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .p-sustainability-policy__bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5rem;
    width: 92%;
  }
}
.p-sustainability-policy__title {
  text-align: center;
  margin-bottom: 4.0625rem;
}
.p-sustainability-policy__content {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-sustainability-policy__content {
    flex-flow: column;
  }
}
.p-sustainability-policy__list {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-sustainability-policy__list {
    flex-flow: column;
    align-items: center;
  }
}
.p-sustainability-policy__item {
  background-color: #fff;
  box-shadow: 0.8125rem 0.8125rem 1.6875rem rgba(215, 188, 167, 0.32);
  padding-block: 0.9375rem;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 0.75rem;
}
@media screen and (min-width: 769px) {
  .p-sustainability-policy__item {
    writing-mode: vertical-lr;
    height: 32.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sustainability-policy__item {
    width: 28.75rem;
    padding-bottom: 1.375rem;
  }
}
.p-sustainability-policy__heading {
  background-color: #004c88;
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  font-size: 1.875rem;
  padding: 1.25rem 0;
  line-height: 1.32;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-sustainability-policy__heading {
    line-height: 1.2;
    padding: 0.625rem 0.9375rem;
    width: 74%;
    font-size: 1.75rem;
  }
}
.p-sustainability-policy__text {
  padding-inline: 2.25rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-sustainability-policy__text {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  .p-sustainability-policy__text {
    padding-inline: 1.875rem;
    line-height: 1.9;
  }
}
.p-sustainability-policy__detail-list {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-sustainability-policy__detail-list {
    flex-flow: row;
  }
}
.p-sustainability-policy__detail-item {
  height: 15.1875rem;
  background-color: #fff;
  box-shadow: 0.8125rem 0.8125rem 1.6875rem rgba(215, 188, 167, 0.32);
  padding: 1.4375rem 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-sustainability-policy__detail-item {
    height: auto;
    width: 47.4%;
  }
}
.p-sustainability-policy__detail-heading {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.875rem;
  color: #f44e21;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-sustainability-policy__detail-heading {
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 0.9375rem;
  }
}
.p-sustainability-policy__detail-subitem {
  line-height: 1.1;
}
.p-sustainability-policy__detail-subitem:not(:last-of-type) {
  margin-bottom: 1rem;
}

.p-sustainability-cats {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .p-sustainability-cats {
    padding: 5rem 0 2.1875rem;
  }
}
@media screen and (min-width: 769px) {
  .p-sustainability-cats__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    gap: 2.3125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sustainability-cats__inner {
    width: 100%;
  }
  .p-sustainability-cats__inner .slick-list {
    padding-bottom: 1.5625rem !important;
  }
}
.p-sustainability-cats__item {
  box-shadow: 0.8125rem 0.8125rem 1.6875rem rgba(215, 188, 167, 0.32);
}
@media screen and (max-width: 768px) {
  .p-sustainability-cats__item {
    width: 22.5rem;
    margin-inline: 0.75rem;
  }
}
.p-sustainability-cats__link {
  display: block;
  position: relative;
}
.p-sustainability-cats__content {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.p-sustainability-cats__ttl {
  color: #004c88;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  padding: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-sustainability-cats__ttl {
    font-size: 1.5rem;
  }
}

.p-sustainability-btm-nav {
  background-color: #ddd9d4;
  padding: 3.125rem 0 6.4375rem;
}
@media screen and (max-width: 768px) {
  .p-sustainability-btm-nav {
    padding: 1.875rem 0 5.1875rem;
  }
}
.p-sustainability-btm-nav__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-sustainability-btm-nav__inner {
    flex-flow: column;
    gap: 5rem;
  }
}
.p-sustainability-btm-nav__item {
  width: 48%;
  box-shadow: 0.8125rem 0.8125rem 1.6875rem rgba(215, 188, 167, 0.32);
}
@media screen and (max-width: 768px) {
  .p-sustainability-btm-nav__item {
    width: 100%;
  }
}
.p-sustainability-btm-nav__link {
  background-color: #004c88;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  height: 9.6875rem;
  padding-left: 50%;
}
@media screen and (max-width: 768px) {
  .p-sustainability-btm-nav__link {
    height: 7.5rem;
    padding-left: 54%;
  }
}
.p-sustainability-btm-nav__figure {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0.8125rem 0.8125rem 1.6875rem rgba(215, 188, 167, 0.32);
}
.p-sustainability-btm-nav__title {
  font-size: 1.625rem;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .p-sustainability-btm-nav__title {
    font-size: 1.375rem;
  }
}

.p-sustainability-btm-logos {
  padding: 2.3125rem 0;
}
@media screen and (max-width: 768px) {
  .p-sustainability-btm-logos {
    padding: 1.5625rem 0;
  }
}
.p-sustainability-btm-logos__img {
  width: 47.4375rem;
  max-width: 100%;
  margin-inline: auto;
}

.p-health-management-main {
  padding-block: 12.75rem 11.1875rem;
}
@media screen and (max-width: 768px) {
  .p-health-management-main {
    padding-block: 12.75rem 7.5rem;
  }
}

.p-health-management__block:not(:last-of-type) {
  margin-bottom: 3.125rem;
}
.p-health-management__heading {
  background-color: #004c88;
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  text-align: center;
  font-size: 1.625rem;
  padding-block: 0.3125rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-health-management__heading {
    font-size: 1.375rem;
    padding-block: 0.5rem;
  }
}
.p-health-management__desc {
  line-height: 2.0625;
  flex: 1 1 auto;
  margin-bottom: 1.875rem;
}
.p-health-management__desc.--md {
  font-size: 1.3125rem;
}
.p-health-management__name {
  font-size: 1.3125rem;
  margin-top: 1.6875rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-health-management__name {
    font-size: 1.1875rem;
  }
}
.p-health-management__col {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-health-management__col {
    flex-flow: column;
  }
}
.p-health-management__image {
  flex: 0 0 19.9375rem;
  margin-left: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-health-management__image {
    margin: 1.25rem auto 0.9375rem;
    width: 18.75rem;
    flex-basis: auto;
  }
}
.p-health-management__box:not(:last-of-type) {
  margin-bottom: 3.4375rem;
}
.p-health-management__subttl {
  color: #004c88;
  font-size: 1.3125rem;
  margin-bottom: 0.625rem;
}
.p-health-management__map {
  background-color: #fff;
  padding: 4.9375rem 7.4375rem;
}
@media screen and (max-width: 768px) {
  .p-health-management__map {
    overflow-x: auto;
    padding: 2.1875rem;
  }
}
.p-health-management__map img {
  width: 66.4375rem;
}
@media screen and (min-width: 769px) {
  .p-health-management__map img {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-health-management__map img {
    max-width: none;
  }
}
.p-health-management__nums-item:not(:last-of-type) {
  margin-bottom: 3.625rem;
}
@media screen and (max-width: 768px) {
  .p-health-management__nums-item:not(:last-of-type) {
    margin-bottom: 1.875rem;
  }
}
.p-health-management__nums-head {
  color: #004c88;
  font-family: "Shippori Mincho B1", serif;
  display: flex;
  align-items: center;
  font-size: 1.5625rem;
  letter-spacing: 0.3em;
  gap: 1.0625rem;
  margin-bottom: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .p-health-management__nums-head {
    font-size: 1.3125rem;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.p-health-management__nums-ttl {
  flex: 0 0 auto;
}
.p-health-management__nums-line {
  flex: 1 1 auto;
  height: 1px;
  background-color: #004c88;
}
.p-health-management__nums-list-item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.9375rem;
}
.p-health-management__nums-list-item:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
.p-health-management__colbox {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-health-management__colbox.--sp-col {
    flex-flow: column;
  }
}
.p-health-management__colbox:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.p-health-management__colbox-info {
  flex: 1 1 auto;
}
.p-health-management__colbox-ttl {
  font-size: 1.75rem;
  font-family: "Shippori Mincho B1", serif;
  color: #004c88;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-health-management__colbox-ttl {
    font-size: 1.4375rem;
  }
}
.p-health-management__colbox-desc {
  line-height: 2.0625;
}
.p-health-management__colbox-logo {
  flex: 0 0 auto;
}
.p-health-management__colbox-logo.--logo01 {
  width: 26.6875rem;
  margin-left: 3.375rem;
}
@media screen and (max-width: 768px) {
  .p-health-management__colbox-logo.--logo01 {
    margin: 2.3125rem 0 0;
    width: 100%;
  }
}
.p-health-management__colbox-logo.--logo02 {
  width: 6.625rem;
  margin-left: 4.625rem;
}
@media screen and (max-width: 768px) {
  .p-health-management__colbox-logo.--logo02 {
    margin-left: 2.1875rem;
  }
}
.p-health-management__colbox-logo.--logo03 {
  width: 9.25rem;
  margin-left: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .p-health-management__colbox-logo.--logo03 {
    width: 7.8125rem;
    margin-left: 1.5625rem;
  }
}
.p-health-management__pr {
  background-color: #fff;
  border: 1px solid #004c88;
  padding: 0.9375rem 1.375rem;
}

.p-employee-benefits-main {
  padding-block: 6.25rem 10.625rem;
}
@media screen and (max-width: 768px) {
  .p-employee-benefits-main {
    padding-block: 10rem 10.625rem;
  }
}

.p-employee-benefits__lead {
  font-size: 1.1875rem;
  line-height: 2.3157894737;
  margin-bottom: 15.875rem;
}
@media screen and (max-width: 768px) {
  .p-employee-benefits__lead {
    font-size: 1rem;
    margin-bottom: 15rem;
  }
}
.p-employee-benefits__item:not(:last-of-type) {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-employee-benefits__item:not(:last-of-type) {
    margin-bottom: 4.375rem;
  }
}
.p-employee-benefits__heading {
  display: flex;
  align-items: center;
  color: #004c88;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.25rem;
  margin-bottom: 2.3125rem;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-employee-benefits__heading {
    font-size: 1.75rem;
  }
}
.p-employee-benefits__heading-ttl {
  flex: 0 0 auto;
}
.p-employee-benefits__heading-line {
  flex: 1 1 auto;
  height: 1px;
  background-color: #004c88;
}
.p-employee-benefits__cards {
  display: grid;
  grid-template-columns: repeat(2, 48.88%);
  justify-content: space-between;
  row-gap: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-employee-benefits__cards {
    grid-template-columns: 1fr;
  }
}
.p-employee-benefits__card {
  display: flex;
  align-items: center;
  background-color: #fff;
  min-height: 11.6875rem;
  padding: 0.625rem 1.5625rem;
  padding-right: 2.1875rem;
  gap: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-employee-benefits__card {
    gap: 1.625rem;
    padding-right: 2.5rem;
  }
}
.p-employee-benefits__icon {
  flex: 0 0 6.6875rem;
  height: 7.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-employee-benefits__icon {
    flex-basis: 4.6875rem;
  }
}
.p-employee-benefits__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.p-employee-benefits__body {
  flex: 1 1 auto;
}
.p-employee-benefits__card-title {
  color: #004c88;
  font-size: 1.4375rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-employee-benefits__card-title {
    font-size: 1.1875rem;
    margin-bottom: 0.4375rem;
  }
}
.p-employee-benefits__card-title span {
  display: block;
  font-size: 0.6956521739em;
  line-height: 1.05;
}
.p-employee-benefits__card-text {
  line-height: 1.7501557632;
}
@media screen and (max-width: 768px) {
  .p-employee-benefits__card-text {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  .p-archive-main {
    padding-top: 13.125rem;
  }
}

.p-archive-news__side {
  flex-basis: 10.625rem;
}
@media screen and (min-width: 769px) {
  .p-archive-news__main {
    padding-left: 1.1875rem;
    border-left: 1px solid #004c88;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-news__main {
    margin-top: 5.9375rem;
  }
}
.p-archive-news__item:not(:last-of-type) {
  margin-bottom: 2.1875rem;
}
.p-archive-news__link {
  display: flex;
  gap: 2.6875rem;
  padding: 1.9375rem;
  position: relative;
  background-color: rgba(212, 200, 190, 0.25);
}
@media screen and (max-width: 768px) {
  .p-archive-news__link {
    padding: 1.6875rem;
    gap: 1.0625rem;
  }
}
.p-archive-news__link::before {
  /*  position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-color: #ddd9d4;
              z-index: -1; */
}
.p-archive-news__thumb {
  flex: 0 0 15.0625rem;
  aspect-ratio: 241/179;
}
@media screen and (max-width: 768px) {
  .p-archive-news__thumb {
    flex-basis: 11.75rem;
    aspect-ratio: 273/246;
  }
}
.p-archive-news__body {
  flex: 1 1 auto;
  position: relative;
}
.p-archive-news__infos {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-archive-news__infos {
    justify-content: flex-start;
    margin-top: 1.125rem;
  }
}
.p-archive-news__meta {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
}
.p-archive-news__date {
  color: #e62200;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.16em;
}
.p-archive-news__cat-list {
  display: flex;
  gap: 0.3125rem;
}
.p-archive-news__cat-item {
  background-color: #e62200;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.1;
  padding: 0.1875rem 0.5625rem;
}
.p-archive-news__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.375rem;
  margin: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .p-archive-news__title {
    margin-block: 0.4375rem;
  }
}
.p-archive-news__more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.6875rem;
  color: #e62200;
  font-family: "Shippori Mincho B1", serif;
  margin-top: 2.1875rem;
  position: absolute;
  bottom: -0.3125rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-archive-news__more {
    bottom: -0.6875rem;
  }
}
.p-archive-news__more-text {
  flex: 0 0 auto;
}
.p-archive-news__more-line {
  flex: 0 0 3.1875rem;
  height: 1px;
  background-color: #e62200;
}
.p-archive-news__pagination {
  margin-top: 5.3125rem;
}

.p-archive-works__list {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 45%);
  row-gap: 5.5625rem;
}
@media screen and (max-width: 768px) {
  .p-archive-works__list {
    grid-template-columns: repeat(2, 48%);
    row-gap: 3.75rem;
  }
}
.p-archive-works__media {
  position: relative;
  aspect-ratio: 518/326;
}
@media screen and (max-width: 768px) {
  .p-archive-works__media {
    aspect-ratio: 371/326;
  }
}
.p-archive-works__tax-list {
  position: absolute;
  top: 1.25rem;
  left: 0;
  display: flex;
  gap: 0.5625rem;
}
.p-archive-works__tax-item {
  color: #fff;
  background-color: #e62200;
  font-size: 1.073125rem;
  line-height: 1;
  padding: 0.4375rem 0.75rem;
}
.p-archive-works__title {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .p-archive-works__title {
    font-size: 1.375rem;
    margin-top: 1rem;
  }
}
.p-archive-works__pagination {
  margin-top: 4.5rem;
}

@media screen and (min-width: 769px) {
  .p-archive-social__main {
    padding-left: 3.4375rem;
    border-left: 1px solid #004c88;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-social__main {
    margin-top: 5.625rem;
  }
}
.p-archive-social__list {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  column-gap: 4.5%;
  row-gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-archive-social__list {
    column-gap: 0;
    grid-template-columns: repeat(2, 46%);
    justify-content: space-between;
    row-gap: 2rem;
  }
}
.p-archive-social__thumb {
  aspect-ratio: 319/229;
  margin-bottom: 1.5625rem;
}
.p-archive-social__meta {
  margin-bottom: 0.5rem;
}
.p-archive-social__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.375rem;
  margin-bottom: 0.6875rem;
}
.p-contact-main {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-contact-main {
    padding-top: 10.3125rem;
  }
}

.p-contact-head {
  margin-bottom: 13.3125rem;
}
@media screen and (max-width: 768px) {
  .p-contact-head {
    margin-bottom: 8.125rem;
  }
}
.p-contact-head__list {
  display: flex;
  gap: 3.8125rem;
}
@media screen and (max-width: 768px) {
  .p-contact-head__list {
    gap: 0;
    justify-content: space-between;
  }
}
.p-contact-head__item {
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.1em;
}
.p-contact-head__item:first-of-type {
  width: 18.4375rem;
}
@media screen and (max-width: 768px) {
  .p-contact-head__item:first-of-type {
    width: 38%;
  }
}
.p-contact-head__item:last-of-type {
  width: 29.9375rem;
}
@media screen and (max-width: 768px) {
  .p-contact-head__item:last-of-type {
    width: 58%;
  }
}
.p-contact-head__label {
  font-size: 1.8125rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-contact-head__label {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.p-contact-head__link {
  display: block;
  background-color: #0a2031;
  color: #fff;
  text-align: center;
  padding: 1.5625rem 0.625rem;
  font-size: 1.6875rem;
  box-shadow: 0.625rem 0.625rem 0.625rem rgba(167, 167, 167, 0.56);
}
@media screen and (max-width: 768px) {
  .p-contact-head__link {
    font-size: 1.25rem;
  }
}
.p-contact-head__link:hover {
  box-shadow: none;
}

.p-contact-form__body {
  background-color: #fff;
  padding: 3.125rem;
  padding-bottom: 5.75rem;
  box-shadow: 0.8125rem 0.8125rem 1.5rem rgba(215, 188, 167, 0.32);
}
@media screen and (max-width: 768px) {
  .p-contact-form__body {
    padding: 3.125rem 2.3125rem 4.6875rem;
  }
}

.p-contact-form-content__row:not(:last-of-type) {
  margin-bottom: 3.125rem;
}
.p-contact-form-content__term {
  font-family: "Shippori Mincho B1", serif;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 1.5625rem;
  gap: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-contact-form-content__term {
    margin-bottom: 1.375rem;
  }
}
.p-contact-form-content__label {
  font-size: 1.8125rem;
}
.p-contact-form-content__required {
  font-size: 1rem;
  border: 1px solid #e62200;
  color: #e62200;
  line-height: 1;
  padding: 0.25rem 0.1875rem;
}
@media screen and (max-width: 768px) {
  .p-contact-form-content__required {
    padding: 0.375rem 0.4375rem 0.25rem;
  }
}
.p-contact-form-content__optional {
  font-size: 1rem;
  border: 1px solid #3080f7;
  color: #3080f7;
  line-height: 1;
  padding: 0.25rem 0.1875rem;
}
@media screen and (max-width: 768px) {
  .p-contact-form-content__optional {
    padding: 0.375rem 0.4375rem 0.25rem;
  }
}
.p-contact-form-content__sub-row {
  display: flex;
  align-items: center;
}
.p-contact-form-content__sub-row:not(:last-of-type) {
  margin-bottom: 1.1875rem;
}
.p-contact-form-content__sub-term {
  flex: 0 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-contact-form-content__sub-term {
    flex-basis: 5.625rem;
  }
}
.p-contact-form-content__sub-desc {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-contact-form-content__sub-desc {
    gap: 1.0625rem;
  }
}
.p-contact-form-content__sub-desc input {
  width: 17.75rem;
}
@media screen and (max-width: 768px) {
  .p-contact-form-content__sub-desc input {
    width: 9.6875rem;
  }
}
.p-contact-form-content__note {
  margin: 4.0625rem 0 1.75rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-contact-form-content__note {
    margin: 2.1875rem 0 1.0625rem;
  }
}
.p-contact-form-content__note .inp {
  color: #e62200;
  text-decoration: underline;
}
.p-contact-form-content__btns {
  display: flex;
  justify-content: center;
  margin-top: 4.3125rem;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-contact-form-content__btns {
    flex-flow: column-reverse;
    align-items: center;
  }
}
.p-contact-form-content__submit {
  background-color: #e62200;
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  width: 18.625rem;
  display: block;
  padding: 1.46875rem 0;
  font-size: 1.6875rem;
  box-shadow: 0.625rem 0.625rem 0.625rem rgba(167, 167, 167, 0.56);
}
.p-contact-form-content__submit.--back {
  background-color: #666;
}
.p-contact-form-content__submit[disabled] {
  background-color: #666;
}
@media screen and (max-width: 768px) {
  .p-contact-form-content .wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(3, auto);
    row-gap: 1.25rem;
  }
}
.p-contact-form-content .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.p-contact-form-content .wpcf7-radio .wpcf7-list-item:not(:last-of-type) {
  margin-right: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-contact-form-content .wpcf7-radio .wpcf7-list-item:not(:last-of-type) {
    margin-right: 0;
  }
}
.p-contact-form-content .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 1.5625rem;
}
.p-contact-form-content .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  border: 1px solid #a7a7a7;
  background-color: #fff;
  width: 1.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-contact-form-content .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  background-color: #454545;
  width: 0.625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  left: 0.309375rem;
}
.p-contact-form-content .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact-form-content .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.p-contact-form-content .wpcf7-checkbox .wpcf7-list-item:not(:last-of-type) {
  margin-right: 1.5625rem;
}
.p-contact-form-content .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 1.5625rem;
}
.p-contact-form-content .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  border: 1px solid #454545;
  background-color: #fff;
  width: 1.25rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-contact-form-content .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-right: 0.1875rem solid #fff;
  border-bottom: 0.1875rem solid #fff;
  width: 0.5rem;
  height: 0.8125rem;
  bottom: 0.5625rem;
  left: 0.375rem;
  rotate: 30deg;
  opacity: 0;
}
.p-contact-form-content .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #454545;
}
.p-contact-form-content .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact-form-content .wpcf7-acceptance {
  margin-top: 2.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-contact-form-content .wpcf7-acceptance {
    margin-top: 1.25rem;
  }
}
.p-contact-form-content .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  justify-content: center;
  margin: 0;
}
.p-contact-form-content .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 1.5625rem;
  display: inline-block;
  position: relative;
  padding-left: 1.75rem;
}
.p-contact-form-content .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  border: 1px solid #454545;
  background-color: #fff;
  width: 1.25rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-contact-form-content .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-right: 0.1875rem solid #fff;
  border-bottom: 0.1875rem solid #fff;
  width: 0.5rem;
  height: 0.8125rem;
  bottom: 0.75rem;
  left: 0.375rem;
  rotate: 30deg;
  opacity: 0;
}
.p-contact-form-content .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #454545;
}
.p-contact-form-content .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact-form-content .wpcf7-spinner {
  display: none;
}
.p-contact-form-content .wpcf7-response-output {
  display: none;
}

.p-personal-pol {
  background-color: #f2f2f2;
  border: 1px solid #cfcfcf;
  padding: 3.125rem 1.875rem;
  height: 10.625rem;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .p-personal-pol {
    padding: 1.75rem 1.375rem;
  }
}
.p-personal-pol__title {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-personal-pol__title {
    font-size: 1.15rem;
  }
}
.p-personal-pol__section:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.p-personal-pol__heading {
  margin-bottom: 0.5rem;
}
.p-personal-pol__list {
  display: flex;
  padding: 0.9375rem 0;
}
.p-personal-pol__term {
  flex: 0 0 8.75rem;
}
.p-personal-pol__desc {
  flex: 1 1 auto;
}

.p-60th {
  background: linear-gradient(90deg, #007BD0 0%, #04D7DC 100%);
  padding: 8.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-60th {
    padding-bottom: 3.125rem;
  }
}

.p-60th-mv {
  position: relative;
}
.p-60th-mv__lines {
  position: absolute;
  left: 0;
  top: 0.625rem;
  width: 100%;
  z-index: 2;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-60th-mv__lines {
    top: 6.25rem;
  }
}
.p-60th-mv__wrap {
  background-color: #fff;
  padding: 4.75rem 0 8.25rem;
}
@media screen and (max-width: 768px) {
  .p-60th-mv__wrap {
    padding: 3.125rem 0 11.875rem;
  }
}
.p-60th-mv__decos {
  position: absolute;
  left: 0;
  top: 0.625rem;
  width: 100%;
  z-index: 3;
  display: block;
}
.p-60th-mv__content {
  position: relative;
  z-index: 4;
}
.p-60th-mv__catch {
  text-align: center;
  font-size: 2.8125rem;
  letter-spacing: 0.15em;
  background: linear-gradient(90deg, #007BD0 0%, #04D7DC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 3.1875rem;
}
@media screen and (max-width: 768px) {
  .p-60th-mv__catch {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
}
.p-60th-mv__title {
  width: min(90%, 72.9375rem);
  margin-inline: auto;
}

.p-60th-mvv__title {
  text-align: center;
  color: #fff;
  font-size: 5.75rem;
  letter-spacing: 0.15em;
  line-height: 1.1;
  padding-block: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__title {
    font-size: 3.75rem;
    padding-block: 1.875rem;
  }
}
.p-60th-mvv__title::after {
  content: attr(data-eng);
  display: block;
  text-align: center;
  font-size: 2.0625rem;
  letter-spacing: 0.125em;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__title::after {
    font-size: 1.375rem;
  }
}
.p-60th-mvv__line {
  position: absolute;
  width: 33.75rem;
  max-width: 60%;
  left: -11rem;
  top: -5.625rem;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__line {
    width: 47%;
    top: -2.1875rem;
  }
}
.p-60th-mvv__m-deco {
  position: absolute;
  width: 15.625rem;
  left: 23.0625rem;
  top: -3.6875rem;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__m-deco {
    display: none;
  }
}
.p-60th-mvv__v-deco {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 46.8125rem;
  max-width: 90%;
  top: -17.5rem;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__v-deco {
    width: 80%;
    left: auto;
    right: 0;
    transform: none;
    top: -20rem;
  }
}
.p-60th-mvv__v-deco02 {
  position: absolute;
  width: 11.875rem;
  right: -6.25rem;
  top: -6.25rem;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__v-deco02 {
    display: none;
  }
}
.p-60th-mvv__va-deco {
  position: absolute;
  width: 20.5625rem;
  right: 8.25rem;
  top: -8.125rem;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__va-deco {
    width: 16.5625rem;
    right: 1.5625rem;
    top: 1.5625rem;
  }
}
.p-60th-mvv__items {
  background-color: #fff;
  padding: 8.5625rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__items {
    padding: 3.75rem 0rem;
  }
}
.p-60th-mvv__items-item {
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  gap: 7.5rem;
  position: relative;
}
.p-60th-mvv__items-item.--column {
  flex-flow: column;
  align-items: flex-start;
  gap: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-60th-mvv__items-item.--column {
    padding-inline: 8.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__items-item.--column {
    padding: 0 2.1875rem;
    gap: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__items-item {
    flex-flow: column;
    align-items: flex-start;
    gap: 3.4375rem;
  }
}
.p-60th-mvv__items-item:not(:last-of-type) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-60th-mvv__items-item:nth-of-type(odd) {
    padding-left: 8.125rem;
  }
}
.p-60th-mvv__items-item:nth-of-type(odd) .p-60th-mvv__items-item-thumb {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__items-item:nth-of-type(odd) .p-60th-mvv__items-item-thumb {
    margin-right: -5.5%;
  }
}
@media screen and (min-width: 769px) {
  .p-60th-mvv__items-item:nth-of-type(even) {
    flex-flow: row-reverse;
    padding-right: 8.125rem;
  }
}
.p-60th-mvv__items-item:nth-of-type(even) .p-60th-mvv__items-item-thumb {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__items-item:nth-of-type(even) .p-60th-mvv__items-item-thumb {
    margin-left: -5.5%;
  }
}
.p-60th-mvv__items-item-body {
  flex: 0 0 44%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__items-item-body {
    padding: 0 2.1875rem;
  }
}
.p-60th-mvv__items-item-title {
  background: linear-gradient(90deg, #007BD0 0%, #04D7DC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.5rem;
}
.p-60th-mvv__items-item-title-sub {
  font-weight: bold;
  font-size: 1.375rem;
  color: #000;
  margin-bottom: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__items-item-title-sub {
    margin-bottom: 2.5rem;
  }
}
.p-60th-mvv__items-item-text {
  font-size: 1.875rem;
  line-height: 1.37;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__items-item-text {
    font-size: 1.25rem;
  }
}
.p-60th-mvv__items-item-thumb {
  flex: 1 1 auto;
  height: 30.5rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__items-item-thumb {
    width: 98%;
    height: 21.25rem;
  }
}
.p-60th-mvv__items-spirits {
  width: 100%;
  flex-basis: 100%;
  position: relative;
  z-index: 3;
}
.p-60th-mvv__items-spirits-title {
  background-color: #F3F3F3;
  padding: 0.4375rem 1.5625rem;
  margin-bottom: 0.875rem;
}
.p-60th-mvv__items-spirits-title span {
  background: linear-gradient(90deg, #007BD0 0%, #04D7DC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.125rem;
  font-weight: 500;
}
.p-60th-mvv__items-spirits-list-item {
  border-image: linear-gradient(90deg, #007BD0, #04D7DC) 1;
  border: 1px solid #04D7DC;
  display: flex;
  align-items: center;
  color: #000;
  padding: 2.5rem 1.9375rem;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__items-spirits-list-item {
    flex-flow: column;
    padding: 1.5625rem 1.9375rem;
  }
}
.p-60th-mvv__items-spirits-list-item:not(:last-of-type) {
  margin-bottom: 1.5625rem;
}
.p-60th-mvv__items-spirits-head {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
@media screen and (min-width: 769px) {
  .p-60th-mvv__items-spirits-head {
    padding-right: 2.25rem;
    margin-right: 2.5rem;
    border-right: 2px solid #000;
    border-image: linear-gradient(90deg, #007BD0, #04D7DC) 1;
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__items-spirits-head {
    justify-content: center;
    width: 100%;
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
    border-bottom: 1px solid #000;
    border-image: linear-gradient(90deg, #007BD0, #04D7DC) 1;
  }
}
.p-60th-mvv__items-spirits-word {
  display: flex;
  font-size: 2.998125rem;
  font-weight: bold;
  line-height: 1;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__items-spirits-word {
    align-items: center;
    font-size: 1.875rem;
  }
}
.p-60th-mvv__items-spirits-word-initial {
  font-size: 1.3568897227em;
  background: linear-gradient(90deg, #007BD0 0%, #04D7DC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-60th-mvv__items-spirits-caption {
  border-image: linear-gradient(90deg, #007BD0, #04D7DC) 1;
  border: 1px solid #04D7DC;
  color: #007FD0;
  font-size: 1.498125rem;
  font-weight: bold;
  padding: 0.25rem 2.625rem;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__items-spirits-caption {
    font-size: 1.125rem;
    padding: 0.25rem 1.875rem;
  }
}
.p-60th-mvv__items-spirits-text {
  font-size: 1.125rem;
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__items-spirits-text {
    font-size: 1rem;
  }
}
.p-60th-mvv__massege {
  width: min(86%, 73.375rem);
  margin: 7.5rem auto 0;
  border-image: linear-gradient(90deg, #007BD0, #04D7DC) 1;
  border: 1px solid #04D7DC;
  letter-spacing: 0.15em;
  position: relative;
  padding: 4.1875rem 5.1875rem 6.0625rem;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__massege {
    padding: 2.1875rem 0.4375rem 2.8125rem;
  }
}
.p-60th-mvv__massege-decos {
  position: absolute;
  top: -4.875rem;
  left: -4.1875rem;
  width: 120%;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__massege-decos {
    top: -4.875rem;
    left: -1.875rem;
    width: 107.5%;
  }
}
.p-60th-mvv__massege-body {
  position: relative;
}
.p-60th-mvv__massege-title {
  width: min(75%, 35.9375rem);
  margin: 0 auto 4.3125rem;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__massege-title {
    margin-bottom: 2.3125rem;
  }
}
.p-60th-mvv__massege-text {
  color: #000;
  text-align: center;
  font-size: 1.375rem;
  line-height: 2.2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-60th-mvv__massege-text {
    line-height: 1.6;
    font-size: 1rem;
  }
}

/* Utility */
.u-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.u-object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-bold {
  font-weight: bold;
}

.u-pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pc-hidden {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-hidden {
    display: none;
  }
}

.u-sp-flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-flex {
    display: flex;
  }
}

.u-v-hidden-i {
  visibility: hidden !important;
}

.u-all-hidden {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .u-sp-link {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-link {
    border-bottom: 1px solid #454545;
    padding-bottom: 0.0625rem;
  }
}

.u-bg-cover {
  position: relative;
}
.u-bg-cover__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.u-bg-cover__bg.--pos-top {
  object-position: 50% 0;
}
.u-bg-cover__bg.--pos-bottom {
  object-position: 50% 100%;
}
.u-bg-cover__inner {
  position: relative;
}

.u-flex-sb {
  display: flex;
  justify-content: space-between;
}
.u-flex-sb.--wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .u-flex-sb.--spRow {
    display: block;
  }
}

.u-mt0-i {
  margin-top: 0 !important;
}

.u-mb0-i {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-sp-mb0 {
    margin-bottom: 0 !important;
  }
}

.u-mb-1rem {
  margin-bottom: 1rem;
}

.u-mb-2rem {
  margin-bottom: 2rem;
}

.u-mb-28 {
  margin-bottom: 1.75rem;
}

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

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

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

.u-marker {
  background: linear-gradient(transparent 51%, rgba(230, 34, 0, 0.31) 0%);
}

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

.u-text-underline {
  text-decoration: underline;
}

.u-text-sm {
  font-size: 0.875em;
}

.u-mb0-i {
  margin-bottom: 0 !important;
}

.u-text-over-cricle {
  position: relative;
}
.u-text-over-cricle::after {
  content: "";
  width: 0.6875rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #f797c1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.8125rem;
}
@media screen and (max-width: 768px) {
  .u-text-over-cricle::after {
    width: 0.4375rem;
    top: -0.5rem;
  }
}

.u-no-link {
  pointer-events: none;
}

.u-c-red {
  color: #e62d00;
}

.u-m-block-25 {
  margin-block: 1.5625rem;
}

.u-border-bottom {
  border-bottom: 1px solid #d1d3d5;
}
