@charset "UTF-8";

.bg-controller {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
}

/*----------------------------------------------------
  #fv
----------------------------------------------------*/
.fv {
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
}

.fv::after {
  display: block;
  content: '';
  width: 100%;
  height: auto;
  padding-top: 65%;
}

.bg-blue {
  position: absolute;
  top: -20%;
  right: -20%;
  width: 60%;
}

.fv-container {
  width: 100%;
  height: 80%;
  position: fixed;
  top: 120px;
  left: 50%;
  padding: 0 5%;
  box-sizing: border-box;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fv-inner {
  width: 45%;
  position: relative;
  padding-top: 6%;
  z-index: 1;
}

.fv-ttl {
  width: 60%;
  margin-bottom: 50px;
}

.fv-lead {
  width: 105%;
  margin-left: 10%;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.8rem;
  font-size: clamp(3rem, 2.4vw, 5rem);
  font-weight: 700;
  margin-bottom: 50px;
}

.fv-lead>p br {
  display: none;
}

.fv-txt {
  font-size: 2rem;
  font-size: clamp(1.4rem, 1.3vw, 3rem);
  padding-left: 10%;
  box-sizing: border-box;
  color: #fff;
}

.fv-imgWrap {
  width: 52.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.fv-img {
  position: relative;
}

.fv-img--left {
  width: 57.5%;
  margin-bottom: 10%;
  overflow: hidden;
}

.fv-img--left::before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 130%;
}

.fv-img--right {
  width: 35%;
  position: relative;
  margin-top: auto;
}

.fv-img--right::before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-top: auto;
}

