.kv-area {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.kv-area__text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15%;
  z-index: 1;
  color: #fff;
  width: 83.3%;
}

.kv-area__text h1 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 55px;
  line-height: 1.3;
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  .kv-area__text h1 {
    font-size: 6vw;
  }
}

.kv-area__text h1 span {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin-top: 20px;
}

.kv-area__text a {
  background: rgba(255, 255, 255, 0.3019607843);
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 65px;
  color: #fff;
}

.kv-area__text a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .kv-area__text a:hover {
    opacity: unset;
  }
}

@media screen and (max-width: 767px) {
  .kv-area__text a {
    font-size: 13px;
    margin-top: 203px;
    border-radius: 10px;
  }
}

.pic-title {
  font-size: 20px;
  font-family: "Poppins";
  border-right: 1px solid #fff;
  padding: 12px 35px;
  margin-right: 20px;
}

.topic-btn {
  position: absolute;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  right: 45px;
  padding-right: 40px;
  padding-left: 10px;
}

.topic-btn::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.topic-btn::after {
  bottom: 0;
  right: 0;
  width: 20px;
  height: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.topic-btn::before,
.topic-btn::after {
  content: "";
  position: absolute;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .topic-btn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .kv-area__text {
    margin: 140px auto 0;
  }

  .kv-area__text h1 span {
    font-size: 16px;
    margin-top: 15px;
  }

  .kv-area__text p {
    margin-top: 200px;
  }

  .pic-title {
    font-size: 13px;
    padding: 25px 10px 25px 15px;
    margin-right: 12px;
  }
}

.scroll_down {
  position: absolute;
  bottom: 45%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .scroll_down {
    bottom: 10%;
  }
}

.scroll_down p {
  font-family: 'Poppins';
  position: absolute;
  left: -11px;
  bottom: 130px;
  color: #fff;
  font-size: 16px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-transform: uppercase;
  background: none;
}

@media screen and (max-width: 767px) {
  .scroll_down p {
    bottom: 170px;
    font-size: 13px;
    left: -8px;
  }
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 55px;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: circlemove-pc 2.5s ease-in-out infinite, cirlemovehide 2.5s ease-out infinite;
  animation: circlemove-pc 2.5s ease-in-out infinite, cirlemovehide 2.5s ease-out infinite;
}

@media screen and (max-width: 767px) {
  .scroll_down:before {
    -webkit-animation: circlemove-sp 2.5s ease-in-out infinite, cirlemovehide 2.5s ease-out infinite;
    animation: circlemove-sp 2.5s ease-in-out infinite, cirlemovehide 2.5s ease-out infinite;
    bottom: 65px;
  }
}

@-webkit-keyframes circlemove-pc {
  0% {
    bottom: 100px;
  }

  100% {
    bottom: -55px;
  }
}

@keyframes circlemove-pc {
  0% {
    bottom: 100px;
  }

  100% {
    bottom: -55px;
  }
}

@-webkit-keyframes circlemove-sp {
  0% {
    bottom: 160px;
  }

  100% {
    bottom: 55px;
  }
}

@keyframes circlemove-sp {
  0% {
    bottom: 160px;
  }

  100% {
    bottom: 55px;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 2px;
  height: 160px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .scroll_down:after {
    height: 100px;
    bottom: 65px;
  }
}

.kv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: slider-1 24s linear infinite;
  animation: slider-1 24s linear infinite;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, rgb(255, 255, 255)), color-stop(97%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 88%, rgba(255, 255, 255, 0) 97%);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, rgb(255, 255, 255)), color-stop(97%, rgba(255, 255, 255, 0)));
  mask-image: linear-gradient(to bottom, rgb(255, 255, 255) 88%, rgba(255, 255, 255, 0) 97%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.kv-img:nth-child(1) {
  background: url(../img/top/bg_top_02.jpg) center/cover no-repeat;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.kv-img:nth-child(2) {
  background: url(../img/top/bg_top_01.jpg) center/cover no-repeat;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.kv-img:nth-child(3) {
  background: url(../img/top/bg_top_03.jpg) center/cover no-repeat;
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.kv-img:nth-child(4) {
  background: url(../img/top/bg_top_13.jpg) center/cover no-repeat;
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}

@-webkit-keyframes slider-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  4.16% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  33.33% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
  }
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  4.16% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  33.33% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
  }
}

.box01 {
  background: #fff;
  border-radius: 30px;
  padding: 35px 60px;
  -webkit-box-shadow: 0px 0px 20px 0px #C5DCFF;
  box-shadow: 0px 0px 20px 0px #C5DCFF;
  position: relative;
}

@media screen and (max-width: 767px) {
  .box01 {
    padding: 12px 23px 90px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .box01__list {
    margin-top: 15px;
  }
}

.box01__list li {
  border-top: 1px solid #cccccc;
}

.box01__list li a {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 35px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
}

.box01__list li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .box01__list li a:hover {
    opacity: unset;
  }
}

@media screen and (max-width: 767px) {
  .box01__list li a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 13.5px 30px;
    padding: 15px 0 45px;
    font-size: 13px;
  }
}

