@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;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  line-height: 1.5;
}

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

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

/* FontFamily */
/* font-weight */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #002448;
}

.l-inner {
  max-width: 1180px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.l-inner--s {
  max-width: 960px;
}
.l-inner--m {
  max-width: 1280px;
}
.l-inner--l {
  max-width: 1800px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

::placeholder {
  color: #B5B5B5;
}

/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  border: 1px solid #707070;
  background-color: #fff;
  position: relative;
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  border-radius: 0px;
  padding: 1.1rem 1.5rem;
}

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

/**
 * textarea
 *
 */
textarea {
  position: relative;
  width: 100%;
  height: 160px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  border-radius: 0.4rem;
  padding: 0.7rem 1.5rem;
  box-shadow: none;
  border: 1px solid #707070;
  background-color: #fff;
  color: #002448;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #006794;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #006794;
  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;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding: 0 0 0 2.1rem;
  cursor: pointer;
}
input[type=checkbox] + .smf-checkbox-control__label::before,
input[type=checkbox] + .checkbox-inner::before {
  position: absolute;
  content: "";
  top: 0.5rem;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  background: #fff;
  border: 1px #707070 solid;
  border-radius: 1px;
  box-sizing: border-box;
  z-index: 2;
}

input[type=checkbox] + .smf-checkbox-control__label::after,
input[type=checkbox] + .checkbox-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 0.3rem;
  width: 0.8rem;
  height: 0.5rem;
  border-left: 1px solid #002448;
  border-bottom: 1px solid #002448;
  transform: rotate(-45deg);
  opacity: 0;
  z-index: 3;
}

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

/**
 * snow-monkey-form
 *
 */
.snow-monkey-form {
  margin-inline: auto;
  max-width: 60rem;
}
.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.l-form__text {
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.snow-monkey-form p.l-form__text + .wp-block-snow-monkey-forms-item {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .snow-monkey-form p.l-form__text + .wp-block-snow-monkey-forms-item {
    margin-top: 40px;
  }
}
.snow-monkey-form p + .wp-block-snow-monkey-forms-item {
  margin-top: 30px;
}
.snow-monkey-form .privacy-text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .snow-monkey-form .privacy-text {
    text-align: left;
    margin-inline: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.snow-monkey-form .privacy-text a {
  text-decoration: underline;
  transition: all 0.3s;
}
.snow-monkey-form .privacy-text a:hover, .snow-monkey-form .privacy-text a:focus-visible {
  color: #ECF5FA;
}

.wp-block-snow-monkey-forms-item.smf-item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .wp-block-snow-monkey-forms-item.smf-item {
    gap: 1rem;
  }
}
.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-itesmf-item {
  margin-top: 3.2rem;
}
.wp-block-snow-monkey-forms-item.smf-item + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .wp-block-snow-monkey-forms-item.smf-item + * {
    margin-top: 1.6rem;
  }
}

