@charset "utf-8";

div.container_ {
  width: 100%;
}

:root {
  --yugothic: 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  --fontYM: "Yu Mincho", "YuMincho", "ヒラギノ明朝", "Hiragino Mincho ProN", serif;
  --mainColor: #333;
  --color1: #d25d8d;
  --color2: #bb6e2e;
  --color3: #39a6c1;
  --color4: #d25d76;
  --color5: #c1ab05;
  --color6: #e49c00;
  --color7: #caae00;
  --color8: #e198b4;
  --bgcolor1: #faeff4;
  --bgcolor2: #f8f0ea;
  --bgcolor3: #ebf6f9;
  --bgcolor4: #faeff1;
  --bgcolor5: #f9f7e6;
  --bgcolor6: #fcf5e5;
  --bgcolor7: #faf7e5;
}

.shunsyokubin {
  color: var(--mainColor);
  font-feature-settings: "palt";
  font-variant-ligatures: no-common-ligatures;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  overflow: hidden;
  width: 100%;
}

.shunsyokubin img {
  height: auto;
  width: 100%;
}

.shunsyokubin * {
  margin: 0;
  padding: 0;
}

.shunsyokubin a {
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

/*----------------------------------
  shunsyokubin-header
----------------------------------*/
.shunsyokubin-header {
  background-image: url(../../../images/shunsyoku/vol6/mainimage.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 100%;
  min-height: 772px;
}

.shunsyokubin-header_body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1485px;
  position: relative;
}

.shunsyokubin-header_title {
  max-width: 667px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  text-align: center;
}

/*----------------------------------
  shunsyokubin-about
----------------------------------*/
.shunsyokubin-about {
  background-color: rgba(236, 242, 197, 0.6);
  padding-top: 56px;
  padding-bottom: 54px;
  position: relative;
}

.shunsyokubin-about::after {
  background-image: url(../../../images/shunsyoku/vol6/about_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  content: "";
  min-height: 108px;
  left: 0;
  bottom: -108px;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.shunsyokubin-about__inner {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  padding-right: 32px;
}

.shunsyokubin-about__caption {
  margin-top: 38px;
}

.shunsyokubin-about .section-title {
  text-align: left;
}

.shunsyokubin-about__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

.shunsyokubin-about__picts {
  margin-left: 98px;
  max-width: 412px;
}

/* shunsyokubin-points */
.shunsyokubin-points {
  margin-top: 74px;
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
}

.shunsyokubin-points__title {
  max-width: 412px;
  margin-left: auto;
  margin-right: auto;
}

.shunsyokubin-point {
  margin-top: 46px;
}

/*----------------------------------
  shunsyokubin-items
----------------------------------*/
.shunsyokubin-items {
  background-color: #fff;
  margin-top: 190px;
  position: relative;
  z-index: 0;
}

.shunsyokubin-item {
  margin-top: 40px;
  position: relative;
}

.shunsyokubin-item:not(:first-child) {
  margin-top: 180px;
}

.shunsyokubin-item__picts {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.item__01 .shunsyokubin-item__picts {
  max-width: 1345px;
}

.shunsyokubin-item__caption__wrap {
  position: relative;
}

.item__01 .shunsyokubin-item__caption__wrap {
  color: var(--color1);
}

.item__02 .shunsyokubin-item__caption__wrap {
  color: var(--color2);
}

.item__03 .shunsyokubin-item__caption__wrap {
  color: var(--color3);
}

.item__04 .shunsyokubin-item__caption__wrap {
  color: var(--color4);
}

.item__05 .shunsyokubin-item__caption__wrap {
  color: var(--color5);
}

.item__06 .shunsyokubin-item__caption__wrap {
  color: var(--color6);
}

.item__07 .shunsyokubin-item__caption__wrap {
  color: var(--color7);
}

.shunsyokubin-item__caption__wrap::before {
  content: "";
  border-style: solid;
  border-right: 26px solid transparent;
  border-left: 26px solid transparent;
  border-bottom: 43px solid #555555;
  border-top: 0;
  position: absolute;
  height: 0;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
}

.item__01 .shunsyokubin-item__caption__wrap::before {
  border-bottom: 43px solid var(--bgcolor1);
}

.item__02 .shunsyokubin-item__caption__wrap::before {
  border-bottom: 43px solid var(--bgcolor2);
}

.item__03 .shunsyokubin-item__caption__wrap::before {
  border-bottom: 43px solid var(--bgcolor3);
}

.item__04 .shunsyokubin-item__caption__wrap::before {
  border-bottom: 43px solid var(--bgcolor4);
}

.item__05 .shunsyokubin-item__caption__wrap::before {
  border-bottom: 43px solid var(--bgcolor5);
}

.item__06 .shunsyokubin-item__caption__wrap::before {
  border-bottom: 43px solid var(--bgcolor6);
}

.item__07 .shunsyokubin-item__caption__wrap::before {
  border-bottom: 43px solid var(--bgcolor7);
}

.shunsyokubin-item__caption__wrap::after {
  content: "";
  height: 100%;
  max-height: 304px;
  position: absolute;
  top: 54px;
  width: 100%;
  z-index: -1;
}

.item__01 .shunsyokubin-item__caption__wrap::after {
  background-color: var(--bgcolor1);
  max-height: 394px;
}

.item__02 .shunsyokubin-item__caption__wrap::after {
  background-color: var(--bgcolor2);
  max-height: 323px;
}

.item__03 .shunsyokubin-item__caption__wrap::after {
  background-color: var(--bgcolor3);
  max-height: 320px;
}

.item__04 .shunsyokubin-item__caption__wrap::after {
  background-color: var(--bgcolor4);
  max-height: 375px;
}

.item__05 .shunsyokubin-item__caption__wrap::after {
  background-color: var(--bgcolor5);
  max-height: 324px;
}

.item__06 .shunsyokubin-item__caption__wrap::after {
  background-color: var(--bgcolor6);
  max-height: 348px;
}

.item__07 .shunsyokubin-item__caption__wrap::after {
  background-color: var(--bgcolor7);
  max-height: 322px;
}

.shunsyokubin-item__caption__inner {
  max-width: 1026px;
  margin-left: auto;
  margin-right: auto;
}

.shunsyokubin-item__number {
  margin-top: 10px;
  margin-bottom: 13px;
  width: 126px;
}

.shunsyokubin-item__caption__items {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.shunsyokubin-item__title {
  font-family: var(--yugothic);
  font-size: 50px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.1em;
}

.item__05 .shunsyokubin-item__title {
  letter-spacing: 0.03em;
}

.shunsyokubin-item__title span {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}

.shunsyokubin-item__caption {
  max-width: 469px;
  text-align: justify;
}

.shunsyokubin-item__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5555555;
  color: var(--mainColor);
}

.shunsyokubin-item__more {
  margin-left: auto;
  margin-right: auto;
  margin-top: 17px;
  max-width: 469px;
}

.shunsyokubin-item__more .shunsyokubin-item__link {
  color: #fff;
}

.shunsyokubin-item__link {
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  height: 60px;
  position: relative;
  width: 100%;
}

.item__01 .shunsyokubin-item__link {
  background-color: var(--color1);
  border: 3px solid var(--color1);
}

.item__01 .shunsyokubin-item__more:last-child .shunsyokubin-item__link {
  background-color: var(--color8);
  border: 3px solid var(--color8);
}

.item__02 .shunsyokubin-item__link {
  background-color: var(--color2);
  border: 3px solid var(--color2);
}

.item__03 .shunsyokubin-item__link {
  background-color: var(--color3);
  border: 3px solid var(--color3);
}

.item__04 .shunsyokubin-item__link {
  background-color: var(--color4);
  border: 3px solid var(--color4);
}

.item__05 .shunsyokubin-item__link {
  background-color: var(--color5);
  border: 3px solid var(--color5);
}

.item__06 .shunsyokubin-item__link {
  background-color: var(--color6);
  border: 3px solid var(--color6);
}

.item__07 .shunsyokubin-item__link {
  background-color: var(--color7);
  border: 3px solid var(--color7);
}

.shunsyokubin-item__link::after {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 20px;
  top: 0;
  transform: rotate(45deg);
  width: 8px;
}

.shunsyokubin-item__link:hover {
  background-color: #fff;
}

.item__01 .shunsyokubin-item__link:hover {
  color: var(--color1);
}

.item__01 .shunsyokubin-item__more:last-child .shunsyokubin-item__link:hover {
  background-color: #fff;
  border: 3px solid var(--color1);
  color: var(--color1);
}

.item__02 .shunsyokubin-item__link:hover {
  color: var(--color2);
}

.item__03 .shunsyokubin-item__link:hover {
  color: var(--color3);
}

.item__04 .shunsyokubin-item__link:hover {
  color: var(--color4);
}

.item__05 .shunsyokubin-item__link:hover {
  color: var(--color5);
}

.item__06 .shunsyokubin-item__link:hover {
  color: var(--color6);
}

.item__07 .shunsyokubin-item__link:hover {
  color: var(--color7);
}

.item__01 .shunsyokubin-item__link:hover::after {
  border-bottom: 3px solid var(--color1);
  border-right: 3px solid var(--color1);
}

.item__02 .shunsyokubin-item__link:hover::after {
  border-bottom: 3px solid var(--color2);
  border-right: 3px solid var(--color2);
}

.item__03 .shunsyokubin-item__link:hover::after {
  border-bottom: 3px solid var(--color3);
  border-right: 3px solid var(--color3);
}

.item__04 .shunsyokubin-item__link:hover::after {
  border-bottom: 3px solid var(--color4);
  border-right: 3px solid var(--color4);
}

.item__05 .shunsyokubin-item__link:hover::after {
  border-bottom: 3px solid var(--color5);
  border-right: 3px solid var(--color5);
}

.item__06 .shunsyokubin-item__link:hover::after {
  border-bottom: 3px solid var(--color6);
  border-right: 3px solid var(--color6);
}

.item__07 .shunsyokubin-item__link:hover::after {
  border-bottom: 3px solid var(--color7);
  border-right: 3px solid var(--color7);
}

/*----------------------------------
  shunsyokubin-course
----------------------------------*/
.shunsyokubin-course {
  background-size: auto;
  margin-top: 280px;
  padding-bottom: 210px;
  position: relative;
  z-index: 0;
}

.shunsyokubin-course::before {
  background-image: var(--section-bg, none);
  border-radius: 50% 50% 0 0;
  content: "";
  height: 800px;
  margin-left: -400px;
  margin-right: -400px;
  padding-left: 400px;
  padding-right: 400px;
  position: absolute;
  left: 0;
  top: -110px;
  width: 100%;
  z-index: -1;
}

.shunsyokubin-course__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  margin-bottom: 70px;
  max-width: 1280px;
}

.shunsyokubin-course__btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--yugothic);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  height: 68px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 0;
  background-color: #fff;
  border-radius: 34px;
  max-width: 322px;
}

.btn__01 {
  margin-left: 134px;
}

.btn__03 {
  margin-right: 134px;
}

.btn__04,
.btn__05,
.btn__06,
.btn__07 {
  max-width: 308px;
  margin-left: 6px;
  margin-right: 6px;
}

.shunsyokubin-course__btn.current {
  color: #fff;
  -webkit-text-decoration: underline solid #fff;
  text-decoration: underline solid #fff;
}

.shunsyokubin-course__btn:nth-child(-n + 3) {
  margin-bottom: 30px;
}

.btn__01.current {
  background-color: var(--color1);
}

.btn__02.current {
  background-color: var(--color2);
}

.btn__03.current {
  background-color: var(--color3);
}

.btn__04.current {
  background-color: var(--color4);
}

.btn__05.current {
  background-color: var(--color5);
}

.btn__06.current {
  background-color: var(--color6);
}

.btn__07.current {
  background-color: var(--color7);
}

.shunsyokubin-course__btn::before {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 20px;
  top: 0;
  transform: rotate(45deg);
  width: 8px;
}

.btn__01::before {
  border-bottom: 3px solid var(--color1);
  border-right: 3px solid var(--color1);
}

.btn__02::before {
  border-bottom: 3px solid var(--color2);
  border-right: 3px solid var(--color2);
}

.btn__03::before {
  border-bottom: 3px solid var(--color3);
  border-right: 3px solid var(--color3);
}

.btn__04::before {
  border-bottom: 3px solid var(--color4);
  border-right: 3px solid var(--color4);
}

.btn__05::before {
  border-bottom: 3px solid var(--color5);
  border-right: 3px solid var(--color5);
}

.btn__06::before {
  border-bottom: 3px solid var(--color6);
  border-right: 3px solid var(--color6);
}

.btn__07::before {
  border-bottom: 3px solid var(--color7);
  border-right: 3px solid var(--color7);
}

.btn__01.current::before {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.btn__02.current::before {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.btn__03.current::before {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.btn__04.current::before {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.btn__05.current::before {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.btn__06.current::before {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.btn__07.current::before {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.shunsyokubin-course__btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 17px solid #555555;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
}

.btn__01::after {
  border-top: 17px solid var(--color1);
}

.btn__02::after {
  border-top: 17px solid var(--color2);
}

.btn__03::after {
  border-top: 17px solid var(--color3);
}

.btn__04::after {
  border-top: 17px solid var(--color4);
}

.btn__05::after {
  border-top: 17px solid var(--color5);
}

.btn__06::after {
  border-top: 17px solid var(--color6);
}

.btn__07::after {
  border-top: 17px solid var(--color7);
}

.shunsyokubin-course__name {
  letter-spacing: 0.05em;
}

.course-selected {
  background-color: #fff;
  border-radius: 16px;
  display: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1288px;
  padding-bottom: 85px;
  padding-top: 20px;
}

.shunsyokubin-course__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1136px;
}

#course__01 .shunsyokubin-course__header__title {
  max-width: 490px;
}

#course__02 .shunsyokubin-course__header__title {
  max-width: 556px;
}

#course__03 .shunsyokubin-course__header__title {
  max-width: 522px;
}

#course__04 .shunsyokubin-course__header__title {
  max-width: 454px;
}

#course__05 .shunsyokubin-course__header__title {
  max-width: 576px;
}

#course__06 .shunsyokubin-course__header__title {
  max-width: 596px;
}

