@charset "utf-8";

/*------------
  mv
------------*/

.mv-bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv-bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transition: right 1s cubic-bezier(0, 0, .1, 0);
}
.mv-bg._slide::before {
  right: 100%;
}

.mv-content {
  position: absolute;
  top: 170px;
  left: 105px;
}
.mv-ttl {
  font-size: 4.5vw;
  line-height: 5.5vw;
  color: #AEB8CA;
}
.mv-ttl span {
  display: block;
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0, 0, 0, 1);
}
.mv-ttl .ttl-row {
  overflow: hidden;
  display: flex;
}

.mv-message {
  position: relative;
  margin-top: 50px;
    padding: 10px 0 15px 30px;
  font-size: 2vw;
  line-height: 3vw;
  color: #616364;
  /*border-left: 1px solid #616364;*/
}
.mv-message::before {
  content: '';
  position: absolute;
  top: 7.5%;
  left: 5px;
  width: 1px;
  height: 0;
  background: #616364;
  transition: height .5s;
}
.mv-message._in::before {
  height: 88%;
}
.mv-message span {
  display: block;
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0, 0, 0, 1);
}
.mv-message .message-row {
  overflow: hidden;
  display: flex;
}

.mv-first {
  position: absolute;
  bottom: 50px;
  right: 105px;
}
.mv-first a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 20px;
  color: #FFFFFF;
  background: #AEB8CA;
  border-radius: 100%;
  pointer-events: none;
  transform: scale(0.7);
  opacity: 0;
  transition: opacity .4s, transform .5s;
    text-decoration: none;
}

.mv-first a:hover{
    opacity: 0.8;
}
.mv-first._on a {
  pointer-events: auto;
  transform: scale(1);
  opacity: 1;
}
.mv-first img {
  display: block;
  object-fit: contain;
}
.mv-first p {
  margin: 5px 0;
}
.mv-first span {
  font-size: 15px;
}
.mv-first .first-mark {
  width: 20px;
}
.mv-first .first-arrow {
  width: 48px;
}


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

.mv-content {
  top: 120px;
  left: 60px;
}
.mv-ttl {
  font-size: 54px;
    line-height: 65px;
}
    
}


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

.mv-content {
  top: 80px;
  left: 50px;
}
.mv-ttl {
  font-size: 50px;
    line-height: 65px;
}

.mv-message {
  margin-top: 30px;
  padding-left: 25px;
  font-size: 24px;
  line-height: 45px;
}

.mv-first {
  bottom: 50px;
  right: 55px;
}
.mv-first a {
  width: 150px;
  height: 150px;
  font-size: 18px;
}
    
    
}


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

.mv-content {
  top: 50px;
  left: 35px;
}
.mv-ttl {
  font-size: 5.2vw;
    line-height: 6.4vw;
}

.mv-message {
  margin-top: 30px;
    padding: 5px 0 5px 25px;
  font-size: 2.5vw;
  line-height: 4vw;
}

.mv-first {
  bottom: 30px;
  right: 30px;
}
.mv-first a {
  width: 18vw;
  height: 18vw;
  font-size: 2vw;
}
    
    
}


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

.mv-content {
  left: 25px;
}
.mv-ttl {
  font-size: 7.5vw;
    line-height: 10vw;
}

.mv-message {
  margin-top: 20px;
    padding: 5px 0 5px 20px;
  font-size: 4.5vw;
  line-height: 7vw;
}

.mv-first {
  bottom: 15px;
  right: 15px;
}
.mv-first a {
  width: 30vw;
  height: 30vw;
  font-size: 3.6vw;
}
    
    .mv-first p{
        margin: 0;
    }
    
    
}


/*==================================================
top-con
================================================== */

.pic-top-con01{
    position: absolute;
    width: 42%;
    left: 0;
    top: -150px;
    text-align: right;
}

.pic-top-con02{
    position: absolute;
    width: 42%;
    left: 0;
    top: 330px;
    text-align: right;
}

