@charset "UTF-8";
/*----------------------------------------------------
	setting
----------------------------------------------------*/
/*----------------------------------------------------
	八角形設定
----------------------------------------------------*/
:root {
  --shape-offset: 20px;
  --shape-upper-left: 0 var(--shape-offset),
      var(--shape-offset) 0;
  --shape-upper-right: calc(100% - var(--shape-offset)) 0,
      100% var(--shape-offset);
  --shape-lower-right: 100% calc(100% - var(--shape-offset)),
      calc(100% - var(--shape-offset)) 100%;
  --shape-lower-left: var(--shape-offset) 100%,
      0 calc(100% - var(--shape-offset));
  --octagon: polygon(var(--shape-upper-left), var(--shape-upper-right), var(--shape-lower-right), var(--shape-lower-left));
  --base-color: #fff7f7;
  --main-color: #ff7c8a;
  --inset: 1px;
}

@media (max-width: 768px) {
  :root {
    --shape-offset: 15px;
    /* SP時は15pxに変更 */
  }
}
/*--------------------------------------------------
	font setting
--------------------------------------------------*/
/*--------------------------------------------------
	main
--------------------------------------------------*/
.hiryou_cp_spring {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring {
    margin-top: 50px;
  }
}
.hiryou_cp_spring > * {
  color: #333 !important;
}
.hiryou_cp_spring > a,
.hiryou_cp_spring a:hover,
.hiryou_cp_spring a:visited {
  color: #0000FF;
  text-decoration: underline;
}
.hiryou_cp_spring > * {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: clamp(20px, 2.6vw, 26px);
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring > * {
    font-size: 16px !important;
  }
}
.hiryou_cp_spring .lower_cp_mv img {
  width: 100%;
  height: auto;
}
.hiryou_cp_spring .flex-box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .course_inner {
    width: 90vw;
    margin: 0 auto;
  }
}
.hiryou_cp_spring .ttl-h3-wrap {
  text-align: center;
}
.hiryou_cp_spring .ttl-h3 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(40px, 5.2vw, 46px);
  font-weight: bold;
  color: #ff7c8a;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 115px 0 25px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .ttl-h3 {
    font-size: 23px;
    margin-top: 65px;
  }
}
.hiryou_cp_spring .ttl-h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 32px;
  background: url(../_assets/img/hiryou_cp_spring/icon-flower-01.svg) no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -35px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .ttl-h3::before {
    width: 100%;
    top: -20px;
    height: 19px;
  }
}
.hiryou_cp_spring .ttl-h3.ttl-h3-02::before {
  height: 32px;
  background: url(../_assets/img/hiryou_cp_spring/icon-flower-02.svg) no-repeat;
  background-position: top center;
  background-size: contain;
}
.hiryou_cp_spring .present_wrap .present-item-wrap {
  position: relative;
  padding: 1rem;
  background-color: var(--main-color);
  -webkit-clip-path: var(--octagon);
          clip-path: var(--octagon);
  width: min(1000px, 90vw);
  margin: 0 auto;
  padding: 4% 3%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .present_wrap .present-item-wrap {
    padding: 8% 2%;
    flex-wrap: wrap;
  }
}
.hiryou_cp_spring .present_wrap .present-item-wrap::after {
  content: "";
  position: absolute;
  inset: var(--inset);
  background-color: var(--base-color);
  -webkit-clip-path: var(--octagon);
          clip-path: var(--octagon);
  z-index: -1;
}
.hiryou_cp_spring .present_wrap .present-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .present_wrap .present-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .present_wrap .present-item:nth-child(n+3) {
    margin-top: 30px;
  }
}
.hiryou_cp_spring .present_wrap .present-item .present-item-img {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .present_wrap .present-item .present-item-img {
    max-width: 230px;
  }
}
.hiryou_cp_spring .present_wrap .present-item:last-child .present-item-img {
  max-width: 230px;
}
.hiryou_cp_spring .present_wrap .present-item-name {
  margin-top: 10px;
  font-size: clamp(18px, 2.34vw, 24px);
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .present_wrap .present-item-name {
    font-size: 13px;
  }
}
.hiryou_cp_spring .present_wrap .present-item-name a {
  text-decoration: underline;
}
.hiryou_cp_spring .present_wrap .present-item-name a:hover {
  text-decoration: none;
  color: #0000ee;
}
.hiryou_cp_spring .present_wrap .notice-wrap {
  text-align: center;
  margin-top: 15px;
}
.hiryou_cp_spring .present_wrap .notice {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .present_wrap .notice {
    padding-left: 1em;
  }
}
.hiryou_cp_spring .present_wrap .notice li {
  text-align: left;
  font-size: clamp(14px, 1.82vw, 20px);
  text-indent: -1em;
  padding-left: 1em;
}
.hiryou_cp_spring .entry-target-wrap {
  text-align: center;
}
.hiryou_cp_spring .entry-target-wrap .entry-target {
  display: inline-block;
}
.hiryou_cp_spring .entry-target-wrap .entry-target li {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}
.hiryou_cp_spring .entry-step {
  width: min(850px, 85vw);
  margin: 0 auto;
}
.hiryou_cp_spring .entry-step .step-item {
  font-size: clamp(20px, 2.6vw, 26px);
  position: relative;
  padding: 1rem;
  background-color: var(--main-color);
  -webkit-clip-path: var(--octagon);
          clip-path: var(--octagon);
  background-color: #ffe5e5;
  text-align: center;
  padding: 25px 0;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .entry-step .step-item {
    font-size: 16px;
    height: inherit;
  }
}
.hiryou_cp_spring .entry-step .step-item.end {
  font-size: clamp(26px, 3.38vw, 32px);
  background-color: #ff7c8a;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .entry-step .step-item.end {
    font-size: 20px;
  }
}
.hiryou_cp_spring .entry-step .icon-step-arrow {
  display: block;
  background: #c7b299;
  height: 27px;
  width: 45px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 20px auto 15px;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .entry-step .icon-step-arrow {
    width: 35px;
    height: 21px;
  }
}
.hiryou_cp_spring .entry-step + .period {
  font-size: clamp(26px, 3.38vw, 32px);
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .entry-step + .period {
    font-size: 16px;
  }
}
.hiryou_cp_spring .btn-entry a {
  display: block;
  max-width: 580px;
  margin: 85px auto;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .btn-entry a {
    width: 77.3333333333%;
    margin: 35px auto;
  }
}
.hiryou_cp_spring .kiyaku-wrap {
  background-color: #e6e6e6;
  padding-top: 30px;
  padding-bottom: 50px;
}
.hiryou_cp_spring .kiyaku-wrap .kiyaku-ttl {
  text-align: center;
  font-size: clamp(30px, 3.9vw, 36px);
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .kiyaku-wrap .kiyaku-ttl {
    font-size: 18px;
  }
}
.hiryou_cp_spring .kiyaku-wrap .kiyaku-area {
  width: min(840px, 92vw);
  margin: 0 auto;
  border: 3px #736357 solid;
  background-color: #fff;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .kiyaku-wrap .kiyaku-area {
    padding: 20px 0;
  }
}
.hiryou_cp_spring .kiyaku-wrap .kiyaku-inner {
  width: 98%;
  background: #fff;
  height: 424px;
  overflow-y: auto;
  margin: 0 auto;
  padding: 0 30px;
  font-size: clamp(14px, 1.82vw, 20px);
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .kiyaku-wrap .kiyaku-inner {
    width: 100%;
    padding: 0 5%;
  }
}
.hiryou_cp_spring .kiyaku-wrap .kiyaku-inner dl {
  margin-bottom: 20px;
}
.hiryou_cp_spring .kiyaku-wrap .kiyaku-inner dl dt {
  font-weight: bold;
}
.hiryou_cp_spring .kiyaku-wrap .kiyaku-inner dl dd + dd {
  margin-top: 15px;
}
.hiryou_cp_spring .kiyaku-wrap .kiyaku-inner .caption {
  padding-left: 1em;
  text-indent: -1em;
}
.hiryou_cp_spring .kiyaku-wrap .kiyaku-inner p a {
  color: #0000FF;
  text-decoration: underline;
}
.hiryou_cp_spring .kiyaku-wrap .kiyaku-inner ol {
  padding-left: 1em;
}
.hiryou_cp_spring .course_01 .cp-end {
  color: #ED1C24;
  font-size: clamp(26px, 3.38vw, 32px);
  font-weight: bold;
  text-align: center;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .course_01 .cp-end {
    font-size: 16px !important;
  }
}
.hiryou_cp_spring .course_01 .course_inner {
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .course_01 .course_inner {
    padding-bottom: 35px;
  }
}
.hiryou_cp_spring .course_02 .lower_cp_mv {
  max-width: 809px;
  margin-inline: auto;
  padding: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .course_02 .lower_cp_mv {
    width: 85.2%;
    padding-top: 30px;
  }
}
.hiryou_cp_spring .course_02 .cp-end {
  color: #ED1C24;
  font-size: clamp(32px, 4.16vw, 40px);
  font-weight: bold;
  text-align: center;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .course_02 .cp-end {
    font-size: 24px;
    padding-top: 30px;
  }
}
.hiryou_cp_spring .course_02 .cp-end span {
  font-size: 24px;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .course_02 .cp-end span {
    font-size: 16px;
  }
}
.hiryou_cp_spring .course_02 .course_02_copy {
  color: #f29700;
  font-weight: bold;
  text-align: center;
  font-size: clamp(30px, 3.9vw, 36px);
  line-height: 1.43;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .course_02 .course_02_copy {
    font-size: 18px;
  }
}
.hiryou_cp_spring .course_02 .course_02_info {
  position: relative;
  padding: 1rem;
  background-color: var(--main-color);
  -webkit-clip-path: var(--octagon);
          clip-path: var(--octagon);
  width: min(850px, 90vw);
  background-color: #fcd13e;
  justify-content: space-around;
  margin: 0 auto;
  padding: 4% 2%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .course_02 .course_02_info {
    padding: 6% 2%;
  }
}
.hiryou_cp_spring .course_02 .course_02_info::after {
  content: "";
  position: absolute;
  inset: var(--inset);
  background-color: var(--base-color);
  -webkit-clip-path: var(--octagon);
          clip-path: var(--octagon);
  z-index: -1;
  background: #fef9e5;
}
.hiryou_cp_spring .course_02 .course_02_info span {
  background-color: #ff7c8a;
  color: #fff;
  display: inline;
  font-weight: bold;
  display: inline;
}
.hiryou_cp_spring .course_02 .course_02_info .icon-flower {
  max-width: 165px;
  margin: 25px auto 35px;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .course_02 .course_02_info .icon-flower {
    width: 22%;
    margin: 20px auto 25px;
  }
}
.hiryou_cp_spring .course_02 .course_02_info.course_02_notice {
  position: relative;
  padding: 1rem;
  background-color: var(--main-color);
  -webkit-clip-path: var(--octagon);
          clip-path: var(--octagon);
  background-color: #fcd13e;
  padding: 3% 2%;
  margin: 25px auto 75px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .course_02 .course_02_info.course_02_notice {
    margin-bottom: 35px;
  }
}
.hiryou_cp_spring .course_02 .course_02_info.course_02_notice::after {
  content: "";
  position: absolute;
  inset: var(--inset);
  background-color: var(--base-color);
  -webkit-clip-path: var(--octagon);
          clip-path: var(--octagon);
  z-index: -1;
  background: #fef9e5;
}
.hiryou_cp_spring .course_02 .ttl-h3 {
  color: #f29700;
}
.hiryou_cp_spring .course_02 .present-item-wrap {
  background-color: #fcd13e;
  width: min(850px, 90vw);
  justify-content: space-around;
}
.hiryou_cp_spring .course_02 .present-item-wrap::after {
  background: #fef9e5;
}
.hiryou_cp_spring .course_02 .present-item-wrap .present-item {
  width: 30%;
  flex-shrink: 0;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .course_02 .present-item-wrap .present-item {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .course_02 .present-item-wrap .present-item .present-item-img {
    width: 70%;
    margin-inline: auto;
  }
}
.hiryou_cp_spring .course_02 .present-item-wrap .present-item-name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.hiryou_cp_spring .course_02 .entry-target {
  width: min(850px, 90vw);
  margin: 0 auto;
}
.hiryou_cp_spring .course_02 .entry-target li {
  padding-left: 1em;
  text-indent: -1em;
}
.hiryou_cp_spring .cp_sns_wrap {
  background-image: url(../_assets/img/hiryou_cp_spring/bg_cp_sns.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.2196078431);
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .cp_sns_wrap {
    background-image: url(../_assets/img/hiryou_cp_spring/bg_cp_sns_sp.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
  }
}
.hiryou_cp_spring .cp_sns_ttl {
  width: min(993px, 90vw);
}
.hiryou_cp_spring .cp_sns_subttl {
  margin: 20px 0 0;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(30px, 3.9vw, 36px);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .hiryou_cp_spring .cp_sns_subttl {
    margin-top: 20px;
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */