@charset "UTF-8";
.back-to-top {
  width: auto;
}
#contents {
  padding-top: 0;
}
.fadeUpTrigger {
  opacity: 0
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards
}
@keyframes fadeUpAnime {
  0% {
    transform: translateY(50px);
    opacity: 0
  }
  80% {
    opacity: 1
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
.tatedoki img {
  object-fit: cover;
  width: 100%;
}
.kv {
  position: relative;
  background: url("img/kv.jpg") no-repeat center center / cover;
  height: 100vh;
}
.kv-ttl {
  position: absolute;
  top: 14%;
  right: 6%;
  width: 22.81%;
  max-width: 292px;
}
@media screen and (max-width: 768px) {
  .kv {
    background: url("img/kv_sp.jpg") no-repeat center center / cover;
    height: 90dvh;
  }
  .kv-ttl {
    top: 14%;
    right: 50%;
    transform: translateX(50%);
    width: 65.33%;
    max-width: 245px;
  }
}
.scroll {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%);
}
.scroll a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}
.scroll a::after {
  position: absolute;
  top: 18px;
  left: 21px;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .scroll {
    bottom: 15px;
    width: 50px;
    height: 50px;
  }
  .scroll a {
    width: 50px;
    height: 50px;
  }
  .scroll a::after {
    top: 14px;
    left: 16px;
  }
}
.bg {
  background: #EBEFE1;
  padding-block: 80px 100px;
}
.tatedoki .inner-l {
  width: 80%;
  max-width: 1024px;
  margin: auto;
}
.tatedoki .inner-s {
  width: 66.415%;
  max-width: 680px;
  padding-block: 60px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .bg {
    padding-block: 40px 60px;
  }
  .tatedoki .inner-l {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tatedoki .inner-s {
    width: 97%;
    max-width: 100%;
    padding: 25px 20px;
  }
}
.inner-l > div {
  background: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .inner-l > div {
    margin-bottom: 40px;
  }
}
.inner-l > div:last-child {
  margin-bottom: 0;
}
.inner-l > div .ttl {
  position: relative;
  margin: 0 auto 30px;
}
.sec01 .ttl, .sec02 .ttl {
  width: 59.71%;
  max-width: 406px;
}
.sec03 .ttl {
  width: 55%;
  max-width: 374px;
}
.sec04 .ttl {
  width: 52.06%;
  max-width: 354px;
}
@media screen and (max-width: 768px) {
  .sec01 .ttl, .sec02 .ttl, .sec04 .ttl {
    width: 100%;
    max-width: 306px;
  }
  .sec03 .ttl {
    width: 100%;
    max-width: 276px;
  }
}
.sec01 .ttl span {
  position: absolute;
  top: 0;
  right: 4%;
  transform: translateX(50%);
  width: 59.71%;
  max-width: 97px;
}
.sec02 .ttl span {
  position: absolute;
  top: 40%;
  right: 6%;
  transform: translate(50%, -50%);
  width: 17%;
  max-width: 69px;
}
.sec03 .ttl span {
  position: absolute;
  top: 30%;
  right: 1%;
  transform: translate(50%, -50%);
  width: 25.13%;
  max-width: 94px;
}
.sec04 .ttl span {
  position: absolute;
  top: 30%;
  right: -11%;
  transform: translate(50%, -50%);
  width: 29.38%;
  max-width: 104px;
}
@media screen and (max-width: 768px) {
  .sec01 .ttl span {
    width: 36.1%;
    max-width: 59px;
  }
  .sec04 .ttl span {
    display: none;
  }
}
.tatedoki p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tatedoki p {
    font-size: .875rem;
    line-height: 1.65;
    margin-bottom: 25px;
  }
}
.tatedoki p.hd {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.3125rem;
  text-align: center;
  background: #EBEFE1;
  padding: 15px;
  border-block: 1px solid #688119;
  margin: 30px auto 15px;
}
@media screen and (max-width: 768px) {
  .tatedoki p.hd {
    font-size: 1rem;
    padding: 15px 10px;
    margin-top: 25px;
  }
}
.tatedoki p.hd.yellow {
  background: #FFFAEC;
  border-color: #FCD13E;
  position: relative;
}
.tatedoki p.hd .underline {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.tatedoki p.cap {
  font-size: .875rem;
  font-feature-settings: "palt";
  margin-bottom: 5px;
}
.tatedoki p.note {
  font-size: .625rem;
}
@media screen and (max-width: 768px) {
  .tatedoki p.cap {
    font-size: .625rem;
  }
  .tatedoki p.note {
    font-size: .5rem;
  }
}
.inner-l > div .flex {
  display: flex;
  justify-content: space-between;
}
.sec01 .flex {
  margin-top: -70px;
}
.sec01 .flex > div {
  width: 47.65%;
  align-self: baseline;
}
@media screen and (max-width: 768px) {
  .inner-l > div .flex {
    flex-direction: column-reverse;
  }
  .sec01 .flex {
    gap: 25px;
    margin-top: -45px;
  }
  .sec01 .flex > div {
    width: 100%;
  }
}
.sec02 .img-wrap {
  margin-block: -60px 30px;
}
.sec02 .img {
  width: 67.35%;
  max-width: 458px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec02 .img-wrap {
    margin-block: -15px 20px;
  }
  .sec02 .img {
    width: 66.53%;
    max-width: 100%;
  }
}
.sec03 .flex .left {
  width: 44.12%;
}
.sec03 .flex .right {
  width: 49.85%;
}
@media screen and (max-width: 768px) {
  .sec03 .flex .left {
    margin-bottom: 30px;
  }
  .sec03 .flex .left, .sec03 .flex .right {
    width: 100%;
  }
}
.tatedoki .sec03 p.balloon {
  font-size: .875rem;
  background: #EAEBEB;
  padding: 20px 30px;
  position: relative;
  display: inline-block;
}
.tatedoki .sec03 p.balloon:before {
  content: "";
  position: absolute;
  top: 40%;
  left: -30px;
  border: 15px solid transparent;
  border-right: 18px solid #EAEBEB;
}
@media screen and (max-width: 768px) {
  .tatedoki .sec03 p.balloon {
    font-size: .75rem;
    padding: 15px 20px;
  }
  .tatedoki .sec03 p.balloon:before {
    top: auto;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 18px solid #EAEBEB;
  }
}
.sec03 .merit-list h3 {
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 1.3125rem;
}
.sec03 .merit-list h3::before {
  content: url("img/checkmark.svg");
  display: inline-block;
  width: 29px;
  vertical-align: middle;
}
.tatedoki .sec03 .merit-list p {
  font-size: .875rem;
}
@media screen and (max-width: 768px) {
  .sec03 .merit-list h3 {
    font-size: 1.125rem;
    line-height: 1.75;
  }
}
.sec03 .col {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 61.47%;
  max-width: 418px;
}
.tatedoki .sec03 .col p.note {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec03 .col {
    width: 100%;
    max-width: 100%;
  }
  .tatedoki .sec03 .col p.note {
    margin-bottom: 15px;
  }
}
.tatedoki .sec05 p:not(.hd) {
  margin-bottom: 0;
}
.tatedoki .sec05 .balloon {
  background: #FCD13E;
  font-size: 1.125rem;
  width: 130px;
  padding: 8px;
  border-radius: 130px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 768px) {
  .tatedoki .sec05 .balloon {
    font-size: 1rem;
    width: 160px;
    border-radius: 160px;
  }
}
.tatedoki .sec05 .balloon:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 10px solid #FCD13E;
}
.sec05 .hd ~ .flex {
  flex-direction: row-reverse;
  margin-bottom: 30px;
}
.sec05 .hd ~ .flex .left {
  width: 70.74%;
}
.sec05 .hd ~ .flex .right {
  width: 26.47%;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .sec05 .hd ~ .flex {
    display: block;
    margin-bottom: 30px;
  }
  .sec05 .hd ~ .flex .left {
    width: 100%;
  }
  .sec05 .hd ~ .flex .right {
    width: 36.53%;
    float: right;
    margin-left: 1.5em;
  }
}
.tatedoki .sec05 p.table-hd {
  background: #688119;
  font-size: 1.3125rem;
  text-align: center;
  color: #fff;
  padding-block: 8px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .tatedoki .sec05 p.table-hd {
    font-size: 1rem;
    padding-block: 10px;
    margin-bottom: 10px;
  }
}
.sec05 table {
  border: 1px dotted #8B8989;
  margin-bottom: 10px;
}
.sec05 table tr:nth-child(2) {
  border-block: 1px dotted #8B8989;
}
.sec05 table .bg-green {
  background: #E5EAD7;
  width: 24%;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
}
.sec05 table tr td:nth-child(2) {
  width: 76%;
  padding-block: 15px;
}
.tatedoki .sec05 table p.green {
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 2.6875rem;
  font-weight: bold;
  color: #688119;
  text-align: center;
  margin-bottom: 0;
}
.tatedoki .sec05 table p.green .small {
  font-size: .6em;
}
.sec05 table .flex {
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.sec05 table .flex .left {
  font-size: .875rem;
}
@media screen and (max-width: 640px) {
  .sec05 table th, .sec05 table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .sec05 table .bg-green {
    font-size: .875rem;
    width: 100%;
    padding: 10px;
  }
  .sec05 table tr td:nth-child(2) {
    width: 100%;
    padding: 10px;
  }
  .tatedoki .sec05 table p.green {
    font-size: 2rem;
    line-height: 1.2;
  }
  .sec05 table .flex {
    flex-direction: column;
    gap: 5px;
  }
}
.tatedoki .sec05 p.note {
  text-align: center;
}
.tatedoki .bnr {
  max-width: 680px;
  margin: auto;
}