/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
.aside-info {
    align-items: center;
}
.aside-info_tel {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.04em;
}
.aside-info_tel span {
    margin: 0 9px 0 0;
    color: #074d9c;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}
.aside-info_contact {
    width: 176px;
    height: 70px;
    color: #fff;
    background-image: linear-gradient(to right, rgb(7,77,156) 0%, rgb(7,95,156) 99%);
    font-size: 1.6rem;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 400;
    position: relative;
}
.aside-info_contact a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.aside-info_contact span {
    display: block;
    margin: 0 0 6px;
    font-size: 1.4rem;
}
/* .aside-info_contact::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 1px;
    margin: auto;
    border-bottom: 1px solid;
    position: absolute;
    top: 0; bottom: 0; right: 0;
} */
.aside-sns {
    position: fixed;
    z-index: 997;
}
@media screen and (min-width: 768px) {
    .aside-sns {
        bottom: 40%; right: 25px;
    }
    .aside-sns li:not(:last-child) {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 767px) {
    .aside-info {
        justify-content: center;
    }
    .aside-info_contact {
        margin: 0 auto;
    }
    .aside-sns {
        bottom: 20px; right: 20px;
    }
    .aside-sns li:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 768px) {
    header {
        width: 100%;
        /* position: fixed; */
        top: 0; left: 0;
        z-index: 999;
        background-color: #fff;
    }
    .h_wrap {
        align-items: center;
        height: 80px;
        position: relative;
    }
    .header-main {
        flex: 1;
    }
    .page-ttl {
        margin: 0 0 4px;
    }
    .page-ttl h1 {
        color: #8c8c8c;
        font-size: 1.3rem;
        line-height: 1;
    }
    .header-info {
        margin: 0 0 0 auto;
    }
    .header-info_adr {
        margin: 0 0 10px;
        font-size: 1.4rem;
        line-height: 1.3;
        text-align: right;
    }
    .aside-info {
        justify-content: flex-end;
    }
    .aside-info li:not(:last-child) {
        margin-right: 28px;
    }
    header .aside-info_contact {
        margin: 0 0 0 20px;
    }
    .header_sns {
        align-items: center;
    }
    .header_sns li:not(:last-child) {
        margin-right: 30px;
    }
}
@media screen and (max-width: 767px) {
    /*▼sp_nav*/
}

/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
    background: url(../images/top/main_vis03.jpg) no-repeat center / cover;
}
#top .key {
    background-image: none;
}
.key_wrap {
    align-items: center;
    justify-content: center;
}
#top .key_wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.key_ttl-sub {
    display: inline-block;
    width: auto;
    color: #fff;
    font-weight: 700;
    background-image: linear-gradient(to right, rgb(7,77,156) 0%, rgb(7,95,156) 99%);
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .key {
        overflow: hidden;
        height: 420px;
        position: relative;
        /* margin-top: 80px; */
    }
    .key_wrap {
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        margin: 0;
    }
    #top .key {
        height: calc(100vh - 80px - 60px);
        min-height: 600px;
    }
    .key_ttl {
        width: 1080px;
    }
    .key_ttl-sub {
        min-width: 230px;
        padding: 16px 10px;
        font-size: 3.4rem;
    }
}
@media screen and (max-width: 767px) {
    .key {
        /* margin-top: 60px; */
        height: 200px;
        /* margin-top: 170px; */
        position: relative;
    }
    .key_wrap {
        align-items: center;
        height: 100%;
    }
    .key br {
        display: block;
    }
    #top .key {
        align-items: center;
        height: calc(60vh - 60px);
        min-height: 360px;
    }
    .key_ttl {
        margin: 0 auto;
        padding: 0 10px;
        text-align: left;
    }
    .key_ttl img {
        width: 350px;
    }
    .key_ttl-sub {
        min-width: 230px;
        padding: 12px 10px;
        font-size: 2.4rem;
    }
}