.sub-top{
    width: 60%;
}

#top-contents01 .contents-ttl .ttl-wrapper{
    padding-left: 48%;
}

.txt-top-con{
    margin-left: 50%;
    line-height: 2.2;
    margin-bottom: 0 !important;
}

.title-topcon{
    line-height: 1.6;
    margin-bottom: 35px;
    font-size: 26px;
    display: block;
    margin-left: 50%;
    margin-top: 50px;
    font-weight: 500;
}

#top-contents02 .pic-top-con01{
    left: 58%;
}

#top-contents02 .pic-top-con02{
    left: 58%;
}

#top-contents02 .title-topcon,
#top-contents02 .txt-top-con{
    margin-left: 0;
    width: 50%;
}

#top-contents02 .contents-ttl .ttl-wrapper{
    color: #e79ebb !important;
}

#top-contents02 .contents-ttl::before,
#top-contents02 .contents-ttl::after,
#top-contents02 .contents-ttl .ttl-separator::before{
    background: #e79ebb !important;
}


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

.pic-top-con01{
    width: 40%;
    top: -150px;
}

.pic-top-con02{
    width: 40%;
    top: 28vw;
}

.sub-top{
    width: 70%;
}

#top-contents01 .contents-ttl .ttl-wrapper{
    padding-left: 45%;
}

.txt-top-con{
    margin-left: 45%;
}

.title-topcon{
    margin-left: 45%;
}

#top-contents02 .pic-top-con01{
    left: 60%;
}

#top-contents02 .pic-top-con02{
    left: 60%;
}

#top-contents02 .title-topcon,
#top-contents02 .txt-top-con{
    width: 55%;
}
    
}


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

.pic-top-con01{
    width: 38%;
    top: -110px;
}

.pic-top-con02{
    width: 38%;
    top: 25vw;
}

.sub-top{
    width: 70%;
}

#top-contents01 .contents-ttl .ttl-wrapper{
    padding-left: 42%;
}

.txt-top-con{
    margin-left: 42%;
    line-height: 1.9;
}

.title-topcon{
    margin-left: 42%;
    font-size: 21px;
    margin-top: 35px;
    margin-bottom: 25px;
}

#top-contents02 .pic-top-con01{
    left: 62%;
}

#top-contents02 .pic-top-con02{
    left: 62%;
}

#top-contents02 .title-topcon,
#top-contents02 .txt-top-con{
    width: 58%;
}
    
}


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

.pic-top-con01{
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    text-align: center;
}

.pic-top-con02{
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    text-align: center;
}

.sub-top{
    width: 100%;
}

#top-contents01 .contents-ttl .ttl-wrapper{
    padding-left: 0;
}

.txt-top-con{
    margin: 25px 0 !important;
    line-height: 1.8;
}

.title-topcon{
    margin-bottom: 15px;
    font-size: 5.4vw;
    margin-left: 0;
    margin-top: 30px;
}

#top-contents02 .pic-top-con01{
    left: inherit;
}

#top-contents02 .pic-top-con02{
    left: inherit;
}

#top-contents02 .title-topcon,
#top-contents02 .txt-top-con{
    width: 100%;
}   
    
}


/*==================================================
for-beginner
================================================== */

#for-beginner{
    display: flex;
    padding-top: 200px;
}

#pic-beginner{
    width: 55%;
}

#pic-beginner img{
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#txt-beginner{
    width: 45%;
    display: flex;
    align-items: center;
    background-color: #aeb8ca;
    color: #fff;
    box-sizing: border-box;
    padding: 5%;
}

#txt-beginner .title-line{
    font-size: 24px;
}

#txt-beginner .title-line span::before{
    border-color: #fff;
}

#txt-beginner p{
    margin: 35px 0;
    text-align: justify;
    line-height: 2.0;
}

#txt-beginner a{
    display: block;
    margin: 0 auto;
    border-radius: 60px;
    background-color: #fff;
    color: #aeb8ca !important;
    text-decoration: none !important;
    padding: 18px 0;
    border: 1px solid #fff;
    font-size: 20px;
    text-align: center;
}

