/*

■このCSSの役割＝CSS基本ファイル
①/css/main.css（サイト全体使用基本css）

*/


@charset 'UTF-8';


/*------------------------------------------------------------
    font
------------------------------------------------------------*/

.font-noto{
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
}

.font-roboto{
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
}

.font-zen-light {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-zen-regular {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-zen-medium {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-zen-bold {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.font-zen-black {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}


/*------------------------------------------------------------
    animation
------------------------------------------------------------*/

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* fadeInUp */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(1vw);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(1vw);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}




/*------------------------------------------------------------
    Base Fix
------------------------------------------------------------*/

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video,
input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body{
    min-width: 1200px;
    background: #D5E7F6;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.89;
    word-break: break-word;
    color: #101010;
}
body a{
    transition: all .3s;
    text-decoration: none;
}
main{
    width: 100%;
    overflow: hidden;
}
main a{
    transition: all .3s;
    word-break: break-all;
    color: #197FFF;
}
main a:hover{
    transition: all .3s;
}
img{
    max-width: 100%;
    height: auto;
}
.sh{
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
}


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

    body{
        min-width: auto;
    }


}


/*------------------------------------------------------------
    header Parts
------------------------------------------------------------*/

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: all .3s;
}
header.fixed {
    background: #D5E7F6;
}
.header-inner {
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
a.header-logo{

}
a.header-logo:hover{
    opacity: 0.6;
}
.header-logo-symbol{

}
.header-logo-symbol img{

}
.header-logo-notation {
    color: #197FFF;
    font-weight: 700;
    font-size: 15px;
    margin-left: 20px;
    position: relative;
    bottom: 1px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.header-conversion{

}
.header-conversion a{
    width: 200px;
    height: 48px;
    background: #197FFF;
    color: #fff;
    border-radius: 56px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.header-conversion a:hover{
    background: #1a1a1a;
}


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

    .header-conversion a{
        height: 52px;
    }

}

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

    .header-logo-notation{
        font-size: 14px;
    }
    .header-inner{
        padding: 12px 20px;
    }
    .header-logo-notation{
        margin-left: 15px;
    }

}


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

    header{
        background: #D5E7F6;
    }
    .header-inner{
        padding: 16px 10px;
    }
    .header-logo-symbol{
        width: 220px;
    }
    .header-logo-notation{
        font-size: 13px;
        margin-left: 12px;
        bottom: unset;
        top: 3px;
    }
    .header-conversion {
        display: none;
    }
    .header-logo-symbol img{
        display: block;   
    }

}



/*------------------------------------------------------------
    footer Parts
------------------------------------------------------------*/

footer{
    background: #1A1A1A;
}
footer a{
    color: #fff;
}
.footer-inner {
    padding: 56px 40px 64px;
    max-width: 1060px;
    margin: 0 auto;
    box-sizing: border-box;
}
ul.footer-link {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -12px;
}
ul.footer-link li{
    width: 25%;
    box-sizing: border-box;
    padding: 0 12px;
}
ul.footer-link li a{
    border-bottom: 2px solid #197FFF;
    display: block;
    padding: 0 0 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
}
ul.footer-link li a .material-symbols-outlined{
    position: relative;
    font-weight: 400;
    color: #197FFF;
    transition: all .3s;
}
ul.footer-link li a:hover{
    border-bottom: 2px solid #fff;
}
ul.footer-link li a:hover .material-symbols-outlined{
    color: #fff;
}
ul.footer-link li a[target="_blank"] .material-symbols-outlined{
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}
#copyright{
    font-size: 12px;
    color: #999;
    line-height: 1.8;
    text-align: center;
    margin: 64px auto 0;
}
#sp-conversion{
    display: none;
}

