.fv-top {
  position: relative;
  height: calc(100vh - 89px);
  max-height: 850px;
  overflow: hidden;
}
.fv-top .fv-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}
.fv-top .yt {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  pointer-events: none;
}
.fv-top .t-scroll {
  position: absolute;
  display: inline-block;
  left: 80px;
  bottom: 50px;
  z-index: 2;
}
.t-scroll ._on {
  display: none;
}
.t-scroll:hover  ._on {
  display: inline-block;
}
.t-scroll:hover  ._off {
  display: none;
}
.sec.cp-desc {
  padding:240px 0 350px;
  background: no-repeat top center url(../img/index/content-bg@2x.png);
  background-size: cover;
}
.cp-box {
  border-radius:120px;
  background: rgba(115, 163, 229, 0.8);
  mix-blend-mode: multiply;

  max-width: 700px;
  margin:auto;
}
.cp-box .inn {
  padding:120px 50px;
  color:#fff;
  text-align: center;
  font-size: 22px;
  line-height: 44px;
}

.m-content .m-item {
  margin-bottom: 60px;
}
.m-content .m-item.m3 {
  margin-bottom: 0;
}
.m-content .m-item.mr {
  padding-right: 50px;
}
.m-content .m-item.ml {
  padding-left: 50px;
}
.m-item .mc {
  display: flex;
  width: 100%;
}
.m-item.mr .mc {
  border-radius: 0 210px 210px 0;
}
.m-item.ml .mc {
  border-radius:210px 0 0 210px;
}
.m-item.m1 .mc {
  background-image: linear-gradient(180deg, rgba(67, 222, 242, 0.15), rgba(49, 144, 239, 0.15));
}
.m-item.m2 .mc {
  background-image: linear-gradient(180deg, rgba(51, 173, 209, 0.15), rgba(7, 102, 255, 0.15));
}
.m-item.m3 .mc {
  background-image: linear-gradient(180deg, rgba(25,106,234, 0.15), rgba(88,88,217, 0.15));
}
.m-item .mc {
  background-repeat: no-repeat!important;
}
.m-item .mc:hover {
  text-decoration: none;
}
.m-item .mc>* {
  width: 50%;
}
.m-item .mc .thumb {
  min-height: 420px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.m-item.mr .mc,
.m-item.mr .mc .thumb {
  border-radius: 0 210px 210px 0;
}
.m-item.ml .mc,
.m-item.ml .mc .thumb {
  border-radius: 210px 0 0 210px;
}
.m-item.m1 {
  margin-top: -70px;
}
.m-item.m1 .mc .thumb {
  background-image: url(../img/index/img-01@2x.jpg);
}
.m-item.m2 .mc .thumb {
  background-image: url(../img/index/img-02@2x.jpg);
}
.m-item.m3 .mc .thumb {
  background-image: url(../img/index/img-03@2x.jpg);
}
.m-item .mc {
  background-color: #fff;
}
.m-item .mc .m-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-item .m-cont .inn {
  padding-top: 30px;
  min-width: 290px;
}
.m-item.mr .m-cont .inn {
  margin-left: -5vw;
}
.m-item.m3 .m-cont .inn {
  padding-top: 60px;
}
.m-cont .t {
  position: relative;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 14px;
  letter-spacing: 8px;
}
.m-cont .t:before {
  content:"";
  position: absolute;
}
.m1 .m-cont .t:before {
  left:-25px;
  top:-93px;
  background: no-repeat center url(../img/index/sub-catch-01.svg);
  width: 147px;
  height: 93px;
}
.m2 .m-cont .t:before {
  left:-72px;
  top:-95px;
  background: no-repeat center url(../img/index/sub-catch-02.svg);
  width: 218px;
  height: 90px;
}
.m3 .m-cont .t:before {
  left:-55px;
  top:-108px;
  background: no-repeat center url(../img/index/sub-catch-03.svg);
  width: 388px;
  height: 109px;
}
.m-cont .t:before {
  background-size: 100%!important;
}
.m-item .desc {
  font-size: 20px;
  line-height: 32px;
}

.sec.btm {
  padding:120px 0;
}
.bnn a {
  position: relative;
  display: inline-block;
}
.bnn a:after {
  content:"";
  position: absolute;
  transition: all 0.3s ease;
  right: 28%;
  top:50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: no-repeat center url(../img/common/bnr-arrow.svg);
  background-size: 100%;
}
.bnn .on-m {
  display: none;
}
.bnn a:hover {
  text-decoration: none;
}
.bnn a:hover:after {
  right: calc(28% - 10px);
}
.bnn a:hover img.def {
  display: none;
}
.bnn a:hover img.on-m {
  display: inline-block;
}
.rec-btm-list {
  margin-top: 120px;
}
.rec-btm-list .row {
  margin: 0 -10px;
}
.rec-btm-list .row>div {
  padding:0 10px;
}
.rec-btm-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 160px;
  text-align: center;
  color:#fff;
  padding:10px;
  border-radius: 20px;
}
.rec-btm-list a:hover {
  text-decoration: none;
  background: #fff;
}
.rec-btm-list .b1 {
  border:1px solid #86D1E2;
  background: #86D1E2;
}
.rec-btm-list .b1:hover {
  color:#86D1E2;
}
.rec-btm-list .b2 {
  border:1px solid #74AFD3;
  background: #74AFD3;
}
.rec-btm-list .b2:hover {
  color:#74AFD3;
}
.rec-btm-list .b3 {
  border:1px solid #869BDD;
  background: #869BDD;
}
.rec-btm-list .b3:hover {
  color:#869BDD;
}
.rec-btm-list .n {
  letter-spacing: 14px;
  margin-right: -14px;
  font-size: 28px;
  line-height: 32px;
}
.rec-btm-list .st {
  font-size: 20px;
  line-height: 32px;
}
.rec-btm-list .b3 .n {
  letter-spacing: 7px;
  margin-right: -7px;
}
.rec-l-bn .ng-rec {
  display: none;
  color:#4D4D4D;
  margin-top: 16px;
  text-align: center;
}
.rec-l-bn.ng .ng-rec {
  display: block;
}
.rec-btm-list .ng a {
  cursor: default;
  pointer-events: none;
}
.rec-btm-list .ng a,
.rec-btm-list .ng a:hover {
  border:1px solid #C3C3C3;
  background: #fff;
  color:#C3C3C3;
}

