@charset "utf-8";

div.container_ {
  width: 100%;
}

:root {
  --yugothic: 游ゴシック, 游ゴシック体, 'Yu Gothic', YuGothic, sans-serif;
  --mainColor: #231815;
  --color1: #8fb721;
  --color2: #b28146;
  --color3: #90a924;
  --color4: #dd81a6;
}

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

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

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

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

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

.shunshokubin-header_title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-top: 60px;
}

.shunshokubin-header__picts {
  max-width: 660px;
}

.shunshokubin-header__comment {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 30px;
  text-align: center;
}

.shunshokubin-header__dot {
  position: relative;
}

.shunshokubin-header__dot::before,
.shunshokubin-header__dot::after {
  background-color: var(--mainColor);
  border-radius: 50%;
  content: '';
  height: 6px;
  position: absolute;
  top: -10px;
  width: 6px;
}

.shunshokubin-header__dot::before {
  left: 10px;
}

.shunshokubin-header__dot::after {
  right: 10px;
}

.shunshokubin-header__kikan {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 643px;
}

.shunshokubin-about {
  background-color: #eff2de;
  padding-bottom: 180px;
  padding-top: 70px;
}

.shunshokubin-about__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 20px;
  text-align: center;
}

.shunshokubin-about__picts {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 580px;
}

.shunshokubin-items {
  background-color: #fff;
  position: relative;
  z-index: 0;
}

.shunshokubin-items::before {
  background-color: #fff;
  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;
}

.shunshokubin-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 1200px;
}

.shunshokubin-item:not(:first-child) {
  margin-top: 110px;
}

.shunshokubin-item__picts {
  max-width: 650px;
  position: relative;
}

.shunshokubin-item__picts::after {
  content: '';
  height: 100%;
  position: absolute;
  top: -30px;
  width: 500%;
  z-index: -1;
}

.item__01 .shunshokubin-item__picts::after {
  background-color: #e3edc7;
}

.item__02 .shunshokubin-item__picts::after {
  background-color: #ecdfd1;
}

.item__03 .shunshokubin-item__picts::after {
  background-color: #e3e9c8;
}

.item__04 .shunshokubin-item__picts::after {
  background-color: #f6dfe9;
}

.shunshokubin-item:nth-child(odd) .shunshokubin-item__picts::after {
  right: 30px;
}

.shunshokubin-item:nth-child(even) .shunshokubin-item__picts {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.shunshokubin-item:nth-child(even) .shunshokubin-item__picts::after {
  left: 30px;
}

.shunshokubin-item__caption {
  max-width: 502px;
  position: relative;
}

.item__01 .shunshokubin-item__caption {
  color: var(--color1);
}

.item__02 .shunshokubin-item__caption {
  color: var(--color2);
}

.item__03 .shunshokubin-item__caption {
  color: var(--color3);
}

.item__04 .shunshokubin-item__caption {
  color: var(--color4);
}

.shunshokubin-item__number {
  width: 150px;
}

.item__03 .shunshokubin-item__number {
  width: 248px;
}

.item__04 .shunshokubin-item__number {
  width: 264px;
}

.shunshokubin-item__title {
  font-family: var(--yugothic);
  font-size: 70px;
  font-weight: 500;
}

.shunshokubin-item__title span {
  font-size: 48px;
}

.shunshokubin-item__course {
  position: absolute;
  right: 0;
  top: 80px;
  width: 110px;
}

.shunshokubin-item__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 20px;
  text-align: justify;
}

.shunshokubin-item__more {
  margin-top: 25px;
  max-width: 420px;
}

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

.shunshokubin-item__link {
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  height: 60px;
  padding-left: 36px;
  position: relative;
}

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

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

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

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

.shunshokubin-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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

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

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

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

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

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

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

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

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

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

.shunshokubin-course {
  background-image: url(../../images/shunsyoku/course_bg.jpg);
  background-size: auto;
  margin-top: 220px;
  padding-bottom: 210px;
  position: relative;
  z-index: 0;
}

.shunshokubin-course::before {
  background-image: url(../../images/shunsyoku/course_bg.jpg);
  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;
}

.shunshokubin-course__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  max-width: 977px;
}

.shunshokubin-course__btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--yugothic);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  height: 115px;
  height: 0;
  overflow: hidden;
  padding-top: 12.5%;
  position: relative;
  text-align: center;
  width: 230px;
  z-index: 0;
}

