@charset "UTF-8";
/* CSS Document */

/*---------------------

ボディ

---------------------*/
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    font-size: 1.6rem;
	line-height: 2;
    font-weight: 400;
    font-style: 500;
	color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
/*    overflow: hidden;*/
}
/*---------------------

一部ページ翻訳機能を非表示

---------------------*/
.term-specification .languages-li,
.post-type-archive-cas .languages-li,
.category-news .languages-li,
.post-template-default .languages-li,
.post-type-archive-recruit .languages-li,
.post-type-archive-recruit .languages-li,
.page-template-page-history .languages-li,
.page-template-page-entry .languages-li,
.post-type-archive-newcase .languages-li,
.page-template-page-alumite .languages-li,
.post-type-archive-gallery .languages-li,
.post-type-archive-faq .languages-li,
.term-newgraduate .languages-li,
.entry .languages-li{
    display: none;
}

/*---------------------

画面幅

---------------------*/
.wrap {
/*    max-width: 1200px;*/
    margin: 0 auto;
    padding: 0 10%;
/*    width: 100%;*/
}


/*---------------------

余白

---------------------*/
.block {
    padding: 100px 0;
    display: block;
}
.block-bottom{
    padding-bottom: 100px;
}
.block-top{
    padding-top: 100px;
}


/*---------------------

レスポンシブ

---------------------*/
.pconly {
    display: block;
}
.sponly {
    display: none;
}

/*---------------------

共通クラス

---------------------*/
.center {
    text-align: center;
}
.center img{
    margin: 0 auto;
}
.bold{
	font-weight: bold;
}
small{
    font-size: 1.2rem;
}
a{
    transition: .4s;
}
ul{
	list-style: none;
}
div,
li,
a{
    box-sizing: border-box;
}
iframe{
    max-width: 100%;
    height: auto;
}
/*---------------------

ボタン動き

---------------------*/
a,
a::before,
a::after{
	transition: .4s;
    box-sizing: border-box;
/*    display: block;*/
}
div{
    box-sizing: border-box;
}
a:hover{
/*    opacity: .6;*/
}

/*---------------------

見出しは太く

---------------------*/
h1,h2,h3,h4{
    font-weight: 600;
}

/*---------------------

白文字・青文字・薄青文字

---------------------*/
.white{
    color: #fff;
}
.sky{
    color: #52F8F0;
}
.blue{
    color: #005AAD;
}

/*---------------------

PCだけフレックス

---------------------*/
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.flex-box {
	display: flex;
}
/*---------------------

明朝体にする

---------------------*/
.en{
    font-family: 'Cormorant Garamond', serif;
}
/*---------------------

英語ページなら全ページフォント変更

---------------------*/
body#locale{
    font-family: 'Roboto', sans-serif;
}
/*---------------------

英語だけRoboto

---------------------*/
.roboto{
    font-family: 'Roboto', sans-serif;
}

/*---------------------

フワッとあがる動き
エラーが起きるため停止

---------------------*/
/*

.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
*/
/*---------------------

ボタン

---------------------*/
.btnarea{
    margin-top: 60px;
}
.btnarea.center{
    text-align: center;
}
.btn{
    background: #005AAD;
    padding: 17px 0px;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    box-sizing: border-box;
    border:  #005AAD solid 1px;
    max-width: 288px;
    width: 100%;
    font-weight: 600;
}
.btn::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: #005AAD;
   right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn:hover{
    background: #fff;
    color: #005AAD;
}
.btn:hover::before{
    background: #005AAD;   
}
.btn.white{
    background: #fff;
    color:#005AAD;
    border:  none;
}
.btn.white::before{
    background: #005AAD;
}
.btn.white::after{
    background: #fff;
}
.btn.white:hover{
    background: #005AAD;
    color: #fff;
}
.btn.white:hover::before{
    background: #fff;
    
}