#course__07 .shunsyokubin-course__header__title {
  max-width: 486px;
}

.shunsyokubin-course__map {
  max-width: 540px;
}

.shunsyokubin-course__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
  position: relative;
}

.shunsyokubin-course__item {
  max-width: 460px;
  position: relative;
}

.shunsyokubin-course__item:not(:first-child)::after {
  border-style: solid;
  border-width: 22px 0 22px 22px;
  content: "";
  height: 0;
  position: absolute;
  left: -60px;
  top: 22%;
  width: 0;
}

#course__01 .shunsyokubin-course__item:not(:first-child)::after {
  border-color: transparent transparent transparent #df8eaf;
}

#course__02 .shunsyokubin-course__item:not(:first-child)::after {
  border-color: transparent transparent transparent #bb6e2e;
}

#course__03 .shunsyokubin-course__item:not(:first-child)::after {
  border-color: transparent transparent transparent #39a6c1;
}

#course__04 .shunsyokubin-course__item:not(:first-child)::after {
  border-color: transparent transparent transparent #d25d76;
}

#course__05 .shunsyokubin-course__item:not(:first-child)::after {
  border-color: transparent transparent transparent #c1ab05;
}

#course__06 .shunsyokubin-course__item:not(:first-child)::after {
  border-color: transparent transparent transparent #e49c00;
}

