@charset "UTF-8";

.c-display-pc {
  @media only screen and (max-width:767px){
    display: none;
  }
}

.c-display-sp {
  display: none;
  @media only screen and (max-width:767px){
    display: block;
  }
}

.c-display-sp-s {
  display: none;
  @media only screen and (max-width:500px){
    display: block;
  }
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0 0 27px 21px #39373747;
}

.header {
  position: fixed;
  max-width: 1920px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 27px 50px;
  background-color: #fff;
  z-index: 100;
  max-width: 1920px;
  margin: 0 auto;
  @media only screen and (max-width:1920px){
    left: 0;
    transform: unset;
  }
  @media only screen and (max-width:767px){
    padding: 0 10px;
  }
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  @media only screen and (max-width:767px){
    height: 63px;
  }

  h1 {
    display: flex;
    align-items: center;
    color: #162428;
    font-size: 18px;
    font-weight: 400;
    @media only screen and (max-width:900px){
      font-size: 2vw;
    }
    @media only screen and (max-width:767px){
      font-size: 14px;
    }

    img {
      width: 116px;
      margin-right: 20px;
      @media only screen and (max-width:900px){
        width: 12.5vw;
      }
      @media only screen and (max-width:767px){
        width: 70px;
        margin-right: 10px;
      }
    }
  }
}

.header-contact-anchor {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  width: 250px;
  padding: 13px 0;
  border-radius: 30px;
  background-color: #A50000;
  border: 2px solid #A50000;
  box-shadow: 2px 2px 10px #767676;
  transition: .2s ease-out;
  @media only screen and (max-width:900px){
    width: 26vw;
  }
  @media only screen and (max-width:767px){
    font-size: 13px;
    font-weight: 500;
    width: 142px;
    padding: 8px 0;
  }

  &:hover {
    color: #A50000;
    background-color: #fff;
  }
}

footer {
  position: relative;
  z-index: 10;
  background-color: #162428;


  .footer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 50px 0 30px;
    @media only screen and (max-width:500px){
      display: block;
      padding: 45px 0 20px;
    }

    a {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      transition: .2s ease-out;
      padding: 0 10px;
      @media only screen and (max-width:1114px){
        margin-bottom: 15px;
      }
      @media only screen and (max-width:767px){
        margin-bottom: 0;
      }
      &:hover{
        opacity: 0.7;
      }

      @media only screen and (max-width:767px){
        display: block;
        font-size: 12px;
        margin-bottom: 20px;
      }
    }
  }

  .footer-copy {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #686868;
    @media only screen and (max-width:767px){
      font-size: 10px;
      padding: 15px 0 70px;
    }
  }
}

main {
  padding-top: 100px;
  @media only screen and (max-width:767px){
    padding-top: 63px;
  }
}

/*main visual*/
.mv-wrap {
  position: relative;
  padding-top: calc(100vh - 100px);
  overflow: hidden;
  background-color: rgb(221 221 221 / .5);
  @media only screen and (max-width:1640px){
    padding-top: 51.4%;
  }
  @media only screen and (max-width:767px){
    padding-top: 75%;
  }
  @media only screen and (max-width:580px){
    padding-top: 70vh;
  }
}

.mv-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
  width: 100%;
  height: auto;
  @media only screen and (max-width:767px){
    width: auto;
    height: 100%;
    object-fit: cover;
  }
}

.mv-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  @media only screen and (max-width:767px){
    width: 75%;
  }
}

.mv-title {
  width: 700px;
  @media only screen and (max-width:1366px){
    width: 51vw;
  }
  @media only screen and (max-width:767px){
    width: 100%;
  }
}

.mv-subtitle {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  width: fit-content;
  padding: 10px 20px;
  margin: 25px auto 25px;
  border-radius: 30px;
  background-color: #5A6470;
  @media only screen and (max-width:1366px){
    font-size: 1.8vw;
    margin: 6vw auto 25px;
  }
  @media only screen and (max-width:767px){
    font-size: 16px;
    margin: 30px auto 15px;
  }
}

.mv-description {
  font-size: 22px;
  font-weight: 400;
	margin-top: 70px;
　
  @media only screen and (max-width:1366px){
    font-size: 2vw;
  }
  @media only screen and (max-width:900px){
    font-size: 19px;
  }
  @media only screen and (max-width:767px){
    font-size: 18px;
    line-height: 32px;
  }
}


/*Philosophy*/

