@charset "utf-8";

/*-----------------------------------------------------
	common  up date 20180410
------------------------------------------------------*/

/*-----------------------------------------------------
	base
------------------------------------------------------*/
body {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #333;
}

h1 {
}

h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-size: 2.7rem;
    font-weight: bold;
}

h2:before {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: -17px;
    display: inline-block;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #333;
}

.eng_title {
    margin-bottom: 50px;
    font-size: 1rem;
    color: #1a3f8f;
}

h3 {
    margin-bottom: 30px;
    font-size: 2.1rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    h2 {
        margin-top: 20px;
        margin-bottom: 1.5em;
        font-size: 2.1rem;
    }

    .eng_title {
        margin-bottom: 30px;
        font-size: 1rem;
        color: #1a3f8f;
    }

    h3 {
        margin-bottom: 30px;
        font-size: 1.6rem;
        line-height: 1.4;
    }

    p {
        font-size: 1.5rem !important;
        line-height: 1.6 !important;
    }
}

h4 {
}

h5 {
}

h6 {
}

p, ol, li, address {
    font-size: 1.4rem;
    line-height: 1.5;
}

a:link {
    text-decoration: none;
    color: #0088cc;
}

a:visited {
    text-decoration: none;
    color: #0088cc;
}

a:hover {
    text-decoration: underline;
    color: #0088cc;
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        color: #333;
    }
}

.m_color {
    color: #1a3f8f;
    font-weight: 600;
}

.mask:hover {
    opacity: 0.6;
}

.pc_only {
    display: block !important;
}

.sp_only {
    display: none;
}

@media screen and (min-width: 768px) {
    .br_switch br {
        display: none;
    }
}

/*-----------------------
	header, nav
------------------------*/
header {
    width: 100%;
    position: fixed;
    background: linear-gradient(-90deg, #1a3f8f 80%, #fff);
    box-shadow: 0 2px 8px #666;
    z-index: 9999;
}

header h1 img {
    width: 190px;
}

#sub_header {
    width: 100%;
    position: fixed;
    background: #1a3f8f;
    box-shadow: 0 2px 8px #666;
    z-index: 9999;
}

@media screen and (max-width: 767px) {
    header {
        z-index: 9999;
    }

    #sub_header {
        width: 94%;
        padding: 10px 3% 17px;
        z-index: 9999;
    }
}

#header_inner {
    margin: 0 auto;
    padding: 10px 3vw;
    display: flex;
    justify-content: space-between;
}

.header_inner_l {
    width: 250px;
    /*float: left;*/
}

.header_inner_l h1 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
}

.header_inner_l h1 a {
    margin: 0;
    padding: 0;
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}

.company-name_small {
    display: inline-block;
    padding-bottom: 6px !important;
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .header_inner_l h1 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #fff;
    }

    .header_inner_l h1 a {
        margin: 0;
        padding: 0;
        font-size: 1.7rem;
        font-weight: 600;
        color: #fff;
        line-height: 1;
        text-decoration: none;
    }

    .company-name_small {
        display: inline-block;
        padding-bottom: 6px !important;
        font-size: 1rem;
    }
}


.header_inner_r {
    display: flex;
    margin-top: 10px;
}

/*.header_inner_r .pc_only {*/
    /*display: flex;*/
/*}*/

.header_inner_r ul li {
    margin-left: 25px;
}

.header_inner_r .pc_only ul li {
    display: inline;
}

.header_inner_r ul li a:link {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 2;
}

/*-----------------------------------------------------
	section contents
------------------------------------------------------*/
.box {
    width: 100vw;
    margin: 0 auto;
    padding: 90px 0;
}

.box_l {
    width: 42vw;
    margin-right: 30px;
}

.box_r {
    width: 46vw;
}

@media screen and (max-width: 767px) {
    .box {
        width: 100%;
        margin: 0;
        padding: 90px 3% 50px;
        box-sizing: border-box;
    }

    .box_l {
        width: 94%;
        float: none;
        margin-right: 0;
        padding: 0 3%;
    }

    .box_r {
        width: 94%;
        float: none;
        padding: 0 3%;
    }
}


