@charset "UTF-8";
:root {
  --duration03: 0.3s;
  --wrapPaddingHorizontal: 4rem;
  --wrap:108rem;
  --headerHeight: 112.5px;
}
@media screen and (max-width: 767px) {
  :root {
    --wrapPaddingHorizontal: 5.5rem;
    --headerHeight: 65px;
  }
}

/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent; /* 4 */
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
			in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * Add
 */
dl dd {
  margin-left: 0;
}

figure {
  margin: 0;
}

table {
  table-layout: fixed;
}

menu {
  padding: 0;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}
@media screen and (min-width: 768px) {
  html {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1779px) {
  html {
    font-size: max(0.5813953488vw, 6.9767px);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: white;
  min-width: 1200px;
  line-break: strict;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 159, 222)), to(rgb(91, 194, 217)));
  background: linear-gradient(90deg, rgb(0, 159, 222) 0%, rgb(91, 194, 217) 100%);
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 2.4rem;
    line-height: 2;
  }
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
}

/*img {
	image-rendering: -webkit-optimize-contrast;
}*/
label {
  cursor: pointer;
}

picture {
  display: block;
}

.l-allWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.l-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
}
a:link, a:active, a:visited, a:focus {
  text-decoration: none;
}
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: var(--headerHeight);
  padding: 3.3rem 3.3rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 3.8rem 2.5rem 0 0;
  }
}

.l-header__logo {
  width: 14.4rem;
  margin-left: auto;
}

.c-buttonOrange01 {
  width: 70.2rem;
  aspect-ratio: 702/95;
  margin-inline: auto;
  background: white;
  border-radius: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-buttonOrange01 {
    width: 60.2rem;
    border-radius: 1.9rem;
  }
}
.c-buttonOrange01 a {
  display: block;
  -webkit-filter: drop-shadow(0.8rem 0.8rem 0.8rem rgba(35, 24, 21, 0.3));
          filter: drop-shadow(0.8rem 0.8rem 0.8rem rgba(35, 24, 21, 0.3));
  will-change: opacity;
}
@media screen and (max-width: 767px) {
  .c-buttonOrange01 a {
    -webkit-filter: drop-shadow(0.7rem 0.7rem 0.7rem rgba(35, 24, 21, 0.3));
            filter: drop-shadow(0.7rem 0.7rem 0.7rem rgba(35, 24, 21, 0.3));
  }
}
.c-buttonOrange01 a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-overview01 {
  position: relative;
  width: 114.4rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--overview01Columns);
  padding-block: 4.1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 3"><path fill="%23ffffff" d="M3,1.5c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5S.67,0,1.5,0s1.5.67,1.5,1.5Z" /></svg>') repeat-x left bottom/9px 3px;
}
@media screen and (max-width: 767px) {
  .c-overview01 {
    width: 63rem;
    grid-template-columns: 100%;
    padding-block: 6.5rem 8rem;
    gap: 5rem 0;
    background-size: 5px 2px;
  }
}
.c-overview01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 3"><path fill="%23ffffff" d="M3,1.5c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5S.67,0,1.5,0s1.5.67,1.5,1.5Z" /></svg>') repeat-x left top/9px 3px;
}
@media screen and (max-width: 767px) {
  .c-overview01::before {
    height: 2px;
    background-size: 5px 2px;
  }
}

.c-overview01__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 2rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 3"><path fill="%23ffffff" d="M3,1.5c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5S.67,0,1.5,0s1.5.67,1.5,1.5Z" /></svg>') repeat-y right top/3px 9px;
}
@media screen and (max-width: 767px) {
  .c-overview01__logo {
    padding-right: 0;
    background: none;
  }
}
.c-overview01__logo img {
  width: var(--overview01Logo);
}

.c-overview01__texts {
  padding-left: 3.7rem;
}
@media screen and (max-width: 767px) {
  .c-overview01__texts {
    padding-left: 0;
  }
}

