/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  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%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

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 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  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;
}

/**
 * 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;
          appearance: none;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

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

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #242424;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background-color: #eaeaea;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #242424;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 1rem 1.5rem;
}

@media only screen and (max-width: 767px) {
  .l-header {
    padding: 1.5rem 1.25rem;
  }
}
/* footer */
.l-footer {
  padding: 1.5rem 0;
  margin-top: 2.5rem;
  background-color: #f5f5f5;
}
.l-footer__container {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  max-width: 640px;
  margin: 0 auto;
}
.l-footer__nav {
  display: inline-flex;
  gap: 1rem;
}
.l-footer__nav-link {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #606060;
  text-decoration: underline;
  letter-spacing: 0.0325rem;
}
.l-footer__copyright {
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #606060;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 1rem 0;
    margin-top: 0;
  }
  .l-footer__container {
    flex-direction: column;
    justify-content: center;
  }
  .l-footer__nav {
    display: inline-flex;
    gap: 1rem;
    justify-content: center;
  }
  .l-footer__nav-link {
    font-size: 0.625rem;
    letter-spacing: 0.025rem;
  }
  .l-footer__copyright {
    font-size: 0.625rem;
  }
}
/* main */
.l-all {
  padding-top: 1.5rem;
}

.l-container {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding-bottom: 2rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.5rem;
}

.l-article {
  position: relative;
  z-index: 3;
}

.l-inner {
  width: 80.5rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 90.5rem;
}
.l-inner.--narrow {
  width: 65.5rem;
}

.l-section-first {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .l-all {
    padding-top: 0;
  }
  .l-inner {
    padding: 0 1.25rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-heading-line {
  position: relative;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #184f7c;
  letter-spacing: 0.06rem;
  border-bottom: 0.0625rem solid #184f7c;
}
.c-heading-line::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: calc(100% - 8px);
  content: "";
  background-color: #184f7c;
  border-radius: 999rem;
}
.c-heading-line__text {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 0;
}

@media only screen and (max-width: 767px) {
  .c-heading-line {
    padding-left: 1.25rem;
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
  }
}
.c-heading-line {
  position: relative;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #184f7c;
  letter-spacing: 0.06rem;
  border-bottom: 0.0625rem solid #184f7c;
}

.c-heading-line::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: calc(100% - 8px);
  content: "";
  background-color: #184f7c;
  border-radius: 999rem;
}

.c-heading-line__text {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 0;
}

@media only screen and (max-width: 767px) {
  .c-heading-line {
    padding-left: 1.25rem;
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
  }
}
.c-button-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 5rem;
  padding: 1rem 5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #242424;
  cursor: pointer;
  background-color: #c3002f;
  border-radius: 999rem;
  box-shadow: 0 0 1.5625rem 0 #ffb3c5 inset;
}
.c-button-cta::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background: transparent url("../images/common/icon_arrow.svg") no-repeat center/contain;
  transform: translateY(-50%);
}
.c-button-cta.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-button-cta.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
.c-button-cta img {
  width: 16.25rem;
}
.c-button-cta.--max {
  padding: 1.25rem 4.5rem;
  box-shadow: 0 0 2.5rem 0 #ffb3c5 inset;
}
.c-button-cta.--max::after {
  right: 2rem;
}
.c-button-cta.--max img {
  width: 26.875rem;
}
.c-button-cta.--anchor::after {
  transform: translateY(-50%) rotate(90deg);
}
.c-button-cta.--anchor.--up::after {
  transform: translateY(-50%) rotate(-90deg);
}
@media (hover: hover) {
  .c-button-cta {
    transition: 0.3s linear all;
  }
  .c-button-cta:hover {
    transform: scale(1.1);
  }
}

