﻿@charset "utf-8";

/* *****************************************************************************

  index.html

***************************************************************************** */
/* mainvisual */
.mainvisual{
    position: relative;
}
.mainvisual-inner{
    position: relative;
    height: 724px;
    width: 100%;
}
.mainvisual-catch{
    width: 100%;
    height: 724px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.mainvisual-catch > div > p{
    text-align: center;
    text-shadow: 0px 0px 3px rgba(233,233,234,0.4);
}
.mainvisual-catch > div > p:nth-child(1){
    font-size: 48px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 34px;
}
.mainvisual-catch > div > p:nth-child(2){
    font-size: 22px;
    line-height: 22px;
    color: #c40a03;
    letter-spacing: 0.6em;
}
.mainvisual-left{
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    height: 724px;
    overflow: hidden;
}
.mainvisual-right{
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    height: 724px;
    overflow: hidden;
}
.mainvisual-img{
    transition: opacity 3s ease;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mainvisual-img.is-show{
    opacity: 1;
    animation: scall-large 5s ease-out;
}
@keyframes scall-large{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.05);
    }
}
.mainvisual-sp,
.mainvisual-catch-sp{
    display: none;
}

@media print, screen and (max-width: 1340px){
    /* mainvisual */
    .mainvisual-catch p span{
         padding: 2.6% 5% 3.4%;
         line-height: 1;
    }
    .mainvisual-catch img{
        width: 81%;        
    }
}

