@charset "UTF-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
}


html {
    height: 100vh;
    font-size: 62.5%;
    max-width: 1600px;
    margin: auto;
    overscroll-behavior: none;
}


body {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    font-family:'Roboto','Open Sans','Noto Sans JP',mincho,serif;
    min-height: 100%;
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    color: #333;
    -webkit-text-size-adjust: 100%;
}

#wrap {
    max-width: 1600px;
    margin: auto;
}
section{
    min-height: 100vh;
    overflow: hidden;
    padding: 9rem 0;
    position: relative;
}
a.toNext{
    position: absolute;
    bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    left: 50%;
    opacity: 0.8;
    margin-left: -3rem;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    opacity: 0.5;
    color: #ccc;
}
#sect01 a.toNext,#sect03 a.toNext,#sect05 a.toNext{
    color: #fff;
    opacity: 0.95;
}
.imgSect{
    
}
a {
    transition: all 0.4s;
}

#content {
    min-height: 100%;
    padding: 6rem 0 18rem;
    overscroll-behavior: none;
}


.en {
    display: none;
}

.shutter {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.shutter {
    -webkit-animation: byeShutter 2s forwards;
    animation: byeShutter 2s forwards;
}

.shutter::before {
    -webkit-animation: shutterOpen 2s forwards;
    animation: shutterOpen 2s forwards;
}
.shutterLogo{
    opacity: 0.15;
}

@keyframes byeShutter {
    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
        z-index: -1;
    }
}
@keyframes typewriter {

    /*タイプライターライクなアニメーション*/
    from {
        width: 0;
    }

    to {
        width: 24em;
    }
}

@keyframes blinkTextCursor {

    /*点滅するカーソルのアニメーション*/
    from {
        border-right-color: rgba(0, 0, 0, .75);
    }

    to {
        border-right-color: transparent;
    }
}
  h1 { 
    font-size: 2.1rem;
    margin: 0 auto;
    white-space: nowrap;
    border-right: 0.1em solid #000;
  white-space: nowrap;
  overflow: hidden;
  animation: typewriter 2s steps(22) 1s 1 normal both,
        blinkTextCursor 100ms steps(22) infinite normal;
}

  
.h1Outer{
    position:absolute;
    top: 52%; 
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    background:#fff;
    padding: 1rem 2rem;
    border-radius: 2rem;
    border: 3px solid #4a60b7;
}
h1 span,h3 span{
    font-size:3rem;
    padding: 0 .5rem;
    color: #4a60b7;
}
.h1Outer:before {
    content: "";
    position: absolute;
    top: -37px;
    left: 45px;
    margin-left: -15px;
    border: 18px solid transparent;
    border-bottom: 18px solid #4a60b7;
  }
  .h1Outer:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 48px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
  }
h2 {
    font-size: 4.2rem;
    margin-bottom: 3rem;
    line-height: 1;
    opacity: 0.8;
    font-weight: normal;
    color: #4a60b7;
}

h3 {
    
    font-weight: normal;
    margin-bottom: 30px;
}

h4 {
    white-space: nowrap;
    font-weight: normal;
    margin-bottom: 3rem;
}
h4 span {
    font-size: 4.8rem;
   padding-left: 5%;
}
span.linear{
    background:linear-gradient(transparent 60%, #ff6 60%);
}
.imgSect01 {
    min-height:100%;
    background: url(../images/imgSect01.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
}
.imgSect02 {
    min-height:100%;
    background: url(../images/imgSect02.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
}
.imgSect03 {
    min-height:100%;
    background: url(../images/imgSect03.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
}
#sect01{
}

#sect02{
    background: rgba(255, 255, 255, .95);
    display: flex;
    align-items: center;
}
#sect02 img{
    margin-bottom: 3rem;
}
#sect03{
    display: flex;
    align-items: center;
}
.sect03Inner{
    width: 100%;
    padding: 3.6rem 0;
    text-align: center;
    background: rgba(0, 189, 250,0.8);
}

.sect03Inner h2,.sect03Inner p{
    color: #fff !important;
}
#sect04{
    padding-top: 0;
}

