@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7352941176vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

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

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

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

input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

canvas {
  display: block;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.column {
  display: flex;
}

.contents__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 131rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .contents__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/*! destyle.css v3.0.0 | 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;
  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 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;
}

/* 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 {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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;
}

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

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

caption {
  text-align: left;
}

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

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

.footer {
  position: relative;
  z-index: 100;
  background-color: #F6F1D6;
}

.footer__inner {
  padding-top: 15rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .footer__inner {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}

.footer__column {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
  gap: 4.2rem;
}
@media screen and (max-width: 750px) {
  .footer__column {
    flex-direction: column;
    align-items: center;
  }
}

.footer__item {
  width: 37.6rem;
}
@media screen and (max-width: 750px) {
  .footer__item {
    width: 32rem;
  }
}
.footer__item:nth-child(1) .footer__address {
  color: #2EA6E0;
}
.footer__item:nth-child(2) .footer__address {
  color: #F18D00;
}
.footer__item:nth-child(3) .footer__address {
  color: #8FC21F;
}

@media screen and (max-width: 750px) {
  .footer__place {
    width: 27rem;
    margin: 0 auto;
  }
}

.footer__address {
  margin-top: 2rem;
  font-size: 1.7rem;
  line-height: 2.2352941176;
  letter-spacing: 0;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer__address {
    margin-top: 1rem;
  }
}

.footer__snsList {
  margin-top: 3.5rem;
  gap: 2.2rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .footer__snsList {
    margin-top: 1.5rem;
  }
}

.footer__snsItem:nth-child(1) {
  width: 4rem;
}
.footer__snsItem:nth-child(2) {
  width: 3.5rem;
}
.footer__snsItem:nth-child(3) {
  width: 3.5rem;
}
.footer__snsItem:nth-child(4) {
  width: 4rem;
}

.footer__logo {
  margin: 8.7rem auto 0;
  width: 42.4rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .footer__logo {
    margin-top: 4rem;
    width: 32rem;
  }
}

.footer__navList {
  margin-top: 6rem;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .footer__navList {
    margin-top: 2.5rem;
  }
}

.footer__navItem:not(:first-child) {
  border-left: 0.1rem solid #333333;
}

.footer__navLink {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  color: #333333;
  text-align: center;
  padding: 0 2rem;
}

.footer__copyright {
  padding: 3.5rem 2rem;
  background: linear-gradient(180deg, #EF7E00, #E60012);
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
}

.toTopButton {
  position: fixed;
  z-index: 1000;
  bottom: 2.7rem;
  right: 5rem;
  background-color: #fff;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .toTopButton {
    bottom: 6.7rem;
    right: 2rem;
  }
}
.toTopButton::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  border-bottom: 0.9rem solid #E93624;
  border-top: 0;
}

.header {
  z-index: 1000;
}

.header__inner {
  padding-right: 2.8rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .header__inner {
    padding-right: 1.6rem;
  }
}

.header__logo {
  width: 37.9rem;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 24rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

.header__list {
  align-items: center;
  gap: 1.6rem;
  position: fixed;
  top: 1.6rem;
  right: 2.8rem;
  z-index: 1000;
}
@media screen and (max-width: 750px) {
  .header__list--pc {
    display: none;
  }
}

.header__share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.7rem;
  padding: 0.5rem 1rem 0.5rem 2rem;
  background-color: #2C2C2C;
  border-radius: 10rem;
  min-width: 11.4rem;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .header__share {
    min-width: 9rem;
  }
}

.header__share--text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .header__share--text {
    font-size: 1.2rem;
  }
}

.header__share--icon {
  width: 1.2rem;
}

.header__snsList {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  position: absolute;
  top: 0;
  left: 0;
  transition-delay: 0.5s;
  gap: 1.1rem;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10rem;
  padding: 0.5rem 2rem;
  box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 750px) {
  .header__snsList {
    margin-top: -1.2rem;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    position: relative;
    transition-delay: 0;
    padding: 1.3rem 2rem 0.8rem;
  }
}

.header__snsItem:nth-child(1) {
  width: 4rem;
}
.header__snsItem:nth-child(2) {
  width: 3.5rem;
}
.header__snsItem:nth-child(3) {
  width: 3.5rem;
}
.header__snsItem:nth-child(4) {
  width: 4rem;
}

.header__share:hover + .header__snsList {
  opacity: 1;
  visibility: visible;
}

.header__snsList:hover {
  opacity: 1;
  visibility: visible;
}

.header__sasebo {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #2C2C2C;
  padding: 0.5rem 1.3rem;
  border-radius: 0.2rem;
  border: 0.1rem solid rgba(44, 44, 44, 0.4);
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .header__sasebo {
    font-size: 1.2rem;
  }
}

.nav {
  position: fixed;
  right: -1.5rem;
  top: 7.8rem;
  z-index: 10;
  z-index: 1000;
}
@media screen and (max-width: 750px) {
  .nav {
    transform: translateX(100%);
    transition: all 0.3s;
  }
}
@media screen and (max-width: 750px) {
  .nav.is-active {
    transform: translateX(0);
  }
}

.navList__item + .navList__item {
  margin-top: 0.6rem;
}
.navList__item + .navList__item--mtLarge {
  margin-top: 2rem;
}
.navList__item:nth-child(1) .navList__link {
  border-color: #1B346A;
}
.navList__item:nth-child(1) .navList__text {
  color: #1B346A;
}
.navList__item:nth-child(1) .navList__text--large {
  font-size: 1.8rem;
  letter-spacing: -0.05em;
}
.navList__item:nth-child(2) .navList__link {
  border-color: #E66134;
}
.navList__item:nth-child(2) .navList__text {
  color: #E66134;
}
.navList__item:nth-child(3) .navList__link {
  border-color: #218FD0;
}
.navList__item:nth-child(3) .navList__text {
  color: #218FD0;
}
.navList__item:nth-child(4) .navList__link {
  border-color: #00923F;
}
.navList__item:nth-child(4) .navList__text {
  color: #00923F;
}

.navList__link {
  display: block;
  border: 0.2rem solid #1B346A;
  border-radius: 0.6rem;
  background-color: #fff;
  padding: 1.3rem 2rem 1rem 1rem;
}
@media screen and (max-width: 750px) {
  .navList__link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 3rem 1rem 1rem;
  }
}

.navList__icon {
  display: block;
  width: 2.9rem;
  margin: 0 auto 0.5rem;
}
@media screen and (max-width: 750px) {
  .navList__icon {
    margin: 0;
  }
}

.navList__text {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .navList__text {
    writing-mode: inherit;
  }
}

.navList__text--small {
  font-size: 1.2rem;
}

.navList__text--large {
  font-size: 2rem;
}

.navList__share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.7rem;
  padding: 0.5rem 1rem 0.5rem 2rem;
  background-color: #2C2C2C;
  border-radius: 10rem;
  min-width: 11.4rem;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .navList__share {
    min-width: none;
    width: 9rem;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
}

.navList__share--text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .navList__share--text {
    font-size: 1.2rem;
  }
}

.navList__share--icon {
  width: 1.2rem;
}

.navList__sasebo {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #2C2C2C;
  padding: 0.5rem 1.3rem;
  border-radius: 0.2rem;
  border: 0.1rem solid rgba(44, 44, 44, 0.4);
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .navList__sasebo {
    font-size: 1.2rem;
    width: fit-content;
    margin: 0 auto;
  }
}

.header__navButton {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__navButton {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem 0;
    width: 5rem;
    height: 5rem;
    padding: 1.5rem;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 1rem;
    z-index: 1000;
  }
}

.header__navButtonBorder {
  display: block;
  background-color: #000000;
  height: 0.2rem;
  width: 2.3rem;
  transition: all 0.3s;
}
.header__navButtonBorder:nth-child(2) {
  width: 1.8rem;
}
.is-active > .header__navButtonBorder:nth-child(1) {
  transform: translateY(0.7rem) rotate(-45deg);
}
.is-active > .header__navButtonBorder:nth-child(2) {
  opacity: 0;
}
.is-active > .header__navButtonBorder:nth-child(3) {
  transform: translateY(-0.7rem) rotate(45deg);
}

.main {
  overflow: hidden;
}

.main {
  background-color: #F6F1D6;
}

.mv {
  position: relative;
}

.mv__inner {
  position: relative;
}

.mv__bg {
  position: relative;
  z-index: 1;
  max-width: 136.6rem;
  margin: 0 auto;
}

.mv__circleArea {
  z-index: 100;
  position: absolute;
  transform: translateX(-50%);
  top: 40.4rem;
  left: 50%;
  margin: 0 auto;
  max-width: 136.6rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .mv__circleArea {
    transform: translateX(-50%);
    top: 20rem;
  }
}

.mv__circle {
  z-index: 100;
  position: absolute;
  width: 29.5rem;
  height: 29.5rem;
  background-color: #38ACB5;
  left: 5.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 29.5rem;
}
@media screen and (max-width: 750px) {
  .mv__circle {
    width: 34rem;
    height: 13.4rem;
    border-radius: 1rem;
    left: 2.5rem;
  }
}

.mv__circleTitle {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.45;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .mv__circleTitle {
    font-size: 1.4rem;
  }
}

.mv__circleText {
  margin-top: 0.7rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6428571429;
  font-weight: 400;
  color: #fff;
  max-width: 20.7rem;
}
@media screen and (max-width: 750px) {
  .mv__circleText {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    max-width: 30rem;
  }
}

.lead {
  position: relative;
  z-index: 10;
  background-image: url(../images/top/lead_bg01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  margin: -100rem auto 0;
  max-width: 136.6rem;
  margin: -100rem auto 0;
}
@media screen and (max-width: 750px) {
  .lead {
    margin-top: -24rem;
    background-size: 130% auto;
  }
}

.lead__inner {
  padding-top: 80rem;
  padding-bottom: 30rem;
}
@media screen and (max-width: 750px) {
  .lead__inner {
    padding-top: 28rem;
    padding-bottom: 8rem;
  }
}

.lead__text {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0;
  line-height: 2.25;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .lead__text {
    font-size: 1.6rem;
  }
}

.info {
  position: relative;
  z-index: 10;
}

.info__bg {
  position: absolute;
  z-index: 1;
  top: -13rem;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .info__bg {
    top: -5rem;
  }
}

.info__inner {
  position: relative;
  z-index: 10;
  padding-top: 10rem;
  padding-bottom: 17.8rem;
}
@media screen and (max-width: 750px) {
  .info__inner {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}

.info__blk + .info__blk {
  margin-top: 21rem;
}
@media screen and (max-width: 750px) {
  .info__blk + .info__blk {
    margin-top: 8rem;
  }
}

.boxInfo {
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.2);
  border-radius: 1.7rem;
  padding: 10rem 10rem 8rem;
}
@media screen and (max-width: 750px) {
  .boxInfo {
    padding: 5rem 2.4rem 4rem;
  }
}

.boxInfo__icon01 {
  position: absolute;
  left: -9rem;
  top: -25rem;
  width: 28.7rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__icon01 {
    left: -1.8rem;
    top: -11rem;
    width: 12rem;
  }
}

.boxInfo__title {
  width: 62.2rem;
  position: absolute;
  transform: translateX(-50%);
  top: -4.5rem;
  left: 50%;
}
@media screen and (max-width: 750px) {
  .boxInfo__title {
    top: -2.5rem;
    width: 34rem;
  }
}

.boxInfo__scheduleBlk {
  align-items: flex-start;
  gap: 4rem;
}
.boxInfo__scheduleBlk + .boxInfo__scheduleBlk {
  margin-top: 2.8rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__scheduleBlk + .boxInfo__scheduleBlk {
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .boxInfo__scheduleBlk {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}

.boxInfo__scheduleTitle {
  background-color: #EF8200;
  min-width: 16rem;
  flex-shrink: 0;
  border-radius: 10rem;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .boxInfo__scheduleTitle {
    font-size: 1.2rem;
    min-width: 9rem;
    padding: 0.3rem 1rem;
  }
}

.boxInfo__scheduleText {
  margin-top: 0.3rem;
  font-size: 1.8rem;
  line-height: 1.7222222222;
  letter-spacing: 0;
  font-weight: 400;
  color: #2C2C2C;
}
@media screen and (max-width: 750px) {
  .boxInfo__scheduleText {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.boxInfo__scheduleText--link {
  color: #EF8200;
  font-weight: 700;
}

.boxInfo__icon02 {
  position: absolute;
  width: 32.9rem;
  bottom: -11.4rem;
  right: -10.9rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__icon02 {
    width: 12rem;
    bottom: -5rem;
    right: -1rem;
  }
}

.boxInfo__flow {
  max-width: 82rem;
  margin: 0 auto;
}

.boxInfo__flowList {
  counter-reset: step; /* カウンターのリセット */
}

