@charset "UTF-8";
/*----------------------------------------------------
   ☆Uniq Common Rules

bgColor #FFFFF3
theme color #FFFFF3
sub color #FFFFF3
color #333
title color #7A99B2
link color #448EE3

masking layer color #fcfff0;

transition:.2s;


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

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
    margin: 0;
    padding: 0;
    position: relative;
    color: #111;
}

img {
    vertical-align: bottom !important;
}

body {
    font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'メイリオ', 'Meiryo', sans-serif;
    color: #333;
    line-height: 100%;
    -webkit-text-size-adjust: 100%;
    background: #fff;
}

.diact {
    font-family: 'Didact Gothic', sans-serif;
}

a {
    color: #111;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

a:link {
    color: #111;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #111;
    text-decoration: underline;
    outline: none;
    transition: all 0.3s ease-in-out 0s;
}

#contents p {
    line-height: 1.7;
}

ul,
ol {
    list-style-type: none;
}

ul li,
ol li,
dl {
    line-height: 1.7;
    font-size: 15px;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.7;
}

::selection {
    background-color: #f2e221;
    color: #111;
}

::-moz-selection {
    background-color: #f2e221;
    color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
li,
dt,
dd,
th,
td,
p {
    font-size: 15px;
}

/*----------------------------------------------------
   ☆Crearfix
----------------------------------------------------*/

.clearfix:after {
    content: '.';
    height: 0;
    clear: both;
    display: block;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

/* End hide from IE-mac */

.blue {
    color: #009fe8 !important;
}

/*----------------------------------------------------
   ☆br clear
----------------------------------------------------*/

br.clear_noie {
    display: inline !important;
    display: none;
    clear: both;
    line-height: 0px;
}

br.clear_all {
    clear: both;
    line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    br.clear_noie {
        display: block !important;
        content: ' ';
    }
}

div.clear_noie {
    clear: both;
    line-height: 0px;
}

/*----------------------------------------------------
   ☆topcontrol
----------------------------------------------------*/

#topcontrol {
    z-index: 100;
}

#topcontrol a {
    background: url(../cmn_js/scrolltop/scrollup.png) center center no-repeat;
    background: url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat\9;
    /* IE8 and below */
    *background: url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat;
    /* IE7 and below */
    _background: url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat;
    /* IE6 */
    font-size: 0;
    display: block;
    height: 60px;
    width: 60px;
    background-size: 50px 50px;
    opacity: 0.7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

#topcontrol a:hover {
    background-size: 81px 81px;
    opacity: 1;
}

/*----------------------------------------------------
   ☆Display None
----------------------------------------------------*/

#sample {
    display: none;
    visibility: hidden;
}

/*----------------------------------------------------
   ☆Display None
----------------------------------------------------*/

#sample {
    display: none;
    visibility: hidden;
}

/*----------------------------------------------------
   ☆header
----------------------------------------------------*/

body {
    position: relative;
}

#spmenu {
    position: fixed;
    z-index: 999;
}

#spmenu p.splogo {
    padding-top: 15px;
    padding-left: 15px;
}

.entrybtn {
    position: fixed;
    top: 25px;
    z-index: 999;
}

.entrybtn.career {
    right: 106px;
}

.entrybtn.newgraduate {
    right: 266px;
}

.entrybtn a {
    display: block;
    padding: 10px 10px 10px 20px;
    position: relative;
    color: #fff;
    font-weight: 700;
    transition: color .2s;
}

.entrybtn a::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    left: 10px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    transition: border-left-color .2s;
}

.entrybtn a:hover {
    text-decoration: none;
}

.entrybtn.career a {
    background: #0045AE;
}

.entrybtn.career a:hover {
    text-decoration: none;
    background: #fff;
    color: #0045AE;
}

.entrybtn.career a:hover::before {
    border-left-color: #0045AE;
}

.entrybtn.newgraduate a {
    background: #009FE8;
}

.entrybtn.newgraduate a:hover {
    text-decoration: none;
    background: #fff;
    color: #009FE8;
}

.entrybtn.newgraduate a:hover::before {
    border-left-color: #009FE8;
}

button {
    position: relative;
}