#sect04 .container{
    overflow: visible;
}
#sect04 h3{
 font-size: 3.2rem;
 background: #4a60b7;
 color: #FFF;
 margin-bottom: 6rem;
 position: relative;
 padding: 3.6rem 0;
}
#sect04 h3:after{
    content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #4a60b7;
}
#sect04 h3 span{
    color: #FFF;
    font-size: 4rem;
}
#sect04 h4{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
#sect04 p{
    font-size: 1.7rem;
}
.sect04Inner{
    width: calc(100% - 320px);
    padding-left: 5%;
    float: right;
}
.personImg{
    width: 320px;
    height: 320px;
    margin: 3rem 0;
    border-radius: 50%;
    border: 1rem solid #4a60b7;
}
h4 span span{
    font-size: 2.4rem;
    color: #ccc;
        padding-left:2.4rem;
}
#sect05{
    display: flex;
    align-items: center;
}
#sect05 .container{
    overflow: visible;
    position: relative;
}
#sect06{
    padding: 0;
    background: rgba(0, 189, 250,0.3);
    height: calc(100vh - 6rem);
}
#sect06 .container{
    height: calc(100vh - 6rem);
          }
#sect06 h2{
        position: relative;
        margin-bottom: 6rem;
}
#sect06 h2:after{
content:"";
position: absolute;
top: 7rem;
left: 50%;
height: 3px;
margin-left: -4rem;
display: block;
height: 3px;
width:8rem;
background:#4a60b7
    }
.toContact{
    position: relative;
    display: block;
    width: 30rem;
    margin: 6rem auto;
    line-height: 6rem;
    text-align: center;
    background: #4a60b7;
    z-index: 1;
    color: #fff;
    border: .2rem solid #4a60b7;
}
.toContact .fa{
    position: absolute;
    right: 1rem;
    top: 1.9rem;
}
.toContact:after{
    content:"";
position: absolute;
display: block;
left: 0;
top: 0;
height: 6rem;
width: 0;
transition: .2s;
z-index: -1;
background: #fff;
}
.toContact:hover{
    color: #4a60b7;
}
.toContact:hover::after{
    width: 100%;
}
.adress{
    position: relative;
    width: calc(100% - 10rem);
    text-align: center;
    overflow: visible;
    margin-left: 10rem;
    color:#fff;
    background: #4a60b7;
}
.adress:before{
    content: "";
    position: absolute;
    top: 0;
    left: -20rem;
    border: 10rem solid;
    border-color: transparent #4a60b7 transparent transparent;
}
.adress p{
    position: relative;
    margin-left: -10rem;
    display: inline-block;
}
.adress p:before{
    position: absolute;
    top: -3rem;
    left: -9rem;
    font-size: 10rem;
    margin-right: 1.5rem;
  display: block;
  width: 10px;
  height: 10px;
  content:'\f041';
  font-family: FontAwesome;
}
.adress .container{
    height: 20rem;
}
.adress span{
    font-size: 2.8rem;
}

p {
    margin-bottom: 1em;
}

.sp-only {
    display: none;
}



img {
    max-width: 100%;
    vertical-align: bottom;
}

.container {
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding-left: 3rem;
    padding-right: 3rem;
}

