@charset "utf-8";

.sw-breadList {
    margin: 2%;
    font-size: 11px;
}

.sw-PageIntro {
    background-image: url(../img/main.jpg);
    background-size: cover;
}



.sw-inner {
    width: 95%;
    margin: 0 auto;
}

.sw-PageTit {
    text-align: center;
    margin: 0 auto;
}

.sw-PageTit figure {
    width: 50%;
    margin: 10% auto 0;
}

.sw-PageTit figure img {
    width: 50%;
}

.sw-PageTit h2 {
    margin-top: 1%;
    font-family: 'Cormorant', serif;
    font-size: 30px;
    line-height: 40px;
    color: #203133;
}
.sw-PageTit h4 {
    font-size: 15px;
    line-height: 36px;
    color: #80BAC0;
}

.sw-PageTit .box {
    margin-top: 5%;
}

.sw-PageTit .box p {
    font-size: 12px;
    line-height: 24px;
    width: 95%;
    margin: 0 auto;
    text-align: left;
}

@media screen and (min-width: 768px) {
   
}

@media screen and (min-width: 1024px) {
.st-Content .sw-wrapper {
    width: 100%;
    margin: 0 auto;
    }
    
    .sw-breadList {
        font-size: 14px;
        text-align: center;
    }
    
    .sw-PageIntro {
    height:25vw;
    background-position-y: 90%;
    }


      .sw-PageTit figure {
    width: 380px;
    margin: 120px auto 0;
    }

    
    .sw-PageTit h2 {
    font-size: 48px;
    line-height: 80px;
    }
    
    .sw-PageTit h4 {
    font-size: 18px;
    }
    
 .sw-PageTit .box p {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    }
}

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

@media screen and (min-width: 1400px) {
    
   
    .sw-PageIntro {
    height: 400px;
    }

}
/************************************************

conceptInf   section/コンセプトインフォ

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

.conceptInf {
    margin: 20% 0 0 0;
    padding: 5% 0;
    /*background-color: rgba(128,186,192,0.1);*/
}

.conceptInf::after {
    position: absolute;
    display: block;
    width: 50%;
    height: 160vw;
    margin: 0;
    left: 50%;
    top: 570px;
    background-color: rgba(128,186,192,0.1);
    content: "";
}

.conceptInf .sw-wrapper {
    width: 95%;
    margin: 0 auto;
}

.conceptInf .sw-wrapper figure {
    width: 95%;
    margin: 10% auto 5%;
}

.conceptInf .sw-wrapper .sw-inner {
    width: 95%;
    margin: 0 auto;
}

.conceptInf .sw-wrapper .box {
    width: 100%;
    margin: 2% auto;
    padding: 2% 0;
}
.conceptInf p.pointTit {
    top: 574px;
    left: 16px;
    position: absolute;
    font-size: 47px;
    font-family: 'Cormorant', serif;
    text-align: left;
    line-height: 0.8;
    color: #80BFC5;
}

.conceptInf .sw-wrapper .box p {
    color: #203133;
    font-size: 12px;
    line-height: 24px;
    border-left: 1px solid #333;
    padding: 10px 0 10px 10px;
}

.conceptInf .sw-wrapper h5 {
    font-weight: normal;
    font-size: 20px;
    color: #80BAC0;
    letter-spacing: 0.02em;
    line-height: 26px;
}

.conceptInf .sw-wrapper h6 {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    margin: 4% 0;
}

@media screen and (min-width: 768px) {
    
    .conceptInf {
   position: relative;
}
    
    
.conceptInf p.pointTit {
    top: 30px;
    left: 5%;
    position: absolute;
    font-size: 70px;
}
    
.conceptInf .sw-wrapper .box {
    width: 100%;
    margin: 0 auto 2%;
    padding: 2% 0;
}

.conceptInf .sw-wrapper .box p {
    font-size: 16px;
    line-height: 28px;
    padding: 20px 10px;
}

.conceptInf::after {

    height: 120vw;
    margin: 0;
    left: 50%;
    top: 30px;
}
    
    .conceptInf .sw-wrapper h5 {
    font-weight: normal;
    font-size: 30px;
    line-height: 42px;
    color: #80BAC0;
    letter-spacing: 2px;
}

.conceptInf .sw-wrapper h6 {
    font-size: 20px;
}
    
}