/*---------------------

トップページのセクション見出し

---------------------*/
.ttlarea{
    margin-bottom: 60px;
    color: #005AAD;
}
.ttlarea .ja-ttl{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px;
}
.ttlarea .ja-ttl::before{
    display: inline-block;
    margin-right: 10px;
    width: 25px;
    background: #005AAD;
    height: 1px;
    margin-bottom: 0.7rem;
    content:"";
}
.ttlarea .ja-ttl.sky::before{
    background: #52F8F0;
}
.ttlarea .ja-ttl.white::before{
    background: #fff;
}
.ttlarea .ttl{
    font-size: 7rem;
    font-weight: 600;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
.ttlarea .subcopy{
    font-size: 3rem;
    font-weight: 600;
    margin-top: 10px;
    color: #000;
}
/*---------------------

下層ページのセクション見出し

---------------------*/
.ttlarea .secttl{
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
}


/*---------------------

ヘッダー

---------------------*/

header{
    position: relative;
}
header .logo img:nth-child(2){
    display: none;
}
header .logo.active {
    opacity: 1;
}
.header-nav{
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px 20px;
    width: 100%;
    margin: 0 auto;
    z-index: 111111111;
    transition: .4s;
    max-width: 1920px;
}
.header-nav.active{
    background: #fff;
    box-shadow: 0px 0px 15px -5px rgba(0,90,173,0.5);
}
header .header-nav.active nav ul li{
    color: #05142B;
}
header .header-nav.active nav ul li .switch li{
    color: #005AAD;
}
header .header-nav.active .logo img:nth-child(1){
    display: none;
}
header .header-nav.active .logo img:nth-child(2){
    display: block;
}

header nav{
    width: 70%;
}
header nav ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.home header nav ul li{
    color: #025faf
}
header nav ul li{
    text-align: center;
    line-height: 1;
/*    width: 12%;*/
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
}
header nav ul li span{
    display: block;
    font-size: 1.3rem;
}
header nav ul li.has-child{
    cursor: pointer;
    position: relative;
}
/*2階層目を持つliの矢印の設定*/
header nav  ul li.has-child::after{
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
}
.home header nav  ul li.has-child::after{
    color: #025faf;
}
header .header-nav.active  ul li.has-child::after{
    color: #000;
}

/*== 2・3階層目の共通設定 */
@media screen and (min-width:1025px){
    /*下の階層を持っているulの指定*/
    header nav ul li.has-child .navitem{
        display: block;
        /*絶対配置で位置を指定*/
      position: absolute;
      left:0;
      top:40px;
      z-index: 4;
        /*形状を指定*/
      background:#E8E8E8;
      width:180px;
        /*はじめは非表示*/
      visibility: hidden;
      opacity: 0;
        /*アニメーション設定*/
      transition: all .3s;
    }
    /*hoverしたら表示*/
    header nav li.has-child:hover > ul,
    header nav li.has-child ul li:hover > ul,
    header nav li.has-child:active > ul,
    header nav li.has-child ul li:active > ul{
      visibility: visible;
      opacity: 1;
    }
    header nav ul li.has-child .navitem li a{
        padding: 15px;
        font-size: 1.4rem;
        border-bottom: solid 1px #fff;
        width: 100%;
        display: block;
        color: #000;
        font-weight: 500;
        text-align: left;
    }
    header nav ul li.has-child .navitem li a:hover{
        background: #fff;
        color: #005AAD;
    }
}
.contact-btn{
    border-radius: 50px;
    display: flex;
    padding: 15px 26px;
    display: block;
    color: #fff!important;
    justify-content: center;
    align-items: center;
    background: rgb(0,90,173);
    background: linear-gradient(74deg, rgba(0,90,173,1) 0%, rgba(82,248,240,1) 100%);
}
.contact-btn i{
    padding-right: 7px;
}
.switch li{
    color: #52F8F0;
    font-size: 1.6rem;
}
.switch li:first-of-type{
    border-right: 1px solid #52F8F0;
    padding-right: 10px;
}
.switch li:last-of-type{
    padding-left: 10px;
}



/*---------------------

パンクズリクス

---------------------*/
.breadcrumb{
    background: #F8F8F8;
    font-size: 13px;
    color: #767676;
}

/*---------------------

ファーストビュー

---------------------*/
header{
/*    height: 70vh;*/
    width: 100%;
    background: -webkit-linear-gradient(4deg, rgba(2,47,88,1) 0%, rgba(0,90,173,1) 100%);
    background: -o-linear-gradient(4deg, rgba(2,47,88,1) 0%, rgba(0,90,173,1) 100%);
    background: linear-gradient(94deg, rgba(2,47,88,1) 0%, rgba(0,90,173,1) 100%);
    color: #fff;
    max-width: 1920px;
    margin: 0 auto;
}
.home header{
    background: url("../images/header/2st-firstview_pc.jpg")no-repeat;
    background-size: 70% 100%;
    background-position: top right;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.single header .page-ttl{
    font-size: 4rem;
    word-wrap: break-word;
}
header .pagettlarea{
    padding: 160px 20px 100px;
    text-align: center;
    line-height: 1.1;
}
header .ja-ttl{
    font-size: 2rem;
}
header .page-ttl{
   text-transform:uppercase;
    word-wrap: break-word;
    font-size: 7rem;
    font-weight: 700;
    
}
header .pagettl .ja{
    font-size: 2rem;
}
.home header .pagettl{
    right: 0;
    left: 0;
    line-height: 1.4;
    bottom: auto;
    letter-spacing: 0.16em;
    margin: auto;
    top: 40%;
    font-size: 3rem;
    text-align: center;
}
.home header .mainarea{
    position: absolute;
    margin: 0 auto;
    top: 25%;
/*    bottom: 0;*/
    left: 0;
    right: 0;
    padding: 0 10%;
    color: #004f8a;
    text-shadow: 
        #fff 1px 1px 10px, #fff -1px 1px 10px,
        #fff 1px -1px 10px, #fff -1px -1px 10px;
}
.home header .mainarea .roboto{
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 10px;
}
.home header .mainarea h1{
    font-size: 7rem;
    font-weight: 700;
    line-height: 1.3;
    margin-left: -4px;
}
.home header .mainarea .subcopy{
    font-size: 2rem;
    margin-top: 30px;
}
.home header .obi{
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #05142B;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}


/*---------------------

ページトップ

---------------------*/
#page_top a{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0,90,173,1);
    width: 50px;
    height: 50px;
    z-index: 1000;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0px 0px 15px -5px rgba(41,42,44,0.6);
    opacity: 0.8;
    color: #fff;
}
#page_top a::before{
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    margin: auto;
    right: 0;
    left:0;
/*    bottom: 0;*/
    line-height: 50px;
}
#page_top a:hover{
    opacity: 1;
}

