/* TOP  */
/* ======================================================== */
/* MAIN VISUAL */
.c-mainvisual {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.c-mainvisual-text {
  flex: 1;
  padding-left: 96px;
  padding-bottom: 84px;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 20;
  font-weight: 700;
  color: #fff;
}
.c-mainvisual-text .text-bg {
  background-color: #fff;
  font-size: 22px;
  letter-spacing: 0;
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 8px;
}
.c-mainvisual-text .title {
  font-size: 58px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.c-mainvisual-text .title strong {
  font-size: 84px;
}
.c-mainvisual-text .title .pl {
  padding-left: 112px;
}
.c-mainvisual-text .title .c-text-underline {
  text-underline-offset: 24px;
}
.c-mainvisual-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-mainvisual-img::before {
  content: "";
  background-image: linear-gradient(
    to bottom,
    rgba(96, 96, 96, 0) 0%,
    rgba(96, 96, 96, 0) 60%,
    #191970
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
}

.c-mainvisual-img .img,
.c-mainvisual-img .c-mainvisual__slider {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.c-mainvisual-img .img.mv1 {
  background-image: url(./../images/top/mv1.jpg);
}
@media screen and (max-width: 1150px) {
  .c-mainvisual-text {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .c-mainvisual-text .title .pl {
    padding-left: 0;
  }
  .c-mainvisual__slider .c-bg {
    background-position: center top;
  }
  .c-mainvisual-img .mv-sp-1 {
    background-image: url(./../images/top/mv_sp_1.jpg);
  }
  .c-mainvisual-img .mv-sp-2 {
    background-image: url(./../images/top/mv_sp_2.jpg);
  }
  .c-mainvisual-img .mv-sp-3 {
    background-image: url(./../images/top/mv_sp_3.jpg);
  }
}
@media screen and (max-width: 767px) {
  .c-mainvisual-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .c-mainvisual-text .text-bg {
    font-size: 14px;
    padding: 6px 10px;
    margin-bottom: 6px;
  }
  .c-mainvisual-text .title {
    font-size: 32px;
  }
  .c-mainvisual-text .title strong {
    font-size: 45px;
  }
  .c-mainvisual-text .title .c-text-underline {
    text-underline-offset: 12px;
  }
}
/* SCROLLDOWN */
.c-scrolldown {
  position: absolute;
  right: 50px;
  bottom: 80px;
  z-index: 100;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-scrolldown:hover {
  color: #fff;
}
.c-scrolldown-bar {
  width: 1px;
  height: 128px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 20px;
}
.c-scrolldown-bar::after {
  content: "";
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-animation: scrolldown 3s infinite ease-in-out;
  animation: scrolldown 3s infinite ease-in-out;
}
@-webkit-keyframes scrolldown {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    bottom: 0;
    height: 100%;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}
@keyframes scrolldown {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    bottom: 0;
    height: 100%;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}
@media screen and (max-width: 1024px) {
  .c-scrolldown {
    display: none;
  }
}
/* END SCROLLDOWN */
/* =========================================== */
/* BLOCK 1 */
.p-top .block1::before,
.p-top .block1::after {
  left: 50%;
  transform: translateX(-50%);
}
.p-top .block1::before {
  background-image: url(./../images/top/bg2.png);
  width: 1920px;
  height: 1047px;
  top: 0;
}
.p-top .block1::after {
  background-image: url(./../images/top/bg1.png);
  width: 1920px;
  height: 1402px;
  top: 764px;
}
.c-about_slider {
  min-width: 1px;
  height: 440px;
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: visible;
}
.c-about_slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.c-about_slider .swiper-wrapper .img {
  display: block;
  width: 100%;
}
/* Active slide */
.c-about_slider .swiper-slide {
  display: flex;
  align-items: center;
  width: 620px;
  height: auto !important;
  transition: width 0.4s ease;
}
.c-about_slider .swiper-slide-active {
  width: 784px;
}
.c-about_slider #pagination_about {
  bottom: -54px;
}
.p-top .block1 .c-marquee {
  position: absolute;
  top: 612px;
  left: 0;
  z-index: -1;
}
.p-top .block1 .c-text-underline {
  text-underline-offset: 16px;
}
.p-top .block1 .c-section1 {
  gap: 60px;
}
.p-top .block1 .c-section1 + .c-section1 {
  margin-top: 70px;
}
.p-top .block1 .c-section1__img {
  width: 380px;
}
.p-top .block1 .c-section1__text {
  padding-top: 24px;
}
.p-top .block1 .c-section1__title {
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .c-about_slider {
    height: auto;
  }
  .c-about_slider .swiper-slide {
    transform: scale(0.76);
    transition: 0.4s ease;
  }
  .c-about_slider .swiper-slide-active {
    transform: scale(1);
  }
}
@media screen and (max-width: 1024px) {
  .p-top .block1 .c-marquee {
    top: 680px;
  }
  .p-top .block1 .c-section1__text {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top .block1::before,
  .p-top .block1::after {
    content: unset;
  }
  .p-top .block1 .c-marquee {
    top: 365px;
  }
  .p-top .block1 .c-text-underline {
    text-underline-offset: 6px;
  }
  .c-about_slider #pagination_about {
    bottom: -35px;
  }
  .p-top .block1 .c-section1 {
    gap: 20px;
  }
  .p-top .block1 .c-section1__title {
    margin-bottom: 8px;
  }
  .p-top .block1 .c-section1 + .c-section1 {
    margin-top: 40px;
  }
}
/* END BLOCK 1 */
/* =========================================== */
/* BLOCK 2 */
.p-top .block2 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.p-top .block2__img {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
.p-top .block2__img img {
  width: calc((100% - 60px) / 3);
}
.p-top .block2__img img:nth-child(2) {
  margin-top: 48px;
}
.p-top .block2 .c-dl1,
.p-top .block2 .c-dl2 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.p-top .block2 .c-dl1 {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-top .block2__img img:nth-child(2) {
    margin-top: 0;
  }
  .p-top .block2__img {
    gap: 10px;
  }
  .p-top .block2__img img {
    width: calc((100% - 20px) / 3);
  }
  .p-top .block2 .c-dl1 {
    margin-bottom: 40px;
  }
}
/* END BLOCK 2 */
/* =========================================== */
/* BLOCK 3 */
.p-top .block3 .c-section1 + .c-section1 {
  margin-top: 72px;
}
.p-top .block3 .c-section1 {
  gap: 60px;
}
.p-top .block3 .c-section1__img {
  width: 380px;
}
.p-top .block3__index {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0;
  color: #cccccc;
  margin-bottom: 8px;
}
.p-top .block3 .c-section1__title {
  margin-bottom: 20px;
}
.p-top .block3 .c-section1__title small {
  display: block;
  font-size: 13px;
  line-height: 1.6;
}
.p-top .block3__wrapper {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.p-top .block3__wrapper .c-list3 ul{
  display: flex;
  gap: 30px;
  justify-content: center;
}
.p-top .block3__wrapper .c-list3 ul li{
  width: 280px;
  height: 210px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-top .block3__wrapper .c-list3 ul li dl dt{
  height: 50px;
  background: #0e1880;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top .block3__wrapper .c-list3 ul li dl dd{
  color: #0e1880;
  font-size: 28px;
  padding: 18px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.p-top .block3__wrapper .c-list3 ul li dl dd figure{
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top .block3 .c-section1 + .c-section1 {
    margin-top: 40px;
  }
  .p-top .block3 .c-section1 {
    gap: 20px;
  }
  .p-top .block3__index {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .p-top .block3 .c-section1__title {
    margin-bottom: 12px;
  }
  .p-top .block3 .c-section1__title small {
    font-size: 11px;
  }
  .p-top .block3__wrapper .c-list3 ul{
    gap: 10px;
  }
  .p-top .block3__wrapper .c-list3 ul li{
    width: 32%;
    height: auto;
  }
  .p-top .block3__wrapper .c-list3 ul li dl dt{
    padding: 0 8px;
  }
  .p-top .block3__wrapper .c-list3 ul li dl dd{
    font-size: 20px;
    gap: 5px;
  }
  .p-top .block3__wrapper .c-list3 ul li dl dd figure{
    width: 70%;
    min-height: 82px;
  }
}
/* END BLOCK 3 */
/* =========================================== */
/* BLOCk4 */
.p-top .block4 {
  background-color: #191970;
  background-image: url(./../images/top/bg3.png);
  padding: 90px 0;
}
.p-top .block4__wrapper {
  background-color: #fff;
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 46px 50px;
}
.p-top .block4 .c-title1 {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-top .block4__wrapper {
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
  .p-top .block4 .c-title1 {
    padding-bottom: 15px;
  }
}
/* END BLOCk4 */
/* =========================================== */
/* BLOCk 5 */
.p-top .block5::after {
  background-image: url(./../images/top/bg4.png);
  width: 1920px;
  height: 925px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
/* END BLOCk 5 */
/* =========================================== */

/* BLOCk 6 */
.p-top .block6 dl{
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}
.p-top .block6 dl:nth-child(even){
    background-color: rgba(25, 25, 112, 0.04);
}
.p-top .block6 dl dt,
.p-top .block6 dl dd{
    border-bottom: 1px solid #cccccc;
    padding: 25px 30px;
}
.p-top .block6 dl dt{
    width: 200px;
    flex-shrink: 0;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border-color: #191970;
}
.p-top .block6 dl dd{
    flex: 1;
    word-break: break-all;
    text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top .block6 dl{
      gap: 0 10px;
  }
  .p-top .block6 dl dt,
  .p-top .block6 dl dd{
    line-height: 1.6;
    font-size: 13px;
    padding: 15px 0;
  }
  .p-top .block6 dl dt{
    width: 90px;
  }
}
/* END BLOCk 6 */



/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* END TOP  */