#course__07 .shunsyokubin-course__item:not(:first-child)::after {
  border-color: transparent transparent transparent #dac64c;
}

.shunsyokubin-course__title {
  font-family: var(--yugothic);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.28571;
  letter-spacing: 0.1em;
  margin-top: 20px;
  position: relative;
  text-align: center;
}

#course__01 .shunsyokubin-course__title {
  border-bottom: 2px dashed var(--color1);
  color: var(--color1);
  margin-top: 0;
  text-align: left;
  padding-bottom: 6px;
}

#course__02 .shunsyokubin-course__title {
  color: var(--color2);
}

#course__03 .shunsyokubin-course__title {
  color: var(--color3);
}

#course__04 .shunsyokubin-course__title {
  color: var(--color4);
}

#course__05 .shunsyokubin-course__title {
  color: var(--color5);
}

#course__06 .shunsyokubin-course__title {
  color: var(--color6);
}

#course__07 .shunsyokubin-course__title {
  color: var(--color7);
}

.amount {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
}

.shunsyokubin-course__caption {
  margin-top: 15px;
  padding-top: 15px;
}

.shunsyokubin-course__label {
  font-family: var(--yugothic);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.181818;
  letter-spacing: 0.2em;
  text-align: center;
}

#course__01 .shunsyokubin-course__caption {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  width: 100%;
}

#course__02 .shunsyokubin-course__caption {
  border-top: 2px dashed var(--color2);
}

#course__03 .shunsyokubin-course__caption {
  border-top: 2px dashed var(--color3);
}

#course__04 .shunsyokubin-course__caption {
  border-top: 2px dashed var(--color4);
}

#course__05 .shunsyokubin-course__caption {
  border-top: 2px dashed var(--color5);
}

#course__06 .shunsyokubin-course__caption {
  border-top: 2px dashed var(--color6);
}

#course__07 .shunsyokubin-course__caption {
  border-top: 2px dashed var(--color7);
}

.shunsyokubin-course__text {
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 16px;
  min-height: 70px;
  padding: 20px 27px;
  position: relative;
  text-align: justify;
}

#course__01 .shunsyokubin-course__text {
  background-color: #f9ebda;
}

#course__02 .shunsyokubin-course__text {
  background-color: #f8f0ea;
}

#course__03 .shunsyokubin-course__text {
  background-color: #ebf6f9;
}

#course__04 .shunsyokubin-course__text {
  background-color: #faeff1;
}

#course__05 .shunsyokubin-course__text {
  background-color: #f9f7e6;
}

#course__06 .shunsyokubin-course__text {
  background-color: #fcf5e5;
}

#course__07 .shunsyokubin-course__text {
  box-sizing: border-box;
  background-color: #f7f3d9;
  margin-left: auto;
  margin-right: auto;
  max-height: 85px;
  max-width: 290px;
  text-align: center;
  padding-left: 23px;
  padding-right: 23px;
}

#course__01 .shunsyokubin-course__text::after {
  border: 13px solid #faeff4;
  border-top-color: transparent;
  border-left-color: transparent;
}