.boxInfo__flowItem {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  position: relative;
  counter-increment: step; /* カウンターを増やす */
}
@media screen and (max-width: 750px) {
  .boxInfo__flowItem {
    gap: 1.4rem;
    align-items: flex-start;
  }
}
.boxInfo__flowItem + .boxInfo__flowItem {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__flowItem + .boxInfo__flowItem {
    margin-top: 3rem;
  }
}
.boxInfo__flowItem::before {
  content: counter(step);
  font-weight: bold;
  font-size: 4.2rem;
  color: #fff;
  display: block;
  flex-shrink: 0;
  width: 10rem;
  height: 10rem;
  border-radius: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FCC301, #E60012);
}
@media screen and (max-width: 750px) {
  .boxInfo__flowItem::before {
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
  }
}

.boxInfo__flowText {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 400;
  color: #2C2C2C;
}
@media screen and (max-width: 750px) {
  .boxInfo__flowText {
    font-size: 1.4rem;
  }
}
.boxInfo__flowText--color01 {
  color: #EE470B;
  font-weight: 700;
}

.boxInfo__flowNotice {
  margin-top: 5rem;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 400;
  color: #2C2C2C;
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .boxInfo__flowNotice {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}

.boxInfo__subtitle {
  margin-top: 2rem;
  width: 98.9rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__subtitle {
    width: 27rem;
    margin: 2rem auto 0;
  }
}

.boxInfo__present {
  margin-top: 10rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__present {
    margin-top: 3rem;
  }
}

.boxInfo__presentList {
  flex-wrap: wrap;
  gap: 5rem 0;
}
@media screen and (max-width: 750px) {
  .boxInfo__presentList {
    gap: 2rem 0;
    margin-right: -1rem;
    margin-left: 1rem;
  }
}

.boxInfo__presentItem:nth-child(1) {
  margin-left: 11rem;
}
.boxInfo__presentItem:nth-child(1) img {
  width: 35.9rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__presentItem:nth-child(1) {
    margin-left: 1rem;
  }
  .boxInfo__presentItem:nth-child(1) img {
    width: 12rem;
  }
}
.boxInfo__presentItem:nth-child(2) {
  margin-left: 9rem;
}
.boxInfo__presentItem:nth-child(2) img {
  width: 40.7rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__presentItem:nth-child(2) {
    margin-left: 1rem;
  }
  .boxInfo__presentItem:nth-child(2) img {
    width: 14rem;
  }
}
.boxInfo__presentItem:nth-child(3) {
  margin-left: 9.8rem;
}
.boxInfo__presentItem:nth-child(3) img {
  width: 43rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__presentItem:nth-child(3) {
    margin-left: 0.4rem;
  }
  .boxInfo__presentItem:nth-child(3) img {
    width: 15rem;
  }
}
.boxInfo__presentItem:nth-child(4) {
  margin-left: 5.9rem;
}
.boxInfo__presentItem:nth-child(4) img {
  width: 34.7rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__presentItem:nth-child(4) {
    margin-left: -0.5rem;
  }
  .boxInfo__presentItem:nth-child(4) img {
    width: 12.3rem;
  }
}

.boxInfo__presentOther {
  margin-top: 9.3rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__presentOther {
    margin-top: 4rem;
  }
}

.boxInfo__presentOtherTitle {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  color: #2C2C2C;
}
@media screen and (max-width: 750px) {
  .boxInfo__presentOtherTitle {
    font-size: 1.6rem;
  }
}

.boxInfo__presentOtherText {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
  color: #2C2C2C;
}
@media screen and (max-width: 750px) {
  .boxInfo__presentOtherText {
    font-size: 1.4rem;
  }
}

.boxInfo__presentOtherText--indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.boxInfo__presentOtherText--dot::before {
  content: "・";
}

.comment {
  background-color: #fff;
}

.comment__inner {
  padding: 0;
}
.comment__column {
  gap: 0 3.7rem;
}
@media screen and (max-width: 750px) {
  .comment__column {
    flex-direction: column;
    gap: 3rem;
  }
}

.comment__title {
  margin-top: 1.5rem;
  margin-left: -5rem;
  margin-right: -5rem;
  width: 62.2rem;
}
@media screen and (max-width: 750px) {
  .comment__title {
    margin-top: 0;
    width: 34rem;
    margin-left: -1.9rem;
    margin-right: -1.9rem;
  }
}

.comment__text {
  margin-top: 2.9rem;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
  color: #2C2C2C;
}
@media screen and (max-width: 750px) {
  .comment__text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}

.comment__imgList {
  gap: 1rem 1rem;
  flex-wrap: wrap;
  width: 52rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .comment__imgList {
    gap: 1rem 0.5rem;
    width: 100%;
  }
}

.comment__imgItem {
  width: 25.5rem;
}
@media screen and (max-width: 750px) {
  .comment__imgItem {
    width: 14.8rem;
  }
}

.comment__imgText {
  font-size: 1.2rem;
  line-height: 1.6153846154;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #2C2C2C;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .comment__imgText {
    font-size: 1rem;
  }
}

