@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
body {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSans_Regular.woff2") format("woff2"), url("../fonts/NotoSans_Regular.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSans_Medium.woff2") format("woff2"), url("../fonts/NotoSans_Medium.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSans_Bold.woff2") format("woff2"), url("../fonts/NotoSans_Bold.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSans_Black.woff2") format("woff2"), url("../fonts/NotoSans_Black.woff") format("woff");
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff");
}
/* roboto-200 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-200.woff2") format("woff2"), url("../fonts/roboto-v30-latin-200.woff") format("woff");
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-700.woff") format("woff");
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  font-size: 1.5em;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background-color: #27425F;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

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

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

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

textarea {
  field-sizing: content;
  resize: both;
}

/* FontFamily */
/* font-weight */
body {
  font-family: "Notosans_subset", sans-serif;
  font-weight: 400;
  color: #222;
}

.l-inner {
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.l-inner--s {
  max-width: 980px;
}
.l-inner--l {
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}

::-moz-placeholder {
  color: #CCCCCC;
}

::placeholder {
  color: #CCCCCC;
}

/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  position: relative;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  position: relative;
  width: 100%;
  height: 300px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #27425F;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #27425F;
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

/**
 * checkbox
 *
 */
input[type=checkbox].smf-checkbox-control__control {
  display: none;
  vertical-align: middle;
}

input[type=checkbox] + .smf-checkbox-control__label,
input[type=checkbox] + .checkbox-inner {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  cursor: pointer;
}

input[type=checkbox] + .smf-checkbox-control__label::before,
input[type=checkbox] + .checkbox-inner::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px #ccc solid;
  border-radius: 3px;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + .smf-checkbox-control__label::before,
input[type=checkbox] + .checkbox-inner::before {
    top: 1px;
  }
}

input[type=checkbox] + .smf-checkbox-control__label::after,
input[type=checkbox] + .checkbox-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 12px;
  height: 9px;
  background: url(../img/icon/icon_check.svg) 50%/contain no-repeat;
  opacity: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + .smf-checkbox-control__label::after,
input[type=checkbox] + .checkbox-inner::after {
    top: 6px;
  }
}

input[type=checkbox]:checked + .smf-checkbox-control__label::after,
input[type=checkbox]:checked + .checkbox-inner::after {
  opacity: 1;
}

/**
 * select
 *
 */
.select-parts {
  position: relative;
  width: 100%;
  border: 1px #27425F solid;
  border-radius: 5px;
  overflow: hidden;
}
.select-parts::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  margin-top: 2px;
  background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
  pointer-events: none;
  z-index: 5;
}
.select-parts select {
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0 20px 0 15px;
  background: #fbefe3;
  color: #7f7f7f;
  font-size: 2rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-align: center;
}

/**
 * snow-monkey-form
 *
 */
.snow-monkey-form p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .snow-monkey-form p {
    font-size: 1.4rem;
  }
}
.snow-monkey-form p + .wp-block-snow-monkey-forms-item {
  margin-top: 30px;
}

.wp-block-snow-monkey-forms-item.smf-item {
  border-top: 1px solid #546E84;
  border-bottom: 1px solid #546E84;
  display: flex;
  align-items: flex-start;
  padding: 31px 20px;
}
@media screen and (max-width: 992px) {
  .wp-block-snow-monkey-forms-item.smf-item {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-snow-monkey-forms-item.smf-item {
    padding: 20px 0;
  }
}
.wp-block-snow-monkey-forms-item.smf-item.hidden-field {
  display: none;
}
.wp-block-snow-monkey-forms-item.smf-item + .wp-block-snow-monkey-forms-item.smf-item {
  border-top: none;
  margin-top: 0;
}
.wp-block-snow-monkey-forms-item.smf-item + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .wp-block-snow-monkey-forms-item.smf-item + * {
    margin-top: 30px;
  }
}

.smf-item__col--controls {
  flex: 1;
}
@media screen and (max-width: 992px) {
  .smf-item__col--controls {
    width: 100%;
  }
}
.smf-item__label {
  min-width: 272px;
  padding-top: 17px;
}
@media screen and (max-width: 992px) {
  .smf-item__label {
    padding-top: 0;
  }
}
.smf-item__label label {
  display: block;
}
.smf-item__label__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .smf-item__label__text {
    font-size: 1.4rem;
  }
}
.smf-item__controls .smf-textarea-control__control, .smf-item__controls .smf-text-control__control {
  padding: 17px 19px;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #CCCCCC;
  color: #222;
}
@media screen and (max-width: 767px) {
  .smf-item__controls .smf-textarea-control__control, .smf-item__controls .smf-text-control__control {
    padding-block: 13px;
  }
}
.smf-item__controls .smf-textarea-control__control {
  padding: 17px 19px;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #CCCCCC;
  color: #222;
}
.smf-item__controls .smf-select-control {
  width: 100%;
}
.smf-item__controls .smf-select-control__control {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #CCCCCC;
  padding: 17px 19px;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .smf-item__controls .smf-select-control__control {
    padding-inline: 1.6rem;
  }
}
.smf-item__controls .smf-select-control__toggle::before {
  width: 12px;
  height: 10px;
  background-color: #27425F;
  border: none;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}
.smf-item__controls .smf-checkboxes-control__control {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .smf-item__controls .smf-checkboxes-control__control {
    font-size: 1.4rem;
  }
}
.smf-item__controls .smf-checkboxes-control__control .smf-label {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 0 !important;
}
.smf-item__controls .smf-checkbox-control__control {
  margin-top: 0.3rem;
}
.smf-item__controls .smf-radio-buttons-control__control {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 3.6rem;
}
.smf-item__controls .smf-control-description {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
.smf-item.--required .smf-item__label__text::after {
  content: "必須";
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #27425F;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 5px 12px 6px;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .smf-item.--required .smf-item__label__text::after {
    font-size: 1.1rem;
    margin-left: 8px;
  }
}
.smf-item .smf-placeholder {
  position: relative;
}
.smf-item .smf-placeholder .smf-error-messages {
  white-space: nowrap;
}
.smf-item .smf-error-messages {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .smf-item .smf-error-messages {
    font-size: 1.4rem;
  }
}
.smf-item.--checkboxes {
  align-items: center;
}
@media screen and (max-width: 992px) {
  .smf-item.--checkboxes {
    align-items: flex-start;
  }
}
.smf-item.--checkboxes .smf-item__label {
  padding-top: 0;
}
.smf-item.--content .smf-item__label {
  padding-top: 137px;
}
@media screen and (max-width: 992px) {
  .smf-item.--content .smf-item__label {
    padding-top: 0;
  }
}

.smf-button-control {
  display: block;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .smf-button-control {
    margin-top: 30px;
  }
}
.smf-button-control button[type=submit] {
  display: block;
  width: 360px;
  margin-inline: auto;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  background: #27425F;
  padding-block: 26px;
  border-radius: 0;
  position: relative;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .smf-button-control button[type=submit] {
    width: 339px;
    font-size: 1.4rem;
    padding-block: 21px;
  }
}
.smf-button-control button[type=submit]:hover, .smf-button-control button[type=submit]:focus-visible {
  background-color: #fff;
  color: #27425F;
}