/*---------------------

固定問い合わせエリア

---------------------*/
#contact .item{
    width: 50%;
    padding: 100px 0 100px;
}
#contact .contact{
    background: url("../images/common/cta-contact-bg_pc.jpg")no-repeat;
    background-size: cover;
}
#contact .recruit{
    background: url("../images/common/cta-recruit-bg_pc.jpg")no-repeat;
    background-size: cover;
}
#contact .ttlarea .ja-ttl::before{
    display: none;
}
#contact .ttlarea .ja-ttl{
    margin-top: 6px;
    margin-bottom: 0;
}



/*---------------------

フッター

---------------------*/
#group{
    background: #E6E6E6;
    padding: 50px 0;
}
#group .wrap.flex{
    align-items: center;
    justify-content: space-between;
}
#group .btnarea{
    margin: 0;
    width: 40%;
    text-align: right;
}
#locale #group .btn{
    max-width: 400px;
}
#group .ttlarea{
    align-items: center;
    width: 40%;
    margin: 0;
    justify-content: flex-start;
}
#group .ttlarea .ja-ttl{
    margin-bottom: 0;
    padding-left: 20px;
}



footer{
    background: #032E55;
    padding: 90px 0 20px;
    color: #fff;
}
footer .wrap{
    justify-content: space-between;
    align-items: flex-start;
}
footer .logo{
    width: 20%;
}
footer .logo a{
    margin-bottom: 30px;
    display: block;
}
footer .menu{
    width: 66%;
    display: flex;
    justify-content: flex-end;
}
footer .menu ul{
    margin-right:8%;
}
footer .menu ul:last-of-type{
    margin-right: 0;
}
footer .footermenu li {
    display: block;
    margin-bottom: 6px;
}
footer .footermenu li a:hover{
    opacity: .6;
}
footer .footermenu li a::before{
    content: "";
    height: 1px;
    background: #fff;
    width: 10px;
    margin-right: 4px;
    top: 40%;
    display: inline-block;
    margin-bottom: 4px;
}
footer .footermenu li.menuttl a::before{
    display: none;
}
footer .footermenu li.menuttl{
    font-size: 1.8rem;
    font-weight: 600;
}
footer small{
    text-align: center;
    margin-top: 60px;
    display: block;
}




@media screen and (max-width:1500px){
    header nav{
        width: 80%;
    }
}
@media screen and (max-width:1280px){
    header nav ul li{
        font-size: 1.4rem;
    }
}
@media screen and (max-width:1200px){
    .wrap{
        padding: 0 5%;
    }
}