button p {
    position: absolute;
    top: calc(50% + 1.7em);
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 11px;

}

.drawer-hamburger {
    padding-top: 25px !important;
    padding-bottom: 48px !important;
}

@media only screen and (max-width: 959px) {
    .drawer-hamburger {
        padding-top: 12px !important;
        padding-bottom: 36px !important;
    }

    button p {
        top: calc(50% + 1.4em);
    }

}

@media only screen and (max-width: 960px) {
    .entrybtn {
        position: fixed;
        right: 50px;
        top: 7px;
        z-index: 999;
        line-height: 1.4;
    }

    .entrybtn a {
        padding: 5px min(1.333vw, 5px) 3px min(5.333vw, 20px);
        font-size: min(3.467vw, 13px);
    }

    .entrybtn.career {
        right: 65px;
    }

    .entrybtn.newgraduate {
        right: 161px;
    }

    .entrybtn a img {
        width: 110px;
    }
}

@media only screen and (max-width: 374px) {
    .entrybtn a {
        padding: 5px min(1.333vw, 5px) 3px;
    }

    .entrybtn a::before {
        content: none;

    }

    .entrybtn.newgraduate {
        right: 40vw;
    }
}


nav.drawer-nav {
    background: #032e43;
}

li.spmenu {
    font-size: 15px;
    text-align: center;
    padding: 5% 0;
    border-bottom: 1px solid #dadada;
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', sans-serif;
}

li.spmenu a {
    color: #fff;
    display: block;
    padding: 2% 0 2% 5%;
    text-align: left;
    text-decoration: none;
}

li.spmenu p.spmenup {
    width: 50%;
    float: left;
    background: #fab84c;
    color: #fff;
    padding: 5% 0;
}

li.spmenu p.spmenup a {
    text-align: center;
    padding-left: 0;
    color: #fff;
    display: block;
}

li.spmenu p.spmenup2 {
    width: 50%;
    float: right;
    background: #00aa83;
    color: #fff;
    padding: 5% 0;
}

li.spmenu p.spmenup2 a {
    text-align: center;
    padding-left: 0;
    color: #fff;
    display: block;
}

li.drawer-dropdown .drawer-dropdown-menu li {
    padding: 3% 0;
    font-size: 13px;
    background: #032e43;
}

i.fa-angle-right {
    float: right;
    padding-right: 2px;
    padding-top: 5px;
}

i.fa-envelope-o {
    font-size: 25px;
}

/*----------------------------------------------------
   ☆float clear
----------------------------------------------------*/
.menu:before,
.menu:after {
    content: ' ';
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu>li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072a24;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

/*----------------------------------------------------
   ☆Display None
----------------------------------------------------*/

/*----------------------------------------------------
   ☆btmbox
----------------------------------------------------*/

/*----------------------------------------------------
   ☆footer
----------------------------------------------------*/

#footer {
    background: #DCF2FF;
    position: relative;
    z-index: 0;
}

#footer .footerin {
    width: 960px;
    margin: 0 auto;
    padding: 35px 0 10px;
}

address {
    border-top: 1px solid #393939;
    text-align: center;

    padding: 15px 0;
    font-size: 12px;
    font-style: normal;
}

.sitemap {
    padding: 30px 0 15px;

    letter-spacing: 1px;
    line-height: 1.5;
}

.sitemap a:hover {
    text-decoration: underline;
}

.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    color: #fff;
    background: #00317b;
    max-width: 800px;
}

.remodal_mb10 {
    margin-bottom: 10px;
}

.remodal_mb20 {
    margin-bottom: 20px;
}

.remodal_mb30 {
    margin-bottom: 30px;
}

.remodal-wh {
    background: #FFFFFF;
    color: #333333;
    text-align: left
}

.remodal-lb {
    background: #DCF2FF;
    color: #333333;
}

.remodal h2 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1.5;
}

.remodal-wh h2 {
    color: #333333;
    text-align: center;
}

.remodal-lb h2 {
    color: #333333;
    text-align: center;
}

.remodal i {
    font-style: normal;
    color: #00317b;
}

.remodal h2 span.small {
    font-size: 15px;
    font-family: 'Josefin Sans', sans-serif;
}