.snow-monkey-form[data-screen=confirm] .smf-item__label {
  padding-top: 0;
}
.snow-monkey-form[data-screen=confirm] .smf-action {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .snow-monkey-form[data-screen=confirm] .smf-action {
    flex-direction: column;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control {
  margin-top: 0;
}

.smf-complete-content .p-contact-thanks__h2 {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__h2 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.smf-complete-content .p-contact-thanks__h2 + * {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__h2 + * {
    margin-top: 3.2rem;
  }
}
.smf-complete-content .p-contact-thanks__h2 span {
  display: inline-block;
}
.smf-complete-content .p-contact-thanks__text {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__text {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;
  }
}
.smf-complete-content .p-contact-thanks__text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__text span {
    display: initial;
  }
}
.smf-complete-content .p-contact-thanks__btn {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__btn {
    margin-top: 3.2rem;
  }
}
.smf-complete-content .p-contact-thanks__btn .c-btn {
  margin-inline: auto;
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100px;
  background-color: #27425F;
  color: #fff;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .l-header__inner {
    align-items: center;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 1050px) {
  .l-header__logo {
    padding-bottom: 0;
  }
}
.l-header__logo a {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 40;
  transition: 0.3s;
}
.l-header__logo a:hover, .l-header__logo a:focus-visible {
  opacity: 0.7;
}
.l-header__logo-main {
  display: block;
  max-width: 170px;
  width: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .l-header__logo-main {
    max-width: 120px;
    margin-right: 20px;
  }
}
.l-header__container {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1050px) {
  .l-header__container {
    display: none;
  }
}
.l-header__btn {
  width: 211px;
  margin-left: 40px;
}

.p-header-nav {
  height: 100%;
}
.p-header-nav__list {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.p-header-nav__item {
  position: relative;
  height: 100%;
}
.p-header-nav__item:first-child .p-header-nav__link {
  padding-left: 0;
}
.p-header-nav__item:last-child .p-header-nav__link {
  padding-right: 0;
}
.p-header-nav__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  height: 100%;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  padding: 0 20px;
  transition: 0.25s;
  text-transform: uppercase;
  padding-bottom: 20px;
  transition: opacity 0.25s;
}
.p-header-nav__link:hover, .p-header-nav__link:focus-visible {
  opacity: 0.7;
}
.p-header-nav__icon path {
  transition: 0.3s;
}
.p-header-nav__item.current .l-header-nav__link {
  color: #27425F;
}
.p-header-nav__item.current .l-header-nav__link::after {
  transform: translate(0);
}
.p-header-nav__item.current .l-header-nav__icon path {
  fill: #27425F;
}

.c-hamburger-btn {
  display: none;
  touch-action: manipulation;
}
@media screen and (max-width: 1050px) {
  .c-hamburger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 32px;
    height: 32px;
    z-index: 50;
  }
  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}
.c-hamburger-btn button {
  touch-action: manipulation;
}
.c-hamburger-btn__inner {
  display: block;
  position: relative;
  width: 24px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn__inner {
    width: 24px;
    height: 15px;
  }
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  transition: 0.2s;
  transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
  right: 0;
  width: 18px;
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
  width: 10px;
}

.p-sub-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.15s;
  margin-top: 0;
}
@media screen and (max-width: 1050px) {
  .p-sub-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: auto;
    background-color: #f1f1f1;
    background-color: #27425F;
    transition: 0.15s;
    z-index: 30;
  }
}
.p-sub-nav__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 60px);
  height: 100vh;
  overflow-y: auto;
  padding-top: 0;
  z-index: 30;
}
.p-sub-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 60px);
  height: 100vh;
}
.p-sub-nav__item {
  position: relative;
  max-width: 295px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.p-sub-nav__title {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.p-sub-nav__link {
  display: block;
  text-align: center;
  padding: 20px 0;
}
.p-sub-nav__btn {
  display: block;
  max-width: 295px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  color: #27425F;
  text-align: center;
  padding: 22px 0;
  margin: 0 auto;
}
.p-sub-nav__btn:hover, .p-sub-nav__btn:focus-visible {
  background-color: #27425F;
  border: 1px solid #FFF;
  color: #fff;
}
.p-sub-nav__btn--line {
  background-color: #27425F;
  border: 1px solid #fff;
  color: #fff;
}
.p-sub-nav__btn--line:hover, .p-sub-nav__btn--line:focus-visible {
  background-color: #fff;
  border: 1px solid #fff;
  color: #27425F;
}
.p-sub-nav__btn:not(:first-child) {
  margin-top: 32px;
}
.p-sub-nav__info {
  position: relative;
  max-width: 240px;
  margin: 38px auto 0;
  z-index: 20;
}
.p-sub-nav__info-item:not(:first-child) {
  margin-top: 20px;
}

.l-header.active .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
.l-header.active .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  transition: 0.01s;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-30deg);
}
@media screen and (max-width: 1050px) {
  .l-header.active .p-sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 0.15s;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  background-color: #253A51;
  color: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 80px 0;
  }
}
.l-footer__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .l-footer__container {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    max-width: 300px;
  }
}
.l-footer__conten {
  flex-shrink: 0;
}
.l-footer__logo {
  max-width: 190px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    max-width: 130px;
  }
}
.l-footer__logo a {
  transition: opacity 0.25s;
}
.l-footer__logo a:hover, .l-footer__logo a:focus-visible {
  opacity: 0.7;
}
.l-footer__address {
  font-size: 1.2rem;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    margin-top: 20px;
  }
}
.l-footer__address-item {
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .l-footer__address-item {
    font-size: 1.1rem;
    margin-top: 20px;
  }
}
.l-footer__nav-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .l-footer__nav-wrap {
    margin: 50px 0 0 0;
  }
}
.l-footer__nav-list {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .l-footer__nav-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px 20px;
  }
}
.l-footer__nav-list--sub {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .l-footer__nav-list--sub {
    margin-top: 30px;
  }
}
.l-footer__nav-list--sub .l-footer__nav-item a {
  font-size: 1.2rem;
  padding: 0 10px;
}
@media screen and (max-width: 992px) {
  .l-footer__nav-list--sub .l-footer__nav-item a {
    font-size: 1rem;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .l-footer__nav-item {
    width: calc(50% - 10px);
  }
}
.l-footer__nav-item a {
  display: inline-block;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 0 20px;
  transition: opacity 0.25s;
}
@media screen and (max-width: 1200px) {
  .l-footer__nav-item a {
    font-size: 1.2rem;
    padding: 0 13px;
  }
}
@media screen and (max-width: 992px) {
  .l-footer__nav-item a {
    padding: 0;
  }
}
.l-footer__nav-item a:hover, .l-footer__nav-item a:focus-visible {
  opacity: 0.7;
}
.l-footer__nav-item:first-child a {
  padding-left: 0;
}
.l-footer__nav-item:last-child a {
  padding-right: 0;
}
.l-footer__copyright {
  color: #BEC6CF;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: auto;
}
@media screen and (max-width: 992px) {
  .l-footer__copyright {
    text-align: center;
    margin-top: 50px;
  }
}

/* -------------------------------------
        l-breadcrumb
-----------------------------------------*/
.l-breadcrumb {
  display: flex;
  position: relative;
  max-width: 1130px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 74px 25px 0;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    display: none;
  }
}
.l-breadcrumb__icon {
  display: inline-block;
  background: url(../images/icon/icon_arrow-right-blk.svg) no-repeat 50% 50%;
  background-size: 5px auto;
  padding: 10px 4px;
  margin: 0 10px;
}
.l-breadcrumb .current-item {
  color: #27425F;
}
.l-breadcrumb a {
  transition: 0.25s;
}
.l-breadcrumb a:hover, .l-breadcrumb a:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.l-section--first {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .l-section--first {
    padding-top: 100px;
  }
}
.l-section--last {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-section--last {
    padding-bottom: 80px;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  background-color: #27425F;
  color: #fff;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 60px;
  }
}
.l-main--under {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-main--under {
    padding-bottom: 80px;
  }
}
.l-main--404 {
  padding-block: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-main--404 {
    padding-block: 18rem 16rem;
  }
}
.l-main--404 .error-h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-main--404 .error-h1 .en {
  font-size: 8.6rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 1.1981132075;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .en {
    font-size: 4.5rem;
    line-height: 1.4;
  }
}
.l-main--404 .error-h1 .jp {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5652173913;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .jp {
    font-size: 1.6rem;
    line-height: 1.3793103448;
  }
}
.l-main--404 .error-h1 + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 + * {
    margin-top: 2.1rem;
  }
}
.l-main--404 .error-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.l-main--404 .error-text + * {
  margin-top: 4.5rem;
}
.l-main--404 .error-link .c-btn {
  margin-inline: auto;
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  flex-wrap: wrap;
  gap: 40px 60px;
}
@media screen and (max-width: 1200px) {
  .l-grid {
    gap: 40px;
  }
}

.l-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -------------------------------------
        l-post
-----------------------------------------*/
.l-post-body--grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0 90px;
}
@media screen and (max-width: 992px) {
  .l-post-body--grid {
    flex-direction: column;
  }
}
.l-post-body--grid .l-post-content {
  flex: 1;
}
@media screen and (max-width: 992px) {
  .l-post-body--grid .l-post-content {
    order: 1;
  }
}
.l-post-body--grid .l-post-side {
  width: 270px;
}
@media screen and (max-width: 992px) {
  .l-post-body--grid .l-post-side {
    order: 10;
    width: 100%;
    padding-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .l-post-body--grid .--order2 {
    order: 2;
  }
}
@media screen and (max-width: 992px) {
  .l-post-body--grid .--order3 {
    order: 3;
  }
}
@media screen and (max-width: 992px) {
  .l-post-body--grid .--order4 {
    order: 4;
  }
}
.l-post-body--w100 {
  width: 100%;
}

.l-post-content {
  flex: 1;
}

.l-post-list__item {
  border-top: 1px solid #435A6E;
}
.l-post-list__item:last-child {
  border-bottom: 1px solid #435A6E;
}
.l-post-list__link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 40px;
  padding-inline: 10px;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .l-post-list__link {
    flex-wrap: wrap;
    padding-block: 20px;
  }
}
.l-post-list__link:hover, .l-post-list__link:focus-visible {
  opacity: 0.7;
}
.l-post-list__date time {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.l-post-list__category {
  min-width: 150px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #27425F;
  text-align: center;
  background-color: #fff;
  padding-block: 3px;
}
.l-post-list__title {
  flex: 1;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-post-list__title {
    flex: auto;
    width: 100%;
    font-size: 1.4rem;
  }
}
.l-post-list + * {
  margin-top: 40px;
}

.l-post-single__h1 {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-post-single__h1 {
    font-size: 1.8rem;
  }
}
.l-post-single__h1 + * {
  margin-top: 40px;
}
.l-post-single__info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-post-single__info + * {
  margin-top: 30px;
}
.l-post-single__date time {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.l-post-single__category {
  min-width: 150px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #27425F;
  text-align: center;
  background-color: #fff;
  padding-block: 3px;
}

.l-post-side__title {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 14px;
  border-left: 1px solid #fff;
}
.l-post-side__title + * {
  margin-top: 15px;
}
.l-post-side__list + .l-post-side__title {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .l-post-side__list + .l-post-side__title {
    margin-top: 45px;
  }
}
.l-post-side__list-item + .l-post-side__list-item {
  margin-top: 5px;
}
.l-post-side__list-link {
  display: block;
  font-size: 1.4rem;
  transition: all 0.25s;
  padding-block: 5px;
}
.l-post-side__list-link:hover, .l-post-side__list-link:focus-visible {
  opacity: 0.8;
}

/* -------------------------------------
        l-single
-----------------------------------------*/
.l-single-content h2 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .l-single-content h2 {
    font-size: 1.8rem;
  }
}
.l-single-content h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-single-content h3 {
    font-size: 1.6rem;
  }
}
.l-single-content h4 {
  font-size: 1.8rem;
  border-left: 3px solid #fff;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .l-single-content h4 {
    font-size: 1.6rem;
  }
}
.l-single-content h5,
.l-single-content h6 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-single-content h5,
.l-single-content h6 {
    font-size: 1.5rem;
  }
}
.l-single-content h5 {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #546E84;
}
.l-single-content h6 {
  background-color: #2B4E6C;
  padding: 0.8rem 1.2rem;
}
.l-single-content h2,
.l-single-content h3,
.l-single-content h4,
.l-single-content h5,
.l-single-content h6 {
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.l-single-content h2 + *,
.l-single-content h3 + *,
.l-single-content h4 + *,
.l-single-content h5 + *,
.l-single-content h6 + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-single-content h2 + *,
.l-single-content h3 + *,
.l-single-content h4 + *,
.l-single-content h5 + *,
.l-single-content h6 + * {
    margin-top: 20px;
  }
}
.l-single-content .has-large-font-size {
  font-size: 2em !important;
}
.l-single-content .has-medium-font-size {
  font-size: 1em !important;
}
.l-single-content .has-small-font-size {
  font-size: 0.8em !important;
}
.l-single-content .has-x-large-font-size {
  font-size: 2.5em !important;
}
.l-single-content p,
.l-single-content details {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-single-content p,
.l-single-content details {
    font-size: 1.4rem;
  }
}
.l-single-content ol li,
.l-single-content ul li {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-single-content ol li,
.l-single-content ul li {
    font-size: 1.4rem;
  }
}
.l-single-content ol {
  list-style-position: inside;
  list-style-type: decimal !important;
}
.l-single-content ol li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.l-single-content ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
  .l-single-content ul li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