.shunshokubin-course__btn::before {
  background-color: #fff;
  border-radius: 120px 120px 0 0;
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

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

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

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

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

.shunshokubin-course__name {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.shunshokubin-course__btn::after {
  content: '';
  height: 11px;
  -webkit-mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 14.013"><path d="M520,4620.5h61.094L590,4630.513l8.906-11.013H660" transform="translate(-520 -4618)" fill="none" stroke="%230fff" stroke-linejoin="round" stroke-width="3"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 14.013"><path d="M520,4620.5h61.094L590,4630.513l8.906-11.013H660" transform="translate(-520 -4618)" fill="none" stroke="%230fff" stroke-linejoin="round" stroke-width="3"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
}

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

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

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

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

.current::after {
  background-color: #fff;
}

.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;
}

.shunshokubin-course__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.shunshokubin-course__title {
  max-width: 620px;
}

.shunshokubin-course__map {
  max-width: 405px;
}

.shunshokubin-course__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
}

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

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

#course__01 .shunshokubin-course__item:not(:first-child)::after {
  border-color: transparent transparent transparent var(--color1);
}

#course__02 .shunshokubin-course__item:not(:first-child)::after {
  border-color: transparent transparent transparent var(--color2);
}

#course__03 .shunshokubin-course__item:not(:first-child)::after {
  border-color: transparent transparent transparent var(--color3);
}

#course__04 .shunshokubin-course__item:not(:first-child)::after {
  border-color: transparent transparent transparent var(--color4);
}

.shunshokubin-course__title {
  font-family: var(--yugothic);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
  position: relative;
  text-align: center;
}

#course__01 .shunshokubin-course__title {
  color: var(--color1);
}

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

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

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

.amount {
  font-size: 16px;
  line-height: 1;
}

.shunshokubin-course__label {
  font-family: var(--yugothic);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 15px;
  padding-top: 15px;
  text-align: center;
}

#course__01 .shunshokubin-course__label {
  border-top: 2px dashed var(--color1);
}

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

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

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

.shunshokubin-course__text {
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 16px;
  padding: 20px 30px;
  position: relative;
  text-align: justify;
}

#course__01 .shunshokubin-course__text {
  background-color: #eef4de;
}

#course__02 .shunshokubin-course__text {
  background-color: #f3ece3;
}

#course__03 .shunshokubin-course__text {
  background-color: #eef4de;
}

#course__04 .shunshokubin-course__text {
  background-color: #faecf2;
}

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

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

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

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

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

.shunshokubin-course__more {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 480px;
}

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

.shunshokubin-course__link {
  border-radius: 45px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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 .shunshokubin-course__link {
  background-color: var(--color1);
  border: 2px solid var(--color1);
}

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

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

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

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

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

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

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

#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);
}

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

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

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

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

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

.shunshokubin-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;
}

.shunshokubin-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;
}

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

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

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

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

.shunshokubin-flow__comments {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 1100px;
}

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

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

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

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

.shunshokubin-caution__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shunshokubin-caution__item {
  max-width: 520px;
}

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

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

.caution__02 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.shunshokubin-caution__btn {
  font-size: 16px;
  margin-top: 60px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

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

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

.shunshokubin-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  max-width: 890px;
}

.shunshokubin-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;
}

.shunshokubin-item__name {
  max-width: 20px;
  position: absolute;
  bottom: 0;
}

.shunshokubin-item:nth-child(odd) .shunshokubin-item__name {
  left: -40px;
}

.shunshokubin-item:nth-child(even) .shunshokubin-item__name {
  right: -40px;
}

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