/*-----------------------------------------------------------------------

    nav

-----------------------------------------------------------------------*/
.in_nav {
	display: none;
}
.pull-down:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
    margin: 0 0 0 5px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #074d9c transparent transparent transparent;
	vertical-align: 3px;
}
.pull-down:hover:after {
	/* border-width: 0 5px 5px 5px;
	border-color: transparent transparent #074d9c transparent; */
    content: none;
}
@media screen and (min-width: 768px) {
    .g_nav {
        width: 100%;
        height: 60px;
    }
    .g_nav .h_nav {
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        color: #fff;
        background-color: #074f9c;
    }
    .g_nav .h_nav.fixed {
        width: 100%;
        position: fixed;
        top: 0; left: 0; right: 0;
        z-index: 999;
    }
    .g_nav .h_nav li {
        width: 230px;
        text-align: center;
        line-height: 1;
        font-size: 1.6rem;
        letter-spacing: 0.12em;
        position: relative;
        z-index: 10;
    }
    .g_nav .h_nav li::before {
        content: '';
        background: repeating-linear-gradient(135deg,#349adb,#349adb 3px,#42a1de 3px,#42a1de 6px);
        position: absolute;
        top: 0; bottom: 0; left: 0; right: 0;
        z-index: -1;
        opacity: 0;
        transition: all .3s;
    }
    .g_nav .h_nav li:hover::before {
        opacity: 1;
    }
    .g_nav .h_nav li a {
        padding: 22px 0;
    }
    .g_nav .h_nav a span {
        display: block;
        margin-top: 10px;
        font-size: 1.4rem;
        color: #a68b62;
        font-weight: 500;
        letter-spacing: 0.08em;
    }
    /* in_nav */
    .in_nav {
		width: 100%;
        background-image: repeating-linear-gradient(135deg,#349adb,#349adb 3px,#42a1de 3px,#42a1de 6px);
		position: absolute;
        top: 100%;
	}
	.pull-down {
        padding: 22px 0;
    }
	.pull-down:after {
        content: none;
    }
}
@media screen and (max-width: 767px) {
    .h_logo img {
        height: 30px;
    }
    .h_wrap {
        align-items: center;
        flex-direction: row;
        width: 100%;
        height: 60px;
        padding: 0;
        position: relative;
        z-index: 999;
        transition: all .5s;
        background-color: transparent;
    }
    header {
        position: fixed;
        top: 0; left: 0; right: 0;
        z-index: 999;
        transition: .3s all;
    }
    #nav_toggle {
        position: fixed;
        top: 0; right: 0;
        padding: 19px 20px;
        background-color: #074d9c;
    }
    #nav_toggle span {
        display: block;
        width: 30px;
        height: 2px;
        margin: 0 auto;
        background-color: #fff;
        transition: .3s;
    }
    #nav_toggle span:not(:last-child) {
        margin-bottom: 8px;
    }
    #nav_toggle.active span:nth-of-type(1) {
        -webkit-transform: translate3d(0px, 10px, 0) rotate(45deg);
        transform: translate3d(0px, 10px, 0) rotate(45deg);
    }
    #nav_toggle.active span:nth-of-type(2) {
        opacity: 0;
    }
    #nav_toggle.active span:nth-of-type(3) {
        -webkit-transform: translate3d(0px, -10px, 0) rotate(-45deg);
        transform: translate3d(0px, -10px, 0) rotate(-45deg);
    }
    .g_nav {
        overflow-y: scroll;
        visibility: hidden;
        width: 100%;
        height: 100%;
        padding: 15px 20px 50%;
        background-color: #fff;
        position: fixed;
        top: 0; bottom: 0; left: 0; right: 0;
        transition: 0.5s ease-in-out;
        z-index: 998;
        -webkit-overflow-scrolling: touch;
    }
    .g_nav .partition {
        border-bottom: 1px solid;
        margin: 0 0 10px;
        padding: 0 0 10px;
    }
    .g_nav .h_logo {
        margin-bottom: 40px;
        position: relative;
        z-index: 10;
    }
    .h_nav li {
        width: 100%;
    }
    .h_nav li a {
        padding: 10px 0 10px 15px;
        line-height: 1.3;
        font-size: 1.5rem;
        letter-spacing: 0.05em;
    }
    .h_nav li.pull-down {
        padding: 10px 0 10px 15px;
    }
    .h_nav a span {
        display: inline-block;
        margin: 0 0 0 10px;
        font-size: 1.3rem;
        color: #a68b62;
    }
    .h_nav_sub li a {
        font-size: 1.4rem;
    }
    .g_nav .aside-info {
        justify-content: center;
        margin: 20px auto 0;
        text-align: center;
    }
    .g_nav .aside-info li {
        margin: 5px 10px;
    }
    .g_nav .aside-info .aside-info_tel {
        width: 100%;
    }
    .g_nav .aside-info .aside-info_contact {
        width: 220px;
        margin: 20px auto 0;
    }
    .header-adr {
        text-align: center;
    }
    .header_detail {
        margin-top: 20px;
    }
    .header_sns {
        justify-content: center;
        align-items: center;
        margin: 20px 0 0;
    }
    .header_info-btn {
        width: 170px;
        height: 45px;
        font-size: 1.4rem;
        line-height: 45px;
    }
    .g_nav .footer-sns {
        align-items: center;
        justify-content: center;
        line-height: 1;
        margin: 20px 0 0;
    }
    .g_nav .footer-sns li:not(:last-child) {
        margin-right: 20px;
    }
    .g_nav {
        opacity: 0;
        pointer-events: none;
    }
    .g_nav.open {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }
    .g_nav .h_nav {
        transform: translateX(30vw);
        transition: all .4s;
        opacity: 0;
    }
    .g_nav.open ul {
        transform: translateX(0);
        opacity: 1;
    }
}