.l-single-content ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 6px;
}
.l-single-content details {
  padding: 20px 30px;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-single-content details {
    padding: 15px 20px;
  }
}
.l-single-content details summary {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .l-single-content details summary {
    font-size: 1.6rem;
  }
}
.l-single-content figure {
  margin-bottom: 0;
}
.l-single-content figure + * {
  margin-top: 30px;
}
.l-single-content figure + h2 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-single-content figure + h2 {
    margin-top: 60px;
  }
}
.l-single-content figure + h3, .l-single-content figure + h4, .l-single-content figure + h5, .l-single-content figure + h6 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-single-content figure + h3, .l-single-content figure + h4, .l-single-content figure + h5, .l-single-content figure + h6 {
    margin-top: 60px;
  }
}
.l-single-content .wp-block-media-text__content {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .l-single-content .wp-block-media-text__content {
    margin-top: 16px;
    padding-inline: 4%;
  }
}
.l-single-content strong {
  font-weight: 700;
}
.l-single-content em {
  font-style: italic;
}
.l-single-content a {
  text-decoration: underline;
  transition: all 0.25s;
}
.l-single-content a:hover, .l-single-content a:focus {
  opacity: 0.7;
}
.l-single-content .wp-block-buttons a {
  text-decoration: none;
}
.l-single-content p + p, .l-single-content p + ul, .l-single-content p + ol, .l-single-content p + details, .l-single-content p + .wp-block-media-text, .l-single-content p + .wp-block-group, .l-single-content p + .wp-block-buttons,
.l-single-content ul + p,
.l-single-content ul + ul,
.l-single-content ul + ol,
.l-single-content ul + details,
.l-single-content ul + .wp-block-media-text,
.l-single-content ul + .wp-block-group,
.l-single-content ul + .wp-block-buttons,
.l-single-content ol + p,
.l-single-content ol + ul,
.l-single-content ol + ol,
.l-single-content ol + details,
.l-single-content ol + .wp-block-media-text,
.l-single-content ol + .wp-block-group,
.l-single-content ol + .wp-block-buttons,
.l-single-content details + p,
.l-single-content details + ul,
.l-single-content details + ol,
.l-single-content details + details,
.l-single-content details + .wp-block-media-text,
.l-single-content details + .wp-block-group,
.l-single-content details + .wp-block-buttons,
.l-single-content .wp-block-media-text + p,
.l-single-content .wp-block-media-text + ul,
.l-single-content .wp-block-media-text + ol,
.l-single-content .wp-block-media-text + details,
.l-single-content .wp-block-media-text + .wp-block-media-text,
.l-single-content .wp-block-media-text + .wp-block-group,
.l-single-content .wp-block-media-text + .wp-block-buttons,
.l-single-content .wp-block-group + p,
.l-single-content .wp-block-group + ul,
.l-single-content .wp-block-group + ol,
.l-single-content .wp-block-group + details,
.l-single-content .wp-block-group + .wp-block-media-text,
.l-single-content .wp-block-group + .wp-block-group,
.l-single-content .wp-block-group + .wp-block-buttons, .l-single-content wp-block-buttons + p, .l-single-content wp-block-buttons + ul, .l-single-content wp-block-buttons + ol, .l-single-content wp-block-buttons + details, .l-single-content wp-block-buttons + .wp-block-media-text, .l-single-content wp-block-buttons + .wp-block-group, .l-single-content wp-block-buttons + .wp-block-buttons {
  margin-top: 20px;
}
.l-single-content p + figure,
.l-single-content ul + figure,
.l-single-content ol + figure,
.l-single-content details + figure,
.l-single-content .wp-block-media-text + figure,
.l-single-content .wp-block-group + figure, .l-single-content wp-block-buttons + figure {
  margin-top: 30px;
}
.l-single-content p + h3, .l-single-content p + h4, .l-single-content p + h5, .l-single-content p + h6,
.l-single-content ul + h3,
.l-single-content ul + h4,
.l-single-content ul + h5,
.l-single-content ul + h6,
.l-single-content ol + h3,
.l-single-content ol + h4,
.l-single-content ol + h5,
.l-single-content ol + h6,
.l-single-content details + h3,
.l-single-content details + h4,
.l-single-content details + h5,
.l-single-content details + h6,
.l-single-content .wp-block-media-text + h3,
.l-single-content .wp-block-media-text + h4,
.l-single-content .wp-block-media-text + h5,
.l-single-content .wp-block-media-text + h6,
.l-single-content .wp-block-group + h3,
.l-single-content .wp-block-group + h4,
.l-single-content .wp-block-group + h5,
.l-single-content .wp-block-group + h6, .l-single-content wp-block-buttons + h3, .l-single-content wp-block-buttons + h4, .l-single-content wp-block-buttons + h5, .l-single-content wp-block-buttons + h6 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-single-content p + h3, .l-single-content p + h4, .l-single-content p + h5, .l-single-content p + h6,
.l-single-content ul + h3,
.l-single-content ul + h4,
.l-single-content ul + h5,
.l-single-content ul + h6,
.l-single-content ol + h3,
.l-single-content ol + h4,
.l-single-content ol + h5,
.l-single-content ol + h6,
.l-single-content details + h3,
.l-single-content details + h4,
.l-single-content details + h5,
.l-single-content details + h6,
.l-single-content .wp-block-media-text + h3,
.l-single-content .wp-block-media-text + h4,
.l-single-content .wp-block-media-text + h5,
.l-single-content .wp-block-media-text + h6,
.l-single-content .wp-block-group + h3,
.l-single-content .wp-block-group + h4,
.l-single-content .wp-block-group + h5,
.l-single-content .wp-block-group + h6, .l-single-content wp-block-buttons + h3, .l-single-content wp-block-buttons + h4, .l-single-content wp-block-buttons + h5, .l-single-content wp-block-buttons + h6 {
    margin-top: 60px;
  }
}
.l-single-content p + *,
.l-single-content ul + *,
.l-single-content ol + *,
.l-single-content details + *,
.l-single-content .wp-block-media-text + *,
.l-single-content .wp-block-group + *, .l-single-content wp-block-buttons + * {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-single-content p + *,
.l-single-content ul + *,
.l-single-content ol + *,
.l-single-content details + *,
.l-single-content .wp-block-media-text + *,
.l-single-content .wp-block-group + *, .l-single-content wp-block-buttons + * {
    margin-top: 60px;
  }
}
.l-single-content .wp-block-spacer {
  margin-top: 0;
}

/* -------------------------------------
        l-form
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .l-form--privacy__text {
    text-align: left;
  }
}
.l-form--privacy__text a {
  text-decoration: underline;
  transition: all 0.25s;
}
.l-form--privacy__text a::after {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_blank.svg) 50%/contain no-repeat;
}
.l-form--privacy__text a:hover, .l-form--privacy__text a:focus {
  opacity: 0.7;
}

/* -------------------------------------
        c-accordion
-----------------------------------------*/
.c-accordion__row:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-accordion__row:not(:first-child) {
    margin-top: 20px;
  }
}
.c-accordion__btn {
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 12px 12px 0 0;
  background-color: #27425F;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  padding: 15px 72px 15px 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn {
    font-size: 1.8rem;
    padding: 16px 56px 16px 20px;
  }
}
@media screen and (max-width: 330px) {
  .c-accordion__btn {
    padding: 16px 46px 16px 20px;
  }
}
.c-accordion__btn::before, .c-accordion__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 15px;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn::before, .c-accordion__btn::after {
    top: 32px;
    right: 20px;
    width: 12px;
  }
}
.c-accordion__btn::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}
.c-accordion__btn:focus-visible {
  outline: 2px solid #27425F;
}
.c-accordion__btn .c-accordion__icon::before {
  display: block;
  content: "Q";
  font-size: 2rem;
  line-height: 1.3;
  margin-right: 10px;
}
.c-accordion__circle {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 22px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-accordion__circle {
    top: 20px;
    right: 14px;
    width: 24px;
    height: 24px;
  }
}
.c-accordion__body {
  display: none;
  background-color: #F3F3F3;
  border-radius: 0 0 12px 12px;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .c-accordion__body {
    padding: 15px 30px;
  }
}
.c-accordion__text {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-accordion__text {
    line-height: 1.575;
    letter-spacing: 0.05em;
  }
}

.c-accordion__btn.is-open::after {
  transform: rotate(-180deg);
}