.philosophy-wrap {
  position: relative;
  padding: 100px 0;
  @media only screen and (max-width:767px){
    padding: 40px 0 120px;
  }

  .philosophy-bg-left {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: -1;
    width: 140px;
    @media only screen and (max-width:1366px){
      width: 8.8vw;
    }
    @media only screen and (max-width:767px){
      position: unset;
      width: auto;
      height: 8.8vw;
      margin-bottom: 20px;
    }
    @media only screen and (max-width:500px){
      height: 44px;
    }
  }

  .philosophy-bg-bottom {
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: -1;
    width: 1097px;
    @media only screen and (max-width:1366px){
      width: 60%;
      bottom: -17px;
    }
    @media only screen and (max-width:1000px){
      bottom: -12px;
    }
    @media only screen and (max-width:767px){
      width: 60%;
    }
  }
  .philosophy-bg-bottom-movie {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 463px;
    @media only screen and (max-width:1366px){
      width: auto;
      height: 8.8vw;
      bottom: -5px;
    }
    @media only screen and (max-width:1000px){
      bottom: 0;
    }
    @media only screen and (max-width:767px){
      width: auto;
      height: 39px;
    }
  }
}

.philosophy-inner {
  position: relative;
  padding: 0 0 450px 120px;
  @media only screen and (max-width:1366px){
    padding: 0 100px 23vw;
  }
  @media only screen and (max-width:900px){
    padding: 0 60px 23vw;
  }
  @media only screen and (max-width:767px){
    padding: 0 0 40vw;
  }
  @media only screen and (max-width:500px){
    padding: 0 0 60px;
  }

  .philosophy-bg-right {
    position: absolute;
    top: 150px;
    right: -100px;
    z-index: -1;
    width: 360px;
    @media only screen and (max-width:1366px){
      width: 26vw;
      right: 0;
    }
    @media only screen and (max-width:1000px){
      width: 22vw;
    }
    @media only screen and (max-width:767px){
      width: 28vw;
      top: auto;
      right: 10%;
      bottom: -50px;
    }
    @media only screen and (max-width:500px){
      width: 88px;
      bottom: -70px;
      right: 20%;
    }
  }
}

.philosophy-head {
  font-size: 60px;
  font-weight: 700;
  line-height: 86px;
  margin-bottom: 50px;
  @media only screen and (max-width:1366px){
    font-size: 4.4vw;
    line-height: 6.3vw;
  }
  @media only screen and (max-width:767px){
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
  }
  @media only screen and (max-width:500px){
    font-size: 26px;
    line-height: 44px;
    margin-bottom: 30px;
  }

  span {
    color: #F29600;
  }
}

.philosophy-lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 30px;
  @media only screen and (max-width:1150px){
    font-size: 17px;
    line-height: 30px;
  }
  @media only screen and (max-width:1000px){
    font-size: 17px;
    line-height: 30px;
  }
  @media only screen and (max-width:835px){
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  @media only screen and (max-width:767px){
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

/*Movie*/

.movie-wrap {
  position: relative;
  margin-top: -30px;
  @media only screen and (max-width:1366px){
    margin-top: -20px;
  }
  @media only screen and (max-width:767px){
    margin-top: -10px;
  }

  .movie-box {
    position: relative;
    width: 76%;
    padding-top: 42.75%;
    margin: 0 auto;
    @media only screen and (max-width:1024px){
    width: 100%;
    padding-top: 56.25%;
    }
  }

  iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  .movie-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100px;
    cursor: pointer;
    z-index: 10;
    @media only screen and (max-width:1366px){
      width: 88px;
    }
    @media only screen and (max-width:767px){
      width: 50px;
    }
  }
  .movie-btn.hide {
    display: none;
  }
}

/*Concept*/

.concept-wrap {
  overflow: hidden;
  position: relative;
  padding: 0 0 50px;
  @media only screen and (max-width:1366px){
    padding: 0 0 50px;
  }
  @media only screen and (max-width:767px){
    padding: 30px 0 0;
  }
}

.concept_bg_pc {
  @media only screen and (max-width:1251px){
    display: none;
  }
}

.concept_bg_02 {
  display: none;
  @media only screen and (max-width:1250px){
    display: block;
    margin-top: -10vw;
  }
  @media only screen and (max-width:1000px){
    margin-top: -8vw;
  }
  @media only screen and (max-width:900px){
    margin-top: -3vw;
  }
  @media only screen and (max-width:800px){
    margin-top: 0;
  }
  @media only screen and (max-width:768px){
    display: none;
  }
}

.concept_bg_sp {
  display: none;
  @media only screen and (max-width:767px){
    display: block;
  }
}

.concept-title {
  position: absolute;
  top: 80px;
  left: 7.5vw;
  width: 616px;
  @media only screen and (max-width:1366px){
    top: 60px;
    width: auto;
    height: 8.8vw;
  }
  @media only screen and (max-width:767px){
    top: 40px;
    left: 0;
    padding-left: calc( 40px / 2);
  }
  @media only screen and (max-width:500px){
    height: 44px;
  }
}

.concept-text {
  position: absolute;
  top: 100px;
  left: 7.5vw;
  font-size: 18px;
  font-weight: 500;
  line-height: 42px;
  @media only screen and (max-width:1366px){
    top: 7vw;
    font-size: 1.4vw;
    line-height: 37px;
  }
  @media only screen and (max-width:1100px){
    top: 7vw;
    font-size: 1.4vw;
  }
  @media only screen and (max-width:1100px){
    top: 7vw;
    font-size: 16px;
  }
  @media only screen and (max-width:767px){
    position: relative;
    top: 0;
    left: 0;
    max-width: calc(100%);
    padding: 0 calc(40px / 2);
    font-size: 16px;
    line-height: 32px;
    margin: 15px auto -60px;
  }

  span {
    color: #F29600;
  }
}

/*application*/

.application-wrap {
  position: relative;
  padding: 100px 0;
  @media only screen and (max-width:767px){
    padding: 30px 0 100px;
  }
}

.application-title-image {
  position: absolute;
  top: -100px;
  left: 7.5vw;
  width: 620px;
  @media only screen and (max-width:1366px){
    top: -5vw;
    width: auto;
    height: 8.8vw;
  }
  @media only screen and (max-width:767px){
    position: unset;
    width: auto;
    height: 8.8vw;
    margin-bottom: 35px;
  }
  @media only screen and (max-width:500px){
    height: 44px;
  }
}

.application-flex {
  display: flex;
  justify-content: space-between;
}

.application-left {
  position: relative;
  width: 118px;
  flex-shrink: 0;
  margin-right: 70px;
  @media only screen and (max-width:1200px){
    width: 100px;
  }
  @media only screen and (max-width:767px){
    margin-right: 0;
    width: 77px;
  }

  img {
    position: relative;
    z-index: 10;

    &.application-left-first {
      position: absolute;
      top: -13px;
      left: 0;
    }
    &.application-left-last {
      position: absolute;
      bottom: -14px;
      left: 0;
    }
  }

  &::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    width: 5px;
    background-color: #5A6470;
    @media only screen and (max-width:1200px){
      left: 12px;
    }
    @media only screen and (max-width:767px){
      left: 8px;
    }
  }
}