@media only screen and (max-width: 767px) {
  .c-button-cta {
    min-height: 4rem;
    padding: 1rem 2.75rem 1rem 2.25rem;
    box-shadow: 0 0 0.9375rem 0 #ffb3c5 inset;
  }
  .c-button-cta::after {
    right: 0.75rem;
    width: 1.75rem;
    height: 1.75rem;
  }
  .c-button-cta img {
    width: 11.875rem;
  }
  .c-button-cta.--max {
    padding: 0.75rem 2rem;
    box-shadow: 0 0 1.5625rem 0 #ffb3c5 inset;
  }
  .c-button-cta.--max::after {
    right: 0.75rem;
  }
  .c-button-cta.--max img {
    width: 16.25rem;
  }
}
.c-heading {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
.c-heading-h1 {
  overflow: hidden;
  background-color: #184f7c;
  border-radius: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-h1 img {
    width: 20.9375rem;
  }
}
.c-heading-h2 {
  position: relative;
  display: block;
  padding: 1.5rem 0.5rem 1.5rem 1.5rem;
  overflow: hidden;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.07rem;
  background-color: #e2f2ff;
  border-radius: 0.5rem;
}
.c-heading-h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  content: "";
  background-color: #184f7c;
}
.c-heading-h2 .c-text {
  display: block;
  margin-top: 0.25rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .c-heading-h2 {
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
  }
  .c-heading-h2 img {
    width: 17.5rem;
  }
}
.c-heading-h3 {
  font-size: 1.5rem;
}

.c-heading-h4 {
  font-size: 1.5rem;
}

.c-heading-h5 {
  font-size: 1.25rem;
}

.c-heading-h6 {
  font-size: 1.125rem;
}

.c-list-dot__item {
  position: relative;
  padding-left: 1.625rem;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #242424;
  letter-spacing: 0.045rem;
}
.c-list-dot__item + li {
  margin-top: 1rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.75rem;
  left: 0.6875rem;
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  content: "";
  background: #242424;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .c-list-dot__item {
    font-size: 0.9375rem;
    line-height: 1.8;
    letter-spacing: 0.0375rem;
  }
  .c-list-dot__item + li {
    margin-top: 0.75rem;
  }
}
.c-list-ol {
  list-style: decimal;
  list-style-position: inside;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-text-link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #1558d6;
  text-decoration: underline;
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}

.c-text {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.045rem;
}
.c-text.--lh {
  margin-top: 1.5rem;
  line-height: 2.4;
}
.c-text.--sm {
  font-size: 0.875rem;
  line-height: 0.0975rem;
  line-height: 1.8;
}
.c-text.--xsm {
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.03rem;
}
.c-text.--lt-spacing {
  letter-spacing: normal;
}

@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 0.9375rem;
    line-height: 1.8;
    letter-spacing: 0.0375rem;
  }
  .c-text.--lh {
    margin-top: 1rem;
    line-height: 2;
  }
  .c-text.--sm {
    font-size: 0.75rem;
    line-height: 0.0975rem;
    line-height: 1.8;
  }
}
/* project */
.p-anchor-list__link {
  position: relative;
  display: block;
  padding: 1.5rem 4.5rem 1.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  background-color: #f5f5f5;
  border-bottom: 0.1875rem dashed #c8c8c8;
}
.p-anchor-list__link::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background: transparent url("../images/common/icon_arrow_blue.svg") no-repeat center/contain;
  transform: translateY(-50%);
}
.p-anchor-list__link span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #184f7c;
  letter-spacing: 0.06rem;
}
@media (hover: hover) {
  .p-anchor-list__link {
    transition: 0.3s linear opacity;
  }
  .p-anchor-list__link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-anchor-list__link {
    padding: 1rem 4.25rem 1rem 1.25rem;
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
  }
  .p-anchor-list__link::after {
    right: 1.25rem;
  }
  .p-anchor-list__link span {
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
  }
}
.p-box {
  padding: 2.5rem 2.5rem 2rem;
  background-color: #fff7f4;
  border-radius: 0.5rem;
}
.p-box:not(:first-child) {
  margin-top: 1.5rem;
}
.p-box.--bg-gray {
  padding: 1.5rem;
  background-color: #f5f5f5;
}
.p-box.--bg-gray .p-box__text {
  margin-top: 0.5rem;
}
.p-box__text {
  margin-top: 2rem;
}
.p-box__column {
  display: flex;
  gap: 0.75rem 1.5rem;
  align-items: center;
}
.p-box__column-img {
  position: relative;
  width: 8.5rem;
  height: 8.5rem;
  overflow: hidden;
  border: 0.1875rem solid #fff;
  border-radius: 50%;
}
.p-box__column-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-box__column-text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.025rem;
}
.p-box__column-text span {
  font-size: 1.5rem;
  letter-spacing: 0.03rem;
}