.remodal .ly_col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.remodal .ly_col_rev {
    flex-direction: row-reverse;
}

.remodal p {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    padding: 15px 0;
    text-align: center;
}

.remodal p.outline {
    font-size: 13px;
    line-height: 1.5;
    padding: 15px 0 30px;
    text-align: center;
}

.remodal p.sdgs {
    width: 50%;
    min-width: 240px;
    margin: -20px auto 30px;
}

.remodal .ly_col3 li {
    width: 32%;
}

.remodal .ly_col3_sm li {
    width: 29.5%;
}

.remodal .ly_col2 li {
    width: 48%;
}

.remodal .ly_media figure {
    width: 160px;
}

.remodal .ly_media figure img {
    width: 100%;
    height: auto;
}

.remodal .ly_media .text {
    width: calc(100% - 190px);

}

.remodal .ly_media .text p {
    font-size: 13px;
    text-align: left;
    text-align: justify;
    padding: 0px;
    margin-bottom: 15px;
}

.remodal .ly_media .text .catch {
    font-size: 18px;
    font-weight: bold;

}

.remodal .ly_media .text .sign {
    text-align: right;
    margin-bottom: 0px;
}

.remodal .ly_media .text .sign span {
    font-weight: bold;
    display: inline-block;
    width: 120px;
    vertical-align: sub;
}

.remodal .bl_modalCont .borderTop {
    border-top: 1px solid #333;
    padding-top: 10px;
    margin-top: 10px;
}

.remodal .bl_modalCont figure {
    margin-bottom: 10px;
}

.remodal .bl_modalCont figure img {
    width: 100%;
    height: auto;
}

.remodal .bl_modalCont .title {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    font-size: 14px;
}

.remodal .bl_modalCont .read {
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
}

.remodal .bl_modalCont.bl_modalCont_arrow li {
    position: relative;
}

/*
.remodal .bl_modalCont:nth-of-type(2).bl_modalCont_arrow li.last::before {
    content: "";
    background-color: #B6D2F0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 15px 10px 5px;
    border-radius: 10px;
}
*/
.remodal .bl_modalCont.bl_modalCont_arrow li:nth-of-type(4)::before {
    content: none;
}

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

    .remodal .bl_modalCont:nth-of-type(1).bl_modalCont_arrow li:nth-child(1)::after,
    .remodal .bl_modalCont:nth-of-type(1).bl_modalCont_arrow li:nth-child(2)::after {
        content: "";
        position: absolute;
        top: 45px;
        left: calc(100% + 12px);
        width: 19px;
        height: 18px;
        background-image: url(../../images/arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .remodal .bl_modalCont:nth-of-type(1).bl_modalCont_arrow li:nth-child(3)::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 19px;
        height: 18px;
        background-image: url(../../images/arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        transform: rotate(90deg);
    }

    /*
    .remodal .bl_modalCont:nth-of-type(1).bl_modalCont_arrow li:nth-child(3)::before{
        content:"";
        position: absolute;
        top:100%;
        right:calc(100% + 12px);
        margin: 0 auto;
        width:19px;
        height: 18px;
        background-image: url(../../images/arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        transform: rotate(-215deg);
    }
    */
    .remodal .bl_modalCont:nth-of-type(2).bl_modalCont_arrow li:nth-child(2)::after,
    .remodal .bl_modalCont:nth-of-type(2).bl_modalCont_arrow li:nth-child(3)::after {
        content: "";
        position: absolute;
        top: 45px;
        left: calc(100% + 12px);
        width: 19px;
        height: 18px;
        background-image: url(../../images/arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        transform: rotate(-180deg);
    }
}

.remodal .copy {
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

.remodal .other-career {
    margin-left: -15px;
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.remodal .other-career .box:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 67%;
    background: #B5D0E9;
    padding: 10px 15px;
    border-radius: 10px;
    box-sizing: border-box;
}

.remodal .other-career .box:nth-child(1) .photo {
    width: 44%;
}

.remodal .other-career .box:nth-child(1) .photo img {
    width: 100%;
    height: auto;
}

.remodal .other-career .box:nth-child(1) .text {
    width: 54%;
}

.remodal .other-career .box:nth-child(1) .text .midashi {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding: 0 0 5px;
}

.remodal .other-career .box:nth-child(1) .text .read {
    text-align: left;
    text-align: justify;
    font-size: 12px;
    padding: 0;
}

.remodal .other-career .box:nth-child(2) {
    width: 31%;
}

.remodal .notes {
    background: #fff;
    padding: 10px;

}

.remodal .notes dt {
    color: #00317b;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.remodal .notes dd {
    font-size: 12px;
    text-align: left;
}

.remodal-wh p {
    color: #333333;
}

.remodal-lb p {
    color: #333333;
}

.remodal-wh dl dt {
    font-size: 14px;
    font-weight: 700;
}

.remodal-wh dl dd {
    font-size: 12px;
    line-height: 1.6;
    padding: 15px 0;
}

.remodal ul.btnset {
    width: 100%;
    padding-top: 15px;
}

.remodal ul.btnset li {
    display: inline-block;
    width: 32.9%;
}

.remodal ul.btnset li a {
    background: #009fe8;
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
}

.remodal-lb ul.btnset li a {
    background: #1350B7;
}

.remodal ul.btnset li a:hover {
    background: #111;
    text-decoration: none;
}

#wrap {
    padding: 50px 0 75px;
    background: url(/rec/new/cmn/cmn_img/wave.jpg) center top;
    background-size: cover;
    background-attachment: fixed;
}

/*----------------------------------------------------
   ☆index design
--------



/*----------------------------------------------------
   ☆action btn
----------------------------------------------------*/

#crosstalk {
    background: #00317b;
    padding: 75px 0;
}

#crosstalk h3 {
    font-size: 28px;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

#crosstalk h3 .small {
    font-size: 15px;
    font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'メイリオ', 'Meiryo', sans-serif;
    color: #fff;
    font-weight: normal;
}