.application-right {
  flex: 1;
  @media only screen and (max-width:1200px){
    margin-left: -50px;
  }
  @media only screen and (max-width:767px){
    margin-left: -20px;
    padding: 40px 0;
  }
  @media only screen and (max-width:500px){
    margin-left: -40px;
  }
}

.application-right-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px;
  padding: 50px 40px;
  background-color: #F4F7FA;
  border-radius: 30px;
  z-index: 0;
  overflow: visible;
  @media only screen and (max-width:1200px){
    margin: 0 0 4px;
    padding: 50px 40px 60px;
  }
  @media only screen and (max-width:767px){
    padding: 30px 20px 40px;
    margin: 0 0 3px;
    border-radius: 12px;
  }

  &+ .application-right-flex {
    z-index: 0;
  }

  .piece-01 {
    position: absolute;
    z-index: 10;
    width: 87px;
    bottom: -77px;
    left: 50%;
    transform: translateX(-50%);
    @media only screen and (max-width:1200px){
      width: 62px;
      bottom: -55px;
    }
    @media only screen and (max-width:767px){
      width: 39px;
      bottom: -34px;
    }
  }
  .piece-02 {
    position: absolute;
    z-index: 10;
    width: 87px;
    top: -77px;
    left: 50%;
    transform: translateX(-50%);
    @media only screen and (max-width:1200px){
      width: 62px;
      top: -54px;
    }
    @media only screen and (max-width:767px){
      width: 39px;
      top: -34px;
    }
  }
}

/* 各ボックスの重なり順制御 */
.application-flex {
  position: relative;

  &:nth-of-type(1) {
    z-index: 3;
    .application-right-flex {
      z-index: 0;
    }
    .application-right-flex:nth-of-type(1) {
      z-index: 2;
    }
    .application-right-flex:nth-of-type(2) {
      z-index: 1;
    }
    .application-right-flex:nth-of-type(3) {
      z-index: 2;
    }
  }

  &:nth-of-type(2) {
    z-index: 2;
    .application-right-flex {
      z-index: 0;
    }
    .application-right-flex:nth-of-type(1) {
      z-index: 2;
    }
    .application-right-flex:nth-of-type(2) {
      z-index: 1;
    }
    .application-right-flex:nth-of-type(3) {
      z-index: 2;
    }
  }

  &:nth-of-type(3) {
    z-index: 3;
    .application-right-flex {
      z-index: 0;
    }
    .application-right-flex:nth-of-type(1) {
      z-index: 2;
    }
    .application-right-flex:nth-of-type(2) {
      z-index: 1;
    }
    .application-right-flex:nth-of-type(3) {
      z-index: 2;
    }
  }
}