@media screen and (min-width: 1024px) {
    
    .conceptInf {
    margin: 2% 0 0;
    position: relative;
    }
    
   .conceptInf .sw-wrapper figure {
    width: 46%;
    margin: 7% 0;
    float: left;
    }
    
    .conceptInf .sw-wrapper .sw-inner {
    width: 100%;
    margin: 0 0 0 16%;
    padding: 5% 0 3% 15%;
    background-color: rgba(128,186,192,0.1);
    z-index: -1;
}
    
    .conceptInf p.pointTit {
    top: 30px;
    left: 2%;
    font-size: 70px;
}
    .conceptInf .sw-wrapper .box {
    width: 85%;
    margin: 0;
    padding: 2% 5% 4% 22%;
    }
    
    .conceptInf .sw-wrapper .box p {
    font-size: 13px;
    margin: 0 0 0 2%;
    line-height: 28px;
}

    .conceptInf .sw-wrapper h6 {
    width: 80%;
    /*font-size: 24px;*/
    line-height: 36px;
    letter-spacing: 2.4px;
    padding-left: 22%;
    margin:2% 0;
    }
    .conceptInf .sw-wrapper h5 {
    width: 90%;
    font-size: 30px;
    line-height: 44px;
    padding-left: 22%;
    letter-spacing: 1px;
    }
    
    .conceptInf::after {
        display: none;
    }
 }

@media screen and (min-width: 1280px) {
    
    .conceptInf p.pointTit {
    top: 60px;
    left: 2%;
    font-size: 70px;
}
   .conceptInf .sw-wrapper .sw-inner {
    width: 100%;
    margin: 0 0 0 25%;
    padding: 3% 0 3% 3%;
    background-color: rgba(128,186,192,0.1);
    z-index: -1;
    }
    
    .conceptInf .sw-wrapper figure {
    width: 40%;
    margin: 7% 0 7% 5%;
    float: left;
    }
    
    .conceptInf .sw-wrapper .box {
    width: 70%;
    margin: 0;
    padding: 0 5% 4% 22%;
    }
    
    .conceptInf .sw-wrapper .box p {
    font-size: 13px;
    margin: 0 0 0 2%;
    line-height: 28px;
    padding: 8px 10px;
}
    
}

@media screen and (min-width: 1400px) {
   .conceptInf .sw-wrapper .sw-inner {
    width: 1280px;
    margin: 0 0 0 20%;
    padding: 10% 0 6% 14%;
    background: none;
}
  .conceptInf p.pointTit {
    top: 5%;
    left: 1%;
    font-size: 100px;
}
    
    .conceptInf .sw-wrapper figure {
    width: 50%;
    margin: 7% 0;
    float: left;
}
    
   .conceptInf .sw-wrapper {
    width: 1280px;
    margin: 0 auto;
    }
    
    .conceptInf .sw-wrapper .box {
    width: 68%;
    margin: 2% auto;
    padding: 0 5% 4% 10%;
    }
    
   .conceptInf .sw-wrapper .box p {
    width: 96%;
    font-size: 14px;
    margin: 0;
    line-height: 28px;
    }
    
     .conceptInf .sw-wrapper h6 {
    width: 80%;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 2.4px;
    padding-left: 25%;
    }
    .conceptInf .sw-wrapper h5 {
    width: 80%;
    font-size: 30px;
    line-height: 44px;
    padding-left: 25%;
    letter-spacing: 3px;
    }
    
    .conceptInf::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 35vw;
    margin: 0;
    left: 35%;
    top: 100px;
    background-color: rgba(128,186,192,0.1);
    content: "";
}
}