#crosstalk ul.taidan {
    width: 95%;
    max-width: 1680px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

#crosstalk ul.taidan li {
    width: 49%;
    display: inline-block;
}

#crosstalk ul.taidan li h3 {
    font-size: 18px;
    font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'メイリオ', 'Meiryo', sans-serif;
}

#crosstalk ul.taidan li h3 span.small {
    font-size: 13px;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 1px;
}

#crosstalk ul.othervoice {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

#crosstalk ul li {
    width: 24%;
    margin-right: 0.5%;
    margin-bottom: 4%;
    /*display: inline-block;*/
}

#crosstalk ul li h3 {
    font-size: 18px;
    font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'メイリオ', 'Meiryo', sans-serif;
    padding-top: 10px;
}

#crosstalk ul li h3 span.small {
    font-size: 13px;
    font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'メイリオ', 'Meiryo', sans-serif !important;
    letter-spacing: 1px;
}

/*----------------------------------------------------
   ☆intaview btm
----------------------------------------------------*/

/*----------------------------------------------------
   ☆list_area
----------------------------------------------------*/

/*recruit btm*/

/*インデックス共通end*/

@media only screen and (max-width: 960px) {
    .spDisphf {
        display: block !important;
    }

    .spHidehf {
        display: none !important;
    }

    #wrap {
        padding: 25px 0 50px;
        background: none;
        background-size: auto;
        background-attachment: inherit;
    }

    /*----------------------------------------------------
   ☆spnav
----------------------------------------------------*/

    body {
        position: relative;
    }

    #spmenu {
        z-index: 9999;
        min-height: 60px;
        position: relative;
        /*background: #111 none repeat scroll 0 0;*/
        position: fixed;
        top: 0;
        left: 0;
    }

    #spmenu p.splogo {
        padding-top: 5px;
        padding-left: 5px;
    }

    #spmenu p.splogo img {
        width: 29.333vw;
        height: 4vw;
        max-width: 110px;
        max-height: 15px;
        /*
        height: 23px;
        width: 140px;
        */
    }

    #spmenu p.splogo {
        padding-top: min(5.867vw, 22px);
        padding-left: 5px;
    }

    nav.drawer-nav {
        background: #032e43;
    }

    li.spmenu {
        font-size: 15px;
        text-align: center;
        padding: 5% 0;
        border-bottom: 1px solid #dadada;
        font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', sans-serif;
    }

    li.spmenu a {
        color: #fff;
        display: block;
        padding: 2% 0 2% 5%;
        text-align: left;
        text-decoration: none;
    }

    li.spmenu p.spmenup {
        width: 50%;
        float: left;
        background: #fab84c;
        color: #fff;
        padding: 5% 0;
    }

    li.spmenu p.spmenup a {
        text-align: center;
        padding-left: 0;
        color: #fff;
        display: block;
    }

    li.spmenu p.spmenup2 {
        width: 50%;
        float: right;
        background: #00aa83;
        color: #fff;
        padding: 5% 0;
    }

    li.spmenu p.spmenup2 a {
        text-align: center;
        padding-left: 0;
        color: #fff;
        display: block;
    }

    li.drawer-dropdown .drawer-dropdown-menu li {
        padding: 3% 0;
        font-size: 13px;
        background: #032e43;
    }

    i.fa-angle-right {
        float: right;
        padding-right: 2px;
        padding-top: 5px;
    }

    i.fa-envelope-o {
        font-size: 25px;
    }

    /*----------------------------------------------------
   ☆footer
----------------------------------------------------*/

    #footer {
        background: #DCF2FF;
        position: relative;
        z-index: 1;
    }

    #footer .footerin {
        width: 100%;
        margin: 0 auto;
        padding: 25px 0 5px;
    }

    #footer .footerin .ftimg img {
        height: 23px;
        width: 140px;
    }

    address {
        text-align: center;

        padding: 15px 0;
        font-size: 12px;
        font-style: normal;
    }

    .sitemap {
        padding: 30px 0 15px;

        letter-spacing: 1px;
        line-height: 1.5;
    }

    .sitemap a:hover {
        text-decoration: underline;
    }

    body {
        min-width: inherit;
    }

    .spDisp {
        display: block !important;
    }

    .spHide {
        display: none !important;
    }

    .spImg {
        height: auto;
        width: 100%;
    }

    .spImg2 {
        height: auto;
        margin: 0 auto;
        width: 95%;
    }

    .spImg3 {
        height: auto;
        margin: 0 auto;
        width: 75%;
    }

    .spBtm0 {
        margin-bottom: 0 !important;
    }

    .spBtm5 {
        margin-bottom: 5px !important;
    }

    .spBtm10 {
        margin-bottom: 10px !important;
    }

    .spBtm15 {
        margin-bottom: 15px !important;
    }

    .spBtm20 {
        margin-bottom: 20px !important;
    }

    .spBtm25 {
        margin-bottom: 25px !important;
    }

    .spBtm30 {
        margin-bottom: 30px !important;
    }

    .spBtm35 {
        margin-bottom: 35px !important;
    }

    .spBtm40 {
        margin-bottom: 40px !important;
    }

    .spBtm45 {
        margin-bottom: 45px !important;
    }

    .spBtm50 {
        margin-bottom: 50px !important;
    }

    #cmnMv .cmnMenu {
        display: none;
    }

    #cmnMv {
        padding: 15px 0 0;
    }

    #cmnMv .head {
        margin-bottom: 25px;
    }

    #cmnMv .head span {
        font-size: 1rem;
        letter-spacing: 0.08em;
    }

    #cmnMv .head span::before {
        content: attr(data-en);
        transform: translate3d(0, 0, 0);
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-size: 2.8rem;
        font-weight: bold;
        letter-spacing: 0.4rem;
        line-height: 1.4;
        padding-bottom: 5px;
    }

    #cmnMv p {
        font-size: 1.1rem;
        letter-spacing: 0.08rem;
        margin-bottom: 40px;
        padding-top: 0;
    }

    #cmnMv img {
        width: 101px;
    }

    #contents .ftMenu {
        margin-bottom: 45px;
    }

    #contents .scroll {
        overflow-x: scroll;
        overflow-y: auto;
        padding-bottom: 20px;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    #contents .scrollInr {
        margin-left: 10px;
        width: 1000px;
    }

    #contents .detailCA article {
        width: 250px;
    }

    #contents .detailCA h2 {
        font-size: 1.4rem;
        margin-bottom: 30px;
    }

    #contents .pager {
        text-align: left;
    }

    #contents .pager a,
    #contents .pager span {
        border: 1px solid #888;
        color: #000;
        display: inline-block;
        font-size: 1.3rem;
        line-height: 1;
        padding: 7px 7px 6px;
        text-decoration: none;
        transition: 0.2s;
    }

    #contents .pager span {
        border: 1px solid #000;
        background-color: #000;
        color: #fff;
    }

    #contents .pager a:hover {
        border: 1px solid #000;
        background-color: #000;
        color: #fff;
    }

    #contents .tbl01 table {
        margin-bottom: 30px;
    }

    #contents .tbl01 table th,
    #contents .tbl01 table td {
        font-size: 1.1rem;
        padding: 15px 15px;
        text-align: left;
    }

    #contents .tbl01 table th {
        width: 25%;
    }

    .bdrHead {
        background-size: 28px auto;
        font-size: 1.6rem;
        font-weight: 600;
        margin-bottom: 35px;
    }

    #contents .columnArea article .img {
        height: 170px;
    }

    #contents .ranking .rankFlt {
        margin: 0 auto 0;
    }

    /*----------------------------------------------------
   ☆btm
----------------------------------------------------*/

    .btmbox ul {
        width: 95%;
        padding: 25px 0;
        margin: 0 auto;
    }

    .btmbox ul li {
        display: inline-block;
        text-align: center;
        margin-right: 0;
        width: 49%;
    }

    .btmbox ul li img {
        width: 100%;
    }

    .btmbox ul li a:hover {
        text-decoration: none;
    }

    .btmbox ul li.last {
        margin-right: 0;
    }

    /*----------------------------------------------------
   ☆action btn
----------------------------------------------------*/

    /*----------------------------------------------------
   ☆index design
----------------------------------------------------*/

    /*----------------------------------------------------
   ☆intaview btm
----------------------------------------------------*/

    /*----------------------------------------------------
   ☆list_area btm
----------------------------------------------------*/

    /*recruit btm*/

    .remodal {
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 10px;
        padding: 15px;

        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);

        color: #fff;
        background: #00317b;
    }

    .remodal-wh {
        background: #FFFFFF;
        color: #333333;
    }

    .remodal-lb {
        background: #DCF2FF;
        color: #333333;
    }

    .remodal p {
        text-align: left !important;
    }

    .remodal .outline {
        text-align: center !important;
    }

    .remodal .ly_col2 li {
        width: 100%;
        margin-bottom: 30px;
    }

    .remodal .ly_col3 li {
        width: 100%;
        margin-bottom: 30px;
    }

    .remodal .ly_col3_sm {
        margin-bottom: 0;
    }

    .remodal .ly_col3_sm li {
        width: 46%;
        margin-bottom: 30px;
    }

    .remodal .ly_col3_sm:nth-of-type(2) {
        flex-direction: row !important;
    }

    .remodal .ly_media {
        display: block;

    }

    .remodal .ly_media figure {
        width: 50%;
        margin: 0 auto 30px;
    }

    .remodal .ly_media .text {
        width: 100%;
        margin: 0 auto 30px;
    }

    .remodal .ly_media .text p {
        text-align: justify !important;
    }

    .remodal .ly_media .text .catch {
        font-size: 14px;
        text-align: center !important;
    }

    .remodal .ly_media .text .sign {
        text-align: right !important;
    }

    .remodal .bl_modalCont:nth-of-type(1).bl_modalCont_arrow li:nth-child(1)::after,
    .remodal .bl_modalCont:nth-of-type(1).bl_modalCont_arrow li:nth-child(3)::after,
    .remodal .bl_modalCont:nth-of-type(1).bl_modalCont_arrow li:nth-child(5)::after {
        content: "";
        position: absolute;
        top: 9.333vw;
        left: calc(100% + 2.133vw);
        width: 12px;
        height: 11px;
        background-image: url(../../images/arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .remodal .bl_modalCont:nth-of-type(1).bl_modalCont_arrow li:nth-child(2)::before,
    .remodal .bl_modalCont:nth-of-type(1).bl_modalCont_arrow li:nth-child(4)::before {
        content: "";
        position: absolute;
        top: 100%;
        right: calc(100% + 2.133vw);
        margin: 0 auto;
        width: 12px;
        height: 11px;
        background-image: url(../../images/arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        transform: rotate(-215deg);
    }

    /*
    .remodal .bl_modalCont:nth-of-type(1).bl_modalCont_arrow li:nth-child(3)::before{
        content:"";
        position: absolute;
        top:100%;
        left:0;
        right:0;
        margin: 0 auto;
        width:12px;
        height: 11px;
        background-image: url(../../images/arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        transform: rotate(90deg);
    }
    */
    /*
    .remodal .bl_modalCont:nth-of-type(2).bl_modalCont_arrow li:nth-child(2)::after{
        content:"";
        position: absolute;
        top:9.333vw;
        left:calc(100% + 2.133vw);
        width:12px;
        height: 11px;
        background-image: url(../../images/arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    */

    .remodal .other-career {
        margin-left: 0;
        width: 100%;
        display: block;

    }

    .remodal .other-career .box:nth-child(1) {
        display: block;
        width: 100%;
        background: #B5D0E9;
        padding: 20px;
        border-radius: 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .remodal .other-career .box:nth-child(1) .photo {
        width: 100%;
        margin-bottom: 10px;
    }

    .remodal .other-career .box:nth-child(1) .photo img {
        width: 100%;
        height: auto;
    }

    .remodal .other-career .box:nth-child(1) .text {
        width: 100%;
    }

    .remodal .other-career .box:nth-child(1) .text .midashi {
        font-weight: 700;
        font-size: 16px;
        text-align: left;
        padding: 0 0 5px;
    }

    .remodal .other-career .box:nth-child(1) .text .read {
        text-align: left;
        text-align: justify;
        font-size: 12px;
        padding: 0;
    }

    .remodal .other-career .box:nth-child(2) {
        width: 100%;
    }

    .remodal .notes {
        display: block;
    }

    .remodal .notes dt {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }

    .remodal .notes dd {
        width: 100%;
        text-align: justify;
    }

    .remodal .copy {
        font-size: 12px;
        line-height: 1.4;
        text-align: left;
        padding-top: 0;
    }

    .remodal ul.btnset {
        width: 100%;
        padding-top: 15px;
    }

    .remodal ul.btnset li {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .remodal ul.btnset li a {
        background: #009fe8;
        display: block;
        padding: 10px 0;
        color: #fff;
        text-decoration: none;
    }

    .remodal ul.btnset li a:hover {
        background: #111;
        text-decoration: none;
    }

    #crosstalk {
        background: #00317b;
        padding: 25px 0;
    }

    #crosstalk h3 {
        font-size: 18px;
        letter-spacing: 1px;
    }

    #crosstalk h3 .small {
        font-size: 13px;
    }

    #crosstalk ul.taidan {
        width: 100%;
        max-width: inherit;
        text-align: center;
        padding-top: 25px;
    }

    #crosstalk ul.taidan li {
        width: 100%;
        display: block;
        margin-bottom: 25px;
    }

    #crosstalk ul.taidan li h3 {
        font-size: 15px;
        font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'メイリオ', 'Meiryo', sans-serif;
    }

    #crosstalk ul.taidan li h3 span.small {
        font-size: 13px;
        font-family: 'Josefin Sans', sans-serif;
    }

    #crosstalk ul.othervoice {
        width: 100%;
        max-width: inherit;
        text-align: center;
        padding-top: 25px;
    }

    #crosstalk ul.othervoice li {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 4%;
    }

    #crosstalk ul.othervoice li h3 {
        font-size: 15px;
        font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'メイリオ', 'Meiryo', sans-serif !important;
    }

    #crosstalk ul.othervoice li h3 span.small {
        font-size: 13px;
        font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'メイリオ', 'Meiryo', sans-serif !important;
    }

    @media only screen and (max-width: 640px) {
        .banner {
            height: 300px;
        }
    }
}

@media only screen and (min-width: 961px) {
    .sp_view {
        display: none;
    }

    .pc_view {
        display: block;
    }
}

@media only screen and (max-width: 960px) {
    .sp_view {
        display: block;
    }

    .pc_view {
        display: none;
    }
}
