@charset "utf-8";
html {
    font-size: 62.5%;
}
body {
    font-size: 1.0rem;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    color: #212121;
}
.kaku {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.mincho {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a {
    transition: .3s ease;
    color: #212121;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.spOnly {
    display: none;
}
.nav {
    display: none;
}
.navBtnWrap {
    display: none;
}
.container {
    padding-top: 146px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.ofi {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover;';
}
.main-visual img{
    margin:0 auto;
}
/* header */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.headerInner {
    padding: 20px 50px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#114f9e+42,11669b+100 */
    background: #114f9e; /* Old browsers */
    background: -moz-linear-gradient(top,  #114f9e 42%, #11669b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #114f9e 42%,#11669b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #114f9e 42%,#11669b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114f9e', endColorstr='#11669b',GradientType=0 ); /* IE6-9 */
}
nav ul {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
nav li a:before {
    transition: .3s ease;
}
nav li a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    padding: 20px 2em;
    position: relative;
}
nav li a:hover {
    opacity: 1;
}
nav li a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #DC000B;
}
nav li a:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8.7px 5px;
    border-color: transparent transparent #DC000B transparent;
}
.commonTtl1 {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.commonTtl1 span {
    position: relative;
}
.commonTtl1 span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    background: #DC000B;
    width: 60px;
    height: 2px;
    margin: 0 auto;
}

.commonBtn a {
    display: block;
    background: #1966B5;
    font-size: 1.6rem;
    padding: 15px 0;
    border-radius: 6px;
    color: #fff;
    position: relative;
}
.commonBtn.tri a:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #DC000B;
}
.headerTel {
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
}

.headerTime {
    text-align: right;
    font-size: 1.4rem;
    margin-top: 6px;
}

.headerTel:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/common/contact_tel.svg) no-repeat;
    background-size: 24px auto;
}

.commonRecruit {
    padding: 80px 0;
}

.commonRecruit .inner {
    max-width: 1000px;
    border: 1px solid #68B8E6;
    margin: 0 auto;
}

.commonFlex {
    display: flex;
    align-items: center;
}

.commonRecruit .commonFlex {
    align-items: center;
}

.commonRecruit .comonFlexLeft,
.commonRecruit .commonFlexRight {
    width: 50%;
}

.commonRecruitText {
    width: 70%;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.commonRecruitBtn {
    display: block;
    background: #1966B5;
    font-size: 1.6rem;
    padding: 15px 0;
    border-radius: 6px;
    color: #fff;
    width: 280px;
    margin: 0 auto;
}

.commonContact {
    padding: 40px 0;
}
.commonContact.commonBg {
    margin: 80px auto 100px;
}

.commonContact2 {
    background: url(../img/common/common_contactBg.png) no-repeat;
    background-size: 100% 100%;
    padding: 120px 0;
}

.commonContact .inner {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 0;
    filter: drop-shadow(0px -1px 4px rgba(0,0,0,0.2));
}

.commonContact .commonFlexLeft {
    width: 50%;
    padding: 80px 0;
    border-right: 1px solid #EAF4FF;
}

.commonContact .commonFlexRight {
    width: 50%;
}

.commonContactTel {
    font-size: 3.6rem;
    font-weight: bold;
}

.commonContactUnder {
    font-size: 1.4rem;
    margin-top: 10px;
}

.commonFlexRight .commoContactBtn a {
    background: #1966B5;
    color: #fff;
    font-size: 2rem;
    display: block;
    width: 320px;
    margin: 0 auto;
    border-radius: 31px;
    padding: 18px 0;
}
.commonFlexRight .commoContactBtn span {
    position: relative;
    padding-left: 35px;
}
.commonFlexRight .commoContactBtn span:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 24px;
    height: 19px;
    background: url(../img/common/contact_mail.svg) no-repeat;
    background-size: 24px auto;
}

.commonContactTel a {
    position: relative;
    padding-left: 30px;
}

.commonContactTel a:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(../img/common/contact_tel.svg) no-repeat;
    background-size: 28px auto;
}

.footerInner {
    padding: 40px 0 5px;
}

.footerInner ul {
    display: flex;
    justify-content: center;
    width: 1000px;
    margin: 0 auto 30px;
}

.footerInner a {
    font-size: 1.4rem;
}

.footerInner li {
    padding: 0 30px;
}

.footerLogo {
    margin-bottom: 30px;
}

.commonTtl2 {
    font-size: 3.6rem;
    color: #0C3B95;
    margin-bottom: 30px;
}

.commonTtl2 span {
    font-size: 1.5rem;
    color: #000;
    display: inline-block;
    position: relative;
}

.commonTtl2 span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    background: #DC000B;
    width: 60px;
    height: 2px;
    margin: 0 auto;
}

.commonHero {
    padding: 80px 0;
}

.bread {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
}

.bread ul {
    display: flex;
}

