@charset "utf-8";
/*
theme Name: 大一広告
Description: 共通テンプレート
version： 1.0.0
*/
/* =============================================================================================== */
/* 共通設定                                                                                  */
/* =============================================================================================== */
html {
    font-family: YakuHanJP, "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "verdana", sans-serif;
    font-size: 18px;
}
@media (max-width: 768px) {
    html {
        font-size: 15px;
    }
}
.min {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bold {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.base {
    width: 100%;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
    clear: both;
    position: relative;
}
.inner-base {
    padding: 0 15px;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 768px) {
    .inner-base {
        padding: 0 0;
    }
}
a {
    color: #000000;
}
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}
.post-type-archive-staff .movie-wrap {
    margin-bottom: 15px;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* =============================================================================================== */
/* トップページ                                                                                 */
/* =============================================================================================== */
.pc-movie {
    display: block !important;
}
.sp-movie {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .pc-movie {
        display: none !important;
    }
    .sp-movie {
        display: block !important;
    }
}
@media (orientation: landscape) {
    .pc-movie {
        display: block !important;
    }
    .sp-movie {
        display: none !important;
    }
}
.video {
    max-width: 100%;
    max-height: calc(100vh - 75px);
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .video {
        max-height: calc(100vh - 200px);
    }
}
@media (orientation: landscape) {
    .video {
        max-height: calc(100vh - 0px);
    }
}
/* ヘッダー */
.header-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1380px) {
    .header-list {
        padding: 20px 0 20px;
    }
}
.wrap-logo {
    width: 202px;
    display: block;
}
@media (max-width: 1380px) {
    .wrap-logo {
        width: 150px;
    }
}
.wrap-btn {
    display: flex;
}
.entry-btn {
    background-color: #CC0000;
    border: 2px solid #CC0000;
    width: 180px;
    height: 80px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1380px) {
    .entry-btn {
        width: 100px;
        height: 30px;
        font-size: 14px;
        margin-right: 50px;
    }
}
.entry-btn:hover {
    background-color: #fff;
    color: #CC0000;
}
/* お知らせ */
.wrap-info {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    border-top: 1px dashed #0064DC;
    border-bottom: 1px dashed #0064DC;
    margin: 0 0 80px;
}
@media (max-width: 768px) {
    .wrap-info {
        flex-direction: column;
        margin: 0 0 40px;
    }
}
.wrap-infolist {
    display: flex;
    width: 85%;
}
@media (max-width: 768px) {
    .wrap-infolist {
        flex-direction: column;
        width: 100%;
    }
}
.info-list {
    width: 85%;
}
@media (max-width: 768px) {
    .info-list {
        width: 100%;
    }
}
.page-infolist {
    padding-bottom: 80px;
}
.page-infolist .info-list {
    width: 100%;
}
.info-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px;
}
.info-list li:last-child {
    padding: 0 0 0;
}
.inner-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.info-tit {
    width: 15%;
    padding: 5px 0px;
}
@media (max-width: 768px) {
    .info-tit {
        width: 100%;
        font-weight: bold;
        padding: 5px 0px 20px;
    }
}
.info-list-btn {
    display: flex;
    align-items: flex-end;
    line-height: 1.4em;
}
@media (max-width: 768px) {
    .info-list-btn {
        padding: 30px 0 0;
        justify-content: flex-end;
    }
}
.info-list-btn:hover {
    color: #0064DC;
}
.info-list-btn i {
    color: #0064DC;
    display: inline-block;
    padding-right: 5px;
    font-size: 1.2em;
}
.info-date {
    color: #808080;
    padding: 0 30px 0 0;
    font-weight: bold;
    display: inline-block;
    line-height: 1.4;
}
.info-txt {
    line-height: 1.4;
    padding: 0 15px 0 0;
    display: inline-block;
}
@media (max-width: 768px) {
    .info-txt {
        width: 100%;
        padding: 10px 0 0 0;
    }
}
.info-txt:hover {
    color: #0064DC;
}
.info-cate {
    font-weight: bold;
    display: block;
    color: #0064DC;
    padding: 5px 10px;
    border: 1px solid #0064DC;
    border-radius: 12px;
    text-align: center;
    min-width: 120px;
}
@media (max-width: 768px) {
    .info-cate {
        font-weight: normal;
        min-width: 120px;
    }
}
.info-cate:hover {
    background-color: #0064DC;
    color: #fff;
}
/* トップブロック */
.wrap-top-block {
    padding: 0 0 150px;
    position: relative;
    display: flex;
    flex-direction: row;
}
@media (max-width: 768px) {
    .wrap-top-block {
        padding: 0 0 80px;
    }
}
.wrap-top-block:nth-child(odd) {
    flex-direction: row-reverse;
}
.wrap-top-block:last-child {
    padding: 0 0 30px;
}
.top-block {
    width: 80%;
    position: relative;
}
@media (max-width: 768px) {
    .top-block {
        width: 100%;
    }
}
.wrap-top-img {
    margin: 0 0 20px;
    position: relative;
}
@media (max-width: 768px) {
    .wrap-top-img img {
        width: 100%;
        padding: 0 15% 0 0;
    }
    .wrap-top-block:nth-child(odd) .wrap-top-img img {
        width: 100%;
        padding: 0 0 0 15%;
    }
}
.wrap-top-txt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media (max-width: 768px) {
    .wrap-top-txt {
        flex-direction: column-reverse;
    }
}
.inner-top-txt {
    width: 48%;
}
@media (max-width: 768px) {
    .inner-top-txt {
        width: 100%;
    }
}
.top-slider {
    width: 52%;
    padding: 0 3%;
}
@media (max-width: 768px) {
    .top-slider {
        width: 100%;
        padding: 0 5%;
    }
}
.top-txt {
    text-align: center;
    font-size: 20px;
    line-height: 2.4;
    padding: 45px 0;
}
@media (max-width: 768px) {
    .top-txt {
        font-size: 18px;
        padding: 25px 0;
    }
}
.top-btn {
    display: block;
    text-align: center;
    background-color: #0064DC;
    border: 2px solid #0064DC;
    color: #fff;
    padding: 12px 0;
    font-size: 16px;
}
.top-btn:hover {
    background-color: #fff;
    color: #0064DC;
}
.top-btn i {
    padding: 0 5px 0 0;
    transition: 0s;
}
.top-btn i:hover {
    color: #0064DC;
}
.slick-prev {
    left: 0px;
}
.slick-next {
    right: 0px;
}
.label {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #0064DC;
    width: 35%;
    height: 95px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
}
@media (max-width: 768px) {
    .label {
        right: -20px;
        width: 45%;
        height: 75px;
        font-size: 16px;
    }
}
.wrap-top-block:nth-child(odd) .label {
    right: auto;
    left: -25%;
}
@media (max-width: 768px) {
    .wrap-top-block:nth-child(odd) .label {
        left: -20px;
    }
}
.label span {
    display: block;
    font-size: 15px;
    padding: 10px 0 0;
}
@media (max-width: 768px) {
    .label span {
        font-size: 12px;
    }
}
/* フッター */
.wrap-banner {
    text-align: center;
    padding: 20px 0 70px;
}
@media (max-width: 768px) {
    .wrap-banner {
        padding: 0px 0 30px;
    }
}
.box-banner {
    padding-bottom: 40px;
}
@media (max-width: 768px) {
    .box-banner {
        padding-bottom: 20px;
    }
}
.box-banner:last-child {
    padding-bottom: 0px;
}
.wrap-footer-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
}
.footer-btn {
    width: 48%;
    display: block;
    border: 2px solid #0064DC;
    color: #0064DC;
    text-align: center;
    padding: 20px 0;
}
@media (max-width: 768px) {
    .footer-btn {
        width: 100%;
        margin-bottom: 20px;
    }
}
.footer-btn:hover {
    background-color: #0064DC;
    color: #fff;
}
.wrap-telbox {
    max-width: 640px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .wrap-telbox {
        justify-content: center;
        flex-direction: column;
    }
}
.footer-logo {
    width: 48%;
}
@media (max-width: 768px) {
    .footer-logo {
        width: 202px;
        margin: 0 auto 20px;
    }
}
.telbox {
    width: 48%;
}
@media (max-width: 768px) {
    .telbox {
        width: 100%;
        text-align: center;
    }
}
.txt-add {
    font-size: 14px;
}
.txt-tel {
    font-size: 31px;
    padding: 5px 0;
    font-weight: bold;
    display: block;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .txt-tel {
        font-size: 28px;
        padding: 15px 0;
        font-weight: normal;
    }
}
.txt-tel span {
    font-size: 0.7em;
}
.footer-style {
    background-color: #0064DC;
    color: #fff;
}
.footer-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 0 10px;
}
@media (max-width: 768px) {
    .footer-menu {
        padding: 25px 20px 30px;
    }
}
.footer-menu li.menu-item {
    width: 25%;
    padding-bottom: 15px;
}
@media (max-width: 768px) {
    .footer-menu li.menu-item {
        width: 50%;
        padding-bottom: 25px;
    }
}
.footer-menu li:hover {
    opacity: 0.6;
}
.footer-menu li a {
    display: block;
    color: #fff;
}
.footer-menu li a:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f178";
    font-weight: 300;
    display: inline-block;
    padding-right: 15px;
}
.bottom-menu {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 25px;
}
@media (max-width: 768px) {
    .bottom-menu {
        flex-direction: row;
    }
}
.bottom-menu li:hover {
    opacity: 0.6;
}
.bottom-menu li a {
    display: block;
    color: #fff;
    padding-left: 25px;
    font-size: 14px;
}
@media (max-width: 768px) {
    .bottom-menu li a {
        padding-left: 15px;
        font-size: 12px;
    }
}
.bottom-menu li a:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0da";
    font-weight: 900;
    display: inline-block;
    padding-right: 10px;
}
.copy {
    font-size: 14px;
    text-align: center;
    padding-bottom: 25px;
}
@media (max-width: 768px) {
    .copy {
        font-size: 12px;
        text-align: center;
        padding-bottom: 25px;
    }
}
.wrap-comtit {
    padding: 50px 0;
}
@media (max-width: 768px) {
    .wrap-comtit {
        padding: 30px 0;
    }
}
.comtit {
    font-size: 50px;
    font-weight: bold;
    color: #0064DC;
    text-align: center;
    padding: 0 0 25px;
}
@media (max-width: 768px) {
    .comtit {
        font-size: 30px;
        padding: 0 0 25px;
    }
}
.comtit span {
    font-size: 18px;
    display: block;
    color: #000000;
    padding: 10px 0 0;
}
.comtxt {
    text-align: center;
}
@media (max-width: 768px) {
    .comtxt br {
        display: none;
    }
}
.wrap-gray {
    background-color: #F2F2F2;
    padding: 50px 0 50px;
    margin: 0 0 50px;
}
@media (max-width: 768px) {
    .wrap-gray {
        padding: 30px 0 30px;
    }
}
.wrap-blue {
    background-color: #F2F7FD;
    padding: 50px 0 50px;
    margin: 0 0 50px;
}
@media (max-width: 768px) {
    .wrap-blue {
        padding: 30px 0 30px;
    }
}
.head-tit {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #0064DC;
    margin: 0 0 50px;
}
@media (max-width: 768px) {
    .head-tit {
        font-size: 25px;
        margin: 0 0 30px;
    }
}
.head-tit span {
    font-size: 14px;
    display: block;
    color: #000000;
    padding: 10px 0 0;
}
@media (max-width: 768px) {
    .philosoohy-txt {
        padding: 0 15px;
    }
}
.philosoohy-txt{
	text-align: center;
}
.philosoohy-txt dt {
    color: #0064DC;
    font-size: 40px;
    font-weight: bold;
    padding: 0 0 15px;
}
@media (max-width: 768px) {
    .philosoohy-txt dt {
        font-size: 30px;
    }
}
.philosoohy-txt dd {
    padding: 0 0 20px;
    line-height: 1.8;
}
.name-box {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
@media (max-width: 768px) {
    .name-txt {
        padding: 0 15px;
    }
}
.name-job {
    display: inline-block;
}
.name-ja {
    font-size: 40px;
    letter-spacing: 0.15em;
    padding: 10px 0;
    display: inline-block;
}
.name-en {
    color: #0064DC;
    display: inline-block;
}
.databox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    .databox {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.wrap-dataimg {
    width: 45%;
    padding: 10px 0;
    margin-bottom: 30px;
}
.wrap-dataimg:nth-child(odd) {
    width: 50%;
    padding: 10px 5% 10px 0;
    border-right: 3px dotted #0064DC;
}
@media (max-width: 768px) {
    .wrap-dataimg {
        width: 100%;
        padding: 30px 0;
        margin-bottom: 0px;
        max-width: 250px;
        border-bottom: 3px dotted #0064DC;
    }
    .wrap-dataimg:last-child {
        border-bottom: 0px dotted #0064DC;
    }
    .wrap-dataimg:nth-child(odd) {
        width: 100%;
        padding: 30px 0% 30px 0;
        border-right: 0px dotted #0064DC;
    }
}
.table01 {
    padding: 0 0 50px;
}
@media (max-width: 768px) {
    .table01 {
        padding: 0 15px 50px;
    }
}
.table01:last-child {
    padding-bottom: 0px;
}
.table01 dl {
    display: flex;
}
@media (max-width: 768px) {
    .table01 dl {
        flex-direction: column;
    }
}
.table01 dt {
    padding: 10px 0;
    border-right: 1px solid #0064DC;
    width: 100px;
    flex-shrink: 0;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .table01 dt {
        padding: 10px 0;
        border-right: 0px solid #0064DC;
        border-bottom: 1px solid #0064DC;
        width: auto;
        flex-shrink: 0;
        line-height: 1.4;
    }
}
.table01 dd {
    padding: 10px 0 10px 20px;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .table01 dd {
        padding: 10px 0 10px 0;
    }
}
.work-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 50px;
}
@media (max-width: 768px) {
    .work-box {
        flex-direction: row;
    }
}
.work-box:last-child {
    padding: 0 0 0;
}
.workbox-img {
    width: 49%;
}
@media (max-width: 768px) {
    .workbox-img {
        width: 100%;
    }
}
.workbox-txt {
    width: 49%;
}
@media (max-width: 768px) {
    .workbox-txt {
        width: 100%;
        padding: 20px 0 0;
    }
}
.workbox-txt h3 {
    font-weight: bold;
}
.service-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 35px 0 35px;
    border-top: dotted 1px #0064DC;
}
@media (max-width: 768px) {
    .service-box {
        flex-direction: row;
    }
}
.service-box:last-child {
    padding-bottom: 0px;
}
.servicebox-img {
    width: 49%;
}
@media (max-width: 768px) {
    .servicebox-img {
        width: 100%;
    }
}
.servicebox-txt {
    width: 49%;
}
@media (max-width: 768px) {
    .servicebox-txt {
        width: 100%;
        padding: 20px 0 0;
    }
}
.servicebox-txt h3 {
    font-weight: bold;
    color: #0064DC;
}
.staff-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.staff-list li {
    width: 49%;
    text-align: center;
    padding-bottom: 50px;
}
@media (max-width: 768px) {
    .staff-list li {
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
    }
}
.staff-img {
    padding-bottom: 15px;
    display: block;
}
.staff-name {
    padding-bottom: 15px;
    display: block;
}
.staff-txt {
    padding-bottom: 25px;
    display: block;
    font-size: 16px;
}
@media (max-width: 768px) {
    .staff-txt {
        font-size: 14px;
    }
}
.staff-btn {
    color: #0064DC;
    display: inline-block;
    padding: 0 30px 10px;
    border-bottom: 3px solid #0064DC;
}
.staff-btn:hover {
    padding: 0 40px 10px;
}
.staff-btn i {
    display: inline-block;
    padding: 0 0 0 10px;
}
.catch-staff {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    padding: 40px 0 20px;
    color: #0064DC;
}
@media (max-width: 768px) {
    .catch-staff {
        font-size: 24px;
        padding: 20px 0 20px;
    }
    .catch-staff br {
        display: none;
    }
}
.wrap-txt-staff {
    padding-bottom: 100px;
    line-height: 1.8;
}
@media (max-width: 768px) {
    .wrap-txt-staff {
        padding-bottom: 60px;
    }
}
.job-staff {
    font-size: 16px;
    display: block;
    padding-bottom: 0px;
}
.name-staff {
    display: block;
    padding-bottom: 20px;
}
.back-list {
    text-align: center;
    display: block;
    margin-bottom: 50px;
}
.back-list:hover {
    color: #0064DC;
}
.back-list i {
    padding: 0 10px 0 0;
    color: #0064DC;
}
.list-qa {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 50px;
}
.list-qa li {
    width: 22%;
    padding-bottom: 4%;
}
@media (max-width: 768px) {
    .list-qa li {
        width: 44%;
        padding-bottom: 8%;
    }
}
.modal-box {
    display: none;
    background-color: #fff;
}
.inner-modal {
    display: flex;
}
@media (max-width: 768px) {
    .inner-modal {
        flex-direction: column;
    }
}
.item-img {
    width: 30%;
    padding: 0 5% 0 0;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .item-img {
        width: 100%;
        max-width: 180px;
        padding: 0 0 20px 0;
        margin: auto;
    }
    .item-txt br {
        display: none;
    }
}
.item-txt br {
    line-height: 2.2;
}
@media (max-width: 768px) {
    .item-txt br {
        display: none;
    }
}
.wrap-recruit-bnr {
    margin-bottom: 150px;
}
@media (max-width: 768px) {
    .wrap-recruit-bnr {
        margin-bottom: 50px;
    }
}
.recruit-bnr {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding: 20px 0;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .recruit-bnr {
        font-size: 21px;
    }
}
.recruit-bnr span {
    font-size: 18px;
    display: block;
    padding: 15px 0 0;
}
@media (max-width: 768px) {
    .recruit-bnr span {
        font-size: 16px;
    }
}
.wrap-kv-recruit {
    width: 100%;
    position: relative;
    padding-top: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .wrap-kv-recruit {
        padding-top: 100%;
        margin-bottom: 30px;
    }
}
.bg-recruit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    mix-blend-mode: multiply;
}
/* IE11 */ _:-ms-lang(x)::-ms-backdrop, .bg-recruit {
    opacity: .7;
}
/* Edge */ _:-ms-lang(x)::backdrop, .bg-recruit {
    opacity: .7;
}
@media (max-width: 768px) {
    .bg-recruit {
        padding-top: 100%;
    }
}
.tit-recruit-head {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.tit-recruit-headtxt {
    border: 2px solid #fff;
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    padding: 15px;
}
@media (max-width: 768px) {
    .tit-recruit-head {
        top: 30px;
        justify-content: center;
        align-items: flex-start;
    }
    .tit-recruit-headtxt {
        font-size: 28px;
    }
}
.tit-recruit-txt {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    bottom: 30px;
    color: #fff;
    line-height: 2.2;
}
@media (max-width: 768px) {
    .tit-recruit-txt {
        font-size: 14px;
        line-height: 1.8;
        bottom: 20px;
    }
}
.tit-recruit-txt span {
    font-size: 24px;
    font-weight: bold;
    display: block;
}
@media (max-width: 768px) {
    .tit-recruit-txt span {
        font-size: 18px;
    }
}
.recruit-comtit {
    text-align: center;
    color: #fff;
    font-size: 28px;
    padding: 20px 0;
    font-weight: bold;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .recruit-comtit {
        font-size: 24px;
        padding: 15px 0;
        margin-bottom: 20px;
    }
}
.recruit-comtit span {
    font-size: 18px;
    display: block;
    padding: 10px 0 0 0;
}
@media (max-width: 768px) {
    .recruit-comtit span {
        font-size: 14px;
    }
}
.table-tit {
    font-size: 24px;
    padding-bottom: 20px;
}
@media (max-width: 768px) {
    .table-tit {
        font-size: 21px;
        padding-bottom: 15px;
    }
}
.table-contents {
    margin-bottom: 50px;
}
.table-contents tr {
    border-bottom: dotted 1px #ccc;
}
.table-contents th {
    font-weight: bold;
    padding: 25px 0;
    line-height: 1.8;
    text-align: left;
    width: 25%;
}
@media (max-width: 768px) {
    .table-contents th {
        padding: 10px 0 0;
        width: 100%;
        display: block;
    }
}
.table-contents td {
    padding: 25px 0;
    line-height: 1.8;
}
@media (max-width: 768px) {
    .table-contents td {
        padding: 10px 0;
        width: 100%;
        display: block;
    }
}
.step {
    display: inline-block;
    padding-right: 30px;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    line-height: 1.4em;
}
@media (max-width: 768px) {
    .step {
        padding-right: 20px;
    }
}
.step span {
    font-size: 24px;
    font-weight: bold;
    display: block;
}
.job_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: solid 1px #707070;
    padding: 40px 0 80px;
    margin-bottom: 80px;
}
.job_list li {
    width: 23%;
}
@media screen and (max-width:768px) {
    .job_list {
        padding: 0px 0 20px;
        margin-bottom: 40px;
    }
    .job_list li {
        width: 49%;
        margin-bottom: 20px;
    }
}
.job_list li a {
    display: block;
    padding: 15px 10px;
    font-size: 20px;
    text-align: center;
    border-radius: 25px;
}
@media screen and (max-width:768px) {
    .job_list li a {
        padding: 10px 5px;
        font-size: 16px;
        text-align: center;
        border-radius: 20px;
    }
}
.job_list li a:hover {
    color: #fff;
}
.job_box {
    background-color: #ffffff;
    box-shadow: 0 0 5px #cccccc;
    padding: 25px;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .job_box {
        padding: 10px;
    }
}
.job_bord {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
@media screen and (max-width:768px) {
    .job_bord {
        display: block;
        margin-bottom: 15px;
    }
}
.job_ph {
    width: 235px;
    height: 235px;
    margin-right: 25px;
    flex-shrink: 0;
}
@media screen and (max-width:768px) {
    .job_ph {
        width: 100%;
        height: auto;
        padding-top: 60%;
        margin: 0px auto 30px;
    }
}
.job_table {
    width: calc(100% - 260px);
}
@media screen and (max-width:768px) {
    .job_table {
        width: 100%;
    }
}
.job_table th, .job_table td {
    text-align: left;
    padding: 20px;
    border: 1px solid #cccccc;
}
.job_table th {
    width: 200px;
    font-weight: bold;
}
.job_table th {
    width: 200px;
    font-weight: bold;
}
@media screen and (max-width:768px) {
    .job_table th, .job_table td {
        text-align: left;
        padding: 10px;
        border-bottom: 0px solid #cccccc;
        width: 100%;
        display: block;
    }
    .job_table tr:last-child td {
        border-bottom: 1px solid #cccccc;
    }
}
.btn_detail {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    display: block;
}
.btn_detail:hover {
    opacity: 70;
}
.up_date {
    padding-bottom: 30px;
}
@media screen and (max-width:768px) {
    .up_date {
        padding-bottom: 10px;
    }
}
.rec_table {
    margin-bottom: 100px;
    width: 100%;
}
.rec_table th, .rec_table td {
    padding: 25px 25px;
    font-size: 20px;
    border-style: solid;
    border-width: 1px;
    line-height: 1.6;
}
.rec_table th {
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    width: 30%;
}
.rec_table td {
    width: 70%;
}
@media screen and (max-width:768px) {
    .rec_table {
        margin-bottom: 40px;
    }
    .rec_table th {
        border: none;
    }
    .rec_table td {
        border-top: none;
    }
    .rec_table th, .rec_table td {
        padding: 15px 15px;
        font-size: 17px;
        display: block;
        width: 100%;
    }
}
.rec_table02 {
    margin-bottom: 100px;
    width: 100%;
}
.rec_table02 th, .rec_table02 td {
    padding: 25px 25px;
    font-size: 20px;
    line-height: 1.6;
}
.rec_table02 th {
    color: #ffffff;
    font-weight: bold;
    width: 30%;
}
.rec_table02 td {
    width: 70%;
}
.arrow02 {
    color: #333333 !important;
    font-size: 300% !important;
    padding: 0px !important;
}
@media screen and (max-width:768px) {
    .rec_table02 {
        margin-bottom: 40px;
    }
    .rec_table02 th, .rec_table02 td {
        padding: 15px 15px;
        font-size: 17px;
        display: block;
        width: 100%;
    }
    .blank {
        display: none !important;
    }
}
.page-info-detail {
    padding: 30px 0 100px;
}
@media screen and (max-width:768px) {
    .page-info-detail {
        padding: 30px 0 80px;
    }
}
.page-date {
    color: #707070;
    font-weight: bold;
    padding-bottom: 40px;
}
@media screen and (max-width:768px) {
    .page-date {
        padding-bottom: 20px;
    }
}
.page-tit {
    font-size: 32px;
    padding-bottom: 40px;
}
@media screen and (max-width:768px) {
    .page-tit {
        font-size: 24px;
        padding-bottom: 30px;
        line-height: 1.4;
    }
}
.page-contents {
    padding-bottom: 80px;
}
@media screen and (max-width:768px) {
    .page-contents {
        padding-bottom: 50px;
    }
}
.page-btn {
    text-align: center;
    display: block;
}
.page-btn:hover {
    color: #0064DC;
}
.page-btn i {
    display: inline-block;
    padding-right: 30px;
    transition: 0s;
}
.ggmap {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 15px;
    height: 0;
    overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn_entry {
    box-shadow: 0 0 5px #cccccc;
    width: 350px;
    margin: 0px auto;
    display: block;
    padding: 25px 0px;
    font-size: 20px;
    text-align: center;
    border-radius: 25px;
    font-weight: bold;
}
.btn_entry i {
    font-size: 80%;
    padding-left: 15px;
    transition: 0s;
}
.wrap_entry {
    margin: 80px 0px 80px
}