@charset "UTF-8";
body {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "メイリオ", Meiryo,
    "Meiryo UI", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  box-sizing: border-box;
  line-height: 1.618;
  font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}

.top_logo {
  background-color: #e9652d;
  text-align: center;
  padding: 10px 0 10px 0;
}
.top_logo img {
  display: block;
  max-width: 106px;
  margin: 0 auto;
}

.top_wrapper {
  margin: 0 auto;
}
.top_wrapper .top_img:nth-of-type(2) {
  display: none;
}
.top_wrapper .top_img img {
  width: 100%;
}

.fixed {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1000;
  width: 180px;
  transition: 0.5s;
}

.fixed:hover {
  opacity: 0.5;
}

.recommend {
  text-align: center;
  margin-top: 50px;
}

.recommend_box {
  text-align: left;
  display: inline-block;
  font-size: 27px;
  background-color: #cce3f2;
  padding: 40px 160px;
  list-style: none;
  color: #1b1f88;
  font-family: "Noto Sans JP";
  font-weight: bold;
}

.recommend_box_1,
.recommend_box_2 {
  margin-bottom: 30px;
}

.recommend_box_1,
.recommend_box_2,
.recommend_box_3 {
  position: relative;
}

.recommend_box_1::before,
.recommend_box_2::before,
.recommend_box_3::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #1b1f88;
  left: -65px;
  top: 5px;
}

.recommend_text {
  margin: 100px 0 90px 0;
  font-size: 40px;
}

.recommend_point {
  background: linear-gradient(transparent 65%, #fbcc00 65%);
}

.recommend_btn {
  display: block;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 500;
  color: #000;
  font-size: 30px;
  border: solid 4px #fbcc00;
  width: 530px;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  position: relative;
}

.recommend_btn:hover {
  opacity: 0.5;
}

.recommend_btn::after {
  position: absolute;
  content: "";
  background-image: url(../img/recomend.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  bottom: 5px;
  right: 10px;
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
  .recommend {
    padding: 0 15px;
  }
  .recommend_box {
    padding: 25px 20px 20px 40px;
    font-size: 20px;
  }
  .recommend_box_1::before,
  .recommend_box_2::before,
  .recommend_box_3::before {
    border-width: 10px 0 10px 15px;
    left: -25px;
    top: 5px;
  }
  .recommend_text {
    font-size: 20px;
  }
  .recommend_btn {
    box-sizing: border-box;
    width: 100%;
    max-width: 530px;
    font-size: 24px;
  }
}
@media screen and (max-width: 769px) {
  .recommend {
    margin-top: 20px;
  }
  .recommend_box {
    font-size: 18px;
  }
  .recommend_text {
    margin: 60px 0;
  }
  .top_logo img {
    max-width: 60px;
  }
  .top_wrapper .top_img:nth-of-type(1) {
    display: none;
  }
  .top_wrapper .top_img:nth-of-type(2) {
    display: block;
  }
  .fixed {
    bottom: 10px;
    right: 10px;
    width: 110px;
  }
}

.good {
  margin-bottom: 140px;
}

.good_wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

.good_img {
  margin-top: 74px;
}

.good_img img {
  width: 100%;
}

.good_inner_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.good_top_box {
  margin-top: 100px;
  font-weight: 500;
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 28px;
}
.good_top_box > div {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 20px * 2) / 3);
  padding: 1.5em 0 1em;
  border: solid 10px #e6e6e6;
}
.good_top_box > *::after {
  content: "";
  display: block;
  position: absolute;
  top: -55px;
  right: 50%;
  width: 100px;
  height: 90px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(50%);
}
.good_inner_box_1::after {
  background-image: url(../img/number_1.png);
}

.good_inner_box_2::after {
  background-image: url(../img/number_2.png);
}

.good_inner_box_3::after {
  background-image: url(../img/number_3.png);
}

.good_list {
  margin-top: 100px;
}

.good_list_1,
.good_list_2,
.good_list_3 {
  position: relative;
}

.good_list_title-img {
  position: absolute;
  content: "";
  transform: translateY(-50%);
  left: 40px;
  top: 0;
  width: 382px;
  max-width: 75%;
  height: auto;
}

.good_list_inner {
  display: flex;
  align-items: flex-start;
  border: solid 10px #e6e6e6;
}

.good_list_1,
.good_list_2 {
  margin-bottom: 100px;
}