@media screen and (min-width: 1920px) {
    
    .conceptInf p.pointTit {
    top: 9%;
    left: 11%;
    font-size: 100px;
}
    
    .conceptInf::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 30vw;
    margin: 0;
    left: 35%;
    top: 100px;
    background-color: rgba(128,186,192,0.1);
    content: "";
    z-index: -1;
    }
    
}

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

mission   section/ミッション

************************************************/
.mission {
    margin: 10% 0 0;
    padding: 5% 0;
    position: relative;
}

.mission .sw-wrapper {
    width: 95%;
    margin: 0 auto;
}

.mission .sw-wrapper .sw-inner {
    /*background-color: rgba(128,186,192,0.1);*/
    padding-bottom: 10%;
}

.mission .sw-wrapper .sw-inner::after {
   position: absolute;
    display: block;
    width: 50%;
    height: 65vw;
    margin: 0;
    left: 5%;
    z-index: -1;
    top: 210px;
    background-color: rgba(128,186,192,0.1);
    content: "";
}
.mission .sw-wrapper figure {
    width: 95%;
    margin: 5% auto 0;
}

.mission .sw-wrapper h5 {
    margin-top: 3%;
    font-size: 20px;
    color: #80BAC0;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.1em;
    font-weight: normal;
}

.mission p {
    font-size: 47px;
    font-family: 'Cormorant', serif;
    text-align: center;
    line-height: 36px;
    color: #80BFC5;
    margin-top: 5%;
}

@media screen and (min-width: 768px) {
    
    .mission {
   position: relative;
}


.mission .sw-wrapper .sw-inner::after {
    width: 50%;
    height: 55vw;
    top: 400px;
}
.mission .sw-wrapper figure {
    width: 95%;
    margin: 5% auto 0;
}

.mission .sw-wrapper h5 {
    font-size: 28px;
    line-height: 40px;
    }

.mission p {
    font-size: 72px;
    line-height: 60px;
    margin-top: 2%;
}
    
}

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

.mission .sw-wrapper figure {
    width: 70%;
    margin: 0;
    float: left;
    }

.mission {
    margin: 0;
    height: 600px;
    position: relative
    }
    
    .mission .sw-wrapper {
    width: 85%;
    margin: 0 auto;
}

    
.mission .sw-wrapper .sw-inner .missionWord {
   display: block;
    z-index: 3;
    bottom: 30%;
    left: 50%;
    /* text-align: left; */
    position: absolute;
}
.mission .sw-wrapper .sw-inner::after {
    position: absolute;
    display: block;
    width: 320px;
    height: 235px;
    margin: 0;
    left: 60%;
    z-index: -1;
    top: 198px;
    background-color: rgba(128,186,192,0.1);
    content: "";
}
    
.mission .sw-wrapper h5 {
   font-size: 22px;
    line-height: 30px;
    letter-spacing: 3px;
    }

.mission p {
   font-size: 78px;
    line-height: 60px;
}
}

@media screen and (min-width: 1280px) {
    
    .logoDesign .sw-wrapper {
    display: block;
    }
    
    .mission .sw-wrapper .sw-inner .missionWord {
     bottom: 100px;
    position: absolute;
    }
    
    .mission .sw-wrapper .sw-inner::after {
    top: 308px;
    }
    
    .logoDesign .sw-wrapper figure {
    width: 45%;
    margin: 0 4%;
    padding: 0;
    float: right;
}
    
.logoDesign .sw-wrapper h6 {
    font-size: 40px;
    line-height: 40px;
    margin: 3% 0;
}
    
}

@media screen and (min-width: 1400px) {
    
    .mission {
    margin: 0 0 10%;
    position: relative;
    }
    .mission .sw-wrapper {
    display: block;
    width: 1280px;
    margin: 0 auto;
    height: 565px;
}
   .mission .sw-wrapper figure {
    width: 70%;
    margin: 0;
    float: left;
    }
  .mission .sw-wrapper .sw-inner .missionWord {
    display: block;
    z-index: 3;
    top: 55%;
    left: 50%;
    /* text-align: left; */
    position: absolute;
}
.mission .sw-wrapper .sw-inner::after {
    position: absolute;
    display: block;
    width: 350px;
    height: 320px;
    margin: 0;
    left: 65%;
    z-index: -1;
    top: 49%;
}
    
mission .sw-wrapper h5 {
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 3px;
    }

.mission p {
    font-size: 100px;
    line-height: 76px;
}

}

