@charset "UTF-8";

/* 見出し */
.font_yumin {
    color: #fff;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.h1-ttl {
    text-align: center;
    margin: 0 0 1.4rem;
    line-height: 1.4;
    font-size: 14px;
}
.h1-ttl .font1 {
    font-size: 46px;
}
.h1-ttl .font2 {
    font-size: 5.5em;
}
.h1-ttl .font3 {
    font-size: 3em;
}
.h1-ttl .font4 {
    font-size: 74px;
}
@media screen and (max-width: 640px) {
    .font_yumin.sub_h {
        line-height: 1.5em;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .h1-ttl {
        line-height: 3em;
        margin: 0 auto;
        max-width: 90%;
    }
    .h1-ttl .font1 {
        font-size: 18px;
    }
    .h1-ttl .font2 {
        font-size: 30px;
    }
    .h1-ttl .font3 {
        font-size: 20px;
    }
    .h1-ttl .font4 {
        font-size: 28px;
    }
}

/* BG */
.btob-mv-area {
    background:
    repeating-linear-gradient(
      to right,
      rgba(255,255,255,0.05) 0px,
      rgba(255,255,255,0.05) 1px,
      transparent 1px,
      transparent 20px
    ),
    repeating-linear-gradient(
      to bottom,
      rgba(255,255,255,0.05) 0px,
      rgba(255,255,255,0.05) 1px,
      transparent 1px,
      transparent 20px
    ),
    linear-gradient(
      to bottom,
      #243a76 0%,
      #1D5C9B 50%,
      #0171BD 100%
    );
    overflow: hidden;
}
.btob-mv-area .mv-contents .mv-slider-wrap {
    /* height: 46vh;
    overflow: hidden; */
    align-items: baseline;
    box-sizing: border-box;
}
.btob-mv-area .mv-contents .bx-wrapper .mv-slider-wrap {
    height: auto;
    overflow: visible;
}
.btob-mv-area .mv-contents .bx-viewport {
    overflow: visible!important;
    max-height: 60vh;
}
.btob-mv-area img { max-width: 100%;}
.btob-mv-area .mv-contents {
  margin: auto;
  position: relative;
  z-index : 0;
  height: -webkit-fill-available;
  padding: 2rem 0;
  box-sizing: border-box;
}
.btob-mv-area .mv-contents::before,
.btob-mv-area .mv-contents::after {
  content: "";
  display: block;
  position: absolute;
  z-index : -1;
  top: -60%;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skew(-15deg);
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.btob-mv-area .mv-contents::before {
  background-color: rgb(0 114 191 / 36%);
}
.btob-mv-area .mv-contents::after {
  content: "";
  background-color: rgb(0 104 181 / 36%);
  top: -10%;
}
.btob-mv-area .mv-item {
    position: relative;
    margin: auto;
}
.btob-mv-area .swiper-container-autoheight .swiper-slide {
    height: 100%;
    box-sizing: border-box;
}
.btob-mv-area .mv-item .mv-inner {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 1.4rem 0;
}
.btob-mv-area .mv-item .mv-text {
    text-align: center;
    font-size: 25px;
    line-height: 1.8;
}
@media (max-width: 769px) {
    .btob-mv-area .mv-contents .bx-wrapper .mv-slider-wrap {
        height: 100%;
    }
    .btob-mv-area .mv-item {
        height: 100%;
    }
}
/* スライダー */
.btob-mv-area .mv-contents .bx-wrapper {
    position: relative;
}
.btob-mv-area .swiper-button-prev,
.btob-mv-area .swiper-button-next  {
    background: rgb(255 255 255 / 60%);
    width: 70px;
    height: 70px;
    aspect-ratio: 1;
    display: block;
    position: absolute;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.btob-mv-area .swiper-button-prev::before ,
.btob-mv-area .swiper-button-next::before {
  content: '';
  width: 30%;
  height: auto;
  aspect-ratio: 1;
  border-top: solid 4px white;
  border-right: solid 4px white;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.btob-mv-area .swiper-button-prev {
    left: 3em;
}
.btob-mv-area .swiper-button-next {
    right: 3em;
}
.btob-mv-area .swiper-button-prev::before {
  transform: rotate(-135deg);
  left: 10px;
}
.btob-mv-area .swiper-button-next::before {
  transform: rotate(45deg);
  right: 10px;
}
.btob-mv-area .mv-main-image {
    margin: 0 auto;
    max-width: 900px;
}
.btob-mv-area .oukan_btn_flex {
    padding-top: 20px;
}
@media (max-width: 769px) {
    .btob-mv-area .swiper-button-prev,
    .btob-mv-area .swiper-button-next {
        width: 4em;
        height: 4em;
    }
    .btob-mv-area .bx-controls-direction a::before {
    }
    .btob-mv-area .swiper-button-prev {
        left: 1em;
    }
    .btob-mv-area .swiper-button-next {
        right: 1em;
    }
    .btob-mv-area .swiper-button-prev::before {
      left: 0.5em;
    }
    .btob-mv-area .swiper-button-next::before {
      right: 0.5em;
    }
    .btob-mv-area .mv-main-image {
        margin: 0;
        max-height: 40vh;
    }
    .btob-mv-area .oukan_btn_flex {
    	padding-bottom: 0;
    }
}
/* 1枚目 */
.btob-mv-area .mv-item.mv01 .mv01-content {
    position: relative;
}
.btob-mv-area .mv-item.mv01 .mv01-content img {
    position: absolute;
    top: -200px;
    right: 50px;
    max-width: 220px;
    width: 70%;
}
.btob-mv-area .mv-item.mv01 .mv01-content .text {
    font-size: 9px;
    margin-top: 10px;
    color: white;
    position: absolute;
    top: 10px;
    right: 0;
}
@media (max-width: 1400px) and (min-width: 770px) {
    .btob-mv-area .mv-item.mv01 .mv01-content {
        right: 30px;
    } 
}
@media (max-width: 769px) {
    .btob-mv-area .mv-item.mv01 .mv01-content {
        position: static;
        order: 98;
    }
    .btob-mv-area .mv-item.mv01 .mv-inner {
        display: flex;
        flex-direction: column;
    }
    .btob-mv-area .mv-item.mv01 .oukan_btn_flex {
        order: 100;
    }
    .btob-mv-area .mv-item .oukan_btn_flex .oukan_btn a {
        font-size: 16px;
        margin-right: 0%;
        width: 100%;
        padding: 6% 2%;
    }
    .btob-mv-area .mv-item .oukan_btn_flex .oukan_btn a b {
        font-size: 0.7em;
    }
    .btob-mv-area .mv-item.mv01 .mv01-content::before {
        content: "※1 , ※2";
        display: inline-block;
        color: white;
        position: absolute;
        top: -170px;
        right: 10px;
    }
    .btob-mv-area .mv-item.mv01 .mv01-content img {
        position: absolute;
        top: -160px;
        right: 0;
        max-width: none;
        width: 20vw;
    }
    .btob-mv-area .mv-item.mv01 .mv01-content .text {
    text-align: justify;
    margin: 10px 10px 0;
    width: 100%;
    position: static;
    }
    .btob-mv-area .mv-main-image {
        max-width: 90%;
        margin: auto;
        max-height: none;
    }
}
/* 2枚目 */
.btob-mv-area .mv-item.mv02 .oukan_btn_flex {
    padding-top: 0;
}
.mv-item.mv02 { background: url(/cms/images/b2b/top_new/main/slidermv_02_bg.png) center 98% / auto 130% no-repeat; }