@charset "UTF-8";
.l-container {
  padding-top: 0;
  background-image: url("../images/bg.jpg");
  background-size: cover;
}

.section-inner {
  text-align: center;
}

.section-title {
  margin: 0;
}

.check-list {
  padding: 0;
  list-style: none;
  margin-top: 2.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 850px) {
  .check-list {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .check-list {
    width: 100%;
  }
}
.check-list li {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .check-list li {
    margin-bottom: 1.2rem;
  }
}
.check-list li:last-of-type {
  margin-bottom: 0;
}
.check-list li .item {
  text-align: left;
}
.check-list li .main {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .check-list li .main {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.check-list li .sub {
  margin: 1.5rem 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #3f3b3a;
}
@media screen and (max-width: 768px) {
  .check-list li .sub {
    margin-top: 0.4rem;
  }
}
.check-list li .note {
  margin: 0.8rem 0 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: #3f3b3a;
}
.check-list li::before {
  content: "";
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .check-list li::before {
    background-size: contain;
    width: 2rem;
    height: 2rem;
  }
}

.mv-container {
  padding: 2.7rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .mv-container {
    padding: 1.4rem 1.4rem 0;
  }
}
.mv-container .mv-inner {
  padding: 2rem 1.5rem 4.8rem;
  margin: 0 auto;
  max-width: 1302px;
  width: 100%;
  aspect-ratio: 1302/655;
  border-radius: 3.2rem;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .mv-container .mv-inner {
    aspect-ratio: 1302/724;
    padding: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .mv-container .mv-inner {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mv-container .mv-inner {
    padding: 1.1rem 1.5rem 6rem;
    aspect-ratio: auto;
    flex-direction: column;
    border-radius: 1.6rem;
  }
}
.mv-container .logo {
  max-width: 11.3rem;
  position: absolute;
  top: 2rem;
  right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .mv-container .logo {
    position: static;
    max-width: 5rem;
    margin-left: auto;
  }
}
.mv-container .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .mv-container .inner {
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .mv-container .inner {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.mv-container .text-box {
  max-width: 576px;
  width: auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 1100px) {
  .mv-container .text-box {
    max-width: 50%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mv-container .text-box {
    max-width: 100%;
  }
}
.mv-container .dialogue {
  max-width: 51.6rem;
  margin-left: auto;
  margin-right: -5.9rem;
  margin-bottom: 4rem;
}
.mv-container .dialogue img {
  width: 100%;
}
.mv-container .title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .mv-container .title {
    margin-bottom: 3.2rem;
  }
}
.mv-container .entry-period {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1100px) {
  .mv-container .entry-period {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .mv-container .entry-period {
    gap: 0.8rem;
  }
}
.mv-container .entry-period-label {
  padding: 0.3rem 1.6rem;
  margin: 0;
  background-color: #fff100;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  border-radius: 1.7rem;
}
.mv-container .entry-period-date .date {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1, "tnum" 1;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .mv-container .entry-period-date .date {
    display: flex;
    align-items: flex-end;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 420px) {
  .mv-container .entry-period-date .date {
    font-size: min(4.1vw, 16px);
  }
}
.mv-container .entry-period-date .date .wave {
  margin-bottom: 4px;
}
@media screen and (max-width: 420px) {
  .mv-container .entry-period-date .date .wave {
    margin-left: -5px;
  }
}
.mv-container .entry-period-date .date .num {
  font-size: 3.2rem;
}
@media screen and (max-width: 420px) {
  .mv-container .entry-period-date .date .num {
    font-size: min(8.21vw, 32px);
  }
}
.mv-container .entry-period-date .date .unit {
  font-size: 2.2rem;
}
@media screen and (max-width: 420px) {
  .mv-container .entry-period-date .date .unit {
    font-size: min(5.64vw, 22px);
  }
}
@media screen and (max-width: 420px) {
  .mv-container .entry-period-date .date .week {
    margin-left: -5px;
  }
}
.mv-container .entry-button {
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .mv-container .entry-button .c-button {
    margin: 0 auto;
  }
}
.mv-container .terumaru {
  max-width: 60rem;
}
@media screen and (max-width: 768px) {
  .mv-container .terumaru {
    margin-bottom: 3.2rem;
  }
}
.mv-container .end-text {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  color: #3f3b3a;
  margin-top: 4.7rem;
}
@media screen and (max-width: 768px) {
  .mv-container .end-text {
    margin-top: 3.3rem;
    font-size: 2.4rem;
  }
}

.recruit-member-container {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .recruit-member-container {
    margin-top: 2.8rem;
  }
}
.recruit-member-container .guideline-container {
  padding: 6.4rem;
  margin-top: 4rem;
  background-color: #fff;
  border-radius: 2.4rem;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .recruit-member-container .guideline-container {
    padding: 3.2rem 2rem 4rem;
    gap: 2.3rem;
    flex-direction: column-reverse;
    align-items: center;
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 850px) {
  .recruit-member-container .guideline-container .image {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-member-container .guideline-container .image {
    width: 100%;
  }
}
.recruit-member-container .guideline-container .image img {
  width: 100%;
  max-width: 37.2rem;
}
@media screen and (max-width: 768px) {
  .recruit-member-container .guideline-container .image img {
    max-width: 30rem;
    width: 100%;
  }
}

.workshop-container {
  margin-top: 4rem;
  padding-bottom: 14.3rem;
  overflow-x: clip;
  background-image: url("../images/postit.png");
  background-size: 1552.79px calc(2693.34px + 10rem);
  background-repeat: repeat-y;
  background-position: center 7.67rem;
}
@media screen and (max-width: 768px) {
  .workshop-container {
    background-image: url("../images/postit-sp.png");
    background-size: cover;
    margin-top: 5.6rem;
    padding-bottom: 9.6rem;
  }
}
.workshop-container .section-inner {
  position: relative;
  padding: 0 8rem 8.6rem;
  border: 2px solid #abdbdb;
  border-radius: 2.4rem;
  background-image: url("../images/bg-grid.svg");
  max-width: 1104px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .workshop-container .section-inner {
    padding: 0 1.4rem 6.2rem 1.4rem;
    width: auto;
    margin-right: 3.59vw;
    margin-left: 3.59vw;
    border-radius: 1.6rem;
    background-image: url("../images/bg-grid-sp.svg");
  }
}
.workshop-container .section-inner .section-title {
  max-width: 85.5rem;
  margin-top: -2.2rem;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .workshop-container .section-inner .section-title {
    margin-top: 6.4rem;
  }
}
.workshop-container .section-inner .lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 4rem 0 0;
  color: #3f3b3a;
}
@media screen and (max-width: 768px) {
  .workshop-container .section-inner .lead {
    font-size: 1.6rem;
    margin-top: 3.2rem;
  }
}
.workshop-container .section-inner .contents-inner {
  max-width: 94rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .workshop-container .section-inner .contents-inner {
    max-width: 100%;
  }
}
.workshop-container .fixed-image img {
  position: absolute;
  width: auto;
  height: auto;
}
.workshop-container .fixed-image .pencil1 {
  top: -6.7rem;
  right: -27.33rem;
}
@media screen and (max-width: 768px) {
  .workshop-container .fixed-image .pencil1 {
    top: -2.6rem;
    right: -11.9rem;
    max-width: 221.04px;
  }
}
.workshop-container .fixed-image .pencil2 {
  top: 37.17rem;
  left: -25.68rem;
}
@media screen and (max-width: 768px) {
  .workshop-container .fixed-image .pencil2 {
    top: 32.17rem;
    left: -14.28rem;
    max-width: 184.96px;
  }
}
.workshop-container .fixed-image .pencil3 {
  top: 107.7rem;
  right: -25.68rem;
}
@media screen and (max-width: 768px) {
  .workshop-container .fixed-image .pencil3 {
    top: 148.7rem;
    right: -10.68rem;
    max-width: 184.11px;
  }
}
.workshop-container .fixed-image .pencil4 {
  top: 162.99rem;
  left: -25.68rem;
}
@media screen and (max-width: 768px) {
  .workshop-container .fixed-image .pencil4 {
    top: 240.99rem;
    left: -14.68rem;
    max-width: 184.26px;
  }
}
.workshop-container .workshop-feature {
  padding: 0 5.6rem 4rem 2.4rem;
  background-color: #fff;
  border: 2px solid #b6e3fc;
  border-radius: 0.8rem;
  box-shadow: 12px 12px 0px 0px #7fcaf3;
  width: calc(100% - 12px);
  text-align: left;
  margin-top: 7.5rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .workshop-container .workshop-feature {
    padding: 0 1.4rem 4rem 1.4rem;
    margin-top: 5.2rem;
    border-radius: 0.4rem;
  }
}
.workshop-container .workshop-feature .title {
  padding: 1.2rem 2.4rem;
  margin: -2.8rem 0 2.2rem;
  border-radius: 0.8rem;
  background-image: url("../images/bg-title-blue.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  min-height: 5.6rem;
  display: flex;
  width: max-content;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .workshop-container .workshop-feature .title {
    padding: 0.8rem 1.6rem;
    margin-top: -2rem;
    font-size: 1.6rem;
    min-height: 4rem;
  }
}
@media screen and (max-width: 360px) {
  .workshop-container .workshop-feature .title {
    padding: 0.8rem;
    font-size: 1.2rem;
  }
}
.workshop-container .workshop-feature .feature-list {
  margin: 0;
  max-width: 436px;
}
@media screen and (max-width: 850px) {
  .workshop-container .workshop-feature .feature-list {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .workshop-container .workshop-feature .feature-list {
    max-width: 100%;
    width: 100%;
  }
}
.workshop-container .workshop-feature .feature-list .main {
  font-size: 1.6rem;
}
.workshop-container .workshop-feature-inner {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .workshop-container .workshop-feature-inner {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 850px) {
  .workshop-container .workshop-feature-inner .image {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .workshop-container .workshop-feature-inner .image {
    width: 100%;
    text-align: center;
  }
}
.workshop-container .workshop-feature-inner .image img {
  width: 100%;
  max-width: 37.3rem;
}
@media screen and (max-width: 768px) {
  .workshop-container .workshop-feature-inner .image img {
    width: 100%;
  }
}
.workshop-container .days-container {
  margin-top: 7.6rem;
}
@media screen and (max-width: 768px) {
  .workshop-container .days-container {
    margin-top: 6.8rem;
  }
}
.workshop-container .days-container .contents-title {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .workshop-container .days-container .contents-title img {
    max-width: 232px;
  }
}
.workshop-container .days-container .lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  color: #3f3b3a;
  margin-top: 0;
}
.workshop-container .days-container .days {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.6rem;
}
@media screen and (max-width: 1100px) {
  .workshop-container .days-container .days {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .workshop-container .days-container .days {
    grid-template-columns: auto;
    justify-content: center;
    gap: 0;
  }
}
.workshop-container .days-container .days .day {
  box-sizing: border-box;
  min-width: 0;
  padding: 0 2.4rem 2.4rem;
  background-color: #fff;
  border: 2px solid #fff100;
  border-radius: 0.8rem;
  box-shadow: 12px 12px 0px 0px #f7d611;
  text-align: left;
  margin-top: 6.2rem;
  margin-bottom: 1.2rem;
  margin-right: 1.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .workshop-container .days-container .days .day {
    padding: 0 2.2rem 2rem;
    width: auto;
    margin-top: 4.5rem;
  }
  .workshop-container .days-container .days .day:first-of-type {
    margin-top: 6rem;
  }
}
.workshop-container .days-container .days .day .title {
  padding: 1.3rem 2.2rem;
  margin: -2.7rem 0 2.2rem;
  border-radius: 0.8rem;
  background-image: url("../images/bg-title-orange.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  min-height: 5.4rem;
  display: flex;
  width: max-content;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .workshop-container .days-container .days .day .title {
    padding: 0.8rem 1.6rem;
    margin-top: -2rem;
    font-size: 2rem;
    min-height: 4rem;
  }
}
.workshop-container .days-container .day-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .workshop-container .days-container .day-content {
    text-align: left;
    flex-direction: row;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 420px) {
  .workshop-container .days-container .day-content {
    flex-direction: column;
  }
}
.workshop-container .days-container .day-content .date {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1, "tnum" 1;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  margin: 0 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .workshop-container .days-container .day-content .date {
    font-size: 1.8rem;
  }
}
.workshop-container .days-container .day-content .date .num {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-right: 0.4rem;
}
.workshop-container .days-container .day-content .date .num:nth-of-type(2) {
  margin-left: 0.4rem;
}
@media screen and (max-width: 768px) {
  .workshop-container .days-container .day-content .date .num {
    font-size: 2.2rem;
  }
}
.workshop-container .days-container .day-content .time {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .workshop-container .days-container .day-content .time {
    font-size: 2.2rem;
  }
}
.workshop-container .days-container .day-content .text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0.8rem 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .workshop-container .days-container .day-content .text {
    font-size: 1.4rem;
  }
}
.workshop-container .days-container .day-content .image {
  margin-top: auto;
  margin-bottom: 0;
  max-width: 14rem;
  flex: 0 1 auto;
}
@media screen and (max-width: 768px) {
  .workshop-container .days-container .day-content .image {
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 768px) {
  .workshop-container .days-container .day-content .image img {
    max-width: 11rem;
    width: auto;
  }
}
.workshop-container .recruit-info {
  box-sizing: border-box;
  min-width: 0;
  padding: 0 5.6rem 4rem;
  background-color: #fff;
  border: 2px solid #ffd6da;
  border-radius: 1.6rem;
  box-shadow: 12px 12px 0px 0px #ffa7af;
  text-align: left;
  margin-top: 9.1rem;
  margin-bottom: 1.2rem;
  margin-right: 1.2rem;
}
@media screen and (max-width: 800px) {
  .workshop-container .recruit-info {
    padding: 0 1.8rem 3.2rem 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .workshop-container .recruit-info {
    border-radius: 0.8rem;
  }
}
.workshop-container .recruit-info .title {
  padding: 1.3rem 2.2rem;
  margin: -2.7rem 0 2.2rem;
  border-radius: 0.8rem;
  background-image: url("../images/bg-title-gray.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  min-height: 5.4rem;
  display: flex;
  width: max-content;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .workshop-container .recruit-info .title {
    padding: 0.8rem 1.6rem;
    margin-top: -2rem;
    font-size: 1.6rem;
    min-height: 4rem;
  }
}
.workshop-container .recruit-info .recruit-info-inner {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 800px) {
  .workshop-container .recruit-info .recruit-info-inner {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.workshop-container .recruit-info .recruit-info-inner img {
  max-width: 22rem;
}
.workshop-container .recruit-info .info {
  border-collapse: collapse;
  max-width: 556px;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .workshop-container .recruit-info .info {
    max-width: 100%;
  }
}
.workshop-container .recruit-info .info tr {
  vertical-align: baseline;
}
@media screen and (max-width: 800px) {
  .workshop-container .recruit-info .info tr {
    display: flex;
    flex-direction: column;
  }
}
.workshop-container .recruit-info .info th,
.workshop-container .recruit-info .info td {
  border-bottom: 1px solid #000;
  padding: 1.6rem 0;
}
.workshop-container .recruit-info .info th {
  white-space: nowrap;
  padding-right: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  .workshop-container .recruit-info .info th {
    padding-bottom: 0.4rem;
    font-size: 1.4rem;
    border-bottom: none;
  }
}
.workshop-container .recruit-info .info td {
  width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: #3f3b3a;
}
@media screen and (max-width: 800px) {
  .workshop-container .recruit-info .info td {
    padding-top: 0;
  }
}
.workshop-container .recruit-info .info td ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.workshop-container .recruit-info .info td ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.4rem;
  align-items: start;
}
.workshop-container .recruit-info .info td ul li::before {
  content: "・";
}
.workshop-container .recruit-info .info td .note {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.4rem;
  align-items: start;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 0 0.4rem;
}
.workshop-container .recruit-info .info td .note:first-of-type {
  margin-top: 0.4rem;
}
.workshop-container .recruit-info .info td .note:last-of-type {
  margin-bottom: 0;
}
.workshop-container .recruit-info .info td .note::before {
  content: "(*)";
}
.workshop-container .entry-button p {
  margin-top: 5.6rem;
  margin-bottom: 4.8rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  .workshop-container .entry-button p {
    margin-top: 6.8rem;
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
  }
}
.workshop-container .entry-button p a {
  color: #ea5550;
}
.workshop-container .entry-button a {
  margin: 0 auto;
}

.flow-container {
  padding-top: 3.4rem;
  padding-bottom: 12rem;
  background-color: #fffde1;
}
@media screen and (max-width: 768px) {
  .flow-container {
    padding-bottom: 4.2rem;
  }
}
.flow-container .section-inner {
  max-width: 934px;
  box-sizing: content-box;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .flow-container .section-inner {
    width: auto;
  }
}
.flow-container .section-inner .section-title {
  max-width: 83.1rem;
  margin-left: 0;
}
.flow-container .flow {
  margin-top: 4.7rem;
}
.flow-container .flow-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 768px) {
  .flow-container .flow-list {
    margin-bottom: 3.8rem;
  }
}
.flow-container .flow-list .flow-item {
  width: 100%;
  position: relative;
  background: #fff;
  border: 2px solid #fff100;
  border-radius: 0.8rem;
  padding: 2.4rem 5rem 2.4rem 5.6rem;
  box-shadow: 6px 6px 0 #fff100;
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .flow-container .flow-list .flow-item {
    padding: 1.2rem 1.6rem;
    align-items: flex-start;
    gap: 1.2rem;
  }
}
.flow-container .flow-list .flow-item:last-of-type::after {
  content: none;
}
.flow-container .flow-list .flow-item:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 4.7rem solid transparent;
  border-right: 4.6rem solid transparent;
  border-top: 2.3rem solid #fff;
  filter: drop-shadow(3px 6px 0 #fff100);
  will-change: transform;
}
.flow-container .flow-list .flow-item > img {
  max-width: 10rem;
}
@media screen and (max-width: 768px) {
  .flow-container .flow-list .flow-item > img {
    max-width: 5.6rem;
  }
}
.flow-container .flow-list .flow-item .description {
  text-align: left;
}
.flow-container .flow-list .flow-item .description .head {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .flow-container .flow-list .flow-item .description .head {
    font-size: 2rem;
    margin-bottom: 0.4rem;
    line-height: 1.26;
    display: flex;
    align-items: flex-start;
  }
}
.flow-container .flow-list .flow-item .description .num {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  color: #ffd500;
  margin-right: 1.6rem;
}
@media screen and (max-width: 768px) {
  .flow-container .flow-list .flow-item .description .num {
    font-size: 2rem;
    margin-top: 2px;
    margin-right: 0.8rem;
  }
}
.flow-container .flow-list .flow-item .description .date {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0 0 0.4rem;
}
@media screen and (max-width: 768px) {
  .flow-container .flow-list .flow-item .description .date {
    font-size: 1.6rem;
  }
}
.flow-container .flow-list .flow-item .description .note {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #3f3b3a;
  margin: 0;
}
.flow-container .flow-list .flow-item .description .note.-small {
  font-size: 1.2rem;
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.4rem;
  align-items: start;
}
.flow-container .flow-list .flow-item .description .note.-small::before {
  content: "(*)";
}

.notes-container {
  padding-top: 6.5rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .notes-container {
    padding-top: 6.3rem;
  }
}
.notes-container .section-title {
  margin-bottom: 4.2rem;
  font-size: 4rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .notes-container .section-title {
    font-size: 2.6rem;
    line-height: 1.8;
    margin-bottom: 2.9rem;
  }
}
.notes-container .notes {
  margin: 0 auto;
  max-width: 880px;
}
.notes-container .notes h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .notes-container .notes h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.notes-container .note-list {
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .notes-container .note-list {
    margin-bottom: 3.2rem;
  }
}
.notes-container .note-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.8rem;
  align-items: start;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}
.notes-container .note-list li::before {
  content: "・";
}
.notes-container .note-list li:last-of-type {
  margin-bottom: 0;
}
.notes-container .button-group {
  padding-bottom: 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .notes-container .button-group {
    gap: 3.2rem;
  }
}
.notes-container .contact-group {
  margin-top: 5.6rem;
}
.notes-container .contact-group h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .notes-container .contact-group h3 {
    font-size: 1.4rem;
  }
}
.notes-container .contact-group p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}