@media screen and (min-width: 1920px) {
    .mission .sw-wrapper .sw-inner .missionWord {
    display: block;
    z-index: 3;
    top: 63%;
    left: 50%;
    /* text-align: left; */
    position: absolute;
}
    
    .mission .sw-wrapper .sw-inner::after {
    position: absolute;
    display: block;
    width: 350px;
    height: 320px;
    margin: 0;
    left: 62%;
    z-index: -1;
    top: 57%;
}
}
/************************************************

logoDesign   section/ロゴデザイン

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

.logoDesign {
    margin: 12% 0 25%;
    padding: 5% 0;
    background-color: rgba(128,186,192,0.1);
}

.logoDesign .sw-wrapper {
    width: 95%;
    padding: 5% 0;
    margin: 0 auto;
    background-color: #ffffff;
}

.logoDesign .sw-wrapper figure {
    width: 90%;
    margin: 5% auto;
}

.logoDesign .sw-wrapper .sw-inner{
    width: 90%;
    margin: 0 auto;
}

.logoDesign .sw-wrapper .box {
    margin: 0 auto;
}

.logoDesign .sw-wrapper .box p {
    font-size: 12px;
    line-height: 24px;
}


.logoDesign .sw-wrapper .box p span {
    color: #80bbc1;
}


.logoDesign .sw-wrapper h6 {
    font-size: 24px;
    font-family: 'Cormorant', serif;
    text-align: left;
    line-height: 40px;
    margin: 8% 0 5%;
}

.logoDesign .sw-wrapper h6::after {
    display: block;
    width: 40px;
    height: 1px;
    margin: 8px 0 10px 0;
    background-color: #203133;
    content: "";
}

@media screen and (min-width: 768px) {
    
    .logoDesign .sw-wrapper figure {
    width: 100%;
    text-align: center;
    margin: 5% auto;
    }
    .logoDesign .sw-wrapper .sw-inner {
    width: 85%;
    margin: 0 auto;
}
    
    .logoDesign .sw-wrapper h6 {
    font-size: 40px;
    line-height: 40px;
    margin: 5% 0 5%;
    }
    
    .logoDesign .sw-wrapper .box p {
    font-size: 16px;
    line-height: 32px;
    }

}

@media screen and (min-width: 1024px) {
    
   .logoDesign {
    width: 80%;
    margin: 6% auto 13%;
    padding: 3% 1%;
}
    
    .logoDesign .sw-wrapper {
    width: 95%;
    }
    
    .logoDesign .sw-wrapper .sw-inner {
    width: 95%;
    margin: 0 auto;
}
    .logoDesign .sw-wrapper figure {
    width: 50%;
    margin: 0 4%;
    padding: 0;
    float: right;
    }
    
    
    
   .logoDesign .sw-wrapper h6 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 3%;
}
    .logoDesign .sw-wrapper h6::after {
    width: 60px;
    height: 2px;
    }
    
    .logoDesign .sw-wrapper .box p {
    font-size : 13px;
    line-height : 24px;
   }

}

@media screen and (min-width: 1400px) {
  .logoDesign {
    width: 1100px;
    margin: 3% auto 13%;
    padding: 2% 1%;
}
    
    .logoDesign .sw-wrapper {
    width: 1020px;
    }
    .logoDesign .sw-wrapper figure {
    width: 470px;
    margin: 0 4%;
    padding: 0;
    float: right;
    }
    
    
   .logoDesign .sw-wrapper h6 {
    font-size: 48px;
    line-height: 80px;
    margin: 0 0 3%;
}
    .logoDesign .sw-wrapper h6::after {
    width: 60px;
    height: 2px;
    }
    
    .logoDesign .sw-wrapper .box p {
    font-size : 14px;
    line-height : 28px;
   }
}