.c-overview01__item {
  display: grid;
  font-size: 1.6rem;
  line-height: 1.6470588235;
  grid-template-columns: 12.2rem 1fr;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .c-overview01__item {
    font-size: 2rem;
    line-height: 1.9;
    grid-template-columns: 13.5rem 1fr;
    gap: 0.5em;
  }
}
.c-overview01__item.m-pb {
  padding-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .c-overview01__item.m-pb {
    padding-bottom: 2em;
  }
}

.c-overview01Head {
  display: grid;
  grid-template-columns: 1.2em 1fr 1.2em;
}
.c-overview01Head::before {
  content: "○";
  margin-right: 0.2em;
}
.c-overview01Head::after {
  content: "：";
  margin-left: 0.7em;
}

.c-overview01Head__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-overview01Body__text a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .u-minsp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/* --------------------------------------------------
  u-preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  u-over
-------------------------------------------------- */
@media (any-hover: hover) {
  .u-over {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .u-over:hover {
    opacity: 0.6;
  }
}

.p-mv {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 91.2rem;
  aspect-ratio: 3440/1824;
}
@media screen and (max-width: 767px) {
  .p-mv {
    aspect-ratio: 1500/2188;
    max-height: 1094rem;
  }
}

.p-mvSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-mvSlide:not(.slick-initialized) {
  display: none;
}
.p-mvSlide .slick-list, .p-mvSlide .slick-track {
  width: 100%;
  height: 100%;
}
.p-mvSlide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__lead {
  position: absolute;
  top: 9rem;
  left: 8.5rem;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    top: 13.5rem;
    left: 4.5rem;
    font-size: 2.9rem;
  }
}

.p-mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 39.1rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__logo {
    margin-top: 11.5rem;
  }
}

.p-mv .slick-dots {
  position: absolute;
  bottom: -3.8rem;
  left: 50%;
  translate: -50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-block: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-mv .slick-dots {
    bottom: -5.3rem;
    gap: 1.4rem;
  }
}
.p-mv .slick-dots li {
  width: 0.8rem;
  aspect-ratio: 1/1;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-mv .slick-dots li {
    width: 1.3rem;
  }
}
.p-mv .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  background: #e6e6e6;
  border-radius: calc(infinity * 1px);
  border: none;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  cursor: pointer;
  padding: 0;
}
@media (any-hover: hover) {
  .p-mv .slick-dots li button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-mv .slick-dots li button:hover {
    opacity: 0.6;
  }
}

.p-sec01 {
  position: relative;
  padding-block: 8rem max(10.4651162791vw, 18rem);
  background: url(../img/bg_sec01_01_pc.png) no-repeat left bottom/100% auto;
}
@media screen and (max-width: 767px) {
  .p-sec01 {
    padding-block: 9rem 10.6rem;
    background: url(../img/bg_sec01_01_sp.png) no-repeat left bottom/100% auto;
  }
}
.p-sec01::before {
  content: "";
  position: absolute;
  top: 17.2rem;
  left: 50%;
  translate: -50% 0;
  width: 163rem;
  aspect-ratio: 3282/2820;
  background: url(../img/bg_sec01_02_pc.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-sec01::before {
    top: 16rem;
    width: 82rem;
    aspect-ratio: 1640/2520;
    background: url(../img/bg_sec01_02_sp.png) no-repeat center center/contain;
  }
}
.p-sec01 > * {
  position: relative;
}

.p-sec01__english {
  width: 103.7rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-sec01__english {
    width: 63.2rem;
  }
}

.p-sec01__title {
  font-weight: 700;
  font-size: 5.6rem;
  letter-spacing: 0.14em;
  margin-top: 15rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec01__title {
    font-size: 4.8rem;
    line-height: 1.42;
    margin-top: 3rem;
  }
}

.p-sec01__text {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 2.2692307692;
  text-align: center;
  margin-top: 2.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-sec01__text {
    font-size: 2.5rem;
    line-height: 2.36;
    margin-top: 3.3rem;
  }
}

.p-sec01Movie {
  margin: 6.8rem auto 0;
  width: 75.3rem;
}
@media screen and (max-width: 767px) {
  .p-sec01Movie {
    margin: 11.5rem auto 0;
    width: 63.1rem;
  }
}

.p-sec01Movie__youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(1rem 1rem 1rem rgba(35, 24, 21, 0.3));
          filter: drop-shadow(1rem 1rem 1rem rgba(35, 24, 21, 0.3));
  border-radius: 1rem;
  overflow: hidden;
}

