/*=============================
// variable
===============================*/
html {
  scroll-padding-top: 142px;
}

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

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

/*=============================
// common
===============================*/
#breadCrumbArea {
  margin-top: 142px;
}
@media screen and (max-width: 767px) {
  #breadCrumbArea {
    margin: 0;
    padding-bottom: 7px;
  }
}

#footer {
  margin-top: 0;
}

.main_content {
  width: 100%;
  min-width: 1100px;
  font-family: "Noto Sans JP ", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  overflow-x: hidden;
}
.main_content * {
  box-sizing: border-box;
  text-align: left;
}
.main_content figure, .main_content picture {
  display: block;
  margin: 0;
}
.main_content img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.main_content a {
  text-decoration: none;
  transition: opacity 0.3s ease-in;
}
@media (hover: hover) {
  .main_content a:hover {
    opacity: 0.6;
  }
}
.main_content p {
  font-family: "Noto Sans JP ", sans-serif;
  font-weight: 500;
}

.heading01 {
  margin-bottom: 60px;
  padding: 20px 20px;
  border-top: 3px solid #FFD955;
  border-bottom: 3px solid #FFD955;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
#sports .heading01 {
  border-color: #FFA515;
}
#school .heading01 {
  color: #F88018;
  border-color: #F88018;
}