.tc {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.textRight {
    text-align: right;
}

.cl {
    clear: both;
}

.alignMiddle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

a {
    transition: all 0.3s;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-sm-1 {
    width: 8.333333%;
}

.col-sm-2 {
    width: 16.66666%;
}

.col-sm-3 {
    width: 25%;
}

.col-sm-4 {
    width: 33.3333%;
}

.col-sm-5 {
    width: 41.6666%;
}

.col-sm-6 {
    width: 50%;
}

.col-sm-7 {
    width: 58.333333%;
}

.col-sm-8 {
    width: 66.66666%;
    margin: 0 auto;
}

.col-sm-9 {
    width: 75%;
    margin: 0 auto;
}

.col-sm-10 {
    width: 83.33333%;
}

.col-sm-12 {
    width: 100%;
}

.col-sm-offset-1 {
    margin-left: 8.333333%;
}

.col-sm-offset-2 {
    margin-left: 16.66666%;
}

.col-sm-offset-3 {
    margin-left: 25%;
}

h1 {}

a {
    color: #fff;
}

.b {
    font-weight: bold;
}

.fwn {
    font-weight: normal;
}

.fs10 {
    font-size: 1.0rem;
}

.fs12 {
    font-size: 1.2rem;
}

.fs14 {
    font-size: 1.4rem;
}

.fs15 {
    font-size: 1.5rem;
}

.fs16 {
    font-size: 1.6rem;
}

.fs18 {
    font-size: 1.8rem;
}

.fs19 {
    font-size: 1.9rem;
}

.fs20 {
    font-size: 2rem;
}

.fs22 {
    font-size: 2.2rem;
}

.fs24 {
    font-size: 2.4rem;
}

.fs26 {
    font-size: 2.6rem;
}

.fs28 {
    font-size: 2.8rem;
}

.fs30 {
    font-size: 3rem;
}

.fs32 {
    font-size: 3.2rem;
}

.fs36 {
    font-size: 3.6rem;
}

.fs40 {
    font-size: 4rem;
}

.fs48 {
    font-size: 4.8rem;
}

.fs50 {
    font-size: 5rem;
}

.fs56 {
    font-size: 5.6rem;
}

.mt15 {
    margin-top: 1.5rem !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt45 {
    margin-top: 4.5rem !important;
}

.mt60 {
    margin-top: 6rem !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: .5rem !important;
}

.mb15 {
    margin-bottom: 1.5rem !important;
}

.mb30 {
    margin-bottom: 3rem !important;
}

.mb45 {
    margin-bottom: 4.5rem !important;
}

.mb60 {
    margin-bottom: 6rem !important;
}

.pl15 {
    padding-left: 1.5rem !important;
}

.pl30 {
    padding-left: 3rem !important;
}

.pr15 {
    padding-right: 1.5rem !important;
}

.pr30 {
    padding-right: 3rem !important;
}

.pt60 {
    padding-top: 6rem !important;
}

.cb {
    clear: both;
}

.oh {
    overflow: hidden !important;
}

.por {
    position: relative;
}

.sect,
.row {
    clear: both;
    overflow: hidden;
}


.fadein {
    opacity: 0;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.fadein01 {
    transform: translate(-500px, 0);
    transition: all 700ms;
}

.fadein02 {
    transform: translate(0, 150px);
    transition: all 400ms;
}

.fadein03 {
    transform: translate(100%, 0);
    transition: all 400ms;
}


.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    visibility: hidden;
    transition: 1s;
    animation-name: fadein;
    animation-duration: 0.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}



/* footer */

footer {
    height: 6rem;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 0;
    width: 100%;
    z-index: 99;
    background: #4a60b7;
}


.copy {
    color:#fff;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 0;
}

#page-top {
    line-height: 1.4;
    position:fixed;
    right: 2rem;
    bottom: 2.6rem;
    z-index: 9;
}


#page-top .fa {
    font-size: 5rem;
    display: block;
    text-align: center;
    opacity: 0.5;
    color:#ccc;
}
@media screen and (max-width: 1025px) {
    .imgSect01,.imgSect02,.imgSect03 {
        background: none;
    }
    #sect01 {
        min-height:100vh;
        background: url(../images/imgSect01.jpg) no-repeat top left 17%;
        background-size: cover;
    }
    #sect03 {
        min-height: 100vh;
        background: url(../images/imgSect02.jpg) no-repeat top left 18%;
        background-size: cover;
    }
    
    #sect05 {
        min-height:100vh;
        background: url(../images/imgSect03_sp.jpg) no-repeat top center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size:50%;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-10 {
        width: 83.33333%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .fs28 {
        font-size: 2.4rem;
    }

    .fs30 {
        font-size: 2.6rem;
    }

    .fs36 {
        font-size: 3.2rem;
    }

    .fs40 {
        font-size: 3.4rem;
    }

    h2 {

        font-size:3rem;
        margin-bottom: 3rem;
    }

    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block;
    }

    header {
        height: 60px;
        width: 100%;
        top: 0;
        left: 0;
        background: none;
    }

    #acMenu dd li {
        padding: 6px 15px;
        margin-bottom: 0;
    }

    header li.major a {
        display: block;
        width: 130px;
    }

    section {
        padding-left: 0;
    }

    
    #sect04{
        text-align: center;
        }
        .sect04Inner {
            margin-top: 30px;
            width: 100%;
            padding-left: 0;
            float:none;
        }
        .sect04Inner h3{
            margin-bottom: 15px;
        }
        #sect04 h4{
            justify-content: center;
        }
        .sect04Inner p{
            text-align: left;
            font-size: 1.8rem !important;
        }
        #sect05{
            display: flex;
            align-items:flex-end;
        }
    #sect06 h2:after {
        top: 5.8rem;
    }

}

@media screen and (max-width: 500px) {
    html {
        font-size:40%;
    }
    
    .h1Outer{
        position:absolute;
        top: 66%; 
        padding: 1rem 1.5rem;
        border-radius:1.5rem;
    }
    .adress p:before {
        top: 0;
        left: -7rem;
        font-size: 7rem;
        margin-right: 1.5rem;
    }
}

@media screen and (max-width: 350px) {
    html {
        font-size:38%;
    }
    .h1Outer{
        width: 96%;
    }
    h1 {
        font-size: 1.6rem;
        margin: 0 auto;
        width: 43.5rem;
        padding: 0;
    }
    h3 span {
        font-size: 2rem;
    }

    
}