#course__02 .shunsyokubin-course__text::after {
  border: 13px solid #f8f0ea;
  border-top-color: transparent;
  border-left-color: transparent;
}

#course__03 .shunsyokubin-course__text::after {
  border: 13px solid #ebf6f9;
  border-top-color: transparent;
  border-left-color: transparent;
}

#course__04 .shunsyokubin-course__text::after {
  border: 13px solid #faeff1;
  border-top-color: transparent;
  border-left-color: transparent;
}

#course__05 .shunsyokubin-course__text::after {
  border: 13px solid #f9f7e6;
  border-top-color: transparent;
  border-left-color: transparent;
}

#course__06 .shunsyokubin-course__text::after {
  border: 13px solid #fcf5e5;
  border-top-color: transparent;
  border-left-color: transparent;
}

#course__07 .shunsyokubin-course__text::after {
  border: 13px solid #f7f3d9;
  border-top-color: transparent;
  border-left-color: transparent;
}

.shunsyokubin-course__text::after {
  content: "";
  height: 0;
  position: absolute;
  left: 50%;
  top: -13px;
  transform: translateX(-50%);
  width: 0;
}

.shunsyokubin-course__texts:not(:first-child) {
  border-top: 1px solid #222;
  font-size: 16px;
  margin-top: 18px;
  padding-top: 18px;
}

.shunsyokubin-course__more {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 480px;
  position: relative;
  width: 100%;
}

.shunsyokubin-course__more__02 {
  margin-top: 25px;
}

.shunsyokubin-course__more .shunsyokubin-course__link {
  color: #fff;
}

.shunsyokubin-course__link {
  border-radius: 45px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  height: 90px;
  position: relative;
  text-align: center;
  width: 100%;
}

#course__01 .shunsyokubin-course__link {
  background-color: var(--color1);
  border: 2px solid var(--color1);
}

#course__01 .shunsyokubin-course__more__02 .shunsyokubin-course__link {
  background-color: var(--color8);
  border: 2px solid var(--color8);
}

#course__02 .shunsyokubin-course__link {
  background-color: var(--color2);
  border: 2px solid var(--color2);
}

#course__03 .shunsyokubin-course__link {
  background-color: var(--color3);
  border: 2px solid var(--color3);
}

#course__04 .shunsyokubin-course__link {
  background-color: var(--color4);
  border: 2px solid var(--color4);
}

#course__05 .shunsyokubin-course__link {
  background-color: var(--color5);
  border: 2px solid var(--color5);
}

#course__06 .shunsyokubin-course__link {
  background-color: var(--color6);
  border: 2px solid var(--color6);
}

#course__07 .shunsyokubin-course__link {
  background-color: var(--color7);
  border: 2px solid var(--color7);
}

#course__01 .shunsyokubin-course__link:hover {
  background-color: #fff;
  color: var(--color1);
}

#course__01 .shunsyokubin-course__more__02 .shunsyokubin-course__link:hover {
  background-color: #fff;
  border: 2px solid var(--color1);
  color: var(--color1);
}

#course__02 .shunsyokubin-course__link:hover {
  background-color: #fff;
  color: var(--color2);
}

#course__03 .shunsyokubin-course__link:hover {
  background-color: #fff;
  color: var(--color3);
}

#course__04 .shunsyokubin-course__link:hover {
  background-color: #fff;
  color: var(--color4);
}

#course__05 .shunsyokubin-course__link:hover {
  background-color: #fff;
  color: var(--color5);
}

#course__06 .shunsyokubin-course__link:hover {
  background-color: #fff;
  color: var(--color6);
}

#course__07 .shunsyokubin-course__link:hover {
  background-color: #fff;
  color: var(--color7);
}

#course__01 .arrow:hover::after {
  border-bottom: 3px solid var(--color1);
  border-right: 3px solid var(--color1);
}

#course__02 .arrow:hover::after {
  border-bottom: 3px solid var(--color2);
  border-right: 3px solid var(--color2);
}

#course__03 .arrow:hover::after {
  border-bottom: 3px solid var(--color3);
  border-right: 3px solid var(--color3);
}

#course__04 .arrow:hover::after {
  border-bottom: 3px solid var(--color4);
  border-right: 3px solid var(--color4);
}

#course__05 .arrow:hover::after {
  border-bottom: 3px solid var(--color5);
  border-right: 3px solid var(--color5);
}

#course__06 .arrow:hover::after {
  border-bottom: 3px solid var(--color6);
  border-right: 3px solid var(--color6);
}

#course__07 .arrow:hover::after {
  border-bottom: 3px solid var(--color7);
  border-right: 3px solid var(--color7);
}

.shunsyokubin-course__link.arrow::after {
  right: 40px;
  transform: rotate(-45deg);
}

.shunsyokubin-course__note__text {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}

.shunsyokubin-course__flow {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}

.shunsyokubin-course__flow .arrow {
  text-decoration: underline;
}

.shunsyokubin-course__flow .arrow::after {
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  right: -25px;
}

/* course__01 */
#course__01 .shunsyokubin-course__captions {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

#course__01 .shunsyokubin-course__caption:nth-of-type(1) {
  max-width: 240px;
}

#course__01 .shunsyokubin-course__caption:nth-of-type(2) {
  max-width: 202px;
}

#course__01 .shunsyokubin-course__info {
  border-bottom: 2px dashed var(--color1);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 15px;
  padding-bottom: 15px;
}

#course__01 .shunsyokubin-course__info__color {
  color: var(--color1);
}

#course__01 .shunsyokubin-course__info__note {
  font-family: var(--yugothic);
  font-size: 15px;
  vertical-align: middle;
}

#course__01 .shunsyokubin-course__desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#course__01 .shunsyokubin-course__comments {
  background-color: #f8e7ee;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
  padding: 15px;
  position: relative;
}

#course__01 .shunsyokubin-course__comments::after {
  border: 13px solid #f8e7ee;
  border-top-color: transparent;
  border-left-color: transparent;
  content: "";
  height: 0;
  position: absolute;
  left: 50%;
  top: -13px;
  transform: translateX(-50%);
  width: 0;
}

#course__01 .shunsyokubin-course__comment {
  letter-spacing: 0.05em;
}

