@charset "UTF-8";

/* CONTENTS */

.ttl_top_content {
    font-size: 118px;
    font-family: "bebas-neue-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.08em;
    color: #99E0F6;
}

.ttl_top_content::first-letter {
    color: #CCB5CE;
}

.box_top_content header h2 {
    font-size: 21px;
}

.box_top_aboutus, .box_top_services {
    padding: 100px 5vw;
}

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

    .box_top_aboutus, .box_top_services {
        padding: 20vw 8vw 10vw;
    }

}

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

    .ttl_top_content {
        font-size: 68px;
    }

}


/* MV */

.box_mv {
    padding-top: 100px;
    background: url(../img/bg_mv.svg) no-repeat left top;
    background-size: cover;
    height: 60vw;
    position: relative;
}

.txt_01 {
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 12vw;
    transform: rotate(90deg);
    font-family: "bebas-neue-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #99E0F6;
    position: absolute;
    bottom: 8vw;
    left: -9vw;
}

.txt_01 span{
    opacity: 0;
}

.txt_01.appeartext span{ 
    animation:text_anime_on 1s ease-out forwards; 
}

@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

.txt_02 {
    width: auto;
    height: auto;
    font-size: 10vw;
    font-family: "bebas-neue-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    text-align: right;
    color: #99E0F6;
    position: absolute;
    left: 13vw;
    bottom: 20px;
    z-index: 2;
}

.txt_03 {
    font-size: 6vw;
    font-family: "bebas-neue-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    color: #CCB5CE;
    width: 50%;
    position: absolute;
    bottom: 30%;
    left: 13vw;
}

.txt_03 span {
    font-size: 9vw;
}

.pic_mv {
    position: absolute;
    bottom: 0;
    right: 2vw;
    width: 50%;
    height: 100vh;
    z-index: 1;
}

.pic_mv img {
    display:block;
}

.pic_mv img.pic_mv_01 {
    width: 50%;
    margin: 0 auto;
    position: absolute;
    bottom: 10vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.pic_mv img.pic_mv_02 {
    width: 50%;
    margin: 0 auto;
    position: absolute;
    left:0;
    bottom: 10vw;
}

.pic_mv img.pic_mv_03 {
    width: 50%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 10vw;
}

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

    .box_mv {
        padding-top: 100px;
    }

}

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

    .box_mv {
        height: 100vw;
    }

    .txt_01 {
        font-size: 16vw;
        position: absolute;
        bottom: 25vw;
        left: -13vw;
    }

    .txt_02 {
        font-size: 12vw;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    .txt_03 {
        font-size: 10vw;
        width: 100%;
        position: absolute;
        top: 27%;
        left: 0;
        transform: translateX(-50%);
        text-align: center;
        z-index: 2;
        text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    }

    .txt_03 span {
        font-size: 14vw;
    }

    .pic_mv {
        width: 80%;
    }

    .pic_mv img.pic_mv_01, .pic_mv img.pic_mv_02, .pic_mv img.pic_mv_03 {
        bottom: 0;
    }

    .pic_mv img.pic_mv_01 {
        width: 63%;
    }

    .pic_mv img.pic_mv_02 {
        width: 55%;
    }

    .pic_mv img.pic_mv_03 {
        width: 60%;
    }

}


/* ABOUT US */