/* -------------------------------------
      c-page-top  
-----------------------------------------*/
.c-page-top {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 30px;
  width: 57px;
  height: 57px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-page-top {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 40px;
  }
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-primary-title {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.c-primary-title + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 40px;
  }
}
.c-primary-title--column {
  flex-direction: column-reverse;
  align-items: flex-start;
}
.c-primary-title--column .c-primary-title__ja {
  margin: 20px 0 0 0;
}
.c-primary-title--column + * {
  margin-top: 0px;
}
.c-primary-title--under {
  padding-block: 140px 120px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-primary-title--under {
    padding-block: 40px;
  }
}
.c-primary-title--under .c-primary-title__ja {
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 767px) {
  .c-primary-title--under .c-primary-title__ja {
    font-size: 1.4rem;
    margin: 10px 0 0 0;
  }
}
.c-primary-title--under .c-primary-title__en {
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title--under .c-primary-title__en {
    font-size: 3.2rem;
  }
}
.c-primary-title--solutions::after {
  content: "";
  display: block;
  width: 1px;
  height: 44px;
  background-color: #7C92AA;
  order: 2;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-primary-title--solutions::after {
    height: 30px;
    margin-top: 20px;
  }
}
.c-primary-title--solutions .c-primary-title__ja {
  order: 3;
}
.c-primary-title--solutions .c-primary-title__en {
  order: 4;
}
.c-primary-title--solutions .c-primary-title__main {
  order: 1;
  margin-top: 40px;
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-primary-title--solutions .c-primary-title__main {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.c-primary-title--solutions .c-primary-title__main .mn {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title--solutions .c-primary-title__main .mn {
    font-size: 1.6rem;
  }
}
.c-primary-title__ja {
  font-size: 1.6rem;
  line-height: 1;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .c-primary-title__ja {
    font-size: 1.5rem;
    margin: 20px 0 0 0;
  }
}
.c-primary-title__en {
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-primary-title__en {
    font-size: 3rem;
  }
}

/* -------------------------------------
        c-pagination
-----------------------------------------*/
.c-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
}
.c-pagination li a {
  display: block;
  transition: 0.25s;
}
.c-pagination li a:hover, .c-pagination li a:focus-visible {
  background-color: #fff;
  color: #27425F;
}
.c-pagination li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  color: #fff;
  line-height: 1;
}
.c-pagination li .page-numbers.dots {
  border: none;
  background-color: transparent;
  color: #fff;
}
.c-pagination li .current {
  background-color: #fff;
  color: #27425F;
  border: 1px solid #fff;
}
.c-pagination li .prev, .c-pagination li .next {
  width: 13px;
  overflow: hidden;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}
.c-pagination li .prev:hover, .c-pagination li .prev:focus-visible, .c-pagination li .next:hover, .c-pagination li .next:focus-visible {
  background-color: transparent;
  color: #27425F;
  opacity: 0.7;
}
.c-pagination li .prev::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  background-image: url(../img/icon/icon_pagination.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}
.c-pagination li .next::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  background-image: url(../img/icon/icon_pagination.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* -------------------------------------
        c-secondary-title
-----------------------------------------*/
.c-secondary-title {
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-secondary-title {
    font-size: 1.8rem;
  }
}
.c-secondary-title::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 1px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-secondary-title::before {
    width: 15px;
    margin-right: 10px;
  }
}
.c-secondary-title + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-secondary-title + * {
    margin-top: 30px;
  }
}

/* -------------------------------------
        c-card
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .c-card:hover .c-card__img img, .c-card:focus-visible .c-card__img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.c-card__img {
  position: relative;
  padding-top: 63.2%;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-card__img {
    padding-top: 61.7647%;
  }
}
.c-card img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.c-card__body {
  margin-top: 20px;
}
.c-card__date {
  display: block;
  color: #666;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-card__date {
    margin-top: 10px;
  }
}
.c-card__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 54px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 15px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
  .c-card__title {
    font-size: 1.6rem;
    min-height: auto;
  }
}
.c-card__title + * {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-card__title + * {
    margin-top: 10px;
  }
}
.c-card__text {
  line-height: 2;
}

.c-card--results {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-card--results:hover .c-card--results__img img, .c-card--results:focus-visible .c-card--results__img img {
    transform: scale(1.1);
  }
  .c-card--results:hover .c-more-link, .c-card--results:focus-visible .c-more-link {
    opacity: 0.8;
  }
  .c-card--results:hover .c-more-link::after, .c-card--results:focus-visible .c-more-link::after {
    transform: translateX(4px);
  }
}
.c-card--results__img {
  position: relative;
  aspect-ratio: 340/160;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
}
.c-card--results__img--nothumbnail {
  background-color: #1F354C;
}
.c-card--results img {
  width: 57.9411764706%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.c-card--results__body {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-card--results__body {
    margin-top: 10px;
  }
}
.c-card--results__title {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-card--results__title {
    font-size: 1.4rem;
  }
}
.c-card--results__dl {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .c-card--results__dl {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.c-card--results__dl-inner {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.c-card--results__dl-inner + .c-card--results__dl-inner {
  margin-top: 5px;
}
.c-card--results__dt, .c-card--results__dd {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-card--results__dt, .c-card--results__dd {
    font-size: 1.2rem;
  }
}
.c-card--results__dt {
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-card--results__dt::after {
  content: "：";
}
.c-card--results .c-more-link {
  margin-top: auto;
}

.c-card--recruit:last-child .c-card--recruit__link {
  border-bottom: 1px solid #546E84;
}
.c-card--recruit__link {
  display: flex;
  align-items: center;
  gap: 20px 42px;
  border-top: 1px solid #546E84;
  padding-block: 30px;
}
@media screen and (min-width: 768px) {
  .c-card--recruit__link:hover .c-card--recruit__img img, .c-card--recruit__link:focus-visible .c-card--recruit__img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .c-card--recruit__link {
    flex-direction: column;
  }
}
.c-card--recruit__img {
  width: 207px;
  aspect-ratio: 207/136;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-card--recruit__img {
    width: 100%;
  }
}
.c-card--recruit__img img {
  width: 100%;
  transition: 0.3s;
}
.c-card--recruit__img--nothumbnail {
  background-color: #1F354C;
}
.c-card--recruit__img--nothumbnail img {
  width: 65%;
}
.c-card--recruit__body {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-card--recruit__body {
    width: 100%;
  }
}
.c-card--recruit__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  font-weight: 500;
  color: #27425F;
  background-color: #fff;
  padding: 3px 10px;
}
.c-card--recruit__category + * {
  margin-top: 10px;
}
.c-card--recruit__title {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-card--recruit__title {
    line-height: 1.8;
  }
}
.c-card--recruit__title + * {
  margin-top: 10px;
}
.c-card--recruit__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-card--recruit__tags {
    gap: 5px;
  }
}
.c-card--recruit__tags li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2;
  border: 1px solid #fff;
  padding-inline: 9px;
  border-radius: 100px;
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  display: block;
  position: relative;
  max-width: 340px;
  width: 100%;
  border: 1px solid #fff;
  background-color: #27425F;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 27px 10px;
  transition: 0.25s;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.4rem;
    max-width: 280px;
    padding: 21px 8px;
  }
}
.c-btn:hover, .c-btn:focus-visible {
  background-color: #fff;
  color: #27425F;
}

/* -------------------------------------
        c-icon-btn
-----------------------------------------*/
.c-icon-btn {
  display: inline-block;
  position: relative;
  max-width: 211px;
  width: 100%;
  border: 1px solid #38BADC;
  border-radius: 8px;
  background-color: #38BADC;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 14px 0.8em;
  transition: all 0.25s;
  z-index: 10;
}
.c-icon-btn:hover, .c-icon-btn:focus-visible {
  background-color: #fff;
}
.c-icon-btn:hover .c-icon-btn__text, .c-icon-btn:focus-visible .c-icon-btn__text {
  color: #38BADC;
  transition: all 0.25s;
}
.c-icon-btn__text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.c-icon-btn__text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-mask: url(../img/icon/icon_mail.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_mail.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.c-icon-btn:hover, .c-icon-btn:focus-visible {
  color: #27425F;
  background-color: #fff;
  transition: all 0.25s;
}
.c-icon-btn:hover .c-icon-btn__text::before, .c-icon-btn:focus-visible .c-icon-btn__text::before {
  background-color: #38BADC;
  transition: all 0.25s;
}
.c-icon-btn--post .c-icon-btn__text::before {
  -webkit-mask: url(../img/icon/icon_post.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_post.svg) no-repeat center/cover;
}
.c-icon-btn--larg {
  max-width: 300px;
  padding: 24px 0.1em;
}
@media screen and (max-width: 767px) {
  .c-icon-btn--larg {
    font-size: 1.6rem;
  }
}

/* -------------------------------------
        c-more-link
-----------------------------------------*/
.c-more-link {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  text-align: right;
  margin-left: auto;
  transition: opacity 0.25s;
}
.c-more-link:hover, .c-more-link:focus-visible {
  opacity: 0.8;
}
.c-more-link:hover::after, .c-more-link:focus-visible::after {
  transform: translateX(4px);
}
.c-more-link::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url(../img/icon/icon_right.png) no-repeat center/contain;
  margin-left: 8px;
  transition: transform 0.25s;
}
@media screen and (max-width: 767px) {
  .c-more-link::after {
    width: 6px;
    height: 11px;
  }
}

/* -------------------------------------
        c-news
-----------------------------------------*/
.c-news__item {
  border-top: 1px dashed #BEC6CF;
}
.c-news__item:last-child {
  border-bottom: 1px dashed #BEC6CF;
}
.c-news__item a {
  display: flex;
  gap: 24px;
  padding: 15px 0;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .c-news__item a {
    flex-wrap: wrap;
    gap: 5px;
    font-size: 1.3rem;
  }
}
.c-news__item a:hover, .c-news__item a:focus-visible {
  opacity: 0.7;
}
.c-news__head {
  width: 90px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-news__head {
    width: 100%;
    flex-shrink: 1;
  }
}
.c-news__time {
  color: #BEC6CF;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.07em;
}
.c-news__text {
  flex: 1;
}

/* -------------------------------------
        c-table
-----------------------------------------*/
.c-table-inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-inline: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #5C7086;
}
@media screen and (max-width: 767px) {
  .c-table-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    border-bottom: none;
  }
}
.c-table-inner + .c-table-inner {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-table-inner + .c-table-inner {
    margin-top: 0;
  }
}

.c-table-dt,
.c-table-dd {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-table-dt,
.c-table-dd {
    font-size: 1.4rem;
  }
}

.c-table-dt {
  width: 100px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-table-dt {
    width: 100%;
    font-weight: 700;
    background-color: #253A51;
    padding: 15px;
  }
}

.c-table-dd {
  flex: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-table-dd {
    padding: 15px;
  }
}
.c-table-dd__text {
  letter-spacing: 0.04em;
}
.c-table-dd__text + .c-table-dd__text {
  margin-top: 23px;
}
.c-table-dd ul {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-table-dd ul {
    font-size: 1.4rem;
  }
}
.c-table-dd ul li {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.c-table-dd ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  margin-inline: 8px 10px;
  margin-bottom: 3px;
}
.c-table-dd ul li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-table-dd ul li + li {
    margin-top: 5px;
  }
}
.c-table-dd span {
  display: inline-block;
}

