@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # https://github.com/filipelinhares/ress/blob/master/ress.css
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  width: 100%;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 132px;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #010002;
}

img {
  vertical-align: bottom;
}

.l-main {
  background-color: #F5F5F5;
}
.l-main__white {
  background-color: #fff;
}

.l-footer__footer01 {
  background-color: #eee;
  padding: 195px 20px 80px;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .l-footer__footer01 {
    padding: 195px 20px 80px;
  }
}
.l-footer__footer02 {
  background-color: #eee;
  padding: 6rem 0 25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__footer02 {
    padding: 6rem 20px 18rem;
  }
}
.l-footer__inner {
  margin: 0 auto;
  max-width: 100rem;
}
.l-footer__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    gap: 30px;
  }
}
.l-footer__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  text-align: center;
  color: #010002;
}
@media screen and (max-width: 767px) {
  .l-footer__title {
    font-size: 26px;
    line-height: 37px;
  }
}
.l-footer__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__name {
    line-height: 140%;
  }
}
.l-footer__sub {
  text-align: center;
  font-size: 14px;
}
.l-footer__mail {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #010002;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer__mail {
    font-size: 16px;
    line-height: 23px;
  }
}
.l-footer__mail::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../img/icon_mail.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .l-footer__mail::before {
    width: 20px;
    height: 20px;
  }
}
.l-footer__dl {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #010002;
}
@media screen and (max-width: 767px) {
  .l-footer__dl {
    font-size: 14px;
    line-height: 160%;
  }
}
.l-footer__dl dt {
  font-weight: 700;
  min-width: 70px;
}
.l-footer__dl dd {
  margin-left: 0;
}
.l-footer__text-wrap {
  max-width: 800px;
}
.l-footer__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #010002;
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    font-size: 14px;
    line-height: 160%;
  }
}
.l-footer__logo {
  width: 180px;
}
.l-footer__sns {
  display: flex;
  gap: 0 2.1rem;
  justify-content: center;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    margin-top: 2rem;
  }
}
.l-footer__sns img {
  height: 28px;
  width: auto;
}
.l-footer__copyright {
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: -14px;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.c-button {
  max-width: 316px;
  display: block;
  margin: auto;
}

.c-sticky {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  margin: 0;
  display: block;
  background-color: #fff;
  box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.c-sticky > img {
  max-width: 316px;
  margin-top: 2px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-sticky > img {
    max-width: 354px;
    padding: 0 20px;
    margin: 0;
  }
}
.c-sticky:hover img {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.p-kv__title {
  max-width: unset;
}
.p-kv__section {
  position: relative;
}
.p-kv__title-wrap {
  background: url(../img/img_kv_pc_bg.jpg);
  background-position: top center;
  background-size: cover;
}
.p-kv__title-text {
  max-width: 672px;
  margin: auto;
  display: block;
  padding-top: 75px;
  padding-bottom: 110px;
}
.p-kv__note {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 24px;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 14px #000;
}

.p-main-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 170%;
  color: #010002;
}
@media screen and (max-width: 767px) {
  .p-main-text {
    font-size: 16px;
    line-height: 180%;
  }
}

.p-main-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  color: #010002;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-main-title {
    font-size: 28px;
    line-height: 150%;
    margin-bottom: 40px;
  }
}
.p-main-title--rect {
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  text-align: center;
  color: #010002;
  background: #fff;
  border: 1px solid #C7C7C7;
  padding: 4px 40px;
  display: block;
  margin: auto;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .p-main-title--rect {
    font-size: 26px;
    line-height: 37px;
    padding: 6px 88px;
    width: fit-content;
  }
}