.wrap_top_aboutus {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box_top_aboutus header {
    margin-bottom: 60px;
}

.box_top_aboutus h3 {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 0.07em;
}

.picarea_top_aboutus {
    background: 
    url(../images/pattern_dot_purple.svg) no-repeat top left, 
    url(../images/pattern_rec_blue_02.svg) no-repeat bottom right,
    url(../images/pattern_rec_purple_01.svg) no-repeat top 10vw right 2vw,
    url(../images/pattern_rec_blue_01.svg) no-repeat top 23vw left 2vw;
}

.txtarea_top_aboutus, .picarea_top_aboutus {
    width: 50%;
}

.pic_top_aboutus_01, .pic_top_aboutus_02 {
    min-width: 340px;
    width: 30vw;
}

.pic_top_aboutus_02 {
    margin: 3vw 0 0 6vw;
}

.pic_top_aboutus_01 {
    margin: -150px 0 3vw 15vw;
}

.box_tekizaitekisho {
    margin: 0px 0 40px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.box_tekizaitekisho img {
    width:15%;
    min-width: 80px;
    display: block;
    margin-left: 20px;
}

.box_tekizaitekisho img:first-child {
    margin-left: 0px;
}

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

    .picarea_top_aboutus {
        background: 
        url(../images/pattern_dot_purple.svg) no-repeat top left, 
        url(../images/pattern_rec_blue_02.svg) no-repeat bottom right,
        url(../images/pattern_rec_purple_01.svg) no-repeat top 10vw right 2vw,
        url(../images/pattern_rec_blue_01.svg) no-repeat top 23vw left 2vw;
        background-size: 
        60%,
        50%,
        50%,
        50%;
    }

	.pic_top_aboutus_01 {
        margin: -150px 0 3vw 15vw;
    }

    .pic_top_aboutus_02 {
        margin: 3vw 0 0 3vw;
    }

}

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

    .pic_top_aboutus_01 {
        margin: -150px 0 3vw 10vw;
    }

}

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

	.wrap_top_aboutus {
        display: block;
    }

    .txtarea_top_aboutus, .picarea_top_aboutus {
        width: 100%;
    }

    .txtarea_top_aboutus {
        margin-bottom: 60px;
    }

    .pic_top_aboutus_02 {
        margin: 10vw 0 0 10vw;
    }

    .pic_top_aboutus_01 {
        margin: -150px 0 10vw 35vw;
    }

    .picarea_top_aboutus {
        background: url(../images/pattern_dot_purple.svg) no-repeat top left, url(../images/pattern_rec_blue_02.svg) no-repeat bottom right, url(../images/pattern_rec_purple_01.svg) no-repeat top 6vw right 8vw, url(../images/pattern_rec_blue_01.svg) no-repeat top 35vw left 6vw;
        background-size: 50%, 40%, 40%, 40%;
    }
    
}

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

    .pic_top_aboutus_01, .pic_top_aboutus_02 {
        min-width: 190px;
    }

    .pic_top_aboutus_01 {
        margin: -80px 0 10vw 35vw;
    }

    .box_tekizaitekisho {
        justify-content: space-between;
    }

    .box_tekizaitekisho img {
        min-width: 80px;
        margin-left: 0px;
    }

    .txt_top_aboutus {
        font-size: 19px;
    }

}

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

    .box_tekizaitekisho img {
        min-width: 65px;
    }

}


/* OUR SERVICES */

.box_top_services header {
    text-align: center;
    margin-bottom: 60px;
}

.catch_top_services {
    text-align: center;
    margin-bottom: 60px;
}

.catch_top_services h3 {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.07em;
    margin-bottom: 30px;
}

.catch_top_services p {
    font-size: 24px;
    letter-spacing: 0.07em;
    width: 60%;
    margin: 0 auto;
    text-align: left;
}

.wrap_top_services {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.wrap_top_services div {
    width: 30%;
}

.wrap_top_services div h4 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #99E0F6, #CCB5CE) 1;
}

.wrap_top_services div p {
    padding: 0 3vw;
    font-size: 16px;
    margin-bottom: 40px;
}

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

    .catch_top_services h3 {
        font-size: 32px;
    }

    .wrap_top_services div h4 {
        font-size: 21px;
    }

    .wrap_top_services {
        display: block;
    }

    .wrap_top_services div {
        width: 100%;
        margin-top: 60px;
    }

    .wrap_top_services div:first-child {
        margin-top: 0px;
    }

    .catch_top_services p {
        width: 80%;
    }

}

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

    .catch_top_services p {
        font-size: 21px;
        width: 100%;
    }

    .wrap_top_services div h4 {
        font-size: 24px;
    }

}


/* FEATURES */

.box_top_features {
    padding: 5vw 0;
}

.line_features::after {
    content: "";
    display: block;
    width: calc(100% + 4vw);
    height: 2px;
    background: linear-gradient(to right, #99E0F6, #CCB5CE);
    transform: rotate(-16deg);
    position: absolute;
    left: -2vw;
    z-index: 1;
}

.box_line {
    margin-top: calc(-14vw + -5px);
}

.box_top_features header {
    padding-left: 5vw;
}

.box_top_features header, .box_line {
    position: relative;
}

.wrap_top_features_01 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.wrap_top_features_02 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: -28.2vw;
}