@media screen and (max-width:1024px){
    header nav ul li.has-child::after{
        display: none;
    }
    .header-nav.active .hamburger-menu__bar{
        background: #005AAD;
    }
    .header-nav.active .hamburger-menu--open .hamburger-menu__bar{
        background: #fff;
    }
    header .header-nav.active nav ul li{
        color: #fff;
    }
	.pconly{
		display: none;
	}
	.sponly{
		display: block;
	}
    .flex{
        display: block;
    }
    .home header .mainarea{
        padding: 0 5%;
    }
    .home header .mainarea h1{
        font-size: 7rem;
    }

    

   /*-----------------------

    ハンバーガーメニュー

    -----------------------*/
    .hamburger-menu {
      width: 50px;
      height: 20px;
      position: relative;
      border: none;
      background: none;
      appearance: none;
      padding: 0;
      cursor: pointer;
        z-index: 999999999;
    }
    .hamburger-menu--open.hamburger-menu{
/*        background: #fff;*/
    }
    .hamburger-menu__bar {
      display: inline-block;
      width: 44%;
      height: 2px;
      background: #005AAD;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: .5s;
    }
    .hamburger-menu__bar:first-child {
      top: 0;
    }
    .hamburger-menu__bar:nth-child(2) {
      top: 8px;
    }
    .hamburger-menu__bar:last-child {
      top: 16px;
    }
    .hamburger-menu--open .hamburger-menu__bar {
      top: 50%;
    }
    .hamburger-menu--open .hamburger-menu__bar:first-child {
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }
    .hamburger-menu--open .hamburger-menu__bar:last-child {
      transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    }
    .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
      display: none;
    }
    #header .nav {
/*      background: #eaf8ff;*/
position: fixed;
        right:0;
        top: 0;
        height: 100vh;
      width: 30%;
      z-index: 9999999;
        right: -100%;
        padding: 100px 30px 60px;
        height: 100vh;
        display: none;
         padding-bottom: 100px;
        overflow: scroll;
    }
    #header .nav.open{
        height: 100vh;
        display: block;
        right: 0;
        border-radius: 0;
        width: 100%;
        background: #022F58;
        box-sizing: border-box;   
    }
    #header .nav ul {
        display: block;
      list-style: none;
      padding: 0;
      margin: 0;
        border: none;
        width: 100%;
    }
    #header nav ul li{
        text-align: left;
        font-size: 1.6rem;
    }
    #header .nav ul li a{
        width: 100%;
        padding: 20px 15px;
        font-size: 1.6rem;
        border-bottom: solid 1px #707070;
        display: block;
    }
    #header .nav ul li a.accordion{
        position: relative;
    }
    /* 縦線 */
    #header .nav ul li a.accordion::before {
      background: #fff; /* 線の色 */
      content: "";
      height: 2px; /* 線の太さ */
      position: absolute;
      right: 25px;
      top: 50%; /* 線の位置を縦中央に */
      transform: rotate(90deg); /* 線を縦に */
      transition: transform .3s ease-in-out;
      width: 15px; /* 線の幅 */
    }
    /* 横線 */
    #header .nav ul li a.accordion::after {
      background: #fff; /* 線の色 */
      content: "";
      height: 2px; /* 線の太さ */
      position: absolute;
      right: 25px;
      top: 50%; /* 線の位置を縦中央に */
      transition: opacity .3s ease-in-out;
      width: 15px; /* 線の幅 */
    }
    /* 縦線(クリック後) */
    #header .nav ul li a.accordion.open::before {
      transform: rotate(180deg);
    }
    /* 横線(クリック後) */
    #header .nav ul li a.accordion.open::after {
      opacity: 0;
    }
    .header-nav{
        position:fixed;
        display: flex;   
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        width: 100%;
        z-index: 111111111111111111;
        top: 0; 
    }
    .header-nav .logo{
        position: relative;
        z-index: 111111111111111111;
    }
    #header nav ul li .navitem{
        display: none;
    }
/*
    #header .nav ul li a.accordion{
        margin-bottom: 5px;
    }
*/
    header nav ul li.has-child{
        cursor: none;
    }
    #header nav ul li .navitem li a{
        border-bottom: 0;
        padding: 15px 15px;
        font-size: 90%;
    }
    #header nav ul li .navitem li:nth-child(1) a{
        padding-top: 30px;
    }
    #header nav ul li .navitem li a::before{
        content: "";
        height: 1px;
        background: #fff;
        width: 10px;
        margin-right: 4px;
        top: 40%;
        display: inline-block;
        margin-bottom: 4px;
    }
    #header .nav ul li.bordernone a{
        border: none;
    }
    #header .nav ul li .contact-btn{
        text-align: center;
        max-width: 400px;
        margin: 30px auto;
        box-sizing: border-box;
    }
    #header .nav ul.switch{
        display: flex;