/*-----------------------------------------------------
	index
------------------------------------------------------*/
#top_logo {
    position: relative;
    background: url(/img/index/mv.jpg) no-repeat fixed;
    background-size: cover;
    height: 100vh;
}

@media screen and (max-width: 767px) {
    #top_logo {
        position: relative;
        background: url(/img/index/sp_mv.jpg) no-repeat;
        background-size: cover;
        z-index: 10001;
    }
}

#top_logo .logo_content {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 767px) {
    #top_logo .logo_content {
        width: 100%;
        max-width: 600px;
        text-align: center;
    }

    #top_logo .logo_content img {
        width: 50%;
        padding: 0 10%;
    }
}

.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    bottom: -100px;
    margin-left: -30px;
}

.arrows path {
    stroke: #fff;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.scroll {
    position: absolute;
    left: 50%;
    bottom: -130px;
    margin-left: -20px;
}

.scroll a {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 2px #444;
}

.index_recruit {
    width: 95vw;
    height: 468px;
    padding: 120px 0 0 650px !important;
    box-sizing: border-box;
    background: url(/img/index/mv_02.jpg) center no-repeat;
    text-align: center;
}

.recruit_link {
    width: 268px;
    padding: 35px 0 40px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #1a3f8f;
    position: absolute;
    right: calc(50vw - (50vw / 2) - (268px / 4));
}

@media screen and (max-width: 767px) {
    .index_recruit {
        width: 100%;
        height: auto;
        padding: 0 3% !important;
        box-sizing: border-box;
        background: none;
        text-align: center;
    }

    .recruit_link {
        width: 100%;
        padding: 20px 0 40px;
        background: rgba(255, 255, 255, 0.95);
        border: 1px solid #1a3f8f;
        box-sizing: border-box;
        position: unset;
    }
}

.index_recruit h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-size: 2.0rem;
    font-weight: bold;
}

.index_recruit h2:before {
    content: '';
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    display: inline-block;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #333;
}

.index_recruit .eng_title {
    margin-bottom: 20px;
    font-size: 1rem;
}

