.fv {
  position: relative;
}
.fv__title {
  position: absolute;
  color: #373737;
  display: block;
  letter-spacing: 0.18em;
}
@media (min-width: 768px) {
  .fv__title {
    background-color: #fff;
    font-size: 34px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .fv__title {
    font-size: 23px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .fv__title span {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .fv__title {
    display: inline-block;
  }
}
.fv__bg {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .fv__bg {
    width: 98.2vw;
  }
}
@media (max-width: 767px) {
  .fv__bg {
    width: 93.33vw;
    height: 69.2vw;
    object-fit: cover;
    border-radius: 25px;
  }
}

@media (min-width: 768px) {
  .intro {
    padding: 100px 0 80px;
  }
}
@media (max-width: 767px) {
  .intro {
    padding: 30px 0 70px;
  }
}
@media (min-width: 768px) {
  .intro__head {
    font-size: 34px;
    line-height: 54px;
    letter-spacing: 0.18em;
  }
}
@media (max-width: 767px) {
  .intro__head {
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
.intro__head span {
  color: #3765cf;
}
@media (min-width: 768px) {
  .intro__body {
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .intro__body {
    line-height: 34px;
  }
}

@keyframes ticker {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ticker {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .ticker {
    height: 494px;
  }
}
@media (max-width: 767px) {
  .ticker {
    height: 32.93vw;
  }
}
.ticker__container {
  display: flex;
  position: absolute;
  animation: ticker 90s linear infinite;
}
.ticker__item {
  display: flex;
  flex-shrink: 0;
}
.ticker__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .ticker__img {
    height: 494px;
    width: 1720px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .ticker__img {
    height: 32.93vw;
    width: 114.67vw;
    margin-right: 10px;
  }
}

.reason {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (min-width: 768px) {
  .reason {
    background-image: url(../img/teragoya/reason_bg_pc.jpg);
    padding: 360px 0 120px;
    margin-top: -230px;
  }
}
@media (max-width: 767px) {
  .reason {
    background-image: url(../img/teragoya/reason_bg_sp.jpg);
    padding: 25.33vw 0 55px;
    margin-top: -22vw;
  }
}
@media (min-width: 768px) {
  .reason__wrapper {
    max-width: 1228px;
    padding: 0 20px;
  }
}
.reason__head .en {
  color: #3765cf;
  line-height: 42px;
  letter-spacing: 0.06em;
}
.reason__head .ja {
  letter-spacing: 0.18em;
}
@media (min-width: 768px) {
  .reason__head .ja {
    font-size: 34px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .reason__head .ja {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .reason__p {
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .reason__p {
    line-height: 34px;
  }
}
.reason__items {
  list-style: none;
}
@media (min-width: 768px) {
  .reason__items {
    gap: 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .reason__items {
    gap: 0 4.39vw;
  }
}
@media (max-width: 767px) {
  .reason__items {
    gap: 25px 0;
  }
}
.reason__item {
  display: flex;
}
@media (min-width: 768px) {
  .reason__item {
    width: 355px;
    max-width: 100%;
  }
}
.reason__box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #fff;
}
@media (min-width: 768px) {
  .reason__box {
    border-radius: 25px;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .reason__box {
    border-radius: 20px;
    padding: 25px;
  }
}
.reason__icon img {
  width: auto;
  height: 160px;
}
.reason__text {
  line-height: 38px;
}
.reason__text b {
  color: #c93737;
}

@media (min-width: 768px) {
  .execute {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .execute {
    padding: 35px 0;
  }
}
@media (min-width: 768px) {
  .execute__wrapper {
    max-width: 1375px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .execute__img {
    flex: 1;
    max-width: 744px;
  }
}
@media (min-width: 768px) {
  .execute__img img {
    width: 744px;
  }
}
@media (min-width: 768px) {
  .execute__content {
    width: 456px;
    margin-left: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .execute__content {
    margin-left: 9.52vw;
  }
}
@media (min-width: 768px) {
  .execute__head {
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .execute__head {
    line-height: 30px;
  }
}
.execute__body {
  line-height: 38px;
}
.execute__p b {
  color: #3765cf;
}
@media (max-width: 767px) {
  .execute__box .execute__p {
    padding: 0 10px;
  }
}
.execute__subtitle {
  border: 1px solid #373737;
}
@media (min-width: 768px) {
  .execute__subtitle {
    padding: 2px 10px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .execute__subtitle {
    padding: 10px;
    line-height: 30px;
  }
}

.list {
  background-position: top center;
}
@media (min-width: 768px) {
  .list {
    background-image: url(../img/teragoya/list_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    padding: 70px 0 100px;
  }
}
@media (max-width: 767px) {
  .list {
    background-image: url(../img/teragoya/list_bg_sp.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    padding: 45px 0;
  }
}
@media (min-width: 768px) {
  .list__wrapper {
    max-width: 1300px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .list__head {
    width: 614px;
    height: 518px;
    padding: 80px 0 0 80px;
    background-image: url(../img/teragoya/map.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.list__head .en {
  color: #3765cf;
  line-height: 42px;
  letter-spacing: 0.06em;
}
.list__head .ja {
  letter-spacing: 0.18em;
}
@media (min-width: 768px) {
  .list__head .ja {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .list__head .ja {
    font-size: 21px;
    line-height: 30px;
  }
}
.list__head .note {
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 767px) {
  .list__body img {
    width: 81.33vw;
  }
}
.list__items {
  list-style: none;
}
@media (min-width: 768px) {
  .list__items {
    gap: 35px;
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .list__items {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .list__items {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .list__items {
    display: none;
    max-width: 76vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .list__item {
    width: 285px;
    max-width: 100%;
  }
}
.list__item1 .list__subtitle {
  background-color: #0081DF;
}
.list__item1 .list__li::before {
  background-color: #0081DF;
}
.list__item2 .list__subtitle {
  background-color: #4dc8f0;
}
.list__item2 .list__li::before {
  background-color: #4dc8f0;
}
.list__item3 .list__subtitle {
  background-color: #84dbd4;
}
.list__item3 .list__li::before {
  background-color: #84dbd4;
}
.list__item4 .list__subtitle {
  background-color: #5eac60;
}
.list__item4 .list__li::before {
  background-color: #5eac60;
}
.list__item5 .list__subtitle {
  background-color: #ffcf00;
  color: #373737;
}
.list__item5 .list__li::before {
  background-color: #ffcf00;
}
.list__item6 .list__subtitle {
  background-color: #c4cf41;
}
.list__item6 .list__li::before {
  background-color: #c4cf41;
}
.list__item7 .list__subtitle {
  background-color: #F87B82;
}
.list__item7 .list__li::before {
  background-color: #F87B82;
}
.list__item8 .list__subtitle {
  background-color: #f68732;
}
.list__item8 .list__li::before {
  background-color: #f68732;
}
.list__subtitle {
  color: #fff;
  line-height: 1.4;
  padding: 5px;
}
.list__ul {
  list-style: none;
  padding: 0 10px;
}
.list__li {
  position: relative;
  padding-left: 15px;
}
.list__li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.list__li + .list__li {
  margin-top: 10px;
}
.list__check {
  display: none;
}
@media (max-width: 767px) {
  .list__label {
    display: block;
    text-align: center;
  }
}
.list__btn {
  position: relative;
  display: block;
  font-weight: bold;
  border: 1px solid #3765cf;
  background-color: #fff;
  color: #3765cf;
  width: 88vw;
  height: 60px;
  max-width: 100%;
  border-radius: 50px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
}
.list__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
}
.list__btn span {
  height: 60px;
}
@media (max-width: 767px) {
  .list__open {
    display: block;
  }
}
.list__open::after {
  border-right: 1px solid #3765cf;
  border-bottom: 1px solid #3765cf;
  transform: translateY(-3px) rotate(45deg);
}
@media (max-width: 767px) {
  .list__close {
    display: none;
  }
}
.list__close::after {
  border-top: 1px solid #3765cf;
  border-left: 1px solid #3765cf;
  transform: translateY(3px) rotate(45deg);
}

@media (min-width: 768px) {
  .donation {
    padding: 100px 0 120px;
  }
}
@media (max-width: 767px) {
  .donation {
    padding: 80px 0 70px;
  }
}
.donation__head {
  letter-spacing: 0.18em;
}
@media (min-width: 768px) {
  .donation__head {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .donation__head {
    font-size: 23px;
    line-height: 32px;
  }
}
.donation__head span {
  color: #3765cf;
}
@media (min-width: 768px) {
  .donation__p {
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .donation__p {
    line-height: 32px;
  }
}
.donation__btn {
  background-color: #3765cf;
  color: #fff;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  max-width: 100%;
  height: 60px;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .donation__btn {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .donation__btn {
    width: 88vw;
  }
}

.message__wrapper {
  background-image: url(../img/teragoya/message_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .message__wrapper {
    width: 98.2vw;
    padding: 140px 0;
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .message__wrapper {
    width: 93.33vw;
    height: 40vw;
    padding: 25px 0;
    border-radius: 20px;
  }
}
.message__p {
  letter-spacing: 0.18em;
}
@media (min-width: 768px) {
  .message__p {
    font-size: 34px;
    line-height: 1.2;
    text-shadow: 3px 3px 10px rgba(255, 255, 255, 0.5), -3px -3px 10px rgba(255, 255, 255, 0.5), 3px 0 10px rgba(255, 255, 255, 0.5), 0 3px 10px rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  .message__p {
    font-size: 21px;
    line-height: 30px;
    text-shadow: 3px 3px 10px #fff, -3px -3px 10px #fff, 3px 0 10px #fff, 0 3px 10px #fff;
  }
}
@media (min-width: 768px) {
  .message__p br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .message__p br {
    display: block;
  }
}
@media (min-width: 768px) {
  .message__p span {
    color: #3765cf;
  }
}