.panel {
  background-color: #fff;
}

.panel__inner {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .panel__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 750px) {
  .panel__inner {
    padding-bottom: 5rem;
  }
}

.boxPanel {
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.2);
  border-radius: 1.7rem;
  padding: 5rem 5rem 1rem;
}
@media screen and (max-width: 750px) {
  .boxPanel {
    padding: 2rem 2.4rem 4rem;
  }
}

.boxPanel__title {
  width: 62.2rem;
  position: absolute;
  transform: translateX(-50%);
  top: -4.5rem;
  left: 50%;
}
@media screen and (max-width: 750px) {
  .boxPanel__title {
    top: -2.5rem;
    width: 34rem;
  }
}

.boxPanel__column {
  margin-top: 5rem;
  align-items: center;
  gap: 0 8rem;
}
@media screen and (max-width: 750px) {
  .boxPanel__column {
    align-items: flex-end;
    flex-direction: column;
    margin-top: 0;
  }
}

.boxPanel__img {
  width: 20.3rem;
  flex-shrink: 0;
  margin-left: 5rem;
}
@media screen and (max-width: 750px) {
  .boxPanel__img {
    width: 11.5rem;
    margin-right: 0.6rem;
  }
}

.boxPanel__text {
  font-size: 2.1rem;
  line-height: 2.6666666667;
  letter-spacing: 0;
  font-weight: 700;
  color: #2C2C2C;
}
@media screen and (max-width: 750px) {
  .boxPanel__text {
    margin-top: -22rem;
    font-size: 1.3rem;
    padding-bottom: 0;
    width: 100%;
  }
}

