@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* @media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
} */
.pc-a {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-a {
    display: none;
  }
}

.sp-a {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-a {
    display: block;
  }
}

.img__note {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 8px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}

.schedule-content {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
.schedule-content img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.schedule-mv {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  background: #f9e7db;
}
.schedule-mv__bg {
  position: relative;
  width: 100%;
  height: 528px;
  background: url(../images/schedule/bg_mv01.png) no-repeat right top, url(../images/schedule/bg_mv02.png) no-repeat left bottom, url(../images/schedule/mv.jpg) no-repeat center top;
  background-size: auto, auto, cover;
  background-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .schedule-mv__bg {
    height: 70vw;
    background: url(../images/schedule/mv.jpg) no-repeat left center;
    background-size: cover;
  }
}
.schedule-mv__title {
  position: absolute;
  top: 72px;
  left: calc(50% - 64px);
}
@media screen and (max-width: 767px) {
  .schedule-mv__title {
    position: relative;
    left: auto;
    top: auto;
    width: 80%;
    max-width: 360px;
    margin: -20vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .schedule-mv .img__note {
    bottom: auto;
    top: 8px;
  }
}
.schedule-question {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 50px;
  padding: 30px 0 60px;
  background: #f9e7db;
}
@media screen and (max-width: 767px) {
  .schedule-question {
    padding: 30px 15px 60px;
  }
}
.schedule-question__title {
  margin-bottom: 30px;
}
.schedule-question__title img {
  margin: 0 auto;
}
.schedule-question__title br + img {
  margin-top: 10px;
}
.schedule-question__text {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .schedule-question__text {
    font-size: 14px;
  }
}
.schedule-question__img {
  margin-top: 30px;
}
.schedule-question__img img {
  margin: 0 auto;
}
.schedule-question::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 72px 72px 0px 72px;
  border-color: #df884d transparent transparent transparent;
}
.schedule-detail {
  padding: 60px 0 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .schedule-detail {
    padding-top: 30px;
  }
}
.schedule-detail__title {
  padding: 50px 15px 70px;
  background: url(../images/schedule/icon_schedule01.svg) no-repeat center top;
  background-size: 55px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule-detail__title {
    padding: 40px 15px 40px;
  }
}
.schedule-detail__title img {
  margin: 0 auto;
}
.schedule-detail__bg {
  max-width: 938px;
  margin: 0 auto;
  padding: 50px 0 30px;
  background: url(../images/schedule/bg_schedule01.svg) no-repeat left top, url(../images/schedule/bg_schedule02.svg) no-repeat right bottom;
  background-size: 318px;
}
@media screen and (max-width: 767px) {
  .schedule-detail__bg {
    background-size: 160px;
  }
}
.schedule-detail__num {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .schedule-detail__num {
    margin-bottom: 40px;
  }
}
.schedule-detail__num img {
  margin: 0 auto;
}
.schedule-detail__box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 621px;
  margin: 0 auto 0;
  padding: 20px 32px 20px;
  background: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .schedule-detail__box {
    flex-wrap: wrap;
    width: calc(100% - 30px);
    padding: 20px 20px;
  }
}
.schedule-detail__box-body {
  width: 60%;
  padding-top: 45px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .schedule-detail__box-body {
    width: 100%;
    padding-top: 60px;
  }
}
.schedule-detail__box-ribbon {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.schedule-detail__box-title {
  margin-bottom: 10px;
  background: linear-gradient(transparent 60%, #ebb38d 30%);
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.schedule-detail__box-num {
  margin-bottom: 20px;
}
.schedule-detail__box-num img {
  margin: 0 auto;
}
.schedule-detail__box-img {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .schedule-detail__box-img {
    width: 100%;
    margin-top: 20px;
  }
}
.schedule-detail__box-img img {
  margin: 0 auto;
  border-radius: 50%;
}
.schedule-detail__box-img .img__wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-detail__box-img .img__wrap {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
  }
}
.schedule-detail__box-img .img__note {
  right: -10px;
  bottom: -4px;
}
.schedule-detail__box-img .img__name {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 10px auto 0;
  font-size: 15px;
  font-weight: bold;
}
.schedule-detail__flow {
  position: relative;
  width: 100%;
  max-width: 658px;
  margin: 40px auto 0;
  padding-bottom: 140px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .schedule-detail__flow {
    width: calc(100% - 30px);
    padding-bottom: 50px;
    font-size: 15px;
  }
}
.schedule-detail__flow::before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 24px;
  width: 54px;
  height: calc(100% - 50px);
  background: #f9e7db;
}
@media screen and (max-width: 767px) {
  .schedule-detail__flow::before {
    left: 10px;
  }
}
.schedule-detail__flow::after {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% - 26px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 27px 0px 27px;
  border-color: #f9e7db transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .schedule-detail__flow::after {
    left: 10px;
  }
}
.schedule-detail__flow-box {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 110px;
}
@media screen and (max-width: 767px) {
  .schedule-detail__flow-box {
    padding-left: 95px;
  }
}
.schedule-detail__flow-box + .schedule-detail__flow-box {
  margin-top: 30px;
}
.schedule-detail__flow-box .box__icon {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .schedule-detail__flow-box .box__icon {
    width: 70px;
  }
}
.schedule-detail__flow-box .box__text {
  padding-top: 10px;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .schedule-detail__flow-box .box__text {
    width: 100%;
  }
}
.schedule-detail__flow-box .box__text em {
  color: #df884d;
  font-weight: bold;
  font-style: normal;
}
.schedule-detail__flow-box .box__text .kerning {
  letter-spacing: -7px;
}
.schedule-detail__flow-box .box__text p + p {
  margin-top: 15px;
}
.schedule-detail__flow-box .box__img {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .schedule-detail__flow-box .box__img {
    margin-top: 15px;
  }
}
.schedule-detail__flow-box .box__img .img__wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border: 1px solid #000;
}
.schedule-detail__flow-box .box__img .img__note {
  right: 0;
  bottom: -12px;
}
.schedule-detail__flow-box .box__column {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 30px 28px;
  background: #f9e7db;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .schedule-detail__flow-box .box__column {
    width: calc(100% + 10px);
    margin-left: -10px;
    padding: 20px 15px 25px;
  }
}
.schedule-detail__flow-box .box__column::after {
  content: "";
  display: block;
  clear: both;
}
.schedule-detail__flow-box .box__column-title {
  margin-bottom: 20px;
  text-align: center;
}
.schedule-detail__flow-box .box__column-title img {
  margin: 0 auto;
}
.schedule-detail__flow-box .box__column-bg01 {
  position: absolute;
  right: 32px;
  top: -32px;
}
@media screen and (max-width: 767px) {
  .schedule-detail__flow-box .box__column-bg01 {
    left: -35px;
    right: auto;
    top: -20px;
  }
}
.schedule-detail__flow-box .box__column-bg02 {
  float: right;
}
.schedule-detail__flow-box .box__column-text {
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .schedule-detail__flow-box .box__column-text {
    padding: 0;
  }
}
.schedule-detail__flow-box .box__column-text .line {
  display: inline-block;
  padding: 0 6px;
  margin: 2px 5px 2px -8px;
  background: #df884d;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .schedule-detail__flow-box .box__column-text .line {
    margin: 2px 5px 2px 0;
  }
  .schedule-detail__flow-box .box__column-text .line:has(.sp-line) {
    padding: 0;
    background: none;
  }
  .schedule-detail__flow-box .box__column-text .line .sp-line {
    display: inline-block;
    padding: 0 6px;
    margin: 2px 5px 2px 0;
    background: #df884d;
  }
}
.schedule-detail__flow-box .box__column-img {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.schedule-detail__flow-box .box__column-img.img_wide {
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .schedule-detail__flow-box .box__column-img.img_wide {
    gap: 8px;
  }
}
.schedule-detail__flow-box .box__bg01 {
  position: relative;
  right: 40px;
  bottom: -80px;
}
@media screen and (max-width: 767px) {
  .schedule-detail__flow-box .box__bg01 {
    position: absolute;
    right: 0;
    bottom: auto;
    top: -24px;
  }
}
.schedule-detail__flow-box.first {
  justify-content: flex-start;
}
.schedule-detail__flow-box.first .box__text {
  padding-right: 30px;
  padding-top: 15px;
}
.schedule-detail__flow-box.last {
  align-items: flex-end;
  justify-content: flex-start;
}
.schedule-detail__flow-box.last .box__icon {
  left: -41px;
}
@media screen and (max-width: 767px) {
  .schedule-detail__flow-box.last .box__icon {
    left: -31px;
    width: 116px;
  }
}
.schedule-detail__flow-box.last .box__text {
  padding-top: 20px;
  padding-right: 30px;
}

.customize-link {
  margin-top: 25px;
}
.customize-link a {
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .customize-link a:hover {
    opacity: 0.6;
  }
}
/*# sourceMappingURL=schedule.css.map */