@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  vertical-align: top;
  text-decoration: none;
}
BODY {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  line-height: 1.7;
  overflow-x: clip;
  color: #320000;
  font-weight: 500;
  letter-spacing: -0.7px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
p {
  text-align: justify;
}
.bold {
  font-weight: 600;
  color: #ff78a0;
}
.marker {
  background: linear-gradient(transparent 10%, yellow 10%);
  display: inline;
  font-weight: 700;
}
figure {
  text-align: center;
}
img {
  margin-inline: auto;
  max-width: 100%;
  height: auto;
}

a:hover img {
  opacity: 1;
}
ul li,
ol li {
  list-style: none;
}
h2 {
  text-align: center;
  margin-inline: auto;
  line-height: 1.2;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.margin {
  margin-bottom: 20px;
}

#page-top p {
  padding: 0 !important;
}
.inner {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
.fit_content {
  max-inline-size: fit-content;
  margin-inline: auto;
}
.max_unset {
  max-width: unset;
  width: 100%;
}
.float_r {
  float: right;
}
.sans {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -1px;
}
.t_center {
  text-align: center;
}
.w_900 {
  max-width: 900px;
  margin-inline: auto;
}

/*header*/
header div {
  position: relative;
  height: 627px;
}
header .pc {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}

/*area_link*/
.link {
  text-align: center;
}
.link a {
  margin-inline: auto;
  display: inline-block;
  overflow: unset;
  transition: 0.5s;
}
.link a:hover {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
}

/*アニメーション*/
.animation {
  animation: fuwafuwa 2s linear infinite;
  scale: 1;
}

@keyframes fuwafuwa {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(-3px);
  }
  100% {
    transform: translatex(0);
  }
}

/*area_1*/

/*area_2*/
.area_2 {
  background: url(../images/area2_back@2x.jpg) no-repeat;
  background-size: 100% 100%;
}
/*area_4*/
.area_4 {
  background: url(../images/area4_back@2x.jpg) no-repeat;
  background-size: 100% 100%;
}
.possible li {
  position: relative;
  background: #fff;
  padding: 50px 60px;
}
.possible li div {
  position: relative;
}
.possible li div::before {
  position: absolute;
  content: "";
  inset: 0;
  background: repeating-linear-gradient(
        to bottom,
        #ebebeb 0px,
        #ebebeb 1px,
        transparent 1px,
        transparent 38px
    );
    transform: scaleY(-1);
    z-index: -1;
}
.reason {
  position: absolute;
  left: 50px;
  top: -37px;
}

/*area_5*/
.area_5 {
  background: url(../images/area5_back@2x.jpg) no-repeat;
  background-size: 100% 100%;
}
.area_5 .gap30 {
  gap: 16px;
}

/*area_6*/
.noriko {
  transform: translateY(-50px);
}
.w_456 {
  width: 456px;
  flex-grow: 1;
}
.emozi {
  vertical-align: -9px;

}

/*footer*/
footer {
  background: #ff8c9b;
  padding: 20px 0;
}
footer a,
.white {
  color: #fff;
}
#page-top a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff0e6;
  font-weight: bold;
  color: #320000;
  letter-spacing: -0.5px;
  font-weight: 800;
  filter: drop-shadow(2px 2px 2px rgb(0 0 0 / .2));
}


@media screen and (max-width: 1000px) {
  header div {
    height: 500px;

  }
}
/*スマホ==========================================================================================================*/
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
  .margin {
    margin-bottom: 20px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sans {
    letter-spacing: -0.5px;
  }

  img {
    vertical-align: bottom;
  }
  header div {
    height: unset;
  }
  .link.pt20 {
    padding-top: 15px !important;
  }
  .area_1 {
    background: none;
  }
  .area_1 .bg_ffe6e6{
    background: url(../images/area1_backsp@2x.jpg) no-repeat;
    background-size: 100% 100%;
    padding-block: 14px 34px;
    margin-bottom: 0 !important;
  }
  .medals {
    max-width: 348px;
    margin-inline: auto;
  }
  .memo {
    margin-top: -11px;
  }
  .area_2 {
    background: url(../images/area2_backsp@2x.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .area_2 h2 {
    margin-bottom: 30px !important;
  }
  .area_2.pa_b90 {
    padding-block: 50px;
  }
  .area_3 .gap20 {
    gap: 5px;
  }
  .area_4 {
    background: url(../images/area4_backsp@2x.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .pa_b120 {
    padding-block: 50px;
  }
  .area_4 h2 {
    margin-bottom: 43px !important;
  }
  .possible li {
    padding: 56px 30px 35px;
  }
  .possible li div::before {
    background: repeating-linear-gradient(
          to bottom,
          #ebebeb 0px,
          #ebebeb 1px,
          transparent 1px,
          transparent 30px
      );
  }
  .reason {
    left: -6px;
    width: 121px;
    top: 7px;
  }
  .area_4 .gap70 {
    gap: 43px;
  }
  .area_4 .float_r {
    float: none;
    margin-left: 0;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .area_4 .gap60 {
    gap: 40px;
  }
  .area_5 {
    background: url(../images/area5_backsp@2x.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .link.pa_b50 {
    padding-block: 30px;
  }
  .area_5 .gap30 {
    gap: 20px;
  }
  .area_6 h2 {
    margin-bottom: 109px;
  }
  .area_6 .mb80 {
    margin-bottom: 45px !important;
  }
  .area_6 .sans p {
    font-size: 1.4rem;
  }
  .area_6 .mb50,.area_6 .mb80:not(.area_6 .mb80),.area_6 .mb100 {
    margin-bottom: 45px !important;
  }
  .area_6 .float_r {
    margin-bottom: 20px;
  }
  .three {
    gap: 15px;
  }
  .w_456 {
    margin-bottom: 5px !important;
  }
  .pb90 {
    padding-bottom: 40px !important;
  }
  .emozi {
    vertical-align: 0;
  }
  .emozi img {
    vertical-align: middle;
  }



  footer {
    padding: 30px 0 20px;
  }
  footer .wrap {
    width: 100%;
    padding: 0 20px;
  }
  footer .footer {
    padding: 0;
    justify-content: center;
    flex-direction: column;
  }
  #page-top {
    bottom: 25px;
  }
  footer a {
    padding: 10px 0;
    display: inline-block;
  }

}
