/*! 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.
 */
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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 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 */
  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,
textarea {
  -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+.
 */
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;
}

/**
 * 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 {
  height: 100%;
}

body {
  height: 100%;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  display: optional;
  font-style: normal;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
}

img {
  width: 100%;
  height: 100%;
  border: 0;
  line-height: 0px;
  vertical-align: bottom;
}

.l-header {
  width: 100%;
  margin: auto;
}

.l-main {
  width: 100%;
  overflow-x: clip;
}
@media (max-width: 576px) {
  .l-main {
    overflow-x: hidden;
  }
}

.c-flex {
  display: flex;
}

.c-inner {
  position: relative;
  width: 856px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .c-inner {
    width: 83.59375vw;
  }
}
@media (max-width: 576px) {
  .c-inner {
    width: 90%;
  }
}

.p-main-visual {
  position: relative;
  height: 800px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .p-main-visual {
    height: auto;
    position: relative;
  }
  .p-main-visual::before {
    content: "";
    float: left;
    padding-top: 57.91015625%;
  }
  .p-main-visual::after {
    content: "";
    display: block;
    clear: both;
  }
  .p-main-visual > :first-child {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-main-visual {
    position: relative;
  }
  .p-main-visual::before {
    content: "";
    float: left;
    padding-top: 57.8125%;
  }
  .p-main-visual::after {
    content: "";
    display: block;
    clear: both;
  }
  .p-main-visual > :first-child {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .p-main-visual {
    position: relative;
  }
  .p-main-visual::before {
    content: "";
    float: left;
    padding-top: 177.8666666667%;
  }
  .p-main-visual::after {
    content: "";
    display: block;
    clear: both;
  }
  .p-main-visual > :first-child {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.p-main-visual__background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-main-visual__background img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center", sans-serif;
}

.p-main-visual__inner {
  justify-content: space-between;
  align-items: center;
  width: 970px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -47%);
          transform: translate(-50%, -47%);
}
@media (max-width: 1024px) {
  .p-main-visual__inner {
    width: 89.0625vw;
  }
}
@media (max-width: 768px) {
  .p-main-visual__inner {
    width: 93.75vw;
  }
}
@media (max-width: 576px) {
  .p-main-visual__inner {
    display: block;
  }
}

.p-main-visual__picture {
  width: 330px;
  height: auto;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .p-main-visual__picture {
    width: 32.2265625vw;
    margin-top: 0.9765625vw;
  }
}
@media (max-width: 576px) {
  .p-main-visual__picture {
    position: absolute;
    bottom: 0;
    left: -8vw;
    width: 49.6vw;
  }
}

.p-main-visual__picture-text {
  height: 100%;
}
.p-main-visual__picture-text.-no1 {
  width: 680px;
  margin-left: -90px;
}
@media (max-width: 1024px) {
  .p-main-visual__picture-text.-no1 {
    width: 66.40625vw;
  }
}
@media (max-width: 576px) {
  .p-main-visual__picture-text.-no1 {
    width: 90%;
    margin: 0 auto;
  }
}
.p-main-visual__picture-text.-no2 {
  width: 492px;
}
@media (max-width: 1024px) {
  .p-main-visual__picture-text.-no2 {
    width: 48.046875vw;
  }
}
@media (max-width: 576px) {
  .p-main-visual__picture-text.-no2 {
    width: 90%;
    margin: 0 auto;
  }
}
.p-main-visual__picture-text.-no3 {
  width: 440px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .p-main-visual__picture-text.-no3 {
    width: 42.96875vw;
  }
}
@media (max-width: 576px) {
  .p-main-visual__picture-text.-no3 {
    width: 55.7333333333vw;
    margin: 10px 0 0 auto;
  }
}
.p-main-visual__picture-text.-no4 {
  width: 378px;
  margin-top: 15px;
  margin-left: 35px;
}
@media (max-width: 1024px) {
  .p-main-visual__picture-text.-no4 {
    width: 36.9140625vw;
  }
}
@media (max-width: 576px) {
  .p-main-visual__picture-text.-no4 {
    width: 42.6666666667vw;
    margin: 10px 24px 0 auto;
  }
}
.p-main-visual__picture-text.-no5 {
  position: fixed;
  z-index: 999;
  bottom: 17%;
  right: 12%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
@media (max-width: 1280px) {
  .p-main-visual__picture-text.-no5 {
    bottom: 13%;
    right: 8%;
  }
}
@media (max-width: 1024px) {
  .p-main-visual__picture-text.-no5 {
    width: 16.11328125vw;
    bottom: 48.33984375vw;
    right: 3.41796875vw;
  }
}
@media (max-width: 768px) {
  .p-main-visual__picture-text.-no5 {
    bottom: 75.5208333333vw;
    right: 1.3020833333vw;
    width: 13.0208333333vw;
  }
}
@media (max-width: 576px) {
  .p-main-visual__picture-text.-no5 {
    bottom: 1.3333333333vw;
    right: 5.3333333333vw;
    width: 28.8vw;
  }
}
.p-main-visual__picture-text.-no5 a {
  display: block;
  transition: -webkit-filter 0.2s, -webkit-transform 0.2s;
  transition: filter 0.2s, transform 0.2s;
  transition: filter 0.2s, transform 0.2s, -webkit-filter 0.2s, -webkit-transform 0.2s;
}
@media (hover) {
  .p-main-visual__picture-text.-no5 a:hover {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
}
.p-main-visual__picture-text.-no5 a:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

@media (max-width: 576px) {
  .p-main-visual__content {
    margin-top: -32vw;
  }
}

.p-lead {
  position: relative;
  z-index: 0;
  background-color: #ffea77;
}
@media (max-width: 576px) {
  .p-lead {
    padding-bottom: 16vw;
  }
}
.p-lead::after {
  content: "";
  position: absolute;
  bottom: -130px;
  width: 100%;
  height: 100%;
  background: url(./images/lead-background-bottom.svg) bottom center no-repeat;
  background-size: 100%;
  z-index: -3;
}
@media (max-width: 1024px) {
  .p-lead::after {
    bottom: -12.6953125vw;
  }
}
@media (max-width: 576px) {
  .p-lead::after {
    bottom: -9.6vw;
    background: url(./images/lead-background-bottom-small.svg) bottom center no-repeat;
    background-size: 100%;
  }
}

.p-lead__picture {
  position: absolute;
  z-index: 1;
}
.p-lead__picture.-no1 {
  width: 444px;
  left: -140px;
  top: -130px;
}
@media (max-width: 1024px) {
  .p-lead__picture.-no1 {
    width: 34.1796875vw;
    left: -5.859375vw;
    top: -7.8125vw;
  }
}
@media (max-width: 576px) {
  .p-lead__picture.-no1 {
    width: 88vw;
    left: -21.3333333333vw;
    top: -26.6666666667vw;
  }
}
.p-lead__picture.-no2 {
  width: 330px;
  right: -230px;
  top: -50px;
}
@media (max-width: 1024px) {
  .p-lead__picture.-no2 {
    width: 25.390625vw;
    right: -10.7421875vw;
    top: -3.90625vw;
  }
}
@media (max-width: 576px) {
  .p-lead__picture.-no2 {
    width: 69.3333333333vw;
    right: -16vw;
    top: 5.3333333333vw;
  }
}

.p-lead__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 94px;
}
@media (max-width: 1024px) {
  .p-lead__title {
    padding-top: 9.1796875vw;
  }
}
@media (max-width: 576px) {
  .p-lead__title {
    padding-top: 64vw;
  }
}

.p-lead__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 36px auto 0;
}
@media (max-width: 1024px) {
  .p-lead__text {
    margin-top: 3.515625vw;
  }
}
@media (max-width: 576px) {
  .p-lead__text {
    margin-top: 16vw;
  }
}

.p-lead__navi {
  position: relative;
  z-index: 1;
  margin: 56px auto 0;
  background-blend-mode: multiply;
}
@media (max-width: 1024px) {
  .p-lead__navi {
    margin-top: 5.46875vw;
  }
}
@media (max-width: 576px) {
  .p-lead__navi {
    margin-top: 18.6666666667vw;
    padding: 0 1.0666666667vw;
  }
}
.p-lead__navi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  background-color: #8fb53e;
  z-index: 0;
}
.p-lead__navi ul {
  align-items: center;
  height: 100%;
}

.p-lead__navi-background {
  position: absolute;
  top: 310px;
  left: 0;
  width: 100%;
  height: 69px;
  border-radius: 35px;
  background-color: #dbdbdb;
  mix-blend-mode: multiply;
  z-index: -2;
}
@media (max-width: 1024px) {
  .p-lead__navi-background {
    top: 30.2734375vw;
    height: 6.73828125vw;
  }
}
@media (max-width: 768px) {
  .p-lead__navi-background {
    top: 34.375vw;
  }
}
@media (max-width: 576px) {
  .p-lead__navi-background {
    top: initial;
    bottom: -1.3333333333vw;
    height: 14.6666666667vw;
  }
}

.p-lead__navi-item {
  width: 33.3333333333%;
  height: 100%;
  padding: 14px 0;
}
@media (max-width: 1024px) {
  .p-lead__navi-item {
    padding: 1.3671875vw 0;
  }
}
@media (max-width: 576px) {
  .p-lead__navi-item {
    padding: 3.7333333333vw 0;
  }
}
.p-lead__navi-item:not(:first-child) a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #fff;
}
.p-lead__navi-item a {
  position: relative;
  display: block;
  padding: 4px 0;
  text-align: center;
  color: #fff;
  font-size: 1.8125rem;
  font-weight: bold;
  transition: color 0.2s;
}
@media (max-width: 576px) {
  .p-lead__navi-item a {
    font-size: 4.8vw;
  }
}
@media (hover) {
  .p-lead__navi-item a:hover {
    color: #435344;
  }
}

.p-present {
  position: relative;
  padding-top: 140px;
  padding-bottom: 220px;
  z-index: 0;
}
@media (max-width: 576px) {
  .p-present {
    padding-top: 8vw;
    padding-bottom: 42.6666666667vw;
  }
}
.p-present::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./images/present-background.svg) center top repeat-y;
  background-size: 100%;
  z-index: -4;
}

.p-present__picture {
  position: absolute;
}
@media (max-width: 576px) {
  .p-present__picture {
    display: none;
  }
}
.p-present__picture.-no1 {
  top: -80px;
  left: -30px;
  width: 84px;
}
.p-present__picture.-no2 {
  width: 99px;
  right: 40px;
  top: -190px;
}

.p-present__title {
  justify-content: space-between;
  align-items: center;
  width: 420px;
  margin: 80px auto 0;
}
@media (max-width: 576px) {
  .p-present__title {
    width: 100%;
  }
}

.p-present__title-text {
  width: 100%;
  margin-top: -20px;
  text-align: center;
  font-weight: bold;
  color: #d70c18;
}
.p-present__title-text .-main {
  font-size: 3.4375rem;
}
@media (max-width: 576px) {
  .p-present__title-text .-main {
    font-size: 12.2666666667vw;
  }
}
.p-present__title-text .-sub {
  display: block;
  font-size: 1.25rem;
}
@media (max-width: 576px) {
  .p-present__title-text .-sub {
    font-size: 0.875rem;
  }
}

.p-present__title-line {
  width: 100px;
}
@media (max-width: 576px) {
  .p-present__title-line {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-present__main-picture {
  margin: 64px auto 0;
}
@media (max-width: 576px) {
  .p-present__main-picture {
    margin-top: 16vw;
  }
}

.p-present__content {
  position: relative;
  margin-top: 100px;
  z-index: 0;
}
@media (max-width: 576px) {
  .p-present__content {
    margin-top: 32vw;
  }
}

.p-present__content-picture {
  position: absolute;
  top: -160px;
  left: -64px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .p-present__content-picture {
    top: -26.0416666667vw;
    left: -9.6354166667vw;
    width: 29.9479166667vw;
  }
}
@media (max-width: 576px) {
  .p-present__content-picture {
    top: -38.9333333333vw;
    left: -8vw;
    width: 38.9333333333vw;
  }
}

.p-present__content-title {
  text-align: center;
  font-size: 3.125rem;
  font-weight: bold;
  color: #d70c18;
}
@media (max-width: 576px) {
  .p-present__content-title {
    font-size: 9.0666666667vw;
  }
}

.p-present__content-text {
  margin-top: 45px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 576px) {
  .p-present__content-text {
    margin-top: 11.2vw;
    font-size: 4.8vw;
  }
}
.p-present__content-text .-strong {
  display: block;
  color: #d70c18;
  font-size: 1.875rem;
}
@media (max-width: 576px) {
  .p-present__content-text .-strong {
    font-size: 6.4vw;
    line-height: 1.4;
  }
}
.p-present__content-text .-shift {
  display: none;
}
@media (max-width: 576px) {
  .p-present__content-text .-shift {
    display: block;
  }
}

.p-present__block-content.-green {
  margin-top: 70px;
  padding: 34px 0;
  border-radius: 30px 30px 0 0;
  background-color: #8fb53e;
}
@media (max-width: 576px) {
  .p-present__block-content.-green {
    margin-top: 18.6666666667vw;
    padding: 6.4vw 0;
  }
}
.p-present__block-content.-grey {
  padding: 38px 70px 44px;
  border-radius: 0 0 30px 30px;
  background-color: #f2efe5;
}
@media (max-width: 576px) {
  .p-present__block-content.-grey {
    padding: 10.1333333333vw 5.3333333333vw 11.7333333333vw;
  }
}

.p-present__block-content-text {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .p-present__block-content-text {
    font-size: 5.3333333333vw;
  }
}
.p-present__block-content-text .-shift {
  display: none;
}
@media (max-width: 576px) {
  .p-present__block-content-text .-shift {
    display: block;
  }
}

.p-present__block-content-list {
  font-size: 1.875rem;
  font-weight: 500;
  color: #000;
  text-align: center;
}
@media (max-width: 576px) {
  .p-present__block-content-list {
    font-size: 6.4vw;
  }
}
.p-present__block-content-list:not(:first-child) {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed #000;
}

.p-present__note {
  font-size: 1rem;
  text-align: center;
}
@media (max-width: 576px) {
  .p-present__note {
    font-size: 4.2666666667vw;
    text-align: left;
    line-height: 1.4;
  }
}
.p-present__note:first-of-type {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .p-present__note:first-of-type {
    margin-top: 5.3333333333vw;
  }
}

.p-present__text-hint {
  margin-top: 82px;
  font-size: 2.1875rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  color: #8fb53e;
}
@media (max-width: 576px) {
  .p-present__text-hint {
    margin-top: 13.3333333333vw;
    font-size: 8vw;
    line-height: 1.4;
  }
}
.p-present__text-hint .-shift {
  display: none;
}
@media (max-width: 576px) {
  .p-present__text-hint .-shift {
    display: block;
  }
}

.p-present__button {
  cursor: pointer;
  position: relative;
  display: block;
  width: 370px;
  margin: 82px auto 0;
  padding: 17px 0;
  border-radius: 31px;
  background-color: #8fb53e;
  transition: -webkit-filter 0.2s, -webkit-transform 0.2s;
  transition: filter 0.2s, transform 0.2s;
  transition: filter 0.2s, transform 0.2s, -webkit-filter 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 576px) {
  .p-present__button {
    width: 90%;
    margin-top: 13.3333333333vw;
  }
}
@media (hover) {
  .p-present__button:hover {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
}
.p-present__button:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.p-present__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 26px;
  background: url(./images/guidebook-link-arrow.svg) no-repeat;
}
@media (max-width: 576px) {
  .p-present__button::after {
    right: 5.8666666667vw;
    width: 4.2666666667vw;
    height: 5.8666666667vw;
    background-size: contain;
  }
}
.p-present__button .-text {
  display: block;
  margin: 0 auto;
  font-size: 1.5625rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .p-present__button .-text {
    font-size: 6.4vw;
  }
}

.p-apply {
  position: relative;
  padding-top: 20px;
  padding-bottom: 130px;
  background-color: #bfe5ff;
  z-index: 0;
}
.p-apply::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./images/apply-background-top.svg) center top no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media (max-width: 576px) {
  .p-apply::before {
    top: -18.6666666667vw;
  }
}

.p-apply__picture {
  position: absolute;
  z-index: 0;
}
.p-apply__picture.-no1 {
  top: -10px;
  left: 0;
}
@media (max-width: 576px) {
  .p-apply__picture.-no1 {
    left: -10.6666666667vw;
    width: 18.4vw;
  }
}
.p-apply__picture.-no2 {
  top: -180px;
  right: 70px;
}
@media (max-width: 576px) {
  .p-apply__picture.-no2 {
    top: -42.6666666667vw;
    right: 5.3333333333vw;
    width: 14.4vw;
  }
}

.p-apply__title {
  padding-top: 30px;
  text-align: center;
  font-size: 3.125rem;
  font-weight: 600;
  color: #1d9bf0;
}
@media (max-width: 576px) {
  .p-apply__title {
    padding-top: 0;
    font-size: 10.6666666667vw;
  }
}

.p-apply__flow {
  margin-top: 94px;
}
@media (max-width: 576px) {
  .p-apply__flow {
    margin-top: 17.6vw;
  }
}

.p-apply__flow-item {
  position: relative;
  align-items: center;
  padding: 38px 26px;
  border-radius: 30px;
  background-color: #fff;
}
@media (max-width: 576px) {
  .p-apply__flow-item {
    flex-direction: column;
    border-radius: 20px;
  }
}
.p-apply__flow-item:first-of-type::after {
  content: "";
  position: absolute;
  bottom: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 20px 0 20px;
  border-color: #1d9bf0 transparent transparent transparent;
}
.p-apply__flow-item:nth-of-type(2) {
  margin-top: 83px;
}
@media (max-width: 576px) {
  .p-apply__flow-item:nth-of-type(2) {
    margin-top: 29.3333333333vw;
  }
}
.p-apply__flow-item:nth-of-type(2) .p-apply__flow-icon {
  right: 70px;
}

.p-apply__flow-number {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #1d9bf0;
  border-radius: 50%;
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  line-height: 70px;
}
@media (max-width: 576px) {
  .p-apply__flow-number {
    margin-top: -18.1333333333vw;
  }
}

.p-apply__flow-text {
  display: block;
  margin-left: 24px;
  color: #1d9bf0;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .p-apply__flow-text {
    margin: 9.6vw auto 0;
    font-size: 8vw;
  }
}
.p-apply__flow-text .-shift {
  display: none;
}
@media (max-width: 576px) {
  .p-apply__flow-text .-shift {
    display: block;
  }
}

.p-apply__flow-icon {
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
@media (max-width: 576px) {
  .p-apply__flow-icon {
    position: static;
    -webkit-transform: none;
            transform: none;
    display: block;
    margin: 9.6vw auto 0;
  }
}

.p-apply__detail {
  margin-top: 104px;
}
.p-apply__detail + .p-apply__detail {
  margin-top: 30px;
}

.p-apply__detail-title {
  width: 230px;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 20px 20px 0 0;
  background-color: #1d9bf0;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
}

.p-apply__detail-content {
  position: relative;
  padding: 38px 26px;
  border-radius: 30px;
  background-color: #fff;
  align-items: center;
}
@media (max-width: 576px) {
  .p-apply__detail-content {
    padding: 10.1333333333vw 0;
    border-radius: 20px;
  }
}
.p-apply__detail-content .-shift {
  display: none;
}
@media (max-width: 576px) {
  .p-apply__detail-content .-shift {
    display: block;
  }
}
.p-apply__detail-content span {
  display: block;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .p-apply__detail-content span {
    font-size: 4.2666666667vw;
  }
}
.p-apply__detail-content span.-list {
  display: inline-block;
}
@media (max-width: 576px) {
  .p-apply__detail-content span.-list {
    padding-left: 10.1333333333vw;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .p-apply__detail-content span.-indent3 {
    padding-left: 3em;
  }
}
@media (max-width: 576px) {
  .p-apply__detail-content span.-indent4 {
    padding-left: 4em;
  }
}

.p-qiuz {
  position: relative;
  height: 553px;
  z-index: 0;
}
@media (max-width: 576px) {
  .p-qiuz {
    height: 170.6666666667vw;
  }
}

.p-qiuz__picture {
  position: absolute;
  z-index: 1;
}
.p-qiuz__picture.-no1 {
  top: initial;
  bottom: -280px;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
@media (max-width: 576px) {
  .p-qiuz__picture.-no1 {
    bottom: -53.3333333333vw;
    left: 5.3333333333vw;
    width: 17.0666666667vw;
  }
}
.p-qiuz__picture.-no2 {
  top: -73px;
  right: 80px;
}
@media (max-width: 576px) {
  .p-qiuz__picture.-no2 {
    top: -10.6666666667vw;
    right: 0;
    width: 34.6666666667vw;
  }
}

.p-qiuz__background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-qiuz__background img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover", sans-serif;
}

.p-qiuz__wrapper {
  position: relative;
  padding-top: 110px;
}
.p-qiuz__wrapper::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 100%;
  height: 298px;
  border-radius: 30px;
  background-color: #eee;
  mix-blend-mode: multiply;
  z-index: 0;
}
@media (max-width: 1024px) {
  .p-qiuz__wrapper::after {
    height: 65%;
  }
}
@media (max-width: 576px) {
  .p-qiuz__wrapper::after {
    bottom: -5px;
    left: 0;
    height: 200px;
    background-color: #dbdbdb;
  }
}

.p-qiuz__main-background {
  position: relative;
  z-index: 1;
}

.p-qiuz__main {
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
}
@media (max-width: 576px) {
  .p-qiuz__main {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    flex-direction: column;
  }
}

.p-qiuz__main-question {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5.625rem;
  color: #d70c18;
}
@media (max-width: 576px) {
  .p-qiuz__main-question {
    margin: 0 auto;
  }
}

.p-qiuz__main-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 30px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .p-qiuz__main-content {
    font-size: 3.90625vw;
  }
}
@media (max-width: 768px) {
  .p-qiuz__main-content {
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 576px) {
  .p-qiuz__main-content {
    margin-left: auto;
    font-size: 8.5333333333vw;
  }
}
.p-qiuz__main-content .-shift {
  display: none;
}
@media (max-width: 576px) {
  .p-qiuz__main-content .-shift {
    display: block;
  }
}

.p-about {
  margin-top: 76px;
  padding-bottom: 94px;
}
@media (max-width: 576px) {
  .p-about {
    padding-bottom: 14.4vw;
  }
}

.p-about__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .p-about__title {
    width: 91.2vw;
  }
}

.p-about__background {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 576px) {
  .p-about__background {
    width: 100%;
  }
}

.p-about__title-text {
  position: absolute;
  top: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about__title-text {
    top: 3.125vw;
    font-size: 3.3854166667vw;
  }
}
@media (max-width: 576px) {
  .p-about__title-text {
    top: 8vw;
    width: 100%;
    font-size: 6.4vw;
  }
}

.p-about__content {
  justify-content: space-between;
  padding-top: 260px;
}
@media (max-width: 768px) {
  .p-about__content {
    padding-top: 33.8541666667vw;
  }
}
@media (max-width: 576px) {
  .p-about__content {
    flex-direction: column;
    padding-top: 56vw;
  }
}

@media (max-width: 768px) {
  .p-about__picture {
    width: 46%;
  }
}
@media (max-width: 576px) {
  .p-about__picture {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .p-about__picture + .p-about__picture {
    margin-top: 14.4vw;
  }
}

.p-guidebook {
  position: relative;
  padding: 90px 0;
  background-color: #ffea77;
  z-index: 0;
}
@media (max-width: 576px) {
  .p-guidebook {
    padding: 13.3333333333vw 0;
  }
}

.p-guidebook__title {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: #d70c18;
}
@media (max-width: 768px) {
  .p-guidebook__title {
    font-size: 3.90625vw;
  }
}
@media (max-width: 576px) {
  .p-guidebook__title {
    font-size: 8vw;
  }
}
.p-guidebook__title .-shift {
  display: none;
}
@media (max-width: 576px) {
  .p-guidebook__title .-shift {
    display: block;
  }
}

.p-guidebook__text {
  margin-top: 40px;
  padding-left: 1em;
  font-size: 1.25rem;
  line-height: 1.4;
  text-indent: -1em;
}
@media (max-width: 768px) {
  .p-guidebook__text {
    font-size: 2.34375vw;
  }
}
@media (max-width: 576px) {
  .p-guidebook__text {
    font-size: 5.3333333333vw;
  }
}
.p-guidebook__text + .p-guidebook__text {
  margin-top: 20px;
}
@media (max-width: 576px) {
  .p-guidebook__text + .p-guidebook__text {
    margin-top: 8vw;
  }
}
.p-guidebook__text .-shift-default {
  display: block;
}
@media (max-width: 576px) {
  .p-guidebook__text .-shift-default {
    display: none;
  }
}
.p-guidebook__text .-shift {
  display: none;
}
@media (max-width: 576px) {
  .p-guidebook__text .-shift {
    display: block;
  }
}

.p-guidebook__picture {
  position: absolute;
  top: 100px;
  right: 0;
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
  width: 350px;
  height: auto;
}
@media (max-width: 768px) {
  .p-guidebook__picture {
    width: 33.8541666667vw;
  }
}
@media (max-width: 576px) {
  .p-guidebook__picture {
    position: static;
    width: 64.5333333333vw;
    margin: 12.2666666667vw auto 0;
  }
}

.p-guidebook__link {
  position: relative;
  cursor: pointer;
  display: block;
  width: 50%;
  margin-top: 46px;
}
@media (max-width: 576px) {
  .p-guidebook__link {
    width: 90%;
    margin: 8vw auto 0;
  }
}
.p-guidebook__link img {
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
@media (hover) {
  .p-guidebook__link:hover img {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
}
.p-guidebook__link::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: #eee;
  mix-blend-mode: multiply;
  z-index: -2;
}

.p-information {
  margin-top: 120px;
  padding-bottom: 148px;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .p-information {
    margin-top: 13.3333333333vw;
    padding-bottom: 19.7333333333vw;
  }
}

.p-information__item + .p-information__item {
  margin-top: 1em;
}

.p-information__text {
  margin-top: 1em;
}

.p-contact {
  padding: 54px 0 66px;
  background-color: #ffea77;
}
@media (max-width: 576px) {
  .p-contact {
    padding: 100px 0 140px;
  }
}

.p-contact__title {
  font-size: 1.125rem;
  text-align: center;
}

.p-contact__item {
  margin-top: 1em;
}
@media (max-width: 576px) {
  .p-contact__item:first-of-type {
    margin-top: 2em;
  }
}

.p-contact__item-text {
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: center;
}
.p-contact__item-text.-title {
  font-weight: bold;
}
.p-contact__item-text.-tel {
  display: block;
}
@media (hover) {
  .p-contact__item-text.-tel:hover {
    text-decoration: underline;
  }
}
.p-contact__item-text .-br {
  display: none;
}
@media (max-width: 576px) {
  .p-contact__item-text .-br {
    display: block;
  }
}
@media (max-width: 576px) {
  .p-contact__item-text:nth-child(2) {
    margin-top: 1em;
  }
}

/*# sourceMappingURL=style.css.map*/