/* -------------------------------------
        p-mv
-----------------------------------------*/
.p-mv {
  position: relative;
  padding: 190px 0;
  height: 100vh;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-mv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 65px);
    height: calc(100vh - 150px);
  }
}
.p-mv__inner {
  max-width: 1120px;
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    max-width: 500px;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 576px) {
  .p-mv__inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 360px) {
  .p-mv__inner {
    padding: 0 30px;
  }
}
.p-mv__text-area {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .p-mv__text-area {
    width: 100%;
  }
}
.p-mv__catch {
  font-family: "Lato", sans-serif;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-mv__catch {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 360px) {
  .p-mv__catch {
    font-size: 3.8rem;
  }
}
.p-mv__catch--01 span {
  display: inline-block;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.p-mv__catch--02 {
  opacity: 0;
  visibility: hidden;
}
.p-mv__catch--02 span {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transform: rotateY(90deg);
  white-space: pre;
}
.p-mv__catch--03 {
  opacity: 0;
  visibility: hidden;
}
.p-mv__catch--03 span {
  opacity: 0;
  filter: blur(10px);
  transform: scale(10); /* 初期状態で拡大 */
  transition: opacity 0.3s, filter 0.3s, transform 0.3s;
}
.p-mv__catch--04 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 0;
  visibility: hidden;
}
.p-mv__catch--04 .char {
  transform: translateY(100px);
  transition: transfrom 0.5s;
}
.p-mv__lead {
  color: #eee;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    font-size: 1.4rem;
    margin-top: 40px;
  }
}
.p-mv__scroll {
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-mv__scroll {
    left: 50%;
    width: 1px;
    margin-top: 12vh;
  }
}
.p-mv__scroll::before, .p-mv__scroll::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 3%;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .p-mv__scroll::before, .p-mv__scroll::after {
    top: auto;
    right: auto;
  }
}
.p-mv__scroll::before {
  height: 137px;
  background-color: rgba(255, 255, 255, 0.1);
}
.p-mv__scroll::after {
  height: 34px;
  background-color: #fff;
  -webkit-animation: mvscroll 1.5s linear infinite;
          animation: mvscroll 1.5s linear infinite;
  opacity: 0.5;
}
@-webkit-keyframes mvscroll {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(107px);
    opacity: 0;
  }
}
@keyframes mvscroll {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(107px);
    opacity: 0;
  }
}

/* -------------------------------------
        p-top-business
-----------------------------------------*/
.p-top-business {
  padding: 10px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-top-business {
    padding: 100px 0 40px;
  }
}
.p-top-business__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-business__container {
    display: block;
  }
}
.p-top-business__head {
  width: 260px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-business__head {
    width: 100%;
  }
}
.p-top-business__text-area {
  flex: 1;
  margin-left: 100px;
}
@media screen and (max-width: 992px) {
  .p-top-business__text-area {
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__text-area {
    margin: 40px 0 0 0;
  }
}
.p-top-business__text {
  color: #eee;
  line-height: 2;
}

/* -------------------------------------
        p-top-notice
-----------------------------------------*/
.p-top-notice__container {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 992px) {
  .p-top-notice__container {
    flex-direction: column;
  }
}
.p-top-notice__content {
  flex: 1;
}
.p-top-notice__title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-top-notice__title {
    font-size: 1.6rem;
  }
}
.p-top-notice__title + * {
  margin-top: 30px;
}
.p-top-notice__more-link {
  margin-top: 30px;
}

/* -------------------------------------
        p-top-service
-----------------------------------------*/
@media screen and (max-width: 992px) {
  .p-top-service__list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 700px;
    margin-inline: auto;
  }
}

/* -------------------------------------
        p-about-message
-----------------------------------------*/
.p-about-message {
  color: #fff;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-about-message {
    padding-bottom: 40px;
  }
}

.p-about-message__body {
  gap: 80px;
  grid-template-columns: 35.7142857143% 1fr;
}
@media screen and (max-width: 992px) {
  .p-about-message__body {
    gap: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-message__body {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .p-about-message__image {
    width: 70.5882352941%;
    margin-inline: auto;
  }
}
.p-about-message__image + * {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-about-message__info {
    width: 70.5882352941%;
    margin-inline: auto;
  }
}
.p-about-message__info + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-about-message__info + * {
    margin-top: 48px;
  }
}

.p-about-message__position {
  font-size: 1.4rem;
  color: #EEEEEE;
}
@media screen and (max-width: 767px) {
  .p-about-message__position {
    font-size: 1.2rem;
  }
}
.p-about-message__position + * {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-about-message__position + * {
    margin-top: 5px;
  }
}

.p-about-message__name {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #EEEEEE;
}
@media screen and (max-width: 767px) {
  .p-about-message__name {
    font-size: 1.6rem;
  }
}
.p-about-message__name__en {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.06em;
  color: #B7C0CA;
  margin-left: 13px;
}
@media screen and (max-width: 767px) {
  .p-about-message__name__en {
    font-size: 1rem;
  }
}

.p-about-message__profile-title {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #EEEEEE;
}
.p-about-message__profile-title + * {
  margin-top: 15px;
}

.p-about-message__profile-list {
  border-left: 1px solid #8B98A8;
  padding-left: 19px;
}

.p-about-message__profile-item {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-about-message__profile-item {
    font-size: 1.2rem;
  }
}
.p-about-message__profile-item + .p-about-message__profile-item {
  margin-top: 15px;
}

.p-about-message__lead {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  .p-about-message__lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-message__lead {
    font-size: 1.6rem;
  }
}
.p-about-message__lead + * {
  margin-top: 27px;
}

.p-about-message__text {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about-message__text {
    font-size: 1.4rem;
  }
}
.p-about-message__text + .p-about-message__text {
  margin-top: 20px;
}

/* -------------------------------------
        p-about-overview
-----------------------------------------*/
.p-about-overview {
  padding-block: 70px 60px;
}
@media screen and (max-width: 767px) {
  .p-about-overview {
    padding-block: 40px;
  }
}

/* -------------------------------------
        p-about-access
-----------------------------------------*/
.p-about-access {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-about-access {
    padding-top: 40px;
  }
}

.p-about-access__body {
  gap: 30px 50px;
}

.p-about-access__map {
  width: 100%;
  aspect-ratio: 535/346;
}
@media screen and (max-width: 767px) {
  .p-about-access__map {
    height: 34.6rem;
    aspect-ratio: auto;
  }
}
.p-about-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.p-about-access__map + * {
  margin-top: 20px;
}

.p-about-access__title,
.p-about-access__address {
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-about-access__title {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about-access__title {
    font-size: 1.5rem;
  }
}
.p-about-access__title + * {
  margin-top: 5px;
}

.p-about-access__address {
  font-size: 1.4rem;
}

/* -------------------------------------
        p-solutions
-----------------------------------------*/
.p-solutions-sec {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-solutions-sec {
    padding-bottom: 40px;
  }
}
.p-solutions-sec:last-child {
  padding-bottom: 0;
}
.p-solutions-sec + .p-solutions-sec {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-solutions-sec + .p-solutions-sec {
    padding-top: 40px;
  }
}
.p-solutions-sec__body {
  gap: 20px 40px;
}
@media screen and (max-width: 992px) {
  .p-solutions-sec__body {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-solutions-sec__body + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-solutions-sec__body + * {
    margin-top: 30px;
  }
}
.p-solutions-sec__link {
  display: block;
  background-color: #1F354C;
  padding: 40px 50px;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .p-solutions-sec__link {
    padding: 30px;
  }
}
.p-solutions-sec a.p-solutions-sec__link:hover, .p-solutions-sec a.p-solutions-sec__link:focus-visible {
  opacity: 0.7;
}
.p-solutions-sec a.p-solutions-sec__link:hover .p-solutions-sec__title::after, .p-solutions-sec a.p-solutions-sec__link:focus-visible .p-solutions-sec__title::after {
  transform: translateX(5px);
}
.p-solutions-sec a.p-solutions-sec__link .p-solutions-sec__title::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_arrow-circle.svg) 50%/contain no-repeat;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .p-solutions-sec a.p-solutions-sec__link .p-solutions-sec__title::after {
    width: 22px;
  }
}
.p-solutions-sec__title {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
.p-solutions-sec__title img {
  width: auto;
  height: 55px;
}
@media screen and (max-width: 767px) {
  .p-solutions-sec__title img {
    height: 44px;
  }
}
.p-solutions-sec__title + * {
  margin-top: 15px;
}
.p-solutions-sec__text {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-solutions-sec__text {
    font-size: 1.3rem;
  }
}
.p-solutions-sec__btn .c-btn {
  max-width: 320px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-solutions-sec__btn .c-btn {
    max-width: 280px;
  }
}

.p-solutions-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-solutions-title {
    gap: 5px 0;
  }
}
.p-solutions-title .slash,
.p-solutions-title .mn {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-solutions-title .slash,
.p-solutions-title .mn {
    margin-left: 0;
  }
}
.p-solutions-title .slash {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-solutions-title .slash {
    display: none;
  }
}
.p-solutions-title .mn {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-solutions-title .mn {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 25px;
  }
}
.p-solutions-title.--02 {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-solutions-title.--02 {
    font-size: 1.8rem;
  }
}
.p-solutions-title.--02 + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-solutions-title.--02 + * {
    margin-top: 30px;
  }
}
.p-solutions-title.--02.--left {
  text-align: left;
}

/* -------------------------------------
        p-solutions-achievements
-----------------------------------------*/
.p-solutions-achievements {
  padding-block: 60px 50px;
}
@media screen and (max-width: 767px) {
  .p-solutions-achievements {
    padding-block: 40px;
  }
}