.notice__inner {
  padding-top: 18rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .notice__inner {
    padding-top: 10rem;
    padding-bottom: 2rem;
  }
}

.notice__text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 500;
  color: #E60F10;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .notice__text {
    font-size: 1.4rem;
  }
}

.JsInview {
  transform: translateY(40px);
  opacity: 0;
  transition: all 1.2s;
}
.JsInview.is-active {
  opacity: 1;
  transform: translateY(0);
}
.JsInviewBox__01, .JsInviewBox__02, .JsInviewBox__03, .JsInviewBox__04, .JsInviewBox__05, .JsInviewBox__06, .JsInviewBox__07, .JsInviewBox__08, .JsInviewBox__09, .JsInviewBox__10 {
  transform: translateY(40px);
  opacity: 0;
  transition: all 1.2s;
}
.is-active .JsInviewBox__01, .is-active .JsInviewBox__02, .is-active .JsInviewBox__03, .is-active .JsInviewBox__04, .is-active .JsInviewBox__05, .is-active .JsInviewBox__06, .is-active .JsInviewBox__07, .is-active .JsInviewBox__08, .is-active .JsInviewBox__09, .is-active .JsInviewBox__10 {
  opacity: 1;
  transform: translateY(0);
}
.JsInviewBox__01 {
  transition-delay: 0;
}
.JsInviewBox__02 {
  transition-delay: 0.3s;
}
.JsInviewBox__03 {
  transition-delay: 0.6s;
}
.JsInviewBox__04 {
  transition-delay: 0.9s;
}
.JsInviewBox__05 {
  transition-delay: 1.2s;
}
.JsInviewBox__06 {
  transition-delay: 1.5s;
}
.JsInviewBox__07 {
  transition-delay: 1.8s;
}
.JsInviewBox__08 {
  transition-delay: 2.1s;
}
.JsInviewBox__09 {
  transition-delay: 2.4s;
}
.JsInviewBox__10 {
  transition-delay: 2.7s;
}

.show-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .show-pc {
    display: none;
  }
}

.show-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .show-sp {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .show-sp--inline {
    display: inline;
  }
}
/*# sourceMappingURL=style.css.map */