#txt-beginner a img{
    width: 42px;
}

#txt-beginner a:hover{
    background-color: transparent;
    color: #fff !important;
}

#txt-beginner a:hover img{
    filter: brightness(0) invert(1);
}

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

#for-beginner{
    padding-top: 150px;
}

#txt-beginner{
    padding: 3%;
}

#txt-beginner .title-line{
    font-size: 21px;
}

#txt-beginner p{
    margin: 20px 0;
    line-height: 1.8;
}

#txt-beginner a{
    padding: 14px 0;
    font-size: 18px;
}

#txt-beginner a img{
    width: 38px;
}
    
}

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

#txt-beginner{
    padding: 3%;
}

#txt-beginner .title-line{
    font-size: 18px;
}

#txt-beginner p{
    margin: 15px 0;
    font-size: 14px;
}

#txt-beginner a{
    padding: 12px 0;
    font-size: 16px;
}
    
}

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

#for-beginner{
    display: block;
    padding-top: 100px;
}

#pic-beginner{
    width: 100%;
}

#pic-beginner img{
    width: 100%;
    height: auto;
    object-fit: inherit;
}

#txt-beginner{
    width: 100%;
    display: block;
    padding: 30px 30px 35px;
}

#txt-beginner .title-line{
    font-size: 15px;
}

#txt-beginner p{
    margin: 20px 0;
    line-height: 1.7;
}

#txt-beginner a{
    padding: 12px 0;
    font-size: 15px;
}
    
}


/*==================================================
top-link
================================================== */

.box-toplink{
    display: flex;
    padding-bottom: 100px;
}

.pic-toplink{
    width: 50%;
}

.txt-toplink{
    padding-left: 5%;
    width: 45%;
}

.box-toplink .title-line-under{
    margin-bottom: 20px;
}

.box-toplink p{
    margin-bottom: 45px;
}

#top-link01 .title-line, #top-link01 .title-line-under, #top-link01 .btn-round{color: #53a7d1 !important;}
#top-link01 .title-line span::before, #top-link01 .btn-round, #top-link01 .btn-round::after{border-color: #53a7d1 !important;}
#top-link01 .btn-round::before{background-color: #53a7d1 !important;}

#top-link02 .title-line, #top-link02 .title-line-under, #top-link02 .btn-round{color: #baa0ca !important;}
#top-link02 .title-line span::before, #top-link02 .btn-round, #top-link02 .btn-round::after{border-color: #baa0ca !important;}
#top-link02 .btn-round::before{background-color: #baa0ca !important;}

#top-link03 .title-line, #top-link03 .title-line-under, #top-link03 .btn-round{color: #d0aca9 !important;}
#top-link03 .title-line span::before, #top-link03 .btn-round, #top-link03 .btn-round::after{border-color: #d0aca9 !important;}
#top-link03 .btn-round::before{background-color: #d0aca9 !important;}

#top-link04 .title-line, #top-link04 .title-line-under, #top-link04 .btn-round{color: #49bbba !important;}
#top-link04 .title-line span::before, #top-link04 .btn-round, #top-link04 .btn-round::after{border-color: #49bbba !important;}
#top-link04 .btn-round::before{background-color: #49bbba !important;}

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

.box-toplink{
    padding-bottom: 50px;
}
    
    .box-toplink .title-line{
        margin-bottom: 0;
    }

.box-toplink .title-line-under{
    margin-bottom: 0;
}

.box-toplink p{
    margin-bottom: 20px;
}
    
}

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

.box-toplink{
    display: block;
    padding-bottom: 70px;
}

.pic-toplink{
    width: 100%;
}

.txt-toplink{
    padding-left: 0;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

.box-toplink .title-line-under{
    margin-bottom: 20px;
}

.box-toplink p{
    margin-bottom: 40px;
    text-align: center;
}
    
}







