@charset "UTF-8";
/*============================================================
	TOP
============================================================*/
/*------------------------------------------------------------
	MAIN VISUAL
------------------------------------------------------------*/
#mainVisual {
    position: relative; /*h1の中央寄せ配置の起点とするためのrelative*/
    /*height: 100vh; /*高さを全画面にあわせる*/
    height: 700px;
    width: 93%;
    left: 7%;
    background: url("../img/top/bg_main.png") no-repeat center center/ cover;
    border-radius: 20px 0 0 20px;
    z-index: 0;
}
#mainVisual .copy {
    position: absolute;
    top: 300px;
    left: 7%;
    color: #fff;
    text-shadow: 0 0 15px #666;
    text-align: left;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 2.5;
}
#mainBg {
    position: absolute;
    height: 620px;
    width: 93%;
    top: 350px;
    left: 0;
    background: linear-gradient(90deg, #6cbfdc, #1264be);
    border-radius: 0 20px 20px 0;
    z-index: -1;
    display: block;
}
@media all and (max-width: 896px) {
    #main .vegas-container {
        overflow: visible!important;
    }
    #mainVisual {
        position: relative;
        padding-top: 0;
        height: 56.25vw!important;
        display: block;
        border-radius: 16px 0 0 16px;
    }
    #mainVisual .copy {
        width: auto;
        top: 62vw;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.6;
        text-shadow: 0 0 3px #666;
        z-index: 999;
    }
    #mainVisual .copy .main {
        font-size: 3.0rem;
    }
    #mainVisual .copy .sub {
        font-size: 1.0rem;
    }
    #mainBg {
        position: relative;
        top: -27vw;
        height: 60vw;
        display: block;
        border-radius: 0 16px 16px 0;
        z-index: -999;
    }
}
/*------------------------------------------------------------
	INFORMATION
------------------------------------------------------------*/
#information {
    position: absolute;
    top: 546px;
    right: 0px;
    background: #fff;
    width: 55%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px 0 0 10px;
    height: 64px;
}
#information h2 {
    display: block;
    background-color: #b8ebf2;
    border-radius: 10px 0 0 10px;
    width: auto;
    height: 24px;
    padding: 20px;
    margin: 0;
    text-align: center;
    font-family: 'Raleway';
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #333;
}
#information ul {
    padding: 20px;
}
#information ul li {
    display: flex;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.2em;
}
#information ul li.date {
    width: 90px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.15em;
}
#information ul li a {
    display: block;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 20px;
}
#information ul li a::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #1264be;
    border-right: solid 2px #1264be;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 47.5%;
    left: 0;
    margin-top: -3px;
}
/*ニュース1行の周りの余白*/
#information .slider a {
    display: block;
    background: #fff;
    padding: 20px;
}
/*日付*/
#information .slider span {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 10px;
    color: #777;
}
#information .bx-wrapper {
    width: 70%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #fff
}
@media all and (max-width: 896px) {
    #information {
        display: block;
        position: relative;
        top: -42px;
        background: none;
        border-radius: 0;
        width: auto;
        height: auto;
        box-shadow: none;
    }
    #information h2 {
        font-size: 1.8rem;
        height: auto;
        background-color: #fff;
        border-radius: 0;
        padding: 0;
    }
    #information ul {
        padding: 0 20px;
    }
    #information ul li {
        font-size: 1.2rem;
    }
    #information ul li a::before {
        top: 66%;
        left: 2px;
    }
    #information .slider {
        padding: 0 20px;
        background: #fff;
    }
    #information .slider li {
        border-bottom: 1px dashed #ccc;
    }
    #information .slider li:last-child {
        border-bottom: none;
    }
    #information .slider span {
        display: block;
        padding-bottom: 10px;
        position: relative;
        left: -17px;
        font-size: 1.2rem;
    }
}
/*------------------------------------------------------------
	MENU
------------------------------------------------------------*/
#menu {
    padding: 120px 0;
}
#menu .headLine03::after {
    left: 0;
    transform: translateX(0);
}
#menu .linkList {
    width: 100%;
    order: 1;
}
#menu .linkList::after {
    width: 480px;
    content: '';
}
#menu .linkList li {
    width: 480px;
    position: relative;
}
#menu .linkList li a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
    padding-bottom: 20px;
    color: #fff;
}
#menu .linkList li .photo {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    border-radius: 10px;
}
#menu .linkList li .btn {
    padding: 10px 80px 8px 20px;
    width: 195px;
    height: 29px;
    position: absolute;
    top: 0;
    bottom: 6px;
    right: 20px;
    margin: auto;
    text-align: right;
    color: #fff;
    font-family: 'Raleway Bold', 'Noto Sans Medium', sans-serif;
    font-weight: 700;
    font-size: 2.0rem;
    letter-spacing: 0.2em;
    text-shadow: 0 0 15px #666;
}
#menu .comBtn {
    margin: 13px 33px 0;
}
#menu .linkList li .photo img {
    transition: 0.3s;
}
#menu .linkList li a:hover .photo img {
    transform: scale(1.2);
}
#menu .linkList li a .textBox .btn {
    transition: 0.3s;
}
.btn-circle-right a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
}
.btn-circle-right a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 47px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #1264be;
    border-right: 2px solid #1264be;
    transform: rotate(45deg);
    box-sizing: border-box;
    z-index: 2;
}
.btn-circle-right a:hover:before {
    background-color: #09A6BF;
}
.btn-circle-right a:hover:after {
    right: 47px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
@media all and (max-width: 896px) {
    #menu {
        position: static;
        display: block;
        padding: 0 0 40px;
    }
    #main .company {
        padding: 40px 0;
        position: static;
        display: block;
    }
    #menu .linkList li {
        width: auto;
    }
    #menu .linkList li .photo {
        border-radius: 10px 10px 0 0;
    }
    #menu .linkList li .btn {
        padding: 17px 30px 8px 20px;
        margin-bottom: 0;
        width: auto;
        height: 29px;
        position: relative;
        top: -20px;
        right: 0;
        text-align: left;
        color: #fff;
        font-family: 'Raleway Bold', 'Noto Sans Medium', sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
        letter-spacing: 0.2em;
        background: linear-gradient(90deg, #1264be, #6cbfdc);
        border-radius: 0 0 10px 10px;
    }
    .btn-circle-right a::before {
        content: '';
        position: absolute;
        top: auto;
        bottom: 0;
        right: auto;
        width: 60px;
        height: 60px;
        margin: auto;
        background: none;
        z-index: 1;
    }
    .btn-circle-right a::after {
        content: '';
        position: absolute;
        top: auto;
        bottom: 62px;
        right: 27px;
        width: 9px;
        height: 9px;
        margin: auto;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        box-sizing: border-box;
        z-index: 2;
    }
    .btn-circle-right a:hover:before {
        background: none;
    }
}
/*------------------------------------------------------------
	ACCSESS
------------------------------------------------------------*/
#access {
    display: flex;
    justify-content: space-between;
    position: relative;
    left: 7%;
    width: 93%;
    padding-bottom: 60px;
}
#access .map {
    height: 100%;
    width: 70%;
    right: 0%;
    z-index: -2;
}
#access .map img {
    width: 100%;
    height: auto;
    border-radius: 20px 0 0 20px;
}
#access .fBtn {
    margin: 40px 0;
    width: 180px;
    font-family: 'Raleway', sans-serif;
}
#access .fBtn a {
    display: block;
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(18, 100, 190, 1), rgba(14, 244, 255, 1));
    background-position: 5% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
}
/*hoverした際の、背景の場所とテキスト色の変更*/
#access .fBtn a:hover {
    color: #fff;
    background-position: 50% 50%;
}
#access .fBtn a span {
    padding: 8px 6px 7px 22px;
    display: inline-block;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    background: url("../img/common/ico_mappin_w.svg") no-repeat left center / 15px 15px;
}
a[target="_blank"]:after, a[target="_blank"]:hover:after {
    background: none;
}
@media all and (max-width: 896px) {
    #access {
        position: static;
        display: block;
        padding: 0;
        width: auto;
        height: auto;
    }
    #access .headLine01 {
        padding: 0 7% 10px;
    }
    #access p {
        font-size: 1.2rem;
        padding: 0 7% 10px;
    }
    #access .map {
        position: static;
        width: 100%;
        height: auto;
    }
    #access .map img {
        border-radius: 0;
        margin-bottom: 20px;
    }
    #access .fBtn {
        margin: 8px 0;
        width: 180px;
    }
}
/*------------------------------------------------------------
	RECRUIT
------------------------------------------------------------*/
#recruit {
    position: relative;
    height: 640px;
    margin: 0 auto;
    padding-top: 5%;
    z-index: -999;
}
#recruit .headLine01 {
    position: relative;
    top: 66%;
    left: 70%;
    text-align: left;
    z-index: 20;
}
#recruit .headLine01, #recruit .sml {
    color: #fff;
}
#recruit .recruitImg {
    width: 93%;
    height: 480px;
    z-index: -3;
    background: url("../img/top/img_recruit.png") no-repeat center center/ cover;
    border-radius: 0 20px 20px 0;
}
#recruit .recruitBg {
    display: block;
    position: absolute;
    height: 480px;
    width: 93%;
    top: 40%;
    right: 0%;
    border-radius: 20px 0 0 20px;
    z-index: -4;
    background: linear-gradient(90deg, rgba(18, 100, 190, 1), rgba(14, 244, 255, 1));
    background-position: 5% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
    cursor: pointer; /* ポインターカーソルを表示 */
}
#recruit .recruitBg:hover {
    color: #fff;
    background-position: 50% 50%;
}
#recruit .linkArea {
    display: block;
    position: relative;
    height: 480px;
    width: 100%;
    top: 0;
    right: 0;
    border-radius: 20px 0 0 20px;
    z-index: 50;
}
#recruit .headLine01 a {
    color: #fff !important;
}
#recruit .arrow-round {
    position: absolute;
    display: inline-block;
    height: 70px;
    width: 70px;
    background-color: #fff;
    border-radius: 50%;
    top: 12px;
    left: 215px;
}
#recruit .arrow-round:after {
    content: '';
    width: 9px;
    height: 9px;
    border-top: solid 2px #1264be;
    border-right: solid 2px #1264be;
    position: absolute;
    left: 37%;
    top: 41%;
    transform: rotate(45deg);
}
@media all and (max-width: 896px) {
    #recruit {
        position: relative;
        padding: 80px 0 0;
        margin-bottom: -16px;
        height: auto;
    }
    #recruit .headLine01 {
        position: absolute;
        left: 25px;
        width: 100%;
    }
    #recruit .recruitImg {
        height: 56.25vw;
        border-radius: 0 16px 16px 0;
    }
    #recruit .recruitBg {
        position: relative;
        height: 56.25vw;
        width: 93%;
        top: -28vw;
        left: 7%;
        border-radius: 16px 0 0 16px;
    }
    #recruit .linkArea {
        height: 56.25vw;
    }
    #recruit .arrow-round {
        position: absolute;
        display: inline-block;
        height: 45px;
        width: 45px;
        background-color: #fff;
        border-radius: 50%;
        top: 5px;
        left: 120px;
    }
    #recruit .arrow-round:after {
        content: '';
        width: 6px;
        height: 6px;
        border-top: solid 2px #1264be;
        border-right: solid 2px #1264be;
        position: absolute;
        left: 37%;
        top: 41%;
        transform: rotate(45deg);
    }
}
/*------------------------------------------------------------
	FOOTER
------------------------------------------------------------*/
#gFooter {
    background-color: #fff;
    /*border-top: 1px solid #dadada;*/
    margin-top: 80px;
}
@media all and (max-width: 896px) {
    #gFooter {
        background-color: #fff;
        border-top: 1px solid #dadada;
        margin-top: 0;
    }
}