ul.banner-list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -12px 48px;
}
ul.banner-list li{
    width: 50%;
    box-sizing: border-box;
    padding: 0 12px;
}
ul.banner-list li a{
    background: #D5E7F6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 20px;
    border-radius: 16px;
    color: #101010;
    border: 1px solid #D5E7F6;
}
ul.banner-list li a:hover{
    border: 1px solid #197FFF;
    background: #fff;
    color: #197FFF;
}
.banner-list-thumb{
    width: 150px;
}
.banner-list-thumb img{
    display: block;
}
.banner-list-content{
    width: calc(100% - 150px);
    box-sizing: border-box;
    padding-left: 24px;
}
.banner-list-name {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
}


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

    .footer-inner{
        padding: 48px 20px 132px;
    }
    ul.footer-link{
        display: block;
        margin: 0;
        border-top: 2px solid #197FFF;
    }
    ul.footer-link li{
        width: 100%;
        padding: 0;
    }
    ul.footer-link li a{
        padding: 16px 0;
        font-size: 15px;
    }
    ul.footer-link li a[target="_blank"] .material-symbols-outlined{
        font-size: 14px;
    }
    #copyright{
        font-size: 10px;
        margin-top: 48px;
    }
    #sp-conversion{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px 20px;
        z-index: 9999;
    }
    #sp-conversion a {
        font-size: 16px;
        width: 100%;
        height: 56px;
        background: #197FFF;
        color: #fff;
        border-radius: 56px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        font-weight: 700;
        font-style: normal;
        margin: auto;
    }

    ul.banner-list{
        display: block;
        margin: 0 0 48px;
    }
    ul.banner-list li{
        width: 100%;
        padding: 0;
    }
    ul.banner-list li:not(:first-of-type){
        margin-top: 16px;
    }

    ul.banner-list li a{
        padding: 12px 12px;
    }
    .banner-list-thumb{
        width: 100px;
    }
    .banner-list-content{
        width: calc(100% - 100px);
        padding-left: 15px;
    }
    .banner-list-name{
        font-size: 15px;
    }

}



/*------------------------------------------------------------
    common Parts
------------------------------------------------------------*/

.pc{
    display: block;
}
.sp{
    display: none;
}

.section-inner{
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}
.section-inner-lg{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}


/* sectionパーツ */

article#main-article{
    padding-top: 140px;
}
article#main-article > section{
    
}
article#main-article > section:not(:first-of-type){
    padding-top: 100px;
}


.section-head{
    margin-bottom: 56px;
}
.section-title {
    font-size: 36px;
    line-height: 1.5;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    position: relative;
}

.section-head-title {
    text-align: center;
    font-size: 45px;
    line-height: 1.6;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #197FFF;
}


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

    .pc{
        display: none !important;
    }
    .sp{
        display: block;
    }
    .section-inner{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .section-inner-lg{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .section-title {
        font-size: 28px;
        padding-left: 32px;
    }
    .section-head{
        margin-bottom: 40px;
    }

    article#main-article{
        padding-top: 72px;
    }
    article#top-article > section{
        padding-top: 72px;
    }
    article#main-article > section:not(:first-of-type){
        padding-top: 72px;
    }

    .section-head{
        margin-bottom: 32px;
    }
    .section-head-title{
        font-size: 28px;
    }



}

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

    

}



/*------------------------------------------------------------
    #main-visual｜section Parts
------------------------------------------------------------*/

#main-visual-decorate {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 1200px;
    min-width: 1200px;
}
#main-visual-box {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    z-index: 9;
    padding-top: 92px;
}

#main-visual-slider {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    border-radius: 40px;
}
.slide-item{
    height: 512px;
    border-radius: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-visual-copy {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 60px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.35);
    line-height: 1;
    margin-top: 32px;
}

.swiper-pagination{
    z-index: 99;
    bottom: 12px !important;
}
.swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 6px !important;
}
.swiper-pagination-bullet-active{
    background: #197FFF;
}


/* ver2 */
#main-visual-img-wrap {
    position: relative;
    margin-bottom: -100px;
    margin-top: -2%;
}
.main-visual-img {
    max-width: 1470px;
    margin: 0 auto;
    position: relative;
}
#main-visual-img-wrap .main-visual-copy {
    position: absolute;
    bottom: 15.5vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
}

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

    #main-visual-img-wrap .main-visual-copy{
        bottom: 24%;
    }
    #main-visual-img-wrap {
        margin-top: 0%;
    }

}


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

    #main-visual-img-wrap .main-visual-copy{
        bottom: 24%;
    }

}


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

    #main-visual {
        padding-top: 60px;
    }
    #main-visual-decorate{
        min-width: auto;
        top: 120px;
    }
    #main-visual-box{
        padding-top: 0;
    }

    #main-visual-slider{
        border-radius: 24px;
        margin: 0 10px;
    }
    .slide-item{
        height: 56vw;
        border-radius: 0;
    }

    .main-visual-copy{
        font-size: 9vw;
        margin-top: 16px;
        line-height: 1.35;
    }
    .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }

    /* ver2 */
    .main-visual-img {
        height: 100vw;
        background-image: url(../img/main_visual.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    #main-visual-img-wrap {
        margin-bottom: -40px;
        margin-top: -32px;
    }
    #main-visual-img-wrap .main-visual-copy {
        bottom: 18%;
        text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.55);
    }

}


/*------------------------------------------------------------
    #message｜section Parts
------------------------------------------------------------*/