.p-sec01Movie__text {
  font-weight: 700;
  color: #231815;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-sec01Movie__text {
    font-size: 1.6rem;
    line-height: 1.375;
    margin-top: 1.5rem;
  }
}

.p-sec02 {
  margin-top: 11.5rem;
  padding-bottom: max(16.9186046512vw, 29.1rem);
  background: url(../img/bg_sec02_01_pc.png) no-repeat left bottom/100% auto;
}
@media screen and (max-width: 767px) {
  .p-sec02 {
    margin-top: 12rem;
    padding-bottom: 17.8rem;
    background: url(../img/bg_sec02_01_sp.png) no-repeat left bottom/100% auto;
  }
}

.p-sec02__logo01 {
  margin-inline: auto;
  -webkit-filter: drop-shadow(1rem 1rem 1rem rgba(35, 24, 21, 0.2));
          filter: drop-shadow(1rem 1rem 1rem rgba(35, 24, 21, 0.2));
  width: 89.6rem;
}
@media screen and (max-width: 767px) {
  .p-sec02__logo01 {
    width: 58.1rem;
    translate: 1rem 0;
    -webkit-filter: drop-shadow(0.6rem 0.6rem 0.6rem rgba(35, 24, 21, 0.2));
            filter: drop-shadow(0.6rem 0.6rem 0.6rem rgba(35, 24, 21, 0.2));
  }
}

.p-sec02__image01 {
  width: 78rem;
  margin: 4.5rem auto 0;
  translate: 2.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-sec02__image01 {
    width: 50.7rem;
    margin: 3rem auto 0;
  }
}

.p-sec02Day01 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-sec02Day01 {
    margin-top: 7rem;
  }
}

.p-sec02Day01__title01 {
  width: 125.6rem;
  margin-inline: auto;
  translate: 4.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-sec02Day01__title01 {
    width: 71.1rem;
    translate: 2.5rem 0;
  }
}

.p-sec02Day01__image01 {
  width: 75.9rem;
  margin: -2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-sec02Day01__image01 {
    width: 63.7rem;
    margin: 2rem auto 0;
  }
}

.p-sec02Day01__text01 {
  width: 112.6rem;
  margin: -0.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-sec02Day01__text01 {
    width: 67.7rem;
    margin: 11.5rem auto 0;
  }
}

.p-sec02Day01__text02 {
  position: relative;
  width: 112.6rem;
  margin: 0.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-sec02Day01__text02 {
    width: 67.7rem;
    margin: 9.5rem auto 0;
  }
}
.p-sec02Day01__text02::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 3.3rem;
  z-index: -1;
  translate: -100% 0;
  width: 27.3rem;
  aspect-ratio: 273/383;
  background: url(../img/bg_sec02_day01_01_pc.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-sec02Day01__text02::before {
    top: 88rem;
    left: 0.3rem;
    translate: 0 0;
    width: 17.7rem;
  }
}

.p-sec02Day01__text03 {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-sec02Day01__text03 {
    padding-left: 29.6rem;
    font-size: 2.8rem;
    line-height: 1.4285714286;
    text-align: left;
    margin-top: 10rem;
  }
}

.p-sec02Day01__link01 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-sec02Day01__link01 {
    padding-left: 29.6rem;
    width: auto;
    margin: 2rem 0 0;
  }
}