/*=============================
// page sytle
===============================*/
.mv {
  background: rgba(252, 159, 13, 0.14);
}
.mv_inner {
  margin: 0 auto;
  max-width: 1400px;
  height: 589px;
  display: flex;
  flex-flow: row wrap;
}
.mv_content {
  width: 62.65%;
  padding-top: 81px;
  position: relative;
}
.mv_content::before, .mv_content::after {
  content: "";
  position: absolute;
}
.mv_content::before {
  width: 340px;
  height: 518px;
  top: 30px;
  left: 30px;
  background: url("../img/autumn/mv_item01.png") center center no-repeat;
  background-size: contain;
}
.mv_content::after {
  width: 353px;
  height: 570px;
  top: 0;
  right: -110px;
  background: url("../img/autumn/mv_item02.png") center center no-repeat;
  background-size: contain;
}
.mv_content .fukidashi {
  margin: 0 auto 20px;
  width: 383px;
  padding: 10px 0;
  background: #fff;
  border-radius: 999px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  position: relative;
}
.mv_content .fukidashi::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 16px solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.mv_content .heading {
  margin-bottom: 38px;
}
.mv_content .heading p {
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}
.mv_content .heading p .is-color {
  color: #FF8822;
}
.mv_content .heading p .is-fz-sm {
  font-size: 46px;
}
.mv_content .heading picture {
  margin: 0 auto;
  width: 498px;
}
.mv_content .description {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
}
.mv_image {
  width: 37.35%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.mv_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduction {
  padding: 100px 50px;
}
.introduction_inner {
  margin: 0 auto;
  max-width: 1240px;
}
.introduction_list {
  margin: 0 auto;
  max-width: 1080px;
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
}
.introduction_list-item {
  width: calc(50% - 15px);
  border-radius: 20px;
  overflow: hidden;
}
.introduction_list-item a {
  display: block;
}
.introduction_list-item a p {
  padding: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.introduction_list-item a p svg {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(90deg) translate(-50%, 0);
}
.introduction_list-item:nth-child(1) a {
  background: #FFA515;
}
.introduction_list-item:nth-child(2) a {
  background: #F88018;
}

.service {
  padding: 100px 50px;
  background: rgba(255, 196, 0, 0.08);
}
.service.is-bg-white {
  background: #fff;
}
.service_inner {
  margin: 0 auto;
  max-width: 1240px;
}
.service .heading01 {
  color: #FFA515;
}
.service_description {
  margin: 0 auto 40px;
  font-size: 30px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.service_description b {
  font-size: 36px;
  font-weight: 600;
}
.service_images {
  max-width: 1080px;
  margin: 0 auto 80px;
  display: flex;
  flex-flow: row wrap;
  gap: 0 18px;
}
.service_images figure {
  width: calc(33.3333% - 12px);
  border-radius: 10px;
  overflow: hidden;
}
.service .heading02 {
  margin-bottom: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
.service .heading02:before, .service .heading02:after {
  content: "";
  width: 3px;
  height: 46px;
  background: #FFA701;
  border-radius: 999px;
  transform: rotate(-35deg);
}
.service .heading02::after {
  transform: rotate(35deg);
}
.service_list {
  display: flex;
  flex-flow: row wrap;
  gap: 0 20px;
}
.service_list-item {
  width: calc(33.3333% - 13.3333333333px);
  background: rgba(255, 195, 144, 0.4);
  border-radius: 20px;
  overflow: hidden;
}
.service_list-item:nth-child(even) {
  background: rgba(255, 232, 153, 0.4);
}
.service_list-item:nth-child(even) h3 {
  background: rgba(255, 217, 85, 0.6);
}
.service_list-item h3 {
  padding: 12px;
  font-size: 30px;
  font-weight: 500;
  background: rgba(255, 136, 34, 0.5);
  text-align: center;
}
.service_list-item > ul {
  padding: 30px;
  display: flex;
  flex-flow: column;
  gap: 30px;
}
.service_list-item > ul li {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.service_list-item > ul li .content {
  padding: 12px 20px 20px;
}
.service_list-item > ul li .content h4 {
  min-height: 66px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.service_list-item > ul li .content .wrapper {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  gap: 10px;
}
.service_list-item > ul li .content .wrapper .label {
  width: fit-content;
  padding: 8px 4px 6px;
  border-radius: 4px;
  background: #FC9F0D;
  color: #fff;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.service_list-item > ul li .content .wrapper .label span {
  font-size: 18px;
}
.service_list-item > ul li .content .wrapper .price {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}
.service_list-item > ul li .content .wrapper .price .is-mark {
  font-size: 26px;
}
.service_list-item > ul li .content .wrapper .price .is-tax {
  margin-left: 4px;
  font-size: 17px;
}
.service_list-item > ul li .content .button {
  width: 100%;
  height: 58px;
  background: #E65621;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.service_list-item > ul li .content .button svg {
  position: absolute;
  top: 50%;
  right: 6.66%;
  transform: translate(0, -50%);
}

.cta {
  padding: 60px 50px;
  background: url("../img/autumn/cta_bg.png") no-repeat center center;
  background-size: cover;
}
.cta_inner {
  max-width: 1240px;
  margin: 0 auto;
}
.cta_list {
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
}
.cta_list li {
  width: calc(50% - 20px);
}
.cta_list li:nth-child(1) a {
  display: block;
  background: #fff;
  border-radius: 30px;
}
.cta_list li:nth-child(1) a .content {
  padding: 25px 10px 19px;
}
.cta_list li:nth-child(1) a .content h2 {
  margin-bottom: 12px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #FF8822;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.cta_list li:nth-child(1) a .content h2 span {
  text-align: center;
}
.cta_list li:nth-child(1) a .content h2 br {
  display: none;
}
.cta_list li:nth-child(1) a .content h2 svg {
  width: 34px;
  height: 34px;
}
.cta_list li:nth-child(1) a .content p {
  margin: 0 auto;
  width: fit-content;
  padding: 4px 20px;
  border-radius: 999px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  color: #fff;
  background: #FF8822;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.cta_list li:nth-child(2) a {
  height: 100%;
  background: #FF8822;
  border-radius: 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cta_list li:nth-child(2) a h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.cta_list li:nth-child(2) a h2 svg {
  width: 34px;
  height: 34px;
}
.cta_list li:nth-child(2) p {
  color: #fff;
  font-size: 26px;
  line-height: 1.38;
  text-align: center;
}

@media screen and (max-width: 1290px) {
  .service_list-item > ul li .content h4 {
    font-size: 20px;
    min-height: 60px;
  }
  .service_list-item > ul li .content .wrapper {
    gap: 6px;
  }
  .service_list-item > ul li .content .wrapper .label {
    padding: 8px 4px 6px;
    font-size: 12px;
  }
  .service_list-item > ul li .content .wrapper .label span {
    font-size: 14px;
  }
  .service_list-item > ul li .content .wrapper .price {
    font-size: 28px;
  }
  .service_list-item > ul li .content .wrapper .price .is-mark {
    font-size: 14px;
  }
  .service_list-item > ul li .content .wrapper .price .is-tax {
    margin-left: 4px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1230px) {
  .cta_list li:nth-child(1) a .content h2 br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  /*=============================
  // common
  ===============================*/
  .main_content {
    min-width: 100%;
  }
  .heading01 {
    margin-bottom: 8vw;
    padding: 3.7333333333vw;
    border-width: 0.8vw;
    font-size: 9.0666666667vw;
    line-height: 1.31;
  }
  /*=============================
  // page sytle
  ===============================*/
  .mv_inner {
    height: auto;
    display: block;
  }
  .mv_content {
    width: 100%;
    padding-top: 18.6666666667vw;
    margin-bottom: 12.2666666667vw;
  }
  .mv_content::before {
    width: 20.8vw;
    height: 129.8666666667vw;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    background: url("../img/autumn/mv_item01_sp.png") center center no-repeat;
    background-size: contain;
  }
  .mv_content::after {
    width: 29.3333333333vw;
    height: 132.8vw;
    top: 0;
    right: 0;
    background: url("../img/autumn/mv_item02_sp.png") center center no-repeat;
    background-size: contain;
  }
  .mv_content .fukidashi {
    margin: 0 auto 1.6vw;
    width: 55.4666666667vw;
    padding: 0.5333333333vw 0;
    font-size: 4.2666666667vw;
    letter-spacing: -0.02em;
  }
  .mv_content .fukidashi::before {
    border-right: 1.0666666667vw solid transparent;
    border-left: 1.0666666667vw solid transparent;
    border-top: 2.1333333333vw solid #fff;
  }
  .mv_content .heading {
    margin-bottom: 7.4666666667vw;
  }
  .mv_content .heading p {
    font-size: 7.4666666667vw;
  }
  .mv_content .heading p .is-fz-sm {
    font-size: 6.9333333333vw;
  }
  .mv_content .heading picture {
    width: 86.9333333333vw;
  }
  .mv_content .description {
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
  .mv_image {
    width: 100%;
    height: auto;
  }
  .introduction {
    padding: 13.8666666667vw 3.2vw;
  }
  .introduction_list {
    flex-flow: column;
    gap: 5.3333333333vw;
  }
  .introduction_list-item {
    width: 100%;
    border-radius: 5.3333333333vw;
  }
  .introduction_list-item a p {
    padding: 2.6666666667vw 0 3.7333333333vw;
    font-size: 5.8666666667vw;
  }
  .introduction_list-item a p svg {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    right: 4.2666666667vw;
  }
  .service {
    padding: 13.8666666667vw 3.2vw;
  }
  .service#school {
    padding-top: 21.8666666667vw;
  }
  .service_description {
    margin: 0 auto 6.4vw;
    font-size: 5.8666666667vw;
    line-height: 1.45;
    letter-spacing: 0;
  }
  .service_description b {
    font-size: 6.9333333333vw;
  }
  .service_images {
    margin: 0 auto 11.7333333333vw;
    gap: 0 1.3333333333vw;
  }
  .service_images figure {
    width: calc(33.3333% - 1.3333333333vw * 2 / 3);
    border-radius: 2.6666666667vw;
  }
  .service .heading02 {
    margin-bottom: 5.8666666667vw;
    font-size: 6.9333333333vw;
    font-weight: 700;
    gap: 6.4vw;
  }
  .service .heading02 span {
    text-align: center;
    line-height: 1.26;
  }
  .service .heading02:before, .service .heading02:after {
    width: 0.8vw;
    height: 16vw;
    transform: rotate(-25deg);
    position: relative;
    bottom: -1.6vw;
  }
  .service .heading02::after {
    transform: rotate(25deg);
  }
  .service_list {
    flex-flow: column;
    gap: 5.3333333333vw;
  }
  .service_list-item {
    width: 100%;
    border-radius: 5.3333333333vw;
  }
  .service_list-item h3 {
    padding: 4.2666666667vw;
    font-size: 5.8666666667vw;
  }
  .service_list-item > ul {
    padding: 5.3333333333vw 3.2vw;
    gap: 5.3333333333vw;
  }
  .service_list-item > ul li {
    border-radius: 2.1333333333vw;
  }
  .service_list-item > ul li .content {
    padding: 5.3333333333vw;
  }
  .service_list-item > ul li .content h4 {
    min-height: auto;
    margin-bottom: 3.2vw;
    font-size: 5.3333333333vw;
  }
  .service_list-item > ul li .content .wrapper {
    margin-bottom: 4.8vw;
    justify-content: space-between;
    align-items: center;
    gap: 2.6666666667vw;
  }
  .service_list-item > ul li .content .wrapper .label {
    width: fit-content;
    padding: 1.6vw 2.1333333333vw;
    border-radius: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
  .service_list-item > ul li .content .wrapper .label span {
    font-size: 4.8vw;
  }
  .service_list-item > ul li .content .wrapper .price {
    font-size: 9.6vw;
  }
  .service_list-item > ul li .content .wrapper .price .is-mark {
    font-size: 6.4vw;
  }
  .service_list-item > ul li .content .wrapper .price .is-tax {
    margin-left: 1.0666666667vw;
    font-size: 4.2666666667vw;
  }
  .service_list-item > ul li .content .button {
    height: 13.8666666667vw;
    font-size: 4.8vw;
  }
  .service_list-item > ul li .content .button svg {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    right: 4.5333333333vw;
  }
  .cta {
    padding: 8vw 3.2vw;
    background: url("../img/autumn/cta_bg_sp.png") no-repeat center center;
    background-size: cover;
  }
  .cta_list {
    flex-flow: column;
    gap: 5.3333333333vw;
  }
  .cta_list li {
    width: 100%;
  }
  .cta_list li:nth-child(1) a {
    border-radius: 5.3333333333vw;
  }
  .cta_list li:nth-child(1) a .content {
    padding: 4.8vw;
  }
  .cta_list li:nth-child(1) a .content h2 {
    margin-bottom: 1.0666666667vw;
    font-size: 5.8666666667vw;
    gap: 1.6vw;
    position: relative;
  }
  .cta_list li:nth-child(1) a .content h2 span {
    text-align: center;
    line-height: 1.31;
  }
  .cta_list li:nth-child(1) a .content h2 svg {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    position: absolute;
    top: 50%;
    right: 13.3333333333vw;
    transform: translate(100%, -50%);
  }
  .cta_list li:nth-child(1) a .content p {
    padding: 0.5333333333vw 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .cta_list li:nth-child(2) a {
    padding: 12.5333333333vw 0;
    border-radius: 5.3333333333vw;
    gap: 2.6666666667vw;
  }
  .cta_list li:nth-child(2) a h2 {
    font-size: 5.3333333333vw;
    font-weight: 700;
    gap: 3.2vw;
  }
  .cta_list li:nth-child(2) a h2 svg {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  .cta_list li:nth-child(2) p {
    font-size: 4.2666666667vw;
    line-height: 1.87;
  }
}

/*# sourceMappingURL=automn.css.map */