section#message{
    padding-bottom: 160px;
    position: relative;
    max-width: 1470px;
    margin: auto;
}
#message-box{
    position: relative;
    z-index: 9;
}
#message-box p{
    text-align: center;
    font-size: 20px;
    line-height: 2.4;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
}
#message-box p:not(:first-of-type){
    margin-top: 48px;
}

#message-decorate {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#message-decorate img {
    display: block;
    border-radius: 32px;
}
#photo01 {
    position: absolute;
    top: 14%;
    left: 0;
}
#photo01 img{
    width: 360px;
    height: 360px;
    object-fit: cover;
}
#photo02 {
    position: absolute;
    top: 36%;
    right: 0;
}
#photo02 img{
    width: 360px;
    height: 360px;
    object-fit: cover;
}
#photo03 {
    position: absolute;
    bottom: 11%;
    left: 0%;
}
#photo03 img{
    width: 360px;
    height: 360px;
    object-fit: cover;
}


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

    

}

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

    #photo01 {
        top: 14%;
        left: 0;
    }
    #photo01 img{
        width: 320px;
        height: 320px;
    }
    #photo02 {
        top: 36%;
        right: 0;
    }
    #photo02 img{
        width: 320px;
        height: 320px;
    }
    #photo03 {
        bottom: 11%;
        left: 0%;
    }
    #photo03 img{
        width: 320px;
        height: 320px;
    }

}

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

    #photo01 {
        top: 14%;
        left: 0;
    }
    #photo01 img{
        width: 280px;
        height: 320px;
    }
    #photo02 {
        top: 36%;
        right: 0;
    }
    #photo02 img{
        width: 240px;
        height: 320px;
    }
    #photo03 {
        bottom: 11%;
        left: 4%;
    }
    #photo03 img{
        width: 280px;
        height: 320px;
    }

}

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

    .message-decorate-parts{
        position: relative !important;
        text-align: center !important;
        width: 100% !important;
        left: unset !important;
        right: unset !important;
    }
    .message-decorate-parts img{
        width: 75%;
        margin-top: 8px;
    }
    #message-box p {
        text-align: left;
        font-size: 16px;
        line-height: 1.89;
    }
    #message-box p:not(:first-of-type) {
        margin-top: 12px;
    }
    section#message{
        padding-bottom: 0;
    }

    #message-photo-sp{
        padding-top: 40px;
        margin: 0 -20px;
    }
    #message-photo-sp img{
        display: block;
    }

}






/*------------------------------------------------------------
    #recruitinfo｜section Parts
------------------------------------------------------------*/

section#recruitinfo{
    background: #fff;
}
section#recruitinfo .section-head{
    margin-bottom: 32px;
}

#recruitinfo-main {
    padding-bottom: 100px;
}
.recruitinfo-main-text{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.main-btn{
    text-align: center;
    margin-top: 48px;
}
.main-btn a{
    width: 400px;
    height: 68px;
    background: #197FFF;
    color: #fff;
    border-radius: 56px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    margin: auto;
}
.main-btn a:hover{
    background: #1a1a1a;
}


#recruitinfo-sub{
    background: #197FFF;
    padding: 64px 0;
}
.recruitinfo-sub-text {
    text-align: center;
    color: #fff;
}
#recruitinfo-contact {
    margin-top: 24px;
}
.recruitinfo-contact-info {
    font-size: 15px;
    max-width: 680px;
    text-align: left;
    margin: 0 auto;
    padding: 32px 40px;
    background: #fff;
    box-sizing: border-box;
    line-height: 2;
    border-radius: 4px;
}
.recruitinfo-contact-info a.tel {
    pointer-events: none;
    color: #1a1a1a;
}
.recruitinfo-contact-info a.mail{
    text-decoration: underline;
}
.recruitinfo-contact-info a.mail:hover{
    text-decoration: none;
    opacity: 0.6;
    color: #1a1a1a;
}

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

    .recruitinfo-contact-info a.tel {
        pointer-events: auto;
        color: #197FFF;
    }
    .recruitinfo-main-text{
        font-size: 15px;
    }
    .main-btn{
        margin-top: 32px;
    }
    .main-btn a{
        font-size: 16px;
        width: 100%;
        height: 56px;
    }
    #recruitinfo-main{
        padding-bottom: 72px;
    }
    .recruitinfo-contact-info {
        font-size: 13px;
        padding: 24px 20px;
    }
    #recruitinfo-sub{
        padding: 48px 0;
    }
    .recruitinfo-sub-text{
        font-size: 14px;
    }

}