.application-images {
  width: 355px;
  flex-shrink: 0;
  @media only screen and (max-width:1200px){
    width: 30vw;
  }
  @media only screen and (max-width:1050px){
    width: 45%;
  }
  @media only screen and (max-width:850px){
    width: 100%;
    margin-bottom: 15px;
    &.c-display-pc {
      display: none;
    }
    &.c-display-sp {
      display: block;
    }
  }
  @media only screen and (max-width:767px){
  }
}

.application-contents {
  flex: 1;
  padding: 30px 50px 0 0;
  @media only screen and (max-width:1050px){
    width: 55%;
  }
  @media only screen and (max-width:1000px){
    padding: 3vw 27px 0 0;
  }
  @media only screen and (max-width:767px){
    padding: 30px 0 0 0;
  }
}

.application-contents-title {
  color: #162428;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 50px;
    br {
      display: none;
    }
  @media only screen and (max-width:1140px){
    font-size: 27px;
  }
  @media only screen and (max-width:950px){
    br {
      display: block;
    }
  }
  @media only screen and (max-width:880px){
    font-size: 28px;
    margin-bottom: 30px;
  }
  @media only screen and (max-width:767px){
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    br {
      display: none;
    }
  }

  span {
    display: block;
    color: #5A6470;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    @media only screen and (max-width:767px){
      font-size: 14px;
      line-height: 16px;
    }
  }
}

.application-contents-text {
  color: #162428;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 25px;
  @media only screen and (max-width:880px){
    font-size: 18px;
  }
  @media only screen and (max-width:767px){
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}

.application-contents-lead {
  color: #162428;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 30px;
  @media only screen and (max-width:880px){
    font-size: 15px;
  }
  @media only screen and (max-width:767px){
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

.application-contents-anchor {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 274px;
  padding: 13px 0;
  background-color: #162428;
  overflow: hidden;
  border-radius: 30px;
   transition: none;
  z-index: 0;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #F29600;
    transition: width 0.4s ease;
    z-index: -1;
    border-radius: inherit;
  }
  &:hover::before {
    width: 100%;
  }
  &:hover {
    background-color: #fff;
    background-position: right center;
    transition: background-color 0.2s ease 0.4s, color 0.2s ease 0.4s;
    .anchor-arrow {
      transition: color 0.3s ease 0.2s;
      color: #fff;

    }
  }

  @media only screen and (max-width:1000px){
    font-size: 16px;
    padding: 14px 0;
  }
  @media only screen and (max-width:850px){
    width: 100%;
  }
  @media only screen and (max-width:767px){
    font-size: 14px;
    padding: 18px 0;
  }
}

.anchor-arrow {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-55%);
  font-size: 20px;
  color: #F29600;
  transition: .2s ease-out;
  @media only screen and (max-width:767px){
    right: 8%;
  }
}

.banner-wrap {
  position: relative;
  @media only screen and (max-width:1000px){
    overflow: hidden;
  }
  @media only screen and (max-width:767px){
    overflow: unset;
  }
}

.banner-pc {
  @media only screen and (max-width:1000px){
    width: 130%;
    height: auto;
    vertical-align: bottom;
    margin-left: -10vw;
  }
  @media only screen and (max-width:767px){
    display: none;
  }
}

.banner-tb {
  display: none;
  @media only screen and (max-width:767px){
    display: block;
  }
  @media only screen and (max-width:500px){
    display: none;
  }
}

.banner-sp {
  display: none;
  @media only screen and (max-width:500px){
    display: block;
  }
}

.banner-text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 100%;
  @media only screen and (max-width:950px){
    right: 3vw;
  }
  @media only screen and (max-width:767px){
    top: 10vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 calc( 40px / 2);
  }
  @media only screen and (max-width:550px){
    top: 10%;
    br {
      display: none;
    }
  }
  @media only screen and (max-width:490px){
    top: 8%;
  }

  img {
    width: 196px;
    margin-top: 30px;
    @media only screen and (max-width:767px){
      width: 40vw;
    }
  }
}

.banner-text-head {
  color: #F29600;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
  @media only screen and (max-width:1366px){
    font-size: 3vw;
  }
  @media only screen and (max-width:900px){
    font-size: 28px;
  }
  @media only screen and (max-width:767px){
    text-align: center;
    margin-bottom: 20px;
  }
  @media only screen and (max-width:500px){
    line-height: 40px;
  }
  br {
    display: none;
    @media only screen and (max-width:500px){
      display: block;
    }
  }
}

.banner-text-lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  + .banner-text-lead {
    margin-top: 15px;
    @media only screen and (max-width:767px){
      margin-bottom: 18px;
    }
  }
  @media only screen and (max-width:1200px){
    font-size: 16px;
    line-height: 32px;
  }
  @media only screen and (max-width:500px){
    text-align: left;
  }
}