.p-solutions-achievements__body {
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .p-solutions-achievements__body {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-solutions-achievements__body {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* -------------------------------------
        p-solutions-results
-----------------------------------------*/
.p-solutions-results {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-solutions-results {
    padding-top: 40px;
  }
}

.p-solutions-results__body {
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .p-solutions-results__body {
    gap: 30px 24px;
  }
}

/* -------------------------------------
        p-solutions-child
-----------------------------------------*/
.p-solutions-child {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-solutions-child {
    padding-bottom: 40px;
  }
}
.p-solutions-child__text {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-solutions-child__text {
    font-size: 1.4rem;
  }
}
.p-solutions-child__text + .p-solutions-child__text {
  margin-top: 20px;
}
.p-solutions-child__text + .p-solutions-title {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-solutions-child__text + .p-solutions-title {
    margin-top: 80px;
  }
}
.p-solutions-child__flex {
  gap: 20px 40px;
  grid-template-columns: 40.0892857143% 1fr;
}
@media screen and (max-width: 992px) {
  .p-solutions-child__flex {
    grid-template-columns: 1fr;
  }
}
.p-solutions-child__flex-lead {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-solutions-child__flex-lead {
    font-size: 1.6rem;
  }
}
.p-solutions-child__flex-lead + * {
  margin-top: 15px;
}
.p-solutions-child__flex .p-solutions-child__text {
  letter-spacing: 0.04em;
}
.p-solutions-child__flex-image img {
  width: 100%;
}
.p-solutions-child__flex + * {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-solutions-child__flex + * {
    margin-top: 80px;
  }
}
.p-solutions-child__flow-item {
  padding-top: 80px;
  padding-left: 119px;
  border-left: 1px solid #B5BDC6;
}
@media screen and (max-width: 992px) {
  .p-solutions-child__flow-item {
    padding-left: 59px;
  }
}
@media screen and (max-width: 767px) {
  .p-solutions-child__flow-item {
    padding-top: 40px;
    padding-left: 29px;
  }
}
.p-solutions-child__flow-item .p-solutions-title.--02 {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-solutions-child__flow-item .p-solutions-title.--02 {
    font-size: 1.8rem;
  }
}
.p-solutions-child__flow-item .p-solutions-title.--02 + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-solutions-child__flow-item .p-solutions-title.--02 + * {
    margin-top: 30px;
  }
}
.p-solutions-child__flow-sec {
  padding-block: 20px;
  padding-left: 49px;
  border-left: 1px solid #587594;
}
@media screen and (max-width: 992px) {
  .p-solutions-child__flow-sec {
    padding-left: 31px;
  }
}
@media screen and (max-width: 767px) {
  .p-solutions-child__flow-sec {
    padding-left: 19px;
  }
}
.p-solutions-child__flow-sec + .p-solutions-child__flow-sec {
  margin-top: 40px;
}
.p-solutions-child__flow-title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-solutions-child__flow-title {
    font-size: 1.7rem;
  }
}
.p-solutions-child__flow-title + * {
  margin-top: 20px;
}
.p-solutions-child__flow-lead {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-solutions-child__flow-lead {
    font-size: 1.5rem;
  }
}
.p-solutions-child__flow-lead + * {
  margin-top: 20px;
}
.p-solutions-child__flow-text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-solutions-child__flow-text {
    font-size: 1.3rem;
  }
}
.p-solutions-child__flow-text + .p-solutions-child__flow-btn {
  margin-top: 40px;
}
.p-solutions-child__flow-text + .p-solutions-child__flow-text {
  margin-top: 20px;
}
.p-solutions-child__flow-text + * {
  margin-top: 30px;
}
.p-solutions-child__flow-list li {
  font-size: 1.5rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-solutions-child__flow-list li {
    font-size: 1.3rem;
  }
}
.p-solutions-child__flow-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 6px;
}
.p-solutions-child__flow-list li + li {
  margin-top: 10px;
}
.p-solutions-child__flow-btn .c-btn {
  padding-block: 25px;
}
.p-solutions-child + .p-solutions-sec {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-solutions-child + .p-solutions-sec {
    padding-top: 40px;
  }
}

/* -------------------------------------
        p-results-list
-----------------------------------------*/
.p-results-list__body {
  gap: 60px 50px;
}
@media screen and (max-width: 767px) {
  .p-results-list__body {
    gap: 30px;
  }
}
.p-results-list__body + * {
  margin-top: 40px;
}

/* -------------------------------------
        p-results-single
-----------------------------------------*/
.p-results-single.l-single-content .p-results-single__info {
  gap: 10px 77px;
  grid-template-columns: 30.3571428571% 1fr;
}
@media screen and (max-width: 992px) {
  .p-results-single.l-single-content .p-results-single__info {
    grid-template-columns: 1fr;
  }
}
.p-results-single.l-single-content .p-results-single__info-img {
  background-color: #fff;
  aspect-ratio: 340/160;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-results-single.l-single-content .p-results-single__info-img--nothumbnail {
  background-color: #1F354C;
}
.p-results-single.l-single-content .p-results-single__info-img img {
  width: 61.4705882353%;
}
.p-results-single.l-single-content .p-results-single__info-box {
  margin-top: 0;
}
.p-results-single.l-single-content .p-results-single__info-h1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-results-single.l-single-content .p-results-single__info-h1 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-results-single.l-single-content .p-results-single__info-h1 + * {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-results-single.l-single-content .p-results-single__info-h1 + * {
    margin-top: 15px;
  }
}
.p-results-single.l-single-content .p-results-single__info-h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-results-single.l-single-content .p-results-single__info-h2 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
  }
}
.p-results-single.l-single-content .p-results-single__info-h2 + * {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-results-single.l-single-content .p-results-single__info-h2 + * {
    margin-top: 10px;
  }
}
.p-results-single.l-single-content .p-results-single__info-list {
  background-color: #2B4E6C;
  padding: 40px 50px;
}
@media screen and (max-width: 767px) {
  .p-results-single.l-single-content .p-results-single__info-list {
    padding: 20px 30px;
  }
}
.p-results-single.l-single-content .p-results-single__info-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
  .p-results-single.l-single-content .p-results-single__info-list li {
    font-size: 1.4rem;
  }
}
.p-results-single.l-single-content .p-results-single__info-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 6px;
}
.p-results-single.l-single-content .p-results-single__info-list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-results-single.l-single-content .p-results-single__info-list li + li {
    margin-top: 0;
  }
}
.p-results-single.l-single-content .p-results-single__info + * {
  margin-top: 60px;
}
.p-results-single.l-single-content h2:not(.p-results-single__info-h2) {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-results-single.l-single-content h2:not(.p-results-single__info-h2) {
    font-size: 1.7rem;
  }
}
.p-results-single.l-single-content h2:not(.p-results-single__info-h2) + *,
.p-results-single.l-single-content h3 + *,
.p-results-single.l-single-content h4 + *,
.p-results-single.l-single-content h5 + *,
.p-results-single.l-single-content h6 + * {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-results-single.l-single-content h2:not(.p-results-single__info-h2) + *,
.p-results-single.l-single-content h3 + *,
.p-results-single.l-single-content h4 + *,
.p-results-single.l-single-content h5 + *,
.p-results-single.l-single-content h6 + * {
    margin-top: 20px;
  }
}
.p-results-single.l-single-content p {
  font-size: 1.6rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-results-single.l-single-content p {
    font-size: 1.4rem;
  }
}
.p-results-single.l-single-content p + h2:not(.p-results-single__info-h2), .p-results-single.l-single-content p + h3, .p-results-single.l-single-content p + h4, .p-results-single.l-single-content p + h5, .p-results-single.l-single-content p + h6 {
  margin-top: 50px;
}

.p-results-single__others {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-results-single__others {
    padding-top: 80px;
  }
}
.p-results-single__others-title {
  font-size: 3.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-results-single__others-title {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
}
.p-results-single__others-title + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-results-single__others-title + * {
    margin-top: 30px;
  }
}
.p-results-single__others-body {
  gap: 30px 50px;
}
@media screen and (max-width: 992px) {
  .p-results-single__others-body {
    grid-template-columns: 1fr;
  }
}
.p-results-single__others-body + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-results-single__others-body + * {
    margin-top: 40px;
  }
}
.p-results-single__others-btn .c-btn {
  font-size: 2rem;
  margin-inline: auto;
  padding-block: 24px;
}
@media screen and (max-width: 767px) {
  .p-results-single__others-btn .c-btn {
    max-width: 340px;
    font-size: 1.4rem;
    padding-block: 21px;
  }
}

/* -------------------------------------
        p-recruit-list
-----------------------------------------*/
.p-recruit-list__body + * {
  margin-top: 40px;
}

/* -------------------------------------
        p-recruit-single
-----------------------------------------*/
.p-recruit-single.l-single-content h2 {
  font-size: 2.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recruit-single.l-single-content h2 {
    font-size: 1.8rem;
  }
}
.p-recruit-single.l-single-content h2::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 1px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-recruit-single.l-single-content h2::before {
    width: 15px;
    margin-right: 10px;
  }
}
.p-recruit-single.l-single-content h2 + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-recruit-single.l-single-content h2 + * {
    margin-top: 40px;
  }
}
.p-recruit-single.l-single-content h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: 1px solid #546E84;
}
@media screen and (max-width: 767px) {
  .p-recruit-single.l-single-content h3 {
    font-size: 1.6rem;
  }
}
.p-recruit-single.l-single-content h3 + * {
  margin-top: 20px;
}
.p-recruit-single.l-single-content p + h3, .p-recruit-single.l-single-content p + h4, .p-recruit-single.l-single-content p + h5, .p-recruit-single.l-single-content p + h6 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit-single.l-single-content p + h3, .p-recruit-single.l-single-content p + h4, .p-recruit-single.l-single-content p + h5, .p-recruit-single.l-single-content p + h6 {
    margin-top: 40px;
  }
}
.p-recruit-single.l-single-content p + * {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .p-recruit-single.l-single-content p + * {
    margin-top: 80px;
  }
}
.p-recruit-single.l-single-content .p-recruit-single__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  font-weight: 500;
  color: #27425F;
  background-color: #fff;
  padding: 3px 13px;
}
@media screen and (max-width: 767px) {
  .p-recruit-single.l-single-content .p-recruit-single__category {
    padding-inline: 22px;
  }
}
.p-recruit-single.l-single-content .p-recruit-single__category + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit-single.l-single-content .p-recruit-single__category + * {
    margin-top: 20px;
  }
}
.p-recruit-single.l-single-content .p-recruit-single .l-post-single__h1 + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit-single.l-single-content .p-recruit-single .l-post-single__h1 + * {
    margin-top: 20px;
  }
}
.p-recruit-single.l-single-content .p-recruit-single__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-recruit-single.l-single-content .p-recruit-single__tags {
    gap: 5px;
  }
}
.p-recruit-single.l-single-content .p-recruit-single__tags li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2;
  border: 1px solid #fff;
  padding-inline: 9px;
  border-radius: 100px;
  text-indent: 0;
}
.p-recruit-single.l-single-content .p-recruit-single__tags li::before {
  display: none;
}
.p-recruit-single.l-single-content .p-recruit-single__tags + * {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-recruit-single.l-single-content .p-recruit-single__tags + * {
    margin-top: 60px;
  }
}