.index_recruit p {
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.link_btn {
    padding: 5px 18px;
    background: #1a3f8f;
    border-radius: 15px;
    font-size: 1.2rem;
    color: #fff;
}

.link_btn img {
    width: 8px;
    margin-right: 8px;
}


/*-----------------------------------------------------
	summary
------------------------------------------------------*/
#summary_mv {
    width: 100%;
    height: 0;
    padding-top: calc(454 / 1320 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background: url(/img/summary/mv.jpg) center center / cover no-repeat;
}

@media screen and (max-width: 767px) {
    #sp_summary_mv {
        width: 100%;
        height: 0;
        padding-top: calc(407 / 750 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
        background: url(/img/summary/sp_mv.jpg) center center / cover no-repeat;
        position: relative;
        top: 63px;
        z-index: -999;
    }
}


.summary_contents {
    width: 90vw;
    margin: 0 auto;
}

.summary_contents table {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1.7rem;
}

.summary_contents table th td {
}

.no-border {
    border-bottom: none !important;
}

.summary_contents table th {
    width: 200px;
    margin: 0;
    padding: 20px 50px 20px 20px;
    border-bottom: 1px solid #ccc;
    text-align: right;
}

.summary_contents table td {
    width: 800px;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
    .summary_contents {
        width: 100%;
        padding: 0 3%;
        box-sizing: border-box;
    }

    .summary_contents table {
        width: 100%;
        box-sizing: border-box;
    }

    .summary_contents table th {
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
        background: #edecec;
        text-align: left;
    }

    .summary_contents table td {
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
    }


}


/*-----------------------------------------------------
	recruit
------------------------------------------------------*/
#recruit_mv {
    width: 100%;
    height: 0;
    padding-top: calc(480 / 1320 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background: url(/img/recruit/mv.jpg) center center / cover no-repeat;
}

@media screen and (max-width: 767px) {
    #sp_recruit_mv {
        width: 100%;
        height: 0;
        padding-top: calc(407 / 750 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
        background: url(/img/recruit/sp_mv.jpg) center center / cover no-repeat;
        position: relative;
        top: 63px;
        z-index: -999;
    }
}

.recruit_contents {
    width: 100%;
    padding: 90px 0;
    background: linear-gradient(#ffffff, #e6e1e1);
}

.recruit_contents ul {
    width: 590px;
    margin: 0 auto;
    list-style-type: disc;
    text-align: left;
}

.recruit_contents ul li {
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.recruit_contents .eng_title {
    margin-bottom: 30px;
    font-size: 1rem;
    color: #1a3f8f;
}

.recruit_contents2 .eng_title {
    margin-bottom: 30px;
    font-size: 1rem;
    color: #1a3f8f;
}


.recruit_contents2 {
    width: 100vw;
    margin: 0 auto;
    padding: 90px 0;
}

.recruit_contents2 h3 {
    margin-bottom: 10px;
    font-size: 1.9rem;
    line-height: 1.5;
}

.recruit_text {
    width: 299px;
    padding: 10px;
    background: #f1f1f1;
    text-align: left;
    font-size: 1.7rem;
    display: inline-block;
}

.recruit_contents2 table {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    font-size: 1.7rem;
}

.no-border {
    border-bottom: none;
}

.recruit_contents2 table th {
    width: 26%;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    text-align: left;
    line-height: 1.5;

}

.recruit_contents2 table td {
    width: 74%;
    padding: 20px 1vw 20px 2vw;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    text-align: left;
    line-height: 1.5;

}

.recruit_contents2 table td a {
    font-size: 1.5rem;
}

.recruit_inner {
    padding-right: 6vw;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .recruit_contents {
        margin-top: 100px;
        padding: 0 0 60px;
    }

    .recruit_contents ul {
        width: 90%;
    }

    .recruit_contents2 .eng_title {
        margin-bottom: 30px;
        font-size: 1rem;
        color: #1a3f8f;
    }

    .recruit_contents2 {
        width: 94%;
        padding: 60px 3%;
    }

    .recruit_contents2 h3 {
        margin-bottom: 10px;
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .recruit_inner {
        padding-right: 0;
        display: block;
    }

    .recruit_text {
        width: 94%;
        margin: 10px 3% 20px;
        padding: 10px;
        background: #f1f1f1;
        text-align: left;
        box-sizing: border-box;
        font-size: 1.7rem;
    }


    .recruit_contents2 table {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
    }


    .recruit_contents2 table th {
        width: 100%;
        display: inline-block;
        background: #edecec;
    }

    .recruit_contents2 table td {
        width: 100%;
        display: inline-block;
    }
}


/*-----------------------------------------------------
	page link
------------------------------------------------------*/
#page_link1 {
    margin-top: -30px;
    padding-top: 30px;
}

/*-----------------------
	page top
------------------------*/

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#pageTop a {
    width: 43px;
    height: 35px;
    display: block;
    z-index: 999;
    padding: 8px 0 0 0;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: url(/img/common/arrow_up.svg) center 11px no-repeat #1a3f8f;
    background-size: 13px;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}


/*-----------------------------------------------------
	footer
------------------------------------------------------*/
footer {
    width: 100vw;
    margin: 80px auto;
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

#footer_inner {
    width: 90vw;
    margin: 0 auto;
}

#footer_inner_left {
}

#footer_logo {
    margin-bottom: 15px;
    font-size: 1.8rem;
}

#footer_inner_right {
    text-align: right;
    font-size: 1.5rem;
}

address {
    padding-left: 15px;
    border-left: 1px solid #ccc;
    font-size: 1.5rem;
}

address a:link {
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
    footer {
        width: 100%;
        margin: 80px 0;
        padding: 30px 3%;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
    }

    #footer_inner {
        width: 100%;
        margin: 0;
    }

    #footer_inner_left {
        width: 100%;
        float: none;
    }

    #footer_logo {
        margin-bottom: 20px;
    }

    #footer_inner_right {
        width: 100%;
        float: none;
        margin-top: 30px;
        text-align: center;
    }

    address {
        padding-left: 15px;
        border-left: 1px solid #ccc;
        font-size: 1.2rem;
        line-height: 2;
    }

}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	SP
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    body, html {
        width: auto;
    }

    body {
        border: none;
    }

    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: block;
    }

    img {
        width: 100%;
    }

}