.mark {
  width: 115px;
  height: 25px;
  font-size: 12px;
  padding: 3px 0;
}

@media screen and (max-width: 767px) {
  .mark {
    width: 100px;
    height: 18px;
    font-size: 11px;
    padding: 0;
  }
}

.top-news {
  margin-top: 70px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

@media screen and (max-width: 767px) {
  .top-news {
    margin-top: 0;
  }
}

.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.box01 h2 {
  font-size: 18px;
}

.box01 h2 span {
  font-size: 60px;
  font-weight: 700;
  color: #0041A7;
  display: block;
  font-family: "Poppins";
}

@media screen and (max-width: 767px) {
  .box01 h2 span {
    font-size: 40px;
  }
}

.box01 .c-btn01 {
  position: absolute;
  top: 18%;
  right: 5%;
}

@media screen and (max-width: 767px) {
  .box01 .c-btn01 {
    top: unset;
    bottom: 5%;
  }
}

.top-value {
  background: url(../img/top/bg_top_04.png) center/cover no-repeat;
  padding: 75px 0;
  margin-top: 200px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-value {
    padding: 80px 0;
    margin-top: 50px;
    height: 292.5px;
  }
}

.bg-tex {
  font-family: 'Whisper';
  font-size: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FFFFFF33;
  transform: translate(-50%, -50%);
  rotate: -1.85deg;
}

@media screen and (max-width: 767px) {
  .bg-tex {
    font-size: 80px;
  }
}

.top-value h2 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top-value h2 {
    font-size: 13px;
  }
}

.top-value h2 span {
  font-family: "Poppins";
  font-size: 75px;
  display: block;
}

@media screen and (max-width: 767px) {
  .top-value h2 span {
    font-size: 40px;
  }
}

.c-btn02 {
  margin: 0 auto;
  margin-top: 15px;
}

.top-items {
  overflow: hidden;
  background: url(../img/top/bg_top_06.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .top-items {
    background: url(../img/top/bg_top_10.png), url(../img/top/bg_top_11.png), url(../img/top/bg_top_12.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100% 20%, 100% 30%, 100% 12%;
    background-position: 50% 25%, 50% 70%, 50% 100%;
  }
}

.box02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 120px;
  margin-top: 220px;
}

@media screen and (max-width: 767px) {
  .box02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin-top: 75px;
    gap: 35px;
  }
}