.p-recruit-single__description {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-recruit-single__description {
    padding-top: 80px;
  }
}
.p-recruit-single__description .c-secondary-title + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit-single__description .c-secondary-title + * {
    margin-top: 30px;
  }
}
.p-recruit-single__description-dl .c-table-inner {
  padding-inline: 0;
}
.p-recruit-single__description-dl .c-table-dt {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .p-recruit-single__description-dl .c-table-dt {
    width: 100%;
  }
}

.p-recruit-single__process {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .p-recruit-single__process {
    padding-top: 80px;
  }
}
.p-recruit-single__process .c-secondary-title + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit-single__process .c-secondary-title + * {
    margin-top: 30px;
  }
}
.p-recruit-single__process-list {
  gap: 41px 50px;
}
@media screen and (max-width: 992px) {
  .p-recruit-single__process-list {
    grid-template-columns: 1fr;
  }
}
.p-recruit-single__process-list > li {
  background-color: #1F354C;
  padding: 60px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-single__process-list > li {
    padding-block: 30px;
  }
}
.p-recruit-single__process-list > li + li::before {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_polygon.svg) 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 992px) {
  .p-recruit-single__process-list > li + li::before {
    width: 24px;
    top: -8px;
    left: 50%;
    transform: translate(-50%, -100%) rotate(90deg);
  }
}
.p-recruit-single__process-list > li li {
  font-size: 1.5rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-recruit-single__process-list > li li {
    font-size: 1.3rem;
  }
}
.p-recruit-single__process-list > li li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 6px;
}
.p-recruit-single__process-title {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-single__process-title {
    font-size: 1.6rem;
  }
}
.p-recruit-single__process-title + * {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit-single__process-title + * {
    margin-top: 15px;
  }
}
.p-recruit-single__process-text {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-single__process-text {
    font-size: 1.4rem;
  }
}
.p-recruit-single__process + * {
  margin-top: 83px;
}
@media screen and (max-width: 767px) {
  .p-recruit-single__process + * {
    margin-top: 40px;
  }
}

.p-recruit-single__btn .c-btn {
  max-width: 360px;
  margin-inline: auto;
  font-size: 1.8rem;
  padding-block: 26px;
}
@media screen and (max-width: 767px) {
  .p-recruit-single__btn .c-btn {
    font-size: 1.4rem;
    padding-block: 21px;
  }
}

/* -------------------------------------
        p-contact-thanks
-----------------------------------------*/
.p-contact-thanks .l-inner {
  max-width: 1004px;
  margin-inline: auto;
}
.p-contact-thanks p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks p {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
.p-contact-thanks p + p {
  margin-top: 29px;
}

/* -------------------------------------
        p-policy
-----------------------------------------*/
.p-policy.l-single-content h2 + *,
.p-policy.l-single-content h3 + *,
.p-policy.l-single-content h4 + *,
.p-policy.l-single-content h5 + *,
.p-policy.l-single-content h6 + *,
.p-security_policy.l-single-content h2 + *,
.p-security_policy.l-single-content h3 + *,
.p-security_policy.l-single-content h4 + *,
.p-security_policy.l-single-content h5 + *,
.p-security_policy.l-single-content h6 + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-policy.l-single-content h2 + *,
.p-policy.l-single-content h3 + *,
.p-policy.l-single-content h4 + *,
.p-policy.l-single-content h5 + *,
.p-policy.l-single-content h6 + *,
.p-security_policy.l-single-content h2 + *,
.p-security_policy.l-single-content h3 + *,
.p-security_policy.l-single-content h4 + *,
.p-security_policy.l-single-content h5 + *,
.p-security_policy.l-single-content h6 + * {
    margin-top: 15px;
  }
}
.p-policy.l-single-content p + p, .p-policy.l-single-content p + ul, .p-policy.l-single-content p + ol, .p-policy.l-single-content p + details, .p-policy.l-single-content p + .wp-block-media-text, .p-policy.l-single-content p + .wp-block-group, .p-policy.l-single-content p + .wp-block-buttons,
.p-policy.l-single-content ul + p,
.p-policy.l-single-content ul + ul,
.p-policy.l-single-content ul + ol,
.p-policy.l-single-content ul + details,
.p-policy.l-single-content ul + .wp-block-media-text,
.p-policy.l-single-content ul + .wp-block-group,
.p-policy.l-single-content ul + .wp-block-buttons,
.p-policy.l-single-content ol + p,
.p-policy.l-single-content ol + ul,
.p-policy.l-single-content ol + ol,
.p-policy.l-single-content ol + details,
.p-policy.l-single-content ol + .wp-block-media-text,
.p-policy.l-single-content ol + .wp-block-group,
.p-policy.l-single-content ol + .wp-block-buttons,
.p-policy.l-single-content details + p,
.p-policy.l-single-content details + ul,
.p-policy.l-single-content details + ol,
.p-policy.l-single-content details + details,
.p-policy.l-single-content details + .wp-block-media-text,
.p-policy.l-single-content details + .wp-block-group,
.p-policy.l-single-content details + .wp-block-buttons,
.p-policy.l-single-content .wp-block-media-text + p,
.p-policy.l-single-content .wp-block-media-text + ul,
.p-policy.l-single-content .wp-block-media-text + ol,
.p-policy.l-single-content .wp-block-media-text + details,
.p-policy.l-single-content .wp-block-media-text + .wp-block-media-text,
.p-policy.l-single-content .wp-block-media-text + .wp-block-group,
.p-policy.l-single-content .wp-block-media-text + .wp-block-buttons,
.p-policy.l-single-content .wp-block-group + p,
.p-policy.l-single-content .wp-block-group + ul,
.p-policy.l-single-content .wp-block-group + ol,
.p-policy.l-single-content .wp-block-group + details,
.p-policy.l-single-content .wp-block-group + .wp-block-media-text,
.p-policy.l-single-content .wp-block-group + .wp-block-group,
.p-policy.l-single-content .wp-block-group + .wp-block-buttons,
.p-policy.l-single-content wp-block-buttons + p,
.p-policy.l-single-content wp-block-buttons + ul,
.p-policy.l-single-content wp-block-buttons + ol,
.p-policy.l-single-content wp-block-buttons + details,
.p-policy.l-single-content wp-block-buttons + .wp-block-media-text,
.p-policy.l-single-content wp-block-buttons + .wp-block-group,
.p-policy.l-single-content wp-block-buttons + .wp-block-buttons,
.p-security_policy.l-single-content p + p,
.p-security_policy.l-single-content p + ul,
.p-security_policy.l-single-content p + ol,
.p-security_policy.l-single-content p + details,
.p-security_policy.l-single-content p + .wp-block-media-text,
.p-security_policy.l-single-content p + .wp-block-group,
.p-security_policy.l-single-content p + .wp-block-buttons,
.p-security_policy.l-single-content ul + p,
.p-security_policy.l-single-content ul + ul,
.p-security_policy.l-single-content ul + ol,
.p-security_policy.l-single-content ul + details,
.p-security_policy.l-single-content ul + .wp-block-media-text,
.p-security_policy.l-single-content ul + .wp-block-group,
.p-security_policy.l-single-content ul + .wp-block-buttons,
.p-security_policy.l-single-content ol + p,
.p-security_policy.l-single-content ol + ul,
.p-security_policy.l-single-content ol + ol,
.p-security_policy.l-single-content ol + details,
.p-security_policy.l-single-content ol + .wp-block-media-text,
.p-security_policy.l-single-content ol + .wp-block-group,
.p-security_policy.l-single-content ol + .wp-block-buttons,
.p-security_policy.l-single-content details + p,
.p-security_policy.l-single-content details + ul,
.p-security_policy.l-single-content details + ol,
.p-security_policy.l-single-content details + details,
.p-security_policy.l-single-content details + .wp-block-media-text,
.p-security_policy.l-single-content details + .wp-block-group,
.p-security_policy.l-single-content details + .wp-block-buttons,
.p-security_policy.l-single-content .wp-block-media-text + p,
.p-security_policy.l-single-content .wp-block-media-text + ul,
.p-security_policy.l-single-content .wp-block-media-text + ol,
.p-security_policy.l-single-content .wp-block-media-text + details,
.p-security_policy.l-single-content .wp-block-media-text + .wp-block-media-text,
.p-security_policy.l-single-content .wp-block-media-text + .wp-block-group,
.p-security_policy.l-single-content .wp-block-media-text + .wp-block-buttons,
.p-security_policy.l-single-content .wp-block-group + p,
.p-security_policy.l-single-content .wp-block-group + ul,
.p-security_policy.l-single-content .wp-block-group + ol,
.p-security_policy.l-single-content .wp-block-group + details,
.p-security_policy.l-single-content .wp-block-group + .wp-block-media-text,
.p-security_policy.l-single-content .wp-block-group + .wp-block-group,
.p-security_policy.l-single-content .wp-block-group + .wp-block-buttons,
.p-security_policy.l-single-content wp-block-buttons + p,
.p-security_policy.l-single-content wp-block-buttons + ul,
.p-security_policy.l-single-content wp-block-buttons + ol,
.p-security_policy.l-single-content wp-block-buttons + details,
.p-security_policy.l-single-content wp-block-buttons + .wp-block-media-text,
.p-security_policy.l-single-content wp-block-buttons + .wp-block-group,
.p-security_policy.l-single-content wp-block-buttons + .wp-block-buttons {
  margin-top: 20px;
}
.p-policy.l-single-content p + *,
.p-policy.l-single-content ul + *,
.p-policy.l-single-content ol + *,
.p-policy.l-single-content details + *,
.p-policy.l-single-content .wp-block-media-text + *,
.p-policy.l-single-content .wp-block-group + *,
.p-policy.l-single-content wp-block-buttons + *,
.p-security_policy.l-single-content p + *,
.p-security_policy.l-single-content ul + *,
.p-security_policy.l-single-content ol + *,
.p-security_policy.l-single-content details + *,
.p-security_policy.l-single-content .wp-block-media-text + *,
.p-security_policy.l-single-content .wp-block-group + *,
.p-security_policy.l-single-content wp-block-buttons + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-policy.l-single-content p + *,
.p-policy.l-single-content ul + *,
.p-policy.l-single-content ol + *,
.p-policy.l-single-content details + *,
.p-policy.l-single-content .wp-block-media-text + *,
.p-policy.l-single-content .wp-block-group + *,
.p-policy.l-single-content wp-block-buttons + *,
.p-security_policy.l-single-content p + *,
.p-security_policy.l-single-content ul + *,
.p-security_policy.l-single-content ol + *,
.p-security_policy.l-single-content details + *,
.p-security_policy.l-single-content .wp-block-media-text + *,
.p-security_policy.l-single-content .wp-block-group + *,
.p-security_policy.l-single-content wp-block-buttons + * {
    margin-top: 40px;
  }
}