.p-main-product {
  position: relative;
  margin: auto;
  text-align: center;
  padding: 80px 20px 100px;
}
@media screen and (max-width: 767px) {
  .p-main-product {
    padding: 80px 20px 48px;
  }
}
.p-main-product__inner {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-main-product__inner {
    padding: 34px 0;
  }
}
.p-main-product__items {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 40px;
  max-width: 1029px;
  margin: auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-main-product__items {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-main-product__item:last-child {
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-main-product__item:first-child {
    max-width: 294px;
  }
  .p-main-product__item:last-child {
    max-width: 360px;
  }
}
.p-main-product__text-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  max-width: 866px;
  margin: auto;
}
.p-main-product__text {
  font-size: 18px;
  line-height: 1.6;
}
.p-main-product__text--small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-main-product__text {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.p-main-product__text-l {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .p-main-product__text-l {
    font-size: 26px;
  }
}

.p-main-section {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-main-section {
    padding-top: 60px;
    padding-bottom: 98px;
  }
}
@media screen and (max-width: 767px) {
  .p-main-section__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-main-section__product {
  max-width: 658px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-main-section__product {
    max-width: 335px;
  }
}
.p-main-section__link {
  text-decoration: underline;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #010002;
  margin: 8px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 14px;
}
@media screen and (max-width: 767px) {
  .p-main-section__link {
    font-size: 16px;
    padding: 8px;
  }
}
.p-main-section__link::after {
  content: "";
  background: url(../img/arrow-right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
.p-main-section__title-box {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-main-section__title-box {
    gap: 40px;
    padding-top: 64px;
  }
}
.p-main-section__title {
  text-align: center;
}
.p-main-section__title--strong {
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-main-section__title--strong {
    font-size: 24px;
    line-height: 150%;
  }
}
.p-main-section__title--strong-sub {
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  padding-bottom: 8px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-main-section__title--strong-sub {
    font-size: 16px;
    line-height: 170%;
  }
}
.p-main-section__title--side {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}
.p-main-section__title--side::before {
  content: "";
  background-image: url(../img/icon_backslash.png);
  background-position: center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  padding-left: 16px;
  transform: scale(-1, 1);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-main-section__title--side::before {
    width: 24px;
    height: 24px;
  }
}
.p-main-section__title--side::after {
  content: "";
  background-image: url(../img/icon_backslash.png);
  background-position: center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  padding-left: 16px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-main-section__title--side::after {
    width: 24px;
    height: 24px;
  }
}

.p-main-guideline__inner {
  padding: 0 20px;
}
.p-main-guideline__scroll {
  max-width: 1000px;
  height: 500px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #C7C7C7;
  z-index: 1;
  position: relative;
  margin: auto;
  padding: 40px 20px;
  font-size: 16px;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .p-main-guideline__scroll {
    width: 100%;
    height: 422px;
    padding: 40px 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
.p-main-guideline__scroll a {
  color: currentcolor;
  text-decoration: underline;
}

.p-main-how-to-apply {
  position: relative;
  padding-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-main-how-to-apply {
    padding: 0 20px;
  }
}
.p-main-how-to-apply__title {
  margin-top: -26px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.p-main-how-to-apply__title-sub {
  font-weight: 500;
  font-size: 24px;
  line-height: 170%;
  color: #010002;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-main-how-to-apply__title-sub {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.p-main-how-to-apply__title-sub--strong {
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  margin-bottom: 4px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-main-how-to-apply__title-sub--strong {
    font-size: 20px;
    line-height: 170%;
  }
}
.p-main-how-to-apply__inner {
  padding: 50px 0 80px;
  margin: auto;
  max-width: 664px;
}
.p-main-how-to-apply__texts {
  width: fit-content;
  margin: auto;
}
.p-main-how-to-apply__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  margin: auto;
  padding-left: 1em;
  text-indent: -1em;
}
.p-main-how-to-apply__steps {
  display: flex;
  gap: 64px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-main-how-to-apply__steps {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 36px;
  }
}
.p-main-how-to-apply__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-main-how-to-apply__step-title {
    max-width: 300px;
  }
}
.p-main-how-to-apply__step-icon {
  width: 80px;
  margin-bottom: 8px;
}
.p-main-how-to-apply__step-text {
  font-size: 16px;
  line-height: 170%;
  text-align: center;
}
.p-main-how-to-apply__step-text--strong {
  font-weight: 700;
}

.p-fadein-item {
  position: relative;
  opacity: 0;
  top: 40px;
  transition: 0.8s;
  transition-delay: 0.2s;
}
.p-fadein-item.is-fadein {
  opacity: 1;
  top: 0;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-mb-1 {
  margin-bottom: 4px;
}

.u-mb-2 {
  margin-bottom: 8px;
}

.u-mb-3 {
  margin-bottom: 16px;
}

.u-mb-4 {
  margin-bottom: 24px;
}

.u-mb-5 {
  margin-bottom: 32px;
}

.u-mb-6 {
  margin-bottom: 40px;
}

.u-fw-bold {
  font-weight: 700;
}

/*# sourceMappingURL=style.css.map */