.p-box-wish {
  position: relative;
  border: 0.1875rem solid #b90000;
  border-radius: 0.5rem;
}
.p-box-wish::after {
  position: absolute;
  bottom: -1.5rem;
  left: calc(50% - 1.5rem);
  width: 0;
  height: 0;
  content: "";
  border-top: 1.5rem solid #b90000;
  border-right: 1.5rem solid transparent;
  border-left: 1.5rem solid transparent;
}
.p-box-wish__title {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  margin: -0.1875rem 0 0 -0.1875rem;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.045rem;
  background-color: #b90000;
  border-radius: 0.5rem 0 0.5rem 0;
}
.p-box-wish__title::after {
  display: inline-block;
  width: 1.25rem;
  height: 2rem;
  margin-left: 0.5rem;
  content: "";
  background: transparent url("../images/common/icon_cloud.svg") no-repeat center/contain;
}
.p-box-wish__content {
  padding: 1.5rem;
}

.p-box-img {
  margin-top: 1.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
}

.p-box-technology {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #184f7c;
}
.p-box-technology:not(:first-child) {
  margin-top: 1.5rem;
}
.p-box-technology__heading {
  display: flex;
  align-items: stretch;
  margin-bottom: 1rem;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
}
.p-box-technology__heading-img {
  position: relative;
  width: 12.5rem;
  height: 0;
  padding-top: 18.9189189189%;
}
.p-box-technology__heading-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-box-technology__heading-text {
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
  padding: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #184f7c;
}
.p-box-technology__heading-text span {
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.035rem;
}