.p-quality_policy.l-single-content p + p, .p-quality_policy.l-single-content p + ul, .p-quality_policy.l-single-content p + ol, .p-quality_policy.l-single-content p + details, .p-quality_policy.l-single-content p + .wp-block-media-text, .p-quality_policy.l-single-content p + .wp-block-group, .p-quality_policy.l-single-content p + .wp-block-buttons,
.p-quality_policy.l-single-content ul + p,
.p-quality_policy.l-single-content ul + ul,
.p-quality_policy.l-single-content ul + ol,
.p-quality_policy.l-single-content ul + details,
.p-quality_policy.l-single-content ul + .wp-block-media-text,
.p-quality_policy.l-single-content ul + .wp-block-group,
.p-quality_policy.l-single-content ul + .wp-block-buttons,
.p-quality_policy.l-single-content ol + p,
.p-quality_policy.l-single-content ol + ul,
.p-quality_policy.l-single-content ol + ol,
.p-quality_policy.l-single-content ol + details,
.p-quality_policy.l-single-content ol + .wp-block-media-text,
.p-quality_policy.l-single-content ol + .wp-block-group,
.p-quality_policy.l-single-content ol + .wp-block-buttons,
.p-quality_policy.l-single-content details + p,
.p-quality_policy.l-single-content details + ul,
.p-quality_policy.l-single-content details + ol,
.p-quality_policy.l-single-content details + details,
.p-quality_policy.l-single-content details + .wp-block-media-text,
.p-quality_policy.l-single-content details + .wp-block-group,
.p-quality_policy.l-single-content details + .wp-block-buttons,
.p-quality_policy.l-single-content .wp-block-media-text + p,
.p-quality_policy.l-single-content .wp-block-media-text + ul,
.p-quality_policy.l-single-content .wp-block-media-text + ol,
.p-quality_policy.l-single-content .wp-block-media-text + details,
.p-quality_policy.l-single-content .wp-block-media-text + .wp-block-media-text,
.p-quality_policy.l-single-content .wp-block-media-text + .wp-block-group,
.p-quality_policy.l-single-content .wp-block-media-text + .wp-block-buttons,
.p-quality_policy.l-single-content .wp-block-group + p,
.p-quality_policy.l-single-content .wp-block-group + ul,
.p-quality_policy.l-single-content .wp-block-group + ol,
.p-quality_policy.l-single-content .wp-block-group + details,
.p-quality_policy.l-single-content .wp-block-group + .wp-block-media-text,
.p-quality_policy.l-single-content .wp-block-group + .wp-block-group,
.p-quality_policy.l-single-content .wp-block-group + .wp-block-buttons, .p-quality_policy.l-single-content wp-block-buttons + p, .p-quality_policy.l-single-content wp-block-buttons + ul, .p-quality_policy.l-single-content wp-block-buttons + ol, .p-quality_policy.l-single-content wp-block-buttons + details, .p-quality_policy.l-single-content wp-block-buttons + .wp-block-media-text, .p-quality_policy.l-single-content wp-block-buttons + .wp-block-group, .p-quality_policy.l-single-content wp-block-buttons + .wp-block-buttons {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-quality_policy.l-single-content p + p, .p-quality_policy.l-single-content p + ul, .p-quality_policy.l-single-content p + ol, .p-quality_policy.l-single-content p + details, .p-quality_policy.l-single-content p + .wp-block-media-text, .p-quality_policy.l-single-content p + .wp-block-group, .p-quality_policy.l-single-content p + .wp-block-buttons,
.p-quality_policy.l-single-content ul + p,
.p-quality_policy.l-single-content ul + ul,
.p-quality_policy.l-single-content ul + ol,
.p-quality_policy.l-single-content ul + details,
.p-quality_policy.l-single-content ul + .wp-block-media-text,
.p-quality_policy.l-single-content ul + .wp-block-group,
.p-quality_policy.l-single-content ul + .wp-block-buttons,
.p-quality_policy.l-single-content ol + p,
.p-quality_policy.l-single-content ol + ul,
.p-quality_policy.l-single-content ol + ol,
.p-quality_policy.l-single-content ol + details,
.p-quality_policy.l-single-content ol + .wp-block-media-text,
.p-quality_policy.l-single-content ol + .wp-block-group,
.p-quality_policy.l-single-content ol + .wp-block-buttons,
.p-quality_policy.l-single-content details + p,
.p-quality_policy.l-single-content details + ul,
.p-quality_policy.l-single-content details + ol,
.p-quality_policy.l-single-content details + details,
.p-quality_policy.l-single-content details + .wp-block-media-text,
.p-quality_policy.l-single-content details + .wp-block-group,
.p-quality_policy.l-single-content details + .wp-block-buttons,
.p-quality_policy.l-single-content .wp-block-media-text + p,
.p-quality_policy.l-single-content .wp-block-media-text + ul,
.p-quality_policy.l-single-content .wp-block-media-text + ol,
.p-quality_policy.l-single-content .wp-block-media-text + details,
.p-quality_policy.l-single-content .wp-block-media-text + .wp-block-media-text,
.p-quality_policy.l-single-content .wp-block-media-text + .wp-block-group,
.p-quality_policy.l-single-content .wp-block-media-text + .wp-block-buttons,
.p-quality_policy.l-single-content .wp-block-group + p,
.p-quality_policy.l-single-content .wp-block-group + ul,
.p-quality_policy.l-single-content .wp-block-group + ol,
.p-quality_policy.l-single-content .wp-block-group + details,
.p-quality_policy.l-single-content .wp-block-group + .wp-block-media-text,
.p-quality_policy.l-single-content .wp-block-group + .wp-block-group,
.p-quality_policy.l-single-content .wp-block-group + .wp-block-buttons, .p-quality_policy.l-single-content wp-block-buttons + p, .p-quality_policy.l-single-content wp-block-buttons + ul, .p-quality_policy.l-single-content wp-block-buttons + ol, .p-quality_policy.l-single-content wp-block-buttons + details, .p-quality_policy.l-single-content wp-block-buttons + .wp-block-media-text, .p-quality_policy.l-single-content wp-block-buttons + .wp-block-group, .p-quality_policy.l-single-content wp-block-buttons + .wp-block-buttons {
    margin-top: 40px;
  }
}

.p-compliance_policy.l-single-content p + h2,
.p-compliance_policy.l-single-content ul + h2,
.p-compliance_policy.l-single-content ol + h2 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-compliance_policy.l-single-content p + h2,
.p-compliance_policy.l-single-content ul + h2,
.p-compliance_policy.l-single-content ol + h2 {
    margin-top: 40px;
  }
}
.p-compliance_policy.l-single-content ul li {
  line-height: 1.5;
}
.p-compliance_policy.l-single-content ul li + li {
  margin-top: 10px;
}
.p-compliance_policy.l-single-content ul + * {
  margin-top: 30px;
}
.p-compliance_policy.l-single-content h2 {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-compliance_policy.l-single-content h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-compliance_policy.l-single-content h2 + * {
    margin-top: 25px;
  }
}
.p-compliance_policy.l-single-content h3 {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-compliance_policy.l-single-content h3 {
    font-size: 1.5rem;
  }
}

.p-policy__overview {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-policy__overview {
    padding-top: 60px;
  }
}
.p-policy__overview-image + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-policy__overview-image + * {
    margin-top: 30px;
  }
}
.p-policy__overview-h2 {
  font-size: 2rem;
  letter-spacing: 0.04em;
}
.p-policy__overview-h2 + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-policy__overview-h2 + * {
    margin-top: 15px;
  }
}
.p-policy__overview .c-table-inner {
  padding-inline: 0;
}
.p-policy__overview .c-table-dd ol {
  font-size: 1.5rem;
  line-height: 1.5;
  list-style-position: inside;
  list-style-type: decimal !important;
}
@media screen and (max-width: 767px) {
  .p-policy__overview .c-table-dd ol {
    font-size: 1.4rem;
  }
}
.p-policy__overview .c-table-dd ol li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.p-policy__overview .c-table-dd ol li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-policy__overview .c-table-dd ol li + li {
    margin-top: 5px;
  }
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none;
  }
}

.u-only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-only-sp {
    display: block;
  }
}

.u-only-tbsp {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-only-tbsp {
    display: inline-block;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-text-accent-color {
  color: #92846F;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

/* -------------------------------------
        fade
-----------------------------------------*/
.js-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fade.show {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fadeUp.show {
  opacity: 1;
  transform: translateY(0);
}

/* -------------------------------------
    設定
-----------------------------------------*/