@charset "UTF-8";
/* CSS Document */
.main {
  overflow: hidden;
}
.section-top {
  position: relative;
  margin: 0 auto 120px auto;
}
.section-top__image {
  height: 350px;
  background-image: url("../images/sekkotsuin/sekkotuin_img_01.jpg");
  background-position: right 20% bottom 0%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 15%;
  margin-right: -15%;
  border-radius: 0 0 0 50px;
  position: relative;
  z-index: 5;
}
.section-top__image-shadow {
  z-index: 1;
  display: inline-block;
  height: 400px;
  width: 100%;
  top: 65px;
  left: 0px;
  background-color: #fff1d9;
  position: absolute;
  border-radius: 0 0 0 50px;
}
.section-top__image-message h2 {
  position: absolute;
  bottom: -80px;
  color: #333;
  font-size: 2.8rem;
  line-height: 2.6rem;
  font-weight: 500;
  left: 35%;
  transform: translate(-50%, 0)
}
.section-top__image-message span {
  color: #ffa000;
  font-size: 1.8rem;
  font-weight: 400;
}
@media(min-width:960px) {
  .section-top {
    max-width: 1160px;
    margin: 0 auto 0px auto;
  }
  .section-top__image {
    height: 552px;
    background-position: right 20% bottom 0%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 30%;
    margin-right: 0%;
    z-index: 5;
  }
  .section-top__image-shadow {
    z-index: 1;
    display: inline-block;
    height: 552px;
    width: 100%;
    top: 65px;
    left: 0px;
    background-color: #fff1d9;
    position: absolute;
    border-radius: 0 0 0 50px;
  }
  .section-top__image-message h2 {
    text-align: left;
    left: -300px;
    bottom: 200px;
    font-size: 3.6rem;
    line-height: 2.6rem;
    transform: translate(0%, 0)
  }
  .section-top__image-message span {
    font-size: 2.4rem;
  }
}
.section-top__lead {
  margin-bottom: 65px;
}
.section-top__lead h2 {
  display: block;
  color: #333;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 400;
  text-align: left;
  padding: 50px 24px 0 24px;
  margin: 0px auto 50px auto;
  max-width: 720px;
}
@media(min-width:960px) {
  .section-top__lead {
    margin-bottom: 15px;
  }
  .section-top__lead h2 {
    max-width: 850px;
    display: inline-block;
    color: #333;
    font-size: 2.0rem;
    line-height: 3.6rem;
    font-weight: 400;
    text-align: center;
    padding: 112px 0px 0px 0px;
    margin: 0px 0px 50px 0px;
  }
}
.section-sekkotsuin {
  background-color: #fff1d9;
  padding-top: 30px;
  padding-bottom: 140px;
}
.section-sekkotsuin h3 {
  color: #ffa000;
  text-align: left;
  font-size: 2.0rem;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.section-sekkotsuin ul li {
  display: inline-block;
  background-color: #fff;
  margin: 60px 24px 0 24px;
  border-radius: 30px;
  box-shadow: 10px 10px #ffcf80;
  list-style: none;
  padding: 35px 20px;
}
.section-sekkotsuin hr {
  border-top: 5px dotted #ffa000;
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding: 0 20px 0 20px;
  margin: 0 auto;
}
.section-sekkotsuin p {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  margin-top: 10px;
  text-align: left;
}
.section-sekkotsuin__textpoint {
  color: #ee869a;
}
.check-mark {
  padding-left: 25px;
  position: relative;
}
.check-mark::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 10px;
  border-left: 3px solid #ee869a;
  border-bottom: 3px solid #ee869a;
  transform: rotate(-45deg);
}
.section-sekkotsuin__btn {
  max-width: 270px;
  margin: 20px auto;
}
a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #ee869a;
  border: 1px solid #ee869a;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 40px 0 10px;
  color: #fff;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 55%;
  right: 25px;
  margin-top: -6px;
}
a.btn_03:hover {
  background: #fff;
  color: #ee869a;
}
a.btn_03:hover:before {
  border-top: 2px solid #ee869a;
  border-right: 2px solid #ee869a;
}
@media(min-width:960px) {
  .section-sekkotsuin ul li {
    max-width: 1000px;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.5s
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}