@media only screen and (max-width: 767px) {
  .p-box {
    padding: 1.5rem;
  }
  .p-box:not(:first-child) {
    margin-top: 1rem;
  }
  .p-box.--bg-gray .p-box__text {
    margin-top: 1rem;
  }
  .p-box__text {
    margin-top: 2rem;
  }
  .p-box__column {
    flex-direction: column;
  }
  .p-box__column-text {
    font-size: 1rem;
    letter-spacing: 0.02rem;
  }
  .p-box__column-text span {
    font-size: 1.375rem;
    letter-spacing: 0.0275rem;
  }
  .p-box-wish__title {
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
  .p-box-wish__content {
    padding: 1rem;
  }
  .p-box-img {
    margin-top: 1rem;
  }
  .p-box-technology:not(:first-child) {
    margin-top: 1.25rem;
  }
  .p-box-technology__heading {
    margin-bottom: 0.75rem;
  }
  .p-box-technology__heading-img {
    width: 8.5rem;
    padding-top: 22.6865671642%;
  }
  .p-box-technology__heading-text {
    width: calc(100% - 136px);
    padding: 0.125rem 0 0.125rem 1rem;
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
  .p-box-technology__heading-text.--fz-15 {
    font-size: 0.9375rem;
  }
  .p-box-technology__heading-text span {
    font-size: 0.625rem;
    letter-spacing: 0.025rem;
  }
}
.p-buttons {
  margin-top: 2rem;
  text-align: center;
}

@media all and (min-width: 768px), print {
  .p-buttons {
    margin-top: 2.5rem;
  }
}
.p-faq__item + .p-faq__item {
  margin-top: 2rem;
}
.p-faq__question {
  position: relative;
  margin-bottom: 0.5rem;
}
.p-faq__question .c-heading-line__text {
  letter-spacing: normal;
}
.p-faq__question .c-heading-line__text::before {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  padding: 0.0625rem 0 0.1875rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  content: "Q";
  background-color: #184f7c;
  border-radius: 50%;
}
.p-faq__answer {
  padding: 1rem 1.5rem;
  margin-top: 0.5rem;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
}
.p-faq__button {
  margin-top: 0.75rem;
}

@media only screen and (max-width: 767px) {
  .p-faq__item + .p-faq__item {
    margin-top: 1.5rem;
  }
  .p-faq__question .c-heading-line__text::before {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.125rem;
    font-size: 0.875rem;
  }
}
.p-flow__item + .p-flow__item {
  margin-top: 1rem;
}
.p-flow__title {
  display: inline-flex;
  gap: 0 0.5rem;
  align-items: flex-end;
  padding: 0.25rem 1.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #184f7c;
  border-radius: 0.5rem 0.5rem 0 0;
}
.p-flow__title-step {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.045rem;
}
.p-flow__title-text {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.06rem;
}
.p-flow__content {
  padding: 1.5rem 1.5rem 1.75rem;
  border: 0.1875rem solid #184f7c;
  border-radius: 0 0.5rem 0.5rem;
}
.p-flow__text.--sub {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
  color: #606060;
}
.p-flow__text.--sub-bd {
  padding: 0.5rem;
  margin: 1.25rem 0;
  color: #606060;
  border-top: 0.125rem solid #eaeaea;
  border-bottom: 0.125rem solid #eaeaea;
}
.p-flow__button {
  margin-top: 1rem;
}
.p-flow__tel {
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-card01__item + .p-card01__item {
    margin-top: 1rem;
  }
  .p-card01__title-step {
    font-size: 0.875rem;
    letter-spacing: 0.035rem;
  }
  .p-card01__title-text {
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
  }
  .p-card01__content {
    padding: 1rem 1.5rem 1.25rem;
  }
  .p-card01__text.--sub {
    margin-top: 0.5rem;
  }
  .p-card01__text.--sub-bd {
    margin: 1rem 0;
  }
  .p-card01__button {
    margin-top: 0.5rem;
  }
}
.p-mainvisual__inner {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-mainvisual__content {
  position: relative;
}
.p-mainvisual__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.p-mainvisual__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-mainvisual__catch {
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-mainvisual__tel {
  background-color: #b90000;
}

@media only screen and (max-width: 767px) {
  .p-mainvisual {
    padding: 0.5rem;
  }
  .p-mainvisual__img {
    padding-top: 94.7075208914%;
  }
}
.p-models {
  margin-top: 1.5rem;
}
.p-models__title {
  margin-bottom: 1.5rem;
}
.p-models__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: start;
  max-width: 31.875rem;
  margin: 0 auto;
}
.p-models__item {
  max-width: 15rem;
  padding: 1.25rem 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 24px 0 rgba(36, 36, 36, 0.2);
}
.p-models__text {
  margin-top: 0.5rem;
  line-height: 1.2;
  text-align: center;
}
.p-models__text-sub {
  display: block;
  margin-top: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .p-models__title {
    margin-bottom: 1rem;
  }
  .p-models__list {
    gap: 1rem;
    max-width: 18.125rem;
  }
  .p-models__item {
    max-width: 8.5rem;
    padding: 0.875rem 1rem 0.5rem;
  }
  .p-models__text {
    margin: 0 -0.5rem;
    margin-top: 0.125rem;
  }
  .p-models__text-sub {
    margin-top: 1rem;
  }
}
.p-review {
  padding: 1.5rem 1.5rem 1.25rem;
  background-color: #fff;
  border: 0.1875rem solid #e2f2ff;
  border-radius: 0.5rem;
}
.p-review + .p-review {
  margin-top: 1rem;
}
.p-review__heading {
  position: relative;
  padding-left: 3.25rem;
  margin-right: -1.5rem;
}
.p-review__heading::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  background: transparent url("../images/index/icon_user.png") no-repeat center/contain;
}
.p-review__heading strong {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.3;
  color: #184f7c;
}
.p-review__heading > span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #606060;
  letter-spacing: 0.035rem;
}
.p-review__text {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .p-review + .p-review {
    margin-top: 0.75rem;
  }
  .p-review__heading strong {
    font-size: 1.25rem;
  }
  .p-review__heading strong .--lt-spacing {
    letter-spacing: -0.125rem;
  }
  .p-review__heading > span {
    font-size: 0.75rem;
    letter-spacing: 0.03rem;
  }
}
.p-section-title-h1 {
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-section-title-h2 {
  margin-bottom: 1.5rem;
}
.p-section-title-h2:not(:first-child) {
  margin-top: 5rem;
}

.p-section-title-h3 {
  margin-bottom: 1.5rem;
}
.p-section-title-h3:not(:first-child) {
  margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .p-section-title-h1 {
    margin-bottom: 2rem;
  }
  .p-section-title-h2:not(:first-child) {
    margin-top: 2.5rem;
  }
  .p-section-title-h3 {
    margin-bottom: 1rem;
  }
  .p-section-title-h3:not(:first-child) {
    margin-top: 2rem;
  }
}
.p-show-more {
  position: relative;
  margin-bottom: 5rem;
}
.p-show-more__content {
  max-height: 22.5rem;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.p-show-more__content.is-open {
  max-height: inherit;
}
.p-show-more__button {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 7rem;
  cursor: pointer;
  background: linear-gradient(0deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
  transition: opacity 0.3s ease;
}
.p-show-more__button::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
  content: "";
  background: transparent url("../images/common/icon_plus.svg") no-repeat center/contain;
}

@media only screen and (max-width: 767px) {
  .p-show-more {
    margin-bottom: 3.5rem;
  }
  .p-show-more__content {
    max-height: 15.625rem;
  }
  .p-show-more__button {
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 0.035rem;
  }
}
/* pages */
body.index .index-about {
  margin-top: 1.5rem;
}
body.index .index-about__line {
  margin-top: 4rem;
}
body.index .index-about__table {
  margin-top: 1.5rem;
}
body.index .index-about .p-box-wish {
  margin: 1.5rem 0 3rem;
}
body.index .index-feature {
  margin-top: 5rem;
}
body.index .index-feature__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
}
body.index .index-feature__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.index .index-feature .p-section-title-h1 + .p-section-title-h2 {
  margin-top: 2.5rem;
}
body.index .index-courses {
  margin-top: 10rem;
}
body.index .index-courses .p-anchor-list + .p-section-title-h2 {
  margin-top: 2.5rem;
}
body.index .index-courses__text {
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  body.index .index-about {
    margin-top: 1rem;
  }
  body.index .index-about__line {
    margin-top: 3.5rem;
  }
  body.index .index-about__table {
    margin-top: 1rem;
  }
  body.index .index-about .p-box-wish {
    margin: 1rem 0 2.5rem;
  }
  body.index .index-feature {
    margin-top: 6rem;
  }
  body.index .index-feature .p-section-title-h1 + .p-section-title-h2 {
    margin-top: 2rem;
  }
  body.index .index-courses {
    margin-top: 6rem;
  }
  body.index .index-courses .p-anchor-list + .p-section-title-h2 {
    margin-top: 2rem;
  }
  body.index .index-courses__text {
    margin-top: 0.75rem;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-underline {
  box-shadow: inset 0 0 0 transparent, inset 0 -8px 0 rgba(245, 245, 42, 0.5);
}

.u-f-mobo {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.u-style-italic {
  font-style: italic;
}

.u-fz-xlg {
  font-size: 1.25rem;
}

@media all and (min-width: 768px), print {
  .u-hover-tellink {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-fz-xlg {
    font-size: 1.0625rem;
  }
}
.u-text-center {
  text-align: center;
}

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

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

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}