.smf-item__col--label {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.smf-item__col--controls {
  width: 100%;
}
.smf-item__label label {
  display: block;
}
.smf-item__label__text {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
.smf-item__description {
  color: #002448;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}
.smf-item__controls .smf-textarea-control__control, .smf-item__controls .smf-text-control__control {
  padding: 0.7rem 1.5rem;
  border-radius: 0.4rem;
  box-shadow: none;
  border: 1px solid #707070;
  background-color: #fff;
  color: #002448;
  font-weight: 400;
}
.smf-item__controls .smf-textarea-control__control {
  padding: 1.1rem 1.5rem;
  border-radius: 0.4rem;
  box-shadow: none;
  border: 1px solid #707070;
  background-color: #fff;
  color: #002448;
  font-weight: 400;
}
.smf-item__controls .smf-select-control {
  max-width: 32rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .smf-item__controls .smf-select-control {
    max-width: 36rem;
  }
}
.smf-item__controls .smf-select-control__control {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
  padding: 0.7rem 1.5rem;
  border-radius: 0.4rem;
  box-shadow: none;
  border: 1px solid #707070;
}
@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 {
  aspect-ratio: 10/5;
  background: url(../images/icon/icon_form-toggle.svg) 50%/contain no-repeat;
  border: none;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.smf-item__controls .smf-checkboxes-control__control {
  font-size: 1.6rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .smf-item__controls .smf-checkboxes-control__control {
    font-size: 1.4rem;
  }
}
.smf-item__controls .smf-checkboxes-control__control:invalid {
  color: #888;
}
.smf-item__controls .smf-checkboxes-control__control:not(:invalid) {
  color: #002448;
}
.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 {
  display: flex;
  font-size: 16px;
  flex-wrap: wrap;
  gap: 1.6rem 2.4rem;
  line-height: 1;
}
.smf-item__controls .smf-radio-button-control {
  align-items: center;
  gap: 0.4rem;
}
.smf-item__controls .smf-radio-button-control__control {
  border-color: #707070;
  margin: 0;
}
.smf-item__controls .smf-control-description {
  margin-top: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
.smf-item.--required .smf-item__label__text::after {
  content: "必須";
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background-color: #E6354A;
  text-align: center;
  padding: 0.1rem 0.4rem 0.2rem;
}
.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: 1023px) {
  .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: 1023px) {
  .smf-item.--content .smf-item__label {
    padding-top: 0;
  }
}

.smf-button-control {
  max-width: 25.1rem;
  display: block;
  margin: 3rem auto 0;
  position: relative;
  z-index: 1;
}
.smf-button-control button[type=submit] {
  background: linear-gradient(to bottom, #1e96cb 0%, #006794 100%);
  border-radius: 10rem;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  padding-block: 1.9rem;
  position: relative;
  text-align: center;
  width: 100%;
  transition: all 0.3s;
}
.smf-button-control button[type=submit]:hover, .smf-button-control button[type=submit]:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 8rem;
  background-color: #fff;
  z-index: 20;
}
@media screen and (max-width: 1023px) {
  .l-header {
    height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 6rem;
  }
}
.l-header__inner.l-inner {
  height: 100%;
  max-width: 61.4583333333%;
}
@media screen and (max-width: 1920px) {
  .l-header__inner.l-inner {
    max-width: 1180px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__inner.l-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 3rem 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner.l-inner {
    padding-left: 2rem;
  }
}
.l-header__container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-header__container {
    justify-content: initial;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__container .p-header-nav {
    display: none;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
}
.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: 20.3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__logo-main {
    max-width: 17.5rem;
  }
}
.l-header__content {
  align-items: center;
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 1280px) {
  .l-header__content {
    gap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__content {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__content {
    gap: 0;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__btn {
    display: none;
  }
}
.l-header__btn-link {
  align-items: center;
  background: linear-gradient(to bottom, #1e96cb 0%, #006794 100%);
  border-radius: 23px;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.4285714286;
  padding: 1.3rem 2.1rem;
  transition: opacity 0.3s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header__btn-link {
    font-size: 1.5rem;
    justify-content: space-between;
    line-height: 1.4;
    margin-inline: auto;
    padding-block: 1.4rem;
    padding-inline: 2.4rem 2rem;
    width: 24rem;
  }
}
.l-header__btn-link:hover, .l-header__btn-link:focus-visible {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-header__btn-link::after {
    aspect-ratio: 18/17;
    background: url(../img/icon/icon_arrow-header.svg) 50%/contain no-repeat;
    content: "";
    display: block;
    width: 1.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-header-nav {
    display: none;
  }
}
.p-header-nav__list {
  align-items: center;
  display: flex;
  gap: 2.4rem;
  height: 100%;
  justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .p-header-nav__list {
    gap: 1.6rem;
  }
}
.p-header-nav__item {
  position: relative;
  height: 100%;
}
.p-header-nav__item:first-child .p-header-nav__link {
  padding-left: 0;
}
.p-header-nav__link {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  height: 100%;
  letter-spacing: 0.04em;
  padding: 0.5rem;
  position: relative;
  transition: all 0.3s;
}
.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: #006794;
}
.p-header-nav__item.current .l-header-nav__link::after {
  transform: translate(0);
}
.p-header-nav__item.current .l-header-nav__icon path {
  fill: #006794;
}

.c-hamburger-btn {
  display: none;
  touch-action: manipulation;
}
@media screen and (max-width: 1023px) {
  .c-hamburger-btn {
    align-items: center;
    background-color: #016794;
    display: flex;
    justify-content: center;
    position: relative;
    width: 8rem;
    height: 8rem;
    z-index: 50;
  }
  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn {
    height: 6rem;
    width: 6rem;
  }
}
.c-hamburger-btn button {
  touch-action: manipulation;
}
.c-hamburger-btn__inner {
  display: block;
  position: relative;
  width: 3.7rem;
  height: 2.9rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn__inner {
    width: 2.8rem;
    height: 2.2rem;
  }
}
.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 {
  background-color: #fff;
  border-radius: 1rem;
  content: "";
  display: block;
  height: 0.26rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn__line::before {
    height: 2px;
  }
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
  right: 0;
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
}

.p-sub-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.15s;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav {
    position: absolute;
    top: 8rem;
    right: 0;
    width: 32rem;
    min-height: auto;
    height: calc(100vh - 8rem);
    overflow-y: auto;
    background-color: rgba(0, 36, 72, 0.96);
    transition: 0.3s;
    transform: translateX(100%);
    z-index: 30;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-nav {
    top: 6rem;
    height: calc(100vh - 6rem);
  }
}
.p-sub-nav__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.6rem 1.7rem 5rem;
  z-index: 30;
}
.p-sub-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-sub-nav__item {
  position: relative;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #A4A4A4;
}
.p-sub-nav__title {
  position: relative;
}
.p-sub-nav__link {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.02em;
  line-height: 1.4666666667;
  padding-block: 1.6rem;
  padding-inline: 2rem 1.5rem;
}
.p-sub-nav__link::after {
  aspect-ratio: 7/11;
  background: url(../img/icon/icon_arrow-nav.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 0.7rem;
}
.p-sub-nav__btn-wrap {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-sub-nav__btn-wrap + * {
  margin-top: 2rem;
}
.p-sub-nav__privacy {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  padding-block: 1rem;
  text-align: center;
}

.l-header.active .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.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(-45deg);
}
@media screen and (max-width: 1023px) {
  .l-header.active .p-sub-nav {
    opacity: 1;
    pointer-events: auto;
    transition: 0.15s;
    transform: translateX(0);
    visibility: visible;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 4rem;
  }
}
.l-footer .l-inner {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    width: 100%;
  }
}
.l-footer__logo {
  display: block;
  width: 11rem;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-inline: auto;
    width: 8rem;
  }
}
.l-footer__logo:hover, .l-footer__logo:focus-visible {
  opacity: 0.7;
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__logo + * {
  margin-top: 2rem;
}
.l-footer__address {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    align-items: center;
    gap: 2rem;
    text-align: center;
  }
}
.l-footer__address-title {
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address-title {
    font-size: 1.5rem;
  }
}
.l-footer__address-text {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
}
.l-footer__address + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address + * {
    margin-top: 4rem;
  }
}
.l-footer__related-title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  .l-footer__related-title {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    text-align: center;
  }
}
.l-footer__related-link {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.8571428571;
  text-decoration: underline;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__related-link {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    text-align: center;
  }
}
.l-footer__related-link:hover, .l-footer__related-link:focus-visible {
  opacity: 0.7;
}
.l-footer__nav {
  margin-top: -0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__nav-wrap {
  align-items: flex-start;
  display: flex;
  gap: 6.7rem;
}
.l-footer__nav-wrap + .l-footer__nav-wrap {
  border-top: 1px solid #fff;
  margin-top: 25px;
  padding-top: 25px;
}
.l-footer__nav-item a {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.4285714286;
  padding-block: 0.5rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-item a {
    line-height: 1.4666666667;
  }
}
.l-footer__nav-item a:hover, .l-footer__nav-item a:focus-visible {
  opacity: 0.7;
}
.l-footer__nav-item + * {
  margin-top: 2rem;
}
.l-footer__nav + * {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav + * {
    margin-top: 44px;
  }
}
.l-footer__copyright {
  background-color: #002448;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  margin-top: 6rem;
  padding-block: 2.1rem 2.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1.1rem;
    line-height: 1.4545454545;
    margin-top: 8rem;
    padding-block: 1.7rem;
  }
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  flex-wrap: wrap;
  gap: 40px 60px;
}
@media screen and (max-width: 1280px) {
  .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-form
-----------------------------------------*/
.l-form__wrap {
  padding-bottom: 13.3rem;
}
@media screen and (max-width: 767px) {
  .l-form__wrap {
    padding-bottom: 6rem;
  }
}
.l-form__wrap .wp-block-paragraph {
  font-size: 1.6rem;
  line-height: 2.0625;
}
@media screen and (max-width: 767px) {
  .l-form__wrap .wp-block-paragraph {
    font-size: 1.5rem;
    text-align: left;
  }
}
.l-form__wrap .privacy-policy {
  position: relative;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-form__wrap .privacy-policy .smf-checkbox-control__label {
  color: #fff;
  font-size: 1.5rem;
}
.l-form__wrap .privacy-policy .wp-block-paragraph {
  color: #222222;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0 0 0 2.1rem;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.l-form__wrap .privacy-policy .wp-block-paragraph a {
  pointer-events: all;
  text-decoration: underline;
  transition: all 0.3s;
}
.l-form__wrap .privacy-policy .wp-block-paragraph a:hover, .l-form__wrap .privacy-policy .wp-block-paragraph a:focus-visible {
  opacity: 0.7;
}
.l-form__body {
  max-width: 67rem;
  margin-left: auto;
  margin-right: auto;
}
.l-form__body form {
  margin-top: 6rem;
}
.l-form__text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-form__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-form__text.has-text-align-center {
    text-align: left;
  }
}
.l-form__text + .wp-block-snow-monkey-forms-item {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-form__text + .wp-block-snow-monkey-forms-item {
    margin-top: 40px;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  margin-top: 8rem;
  overflow: clip;
}
@media screen and (max-width: 1023px) {
  .l-main {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 6rem;
  }
}
.l-main--404 {
  padding-block: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@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 {
  color: #006794;
  font-size: 8.6rem;
  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-main__content {
  margin-inline: auto;
  max-width: 80rem;
}

/* -------------------------------------
        l-cta
-----------------------------------------*/
.l-cta {
  padding-block: 5rem 6.1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .l-cta {
    display: flex;
    flex-direction: column-reverse;
    padding-block: 0;
  }
}
.l-cta::before, .l-cta::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
}
.l-cta::before {
  background: url(../img/common/cta-bg.png) right/cover no-repeat;
  left: 0;
  width: 76.0416666667%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .l-cta::before {
    display: none;
  }
}
.l-cta::after {
  background: url(../img/common/cta.png) 50%/cover no-repeat;
  right: 0;
  width: 44.7916666667%;
  z-index: -2;
}
@media screen and (max-width: 1023px) {
  .l-cta::after {
    aspect-ratio: 390/160;
    position: static;
    height: auto;
    width: 100%;
  }
}
.l-cta .l-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .l-cta .l-inner {
    margin-top: -22%;
    padding-block: 25% 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-cta .l-inner:before {
    background: url(../img/common/cta-bg_sp.png) top/cover no-repeat;
    content: "";
    display: block;
    left: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
  }
}
.l-cta__body {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-cta__body {
    flex-direction: column;
    gap: 2.7rem;
  }
}
.l-cta__box {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .l-cta__box {
    padding-top: 0;
  }
}
.l-cta__title {
  color: #10B6FF;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .l-cta__title {
    gap: 0.3rem;
    letter-spacing: 0.06em;
    padding-left: 2rem;
    text-align: center;
  }
}
.l-cta__title .text01 {
  font-size: 4rem;
  line-height: 1.25;
}
@media screen and (max-width: 1280px) {
  .l-cta__title .text01 {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__title .text01 {
    font-size: 3.4rem;
    line-height: 1.1764705882;
  }
}
.l-cta__title .text02 {
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 1280px) {
  .l-cta__title .text02 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__title .text02 {
    font-size: 2.4rem;
    line-height: 1.1764705882;
  }
}
.l-cta__title + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-cta__title + * {
    margin-top: 2.7rem;
  }
}
.l-cta__list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media screen and (max-width: 1023px) {
  .l-cta__list {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__list {
    gap: 0.8rem;
  }
}
.l-cta__list li {
  background-color: #fff;
  border-radius: 0.3rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding: 0.6rem 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-cta__list + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-cta__list + * {
    margin-top: 3rem;
  }
}
.l-cta__text {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2.125;
}
@media screen and (max-width: 1023px) {
  .l-cta__text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.l-cta__text + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .l-cta__text + * {
    margin-top: 3.4rem;
  }
}
.l-cta__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1023px) {
  .l-cta__btn {
    width: 100%;
  }
}
.l-cta__btn-wrap {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 1023px) {
  .l-cta__btn-wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__btn-wrap {
    gap: 10px;
  }
}
.l-cta__btn .c-btn {
  max-width: 100%;
  width: 40rem;
}
@media screen and (max-width: 1023px) {
  .l-cta__btn .c-btn {
    margin-inline: auto;
    width: 34rem;
  }
}

/* -------------------------------------
        l-single
-----------------------------------------*/
.l-single__h1 {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #1A1A53;
}
@media screen and (max-width: 767px) {
  .l-single__h1 {
    font-size: 2rem;
  }
}
.l-single__h1 + * {
  margin-top: 20px;
}
.l-single__info {
  display: flex;
  align-items: center;
  gap: 25px;
}
.l-single__info + * {
  margin-top: 50px;
}
.l-single__time {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #7E7E7E;
}
.l-single__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
  padding: 5px 20px;
  border-radius: 50px;
}
.l-single__thumbnail {
  aspect-ratio: 786/481;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-single__thumbnail {
    aspect-ratio: 360/220;
  }
}
.l-single__thumbnail + * {
  margin-top: 50px;
}
.l-single__content {
  color: #222;
}
.l-single__content:last-child {
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .l-single__content:last-child {
    padding-bottom: 6rem;
  }
}
.l-single__content h2 {
  color: #006794;
  font-size: 2rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #006794;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-single__content h2 {
    padding-bottom: 12px;
  }
}
.l-single__content h3 {
  font-size: 2rem;
  border-left: 2px solid #1A1A53;
  padding-left: 12px;
}
@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: #016794;
  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.04em;
  line-height: 1.5;
}
.l-single__content h2 + *,
.l-single__content h3 + *,
.l-single__content h4 + *,
.l-single__content h5 + *,
.l-single__content h6 + * {
  margin-top: 26px;
}
@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.6rem;
  line-height: 2.0625;
}
@media screen and (max-width: 767px) {
  .l-single__content p,
.l-single__content details {
    font-size: 1.4rem;
  }
}
.l-single__content p + *,
.l-single__content details + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-single__content p + *,
.l-single__content details + * {
    margin-top: 20px;
  }
}
.l-single__content p + p,
.l-single__content details + p {
  margin-top: 16px;
}
.l-single__content p + ol, .l-single__content p + ul,
.l-single__content details + ol,
.l-single__content details + ul {
  margin-top: 0;
}
.l-single__content ol li,
.l-single__content ul li {
  font-size: 1.6rem;
  line-height: 2.0625;
}
@media screen and (max-width: 767px) {
  .l-single__content ol li,
.l-single__content ul li {
    font-size: 1.4rem;
  }
}
.l-single__content ol + *,
.l-single__content ul + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-single__content ol + *,
.l-single__content ul + * {
    margin-top: 20px;
  }
}
.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: #000;
  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.wp-block-table + * {
  margin-top: 50px;
}
.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 + .wp-block-table,
.l-single__content ul + .wp-block-table,
.l-single__content ol + .wp-block-table,
.l-single__content details + .wp-block-table,
.l-single__content .wp-block-media-text + .wp-block-table,
.l-single__content .wp-block-group + .wp-block-table, .l-single__content wp-block-buttons + .wp-block-table,
.l-single__content .wp-block-table + .wp-block-table {
  margin-top: 50px;
}
.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,
.l-single__content .wp-block-table + figure {
  margin-top: 30px;
}
.l-single__content p + h2, .l-single__content p + h3, .l-single__content p + h4, .l-single__content p + h5, .l-single__content p + h6,
.l-single__content ul + h2,
.l-single__content ul + h3,
.l-single__content ul + h4,
.l-single__content ul + h5,
.l-single__content ul + h6,
.l-single__content ol + h2,
.l-single__content ol + h3,
.l-single__content ol + h4,
.l-single__content ol + h5,
.l-single__content ol + h6,
.l-single__content details + h2,
.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 + h2,
.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 + h2,
.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 + h2, .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,
.l-single__content .wp-block-table + h2,
.l-single__content .wp-block-table + h3,
.l-single__content .wp-block-table + h4,
.l-single__content .wp-block-table + h5,
.l-single__content .wp-block-table + h6 {
  margin-top: 56px;
}
.l-single__content .wp-block-spacer {
  margin-top: 0;
}
.l-single__content .wp-block-table thead {
  border-bottom: none;
  background-color: #1A1A53;
}
.l-single__content .wp-block-table thead th {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  padding-top: 17px;
  padding-bottom: 17px;
}
.l-single__content .wp-block-table td {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 19px;
}
.l-single__content + * {
  margin-top: 40px;
}
.l-single__pager {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-single__pager {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.l-single__pager.--noprev a.l-single__pager-link.next {
  border-right: 1px solid #CCCCCC;
}
.l-single__pager.--nonext.--noprev {
  display: none;
}
.l-single__pager a.l-single__pager-link {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-single__pager a.l-single__pager-link {
    gap: 6px;
  }
}
.l-single__pager a.l-single__pager-link:hover, .l-single__pager a.l-single__pager-link:focus-visible {
  opacity: 0.7;
}
.l-single__pager a.l-single__pager-link.next {
  align-items: flex-start;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .l-single__pager a.l-single__pager-link.next {
    padding-right: 20px;
  }
}
.l-single__pager a.l-single__pager-link.prev {
  align-items: flex-end;
  padding-left: 50px;
  border-left: 1px solid #CCCCCC;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-single__pager a.l-single__pager-link.prev {
    padding-left: 20px;
  }
}
.l-single__pager a.l-single__pager-link .label,
.l-single__pager a.l-single__pager-link .title {
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.l-single__pager a.l-single__pager-link .label {
  font-size: 1.2rem;
  color: #1A1A53;
}
@media screen and (max-width: 767px) {
  .l-single__pager a.l-single__pager-link .label {
    font-size: 1rem;
  }
}
.l-single__pager a.l-single__pager-link .title {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-single__pager a.l-single__pager-link .title {
    font-size: 1.2rem;
  }
}

/* -------------------------------------
        l-fixed
-----------------------------------------*/
.l-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
@media screen and (max-width: 1023px) {
  .l-fixed {
    display: none;
  }
}
.l-fixed__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.l-fixed__list-link {
  align-items: center;
  border-radius: 0.6rem 0 0 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  justify-content: center;
  min-height: 14.2rem;
  transition: all 0.3s;
  width: 5.6rem;
}
.l-fixed__list-link:hover, .l-fixed__list-link:focus-visible {
  opacity: 0.7;
}
.l-fixed__list-link.--cta {
  background-color: #ECF5FA;
  justify-content: flex-start;
  padding-top: 1rem;
}
.l-fixed__list-link.--dl {
  background-color: #10B6FF;
}
.l-fixed__list-link .icon {
  width: 1.7rem;
}
.l-fixed__list-link .icon img {
  display: block;
}
.l-fixed__list-link .text {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.1333333333;
  text-orientation: upright;
  writing-mode: vertical-lr;
}

/* -------------------------------------
        l-undermv
-----------------------------------------*/
.l-undermv {
  background-color: #113251;
  padding-block: 10.1rem 8.5rem;
}
@media screen and (max-width: 767px) {
  .l-undermv {
    padding-block: 5rem;
  }
}
.l-undermv__title {
  color: #fff;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-undermv__title {
    font-size: 2.4rem;
  }
}
.l-undermv + *.l-breadcrumbs {
  margin-top: 1rem;
}

/* -------------------------------------
        l-breadcrumbs
-----------------------------------------*/
.l-breadcrumbs + * {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-breadcrumbs + * {
    margin-top: 6rem;
  }
}
.l-breadcrumbs__list {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.l-breadcrumbs__item {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.4166666667;
  color: #222;
}
.l-breadcrumbs__item:not(:first-child) {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.l-breadcrumbs__item:not(:first-child)::before {
  aspect-ratio: 8/11;
  background: url(../img/icon/icon-arrow-bread.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 0.8rem;
}
.l-breadcrumbs__item a {
  cursor: pointer;
  display: block;
  transition: all 0.3;
}
.l-breadcrumbs__item a:hover, .l-breadcrumbs__item a:focus-visible {
  opacity: 0.6;
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  background: linear-gradient(to bottom, #1e96cb 0%, #006794 100%);
  border: 2px solid #fff;
  border-radius: 10rem;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4230769231;
  padding-block: 1.5rem;
  padding-inline: 22px 18px;
  position: relative;
  max-width: 260px;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-btn {
    font-size: 1.6rem;
    padding-inline: 22px 18px;
    max-width: 280px;
  }
}
.c-btn:hover, .c-btn:focus-visible {
  opacity: 0.6;
}
.c-btn:hover::after, .c-btn:focus-visible::after {
  transform: translate(0.3rem, -50%);
}
.c-btn .small {
  font-size: 2.6rem;
}
@media screen and (max-width: 1023px) {
  .c-btn .small {
    font-size: 2.4rem;
  }
}
.c-btn::after {
  aspect-ratio: 19/20;
  background: url(../img/icon/icon-arrow-mv.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 1.9rem;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 1.5rem;
  }
}
.c-btn--orange {
  border-color: #F9980E;
  background-color: #F9980E;
}
.c-btn--orange:hover, .c-btn--orange:focus-visible {
  background-color: #fff;
  color: #F9980E;
}
.c-btn--orange:hover::after, .c-btn--orange:focus-visible::after {
  background-color: #F9980E;
}
.c-btn--white {
  border-color: #fff;
  background-color: #fff;
  color: #ECF5FA;
}
.c-btn--white::after {
  background-color: #ECF5FA;
}
.c-btn--white:hover, .c-btn--white:focus-visible {
  background-color: #fff;
  color: #ECF5FA;
  opacity: 0.7;
}
.c-btn--white:hover::after, .c-btn--white:focus-visible::after {
  background-color: #ECF5FA;
}
.c-btn--pdf {
  background-color: #fff;
  border-radius: 1rem;
  color: #ECF5FA;
  font-size: 1.8rem;
  padding-block: 14px;
}
.c-btn--pdf::after {
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_pdf.png) 50%/contain no-repeat;
  -webkit-mask: none;
          mask: none;
  width: 27px;
}
.c-btn--pdf:hover, .c-btn--pdf:focus-visible {
  opacity: 0.7;
}
.c-btn--pdf:hover::after, .c-btn--pdf:focus-visible::after {
  background-color: initial;
  transform: none;
}
.c-btn--back {
  background-color: #fff;
  color: #ECF5FA;
  font-size: 1.6rem;
  flex-direction: row-reverse;
  gap: 1.4rem;
  margin-inline: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 21rem;
  padding-block: 1rem;
}
.c-btn--back::after {
  position: static;
  transform: scale(-1, -1);
  width: 1.2rem;
}
.c-btn--back:hover, .c-btn--back:focus-visible {
  background-color: #ECF5FA;
  color: #fff;
}
.c-btn--back:hover::after, .c-btn--back:focus-visible::after {
  transform: scale(-1, -1) translateX(0.3rem);
}

/* -------------------------------------
  c-modal
-----------------------------------------*/
.c-modal {
  height: 100svh;
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: all 0.3s;
  visibility: hidden;
  z-index: 100;
}
.c-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.c-modal__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .c-modal__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-modal__content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.c-modal__image {
  height: 80svh;
}
@media screen and (max-width: 767px) {
  .c-modal__image {
    height: auto;
  }
}
.c-modal__image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.c-modal__close {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  right: 0;
  top: -6rem;
}

/* -------------------------------------
        c-accordion
-----------------------------------------*/
.c-accordion {
  border-bottom: 1px solid #ECF5FA;
  position: relative;
}
.c-accordion[open] .c-accordion__btn-icon {
  transform: rotate(180deg);
}
.c-accordion__btn {
  align-items: center;
  color: #244584;
  cursor: pointer;
  display: flex;
  gap: 3.2rem;
  padding-block: 4.3rem;
  padding-right: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn {
    padding-block: 1.8rem;
    padding-right: 0.8rem;
    gap: 1rem;
  }
}
.c-accordion__btn::before {
  content: "Q.";
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 3.1rem;
  line-height: 1.2903225806;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn::before {
    font-size: 2.6rem;
    line-height: 1.3076923077;
  }
}
.c-accordion__btn-title {
  flex: 1;
  font-weight: 700;
  font-size: max(18px, 1.8rem);
  line-height: 1.5882352941;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn-title {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    padding-right: 0.6rem;
  }
}
.c-accordion__btn-icon {
  display: block;
  margin-left: auto;
  position: relative;
  transition: all 0.3s;
  width: 2.1rem;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn-icon {
    width: 1.5rem;
  }
}
.c-accordion__btn-icon img {
  transition: all 0.4s;
}
.c-accordion__btn-icon img {
  display: block;
}
.c-accordion__contents-body {
  padding-bottom: 4.7rem;
  transform: translateY(-2.3rem);
}
@media screen and (max-width: 767px) {
  .c-accordion__contents-body {
    padding-bottom: 1.7rem;
    transform: none;
  }
}
.c-accordion__contents-body p {
  font-weight: 700;
  font-size: max(16px, 1.6rem);
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .c-accordion__contents-body p {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.c-accordion__contents-body p + p {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-accordion__contents-body p + p {
    margin-top: 2.6rem;
  }
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-primary-title {
    gap: 0.4rem;
  }
}
.c-primary-title__left {
  align-items: flex-start;
}
.c-primary-title .jp {
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1.4666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-primary-title .jp {
    font-size: 2.6rem;
    line-height: 1.4230769231;
  }
}
@media screen and (max-width: 767px) {
  .c-primary-title .jp .spsmall {
    font-size: 2rem;
  }
}
.c-primary-title .jp .lg {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title .jp .lg {
    font-size: 3rem;
  }
}
.c-primary-title .en {
  color: #006794;
  display: flex;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 700;
  gap: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.1875;
  text-align: center;
  text-transform: uppercase;
}
.c-primary-title .en::before, .c-primary-title .en::after {
  aspect-ratio: 23/5;
  background-color: #006794;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon-primary.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon-primary.svg) 50%/contain no-repeat;
  width: 2.3rem;
}
.c-primary-title .en::after {
  transform: scale(-1, 1);
}
.c-primary-title .en.upper {
  text-transform: uppercase;
}
.c-primary-title--white .jp {
  color: #fff;
}
.c-primary-title--white .en {
  color: #10B6FF;
}
.c-primary-title--white .en::before, .c-primary-title--white .en::after {
  background-color: #10B6FF;
}
.c-primary-title + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 3rem;
  }
}

/* -------------------------------------
        c-pagetop
-----------------------------------------*/
.c-pagetop {
  background: #333;
  border-radius: 50%;
  bottom: 1rem;
  height: 5rem;
  opacity: 0;
  position: fixed;
  right: 1rem;
  transition: all 0.3s;
  visibility: hidden;
  width: 5rem;
  z-index: 10;
}
.c-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.c-pagetop a {
  position: relative;
  display: block;
  width: 5rem;
  height: 5rem;
  text-decoration: none;
  font-size: 120%;
  color: #fff;
  text-align: center;
  line-height: 5rem;
  transition: all 0.3s;
}
.c-pagetop a:hover, .c-pagetop a:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        p-top
-----------------------------------------*/
.p-top__text {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-top__text {
    font-size: 1.4rem;
  }
}
.p-top__text--center {
  text-align: center;
}

/* -------------------------------------
        p-top-mv
-----------------------------------------*/
.p-top-mv {
  background: url(../img/top/mv-bg.png) left/77.4vw 100% no-repeat;
  padding-block: 2.6vw;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .p-top-mv {
    background: url(../img/top/mv-bg.png) right 43.8rem top 0/148.6rem no-repeat;
    padding-block: 2.4rem 2.6rem;
  }
}
@media screen and (max-width: 1540px) {
  .p-top-mv {
    background-position: right 28.44vw top 0;
    background-size: 96.49vw 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-mv {
    padding-block: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    background: none;
    padding-block: 3rem 0;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv::before, .p-top-mv::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv::before {
    background: url(../img/top/mv-bg2_sp.jpg) right/cover no-repeat;
    height: calc(100% - 4.8rem);
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv::after {
    background: url(../img/top/mv-bg_sp.png) bottom/cover no-repeat;
    height: calc(100% - 1.6rem);
    z-index: -2;
  }
}
.p-top-mv .l-inner {
  max-width: 57.29vw;
  padding-inline: 0;
}
@media screen and (max-width: 1920px) {
  .p-top-mv .l-inner {
    align-items: center;
    display: flex;
    gap: 1.8rem;
    justify-content: space-between;
    margin-right: 0;
    max-width: 1550px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv .l-inner {
    display: flex;
    flex-direction: column;
    padding-inline: 20px;
    width: 100%;
  }
}
.p-top-mv__content {
  max-width: 33.65vw;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__content {
    flex: 1;
    max-width: 64.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-mv__content {
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__content {
    display: contents;
  }
}
.p-top-mv__eyebrow {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: max(16px, 1.04vw);
  letter-spacing: 0.04em;
  line-height: 1.45;
  padding: 0.42vw 0.68vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__eyebrow {
    font-size: 2rem;
    padding: 0.8rem 1.3rem;
  }
}
@media screen and (max-width: 1540px) {
  .p-top-mv__eyebrow {
    font-size: max(14px, 1.3vw);
    padding: 0.52vw 0.84vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__eyebrow {
    font-size: 1.6rem;
    line-height: 1.5;
    order: 1;
    padding: 0.4rem 0.7rem;
    margin-inline: auto;
  }
}
.p-top-mv__eyebrow .u-c-blue {
  font-style: normal;
}
.p-top-mv__eyebrow + * {
  margin-top: 0.52vw;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__eyebrow + * {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1540px) {
  .p-top-mv__eyebrow + * {
    margin-top: 0.65vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__eyebrow + * {
    margin-top: 1rem;
  }
}
.p-top-mv__title {
  color: #fff;
  font-weight: 900;
  font-size: 3.13vw;
  letter-spacing: 0.08em;
  line-height: 1.2666666667;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1540px) {
  .p-top-mv__title {
    font-size: 3.8vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-mv__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__title {
    font-size: 3.4rem;
    font-weight: 700;
    order: 2;
    padding-left: 2rem;
    text-align: center;
  }
}
.p-top-mv__title .small {
  font-size: 2.34vw;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__title .small {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1540px) {
  .p-top-mv__title .small {
    font-size: 2.92vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-mv__title .small {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__title .small {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__title .u-c-blue {
    font-weight: 900;
  }
}
.p-top-mv__title + * {
  margin-top: 1.04vw;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__title + * {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1540px) {
  .p-top-mv__title + * {
    margin-top: 1.3vw;
  }
}
.p-top-mv__desc {
  color: #fff;
  font-weight: 700;
  font-size: max(12px, 0.83vw);
  letter-spacing: 0.04em;
  line-height: 1.875;
  max-width: 31.77vw;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__desc {
    font-size: 1.6rem;
    max-width: 61rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-mv__desc {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__desc {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 2.2rem;
    order: 5;
    max-width: 100%;
  }
}
.p-top-mv__desc + * {
  margin-top: 1.41vw;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__desc + * {
    margin-top: 2.7rem;
  }
}
.p-top-mv__features {
  display: flex;
  gap: 0.73vw;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__features {
    gap: 1.4rem;
  }
}
@media screen and (max-width: 1540px) {
  .p-top-mv__features {
    gap: 0.91vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__features {
    gap: 1rem;
    justify-content: flex-end;
    margin-top: -4.3rem;
    order: 4;
    position: relative;
    z-index: 1;
  }
}
.p-top-mv__features + * {
  margin-top: 1.56vw;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__features + * {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1540px) {
  .p-top-mv__features + * {
    margin-top: 1.95vw;
  }
}
.p-top-mv__features li {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #002448;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: max(14px, 0.94vw);
  justify-content: center;
  line-height: 1.1111111111;
  text-align: center;
  width: max(70px, 4.69vw);
}
@media screen and (max-width: 1920px) {
  .p-top-mv__features li {
    font-size: 1.8rem;
    width: 9rem;
  }
}
@media screen and (max-width: 1540px) {
  .p-top-mv__features li {
    font-size: max(16px, 1.17vw);
    width: max(70px, 5.84vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__features li {
    border-color: #0BB7FF;
    color: #98E1FF;
    font-size: 1.4rem;
    line-height: 1.1428571429;
    width: 7rem;
  }
}
.p-top-mv__features li:not(:first-child) {
  position: relative;
}
.p-top-mv__features li:not(:first-child)::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  left: -1px;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 0.73vw;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__features li:not(:first-child)::before {
    width: 1.4rem;
  }
}
@media screen and (max-width: 1540px) {
  .p-top-mv__features li:not(:first-child)::before {
    width: 0.91vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__features li:not(:first-child)::before {
    width: 1rem;
  }
}
.p-top-mv__cta {
  align-items: center;
  background: linear-gradient(to bottom, #1e96cb 0%, #006794 100%);
  border-radius: 10rem;
  color: #fff;
  display: flex;
  font-weight: 700;
  font-size: 1.04vw;
  gap: 1.4rem;
  letter-spacing: 0.05em;
  padding: 1.04vw 1.93vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__cta {
    font-size: 2rem;
    padding: 2rem 3.7rem;
  }
}
@media screen and (max-width: 1540px) {
  .p-top-mv__cta {
    font-size: max(16px, 1.3vw);
    padding: 1.3vw 2.4vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-mv__cta {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta {
    font-size: 1.5rem;
    justify-content: center;
    line-height: 1.25;
    margin-inline: auto;
    margin-top: 2.2rem;
    order: 6;
    padding-block: 0.8125rem;
    position: relative;
    width: 30rem;
  }
}
.p-top-mv__cta:hover, .p-top-mv__cta:focus-visible {
  opacity: 0.7;
}
.p-top-mv__cta:hover::after, .p-top-mv__cta:focus-visible::after {
  transform: translateX(0.3rem);
}
.p-top-mv__cta::after {
  aspect-ratio: 19/20;
  background: url(../img/icon/icon-arrow-mv.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  transition: all 0.3s;
  width: 1.9rem;
}
@media screen and (max-width: 1540px) {
  .p-top-mv__cta::after {
    width: 1.23vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta::after {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta .inner {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta .sp {
    font-size: 2rem;
  }
}
.p-top-mv__image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 43.8vw;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__image {
    position: static;
    transform: none;
    width: 55.6953642384%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__image {
    margin-top: 2.1rem;
    order: 3;
    position: relative;
    right: -20px;
    top: auto;
    width: 92.82vw;
  }
}
.p-top-mv__image img {
  width: 100%;
}

/* -------------------------------------
        p-top-problem
-----------------------------------------*/
.p-top-problem {
  padding-block: 10.2rem 14rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem {
    padding-block: 6.6rem 6rem;
  }
}
.p-top-problem .l-inner {
  position: relative;
  z-index: 1;
}
.p-top-problem .l-inner::before {
  aspect-ratio: 300/321;
  background: url(../img/top/problem-bg.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  left: -7.45rem;
  position: absolute;
  top: -3rem;
  width: 30rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-problem .l-inner::before {
    left: -2.95rem;
    width: 16rem;
  }
}
.p-top-problem .c-primary-title {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-top-problem .c-primary-title + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem .c-primary-title + * {
    font-size: 2.6rem;
  }
}
.p-top-problem__lead-wrap {
  align-items: center;
  display: flex;
  gap: 3rem 5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-problem__lead-wrap {
    flex-direction: column-reverse;
  }
}
.p-top-problem__lead-wrap + * {
  margin-top: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__lead-wrap + * {
    margin-top: 2.6rem;
  }
}
.p-top-problem__lead-box {
  flex: 1;
}
.p-top-problem__lead {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-problem__lead {
    font-size: 1.5rem;
  }
}
.p-top-problem__lead + * {
  margin-top: 1.4rem;
}
.p-top-problem__lead + *.p-top-problem__lead {
  margin-top: 1rem;
}
.p-top-problem__figure {
  border-radius: 1rem;
  overflow: hidden;
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__figure {
    width: 100%;
  }
}
.p-top-problem__figure img {
  width: 100%;
}
.p-top-problem__cards {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .p-top-problem__cards {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-problem__card {
  align-items: center;
  border: 1px solid #002448;
  border-radius: 1rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 0.6rem 1.9rem;
  justify-content: flex-end;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__card {
    flex-direction: column-reverse;
    padding: 1rem 0;
  }
}
.p-top-problem__card-text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top-problem__card-text {
    font-size: 1.3rem;
    line-height: 1.5714285714;
    text-align: center;
  }
}
.p-top-problem__card-icon {
  width: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__card-icon {
    width: 5rem;
  }
}

/* -------------------------------------
        p-top-service
-----------------------------------------*/
.p-top-service {
  background-color: #ECF5FA;
  padding-block: 14.2rem 14rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding-block: 6.2rem 6rem;
  }
}
.p-top-service::before {
  aspect-ratio: 982/810;
  background: url(../img/top/service-bg.png) 50%/cover no-repeat;
  content: "";
  display: block;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 51.1458333333%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-service::before {
    aspect-ratio: 499/320;
    background-image: url(../img/top/service-bg_sp.png);
    left: auto;
    min-width: 49.9rem;
    right: 0;
    width: 100%;
  }
}
.p-top-service .c-primary-title + * {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-service .c-primary-title + * {
    margin-top: 1.6rem;
  }
}
.p-top-service__lead {
  font-size: 1.6rem;
  line-height: 2.125;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-service__lead {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-top-service__lead + * {
  margin-top: 5.1rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__lead + * {
    margin-top: 2.6rem;
  }
}
.p-top-service__list.l-grid {
  gap: 3rem 4rem;
}
@media screen and (max-width: 992px) {
  .p-top-service__list.l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__list.l-grid {
    gap: 2rem;
  }
}
.p-top-service__list.l-grid + * {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__list.l-grid + * {
    margin-top: 5.5rem;
  }
}
.p-top-service__card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.2rem 0px #006794;
  display: flex;
  counter-increment: service;
}
.p-top-service__card-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-top-service__card-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-top-service__card-title.--small {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__card-title.--small {
    font-size: 1.5rem;
  }
}
.p-top-service__card-title + * {
  margin-top: 0.6rem;
}
.p-top-service__card-text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-service__card-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.p-top-service__thumb {
  aspect-ratio: 1/1;
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__thumb {
    aspect-ratio: 100/120;
    width: 10rem;
  }
}
.p-top-service__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-service__content {
  flex: 1;
  padding: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-service__content {
    padding: 1rem;
  }
}
.p-top-service__content::after {
  bottom: 1.5rem;
  content: counter(service, decimal-leading-zero);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.2;
  opacity: 0.64;
  position: absolute;
  right: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__content::after {
    bottom: auto;
    color: #006794;
    opacity: 1;
    right: 2rem;
    top: -1.1rem;
  }
}
.p-top-service__point {
  background-color: #fff;
  border-bottom: 2px solid #006794;
  border-top: 2px solid #006794;
  counter-increment: label;
  margin-inline: auto;
  max-width: 56.8rem;
  padding-block: 2rem 1.9rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-service__point {
    padding-block: 1.5rem 1rem;
    max-width: 28.8rem;
  }
}
.p-top-service__point::before, .p-top-service__point::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 2.9rem;
  z-index: 1;
}
.p-top-service__point::before {
  -webkit-clip-path: polygon(calc(100% - 1px) 0, 100% 0, 100% 100%, calc(100% - 1px) 100%, 0 50%);
          clip-path: polygon(calc(100% - 1px) 0, 100% 0, 100% 100%, calc(100% - 1px) 100%, 0 50%);
  left: 2px;
  transform: translateX(-100%);
}
.p-top-service__point::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-clip-path: polygon(1px 0, 100% 50%, 1px 100%, 0 100%, 0 0);
          clip-path: polygon(1px 0, 100% 50%, 1px 100%, 0 100%, 0 0);
  right: 2px;
  transform: translateX(100%);
}
.p-top-service__point-badge {
  background-color: #006794;
  border-radius: 10rem;
  color: #fff;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-size: 2rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: absolute;
  text-transform: capitalize;
  top: -1.5rem;
  transform: translateX(-50%);
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__point-badge {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.p-top-service__point-text {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-service__point-text {
    font-size: 1.5rem;
    gap: 0.4rem;
    line-height: 1.3333333333;
  }
}
.p-top-service__point-text .u-c-blue {
  color: #006794;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-top-service__point-text .u-c-blue {
    font-size: 1.8rem;
  }
}
.p-top-service__point-text .lg {
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-service__point-text .lg {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__point-text span:first-child {
    white-space: nowrap;
  }
}
.p-top-service__point-treat::before, .p-top-service__point-treat::after {
  background-color: #006794;
  content: "";
  display: block;
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  width: 4.1rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-top-service__point-treat::before, .p-top-service__point-treat::after {
    width: 3.7rem;
  }
}
.p-top-service__point-treat::before {
  -webkit-clip-path: polygon(75% 0, 100% 0, 100% 100%, 75% 100%, 0 50%);
          clip-path: polygon(75% 0, 100% 0, 100% 100%, 75% 100%, 0 50%);
  left: 0;
  transform: translateX(-100%);
}
.p-top-service__point-treat::after {
  -webkit-clip-path: polygon(25% 0, 100% 50%, 25% 100%, 0 100%, 0 0);
          clip-path: polygon(25% 0, 100% 50%, 25% 100%, 0 100%, 0 0);
  right: 0;
  transform: translateX(100%);
}

/* -------------------------------------
        p-top-approach
-----------------------------------------*/
.p-top-approach {
  background-color: #002448;
  color: #fff;
  padding-block: 13.7rem 16.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-approach {
    padding-block: 6.2rem;
  }
}
.p-top-approach__intro {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 0 5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-approach__intro {
    flex-direction: column;
  }
}
.p-top-approach__intro + * {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-approach__intro + * {
    margin-top: 5rem;
  }
}
.p-top-approach__text {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-approach__text {
    display: contents;
  }
}
.p-top-approach .c-primary-title {
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .p-top-approach .c-primary-title {
    align-items: center;
    margin-inline: auto;
    order: 1;
  }
}
.p-top-approach .c-primary-title .jp {
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .p-top-approach .c-primary-title .jp .u-only-sp {
    display: block;
  }
}
.p-top-approach .c-primary-title + * {
  margin-top: 3rem;
}
.p-top-approach__badge {
  background-color: #fff;
  color: #002448;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
  padding: 0.5rem 1rem 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .p-top-approach__badge {
    margin-inline: auto;
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .p-top-approach__badge {
    font-size: 1.65rem;
    padding-right: 0.4rem;
  }
}
.p-top-approach__badge + * {
  margin-top: 2.5rem;
}
.p-top-approach__desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.125;
}
@media screen and (max-width: 1023px) {
  .p-top-approach__desc {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .p-top-approach__desc {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-top-approach__desc + .p-top-approach__desc {
    margin-top: 1rem;
  }
}
.p-top-approach__photo {
  border-radius: 1rem;
  overflow: hidden;
  width: 45.4545454545%;
}
@media screen and (max-width: 1023px) {
  .p-top-approach__photo {
    aspect-ratio: 350/200;
    margin-inline: auto;
    margin-top: 3rem;
    width: 50rem;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-top-approach__photo {
    width: 100%;
  }
}
.p-top-approach__photo img {
  width: 100%;
}
.p-top-approach__points + * {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-top-approach__points + * {
    margin-top: 5rem;
  }
}
.p-top-approach__point {
  background-color: #002448;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  counter-increment: label;
  margin-inline: auto;
  max-width: 68.8rem;
  padding-block: 1.9rem 1.6rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-approach__point {
    padding-block: 2.1rem 1.5rem;
    max-width: 28.8rem;
  }
}
.p-top-approach__point::before, .p-top-approach__point::after {
  background-color: #002448;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 3rem;
  z-index: 1;
}
.p-top-approach__point::before {
  -webkit-clip-path: polygon(calc(100% - 1px) 0, 100% 0, 100% 100%, calc(100% - 1px) 100%, 0 50%);
          clip-path: polygon(calc(100% - 1px) 0, 100% 0, 100% 100%, calc(100% - 1px) 100%, 0 50%);
  left: 2px;
  transform: translateX(-100%);
}
.p-top-approach__point::after {
  -webkit-clip-path: polygon(1px 0, 100% 50%, 1px 100%, 0 100%, 0 0);
          clip-path: polygon(1px 0, 100% 50%, 1px 100%, 0 100%, 0 0);
  right: 2px;
  transform: translateX(100%);
}
.p-top-approach__point + * {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-approach__point + * {
    margin-top: 3.3rem;
  }
}
.p-top-approach__point-treat::before, .p-top-approach__point-treat::after {
  background-color: #fff;
  content: "";
  display: block;
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  width: 4.1rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-top-approach__point-treat::before, .p-top-approach__point-treat::after {
    width: 3.7rem;
  }
}
.p-top-approach__point-treat::before {
  -webkit-clip-path: polygon(75% 0, 100% 0, 100% 100%, 75% 100%, 0 50%);
          clip-path: polygon(75% 0, 100% 0, 100% 100%, 75% 100%, 0 50%);
  left: 1px;
  transform: translateX(-100%);
}
.p-top-approach__point-treat::after {
  -webkit-clip-path: polygon(25% 0, 100% 50%, 25% 100%, 0 100%, 0 0);
          clip-path: polygon(25% 0, 100% 50%, 25% 100%, 0 100%, 0 0);
  right: 1px;
  transform: translateX(100%);
}
.p-top-approach__point-label {
  background-color: #fff;
  border-radius: 10rem;
  color: #013B46;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-size: 2rem;
  font-weight: 700;
  left: 50%;
  line-height: 1.5;
  position: absolute;
  text-transform: capitalize;
  top: -1.5rem;
  transform: translateX(-50%);
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .p-top-approach__point-label {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.p-top-approach__point-label::after {
  content: " " counter(label);
}
.p-top-approach__point-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-approach__point-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-top-approach__point-title + * {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-approach__point-title + * {
    margin-top: 1rem;
  }
}
.p-top-approach__point-desc {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-top-approach__point-desc {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.8461538462;
  }
}
.p-top-approach__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-approach__steps {
    flex-direction: column;
    gap: 1.4rem;
  }
}
.p-top-approach__step {
  background-color: #fff;
  border-radius: 1rem;
  color: #002448;
  counter-increment: step;
  padding-block: 1.2rem 3.3rem;
  position: relative;
  width: calc(33.3333333333% - 1.6666666667rem);
}
@media screen and (max-width: 1023px) {
  .p-top-approach__step {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top-approach__step {
    padding-block: 1rem 1.4rem;
    width: 100%;
  }
}
.p-top-approach__step:not(:first-child)::before {
  aspect-ratio: 36/51;
  background: url(../img/top/approach-arrow.svg) 50%/contain no-repeat;
  content: "";
  left: -2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-approach__step:not(:first-child)::before {
    aspect-ratio: 40/24;
    background-image: url(../img/top/approach-arrow_sp.svg);
    left: 50%;
    transform: translateX(-50%);
    top: -1.4rem;
    width: 4rem;
  }
}
.p-top-approach__step-head {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
}
.p-top-approach__step-head + * {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-approach__step-head + * {
    margin-top: 0.8rem;
  }
}
.p-top-approach__step-num {
  display: flex;
}
.p-top-approach__step-num::before {
  background-color: #002448;
  content: counter(step, decimal-leading-zero);
  color: #fff;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.0666666667;
  padding-left: 1rem;
  width: 4.6rem;
}
.p-top-approach__step-num::after {
  background-color: #002448;
  content: "";
  -webkit-clip-path: polygon(1px 0, 100% 50%, 1px 100%, 0 100%, 0 0);
          clip-path: polygon(1px 0, 100% 50%, 1px 100%, 0 100%, 0 0);
  display: block;
  height: 3.2rem;
  position: relative;
  right: 1px;
  width: 1.1rem;
}
.p-top-approach__step-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-approach__step-title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.p-top-approach__step-title.--small {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-approach__step-title.--small {
    font-size: 1.8rem;
  }
}
.p-top-approach__step-desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  padding-inline: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-approach__step-desc {
    font-size: 1.4rem;
    letter-spacing: -0.02em;
    line-height: 1.7142857143;
    padding-inline: 1rem;
  }
}

/* -------------------------------------
        p-top-improvement
-----------------------------------------*/
.p-top-improvement {
  overflow: hidden;
  padding-block: 13.7rem 16.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-improvement {
    padding-block: 6.2rem;
  }
}
.p-top-improvement + .p-top-target {
  padding-top: 0;
}
.p-top-improvement .l-inner {
  position: relative;
  z-index: 1;
}
.p-top-improvement .l-inner::before {
  aspect-ratio: 243/369;
  background: url(../img/top/improvement-bg.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  left: 40px;
  position: absolute;
  top: -7.7rem;
  width: 24.3rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-improvement .l-inner::before {
    left: 20px;
    top: -3.6rem;
    width: 11rem;
  }
}
.p-top-improvement .c-primary-title + * {
  margin-top: 2.5rem;
}
.p-top-improvement__lead {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2.125;
  margin-inline: auto;
  max-width: 80rem;
}
@media screen and (max-width: 767px) {
  .p-top-improvement__lead {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-top-improvement__lead + * {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-improvement__lead + * {
    margin-top: 3rem;
  }
}
.p-top-improvement__lead + *.p-top-improvement__lead {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-top-improvement__lead + *.p-top-improvement__lead {
    margin-top: 1rem;
  }
}
.p-top-improvement__flow {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-improvement__flow {
    flex-direction: row;
    gap: 2rem;
    margin-inline: auto;
    max-width: 35rem;
  }
}
.p-top-improvement__band {
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  padding-inline: 5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-improvement__band {
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-improvement__band {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
}
.p-top-improvement__band--before {
  background-color: #ECF5FA;
  padding-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-improvement__band--before {
    padding: 1rem;
    width: 15rem;
  }
}
.p-top-improvement__band--after {
  background-color: #10B6FF;
  padding-block: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-improvement__band--after {
    flex: 1;
    padding: 1rem;
  }
}
.p-top-improvement__before-item, .p-top-improvement__after-item {
  font-weight: 700;
  letter-spacing: 0.02em;
  max-width: 28rem;
  position: relative;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-top-improvement__before-item, .p-top-improvement__after-item {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}
.p-top-improvement__before-item::after, .p-top-improvement__after-item::after {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.p-top-improvement__before-item > *, .p-top-improvement__after-item > * {
  position: relative;
  z-index: 1;
}
.p-top-improvement__before-item {
  font-size: 1.6rem;
  line-height: 1.75;
  padding-block: 1rem 2.2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-improvement__before-item {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 767px) {
  .p-top-improvement__before-item {
    padding-block: 1.2rem 1.1rem;
  }
}
.p-top-improvement__before-item::after {
  aspect-ratio: 84/72;
  background-image: url(../img/top/improvement-before-bg.svg);
  top: 1rem;
  width: 8.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-improvement__before-item::after {
    width: 6.8rem;
  }
}
.p-top-improvement__before-item::before {
  aspect-ratio: 51/80;
  background: url(../img/top/improvement-arrow.svg) 50%/contain no-repeat;
  bottom: -0.1rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-improvement__before-item::before {
    aspect-ratio: 27/34;
    background-image: url(../img/top/improvement-arrow_sp.svg);
    bottom: auto;
    left: auto;
    right: -0.7rem;
    top: 50%;
    transform: translate(100%, -50%);
    width: 2.7rem;
  }
}
.p-top-improvement__after-item {
  background-color: #fff;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  padding-block: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-improvement__after-item {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.p-top-improvement__after-item::after {
  aspect-ratio: 1/1;
  background-image: url(../img/top/improvement-after-bg.svg);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-improvement__after-item::after {
    width: 6rem;
  }
}

/* -------------------------------------
        p-top-target
-----------------------------------------*/
.p-top-target {
  padding-block: 16.2rem 14rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-target {
    padding-block: 6.2rem 6rem;
  }
}
.p-top-target::after {
  aspect-ratio: 2424/1365;
  background: url(../img/top/target-bg.png) 50%/cover no-repeat;
  bottom: 0;
  content: "";
  display: block;
  right: 0;
  position: absolute;
  min-width: 142.4rem;
  width: 126.25%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-target::after {
    aspect-ratio: 634/484;
    background-image: url(../img/top/target-bg_sp.png);
    min-width: 63.4rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-target .c-primary-title {
    white-space: nowrap;
  }
}
.p-top-target .c-primary-title .jp {
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .p-top-target .c-primary-title .jp {
    margin-left: 1.8rem;
  }
}
.p-top-target .c-primary-title + * {
  margin-top: 2.5rem;
}
.p-top-target__lead {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.125;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-target__lead {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 2;
    text-align: left;
  }
}
.p-top-target__lead + * {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-target__lead + * {
    margin-top: 2.6rem;
  }
}
.p-top-target__lead + *.p-top-target__lead {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-top-target__lead + *.p-top-target__lead {
    margin-top: 1rem;
  }
}
.p-top-target__grid.l-grid {
  gap: 4rem;
  margin-inline: auto;
  max-width: 106rem;
}
.p-top-target__grid.l-grid + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-target__grid.l-grid + * {
    margin-top: 4rem;
  }
}
.p-top-target__card {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 2px 2px 0px #006794;
  overflow: hidden;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-target__card {
    padding-bottom: 2rem;
  }
}
.p-top-target__card-title {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-align: center;
}
.p-top-target__card-title + * {
  margin-top: 2rem;
}
.p-top-target__thumb + * {
  margin-top: 2rem;
}
.p-top-target__checklist {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-target__checklist {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-inline: 1.6rem;
  }
}
.p-top-target__checklist li {
  padding-left: 2.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-target__checklist li {
    padding-left: 2.6rem;
  }
}
.p-top-target__checklist li + * {
  margin-top: 1rem;
}
.p-top-target__checklist li::before {
  aspect-ratio: 1/1;
  background: url(../img/icon/icon-check.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0.3rem;
  width: 1.8rem;
}
.p-top-target__note {
  background: url(../img/top/target-note-bg.png) 50%/contain no-repeat;
  margin-inline: auto;
  padding: 1.3rem 4.1rem 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-target__note {
    background-image: url(../img/top/target-note-bg_sp.png);
    padding: 1.8rem 3.3rem 1.8rem;
    width: 35rem;
  }
}
.p-top-target__note p {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5833333333;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-target__note p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-target__note p:nth-child(1) {
    font-size: 1.7rem;
    line-height: 1.4117647059;
  }
}
@media screen and (max-width: 767px) {
  .p-top-target__note p:nth-child(2) {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
  }
}

/* -------------------------------------
        p-top-reason
-----------------------------------------*/
.p-top-reason {
  padding-block: 14.2rem 14rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-reason {
    padding-block: 6.2rem 6rem;
  }
}
.p-top-reason::before, .p-top-reason::after {
  content: "";
  display: block;
  position: absolute;
}
.p-top-reason::before {
  aspect-ratio: 1134/709;
  background: url(../img/top/reason-bg01.png) 50%/cover no-repeat;
  left: 0;
  mix-blend-mode: screen;
  opacity: 0.12;
  top: 0;
  width: 59.0625%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-reason::before {
    aspect-ratio: 580/400;
    background-image: url(../img/top/reason-bg01_sp.png);
    left: 50%;
    min-width: 58rem;
    transform: translateX(-50%);
    width: 100%;
  }
}
.p-top-reason::after {
  background: url(../img/top/reason-bg02.png) 50%/cover no-repeat;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 228.6rem;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-top-reason::after {
    background-image: url(../img/top/reason-bg02_sp.png);
    left: 0;
    min-width: 71.2rem;
    transform: none;
    width: 100%;
  }
}
.p-top-reason .c-primary-title + * {
  margin-top: 2.5rem;
}
.p-top-reason__text {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2.125;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-reason__text {
    font-size: 1.5rem;
    line-height: 2;
    text-align: left;
  }
}
.p-top-reason__text + * {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__text + * {
    margin-top: 2.6rem;
  }
}
.p-top-reason__list.l-grid {
  gap: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__list.l-grid {
    gap: 1.4rem;
  }
}
.p-top-reason__list-item {
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem 4rem 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__list-item {
    border-radius: 1rem;
    padding: 1.6rem 2rem;
  }
}
.p-top-reason__list-title {
  color: #006794;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-reason__list-title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.p-top-reason__list-title + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__list-title + * {
    margin-top: 1.2rem;
  }
}
.p-top-reason__list-inner {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__list-inner {
    align-items: center;
    gap: 2rem;
  }
}
.p-top-reason__list-inner .p-top-reason__text {
  color: #002448;
  flex: 1;
  letter-spacing: 0;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-reason__list-inner .p-top-reason__text {
    letter-spacing: 0.02em;
    line-height: 1.7333333333;
  }
}
.p-top-reason__list-inner .p-top-reason__text + * {
  margin-top: 0;
}
.p-top-reason__list-image {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__list-image {
    width: 6rem;
  }
}

/* -------------------------------------
        p-top-message
-----------------------------------------*/
.p-top-message {
  padding-block: 12.4rem 14.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-message {
    padding-block: 6.2rem 6rem;
  }
}
.p-top-message__body {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 5rem 7rem;
}
@media screen and (max-width: 1023px) {
  .p-top-message__body {
    align-items: center;
    flex-direction: column-reverse;
  }
}
.p-top-message__box {
  flex: 1;
}
.p-top-message__lead {
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
@media screen and (max-width: 1023px) {
  .p-top-message__lead {
    line-height: 1.6666666667;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-message__lead {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
.p-top-message__lead + * {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__lead + * {
    margin-top: 1.2rem;
  }
}
.p-top-message__text {
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .p-top-message__text {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-top-message__text + * {
  margin-top: 3rem;
}
.p-top-message__text + *.p-top-message__text {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__text + *.p-top-message__text {
    margin-top: 1.8rem;
  }
}
.p-top-message__text + *.p-top-message__lead {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__text + *.p-top-message__lead {
    margin-top: 4.2rem;
  }
}
.p-top-message__profile {
  width: 34rem;
}
.p-top-message__photo {
  border-radius: 1rem;
  overflow: hidden;
}
.p-top-message__photo + * {
  margin-top: 2rem;
}
.p-top-message__signature {
  align-items: center;
  display: flex;
  gap: 1.8rem;
}
.p-top-message__signature p {
  flex: 1;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.p-top-message__signature p strong {
  font-size: 2rem;
}
.p-top-message__mark {
  width: 5.8rem;
}

/* -------------------------------------
        p-top-company
-----------------------------------------*/
.p-top-company {
  background-color: #ECF5FA;
  padding-block: 14.2rem 16rem;
}
@media screen and (max-width: 767px) {
  .p-top-company {
    padding-block: 6.2rem 6rem;
  }
}
.p-top-company__table {
  background-color: #fff;
  margin-inline: auto;
  max-width: 85rem;
}
.p-top-company__table th,
.p-top-company__table td {
  padding-block: 1.5rem;
  padding-inline: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__table th,
.p-top-company__table td {
    padding-block: 1.2rem;
  }
}
.p-top-company__table th {
  background-color: #006794;
  border: 1px solid #002D31;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: left;
  width: 16.1rem;
}
@media screen and (max-width: 1023px) {
  .p-top-company__table th {
    padding-inline: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__table th {
    font-size: 1.5rem;
    line-height: 1.6;
    width: 10.1rem;
  }
}
.p-top-company__table td {
  border: 1px solid #006794;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.875;
}
@media screen and (max-width: 1023px) {
  .p-top-company__table td {
    padding-inline: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__table td {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

/* -------------------------------------
        p-top-faq
-----------------------------------------*/
.p-top-faq {
  padding-block: 14.2rem 16rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq {
    padding-block: 6.2rem 4.5rem;
  }
}
.p-top-faq__list {
  margin-inline: auto;
  max-width: 980px;
}
.p-top-faq__item {
  background-color: #ECF5FA;
  border-radius: 1rem;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq__item {
    padding: 0.7rem 1rem 1rem;
  }
}
.p-top-faq__item + * {
  margin-top: 2rem;
}
.p-top-faq__q {
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 1.8rem;
  gap: 3rem;
  line-height: 1.4444444444;
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq__q {
    align-items: flex-start;
    font-size: 1.5rem;
    gap: 1rem;
    line-height: 1.6;
    padding-inline: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-faq__q span:not(.p-top-faq__label) {
    padding-top: 1.1rem;
  }
}
.p-top-faq__q + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq__q + * {
    margin-top: 1.6rem;
  }
}
.p-top-faq__label {
  font-family: Roboto;
  font-weight: 700;
  font-size: 3.1rem;
  line-height: 1.2903225806;
}
@media screen and (max-width: 767px) {
  .p-top-faq__label {
    font-size: 2.8rem;
    line-height: 1.3214285714;
  }
}
.p-top-faq__a {
  background-color: #fff;
  border-radius: 0.6rem;
  display: flex;
  gap: 3rem;
  padding: 1.7rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq__a {
    gap: 1rem;
    padding: 0.7rem 1rem 1.4rem;
  }
}
.p-top-faq__a-inner {
  flex: 1;
  padding-top: 0.7rem;
}
.p-top-faq__a-inner > * {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-faq__a-inner > * {
    font-weight: 500;
    line-height: 1.7333333333;
  }
}

/* -------------------------------------
        p-blog-single
-----------------------------------------*/
.p-blog-single__head {
  padding-block: 10rem 8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-blog-single__head {
    padding-block: 6rem 4rem;
  }
}
.p-blog-single__head::before {
  background-color: #ECF5FA;
  content: "";
  display: block;
  height: calc(100% - 32.8rem);
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-blog-single__head::before {
    height: calc(100% - 14.8rem);
  }
}
.p-blog-single__head.--noimage::before {
  height: 100%;
}
.p-blog-single__head.--noimage + * {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__head.--noimage + * {
    margin-top: 4rem;
  }
}
.p-blog-single__category {
  background-color: #fff;
  color: #ECF5FA;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5rem 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-blog-single__category + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__category + * {
    margin-top: 1.2rem;
  }
}
.p-blog-single__title {
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 1.5333333333;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-blog-single__title {
    font-size: 2.4rem;
  }
}
.p-blog-single__title + * {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__title + * {
    margin-top: 3rem;
  }
}
.p-blog-single__thumbnail {
  aspect-ratio: 780/520;
  border-radius: 2rem;
  margin-inline: auto;
  overflow: hidden;
  width: 88.6363636364%;
}
.p-blog-single__thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-blog-single__lead {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .p-blog-single__lead {
    font-size: 15px;
  }
}
.p-blog-single__lead + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__lead + * {
    margin-top: 4rem;
  }
}
.p-blog-single__toc {
  border: 1px solid #C8C8C8;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__toc {
    padding: 3rem 2rem;
  }
}
.p-blog-single__toc h2.p-blog-single__toc-title {
  background-color: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 0;
  padding: 0;
}
.p-blog-single__toc h2.p-blog-single__toc-title + * {
  margin-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__toc h2.p-blog-single__toc-title + * {
    margin-top: 1.2rem;
  }
}
.p-blog-single__toc ol.p-blog-single__toc-list {
  list-style: none !important;
}
.p-blog-single__toc li.p-blog-single__toc-item {
  text-indent: initial;
  padding-left: 0;
}
.p-blog-single__toc-item a {
  display: flex;
  font-size: 13px;
  gap: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.8461538462;
  padding-block: 0.5rem;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-blog-single__toc-item a {
    gap: 0.6rem;
  }
}
.p-blog-single__toc-item a:hover, .p-blog-single__toc-item a:focus-visible {
  color: #ECF5FA;
}
.p-blog-single__toc-item a::before {
  content: "●";
  color: #ECF5FA;
}
.p-blog-single__toc + * {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__toc + * {
    margin-top: 6rem;
  }
}
.p-blog-single__content {
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content {
    padding-bottom: 4rem;
  }
}
.p-blog-single__content h2 {
  background-color: #ECF5FA;
  border-radius: 0.4rem;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1.6363636364;
  padding: 1.8rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content h2 {
    padding: 0.6rem 2rem;
    line-height: 1.4545454545;
  }
}
.p-blog-single__content h3 {
  border-left: 0.6rem solid #ECF5FA;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  padding-left: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content h3 {
    border-left-width: 0.4rem;
    padding-left: 1rem;
  }
}
.p-blog-single__content h2,
.p-blog-single__content h3,
.p-blog-single__content h4,
.p-blog-single__content h5,
.p-blog-single__content h6 {
  font-weight: 700;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content h2,
.p-blog-single__content h3,
.p-blog-single__content h4,
.p-blog-single__content h5,
.p-blog-single__content h6 {
    margin-top: 6rem;
  }
}
.p-blog-single__content h2 + *,
.p-blog-single__content h3 + *,
.p-blog-single__content h4 + *,
.p-blog-single__content h5 + *,
.p-blog-single__content h6 + * {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content h2 + *,
.p-blog-single__content h3 + *,
.p-blog-single__content h4 + *,
.p-blog-single__content h5 + *,
.p-blog-single__content h6 + * {
    margin-top: 2.5rem;
  }
}
.p-blog-single__content .wp-block-lazyblock-author + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content .wp-block-lazyblock-author + * {
    margin-top: 4rem;
  }
}
.p-blog-single__content p,
.p-blog-single__content ul,
.p-blog-single__content ol {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content p,
.p-blog-single__content ul,
.p-blog-single__content ol {
    font-size: 1.5rem;
    line-height: 2.1333333333;
  }
}
.p-blog-single__content ul li + *,
.p-blog-single__content ol li + * {
  margin-top: 0;
}
.p-blog-single__content ol {
  list-style-position: inside;
  list-style-type: decimal !important;
}
.p-blog-single__content ol li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.p-blog-single__content ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content ul li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
.p-blog-single__content ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 6px;
}
.p-blog-single__content .wp-block-table thead {
  background-color: #EFFBFF;
}
.p-blog-single__content .wp-block-table thead th {
  padding-block: 1.8rem;
}
.p-blog-single__content .wp-block-table th,
.p-blog-single__content .wp-block-table td {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.7142857143;
}
.p-blog-single__content .wp-block-table th {
  font-weight: 700;
  text-align: center;
}
.p-blog-single__content .wp-block-table td {
  font-weight: 500;
  padding: 1.8rem 2.5rem;
}
.p-blog-single__content .wp-block-image {
  border-radius: 2rem;
  margin-inline: auto;
  overflow: hidden;
  width: 88.6363636364%;
}
.p-blog-single__content .wp-block-image img {
  width: 100%;
}
.p-blog-single__content p + p, .p-blog-single__content p + ul, .p-blog-single__content p + ol,
.p-blog-single__content ul + p,
.p-blog-single__content ul + ul,
.p-blog-single__content ul + ol,
.p-blog-single__content ol + p,
.p-blog-single__content ol + ul,
.p-blog-single__content ol + ol,
.p-blog-single__content .wp-block-image + p,
.p-blog-single__content .wp-block-image + ul,
.p-blog-single__content .wp-block-image + ol,
.p-blog-single__content .wp-block-table + p,
.p-blog-single__content .wp-block-table + ul,
.p-blog-single__content .wp-block-table + ol {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content p + p, .p-blog-single__content p + ul, .p-blog-single__content p + ol,
.p-blog-single__content ul + p,
.p-blog-single__content ul + ul,
.p-blog-single__content ul + ol,
.p-blog-single__content ol + p,
.p-blog-single__content ol + ul,
.p-blog-single__content ol + ol,
.p-blog-single__content .wp-block-image + p,
.p-blog-single__content .wp-block-image + ul,
.p-blog-single__content .wp-block-image + ol,
.p-blog-single__content .wp-block-table + p,
.p-blog-single__content .wp-block-table + ul,
.p-blog-single__content .wp-block-table + ol {
    margin-top: 2rem;
  }
}
.p-blog-single__content p + *,
.p-blog-single__content ul + *,
.p-blog-single__content ol + *,
.p-blog-single__content .wp-block-image + *,
.p-blog-single__content .wp-block-table + * {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content p + *,
.p-blog-single__content ul + *,
.p-blog-single__content ol + *,
.p-blog-single__content .wp-block-image + *,
.p-blog-single__content .wp-block-table + * {
    margin-top: 6rem;
  }
}
.p-blog-single__content p + *.wp-block-lazyblock-author,
.p-blog-single__content ul + *.wp-block-lazyblock-author,
.p-blog-single__content ol + *.wp-block-lazyblock-author,
.p-blog-single__content .wp-block-image + *.wp-block-lazyblock-author,
.p-blog-single__content .wp-block-table + *.wp-block-lazyblock-author {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content p + *.wp-block-lazyblock-author,
.p-blog-single__content ul + *.wp-block-lazyblock-author,
.p-blog-single__content ol + *.wp-block-lazyblock-author,
.p-blog-single__content .wp-block-image + *.wp-block-lazyblock-author,
.p-blog-single__content .wp-block-table + *.wp-block-lazyblock-author {
    margin-top: 4rem;
  }
}

.p-blog-single__new {
  padding-block: 21.6rem 20rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__new {
    padding-block: 10rem 8rem;
  }
}
.p-blog-single__new-title {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-blog-single__new-title {
    font-size: 2.4rem;
  }
}
.p-blog-single__new-title + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__new-title + * {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blog-single__new-article {
    margin-inline: auto;
    width: 85.7142857143%;
  }
}
.p-blog-single__new-article + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__new-article + * {
    margin-top: 4rem;
  }
}
.p-blog-single__new-article .link {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 7rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-blog-single__new-article .link {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blog-single__new-article .link {
    flex-direction: column-reverse;
  }
}
.p-blog-single__new-article .link:hover, .p-blog-single__new-article .link:focus-visible {
  opacity: 0.7;
}
.p-blog-single__new-article .link:hover .thumbnail img, .p-blog-single__new-article .link:focus-visible .thumbnail img {
  transform: scale(1.05);
}
.p-blog-single__new-article .content {
  width: 51.8181818182%;
}
@media screen and (max-width: 767px) {
  .p-blog-single__new-article .content {
    width: 100%;
  }
}
.p-blog-single__new-article .category {
  background-color: #ECF5FA;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-blog-single__new-article .category {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.4rem 0.8rem;
  }
}
.p-blog-single__new-article .category + * {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__new-article .category + * {
    margin-top: 1rem;
  }
}
.p-blog-single__new-article .title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-blog-single__new-article .title {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-blog-single__new-article .title + * {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__new-article .title + * {
    margin-top: 0.6rem;
  }
}
.p-blog-single__new-article .text {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-blog-single__new-article .text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.p-blog-single__new-article .thumbnail {
  aspect-ratio: 460/345;
  border-radius: 2rem;
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-blog-single__new-article .thumbnail {
    width: 100%;
  }
}
.p-blog-single__new-article .thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
  width: 100%;
}

/* -------------------------------------
        p-contact
-----------------------------------------*/
.p-contact__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 1.4rem;
  }
}
.p-contact__text + * {
  margin-top: 2.7rem;
}
.p-contact__text + *.p-dl__text {
  margin-top: 3rem;
}

/* -------------------------------------
        p-contact-thanks
-----------------------------------------*/
.p-contact-thanks {
  padding-block: 10rem 20rem;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks {
    padding-block: 8rem 10rem;
  }
}
.p-contact-thanks__btn-link {
  background-color: #ECF5FA;
  border: 2px solid #ECF5FA;
  border-radius: 4rem;
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-inline: auto;
  min-width: 29rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-block: 1.2rem;
  text-align: center;
  transition: all 0.3s;
}
.p-contact-thanks__btn-link:hover, .p-contact-thanks__btn-link:focus-visible {
  background-color: #fff;
  color: #ECF5FA;
}
.p-contact-thanks__btn + * {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__btn + * {
    margin-top: 6rem;
  }
}
/* -------------------------------------
        p-block-author
-----------------------------------------*/
.p-block-author {
  background-color: #F5F5F5;
  border-radius: 2rem;
  padding: 3rem 4rem;
  margin-inline: auto;
  max-width: 73rem;
}
@media screen and (max-width: 767px) {
  .p-block-author {
    padding: 2rem;
  }
}
.p-block-author h2 {
  margin-top: 0;
}
.p-block-author h2.p-block-author__title {
  background-color: transparent;
  color: #ECF5FA;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.4285714286;
  padding: 0;
}
.p-block-author h2.p-block-author__title + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-block-author h2.p-block-author__title + * {
    margin-top: 1.4rem;
  }
}
.p-block-author__body.--flex {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-block-author__body.--flex {
    align-items: center;
    flex-direction: column-reverse;
  }
}
.p-block-author__content {
  flex: 1;
}
.p-block-author p.p-block-author__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .p-block-author p.p-block-author__name {
    margin-top: 0.8rem;
    text-align: center;
  }
}
.p-block-author p.p-block-author__name + * {
  margin-top: 0.8rem;
}
.p-block-author p.p-block-author__text {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.7142857143;
}
.p-block-author__image {
  border-radius: 50%;
  overflow: hidden;
  width: 10.6rem;
}
.p-block-author + * {
  margin-top: 6rem;
}

/* -------------------------------------
        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: 1023px) {
  .u-only-tbsp {
    display: inline-block;
  }
}

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

.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;
}

.u-c-blue {
  color: #10B6FF;
}

/* -------------------------------------
        animation
-----------------------------------------*/
@-webkit-keyframes flowingRight1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes flowingRight1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes flowingRight2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes flowingRight2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes flowingLeft1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes flowingLeft1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes flowingLeft2 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flowingLeft2 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
/* -------------------------------------
    設定
-----------------------------------------*/
/*# sourceMappingURL=style.css.map */