.bread li {
    color: #0C3B95;
    margin-left: 10px;
}
.googleMap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;/*比率をお好みで*/
}
.googleMap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.commonTtl3 {
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    background: #1966B5;
    padding: 10px 8px 8px;
    border-radius: 30px;
    margin-bottom: 50px;
}
.commonTtl3 span {
    position: relative;
    z-index: 2;
}
.commonTtl3 span:before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 0;
    background: url(../img/common/ttl_bg.svg) no-repeat;
    background-size: 127px auto;
    width: 127px;
    height: 18px;
    z-index: -1;
}
.commonBg {
    margin: 150px auto 0;
    background: #EAF4FF;
    position: relative;
    padding: 40px 0;
}
.commonBg:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -60px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 0 solid #EAF4FF;
    border-right: 0 solid transparent;
    border-left: 100vw solid transparent;
    border-bottom: 60px solid #EAF4FF;
}
.commonBg:after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -60px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #EAF4FF;
    border-right: 100vw solid transparent;
    border-left: 0 solid transparent;
    border-bottom: 0 solid #EAF4FF;
}
.linkArrow {
    position: relative;
}
.linkArrow:before {
    content: "";
    height: 2px;
    display: block;
    width: 20px;
    position: absolute;
    bottom: 10px;
    right: -32px;
    background: #FF3D47;
}
.linkArrow:after{
    position: absolute;
    bottom: 6px;
    margin: auto;
    content: "";
    right: -30px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #FF3D47;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
@media screen and (max-width: 835px) {
    .spOnly {
        display: block !important;
    }
    .pcOnly {
        display: none !important;
    }
    .container {
        padding-top: 60px;
    }
    .headerInner h1 {
        width: 76%;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 9999;
        transition: .3s ease;
        background: #fff;
        padding: 20px 2em;
    }
    .headerInner {
        padding: 0;
        margin: 0;
    }
    .headerBox {
        display: none;
    }
    /* navBtn */
    .navBtnWrap {
        display: block;
        position: fixed;
        top: 1.2em;
        right: 5%;
        z-index: 10001;
    }
    .navBtn {
        height: 21px;
        width: 45px;
        transition: opacity .25s ease;
        display: block;
    }
    .navBtn:hover {
        opacity: .7;
    }
    .navBtn.active .bar1 {
        transform: translateY(9px) translateX(0) rotate(45deg);
        background: #1966B5;
        width: 68%;
        left: 1.4em;
    }
    .navBtn.active .bar2 {
        opacity: 0;
        background: #1966B5;
    }
    .navBtn.active .bar3 {
        transform: translateY(-9px) translateX(0) rotate(-45deg);
        background: #1966B5;
    }
    .navBtnWrap span {
        font-size: 0.8rem;
        display: block;
        text-align: right;
        margin-top: 5px;
        color: #1966B5;
        font-weight: bold;
    }
    .navBtn i {
        background: #1966B5;
        border: none;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .35s ease;
        cursor: pointer;
    }
    .navBtn i:nth-of-type(2) {
        top: 9px;
        width: 88%;
        right: 0;
        left: inherit;
    }
    .navBtn i:nth-of-type(3) {
        top: 18px;
        width: 68%;
        left: inherit;
        right: 0;
    }
     /* nav */
     .nav {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s, visibility .5s;
        overflow: hidden;
        z-index: 10000;
        display: block;
    }
    .nav.open {
        opacity: .9;
        visibility: visible;
    }
    .nav nav {
        width: 100%;
        margin-top: 7em;
        background: none;
    }
    .nav ul {
        margin: 0 auto;
        text-align: left;
        width: 100%;
        display: block;
    }
    .nav li {
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .5s;
        transition-delay: .5s;
        border-bottom: 1px solid #fff;
    }
    .nav.open li {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
    .nav.open li:nth-child(1) {
        transition-delay: .5s;
    }
    .nav.open li:nth-child(2) {
        transition-delay: .6s;
    }
    .nav.open li:nth-child(3) {
        transition-delay: .7s;
    }
    .nav.open li:nth-child(4) {
        transition-delay: .8s;
    }
    .nav.open li:nth-child(5) {
        transition-delay: .9s;
    }
    .nav.open li:nth-child(6) {
        transition-delay: 1s;
    }
    .nav.open li:nth-child(7) {
        transition-delay: 1.1s;
    }
    .nav.open li:nth-child(8) {
        transition-delay: 1.2s;
    }
    .nav.open li:nth-child(9) {
        transition-delay: 1.3s;
    }
    .nav li a {
        display: block;
        padding: 20px 20px 20px 50px;
        font-size: 1.8rem;
        color: #fff;
        background: #1966B5;
        position: relative;
    }
    .nav li a:before {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 20px;
        content: '';
        width: 12px;
        height: 12px;
        display: inline-block;
        border: 1px solid;
        border-color: #fff #fff transparent transparent;
        transform: rotate(45deg);
        transition: all .2s;
    }
    header nav {
        display: none;
    }
    .footerInner ul {
        flex-direction: column;
        width: 100%;
    }
    .commonRecruit .inner {
        margin: 0 5%;
        padding-bottom: 20px;
    }
    .commonRecruit .commonFlex {
        flex-direction: column;
    }
    .commonRecruit .comonFlexLeft, 
    .commonRecruit .commonFlexRight {
        width: 100%;
    }
    .commonRecruit .comonFlexLeft {
        margin-bottom: 20px;
    }
    .commonContact .inner {
        margin: 0 5%;
    }
    .commonContact .commonFlex {
        flex-direction: column;
    }
    .commonContact .commonFlexLeft {
        width: 100%;
        padding: 0 0 40px;
        border-right: none;
    }
    .commonContact .commonFlexRight {
        width: 100%;
    }
    .commonFlexRight .commoContactBtn a {
        width: 90%;
    }
    .commonContact2 {
        padding: 60px 0;
    }
    .footerInner li {
        padding: 0;
        border-bottom: 1px solid #1966B5;
    }
    .footerInner li a {
        font-size: 2rem;
        padding: 15px 10px;
        display: block;
        background: #1966B5;
        color: #fff;
    }
    .commonRecruit {
        padding: 40px 0;
    }
    .commonContact.commonBg {
        margin: 60px auto 80px;
    }
    .commonHero {
        padding: 40px 0;
    }
    .commonTtl2 {
        font-size: 2.8rem;
        line-height: 1.4;
    }
    .commonBg {
        margin: 80px auto 0;
        padding: 40px 0;
    }
    .commonTtl1 {
        font-size: 2.3rem;
    }
    nav li a:hover:before {
        display: none;
    }
    nav li a:hover:after {
        display: none;
    }
}