.fv-img>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv-img>span {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.fv-img__txt {
  width: auto;
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
  mix-blend-mode: difference;
  opacity: .8;
}

.fv-img__txt>img {
  width: auto;
  height: 100%;
}

/*----------------------------------------------------
  #about
----------------------------------------------------*/
.about {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 40vh;
}

.about .bg-blue {
  left: -5%;
  top: 0;
  right: initial;
  opacity: .5;
}

.about-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.about-top__inner {
  width: 75%;
  margin-right: 5%;
}

.about-top__inner>h2 {
  width: 100%;
  margin-bottom: 40px;
}

.about-top__lead {
  font-size: clamp(1.6rem, 1.8vw, 2.4rem);
  font-weight: 700;
}

.about-top__imgWrap {
  width: 100vw;
  margin-right: calc(50% - 50vw);
}

.about-top__img {
  width: 100%;
  overflow: hidden;
}

.about-col {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.about-imgWrap {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.about-img {
  position: relative;
  overflow: hidden;
}

.about-img--left {
  width: 55%;
  margin-bottom: 20%;
  overflow: hidden;
}

.about-img--left::before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 130%;
}

.about-img--right {
  width: 35%;
  position: relative;
  margin-top: auto;
}

.about-img--right::before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-top: auto;
}

.about-img>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img>span {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}


.about-inner {
  width: 47.5%;
  position: relative;
  z-index: 1;
}

/*----------------------------------------------------
  #vision
----------------------------------------------------*/
.vision {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 350px;
}

.vision-ttl {
  width: 25%;
  margin: 0 auto 50px auto;
}

.vision-col {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 120px;
  font-size: clamp(1.4rem, 1.3vw, 2rem);
  color: #fff;


}

.vision-img {
  width: 45%;
  position: relative;
  overflow: hidden;
}

.vision-txt {
  width: 100%;
  box-sizing: border-box;
  padding-left: 15%;
  padding-bottom: 50px;
  font-size: clamp(1.4rem, 1.3vw, 2rem);
  color: #fff;
  position: relative;
}

.vision-img__center {
  width: 20%;
  position: absolute;
  left: 42.5%;
  top: 67.5%;
  transform: translate(0, -50%);
}

.vision-img__leftBtm {
  width: 15%;
  position: absolute;
  left: -7.5%;
  top: 0;
}

.vision-img__rightBtm {
  width: 35%;
  position: absolute;
  right: -5%;
  top: 30%;
  transform: translate(0, -50%);
}

.vision-img__rightTop {
  width: 14.5%;
  height: auto;
  position: absolute;
  top: 10%;
  right: 0;
}

.visin-img__bgTxt {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 36px;
  mix-blend-mode: overlay;
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {

  /*---fv---*/
  .fv-inner {
    z-index: 2;
  }

  .fv-ttl {
    margin-bottom: 30px;
  }

  .fv-lead {
    width: 125%;
    margin-left: 5%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:896px) {

  /*---fv---*/
  .fv-container {
    width: 90%;
    height: 90%;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .fv-imgWrap {
    width: 65%;
    height: 45%;
    margin-left: auto;
  }

  .fv-inner {
    width: 80%;
    margin-top: -16.5%;
    margin-right: auto;
    position: relative;
    z-index: 2;
  }

  .fv-ttl {
    margin-bottom: 30px;
  }

  .fv-lead {
    text-align: left;
    margin-bottom: 30px;
  }

  .fv-lead>p {
    padding-left: 5%;
    box-sizing: border-box;
  }

  /*---about---*/
  .about .container {
    width: 80%;
  }

  .about-top {
    flex-direction: column-reverse;
  }

  .about-top__imgWrap {
    width: 85vw;
    margin-left: 11%;
    margin-right: initial;
  }

  .about-top__inner {
    margin-right: initial;
    margin-top: -10%;
    position: relative;
    z-index: 1;
  }

  .about-top__lead {
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
    font-weight: 700;
  }

  .about-col {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-imgWrap {
    width: 75%;
  }

  .about-inner {
    width: 100%;
  }

  /*---vision---*/
  .vision .container {
    width: 100%;
  }

  .vision-col {
    justify-content: space-between;
  }

  .vision-img {
    width: 50%;
  }

}

@media screen and (max-width:786px) {

  /*---vision---*/
  .vision .container {
    width: 100%;
  }

  .vision-ttl {
    width: 35%;
  }

  .vision-img {
    width: 45%;
    position: relative;
  }

  .vision-img::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 140%;
  }

  .vision-img>img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }

  .vision-img__rightTop {
    width: 21.5%;
    height: auto;
    position: absolute;
    top: 10%;
    right: 0;
  }

  .vision-img__leftBtm {
    left: -3.5%;
  }

  .vision-inner {
    width: 50%;
    padding-right: 5%;
    box-sizing: border-box;
  }
}

@media screen and (max-width:680px) {

  /*---vision---*/
  .vision-img__center {
    left: 46.5%;
  }
}

@media screen and (max-width:480px) {
  .bg-blue {
    position: absolute;
    top: -15%;
    right: -15%;
    width: 90%;
  }

  .fv {
    min-height: 100vh;
  }

  .fv::after {
    display: none;
  }

  .fv-container {
    width: 100%;
    top: 80px;
    transform: translate(-50%, 0);
  }

  .fv-ttl {
    margin-bottom: 30px;
  }

  .fv-lead {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }

  .fv-inner {
    margin-top: -26.5%;
    width: 100%;
  }

  .fv-txt {
    width: 100%;
    padding: 0 5%;
    font-size: 1.3rem;
  }

  .fv-txt>p br {
    display: none;
  }

  .fv-imgWrap {
    width: 85%;
    height: 50%;
  }

  .fv-img--right {
    margin-bottom: 5%;
  }

  .fv-img__txt {
    top: 10%;
    height: 45%;
  }

  /*---about---*/
  .about {
    margin-top: 100vh;
  }

  .about .container {
    width: 85%;
  }

  .about-top {
    margin-bottom: 40px;
  }

  .about-top__inner {
    width: 100%;
    margin-top: -5%;
  }

  .about-top__lead {
    letter-spacing: 0;
    font-size: 1.5rem;
    white-space: nowrap;
  }

  .about-imgWrap {
    width: 90%;
    margin-bottom: 30px;
  }

  .about-top__img {
    position: relative;
  }

  .about-top__img::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 100%;
  }

  .about-top__img>img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top center;
  }

  .about-img--left {
    margin-bottom: 10%;
  }

  .about-inner>p {
    font-size: 1.4rem;
  }

  /*---vision---*/
  .vision {
    padding-bottom: 200px;
  }

  .vision .container {
    width: 100%;
  }

  .vision-ttl {
    width: 52%;
  }

  .vision-col {
    flex-direction: column;
    align-items: flex-start;
  }

  .vision-img {
    width: 85%;
    position: relative;
    margin-bottom: 50px;
  }

  .vision-img::after {
    padding-top: 110%;
  }

  .vision-inner {
    width: 80%;
    padding-right: 0;
    margin: 0 auto 30px auto;
  }

  .vision-inner>p:nth-of-type(2) br {
    display: none;
  }

  .vision-txt {
    padding-top: 30%;
  }

  .vision-img__rightTop {
    width: 25%;
    height: auto;
    position: absolute;
    top: 41%;
    right: 5%;
  }

  .vision-img__leftBtm {
    display: none;
    width: 22%;
    left: 0;
  }

  .vision-img__rightBtm {
    width: 85%;
    position: absolute;
    right: -5%;
    top: 0%;
  }

  .vision-img__center {
    width: 30%;
    left: 65%;
    top: 70.5%;
  }

  .vision-img__center::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 120%;
  }

  .vision-img__center>img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }

  .vision-txt {
    width: 100%;
    box-sizing: border-box;
    padding-top: 37%;
    padding-left: 10%;
  }
}