#course__01 .shunsyokubin-course__comment:nth-of-type(2) {
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
}

#course__01 .shunsyokubin-course__item:nth-of-type(12) .shunsyokubin-course__title {
  letter-spacing: 0.04em;
}

#course__01 .shunsyokubin-course__disclaimer {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

/* course__02 */
#course__02 .amount {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#course__02 .amount:nth-of-type(1) {
  margin-top: 12px;
}

/* course__03 */
#course__03 .amount {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#course__03 .amount:nth-of-type(1) {
  margin-top: 12px;
}

/* course__07 */
#course__07 .shunsyokubin-course__header {
  margin-bottom: 40px;
}

/* アコーディオン */
.shunsyokubin-course__info__wrap {
  margin-top: 12px;
}

.shunsyokubin-course__info__item,
.shunsyokubin-course__info__more {
  color: var(--color2);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}

#course__03 .shunsyokubin-course__info__item,
#course__03 .shunsyokubin-course__info__more {
  color: var(--color3);
}

.shunsyokubin-accordion__item {
  opacity: 1;
}

.shunsyokubin-accordion__item.is-hidden {
  margin-top: 0;
  opacity: 0;
  height: 0;
  z-index: -1;
}

.shunsyokubin-accordion__btn {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s ease;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 9;
}

.shunsyokubin-accordion__btn::after {
  border-bottom: 2px solid var(--color2);
  border-right: 2px solid var(--color2);
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  top: 3px;
  right: -0.5em;
  transform: translateX(100%) rotate(45deg);
  width: 8px;
}

#course__03 .shunsyokubin-accordion__btn::after {
  border-bottom: 2px solid var(--color3);
  border-right: 2px solid var(--color3);
}

.shunsyokubin-accordion__btn.is-open::after {
  top: 8px;
  transform: translateX(100%) rotate(225deg);
}

/* 字間調整 */
.shunsyokubin-ls__0 {
  letter-spacing: 0;
}

.shunsyokubin-ls__40 {
  letter-spacing: 0.04em;
}

.shunsyokubin-ls__50 {
  letter-spacing: 0.05em;
}

.shunsyokubin-ls__70 {
  letter-spacing: 0.07em;
}

/*----------------------------------
  shunsyokubin-flow
----------------------------------*/
.shunsyokubin-flow {
  background-color: #eff2de;
  padding-bottom: 80px;
  position: relative;
  z-index: 0;
}

.shunsyokubin-flow::before {
  background-color: #eff2de;
  border-radius: 50% 50% 0 0;
  content: "";
  height: 800px;
  margin-left: -400px;
  margin-right: -400px;
  padding-left: 400px;
  padding-right: 400px;
  position: absolute;
  left: 0;
  top: -110px;
  width: 100%;
  z-index: -1;
}

.shunsyokubin-flow__limited {
  color: #1e8c37;
  font-size: 22px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  max-width: 640px;
  padding-bottom: 18px;
  padding-top: 18px;
  position: relative;
  z-index: 0;
  text-align: center;
}