@media print, screen and (max-width: 760px){
    /* mainvisual */
    .mainvisual-inner{
        display: none;
    }
    .mainvisual-sp{
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .mainvisual-sp:before{
        content: "";
        display: block;
        padding-top: 95%;
    }
    .mainvisual-sp-img{
        transition: opacity 3s ease;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
    .mainvisual-sp-img.is-show{
        opacity: 1;
        animation: scall-large 5s ease-out;
    }
    .mainvisual-sp > img{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
    }
    .mainvisual-catch-sp{
        display: block;
        padding-top: 25px;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
    .mainvisual-catch-sp > div > p:nth-child(1){
        font-size: 38px;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 0.5em;
    }
    .mainvisual-catch-sp > div > p:nth-child(2){
        font-size: 20px;
        line-height: 1em;
        color: #c40a03;
        letter-spacing: 0.6em;
        white-space: nowrap;
    }
}

@media print, screen and (max-width: 600px){
    /* mainvisual */
    .mainvisual-catch-sp > div > p:nth-child(1){
        font-size: 6.4vw;
    }
    .mainvisual-catch-sp > div > p:nth-child(2){
        font-size: 3.328vw;
    }
}

/* intro-area */
.intro-area{
    padding-top: 102px;
    padding-bottom: 150px;
}
.intro-area > div{
    padding-left: 20px;
    padding-right: 20px;
    background: url("bg-intro-area.svg") center center no-repeat;
    background-size: 1100px auto;
}
.intro-area > div > p{
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 2.2;
    margin-bottom: 2em;
}
.intro-area > div > p:last-child{
    margin-bottom: 0;
}

@media print, screen and (max-width: 760px){
    /* intro-area */
    .intro-area{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .intro-area > div{
        background: url("bg-intro-area.svg") center center no-repeat;
        background-size: 100% auto;
    }
    .intro-area > div > p{
        font-size: 16px;
    }
}

@media print, screen and (max-width: 440px){
    /* intro-area */
    .intro-area > div > p{
        text-align: left;
        font-size: 15px;
    }
    .intro-area > div > p > br{
        display: none;
    }
}

/* home-block */
.home-block{
    padding-left: 60px;
    padding-right: 60px;
}
.home-block > div{
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}
.home-block-img > img{
    display: none;
}
.home-block-main{
    margin-top: 105px;
    position: relative;
    z-index: 1;
    padding: 100px 80px;
}
.home-block-title{
    margin-bottom: 30px;
}
.home-block-title > .en{
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 12px;
    white-space: nowrap;
}
.home-block-title-main{
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}
.home-block-text > p{
    font-size: 16px;
    line-height: 1.75;
}

@media print, screen and (max-width: 1257px){
    /* home-block */
    .home-block > div{
        width: 100%;
    }
}

@media print, screen and (max-width: 1120px){
    /* home-block */
    .home-block-main{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media print, screen and (max-width: 1000px){
    /* home-block */
    .home-block{
        padding-left: 40px;
        padding-right: 40px;
    }
    .home-block-main{
        padding: 75px 40px;
    }
    .home-block-title > .en{
        font-size: 48px;
        line-height: 48px;
    }
    .home-block-title-main{
        font-size: 20px;
        line-height: 20px;
    }
    .home-block-text > p{
        font-size: 15px;
    }
}

@media print, screen and (max-width: 760px){
    /* home-block */
    .home-block{
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-block-main{
        margin-top: 100px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .home-block-title > .en{
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 10px;
    }
    .home-block-title-main{
        font-size: 18px;
        line-height: 18px;
    }
    .home-block-text > p{
        font-size: 14px;
    }
}

@media print, screen and (max-width: 680px){
    /* home-block */
    .home-block{
        padding-left: 0;
        padding-right: 0;
    }
    .home-block-img > img{
        display: inline;
        width: 100%;
    }
    .home-block-main{
        padding: 0 20px;
        margin-top: -20px;
        text-align: center;
    }
    .home-block-main > div{
        padding: 40px 20px;
    }
    .home-block-title > .en{
        font-size: 40px;
        line-height: 40px;
    }
    .home-block-title-main{
        font-size: 16px;
        line-height: 16px;
    }
    .home-block-text > p{
        font-size: 13px;
    }
}

/* advantage-area */
.advantage-area{
    margin-bottom: 100px;
    overflow: hidden;
    width: 100%;
}
.advantage-area-img{
    width: 91.25%;
    height: 380px;
    background: url("img-advantage.jpg") center center no-repeat;
    background-size: cover;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
.advantage-area-main{
    background-color: #ca241f;
    color: #ffffff;
    width: 56.25%;
}
.advantage-area-button{
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    margin-top: 45px;
}
.advantage-area-button > a{
	display: inline-block;
	text-decoration: none;
    width: 234px;
    line-height: 46px;
	position: relative;
    background-color: #ffffff;
    outline: none;
    color: #c40a03;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.advantage-area-button > a::before{
    position: absolute;
    content: '';
    top: 50%;
    right: -2px;
    width: 46px;
    height: 2px;
    background-color: #ca241f;
    z-index: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.advantage-area-button > a:hover{
    background-color: #ca241f;
    color: #ffffff;
}
.advantage-area-button > a:hover::before{
    background-color: #ffffff;
    width: 32px;
}

@media print, screen and (max-width: 1000px){
    /* advantage-area */
    .advantage-area-button{
        font-size: 17px;
        margin-top: 40px;
    }
    .advantage-area-button > a{
        width: 220px;
        line-height: 44px;
        padding-left: 18px;
        padding-right: 18px;
    }
    .advantage-area-button > a::before{
        width: 40px;
    }
}

@media print, screen and (max-width: 760px){
    /* advantage-area */
    .advantage-area{
        margin-bottom: 60px;
    }
    .advantage-area-img{
        height: 304px;
    }
    .advantage-area-button{
        font-size: 16px;
        margin-top: 35px;
    }
    .advantage-area-button > a{
        width: 200px;
        line-height: 46px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .advantage-area-button > a::before{
        width: 38px;
    }
    .advantage-area-button > a:hover{
        background-color: #ffffff;
        color: #ca241f;
    }
    .advantage-area-button > a:hover::before{
        background-color: #ca241f;
        width: 38px;
    }
}

@media print, screen and (max-width: 680px){
    /* advantage-area */
    .advantage-area-img{
        background-image: none;
        height: auto;
        position: static;
        width: 100%;
        float: none;
    }
    .advantage-area-main{
        width: 100%;
        background-color: transparent;
    }
    .advantage-area-main > div{
        background-color: #ca241f;
    }
    .advantage-area-button > a{
        text-align: left;
    }
}

/* what-area */
.what-area{
    margin-bottom: 110px;
    overflow: hidden;
    width: 100%;
}
.what-area-img{
    width: 73.75%;
    height: 470px;
    background: url("img-what.jpg") center center no-repeat;
    background-size: cover;
    float: right;
    position: absolute;
    top: 0;
    left: 0;
}
.what-area-main{
    background-color: #b4aa88;
    color: #ffffff;
    width: 56.25%;
    float: right;
}
.what-area-button{
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    margin-top: 45px;
}
.what-area-button > a{
	display: inline-block;
	text-decoration: none;
    width: 234px;
    line-height: 46px;
	position: relative;
    background-color: #ffffff;
    outline: none;
    color: #b4aa88;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.what-area-button > a::before{
    position: absolute;
    content: '';
    top: 50%;
    right: -2px;
    width: 46px;
    height: 2px;
    background-color: #b4aa88;
    z-index: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.what-area-button > a:hover{
    background-color: #b4aa88;
    color: #ffffff;
}
.what-area-button > a:hover::before{
    background-color: #ffffff;
    width: 32px;
}

@media print, screen and (max-width: 1000px){
    /* what-area */
    .what-area-button{
        font-size: 17px;
        margin-top: 40px;
    }
    .what-area-button > a{
        width: 220px;
        line-height: 44px;
        padding-left: 18px;
        padding-right: 18px;
    }
    .what-area-button > a::before{
        width: 40px;
    }
}

@media print, screen and (max-width: 760px){
    /* what-area */
    .what-area{
        margin-bottom: 60px;
    }
    .what-area-img{
        height: 376px;
    }
    .what-area-button{
        font-size: 16px;
        margin-top: 35px;
    }
    .what-area-button > a{
        width: 200px;
        line-height: 46px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .what-area-button > a::before{
        width: 38px;
    }
    .what-area-button > a:hover{
        background-color: #ffffff;
        color: #b4aa88;
    }
    .what-area-button > a:hover::before{
        background-color: #b4aa88;
        width: 38px;
    }
}

@media print, screen and (max-width: 680px){
    /* what-area */
    .what-area-img{
        background-image: none;
        height: auto;
        position: static;
        width: 100%;
        float: none;
    }
    .what-area-main{
        width: 100%;
        background-color: transparent;
    }
    .what-area-main > div{
        background-color: #b4aa88;
    }
    .what-area-button > a{
        text-align: left;
    }
}

/* img-link-container */
.img-link-container{
    padding-left: 60px;
    padding-right: 60px;
    overflow: hidden;
}
.img-link-container > div{
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.img-link-container > div > div{
    width: 47.5%;
}
.img-link-container > div > div > a{
    display: block;
    position: relative;
}
.img-link-work > a > .img-link-text{
    color: #c40a03;
}
.img-link-message > a > .img-link-text{
    color: #b4aa88;
}
.img-link-text{
    position: absolute;
    top: 13%;
    left: 9%;
    z-index: 1;
}
.img-link-title{
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 10px;
}
.img-link-text > .en{
    font-size: 21px;
    line-height: 1em;
}
.img-link-button{
    position: absolute;
    left: 9%;
    bottom: 12%;
    z-index: 1;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    width: 100%;
}
.img-link-button > span{
    display: inline-block;
	text-decoration: none;
    width: 44.7368%;
    line-height: 46px;
	position: relative;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: left;
    color: #ffffff;
}
.img-link-work-button > span{
    background-color: #c40a03;
    border: 2px solid #c40a03;
}
.img-link-message-button > span{
    background-color: #b4aa88;
    border: 2px solid #b4aa88;
}
.img-link-button > span::before{
    position: absolute;
    content: '';
    top: 50%;
    right: -2px;
    width: 42px;
    height: 2px;
    background-color: #ffffff;
    z-index: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover > .img-link-button > span{
    background-color: #ffffff;
}
a:hover > .img-link-work-button > span{
    color: #c40a03;
}
a:hover > .img-link-message-button > span{
    color: #b4aa88;
}
a:hover > .img-link-button > span::before{
    width: 32px;
}
a:hover > .img-link-work-button > span::before{
    background-color: #c40a03;
}
a:hover > .img-link-message-button > span::before{
    background-color: #b4aa88;
}
.img-link-bg{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.img-link-bg > img{
    width: 100%;
    display: block;
    -ms-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
a:hover > .img-link-bg > img{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

@media print, screen and (max-width: 1000px){
    /* img-link-container */
    .img-link-container{
        padding-left: 40px;
        padding-right: 40px;
    }
    .img-link-container > div > div{
        width: 50%;
    }
    .img-link-work{
        padding-right: 10px;
    }
    .img-link-message{
        padding-left: 10px;
    }
    .img-link-title{
        font-size: 2.4vw;
    }
    .img-link-text > .en{
        font-size: 2vw;
    }
    .img-link-button{
        font-size: 16px;
    }
    .img-link-button > span{
        width: 60%;
    }
    .img-link-button > span{
        width: 60%;
        line-height: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .img-link-button > span::before{
        width: 35px;
    }
    a:hover > .img-link-button > span::before{
        width: 30px;
    }
}

@media print, screen and (max-width: 760px){
    /* img-link-container */
    .img-link-container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .img-link-container > div{
        display: block;
    }
    .img-link-container > div > div{
        width: 100%;
    }
    .img-link-work{
        padding-right: 0;
    }
    .img-link-message{
        padding-top: 20px;
        padding-left: 0;
    }
    .img-link-container > div > div > a{
        width: 100%;
        padding-top: 75%;
    }
    .img-link-work > a{
        background: url("bg-img-link-work.jpg") center center no-repeat;
        background-size: cover;
    }
    .img-link-message > a{
        background: url("bg-img-link-message.jpg") center center no-repeat;
        background-size: cover;
    }
    .img-link-title{
        font-size: 4.2vw;
        margin-bottom: 5.5%;
    }
    .img-link-text > .en{
        font-size: 3.6vw;
    }
    .img-link-button{
        font-size: 16px;
    }
    .view-more-button > a{
        max-width: 300px;
        line-height: 46px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .img-link-button > span{
        width: 44.7368%;
        line-height: 46px;
        padding-left: 16px;
        padding-right: 16px;
    }
    a:hover > .img-link-work-button > span{
        color: #ffffff;
        background-color: #c40a03;
    }
    a:hover > .img-link-message-button > span{
        color: #ffffff;
        background-color: #b4aa88;
    }
    .img-link-button > span::before{
        width: 38px;
    }
    a:hover > .img-link-button > span::before{
        width: 38px;
    }
    a:hover > .img-link-work-button > span::before{
        background-color: #ffffff;
    }
    a:hover > .img-link-message-button > span::before{
        background-color: #ffffff;
    }
    .img-link-bg{
        display: none;
    }
}

@media print, screen and (max-width: 420px){
    /* img-link-container */
    .img-link-container{
        padding-left: 0;
        padding-right: 0;
    }
    .img-link-message{
        padding-top: 0;
    }
    .img-link-title{
        font-size: 5.5vw;
        margin-bottom: 6.5%;
    }
    .img-link-text > .en{
        font-size: 4.2vw;
    }
    .img-link-button > span{
        width: 82%;
    }
}

/* floating-banner-wrap */
.floating-banner-wrap{
  position: fixed;
  right: 32px;
  bottom: 32px;
  text-align: right;
  letter-spacing: -.4em;
  z-index: 9;
}

@media print, screen and (max-width: 1000px){
  /* floating-banner-wrap */
  .floating-banner-wrap{
      right: 0;
      bottom: 0;
      width: 100%;
  }
} 

/* floating-banner-img */
.floating-banner-img{
  margin-left: 2rem;
}
.floating-banner:nth-child(1) .floating-banner-img{
  margin-left: 0;
}

@media print, screen and (max-width: 1000px){
  /* floating-banner-img */
  .floating-banner-img{
    margin-top: 0.5rem;
    margin-left: 0;
  }
  .floating-banner:nth-child(1) .floating-banner-img{
    margin-top: 0;
  }
}

/* *****************************************************************************

  floating-banner-recruit

***************************************************************************** */
/* floating-banner-recruit */
.floating-banner-recruit{
  display: inline-block;
  letter-spacing: normal;
}
.floating-banner-recruit-main > div{
  position: relative;
}
.floating-banner-recruit-close{
  width: 24px;
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  z-index: 4;
}
.floating-banner-recruit-close:hover{
  opacity: 0.7;
}
.floating-banner-recruit-close > img{
  vertical-align: top;
  display: block;
}
.floating-banner-recruit-img > a{
  display: block;
  width: 360px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.15);
}
.floating-banner-recruit-img > a > span{
  display: block;
  width: 100%;
}
.floating-banner-recruit-img > a > span > img{
  width: 100%;
  vertical-align: bottom;
}
.floating-banner-recruit-img > a:hover > span > img{
  opacity: 0.9;
}

@media print, screen and (max-width: 1000px){
  /* floating-banner-recruit */
  .floating-banner-recruit{
      width: 100%;
      display: block;
  }
  .floating-banner-recruit-main{
      padding-left: 5px;
      padding-right: 5px;
  }
  .floating-banner-recruit-close{
      width: 40px;
      height: 80px;
      background: #333333 url("icon-close-sp.svg") center center no-repeat;
      background-size: 18px 18px;
      top: 0;
      left: auto;
      right: 0;
  }
  .floating-banner-recruit-close:hover{
      opacity: 1;
  }
  .floating-banner-recruit-close > img{
      display: none;
  }
  .floating-banner-recruit-img{
    width: 100%;
    height: 80px;
    box-shadow: 4px 4px 6px -6px rgba(0,0,0,0.6);
  }
  .floating-banner-recruit-img > a{
    display: inline-block;
    width: calc(100% - 40px);
    height: 80px;
    position: relative;
    z-index: 3;
    margin-right: 40px;
  }
  .floating-banner-recruit-img > a:hover{
    opacity: 0.9;
  }
  .floating-banner-recruit-img > a > span > img{
    display: none;
  }
  .floating-banner-recruit .floating-banner-recruit-img{
    background: url("bg-banner-highschool-sp.png") center center repeat-x;
    background-size: auto 80px;
  }
  .floating-banner-recruit .floating-banner-recruit-img > a{
    position: relative;
  }
  .floating-banner-recruit .floating-banner-recruit-img > a::before,
  .floating-banner-recruit .floating-banner-recruit-img > a::after{
    content: "";
    position: absolute;
    top: 0;
    width: 360px;
    height: 80px;
    background: url("bg-banner-highschool-left-sp.svg") left center no-repeat;
    background-size: 360px 80px;
    z-index: 0;
  }
  .floating-banner-recruit .floating-banner-recruit-img > a::before{
    left: 0;   
    background: url("bg-banner-highschool-left-sp.svg") left center no-repeat;
    background-size: 360px 80px;
  }
  .floating-banner-recruit .floating-banner-recruit-img > a::after{
    right: 0;  
    background: url("bg-banner-highschool-right-sp.svg") right center no-repeat;
    background-size: 360px 80px;
  }
  .floating-banner-recruit .floating-banner-recruit-img > a > span{
    background: url("banner-highschool-sp.svg") center center no-repeat;
    background-size: 360px 80px;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 80px;
  }
}

/* checkbox 非表示 */
.floating-banner-recruit-main .checkbox{
  display: none;
}

/* close button's control */
.floating-banner-recruit .action-close #close-recruit:checked ~ .floating-banner-recruit-close{
  display: none;
}
.floating-banner-recruit .action-close #close-recruit:checked ~ .floating-banner-recruit-img{
  display: none;
}