.box02__text {
  background: #fff;
  width: 50%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 6px 6px 20px 3px #99CFFB;
  box-shadow: 6px 6px 20px 3px #99CFFB;
  padding: 70px 120px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .box02__text {
    width: 96%;
    padding: 22px 34px 35px 40px;
    margin-bottom: unset;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.box2__dtl {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .box2__dtl {
    margin-top: 5px;
    font-size: 13px;
  }
}

.box2__dtl li {
  position: relative;
  padding-left: 1em;
}

.box2__dtl li::before {
  display: inline-block;
  content: "-";
  position: absolute;
  left: 0;
}



.box02__text a {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .box02__text a {
    margin-top: 10px;
  }
}

.box02 h2 {
  font-weight: 700;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .box02 h2 {
    font-size: 13px;
  }
}

.box02 span {
  font-family: "Poppins";
  font-size: 75px;
  display: block;
  color: #0041A7;
}

@media screen and (max-width: 767px) {
  .box02 span {
    font-size: 40px;
  }
}

.box02 p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .box02 p {
    margin-top: 5px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .box02 img {
    max-width: 72.2%;
    margin: 0 auto;
  }
}

.box02:first-of-type {
  margin-top: 320px;
}

@media screen and (max-width: 767px) {
  .box02:first-of-type {
    margin-top: 55px;
  }
}

.box02:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .box02:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }
}

.box02:nth-child(2) .box02__text {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media screen and (max-width: 767px) {
  .box02:nth-child(2) .box02__text {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px 40px 35px 25px;
  }
}

.img-md01 {
  border-radius: 20px;
}

.marquee {
  width: 100%;
  overflow: hidden;
  background: url(../img/top/bg_top_05.jpg) center/cover no-repeat;
  margin-top: 280px;
  position: relative;
}

.marquee__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee-animation 30s linear infinite;
  animation: marquee-animation 30s linear infinite;
}

.marquee__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 100px;
  height: 560px;
}

.marquee p {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 200px;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

.marquee .alt {
  color: rgba(255, 255, 255, 0.2);
}

.marquee .mirror {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

@media screen and (max-width: 767px) {
  .marquee {
    margin-top: 180px;
  }

  .marquee__block {
    margin-right: 50px;
    height: 250px;
  }

  .marquee p {
    font-size: 100px;
    line-height: 1.3;
  }
}

@-webkit-keyframes marquee-animation {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes marquee-animation {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.reception01 {
  position: relative;
}

.reception01 .bg-receptopn01 {
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .reception01 .bg-receptopn01 {
    display: none;
  }
}

.reception01 .bg-receptopn02 {
  position: absolute;
}

.bg-receptopn02:nth-of-type(1) {
  top: 50px;
  left: 58%;
  -webkit-transform: translate(-58%, 10%);
  transform: translate(-58%, 10%);
}

@media screen and (max-width: 767px) {
  .bg-receptopn02:nth-of-type(1) {
    top: 600px;
    left: 10%;
    transform: translate(-10%, 35%);
    width: 40%;
  }
}

.bg-receptopn02:nth-of-type(2) {
  top: 860px;
  left: 46%;
}

@media screen and (max-width: 767px) {
  .bg-receptopn02:nth-of-type(2) {
    display: none;
  }
}

.bg-receptopn02:nth-of-type(3) {
  right: 0;
  top: 1665px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .bg-receptopn02:nth-of-type(3) {
    left: -10%;
    top: 2070px;
    width: 25%;
  }
}

.bg-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .bg-sp {
    display: block;
    position: absolute;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .tp {
    top: 500px;
  }

  .mid {
    top: 1120px;
  }

  .und {
    top: 2030px;
  }
}

footer {
  margin-top: 0;
}

.c-btbnr {
  width: 152px;
  position: fixed;
  bottom: 10%;
  right: 20px;
  display: none;
  z-index: 800;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}

.c-btbnr a {
  width: 152px;
  height: 152px;
  background: #fff;
  color: #0041A7;
  border: 2px solid #0041A7;
  border-radius: 50%;
  letter-spacing: 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-btbnr {
    width: 76px;
  }

  .c-btbnr a {
    width: 76px;
    height: 76px;
    font-size: 1rem;
  }
}

.c-contact a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .c-contact a:hover {
    opacity: unset;
  }
}

.c-contact a::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/common/icon_common_06.png) left top/100% 100% no-repeat;
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .c-contact a::before {
    width: 35px;
    height: 35px;
  }
}