.p-sec02Day01 .c-buttonOrange01 {
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-sec02Day01 .c-buttonOrange01 {
    margin-top: 8.5rem;
  }
}

.p-sec02Day01 .c-overview01 {
  margin-top: 6.2rem;
  --overview01Logo: 20.5rem;
  --overview01Columns: 25rem 1fr;
}
@media screen and (min-width: 768px) {
  .p-sec02Day01 .c-overview01 .c-overview01__logo {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sec02Day01 .c-overview01 {
    margin-top: 10rem;
    --overview01Columns: 100%;
    --overview01Logo: 22.6rem;
  }
}

.p-sec02__logo02 {
  margin: 13rem auto 0;
  -webkit-filter: drop-shadow(1rem 1rem 1rem rgba(35, 24, 21, 0.2));
          filter: drop-shadow(1rem 1rem 1rem rgba(35, 24, 21, 0.2));
  width: 89.6rem;
}
@media screen and (max-width: 767px) {
  .p-sec02__logo02 {
    width: 58.1rem;
    translate: 1rem 0;
  }
}

.p-sec02Day02 {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sec02Day02 {
    margin-top: 9.5rem;
  }
}

.p-sec02Day02__title01 {
  width: 125.6rem;
  margin-inline: auto;
  translate: 4.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-sec02Day02__title01 {
    width: 71.1rem;
    translate: 2.5rem 0;
  }
}

.p-sec02Day02__image01 {
  width: 97.1rem;
  margin: -4.5rem auto 0;
  translate: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-sec02Day02__image01 {
    width: 68rem;
    margin: 2rem auto 0;
  }
}

.p-sec02Day02__text01 {
  position: relative;
  width: 113.3rem;
  margin: 5.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-sec02Day02__text01 {
    width: 67.6rem;
  }
}
.p-sec02Day02__text01::before {
  content: "";
  position: absolute;
  top: 12.5rem;
  left: 7rem;
  translate: -100% -100%;
  width: 30.1rem;
  aspect-ratio: 602/844;
  background: url(../img/bg_sec02_day02_01_pc.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-sec02Day02__text01::before {
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .p-sec02Day02__text01::before {
    top: 35.5rem;
    left: 50rem;
    translate: 0 0;
    width: 19.5rem;
  }
}

.p-sec02Day02__text02 {
  width: 113.3rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-sec02Day02__text02 {
    width: 67.6rem;
    margin: 8rem auto 0;
  }
}

.p-sec02Day02__text03 {
  position: relative;
  width: 113.3rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-sec02Day02__text03 {
    width: 67.6rem;
    margin: 7.5rem auto 0;
  }
}
.p-sec02Day02__text03::before {
  content: "";
  position: absolute;
  top: 7.5rem;
  right: 3rem;
  z-index: -1;
  translate: 100% 0;
  width: 27.1rem;
  aspect-ratio: 542/758;
  background: url(../img/bg_sec02_day02_02_pc.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-sec02Day02__text03::before {
    content: none;
  }
}

.p-sec02Day02 .c-buttonOrange01 {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-sec02Day02 .c-buttonOrange01 {
    margin-top: 9rem;
  }
}

.p-sec02Day02 .c-overview01 {
  margin-top: 6.2rem;
  --overview01Logo: 23.5rem;
  --overview01Columns: 30rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-sec02Day02 .c-overview01 {
    margin-top: 11rem;
    --overview01Columns: 100%;
  }
}

.p-sec02Day02Box01 {
  width: 114.4rem;
  margin: 1.5rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-sec02Day02Box01 {
    width: 63rem;
    margin: 3.5rem auto 0;
    grid-template-columns: 100%;
  }
}

.p-sec02Day02Box01__title {
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .p-sec02Day02Box01__title {
    font-size: 2rem;
    letter-spacing: 0;
  }
}

.p-sec02Day02Box01__text {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.4285714286;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-sec02Day02Box01__text {
    font-size: 2rem;
    line-height: 1.9;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-sec02Day02Box01__item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-sec02Day02Box02 {
  width: 114.4rem;
  margin: 3.5rem auto 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 3"><path fill="%23ffffff" d="M3,1.5c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5S.67,0,1.5,0s1.5.67,1.5,1.5Z" /></svg>') repeat-x left top/9px 3px;
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-sec02Day02Box02 {
    width: 63rem;
    margin: 5.5rem auto 0;
    background-size: 5px 2px;
    padding-top: 3rem;
  }
}

.p-sec02Day02Box02__title {
  font-weight: 700;
  font-size: 2.1rem;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-sec02Day02Box02__title {
    font-size: 2rem;
    text-align: left;
    letter-spacing: 0;
  }
}

.p-sec02Day02Box02__text {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.619047619;
  text-align: center;
  letter-spacing: 0.06em;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-sec02Day02Box02__text {
    font-size: 2rem;
    line-height: 1.9;
    text-align: left;
    letter-spacing: 0;
    padding-bottom: 15.5rem;
  }
}

.p-sec03 {
  margin-top: 7rem;
  padding-bottom: max(15.8720930233vw, 27.3rem);
  background: url(../img/bg_sec03_01_pc.png) no-repeat left bottom/100% auto;
}
@media screen and (max-width: 767px) {
  .p-sec03 {
    margin-top: 10rem;
    padding-bottom: 18rem;
    background: none;
  }
}

.p-sec03__title {
  width: 112.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-sec03__title {
    width: 56.3rem;
  }
}

.p-sec03__lead {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 6rem;
}

.p-sec03Grid {
  width: 114.4rem;
  margin: 6.5rem auto 0;
  display: grid;
  grid-template-columns: 58.8rem 1fr;
  grid-template-rows: 1fr auto;
  gap: 0 7.4rem;
  grid-template-areas: "area1 area2" "area1 area3";
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-sec03Grid {
    width: 63rem;
    margin: 6.8rem auto 0;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    gap: 0;
    grid-template-areas: "area1" "area2" "area3";
    padding-bottom: 0;
  }
}

.p-sec03GridBox01 {
  grid-area: area1;
}

.p-sec03GridBox01__title {
  position: relative;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.06em;
}
.p-sec03GridBox01__title::before, .p-sec03GridBox01__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 11.5rem);
  height: 1px;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 767px) {
  .p-sec03GridBox01__title::before, .p-sec03GridBox01__title::after {
    width: calc(50% - 11rem);
  }
}
.p-sec03GridBox01__title::before {
  left: 0;
}
.p-sec03GridBox01__title::after {
  right: 0;
}

.p-sec03GridBox01__text {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.619047619;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sec03GridBox01__text {
    font-size: 2.2rem;
    line-height: 1.5909090909;
  }
}

.p-sec03GridBox02 {
  grid-area: area2;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-sec03GridBox02 {
    padding-top: 2rem;
  }
}

.p-sec03GridBox02__item {
  display: grid;
  font-size: 1.6rem;
  line-height: 1.6470588235;
  grid-template-columns: 12.2rem 1fr;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .p-sec03GridBox02__item {
    font-size: 2rem;
    line-height: 1.9;
    grid-template-columns: 13.5rem 1fr;
    gap: 0.5em;
  }
}

.p-sec03GridBox02Head {
  display: grid;
  grid-template-columns: 1.2em 1fr 1.2em;
}
.p-sec03GridBox02Head::before {
  content: "○";
  margin-right: 0.2em;
}
.p-sec03GridBox02Head::after {
  content: "：";
  margin-left: 0.7em;
}

.p-sec03GridBox02Head__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-sec03GridBox03 {
  grid-area: area3;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.6470588235;
  border: 1px solid white;
  padding: 1rem 4rem;
  margin: 0 2rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-sec03GridBox03 {
    font-size: 2.5rem;
    line-height: 1.4;
    padding: 4.5rem 3.5rem;
    margin: 4rem 0 0;
  }
}