.good_list_text_1 h2,
.good_list_text_2 h2,
.good_list_text_3 h2 {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 45px;
  background: linear-gradient(transparent 65%, #fbcc00 65%);
}

.good_list_text_1 p {
  font-size: 20px;
}

.good_list_text_2 p,
.good_list_text_3 p {
  font-size: 24px;
}

.good_list_1 .good_list_inner,
.good_list_2 .good_list_inner,
.good_list_3 .good_list_inner {
  padding: 90px 50px 80px 0;
}

.text_1 {
  width: 630px;
  margin-bottom: 35px;
  text-align: justify;
}

.good_list_img_1,
.good_list_img_2,
.good_list_img_3 {
  padding: 0 45px;
}

.good_list_img_1 img,
.good_list_img_2 img,
.good_list_img_3 img {
  height: auto;
}

.good_list_text_2 p {
  width: 629px;
  text-align: justify;
}

.good_list_text_3 p {
  width: 650px;
  text-align: justify;
}

@media screen and (max-width: 960px) {
  .good_top_box {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    font-size: 24px;
  }
  .good_top_box > div {
    width: 100%;
  }
  .good_top_box > div + * {
    margin-top: 30px;
  }
  .good_inner_box_1,
  .good_inner_box_2,
  .good_inner_box_3 {
    max-width: 350px;
    width: 75%;
  }
  .good_list_inner {
    flex-direction: column;
    padding: 45px;
  }

  .good_list {
    max-width: 640px;
    margin: 100px auto 0;
    padding: 0 15px;
  }
  .good_list_text_1 p {
    font-size: 16px;
  }
  .good_list_text_1 h2,
  .good_list_text_2 h2,
  .good_list_text_3 h2 {
    font-size: 24px;
    margin-bottom: 25px;
    display: inline;
  }
  .good_list_text_1 h2 {
    width: 100%;
    max-width: fit-content;
  }
  .good_list_text_1 h2::after {
    bottom: 320px;
    right: -55px;
  }
  .good_list_text_2 h2 {
    width: 100%;
    max-width: fit-content;
  }
  .good_list_text_3 h2 {
    width: 100%;
    max-width: fit-content;
  }
  .good_list_text_2 h2::after {
    bottom: 315px;
    right: 100px;
  }
  .good_list_text_3 h2::after {
    bottom: 315px;
    right: -15px;
  }
  .text_1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .good_list_text_2 p,
  .good_list_text_3 p {
    font-size: 16px;
  }
  .good_list_text_2 p {
    width: 100%;
  }
  .good_list_text_3 p {
    width: 100%;
  }
  .good_list_1 .good_list_inner,
  .good_list_2 .good_list_inner,
  .good_list_3 .good_list_inner {
    padding: 45px 15px;
  }
  .good_list_img_1,
  .good_list_img_2,
  .good_list_img_3 {
    padding: 0 10px 30px;
  }
  .text_1 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 769px) {
  .good {
    margin-bottom: 70px;
  }
  .good_top_box {
    margin-top: 50px;
  }
  .good_top_box > *::after {
    top: -20%;
    width: 60px;
    height: 60px;
  }
  .good_list {
    margin-top: 60px;
  }
  .good_list_1,
  .good_list_2 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 375px) {
  .good_list_text_1 h2,
  .good_list_text_2 h2,
  .good_list_text_3 h2 {
    font-size: 18px;
    display: inline;
  }
  .sp {
    display: block;
  }
  .good_list_1::after,
  .good_list_2::after,
  .good_list_3::after {
    width: 90%;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.sapporo_wrapper {
  background-color: #fbcc00;
  padding: 70px 20px 60px 20px;
}

.sapporo_inner_wrapper {
  box-sizing: border-box;
  background-color: #fff;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 45px 60px;
}

.sapporo_top_img {
  text-align: center;
  margin-bottom: 45px;
}
.sapporo_top_img img:nth-of-type(2) {
  display: none;
}
.sapporo_ul li + li {
  margin-top: 45px;
}
.sapporo_list_1,
.sapporo_list_2,
.sapporo_list_3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.sapporo_list_img_1 img,
.sapporo_list_img_2 img,
.sapporo_list_img_3 img {
  width: 278px;
}
.sapporo_ul li div:nth-child(2) {
  width: calc(100% - 278px - 50px);
}
.sapporo_list_1 h3,
.sapporo_list_2 h3,
.sapporo_list_3 h3 {
  font-size: 28px;
  margin-bottom: 0.5em;
}

.sapporo_list_1 p,
.sapporo_list_2 p,
.sapporo_list_3 p {
  font-size: 20px;
  text-align: justify;
}

@media screen and (max-width: 960px) {
  .sapporo_inner_wrapper {
    max-width: 650px;
    width: 100%;
    padding: 30px;
  }
  .sapporo_ul li div:nth-child(1) {
    margin: 0 auto;
  }
  .sapporo_ul li div:nth-child(2) {
    width: 100%;
  }
  .sapporo_list_1 h3,
  .sapporo_list_2 h3,
  .sapporo_list_3 h3 {
    padding-top: 20px;
    font-size: 20px;
  }
  .sapporo_list_1,
  .sapporo_list_2,
  .sapporo_list_3 {
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
  }
  .sapporo_list_1 p,
  .sapporo_list_2 p,
  .sapporo_list_3 p {
    font-size: 16px;
    width: 100%;
  }
  .sapporo_list_text {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .sapporo_top_img img:nth-of-type(1) {
    display: none;
  }
  .sapporo_top_img img:nth-of-type(2) {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .sapporo_list_1 {
    margin-top: 0;
  }
  .sapporo_list_img_1,
  .sapporo_list_img_2,
  .sapporo_list_img_3 {
    padding-top: 0;
  }
}

.deadline {
  padding-top: 100px;
  text-align: center;
}

.deadline h4 {
  font-size: 33px;
  width: 800px;
  background: linear-gradient(transparent 65%, #fbcc00 65%);
  margin: 0 auto;
}

.deadline_top_text {
  font-size: 40px;
  font-weight: 500;
  margin: 55px 0 90px 0;
}

.deadline_top_text span {
  color: #e9652d;
}

.deadline_box {
  background: rgb(0, 224, 255);
  background: linear-gradient(
    27deg,
    rgba(0, 224, 255, 1) 3%,
    rgba(31, 255, 0, 1) 23%,
    rgba(241, 255, 0, 1) 52%,
    rgba(255, 0, 5, 1) 100%
  );
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  max-width: 800px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.deadline_box::after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 97%;
  height: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.text_2022 {
  font-size: 29px;
  padding-top: 25px;
  position: relative;
  z-index: 3;
}

.deadline_span_1 {
  font-size: 51px;
  position: relative;
  z-index: 3;
}

.deadline_span_2 {
  font-size: 32px;
  position: relative;
  z-index: 3;
}

.deadline_p {
  font-size: 46px;
  position: relative;
  z-index: 3;
}

.deadline_span_3 {
  font-size: 100px;
}

.deadline_span_4 {
  font-size: 35px;
}

.girl_box {
  margin-bottom: 70px;
}

.girl_box h5 {
  position: relative;
  margin-top: 100px;
  font-size: 45px;
  color: #e9652d;
}

.speech_img {
  margin-bottom: 25px;
}

.deadline_btn {
  display: block;
  background-color: #fbcc00;
  max-width: 1080px;
  height: 148px;
  margin: 0 auto;
  text-decoration: none;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  transition: 0.5s;
  position: relative;
}

.deadline_btn:hover {
  opacity: 0.5;
}

.deadline_btn span {
  font-size: 50px;
}

.deadline_btn_text {
  padding-top: 35px;
}

.deadline_btn::after {
  position: absolute;
  content: "";
  background-image: url(../img/btn.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  bottom: 5px;
  right: 10px;
}

@media screen and (max-width: 960px) {
  .deadline_wrapper {
    max-width: 600px;
    width: 100%;
    padding: 100px 15px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .deadline_top_text {
    font-size: 28px;
  }
  .deadline h4 {
    box-sizing: border-box;
    font-size: 18px;
    display: inline;
  }
  .deadline_box {
    max-width: 450px;
    width: 100%;
    height: auto;
  }
  .text_2022 {
    font-size: 18px;
    padding-top: 15px;
  }
  .deadline_p {
    font-size: 28px;
    line-height: 1;
    padding-bottom: 30px;
  }
  .deadline_span_1 {
    font-size: 32px;
  }
  .deadline_span_2 {
    font-size: 22px;
    display: block;
  }
  .deadline_span_3 {
    font-size: 64px;
    padding-left: 10px;
  }
  .deadline_span_4 {
    font-size: 16px;
  }
  .deadline_btn {
    max-width: 100%;
    margin: 0 20px;
    font-size: 20px;
  }
  .deadline_btn span {
    font-size: 32px;
  }
  .girl_box h5 {
    font-size: 28px;
  }
  .speech_img img {
    max-width: 300px;
  }
}
@media screen and (max-width: 769px) {
  .deadline_wrapper {
    padding: 50px 15px;
  }
  .deadline_top_text {
    margin: 50px 0;
    font-size: 22px;
  }
  .girl_box {
    margin-bottom: 36px;
  }
  .girl_box h5 {
    margin-top: 50px;
    font-size: 24px;
  }
  .girl_box .speech_img {
    margin-bottom: 0;
  }
  .girl_box div + div img {
    display: block;
    max-width: 150px;
    margin: 0 auto;
  }
  .deadline_btn {
    margin: 0;
  }
  .deadline_btn_text {
  }
  span {
    display: block;
  }
}
.information {
  margin-top: 100px;
  background-color: #f0932e;
  padding-bottom: 70px;
}

.information_logo {
  text-align: center;
  align-items: center;
  padding: 40px 0 50px 0;
}

.information_inner_box {
  display: flex;
  justify-content: center;
}

.information_text {
  font-size: 20px;
  color: #fff;
  padding-left: 80px;
}

.information_text_1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .information {
    margin-top: 0px;
    padding-bottom: 50px;
  }
  .information_inner_box {
    flex-direction: column;
    padding: 0 15px;
  }
  .information_logo {
    padding: 40px 0 20px 0;
  }
  .information_text {
    padding: 0;
    margin-top: 30px;
  }
  .information_inner_box .google_map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .information_text {
    padding: 0 15px;
    font-size: 14px;
  }
}