.wrap_top_features_01 div, .wrap_top_features_02 div {
    width:50%;
    padding: 0 8vw;
}

.wrap_top_features_01 div {
    margin-top: 2vw;
}

.wrap_top_features_02 div {
    margin-top: 27vw;
}

.wrap_top_features_01 img, .wrap_top_features_02 img {
    display: block;
    width:50%;
}

.wrap_top_features_01 div h3, .wrap_top_features_02 div h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

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

    .wrap_top_features_01 div, .wrap_top_features_02 div {
        padding: 0 4vw;
    }

}

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

    .wrap_top_features_01 div, .wrap_top_features_02 div {
        padding: 0 2vw;
    }

    .wrap_top_features_02 div {
        margin-top: 28vw;
    }

}

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

    .wrap_top_features_01 div, .wrap_top_features_02 div {
        padding: 0 14vw 0 2vw;
    }

}

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

    .wrap_top_features_01 div {
        margin-top: 1vw;
    }

}

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

    .wrap_top_features_01, .wrap_top_features_02 {
        margin-bottom:5vw;
    }

}

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

    .box_top_features {
        padding: 10vw 0;
    }   

    .box_line {
        margin-top: 0px;
    }

    .line_features::after {
        width: calc(100% + 4vw);
        bottom: -14vw;
    }

    .wrap_top_features_01, .wrap_top_features_02 {
        display: block;
    }

    .wrap_top_features_01 img, .wrap_top_features_02 img {
        width: 100%;
    }
    
    .wrap_top_features_02 {
        margin-top: 0;
    }

    .wrap_top_features_01 div, .wrap_top_features_02 div {
        width: 100%;
        padding: 0 5vw;
    }

    .wrap_top_features_02 div {
        margin-top: 0;
    }

    .wrap_top_features_01 div h3, .wrap_top_features_02 div h3 {
        text-align: center;
    }

}

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

    .box_top_features header {
        padding-left: 8vw;
    }

    .wrap_top_features_01 div, .wrap_top_features_02 div {
        width: 100%;
        padding: 0 8vw;
    }

}


/* GREETING */

.box_top_greeting {
    padding: 10vw 5vw 5vw 5vw;
}

.box_top_greeting header {
    text-align: center;
    margin-bottom: -60px;
}

.box_top_greeting h3 {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 0.07em;
}

.wrap_greeting {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.wrap_greeting div.box_left {
    width: 50%;
}

.wrap_greeting div.box_right {
    width: 35%;
}

.box_nameplate {
    background: #ffffffd8;
    color: #342F30;
    border: 3px solid;
    border-image: linear-gradient(to right, #99E0F6, #CCB5CE) 1;
    margin-top: -5vw;
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.wrap_nameplate {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-weight: 500;
}

.box_nameplate h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.name {
    font-size: 24px;
}

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

    .box_top_greeting {
        padding: 30vw 8vw 10vw 8vw;
    }

    .box_top_greeting header {
        margin-bottom: 60px;
    }

    .wrap_greeting {
        display: block;
    }

    .wrap_greeting div.box_left {
        width: 100%;
    }
    
    .wrap_greeting div.box_right {
        width: 50%;
        margin: 30px auto 0;
    }

}

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

    .wrap_greeting div.box_right {
        width: 100%;
    }

}


/*　動画プレイヤー */

.modal {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.99);
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 9999;
    transition: opacity 3s ease;
    padding: 20px;
    box-sizing: border-box;
  }
  
  .modal video {
    width: 100%;
    height: auto;
    max-height: 80vh;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
  }
  
  .fade-in {
    display: flex;
    opacity: 1;
  }
  
  .fade-out {
    opacity: 0;
    transition: opacity 3s ease;
  }
  
  /* クローズボタン */
  .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    z-index: 10000;
  }
  
  /* スマホ対応 */
  @media screen and (max-width: 768px) {
    .modal video {
      max-width: 100%;
      max-height: 60vh;
    }
  
    .modal-close {
      font-size: 1.8rem;
      top: 10px;
      right: 15px;
    }
  }
  