/*        margin: 0 5%;*/
        justify-content: center;
    }
    #header .nav ul.switch li{
        width: 25%;
        text-align: center;
        color: #52F8F0!important;
    }
    #header .nav ul.switch li a{
        padding: 6px 0;
    }
    
    
    /*---------------------

    余白

    ---------------------*/

    /*---------------------

    CTA

    ---------------------*/
    #contact .item{
        width: 100%;
    }
    #group .ttlarea,
    #group .btnarea{
        width: 100%;
        text-align: center;
    }
    #group .ttlarea{
        margin-bottom: 20px;
    }
    #group .ttlarea .ja-ttl::before{
        display: none;
    }
    #group .ttlarea .ja-ttl{
        padding-left: 0;
    }
    footer .logo,
    footer .menu{
        width: 100%;
        
    }
    footer .logo{
        text-align: center;
        margin-bottom: 20px;
    }
    footer{
        padding: 40px 0 20px;
    }
    footer .logo a{
        margin-bottom: 10px;
    }
    footer .menu{
        justify-content: space-around;
        flex-wrap: wrap;
    }
    footer .menu ul{
        margin-right: 0;
/*        width: 44%;*/
    }
    
    
    
    .ttlarea{
        margin: 0 auto 50px;
    }
    header .pagettl{
        text-align: center;
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
        margin: auto;
        width: max-content;
    height: max-content;
        font-size: 6rem;
    }

}

@media screen and (max-width:769px){
    body{
        font-size: 1.4rem;
    }
    .wrap{
        padding: 0 30px;
    }
    .home header{
        background: url("../images/header/2st-firstview_sp.jpg") no-repeat;
        background-size: 80% 100%;
        background-position: top right;
    }
    .home header .mainarea .roboto{
        font-size: 1.4rem;
    }
    .home header .mainarea h1{
        font-size: 10vw;
    }
    .home header .obi{
        padding: 13px 0 15px;
        line-height: 1.6;
    }
    .ttlarea .ja-ttl{
        font-size: 1.4rem;
    }
    .ttlarea{
        margin-bottom: 30px;
    }
    .ttlarea .ttl{
        font-size: 3.6rem;
    }
    .ttlarea .secttl{
        font-size: 2.2rem;
    }
    .ttlarea .subcopy{
        font-size: 2rem;
    }
    .btnarea{
        margin-top: 30px;
        text-align: center;
    }
    .btn{
        padding: 12px 0 13px;
    }
    footer .menu ul{
        width: 48%;
        margin-bottom: 16px;
    }
    footer .footermenu li.menuttl{
        font-size: 1.4rem;
    }
    footer .footermenu li{
        margin-bottom: 1px;
    }
    /*---------------------

    余白

    ---------------------*/
    .block {
        padding: 60px 0;
        display: block;
    }
    .block-bottom{
        padding-bottom: 60px;
    }
    .block-top{
        padding-top: 60px;
    }
    header .pagettlarea{
        padding: 80px 15px 60px;
    }
    header .ja-ttl{
        font-size: 1.4rem;
    }
    .single header .page-ttl{
        font-size: 3rem;
    }
    header .page-ttl{
        font-size: 4rem;
    }
    .breadcrumb{
        font-size: 12px;
    }
    
}
@media screen and (max-width: 425px){
    .wrap{
        padding: 0 15px;
    }
    .home header .mainarea .subcopy{
        font-size: 1.6rem;
    }
    .btn{
        width: 80%;
    }
    .ttlarea .ja-ttl::before{
        width: 12px;
        margin-bottom: 0.4rem;
        margin-right: 5px;
    }
    .header-nav{
         padding: 10px 10px 6px;

    }
    .hamburger-menu__bar{
        width: 90%;
    }
    .hamburger-menu{
        width: 28px;
    }
    #header .nav{
        padding: 80px 15px 60px;
    }
    .header-nav .logo{
        width: 35%;
    }

}
@media screen and (max-width:330px){
}
/*---------------------

メニューバー　追記

---------------------*/
.current {
    border-bottom: solid 5px #d6c9c2;
}