.shunshokubin-flow .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.section-title__sub::after {
  right: -30px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

.temp {
  font-size: 16px;
  position: absolute;
  bottom: 5px;
}

.normal {
  color: #ee835c;
}

.frozen {
  color: #009fe8;
}

.swiper-pages {
  display: none;
}

.sp {
  display: none;
}

@media not all and (min-width: 768px) {
  /*
  body {
    min-width: 100%;
  }
*/
  .sp {
    display: block;
  }

  .shunshokubin-header {
    background-color: #eff2de;
    background-image: url(../../images/shunsyoku/mainimage_sp.jpg);
    background-size: 100%;
    background-position: center top;
    min-height: 100%;
  }

  .shunshokubin-header_title {
    padding-top: 145px;
    width: 74%;
  }

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

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

  .shunshokubin-header__dot::before,
  .shunshokubin-header__dot::after {
    height: 3px;
    top: -5px;
    width: 3px;
  }

  .shunshokubin-header__dot::before {
    left: 5px;
  }

  .shunshokubin-header__dot::after {
    right: 5px;
  }

  .shunshokubin-header__kikan {
    width: 77.866666666%;
  }

  .shunshokubin-about {
    padding-bottom: 90px;
    padding-top: 45px;
  }

  .shunshokubin-about__text {
    font-size: 11px;
  }

  .shunshokubin-about__picts {
    width: 77.333333333%;
  }

  .shunshokubin-items::before {
    top: -50px;
  }

  .shunshokubin-item {
    display: block;
    margin-top: 75px;
  }

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

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

  .shunshokubin-item__picts::after {
    top: -15px;
  }

  .shunshokubin-item__caption {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 100%;
    width: 90.666666666%;
  }

  .shunshokubin-item__number {
    margin-left: auto;
    margin-right: auto;
    width: 26.470588235%;
  }

  .item__03 .shunshokubin-item__number {
    width: 43.823529411%;
  }

  .item__04 .shunshokubin-item__number {
    width: 47.647058823%;
  }

  .shunshokubin-item__title {
    font-size: 32px;
    line-height: 1.2;
    margin-top: 10px;
    text-align: center;
  }

  .shunshokubin-item__title span {
    font-size: 32px;
  }

  .shunshokubin-item__course {
    top: 0;
    width: 19.411764705%;
  }

  .shunshokubin-item__text {
    font-size: 12px;
  }

  .shunshokubin-item__more {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }

  .shunshokubin-item__link {
    border-radius: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    height: 45px;
    padding-left: 0;
  }

  .shunshokubin-course {
    margin-top: 110px;
    padding-bottom: 70px;
  }

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

  .shunshokubin-course__btns {
    margin-top: 22px;
    max-width: 100%;
  }

  .shunshokubin-course__btn {
    font-size: 10px;
    width: 25%;
  }

  .shunshokubin-course__btn::after {
    height: 5px;
    bottom: 2px;
    width: 70px;
  }

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

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

  .shunshokubin-course__title {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
  }

  .shunshokubin-course__map {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 80%;
  }

  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 80%;
  }

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

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

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

  .shunshokubin-course__title {
    font-size: 15px;
  }

  .amount {
    font-size: 10px;
  }

  .shunshokubin-course__label {
    font-size: 12px;
    margin-top: 10px;
    padding-top: 10px;
  }

  .shunshokubin-course__text {
    border-radius: 6px;
    font-size: 11px;
    margin-top: 10px;
    padding: 15px 20px;
  }

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

  .shunshokubin-course__name {
    font-size: 10px;
  }

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

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

  .shunshokubin-course__flow {
    font-size: 11px;
  }

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

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

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

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

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

  .shunshokubin-flow__text {
    font-size: 11px;
    line-height: 1.6;
    margin-top: 20px;
  }

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

  .shunshokubin-flow__comments {
    margin-top: 30px;
    max-width: 100%;
    width: 90.66666666%;
  }

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

  .shunshokubin-caution {
    max-width: 100%;
    width: 90.666666666%;
  }

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

  .shunshokubin-caution__items {
    display: block;
  }

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

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

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

  .shunshokubin-caution__text {
    font-size: 11px;
  }

  .shunshokubin-caution__btn {
    font-size: 11px;
    text-align: right;
  }

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

  .shunshokubin-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: 10px;
    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 var(--color1);
  }

  #course__02 .swiper-button-next:after {
    border-color: transparent transparent transparent var(--color2);
  }

  #course__03 .swiper-button-next:after {
    border-color: transparent transparent transparent var(--color3);
  }

  #course__04 .swiper-button-next:after {
    border-color: transparent transparent transparent var(--color4);
  }

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

  #course__01 .swiper-button-prev:after {
    border-color: transparent var(--color1) transparent transparent;
  }

  #course__02 .swiper-button-prev:after {
    border-color: transparent var(--color2) transparent transparent;
  }

  #course__03 .swiper-button-prev:after {
    border-color: transparent var(--color3) transparent transparent;
  }

  #course__04 .swiper-button-prev:after {
    border-color: transparent var(--color4) transparent transparent;
  }

  .shunshokubin-item__name {
    display: none;
  }

  .temp {
    display: block;
    margin-top: 5px;
    position: static;
  }

  .shunshokubin-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%;
  }
}