@media (max-width: 1400px) {
  .fv-top {
    max-height: 770px;
  }
}
@media (max-width: 1199px) {
  .fv-top {
    max-height: 550px;
  }

  .sec.cp-desc {
    padding: 140px 0 200px;
  }
  .cp-box .inn {
    padding: 100px 40px;
  }
  .m-item .mc .thumb {
    min-height:360px;
  }
  .m-content .m-item.mr {
    padding-right: 0;
  }
  .m-content .m-item.ml {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .fv-top {
    max-height: 450px;
  }
  .fv-top .t-scroll {
    left: 40px;
    bottom: 30px;
  }
  .fv-top .t-scroll img {
    max-width: 20px;
  }
  .sec.cp-desc {
    padding: 100px 0 160px;
  }
  .cp-box .inn {
    padding: 60px 40px;
  }
  .m-item .mc .thumb {
    min-height: 250px;
  }
  .m-item .m-cont .inn {
    padding-top: 15px;
    width: auto;
    min-width: unset;
  }
  .m-item.m3 .m-cont .inn {
    padding-top: 30px;
  }
  .m-cont .t {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 4px;
    letter-spacing: 4px;
  }
  .m-item .desc {
    font-size: 18px;
    line-height: 30px;
  }
  .m1 .m-cont .t:before {
    left: -16px;
    top: -56px;
    width: 100px;
    height: 70px;
  }
  .m2 .m-cont .t:before {
    left: -28px;
    top: -50px;
    width: 120px;
    height: 58px;
  }
  .m3 .m-cont .t:before {
    left: -30px;
    top: -50px;
    width: 200px;
    height: 60px;
  }
  .rec-btm-list a {
    min-height: 120px;
  }
  .rec-btm-list .n {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 8px;
    margin-right: -8px;
  }
  .rec-btm-list .st {
    font-size: 16px;
    line-height: 28px;
  }
  .rec-l-bn .ng-rec {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .fv-top {
    height: auto;
    max-height: none;
    aspect-ratio: 16 / 9;  /* iOS Safari でも対応してるのでOK */
  }

  /*
  .fv-top .fv-wrap {
    width: 130%;
    height: 130%;
  }*/
  .fv-top .t-scroll {
    display: none;
  }

  .cp-box {
    border-radius: 60px;
  }
  .cp-box .inn {
    padding:50px 20px;
    font-size: 18px;
    line-height: 34px;
  }

  .m-content .m-item {
    margin-bottom: 30px;
  }
  .m-item .mc {
    flex-wrap: wrap;
  }
  .m-item .mc>* {
    width:100%
  }
  .m-item .mc .thumb {
    min-height: 160px;
    width: 100%;
  }
  .m-item .mc .m-cont {
    height: 240px;
  }
  .m-item.mr .mc, .m-item.mr .mc .thumb {
    border-radius: 0 80px 80px 0;
  }
  .m-item.ml .mc, .m-item.ml .mc .thumb {
    border-radius: 80px 0 0 80px;
  }
  .m-item .m-cont .inn {
    text-align: center;
  }
  .m-item.mr .m-cont .inn {
    margin-left: 0;
  }
  .m1 .m-cont .t:before {
    top:-40px;
  }
  .m2 .m-cont .t:before {
    left: -18px;
    top: -38px;
  }
  .m-item.m2 .mc .thumb {
    background-position-y: 20%;
  }
  .m3 .m-cont .t:before {
    left: -50px;
    top: -42px;
  }

  .sec.btm {
    padding:80px 0;
  }
  .btm .r-tt {
    margin-bottom: 30px;
  }
  .btm .r-tt h3 {
    letter-spacing: 0;
    font-size: 24px;
  }
  .bnn.d-block a:after {
    width: 24px;
    height: 24px;
    right: 20px;
  }
  .rec-btm-list {
    margin-top: 80px;
  }
  .rec-btm-list .row>div {
    margin-bottom: 20px;
  }
  .rec-l-bn.ng .ng-rec {
    margin-top: 4px;
  }
  .rec-btm-list a {
    min-height: 100px;
  }
  .rec-btm-list .n {
    font-size: 26px;
    line-height: 30px;
  }
  .rec-btm-list .st {
    font-size: 18px;
  }
}