/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼top-greeting */
.top-greeting {
    background: url(../images/top/greeting_bg.jpg) no-repeat right / auto 100%;
}
.top-greeting_video {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.5%;
}
.top-greeting_video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; bottom: 0; right: 0; left: 0;
}
@media screen and (min-width: 768px) {
    .top-greeting {
        min-height: 574px;
    }
    .top-greeting_cnt {
        width: 545px;
    }
    .top-greeting_video {
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 2430px) {
    .top-greeting {
        background-position: right calc(50% - 502px) center;
    }
}
@media screen and (max-width: 767px) {
    .top-greeting {
        background-size: cover;
        background-position: center;
    }
    .top-greeting_cnt {
        width: 100%;
        padding: 20px;
        background-color: rgba(255, 255, 255, .6);
    }
    .top-greeting_video {
        margin: 0 0 20px;
    }
}
/* ▼top-guide */
.top-guide {
    background: url(../images/top/guide_bg.jpg) no-repeat center / cover;
}
.top-guide li {
    color: #fff;
    background: url(../images/top/guide_list_bg01.jpg) no-repeat center / cover;
    font-weight: 600;
    text-align: center;
}
.top-guide li:nth-child(2) {
    background-image: url(../images/top/guide_list_bg02.jpg);
}
.top-guide li a {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.top-guide li a::before {
    content: '';
    display: block;
    margin: 0 auto;
    background: url(../images/top/guide_list_ico01.png) no-repeat bottom / contain;
}
.top-guide li:nth-child(2) a::before {
    content: '';
    display: block;
    background-image: url(../images/top/guide_list_ico02.png);
}
.top-guide li a::after {
    content: '';
    margin: auto;
    background: url(../images/top/guide_arrow.png) no-repeat center / contain;
    position: absolute;
    top: 0; bottom: 0; right: 20px;
    z-index: 10;
    transition: all .3s;
}
.top-guide li a:hover::after {
    right: 10px;
}
@media screen and (min-width: 768px) {
    .top-guide li {
        width: 515px;
        height: 358px;
        font-size: 2.6rem;
    }
    .top-guide li a::before {
        width: 100%;
        height: 101px;
        margin-bottom: 15px;
    }
    .top-guide li a::after {
        width: 62px;
        height: 62px;
    }
}
@media screen and (max-width: 767px) {
    .top-guide li {
        width: 100%;
        height: 200px;
        font-size: 2rem;
    }
    .top-guide li:nth-child(n+2) {
        margin-top: 20px;
    }
    .top-guide li a::before {
        width: 100%;
        height: 60px;
        margin-bottom: 15px;
    }
    .top-guide li a::after {
        width: 62px;
        height: 62px;
    }
}
/* ▼top-recruit */
.top-recruit {
    overflow: hidden;
    background: url(../images/top/recruit_bg.png) no-repeat right bottom,
    url(../images/common/stripes01.jpg);
}
.top-recruit .common-ttl,
.top-recruit .common-ttl span {
    color: #fff;
    border-color: #53b8f8;
}
.top-recruit_cnt {
    color: #fff;
}
.top-recruit_lead {
    font-weight: 600;
    line-height: 1.5556;
}
.top-recruit_list {
    width: 100%;
}
.top-recruit_list li {
    color: #349adb;
    background: #fff url(../images/top/guide_btn_bg01.png) no-repeat left / contain;
    font-weight: 600;
    text-align: center;
    position: relative;
}
.top-recruit_list li:nth-child(2) {
    background-image: url(../images/top/guide_btn_bg02.png);
}
.top-recruit_list li:nth-child(3) {
    background-image: url(../images/top/guide_btn_bg03.png);
}
.top-recruit_list li::before {
    content: '';
    width: 14px;
    height: 17px;
    margin: auto;
    background: url(../images/top/guide_btn_arrow.png) no-repeat center / contain;
    position: absolute;
    top: 0; bottom: 0; right: 28px;
    transition: all .3s;
}
.top-recruit_list li:hover::before {
    transform: translateX(6px);
}
@media screen and (min-width: 768px) {
    .top-recruit_img {
        margin: 0 0 0 -420px;
    }
    .top-recruit_cnt {
        width: 540px;
        margin: 0 0 0 auto;
    }
    .top-recruit_lead {
        margin: 0 0 18px;
        font-size: 1.8rem;
    }
    .top-recruit_list {
        margin: 70px 0 0;
    }
    .top-recruit_list li {
        width: 340px;
        font-size: 2.8rem;
    }
    .top-recruit_list li a {
        padding: 19px 0;
    }
}
@media screen and (max-width: 767px) {
    .top-recruit_img {
        width: calc(100% + 20px);
        margin: 0 0 20px -20px;
    }
    .top-recruit_cnt {
        width: 540px;
        margin: 0 0 0 auto;
    }
    .top-recruit_lead {
        margin: 0 0 18px;
        font-size: 1.8rem;
    }
    .top-recruit_list {
        margin: 30px 0 0;
    }
    .top-recruit_list li {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        font-size: 2rem;
    }
    .top-recruit_list li:not(:last-child) {
        margin-bottom: 20px;
    }
    .top-recruit_list li a {
        padding: 25px 0;
    }
}
/* ▼top-line */
.top-line_wrap {
    background: url(../images/top/line_bg.jpg) no-repeat center / cover;
}
.top-line_ttl {
    width: auto;
}
.top-line_ttl span {
    display: inline;
    background-color: #fff;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;
}
.top-line_ttl span.color {
    display: inline-block;
    color: #06c755;
}
@media screen and (min-width: 768px) {
    .top-line_wrap {
        justify-content: flex-end;
        flex-direction: row-reverse;
        width: 830px;
        padding: 32px;
    }
    .top-line_ttl {
        font-size: 2.2rem;
    }
    .top-line_ttl span {
        padding: 6px 16px;
    }
    .top-line_ttl span.color {
        margin: 0 0 18px;
        padding: 9px 20px 16px 16px;
        font-size: 5rem;
        line-height: 0.6;
    }
    .top-line_img {
        margin: 0 20px 0 0;
    }
}
@media screen and (max-width: 767px) {
    .top-line {
        padding: 0;
    }
    .top-line_wrap {
        justify-content: flex-end;
        flex-direction: row-reverse;
        width: 100%;
        padding: 30px 20px;
    }
    .top-line_ttl {
        font-size: 1.4rem;
    }
    .top-line_ttl br {
        display: block;
    }
    .top-line_ttl span {
        padding: 5px 10px;
    }
    .top-line_ttl span.color {
        margin: 0 0 15px;
        padding: 9px 13px 12px;
        font-size: 2.4rem;
        line-height: 0.6;
    }
    .top-line_img {
        width: 90px;
        margin: 0 20px 0 0;
    }
}

/*
    page-works
--------------------*/
/* ▼works-about */
.works-about_list {
    color: #fff;
    background-image: url(../images/common/stripes01.jpg);
}
.works-about_article {
    width: 100%;
}
.works-about_head {
    width: 100%;
    text-align: center;
    color: #074e9c;
    font-weight: 600;
    letter-spacing: 0.12em;
}
.works-about_intro {
    width: 100%;
}
.works-about_intro li {
    display: flex;
    width: 100%;
    align-items: center;
    background: url(../images/works/about_intro_deco.png) no-repeat left / contain;
    background-color: #fff;
}
.works-about_intro li::before {
    content: '';
    flex: 0 0 auto;
    display: block;
    background: url(../images/works/about_intro_num01.png) no-repeat left bottom / contain;
}
.works-about_intro li:nth-child(2)::before {
    background-image: url(../images/works/about_intro_num02.png);
}
.works-about_intro li:nth-child(3)::before {
    background-image: url(../images/works/about_intro_num03.png);
}
.works-about_intro li:nth-child(4)::before {
    background-image: url(../images/works/about_intro_num04.png);
}
.works-about_intro li:nth-child(5)::before {
    background-image: url(../images/works/about_intro_num05.png);
}
.works-about_case figcaption {
    width: 250px;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    color: #349adb;
    border: 1px solid;
    position: relative;
    z-index: 10;
}
/* works-sect */
.works-sect {
    background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
    .works-about {
        background: url(../images/works/about_bg01.png) no-repeat right top,
        url(../images/works/about_bg02.png) no-repeat left bottom 89px;
    }
    .works-about_wrap {
        flex-direction: row-reverse;
    }
    .works-about_cnt {
        width: 540px;
        line-height: 1.875;
    }
    .works-about_list {
        margin: 0 0 35px;
        padding: 35px 50px;
        font-size: 2.1rem;
    }
    .works-about_list li {
        width: 156px;
    }
    .works-about_list li:nth-child(n+3) {
        margin-top: 8px;
    }
    .works-about_article {
        margin-top: 60px;
    }
    .works-about_head {
        margin: 0 0 40px;
        font-size: 2.4rem;
    }
    .works-about_intro li {
        padding: 24px 100px;
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .works-about_intro li:not(:last-child) {
        margin-bottom: 30px;
    }
    .works-about_intro li::before {
        width: 89px;
        height: 48px;
        margin: 0 60px 0 0;
    }
    .works-about_case figcaption {
        margin: -25px auto 0;
        padding: 3px 0;
        font-size: 2.1rem;
    }
}
@media screen and (max-width: 767px) {
    .works-about {
        background: url(../images/works/about_bg01.png) no-repeat right top,
        url(../images/works/about_bg02.png) no-repeat left bottom;
    }
    .works-about_cnt {
        width: 100%;
        margin: 20px 0 0;
        line-height: 1.875;
    }
    .works-about_list {
        margin: 0 0 20px;
        padding: 20px;
        font-size: 1.6rem;
    }
    .works-about_list li {
        width: 50%;
    }
    .works-about_list li:nth-child(n+3) {
        margin-top: 8px;
    }
    .works-about_article {
        margin-top: 40px;
    }
    .works-about_head {
        margin: 0 0 20px;
        font-size: 1.8rem;
    }
    .works-about_intro li {
        padding: 20px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .works-about_intro li:not(:last-child) {
        margin-bottom: 20px;
    }
    .works-about_intro li::before {
        width: 44.5px;
        height: 24px;
        margin: 0 20px 0 0;
    }
    .works-about_case li {
        width: 326px;
        margin: 0 auto;
    }
    .works-about_case li:not(:last-child) {
        margin-bottom: 10px;
    }
    .works-about_case figcaption {
        margin: -22px auto 0;
        padding: 3px 0;
        font-size: 1.8rem;
    }
}

/*
    page-flow
--------------------*/
/* ▼flow-main */
.flow-main {
    background: url(../images/flow/flow_bg.png) no-repeat left bottom;
}
.flow-main_lead {
    text-align: center;
    color: #349adb;
    background-color: #fff;
    font-weight: 600;
    letter-spacing: 0.12em;
    border: 1px solid;
    position: relative;
}
.flow-main_lead::after {
    content: '';
    width: 47px;
    height: 16px;
    margin: auto;
    background: url(../images/flow/flow_arrow.jpg) no-repeat center / cover;
    position: absolute;
    left: 0; right: 0; top: 100%;
}
.flow-main_list li {
    color: #fff;
    background-image: linear-gradient(to right, rgb(7,77,156) 0%, rgb(7,95,156) 99%);
    letter-spacing: 0.12em;
    position: relative;
}
.flow-main_list li:not(:last-child)::after {
    content: '';
    width: 114px;
    height: 35px;
    margin: auto;
    background: url(../images/flow/flow_list_arrow.jpg.png) no-repeat center / contain;
    position: absolute;
    left: 0; right: 0;
}
.flow-main_list li dt {
    text-align: center;
}
.flow-main_list li dt span {
    border-bottom: 1px solid;
}
@media screen and (min-width: 768px) {
    .flow-main_lead {
        margin: 0 0 38px;
        font-size: 2.8rem;
    }
    .flow-main_list li {
        padding: 24px 0;
    }
    .flow-main_list li:not(:last-child) {
        margin-bottom: 65px;
    }
    .flow-main_list li:not(:last-child)::after {
        top: calc(100% + 15px);
    }
    .flow-main_list li dl {
        justify-content: flex-start;
        font-size: 2.4rem;
    }
    .flow-main_list li dt {
        width: 340px;
        margin: 0 80px 0 0;
        border-right: 1px solid;
    }
}
@media screen and (max-width: 767px) {
    .flow-main_lead {
        margin: 0 0 30px;
        padding: 5px 0;
        font-size: 2rem;
    }
    .flow-main_list li {
        padding: 24px 0;
    }
    .flow-main_list li:not(:last-child) {
        margin-bottom: 45px;
    }
    .flow-main_list li:not(:last-child)::after {
        height: 25px;
        top: calc(100% + 10px);
    }
    .flow-main_list li dl {
        justify-content: flex-start;
        font-size: 1.4rem;
    }
    .flow-main_list li dt {
        width: 160px;
        margin: 0 20px 0 0;
        border-right: 1px solid;
    }
}

/*
    page-recruit
--------------------*/
/* ▼recruit-greeting */
.recruit-greeting_cnt {
    color: #fff;
    background: linear-gradient(to left top, rgba(255,255,255,.06), rgba(255,255,255,.06) 50%, transparent 50%) no-repeat right bottom / 433px 147px,
    url(../images/common/stripes01.jpg);
}
.recruit-greeting_cnt .common-lead {
    color: #074e9c;
    background-color: #fff;
}
.recruit-greeting_list li {
    display: flex;
    align-items: center;
    font-weight: 600;
}
.recruit-greeting_list li::before {
    content: '';
    width: 30px;
    height: 26px;
    display: inline-block;
    background: url(../images/recruit/check.png) no-repeat center / contain;
}
@media screen and (min-width: 768px) {
    .recruit-greeting_cnt {
        padding: 40px;
    }
    .recruit-greeting_list {
        width: 430px;
        font-size: 2.1rem;
    }
    .recruit-greeting_list li:not(:last-child) {
        margin-bottom: 13px;
    }
    .recruit-greeting_list li::before {
        margin: 0 19px 0 0;
    }
}
@media screen and (max-width: 767px) {
    .recruit-greeting_cnt {
        padding: 20px;
    }
    .recruit-greeting_cnt .common-lead {
        font-size: 1.7rem;
    }
    .recruit-greeting_list {
        width: 100%;
        margin: 20px 0 0;
        font-size: 1.5rem;
    }
    .recruit-greeting_list li:not(:last-child) {
        margin-bottom: 13px;
    }
    .recruit-greeting_list li::before {
        margin: 0 15px 0 0;
    }
}
/* ▼recruit-emphasis */
.recruit-emphasis {
    background: url(../images/recruit/emphasis_bg.jpg) no-repeat center / cover;
}
.recruit-emphasis_list li {
    color: #074e9c;
    background-color: #fff;
    font-weight: 600;
    border: 1px solid #b6b6b6;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .recruit-emphasis_list {
        justify-content: center;
        margin-top: 40px;
    }
    .recruit-emphasis_list li {
        width: 327px;
        padding: 22px 0;
        font-size: 2.1rem;
    }
    .recruit-emphasis_list li:not(:last-child) {
        margin-right: 140px;
    }
}
@media screen and (max-width: 767px) {
    .recruit-emphasis_list {
        display: block;
    }
    .recruit-emphasis_list li {
        width: 320px;
        margin: 0 auto;
        padding: 17px 0;
        font-size: 1.6rem;
    }
    .recruit-emphasis_list li:not(:last-child) {
        margin-bottom: 20px;
    }
}












/*
    page-company
--------------------*/
.company-info_map {
    border: 1px solid #bfbfbf;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .company-info_map {
        height: 280px;
        margin: 40px 0 0;
    }
}
@media screen and (max-width: 767px) {
    .company-info_map {
        height: 200px;
        margin: 30px 0 0;
    }
}


/*
    page-gallery
--------------------*/
/* ▼gallery-main */
.gallery-main {
    background-image: url(../images/common/pattern01.jpg);
}
.gallery-main .c_ofi {
    padding-top: 100%;
    border: 1px solid #b6b6b6;
}
.gallery-main_cnt {
    background-color: #fff;
}
.gallery-main_cnt-ttl {
    background-color: #dcdcca;
    font-weight: 600;
}
.gallery-main_cnt-capt {
    overflow-y: auto;
    height: 98px;
    padding: 19px 30px;
    background-color: #040200;
    font-size: 1.5rem;
    position: relative;
    z-index: 10;
}
.gallery-main_list-capt {
    overflow: auto;
    max-height: 61px;
    margin: 6px 0 0;
    border-bottom: 1px solid #349adb;
    position: relative;
}
.gallery-main_list-capt span {
    color: #0f6db8;
    font-style: italic;
}
.gallery-main_list-txt {
    font-size: 1.3rem;
    line-height: 1.8462;
}
.modal__content-txt_time {
    color: #0f6db8;
}
@media screen and (min-width: 768px) {
    .gallery-main .common-ttl {
        text-align: left;
    }
    .gallery-main_cnt {
        padding: 30px;
    }
    .gallery-main_cnt:not(:last-child) {
        margin-bottom: 40px;
    }
    .gallery-main_cnt-ttl {
        margin: 0 0 30px;
        padding: 14px 30px 10px;
        font-size: 2rem;
    }
    .gallery-main_list li {
        width: 326px;
    }
    .gallery-main_list li:nth-child(n+4) {
        margin-top: 50px;
    }
    .gallery-main_list li:not(:nth-of-type(3n)) {
        margin-right: 51px;
    }
    .gallery-main_list-capt {
        font-size: 1.5rem;
    }
    .gallery-main_cnt-capt {
        width: calc(100% - 28px);
        margin: -40px 0 0;
    }
    .gallery-main_item {
        width: 400px;
    }
    .modal__content-txt {
        width: 400px;
    }
    .modal__content {
        width: 900px;
    }
}
@media screen and (max-width: 767px) {
    .gallery-main {
        background-position: left 10px center;
    }
    .gallery-main_cnt {
        width: 100%;
        padding: 20px;
    }
    .gallery-main_cnt:not(:last-child) {
        margin-bottom: 30px;
    }
    .gallery-main_cnt-ttl {
        margin: 0 0 20px;
        padding: 10px 20px 6px;
        font-size: 1.6rem;
    }
    .gallery-main_txt {
        font-size: 1.3rem;
    }
    .gallery-main_list li {
        width: 49%;
    }
    .gallery-main_list li br {
        display: block;
    }
    .gallery-main_list li:nth-of-type(n+3) {
        margin-top: 2%;
    }
    .gallery-main_cnt-capt {
        width: calc(100% - 28px);
        margin: -40px 0 0;
    }
    .gallery-main_item {
        width: 100%;
    }
    .modal__content-txt {
        width: 100%;
        margin: 12px 0 0;
    }
    .modal__content {
        width: calc(100% - 40px);
        padding: 20px;
    }
}
/* ▼gallery-detail */
.gallery-detail_ttl {
    color: #fff;
    background-color: #349adb;
    letter-spacing: 0.2em;
}
.gallery-detail .main_img .c_ofi {
    padding-top: 100%;
    border: 1px solid #b6b6b6;
}
.gallery-detail .thumb_nail .c_ofi {
    padding-top: 100%;
}
.gallery-detail_thumb li {
    cursor: pointer;
    transition: all .3s;
}
.gallery-detail_thumb li:hover {
    opacity: 0.8;
}
.gallery-detail_thumb li .c_ofi:hover img {
    transform: scale(1);
}
.gallery-detail_history {
    justify-content: flex-start;
}
.gallery-detail_history dt {
    width: 120px;
    color: #349adb;
    border: 1px solid;
    text-align: center;
    letter-spacing: 0.2em;
}
.gallery-detail_history dd {
    letter-spacing: 0.12em;
}
.gallery-detail .c_table td {
    padding: 12px 30px;
    text-align: right;
}
.gallery-detail_table {
    width: 100%;
}
.gallery-detail_table th {
    color: #fff;
    background-color: #959595;
}
.gallery-detail_table td {
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .gallery-detail_ttl {
        margin: 0 0 25px;
        padding: 10px 15px;
        font-size: 2.1rem;
    }
    .gallery-detail_img {
        width: 489px;
    }
    .gallery-detail_cnt {
        width: 550px;
    }
    .gallery-detail_thumb {
        overflow-y: scroll; 
        width: 300px;
        height: 507px;
        padding: 0 23px 0 0;
    }
    .gallery-detail_thumb .thumb_nail {
        align-content: flex-start;
        width: 100%;
        height: 100%;
    }
    .gallery-detail_thumb li {
        width: 120px;
    }
    .gallery-detail_thumb li:nth-of-type(n+3) {
        margin-top: 20px;
    }
    .gallery-detail .c_table {
        margin-top: 20px;
    }
    .gallery-detail_history dt {
        margin: 0 30px 0 0;
    }
    .gallery-detail_comment {
        margin: 35px 0 0;
    }
    .gallery-new_cnt-description {
        width: 100%;
        margin: 27px 0 0;
    }
    .gallery-detail_table {
        margin: 40px 0 0;
        border: 1px solid #959595;
    }
    .gallery-detail_table tr:not(:last-child) th {
        border-bottom: 1px solid #fff;
    }
    .gallery-detail_table tr:not(:last-child) td {
        border-bottom: 1px solid #959595;
    }
    .gallery-detail_table th,
    .gallery-detail_table td {
        padding: 12px 50px;
        text-align: left;
    }
    .gallery-detail_table th {
        width: 360px;
    }
}
@media screen and (max-width: 767px) {
    .gallery-detail {
        background-position: left 10px center;
    }
    .gallery-detail_ttl {
        margin: 0 0 20px;
        padding: 5px 15px;
        font-size: 2rem;
    }
    .gallery-detail_img {
        width: 100%;
    }
    .gallery-detail_thumb {
        overflow-x: scroll;
        width: 100%;
        margin-top: 20px;
    }
    .gallery-detail_thumb .thumb_nail {
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 100%;
    }
    .gallery-detail_thumb li {
        flex: 0 0 auto;
        width: 40%;
        margin: 0 10px 0 0;
    }
    .gallery-detail_cnt {
        margin: 20px 0 0;
    }
    .gallery-detail_history dt {
        margin: 0 20px 0 0;
    }
    .gallery-detail .c_table {
        margin-top: 20px;
    }
    .gallery-detail .c_table tr {
        display: table-row;
    }
    .gallery-detail .c_table th,
    .gallery-detail .c_table td {
        display: table-cell;
    }
    .gallery-detail .c_table th {
        width: 107px;
    }
    .gallery-detail .c_table td {
        width: auto;
    }
    .gallery-detail_comment {
        margin: 25px 0 0;
    }
    .gallery-detail .gallery-new_cnt-list li {
        width: 100%;
    }
    .gallery-new_cnt-description {
        width: 100%;
        margin: 20px 0 0;
    }
    .gallery-detail_table {
        margin: 20px 0 0;
    }
    .gallery-detail_table tr {
        display: block;
        border: 1px solid #959595;
    }
    .gallery-detail_table tr:not(:last-child) {
        margin-bottom: 10px;
    }
    .gallery-detail_table th,
    .gallery-detail_table td {
        display: block;
        width: 100%;
        padding: 10px 20px;
    }
}

/* ▼story */
.story {
    background: url(../images/top/story_bg.jpg) no-repeat center / cover;
    position: relative;
    z-index: 10;
}
.story .common-ttl {
    text-align: center;
}
.story .common-ttl span {
    color: #349adb;
}
.story_cnt {
    background-color: #fff;
    position: relative;
}
.story_post a.flex {
    align-items: center;
    line-height: 1;
    position: relative;
    font-weight: 500;
    background-color: #fff;
    letter-spacing: 0.1em;
}
.story_post time {
    color: #1356a1;
}
.story_post .story_post-tag {
    display: inline-block;
    color: #a68b62;
    letter-spacing: 0.06em;
}
.story_post .story_post-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.story_ttl {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 768px) {
    #top .story {
        padding-top: 96px;
    }
    .story_wrap {
        position: relative;
    }
    .story_cnt {
        width: 100%;
        margin: 0 auto;
        padding: 45px 65px;
        position: relative;
    }
    .story_post:not(:last-child) {
        margin-bottom: 28px;
    }
    .story_post a.flex {
    }
    .story_post time {
        width: 160px;
        display: inline-block;
        margin: 0 30px 0 0;
        border-right: 1px solid #c0c0c0;
    }
    .story_post .story_post-tag {
        margin-right: 30px;
    }
    .story_post .story_post-txt {
        flex: 1;
    }
}
@media screen and (max-width: 767px) {
    .story_ttl {
        margin: 0 0 20px;
        font-size: 2.4rem;
    }
    .story_ttl span {
        margin: 0 20px 0 0;
    }
    .story_cnt {
        width: 100%;
        padding: 20px;
        position: relative;
    }
    .story_post a.flex {
        justify-content: flex-start;
    }
    .story_post:not(:last-child) {
        margin-bottom: 15px;
    }
    .story_post time {
        width: 100px;
        display: inline-block;
        border-right: 1px solid #c0c0c0;
        margin: 0 10px 0 0;
    }
    .story_post .story_post-tag {
        margin: 0 20px 0 0;
        line-height: 22px;
    }
    .story_post .story_post-txt {
        flex: 1;
    }
}

/*
    page-contact
--------------------*/
.input_big {
    width: 100%;
}
.input_mid {
    width: 70%;
}
.input_min {
    width: 28%;
    max-width: 85px;
}
.contact-form-table {
    color: #101010;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
}
.contact-form-table td,
.contact-form-table th{
    vertical-align: middle;
    font-weight: 500;
}
.contact-form-table th {
    font-weight: bold;
    text-align: left;
}
.contact-form-table td a {
    display: inline;
    text-decoration: underline;
}
/* ▼button */
.contact_submits button,
.contact_submits input[type='button'],
.contact_submits input[type='submit'] {
    margin: 7px;
    padding: 1em 2em;
    font-size: 16px;
    border: none;
    -webkit-appearance: none;
    transition: all 0.4s ease;
    color: #fff;
    background-color: #074d9c;
}
.contact-form-table td div:not(:last-child) {
    margin: 0 0 5px;
}
.contact_submits.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-privacy {
    width: 100%;
    height: 200px;
    margin: 0 auto 30px;
    border: 1px solid #979797;
}
.contact-privacy iframe {
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px) {
    .contact-main_lead {
        margin: 0 0 30px;
        text-align: center;
        line-height: 1.6667;
    }
    .contact-form-table tr:first-child {
        border-top: 1px solid #aeaeae;
    }
    .contact-form-table tr {
        border-bottom: 1px solid #aeaeae;
    }
    .contact-form-table td,
    .contact-form-table th {
        padding: 20px 30px;
    }
    .contact-form-table th {
        width: 360px;
    }
    .required-mark {
        padding: 2px;
        border-radius: 4px;
    }
}
@media screen and (max-width: 767px) {
    .contact-form-table,
    .contact-form-table tbody,
    .contact-form-table tr,
    .contact-form-table th,
    .contact-form-table td {
        width: auto;
        display: block;
    }
    .contact-form-table tr {
        margin: 0 0 15px;
        border-top: 1px solid #aeaeae;
        border-bottom: 1px solid #aeaeae;
    }
    .contact-form-table th {
        padding: 0 0 0 20px;
        line-height: 40px;
    }
    .contact-form-table td {
        padding: 0 10px 10px;
    }
    .contact-form-table .input_table tr:last-child {
        text-align: center;
    }
    .required-mark {
        float: none;
        margin: 0 0 0 15px;
        padding: 2px 5px 3px;
        border-radius: 4px;
        vertical-align: 2px;
    }
    .contact-form-table input[type='submit']:not(:last-child) {
        margin-bottom: 20px;
    }
    .contact_submits {
        font-size: 14px;
    }
}
/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
footer {
    color: #fff;
    background-image: linear-gradient(to right, rgb(7,77,156) 0%, rgb(24,111,172) 99%);
}
footer .aside-info_contact {
    width: 220px;
    height: 52px;
    color: #349adb;
    background: #f3f3f3;
}
footer .aside-info_tel span {
    color: #349adb;
}
footer .footer-sns {
    justify-content: center;
    align-items: center;
    line-height: 1;
}
footer .copyright {
    color: #349adb;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .footer_wrap {
        padding: 70px 0 80px;
    }
    .footer-ttl {
        margin: 0 0 10px;
    }
    footer .aside-info_contact {
        margin: 0 0 12px auto;
    }
    .footer-info_adr {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .footer-nav {
        width: 100%;
        margin-top: 20px;
    }
    .footer-nav ul.flex {
        justify-content: center;
        line-height: 1;
        color: #fff;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
    }
    .footer-nav ul.flex:not(:last-child) {
        margin-bottom: 20px;
    }
    .footer-nav ul li {
        padding: 0 10px;
        border-right: 1px solid;
    }
    .footer-nav ul.flex li:first-child {
        border-left: 1px solid;
    }
    .footer-sns {
        margin-top: 30px;
    }
    .footer-sns li:not(:last-child) {
        margin-right: 20px;
    }
    .copyright {
        padding: 4px 0;
        font-size: 1.3rem;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    footer {
        text-align: center;
    }
    .footer_wrap {
        justify-content: center;
        padding: 40px 0 30px;
    }
    .footer-ttl {
        margin: 0 0 10px;
    }
    .footer-ttl img {
        height: 40px;
    }
    .footer-info {
        width: 100%;
        margin: 20px 0 0;
    }
    .footer-info_adr br {
        display: block;
    }
    footer .aside-info {
        margin: 20px 0 0;
    }
    footer .aside-info li {
        margin: 5px 10px;
    }
    .copyright {
        font-size: 1rem;
        text-align: center;
    }
}