.shunsyokubin-flow__limited span {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.shunsyokubin-flow__limited::before {
  border: 2px solid #1e8c37;
  box-sizing: border-box;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.shunsyokubin-flow__limited::after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: -6px;
  top: 6px;
  width: 100%;
  z-index: -1;
}

.shunsyokubin-flow__text {
  font-size: 16px;
  margin-top: 25px;
  text-align: center;
}

.shunsyokubin-flow__picts {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 878px;
}

.shunsyokubin-flow__comments {
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  max-width: 1140px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.shunsyokubin-flow__comment {
  font-size: 16px;
  line-height: 1.4;
}

.shunsyokubin-flow__comment:not(:first-child) {
  margin-top: 6px;
}

.shunsyokubin-caution {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 1140px;
}

.shunsyokubin-caution__title {
  font-family: var(--yugothic);
  color: #1e8c37;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.shunsyokubin-caution__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shunsyokubin-caution__item {
  max-width: 540px;
}

.shunsyokubin-caution__item.caution__04 {
  color: #e95504;
  margin-bottom: 50px;
}

.shunsyokubin-caution__caption {
  font-family: var(--yugothic);
  color: #1e8c37;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.shunsyokubin-caution__item.caution__04 .shunsyokubin-caution__caption {
  color: #e95504;
}

.shunsyokubin-flow__note {
  max-width: 628px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.shunsyokubin-flow__comment strong {
  font-size: 18px;
}

.shunsyokubin-flow__comment__color {
  color: #1e8c37;
}

.shunsyokubin-flow__comment__note {
  margin-left: 1.5em;
}

.shunsyokubin-caution__text {
  font-size: 16px;
  line-height: 1.6;
}

.shunsyokubin-caution__btn {
  font-size: 16px;
  margin-left: auto;
  margin-top: 30px;
  order: 2;
}

.shunsyokubin-caution__btn .arrow {
  padding-right: 20px;
  text-decoration: underline;
}

.shunsyokubin-caution__btn .arrow::after {
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  right: 0;
  transform: rotate(-45deg);
}

.shunsyokubin-social {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  max-width: 890px;
}

.shunsyokubin-social__item {
  width: 22.471910112%;
}

.home-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  max-width: 340px;
}

.home-btn .home-btn__link {
  background-color: #007b62;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 30px 0;
  text-align: center;
}

.section-title {
  font-family: var(--yugothic);
  font-size: 54px;
  font-weight: 700;
  text-align: center;
}

.shunsyokubin-flow .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title__sub {
  color: #1e8c37;
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
}

.section-title__sub::before,
.section-title__sub::after {
  background-color: #1e8c37;
  border-radius: 10px;
  content: "";
  height: 42px;
  position: absolute;
  bottom: -10px;
  width: 5px;
}

.section-title__sub::before {
  left: -30px;
  transform: rotate(-20deg);
}

.section-title__sub::after {
  right: -30px;
  transform: rotate(20deg);
}

.arrow {
  position: relative;
}

.arrow::after {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 20px;
  top: 0;
  transform: rotate(45deg);
  width: 8px;
}

.swiper-pages {
  display: none;
}

.shunsyokubin-item__slider {
  margin-top: 15px;
}

.shunsyokubin-item .shunsyokubin-item__slider {
  display: flex;
  justify-content: center;
}

.shunsyokubin-item .shunsyokubin-item__slider-item {
  margin-left: 9px;
  margin-right: 9px;
}

.item__01.shunsyokubin-item .shunsyokubin-item__slider {
  justify-content: flex-start;
}

.item__01.shunsyokubin-item .shunsyokubin-item__slider-item {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.shunsyokubin-item__slider.swiper-wrapper {
  transition-timing-function: linear;
}

.shunsyokubin-item__slider-item {
  max-width: 130px;
}

.swiper-container {
  position: relative;
}

.sp {
  display: none;
}

@media not all and (min-width: 768px) {
  /* 納品時コメントアウト */
  /* body {
    min-width: 100%;
  } */
  /* 納品時コメントアウト */

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  /* shunsyokubin-header */
  .shunsyokubin-header {
    background-color: rgba(236, 242, 197, 0.6);
    background-image: url(../../../images/shunsyoku/vol6/mainimage_sp.jpg);
    background-size: 100%;
    background-position: center top;
    min-height: 100%;
  }

  .shunsyokubin-header_title {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }

  .shunsyokubin-header__picts {
    max-width: 100%;
  }

  .shunsyokubin-header__comment {
    font-size: 11px;
    margin-top: 40px;
  }

  /* shunsyokubin-about */
  .shunsyokubin-about {
    padding-bottom: 63px;
    padding-top: 23px;
  }

  .shunsyokubin-about::after {
    background-image: url(../../../images/shunsyoku/vol6/about_bg_sp.png);
    background-size: contain;
    min-height: 51px;
    bottom: 0;
    transform: translateY(15%);
    height: 20.094011%;
  }

  .shunsyokubin-about__kikan {
    margin-left: auto;
    margin-right: auto;
    width: 82.933333%;
  }

  .shunsyokubin-about__inner {
    display: block;
    padding-right: 0;
  }

  .shunsyokubin-about .section-title {
    text-align: center;
    margin-top: 62px;
  }

  .shunsyokubin-about__text {
    color: #555;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
  }

  .shunsyokubin-about__picts {
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5%;
    width: 62.666%;
  }

  /* shunsyokubin-points */
  .shunsyokubin-points {
    margin-top: 60px;
    width: 94.666%;
  }

  .shunsyokubin-points__title {
    max-width: none;
    width: 69.718%;
  }

  .shunsyokubin-point__items {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    position: relative;
    width: 100%;
  }

  .shunsyokubin-point__img {
    margin-left: auto;
    margin-right: auto;
    width: 84.507%;
  }

  .shunsyokubin-points .swiper-button-prev {
    top: 50%;
    left: 0;
  }

  .shunsyokubin-points .swiper-button-next {
    top: 50%;
    right: 0;
  }

  .shunsyokubin-points .swiper-button-prev::before,
  .shunsyokubin-points .swiper-button-prev:after,
  .shunsyokubin-points .swiper-button-next::before,
  .shunsyokubin-points .swiper-button-next:after {
    background-color: #399d39;
    border-radius: 9999px;
    border-width: 0;
    content: "";
    height: 3px;
    position: absolute;
    top: calc(50% - 1.5px);
    width: 24.2px;
  }

  .shunsyokubin-points .swiper-button-prev::before {
    left: 0;
    transform-origin: 1.5px 50%;
    transform: rotate(46deg);
  }

  .shunsyokubin-points .swiper-button-prev:after {
    left: 0;
    transform-origin: 1.5px 50%;
    transform: rotate(-46deg);
  }

  .shunsyokubin-points .swiper-button-next::before {
    right: 0;
    transform-origin: calc(100% - 1.5px) 50%;
    transform: rotate(46deg);
  }

  .shunsyokubin-points .swiper-button-next:after {
    right: 0;
    transform-origin: calc(100% - 1.5px) 50%;
    transform: rotate(-46deg);
  }

  /* shunsyokubin-items */
  .shunsyokubin-items {
    margin-top: 20%;
  }

  .shunsyokubin-item {
    margin-top: 36px;
  }

  .shunsyokubin-item:not(:first-child) {
    margin-top: 55px;
  }

  .shunsyokubin-item__picts {
    max-width: 100%;
    width: 100%;
  }

  .shunsyokubin-item__caption__wrap {
    display: block;
    padding-bottom: 20px;
  }

  .shunsyokubin-item__caption__wrap::before {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 23px solid #555555;
    top: 2.4%;
  }

  .item__01 .shunsyokubin-item__caption__wrap::before {
    border-bottom: 23px solid var(--bgcolor1);
  }

  .item__02 .shunsyokubin-item__caption__wrap::before {
    border-bottom: 23px solid var(--bgcolor2);
  }

  .item__03 .shunsyokubin-item__caption__wrap::before {
    border-bottom: 23px solid var(--bgcolor3);
  }

  .item__04 .shunsyokubin-item__caption__wrap::before {
    border-bottom: 23px solid var(--bgcolor4);
  }

  .item__05 .shunsyokubin-item__caption__wrap::before {
    border-bottom: 23px solid var(--bgcolor5);
  }

  .item__06 .shunsyokubin-item__caption__wrap::before {
    border-bottom: 23px solid var(--bgcolor6);
  }

  .item__07 .shunsyokubin-item__caption__wrap::before {
    border-bottom: 23px solid var(--bgcolor7);
  }

  .shunsyokubin-item__caption__wrap::after {
    max-height: 400px;
    top: 8%;
  }

  .shunsyokubin-item__caption__title {
    margin-bottom: 10px;
  }

  .shunsyokubin-item__number {
    margin-top: 1.33333333%;
    margin-left: 19.2%;
    margin-bottom: 12px;
    width: 17.16%;
  }

  .shunsyokubin-item__caption__items {
    display: block;
  }

  .shunsyokubin-item__title {
    font-size: 29px;
    line-height: 1.2;
    text-align: center;
  }

  .shunsyokubin-item__title span {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .shunsyokubin-item__caption {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 90.66666%;
  }

  .shunsyokubin-item__text {
    font-size: 12px;
    text-align: center;
  }

  .shunsyokubin-item__more {
    margin-top: 16px;
    max-width: 100%;
    width: 100%;
  }

  .shunsyokubin-item__more:nth-of-type(2) {
    margin-top: 10px;
  }

  .shunsyokubin-item__link {
    border-radius: 22px;
    font-size: 15px;
    height: 45px;
    letter-spacing: 0.05em;
  }

  /* shunsyokubin-course */
  .shunsyokubin-course {
    margin-top: 110px;
    padding-bottom: 70px;
  }

  .shunsyokubin-course::before {
    top: -50px;
  }

  .shunsyokubin-course__btns {
    margin-top: 15px;
    max-width: 100%;
    margin-bottom: 22px;
  }

  .shunsyokubin-course__btn {
    font-size: 11px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 14px;
    width: 42.933333333%;
    height: 34px;
  }

  .shunsyokubin-course__btn:nth-child(-n + 3) {
    margin-bottom: 14px;
  }

  .shunsyokubin-course__btn::after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -8px;
  }

  .btn__04,
  .btn__05,
  .btn__06,
  .btn__07 {
    max-width: none;
  }

  .btn__01::after {
    border-top: 8px solid var(--color1);
  }

  .btn__02::after {
    border-top: 8px solid var(--color2);
  }

  .btn__03::after {
    border-top: 8px solid var(--color3);
  }

  .btn__04::after {
    border-top: 8px solid var(--color4);
  }

  .btn__05::after {
    border-top: 8px solid var(--color5);
  }

  .btn__06::after {
    border-top: 8px solid var(--color6);
  }

  .btn__07::after {
    border-top: 8px solid var(--color7);
  }

  .shunsyokubin-course__btn::before {
    height: 4px;
    right: 10px;
    width: 4px;
  }

  .course-selected {
    border-radius: 0 0 20px 20px;
    max-width: 100%;
    padding-top: 36px;
  }

  .shunsyokubin-course__header {
    display: block;
    margin-bottom: 40px;
    max-width: 100%;
  }

  .shunsyokubin-course__header__title {
    margin-left: auto;
    margin-right: auto;
  }

  #course__01 .shunsyokubin-course__header__title {
    max-width: 100%;
    width: 80%;
  }

  #course__02 .shunsyokubin-course__header__title {
    max-width: 100%;
    width: 78%;
  }

  #course__03 .shunsyokubin-course__header__title {
    max-width: 100%;
    width: 80%;
  }

  #course__04 .shunsyokubin-course__header__title {
    max-width: 100%;
    width: 69.733%;
  }

  #course__05 .shunsyokubin-course__header__title {
    max-width: 100%;
    width: 80.533%;
  }

  #course__06 .shunsyokubin-course__header__title {
    max-width: 100%;
    width: 77.6%;
  }

  #course__07 .shunsyokubin-course__header__title {
    max-width: 100%;
    width: 81.066%;
  }

  .shunsyokubin-course__title {
    font-size: 15px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
  }

  .shunsyokubin-course__map {
    margin-left: auto;
    margin-right: auto;
    margin-top: 46px;
    width: 90%;
  }

  .swiper-container {
    overflow: hidden;
    position: relative;
  }

  .shunsyokubin-course__items {
    flex-wrap: nowrap;
    gap: 0;
    max-width: none;
    width: 100%;
  }

  .shunsyokubin-course__item {
    max-width: none;
    width: 100%;
  }

  .shunsyokubin-course__item:not(:first-child)::after {
    display: none;
  }

  .amount {
    font-size: 10px;
  }

  .shunsyokubin-course__caption {
    margin-top: 8px;
    padding-top: 10px;
  }

  .shunsyokubin-course__label {
    font-size: 12px;
  }

  .shunsyokubin-course__text {
    border-radius: 6px;
    font-size: 11px;
    margin-top: 10px;
    min-height: auto;
    padding: 15px 20px;
    letter-spacing: 0.08em;
  }

  .shunsyokubin-course__text::after {
    top: -10px;
  }

  .shunsyokubin-course__texts:not(:first-child) {
    font-size: 11px;
  }

  .shunsyokubin-course__name {
    font-size: 11px;
  }

  .shunsyokubin-course__more {
    margin-top: 25px;
    max-width: 100%;
    width: 90.66666666%;
  }

  .shunsyokubin-course__more__02 {
    margin-top: 20px;
  }

  .shunsyokubin-course__link {
    border-radius: 30px;
    font-size: 15px;
    height: 60px;
    width: 100%;
  }

  /* アコーディオン */
  .shunsyokubin-course__info__wrap {
    margin-top: 7px;
  }

  .shunsyokubin-course__info__item,
  .shunsyokubin-course__info__more {
    font-size: 10px;
  }

  .shunsyokubin-accordion__btn::after {
    height: 5px;
    width: 5px;
  }

  /* course__01 */
  #course__01 .shunsyokubin-course__title {
    width: 100%;
  }

  #course__01 .shunsyokubin-course__captions {
    margin-top: 10px;
  }

  #course__01 .shunsyokubin-course__caption:nth-of-type(1) {
    max-width: none;
    width: 52.166%;
  }

  #course__01 .shunsyokubin-course__caption:nth-of-type(2) {
    max-width: none;
    width: 43.833%;
  }

  #course__01 .shunsyokubin-course__info {
    font-size: 11px;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  #course__01 .shunsyokubin-course__info__note {
    font-size: 10px;
  }

  #course__01 .shunsyokubin-course__desc {
    font-size: 12px;
  }

  #course__01 .shunsyokubin-course__comments {
    border-radius: 3px;
    font-size: 11px;
    margin-top: 10px;
    padding: 10px;
  }

  #course__01 .shunsyokubin-course__comments::after {
    top: -10px;
    z-index: -1;
  }

  #course__01 .shunsyokubin-course__disclaimer {
    font-size: 11px;
  }

  /* course__02 */
  #course__02 .amount {
    font-size: 10px;
  }

  #course__02 .amount:nth-of-type(1) {
    margin-top: 9px;
  }

  /* course__03 */
  #course__03 .amount {
    font-size: 10px;
  }

  #course__03 .amount:nth-of-type(1) {
    margin-top: 9px;
  }

  /* course__07 */
  #course__07 .shunsyokubin-course__header {
    margin-bottom: 40px;
  }

  #course__07 .shunsyokubin-course__text {
    max-width: 213px;
  }

  /* shunsyokubin-course__note */
  .shunsyokubin-course__note__text {
    font-size: 11px;
    margin-top: 20px;
  }

  /* shunsyokubin-flow */
  .shunsyokubin-course__flow {
    font-size: 11px;
  }

  .shunsyokubin-course__flow .arrow::after {
    right: -18px;
  }

  .shunsyokubin-flow {
    padding-bottom: 45px;
  }

  .shunsyokubin-flow::before {
    top: -50px;
  }

  .shunsyokubin-flow__limited {
    font-size: 13px;
    margin-top: 20px;
    padding-bottom: 12px;
    padding-top: 12px;
    width: 90.66666666%;
  }

  .shunsyokubin-flow__limited::after {
    right: -3px;
    top: 3px;
  }

  .shunsyokubin-flow__limited span {
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .shunsyokubin-flow__note {
    max-width: none;
    margin-top: 24px;
    width: 90.666%;
  }

  .shunsyokubin-caution__title {
    font-size: 15px;
    margin-bottom: 11px;
  }

  .shunsyokubin-flow__comment strong {
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .shunsyokubin-flow__comment__note {
    margin-left: 0;
  }

  .shunsyokubin-flow__text {
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-top: 20px;
  }

  .shunsyokubin-flow__picts {
    margin-top: 20px;
    max-width: 100%;
    width: 90.666666666%;
  }

  .shunsyokubin-flow__comments {
    margin-top: 38px;
    max-width: 100%;
    width: 90.66666666%;
  }

  .shunsyokubin-flow__comment {
    font-size: 11px;
    margin-top: 12px;
  }

  .shunsyokubin-caution {
    max-width: 100%;
    margin-top: 25px;
    width: 90.666666666%;
  }

  .shunsyokubin-flow__comments__title {
    font-family: var(--yugothic);
    color: #1e8c37;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 11px;
    text-align: center;
  }

  .shunsyokubin-caution__items {
    display: block;
  }

  .shunsyokubin-caution__item {
    max-width: 100%;
  }

  .shunsyokubin-caution__item.caution__04 {
    margin-bottom: 0;
  }

  .shunsyokubin-caution__item:not(:first-child) {
    margin-top: 25px;
  }

  .shunsyokubin-caution__caption {
    font-size: 15px;
    text-align: center;
  }

  .shunsyokubin-caution__text {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .shunsyokubin-caution__btn {
    font-size: 11px;
    text-align: right;
    margin-top: 15px;
  }

  .shunsyokubin-social {
    margin-top: 45px;
    max-width: 100%;
    width: 90.666666666%;
  }

  .shunsyokubin-social__item {
    margin-bottom: 14px;
    width: 47.794117647%;
  }

  .home-btn {
    margin-top: 50px;
    max-width: 100%;
    width: 90.666666666%;
  }

  .home-btn .home-btn__link {
    font-size: 11px;
    padding: 15px 0;
  }

  .section-title {
    font-size: 27px;
    line-height: 1.2;
  }

  .section-title__sub {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .section-title__sub::before,
  .section-title__sub::after {
    height: 20px;
    bottom: -3px;
    width: 2px;
  }

  .section-title__sub::before {
    left: -15px;
  }

  .section-title__sub::after {
    right: -15px;
  }

  .arrow::after {
    height: 7px;
    right: 15px;
    width: 7px;
  }

  .swiper-pages {
    display: block;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    border-style: solid;
    content: "";
    height: 0;
    width: 0;
  }

  .swiper-button-next:after {
    border-width: 22px 0 22px 22px;
  }

  #course__01 .swiper-button-next:after {
    border-color: transparent transparent transparent #df8eaf;
  }

  #course__02 .swiper-button-next:after {
    border-color: transparent transparent transparent #bb6e2e;
  }

  #course__03 .swiper-button-next:after {
    border-color: transparent transparent transparent #39a6c1;
  }

  #course__04 .swiper-button-next:after {
    border-color: transparent transparent transparent #d25d76;
  }

  #course__05 .swiper-button-next:after {
    border-color: transparent transparent transparent #c1ab05;
  }

  #course__06 .swiper-button-next:after {
    border-color: transparent transparent transparent #e49c00;
  }

  #course__07 .swiper-button-next:after {
    border-color: transparent transparent transparent #dac64c;
  }

  .swiper-button-prev:after {
    border-width: 22px 22px 22px 0;
  }

  #course__01 .swiper-button-prev:after {
    border-color: transparent #df8eaf transparent transparent;
  }

  #course__02 .swiper-button-prev:after {
    border-color: transparent #bb6e2e transparent transparent;
  }

  #course__03 .swiper-button-prev:after {
    border-color: transparent #39a6c1 transparent transparent;
  }

  #course__04 .swiper-button-prev:after {
    border-color: transparent #d25d76 transparent transparent;
  }

  #course__05 .swiper-button-prev:after {
    border-color: transparent #c1ab05 transparent transparent;
  }

  #course__06 .swiper-button-prev:after {
    border-color: transparent #e49c00 transparent transparent;
  }

  #course__07 .swiper-button-prev:after {
    border-color: transparent #dac64c transparent transparent;
  }

  .shunsyokubin-course__detail {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .swiper-button-next {
    background-image: none;
    right: 5px;
    top: 25%;
  }

  .swiper-button-prev {
    background-image: none;
    left: 5px;
    top: 25%;
  }

  .shunsyokubin-item__slider-item {
    max-width: none;
    width: 17.333%;
  }

  .shunsyokubin-item__slider {
    margin-top: 15px;
  }

  .shunsyokubin-item .shunsyokubin-item__slider-item {
    margin-left: 5px;
    margin-right: 5px;
  }

  .item__01.shunsyokubin-item .shunsyokubin-item__slider,
  .item__02.shunsyokubin-item .shunsyokubin-item__slider,
  .item__03.shunsyokubin-item .shunsyokubin-item__slider,
  .item__04.shunsyokubin-item .shunsyokubin-item__slider {
    justify-content: flex-start;
  }

  .item__01.shunsyokubin-item .shunsyokubin-item__slider-item,
  .item__02.shunsyokubin-item .shunsyokubin-item__slider-item,
  .item__03.shunsyokubin-item .shunsyokubin-item__slider-item,
  .item__04.shunsyokubin-item .shunsyokubin-item__slider-item {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
