@charset "UTF-8";

/* CSS Document */

html,
body {
    height: 100%;
}

body {
    background: transparent;
    padding: 0;
}

#topLogo {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 300;
}

#topFb {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 300;
}

#topFb i {
    color: #FFF;
    font-size: 4.0rem;
}

#topFb a:hover {
    text-decoration: none;
}

#topFb a:hover i {
    color: #063271;
    font-size: 4.0rem;
}

#contents {
    background-color: transparent;
    max-width: 100%;
}

.ef,
.ef2 {
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
}

.ef.slideUp,
.ef2.slideUp {
    opacity: 1;
    transform: translate(0, 0)!important;
    -webkit-transform: translate(0, 0)!important;
}

.fadeIn {
    -moz-animation: fadeIn 5s linear 0s 1;
    -ms-animation: fadeIn 5s linear 0s 1;
    -webkit-animation: fadeIn 5s linear 0s 1;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.imageHolder {
    z-index: -1;
}

.imageHolder.fx {
    height: auto!important;
}

.tblBox {
    display: table;
    height: 90%;
    height: 90vh;
    width: 100%;
}

.tblBoxS {
    display: table;
    height: 70%;
    height: 70vh;
    width: 100%;
}

.tblBox .inr,
.tblBoxS .inr {
    display: table-cell;
    vertical-align: middle;
}

.block1 {
    height: 80%;
    height: 90vh;
    width: 100%;
    margin-bottom: 0;
}

.block1 .topHead {
    background: url(../images/block1_img1.png) center bottom no-repeat;
    line-height: 1.5;
    padding: 65px 0 30px;
}

.block1 .topHead h2 {
    color: #FFF;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 10px;
}

.block1 .topHead h2 span {
    color: #74c9ff;
}

.block1 .topHead p {
    color: #FFF;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.block1 ul {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    /*	overflow: hidden;*/
}

.block1 li {
    float: left;
}

.block1 li.first,
.block1 li:first-child {
    margin-left: 16.5%;
}

.block1 li a {
    background: rgba(24, 24, 79, 0.8);
    box-sizing: border-box;
    border: 1px solid #364368;
    border-bottom: none;
    display: table;
    font-weight: bold;
    font-size: 1.8rem;
    height: 200px;
    width: 200px;
}

.block1 li a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2)
}

.block1 li+li+li a {
    border-bottom: 1px solid #364368;
}

.block1 li a span {
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.block1 li a span::after {
    content: attr(data-text);
    color: #4763b4;
    display: block;
    font-family: Futura, 'texregular', Trebuchet MS, Arial, sans-serif;
    font-size: 1.0rem;
    margin-top: 10px;
}

.block1 li a:hover {
    background: rgba(24, 24, 79, 1.0);
}

.block2 {
    margin-bottom: 0;
    margin-top: 77px;
}

.block2 .btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    line-height: 0;
}

.block2 .btn a {
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #CCC;
    display: inline-block;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    padding: 8px 50px;
    transition: all .2s;
    position: relative;
}

.block2 .btn a::before,
.block2 .btn a::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent;
}

.block2 .btn a::before {
    top: -2px;
    left: -2px;
}

.block2 .btn a::after {
    bottom: -2px;
    right: -2px;
}

.block2 .btn a:hover {
    color: #063271;
    text-decoration: none;
}

.block2 .btn a:hover::before,
.block2 .btn a:hover::after {
    width: 100%;
    height: 100%;
}

.block2 .btn a:hover::before {
    border-bottom-color: #063271;
    border-left-color: #063271;
    transition: height .3s, width .3s .3s;
}

.block2 .btn a:hover::after {
    border-top-color: #063271;
    border-right-color: #063271;
    transition: height .3s, width .3s .3s;
}

.videoBox {
    overflow: hidden;
    position: relative;
    height: 100vh;
    width: 100%;
}

#bgVideo {
    height: auto;
    min-height: 100vh;
    min-width: 100%;
    margin-top: -50px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: auto;
}

.block3 {
    background-color: #FFF;
    overflow: hidden;
    margin-bottom: 0;
}

.block3 .scInrW {
    position: relative;
    z-index: 1;
}

.block3 h2 {
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 4.8rem;
    margin-bottom: 10px;
}

.block3 h2 span {
    color: #063271;
}

.block3 h2::before {
    content: attr(data-text);
    color: #063271;
    display: block;
    font-family: Futura, 'texregular', Trebuchet MS, Arial, sans-serif;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.block3 .caption {
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.block3 .btn a {
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #CCC;
    display: inline-block;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    padding: 8px 50px;
    transition: all .2s;
    position: relative;
}

.block3 .btn a::before,
.block3 .btn a::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent;
}

.block3 .btn a::before {
    top: -2px;
    left: -2px;
}

.block3 .btn a::after {
    bottom: -2px;
    right: -2px;
}

.block3 .btn a:hover {
    color: #063271;
    text-decoration: none;
}

.block3 .btn a:hover::before,
.block3 .btn a:hover::after {
    width: 100%;
    height: 100%;
}

.block3 .btn a:hover::before {
    border-bottom-color: #063271;
    border-left-color: #063271;
    transition: height .3s, width .3s .3s;
}

.block3 .btn a:hover::after {
    border-top-color: #063271;
    border-right-color: #063271;
    transition: height .3s, width .3s .3s;
}

.block3 ul {
    overflow: hidden;
}

.block3 li {
    float: left;
    width: 16.666666666666666666666%;
}

.block3 li+li.ef,
.block3 li+li+li+li+li+li+li+li+li+li.ef {
    transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
}

.block3 li+li+li.ef,
.block3 li+li+li+li+li+li+li+li+li.ef {
    transform: translate(0, 250px);
    -webkit-transform: translate(0, 250px);
}

.block3 li+li+li+li.ef,
.block3 li+li+li+li+li+li+li+li.ef {
    transform: translate(0, 300px);
    -webkit-transform: translate(0, 300px);
}

.block3 li+li+li+li+li.ef,
.block3 li+li+li+li+li+li+li.ef {
    transform: translate(0, 350px);
    -webkit-transform: translate(0, 350px);
}

.block3 li img {
    width: 100%;
}

.block3 .tecBox {
    background: url(../images/block3_h1.png) left bottom no-repeat;
    overflow: hidden;
    padding-top: 100px;
    height: 440px;
    width: 100%;
    position: relative;
}

.block3 .tecBox ul {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    margin-left: -200px;
    width: 1200px;
}

.block3 .histBox {
    background: url(../images/block3_h2.png) right bottom no-repeat #000;
    overflow: hidden;
    padding-top: 100px;
    height: 440px;
    text-align: right;
    width: 100%;
    position: relative;
}

.block3 .histBox ul {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    margin-left: -1200px;
    width: 1200px;
}

.block3 .histBox h2 {
    color: #FFF;
}

.block3 .histBox .caption {
    color: #FFF;
}

.block3 .histBox .btn a {
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #CCC;
    color: #FFF;
}

.block3 .histBox .btn a:hover {
    color: #063271;
}

.block4 {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2453aa;
    padding: 80px 0;
    min-height: 600px;
    max-height: 600px;
    margin-bottom: 0;
}

.block4.nm0 {
    background-image: url(../images/block4_bg0.jpg);
}

.block4.nm1 {
    background-image: url(../images/block4_bg1.jpg);
}

.block4.nm2 {
    background-image: url(../images/block4_bg2.jpg);
}

.block4.nm3 {
    background-image: url(../images/block4_bg3.jpg);
}

.block4.nm4 {
    background-image: url(../images/block4_bg4.jpg);
}

.block4.nm5 {
    background-image: url(../images/block4_bg5.jpg);
}

.block4.nm6 {
    background-image: url(../images/block4_bg6.jpg);
}

.block4.nm7 {
    background-image: url(../images/block4_bg7.jpg);
}

.block4.nm8 {
    background-image: url(../images/block4_bg8.jpg);
}

.block4 h2 {
    color: #FFF;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 3.0rem;
    text-align: center;
    margin-bottom: 20px;
}

.block4 .pageWrap {
    border: 1px solid #9ab1d9;
    width: 100%;
}

.block4 dl dt {
    display: none;
}

.block4 .pageWrap .cateList {
    border-bottom: 1px solid #9ab1d9;
    display: table;
    margin: 0 auto;
    max-width: 1200px;
    table-layout: fixed;
    width: 100%;
}

.block4 .pageWrap .cateList li {
    border-right: 1px solid #9ab1d9;
    color: #FFF;
    cursor: pointer;
    display: table-cell;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.block4 .pageWrap .cateList li:hover,
.block4 .pageWrap .cateList li.current {
    background-color: #FFF;
    color: #2150a6;
}

.block4 .pageWrap .cateList li.last {
    border-right: none;
}

.block4 .page {
    box-sizing: border-box;
    padding: 30px;
    min-height: 350px;
    display: none;
}

.block4 .page.current {
    display: block;
}

.block4 .page li {
    margin-bottom: 30px;
}

.block4 .page li,
.block4 .page li figcaption {
    height: auto!important;
}

.block4 .page li figure {
    position: relative;
    float: left;
    overflow: hidden;
    /*  min-width: 230px;
	max-width: 315px;
	max-height: 220px;*/
    width: 100%;
    color: #000000;
    text-align: center;
}

.block4 .page li figure .img {
    margin-bottom: 0;
}

.block4 .page li figure * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.block4 .page li figure img {
    opacity: 1;
}

.block4 .page li figure:after,
.block4 .page li figure:before {
    background: rgba(24, 24, 79, 1.0);
    width: 200%;
    height: 200%;
    position: absolute;
    content: '';
    opacity: 0.5;
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
    z-index: 1;
}

.block4 .page li figure:after {
    top: 0;
    left: 0;
    -webkit-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%);
}

.block4 .page li figure:before {
    right: 0;
    bottom: 0;
    -webkit-transform: skew(-45deg) translateX(150%);
    transform: skew(-45deg) translateX(150%);
}

.block4 .page li figure figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.block4 .page li figure figcaption h3,
.block4 .page li figure figcaption p {
    color: #FFF;
    margin: 0;
    /*	width: 100%;*/
    opacity: 0;
}

.block4 .page li figure h3 {
    margin: 0 1em 10px!important;
    font-weight: 400;
    /*	text-transform: uppercase;*/
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
}

.block4 .page li figure figcaption p {
    padding: 0 1em;
    font-size: 0.8em;
    font-weight: 500;
}

.block4 .page li figure a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

.block4 .page li figure:hover img,
.block4 .page li figure.hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.block4 .page li figure:hover:after,
.block4 .page li figure.hover:after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
}

.block4 .page li figure:hover:before,
.block4 .page li figure.hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
}

.block4 .page li figure:hover figcaption h3,
.block4 .page li figure.hover figcaption h3,
.block4 .page li figure:hover figcaption p,
.block4 .page li figure.hover figcaption p {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.block4 .page li figure:hover figcaption h3,
.block4 .page li figure.hover figcaption h3 {
    opacity: 1;
}

.block4 .page li figure:hover figcaption p,
.block4 .page li figure.hover figcaption p {
    opacity: 0.7;
}

.block4 .pageWrap .btn {
    text-align: center;
}

.block4 .pageWrap .btn a {
    border: 1px solid #CCC;
    display: inline-block;
    padding: 15px 100px 12px;
    color: #FFF;
}

.block4 .pageWrap .btn a:hover {
    background: rgba(24, 24, 79, 1.0);
    text-decoration: none;
}

.block5 li {
    background-position: left center;
    background-repeat: no-repeat;
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    height: 466px;
    padding: 0 30px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.block5 {
    overflow: hidden;
    margin-bottom: 0;
}

.block5 ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.block5 li {
    background-position: left center;
    background-repeat: no-repeat;
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    height: 466px;
    padding: 0 30px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.block5 li:nth-of-type(1) {
    background-image: url(../images/block5_img1.jpg);
    background-position: top right;
    background-size: cover;
}

.block5 li+li {
    background-image: url(../images/block5_img4.jpg);
}

.block5 li+li.ef {
    transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
}

.block5 li+li+li.ef {
    transform: translate(0, 300px);
    -webkit-transform: translate(0, 300px);
}

.block5 li h3 {
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 3.0rem;
    margin-bottom: 30px;
}

.block5 li h3::after {
    content: attr(data-text);
    color: #063271;
    display: block;
    font-family: Futura, 'texregular', Trebuchet MS, Arial, sans-serif;
    font-size: 1.3rem;
    margin-top: 10px;
}

.block5 li a {
    background: rgba(255, 255, 255, 0.6);
    display: block;
    float: right;
    margin-bottom: 30px;
    padding: 30px 0;
    width: 60%;
}

.block5 li+li a {
    float: left;
}

@media only screen and (max-width: 1200px) {
    .block5 li a {
        float: none!important;
        max-width: 100%;
    }
}

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

.block5 li .btn {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #333;
    color: #FFF;
    display: inline-block;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding: 8px 50px 7px;
    transition: all .2s;
    position: relative;
}

.block5 li .btn::before,
.block5 li .btn::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 1px solid transparent;
}

.block5 li .btn::before {
    top: -1px;
    left: -1px;
}

.block5 li .btn::after {
    bottom: -1px;
    right: -1px;
}

.block5 li:hover .btn {
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    text-decoration: none;
}

.block5 li:hover .btn::before,
.block5 li:hover .btn::after {
    width: 100%;
    height: 100%;
}

.block5 li:hover .btn::before {
    border-bottom-color: #FFF;
    border-left-color: #FFF;
    transition: height .3s, width .3s .3s;
}

.block5 li:hover .btn::after {
    border-top-color: #FFF;
    border-right-color: #FFF;
    transition: height .3s, width .3s .3s;
}

.block6 {
    background-color: #f3f3f3;
    overflow: hidden;
    margin-bottom: 0;
}

.block6 article {
    box-sizing: border-box;
    float: left;
    padding: 155px 30px;
    width: 100%;
}

.block6 article.wordBox {
    background: url(../images/block6_bg1.jpg) center center no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1100px) {
    .block6 article,
    .block7 article {
        width: 100%;
    }
}

.block6 .head,
.block7 .head {
    background-color: #FFF;
    display: table;
    margin: 0 auto;
    height: 210px;
    max-width: 375px;
    width: 30%;
}

.block6 .head .inr {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: url("/images/block6_box_bk.gif");
}

.block6 .head h2 {
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.8rem;
    margin-bottom: 10px;
    color: #fff;
}

.block6 .head h2::after {
    content: attr(data-text);
    color: #063271;
    display: block;
    font-family: Futura, 'texregular', Trebuchet MS, Arial, sans-serif;
    font-size: 1.3rem;
    margin-top: 10px;
    color: #fff;
}

.block6 .head p a {
    border: 1px solid #CCC;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    background-color: #012f6d;
    padding: 8px 30px 7px;
    transition: all .2s;
    position: relative;
}

.block6 .head p a::before,
.block6 .head p a::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 1px solid transparent;
}

.block6 .head p a::before {
    top: -1px;
    left: -1px;
}

.block6 .head p a::after {
    bottom: -1px;
    right: -1px;
}

.block6 .head p a:hover {
    background: rgba(255, 255, 255, 0.6);
    color: #063271;
    text-decoration: none;
}

.block6 .head p a:hover::before,
.block6 .head p a:hover::after {
    width: 100%;
    height: 100%;
}

.block6 .head p a:hover::before {
    border-bottom-color: #063271;
    border-left-color: #063271;
    transition: height .3s, width .3s .3s;
}

.block6 .head p a:hover::after {
    border-top-color: #063271;
    border-right-color: #063271;
    transition: height .3s, width .3s .3s;
}


/* block07 */

.block7 {
    background-color: #f3f3f3;
    overflow: hidden;
    margin-bottom: 0;
}

.block7 article {
    box-sizing: border-box;
    padding: 50px 18%;
    width: 100%;
}

.block7 article:nth-of-type(2) {
    box-sizing: border-box;
    padding: 0 0;
    width: 100%;
    background: #fff;
}

.block7 article:after {
    content: " ";
    display: block;
    clear: both;
}

@media only screen and (max-width: 1100px) {
    .block7 article {
        width: 100%;
        padding: 30px;
    }
}

.block7 .head {
    background-color: #FFF;
    display: table;
    margin: 0 auto;
    height: 210px;
    max-width: 375px;
    width: 30%;
    float: left;
}

.block7 article:nth-of-type(2) .recinr {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.block7 article:nth-of-type(2) .recimg {
    position: absolute;
    left: 0;
}

.block7 article:nth-of-type(2) {
    position: relative;
}

.block7 article:nth-of-type(2) .head {
    background: linear-gradient(#ff5402, #fe0303);
    display: table;
    margin: 0 auto;
    height: 378px;
    max-width: 494px;
    width: 100%;
    float: right;
    border: 6px solid #f86702;
}

.block7 .head .inr {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.block7 .head h2 {
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.8rem;
    margin-bottom: 10px;
}

.block7 article:nth-of-type(2) .head h2 {
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.8rem;
    margin-bottom: 10px;
    color: #fff;
}

.block7 article:nth-of-type(2) .head h2::after {
    content: "RECENT GRADUATE";
    color: #f0ff00;
    display: block;
    font-family: Futura, 'texregular', Trebuchet MS, Arial, sans-serif;
    font-size: 1.3rem;
    margin-top: 10px;
}

.block7 .head h2::after {
    content: attr(data-text);
    color: #063271;
    display: block;
    font-family: Futura, 'texregular', Trebuchet MS, Arial, sans-serif;
    font-size: 1.3rem;
    margin-top: 10px;
}

.block7 article:nth-of-type(2) .head p a {
    border: 1px solid rgba(254, 106, 79, 0.7);
    color: #fff;
    display: inline-block;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    background-color: transparent;
    padding: 8px 50px 7px;
    transition: all .2s;
    position: relative;
}

.block7 .head p a {
    border: 1px solid #CCC;
    color: #000;
    display: inline-block;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    background-color: #fff;
    padding: 8px 30px 7px;
    transition: all .2s;
    position: relative;
}

.block7 .head p a::before,
.block7 .head p a::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 1px solid transparent;
}

.block7 .head p a::before {
    top: -1px;
    left: -1px;
}

.block7 .head p a::after {
    bottom: -1px;
    right: -1px;
}

.block7 .head p a:hover {
    background: rgba(255, 255, 255, 0.6);
    color: #063271;
    text-decoration: none;
}

.block7 .head p a:hover::before,
.block7 .head p a:hover::after {
    width: 100%;
    height: 100%;
}

.block7 .head p a:hover::before {
    border-bottom-color: #063271;
    border-left-color: #063271;
    transition: height .3s, width .3s .3s;
}

.block7 .head p a:hover::after {
    border-top-color: #063271;
    border-right-color: #063271;
    transition: height .3s, width .3s .3s;
}

.block7 ul {
    float: right;
    margin-top: 30px;
    width: 65%;
}

.block7 .newsList li {
    margin-bottom: 10px;
}

.block7 .newsList li.last,
.block7 .newsList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.block7 .newsList li .date {
    width: 15%;
}

.block7 .newsList li .title {
    float: right;
    width: 80%;
}

@media only screen and (max-width: 1300px) {
    .block7 .newsList li .title {
        width: 65%;
    }
}

@media only screen and (max-width: 1200px) {
    .block7 .newsList li .title {
        width: 80%;
    }
}

.newsList li .title::before {
    background-color: #f3f3f3;
}

.newsList li .title::after {
    background-color: #f3f3f3;
}

#footer {
    margin-top: 15px;
}


/*SP*/

@media only screen and (max-width: 800px) {
    #topLogo,
    #topFb {
        display: none;
    }
    #contents {
        margin: 0;
    }
    .imageHolder {
        height: 100%!important;
        height: 100vh!important;
    }
    .block1,
    .block1 .tblBox {
        height: 100vh;
    }
    @media only screen and (max-width: 640px) {
        .block1 .topHead {
            background-size: 160px;
            padding: 30px 0;
        }
        .block1 .topHead h2 {
            font-size: 1.5rem;
            padding: 0 1em;
        }
        .block1 .topHead p {
            font-size: 1.3rem;
            padding: 0 1em;
        }
        .block1 ul {
            max-width: 480px;
        }
        .block1 li a {
            font-size: 1.5rem;
            height: 160px;
            width: 160px;
        }
    }
    @media only screen and (max-width: 490px) {
        .block1 .topHead {
            background-size: 106px;
            padding: 30px 0;
        }
        .block1 ul {
            max-width: 318px;
            overflow: hidden;
        }
        .block1 li a {
            font-size: 1.3rem;
            height: 106px;
            width: 106px;
        }
    }
    .tblBoxS {
        height: 50vh;
    }
    .block2 {
        margin-top: 50px;
        margin-bottom: 0!important;
    }
    .block2 .btn {}
    .videoBox {
        background: url(../images/bg_movie_sp.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;
    }
    .videoBox #bgVideo {
        display: none;
    }
    .block3 h2 {
        font-size: 3.0rem;
    }
    .block3 h2::before {
        font-size: 1.1rem;
    }
    .block3 .caption {
        font-size: 1.4rem;
    }
    .block3 .btn a {
        display: block;
        text-align: center;
        padding: 8px 1em;
    }
    .block3 ul {
        overflow: hidden;
    }
    .block3 li {
        float: left;
        line-height: 0;
        width: 16.666666666666666666666%;
    }
    .block3 .tecBox {
        overflow: hidden;
        padding-top: 40px;
        height: auto;
        width: 100%;
        margin-bottom: -1px;
    }
    .block3 .tecBox .btn {
        margin-bottom: 20px;
    }
    .block3 .tecBox ul {
        position: static;
        margin-left: 0;
        width: 100%;
    }
    .block3 .histBox {
        overflow: hidden;
        padding: 0 0 40px;
        height: auto;
        width: 100%;
        margin-bottom: -1px;
    }
    .block3 .histBox ul {
        position: static;
        margin-left: 0;
        width: 100%;
    }
    /*.block4 .pageWrap .cateList{
	display: block;
}
.block4 .pageWrap .cateList li{
    border-bottom: 1px solid #9ab1d9;
    float: left;
    display: table;
    height: 60px;
    width: 33.333333333333333%;
}
.block4 .pageWrap .cateList li span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}*/
    .block4 {
        background-size: cover;
        padding: 80px 0;
        min-height: auto;
        max-height: inherit;
    }
    .block4 dl dt {
        border-bottom: 1px solid #9ab1d9;
        color: #FFF;
        display: block;
        font-weight: bold;
        font-size: 1.6rem;
        padding: 20px 0;
        text-align: center;
        position: relative;
    }
    .block4 dl dt i {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid #9ab1d9;
        font-size: 1.7rem;
        position: absolute;
        padding: 10px;
        right: 2%;
        top: 18%;
    }
    .block4 dl dd {
        display: none;
    }
    .block4 dl dd.active {
        display: block!important;
    }
    .block4 .pageWrap .cateList {
        display: block;
        table-layout: auto;
        overflow: hidden;
    }
    .block4 .pageWrap .cateList li {
        border-bottom: 1px solid #9ab1d9;
        box-sizing: border-box;
        display: table;
        float: left;
        font-size: 1.3rem;
        font-weight: normal;
        height: 50px;
        width: 33.333333333333333%
    }
    .block4 .pageWrap .cateList li:nth-child(3n) {
        border-right: none;
    }
    .block4 .pageWrap .cateList li+li+li+li+li+li+li {
        border-bottom: none;
    }
    .block4 .pageWrap .cateList li span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .block4 .page li,
    .block4 .page li a {
        display: block;
        height: 200px;
    }
    .block4 .page li figure:after,
    .block4 .page li figure:before {
        background: rgba(24, 24, 79, 0.8);
    }
    .block4 .page li figure img {
        -webkit-filter: none;
        filter: none;
    }
    .block4 .page li figure:after {
        -webkit-transform: skew(-45deg) translateX(-50%);
        transform: skew(-45deg) translateX(-50%);
    }
    .block4 .page li figure:before {
        -webkit-transform: skew(-45deg) translateX(50%);
        transform: skew(-45deg) translateX(50%);
    }
    .block4 .page li figure figcaption h3,
    .block4 .page li figure figcaption p {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .block4 .page li figure figcaption h3 {
        opacity: 1;
    }
    .block4 .page li figure figcaption p {
        opacity: 0.7;
    }
    .block4 .pageWrap .btn a {
        padding: 15px 0 12px;
        display: block;
        width: 100%;
    }
    .block5 ul {
        display: block;
    }
    .block5 li {
        position: relative;
        background-size: cover;
        display: block;
        height: 260px;
        padding: 0;
        width: 100%;
    }
    .block5 li h3 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .block5 li a {
        padding: 25px 5%;
        margin-bottom: 0;
        max-width: 80%;
        width: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 125px;
    }
    .block5 li .btn {
        font-size: 1.1rem;
        padding: 5px 1em;
    }
    .block6 {
        background-color: #f3f3f3;
        overflow: hidden;
        margin-bottom: 0;
    }
    .block6 article {
        box-sizing: border-box;
        float: left;
        padding: 30px;
        width: 50%;
    }
    .block6 article.wordBox {
        background: url(../images/block6_bg1.jpg) center center no-repeat;
    }
    @media only screen and (max-width: 1100px) {
        .block6 article {
            width: 100%;
        }
    }
    .block6 .head,
    .block7 .head {
        float: none;
        height: 245px;
        max-width: 100%;
        width: 100%;
    }
    .block6 .head h2 {
        font-size: 2.8rem;
    }
    .block6 ul,
    .block7 ul {
        float: none;
        width: 100%;
    }
    .block6 .newsList li,
    .block7 .newsList li {
        margin-bottom: 10px;
    }
    .block6 .newsList li.last,
    .block6 .newsList li:last-child,
    .block7 .newsList li.last,
    .block7 .newsList li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .block6 .newsList li .date,
    .block7 .newsList li .date {
        width: 100%;
    }
    .block6 .newsList li .title,
    .block7 .newsList li .title {
        float: none;
        width: 100%;
    }
    .block7 article:nth-of-type(2) .recinr {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .block7 article:nth-of-type(2) .recimg {
        position: static;
        width: 100%;
        display: none;
    }
    .block7 article:nth-of-type(2) .recimg img {
        width: 100%;
        vertical-align: bottom;
    }
    .block7 article:nth-of-type(2) {
        position: relative;
        padding: 30px 0;
        background: url("../images/rec_bk.png") right top, #fff;
        background-size: cover;
    }
    .block7 article:nth-of-type(2) .head {
        background: linear-gradient(#ff5402, #fe0303);
        display: table;
        margin: auto;
        height: 200px;
        max-width: initial;
        width: 80%;
        float: none;
        border: 6px solid #f86702;
    }
    #footer {
        margin-top: 15px;
    }
}


/*------------------------　追加----------------------------*/

.block8 {
    overflow: hidden;
    margin-bottom: 0;
    width: 100%;
}

.block8 .ef {
    position: relative;
    background-repeat: no-repeat;
    text-align: center;
    height: 466px;
    padding: 0 30px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-image: url(../images/block5_img5x.jpg);
    background-position: center center;
    background-size: cover;
}

.block8 .ef {
    transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
}

@media only screen and (max-width: 800px){
    .block8 .ef {
        background-image: url(../images/block5_img5x_sp.jpg);
        background-position: top center;
    }
}

.block8 h3 {
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 3.0rem;
    margin-bottom: 30px;
}

.block8 h3::after {
    content: attr(data-text);
    color: #063271;
    display: block;
    font-family: Futura, 'texregular', Trebuchet MS, Arial, sans-serif;
    font-size: 1.3rem;
    margin-top: 10px;
}

.block8 a {
    position: absolute;
    bottom: 1%;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.6);
    display: block;
    margin-bottom: 30px;
    padding: 30px 0;
    width: 50%;
    max-width: 465px;
}

@media only screen and (max-width: 1200px) {
    .block8 a {
        float: none!important;
        max-width: 100%;
    }
}

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

.block8 .btn {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #333;
    color: #FFF;
    display: inline-block;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding: 8px 50px 7px;
    transition: all .2s;
    position: relative;
}

.block8 .btn::before,
.block8 .btn::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 1px solid transparent;
}

.block8 .btn::before {
    top: -1px;
    left: -1px;
}

.block8 .btn::after {
    bottom: -1px;
    right: -1px;
}

.block8:hover .btn {
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    text-decoration: none;
}

.block8:hover .btn::before,
.block8:hover .btn::after {
    width: 100%;
    height: 100%;
}

.block:hover .btn::before {
    border-bottom-color: #FFF;
    border-left-color: #FFF;
    transition: height .3s, width .3s .3s;
}

.block8:hover .btn::after {
    border-top-color: #FFF;
    border-right-color: #FFF;
    transition: height .3s, width .3s .3s;
}

.ef.is-sdgs img {
    display: block;
    max-width: 519px;
    padding-bottom: 10px;
}

.ef.is-sdgs .sdgsTxt {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.6rem;
    text-align: left;
    font-weight: bold;
    padding-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .block8 {
        background-size: cover;
        display: block;
        height: auto;
        padding: 0;
        width: 100%;
    }
    .block8 .ef {
        height: 260px;
    }
    .block8 h3 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .block8 a {
        top: 0;
        bottom: 0;
        height: 127px;
        padding: 50px 5%;
        width: auto;
        max-width: 80%;
        padding: 25px 5%;
    }
    .block8 .btn {
        font-size: 1.1rem;
        padding: 5px 1em;
    }
    .block5 .ef.is-sdgs a {
        top: 108px;
    }
    .ef.is-sdgs img {
        max-height: 7vw;
        margin: 28px auto 0;
    }
    .ef.is-sdgs .sdgsTxt {
        font-size: 1.2rem;
        text-align: center;
        padding: 0 5%;
    }
}

.block9 {
    overflow: hidden;
    margin-bottom: 0;
    max-height: 378px;
}

.block9 ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.block9 li {
    background-position: left center;
    background-repeat: no-repeat;
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    height: 378px;
    padding: 0 30px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.block9 li:nth-of-type(1) {
    background-image: url(../images/block5_img2.jpg);
    background-position: top center;
    background-size: cover;
}

.block9 li+li.ef {
    transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
}

.block9 li+li+li.ef {
    transform: translate(0, 300px);
    -webkit-transform: translate(0, 300px);
}

.block9 li h3 {
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 3.0rem;
    margin-bottom: 17px;
}

.block9 li h3::after {
    content: attr(data-text);
    color: #063271;
    display: block;
    font-family: Futura, 'texregular', Trebuchet MS, Arial, sans-serif;
    font-size: 1.3rem;
    margin-top: 10px;
}

.block9 li a {
    background: rgba(255, 255, 255, 0.6);
    display: block;
    float: right;
    margin-bottom: 30px;
    padding: 30px 0;
    width: 60%;
}

.block9 li img.logo_carrer {
    display: block;
    max-width: 104px;
    margin: 0 auto 17px;
}

.block9 li+li a {
    float: left;
}

@media only screen and (max-width: 1200px) {
    .block9 li a {
        float: none!important;
        max-width: 100%;
    }
}

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

.block9 li .btn {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #333;
    color: #FFF;
    display: inline-block;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding: 8px 50px 7px;
    transition: all .2s;
    position: relative;
}

.block9 li .btn::before,
.block9 li .btn::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 1px solid transparent;
}

.block9 li .btn::before {
    top: -1px;
    left: -1px;
}

.block9 li .btn::after {
    bottom: -1px;
    right: -1px;
}

.block9 li:hover .btn {
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    text-decoration: none;
}

.block9 li:hover .btn::before,
.block9 li:hover .btn::after {
    width: 100%;
    height: 100%;
}

.block9 li:hover .btn::before {
    border-bottom-color: #FFF;
    border-left-color: #FFF;
    transition: height .3s, width .3s .3s;
}

.block9 li:hover .btn::after {
    border-top-color: #FFF;
    border-right-color: #FFF;
    transition: height .3s, width .3s .3s;
}

.block9 .halfBlock {
    width: 25%;
}

.block9 .halfBlock.recent {
    background: #fe2c02;
}

.block9 .halfBlock.career {
    background: #434ad1;
}

.block9 .halfBlock h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: min(3.0rem, 1.9vw);
}

.block9 .halfBlock h3::after {
    color: #f0f200;
}

.block9 .halfBlock a {
    background: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 0;
}

.block9 .halfBlock .btn {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.261);
    padding: 8px 8% 7px;
}

.block9 .halfBlock:hover .btn {
    background: rgba(0, 0, 0, 0);
}

.block9 .halfBlock:hover .btn::before {
    border-bottom-color: #FFF;
    border-left-color: #FFF;
}

.block9 .halfBlock:hover .btn::after {
    border-top-color: #FFF;
    border-right-color: #FFF;
}

.block10 {
    width: 100%;
    max-width: 1230px;
    padding: 50px 0 0;
    background: #fff;
    margin: 0 auto;
}

.block10 .instaList {
    display: flex;
    justify-content: center;
}

.block10 .instaItem {
    width: 20%;
}

.block10 .ttl {
    max-width: 200px;
    margin: 0 auto 20px;
}

.block10 .ttl img {
    image-rendering: -webkit-optimize-contrast;
}

.block10 img {
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .block9 {
        background-size: cover;
        display: block;
        height: auto;
        padding: 0;
        width: 100%;
        max-height: fit-content;
    }
    .block9 .ef {
        position: relative;
        height: 260px;
        display: block;
    }
    .block9 li h3 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .block9 a {
        float: none!important;
        max-width: 80%;
        width: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 166px;
    }
    .block9 .btn {
        font-size: 1.1rem;
        padding: 5px 1em;
    }
    .block5 .ef.is-sdgs a {
        top: 108px;
    }
    .block9 li+li+li.ef,
    .block9 li+li.ef {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .block9 .halfBlock {
        height: 180px;
    }
    .block9 .halfBlock h3 {
        font-size: 1.6rem;
    }
    .block9 li h3::after {
        font-size: 1.2rem;
    }
    .block9 .halfBlock.recent {
        width: 50%;
        float: left;
    }
    .block9 .halfBlock.career {
        width: 50%;
    }
    .block10 {
        padding: 23px 0 40px;
    }
    .block10 .ttl {
        font-size: 1.6rem;
    }
    .block10 .ttl span::before {
        position: absolute;
        top: 2px;
        left: -24px;
        width: 16px;
        height: 16px;
    }
    .block10 .ttl {
        max-width: 120px;
        margin: 0 auto 10px;
    }
}

.recruit_block {
    overflow: hidden;
    width: 100%;
    background: url(../images/recruit_img01.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-bottom: 0;
}

.recruit_block.ef {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
}

.recruit_cnt {
    padding: 70px 0 60px;
    max-width: 1200px;
    width: 97%;
    margin: 0 auto;
}

.recruit_block .recruit_ttl_sub {
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0 20px;
}

.recruit_block .recruit_txt {
    margin-bottom: 30px;
}

.recruit_block .recruit_btn a {
    border: 1px solid #CCC;
    color: #000;
    font-weight: 700;
    display: inline-block;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    background-color: #fff;
    padding: 9px 50px 7px;
    transition: all .2s;
    position: relative;
}

.recruit_block .recruit_btn a::before,
.recruit_block .recruit_btn a::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 1px solid transparent;
}

.recruit_block .recruit_btn a::before {
    top: -1px;
    left: -1px;
}

.recruit_block .recruit_btn a::after {
    bottom: -1px;
    right: -1px;
}

.recruit_block .recruit_btn a:hover {
    color: #063271;
    text-decoration: none;
}

.recruit_block .recruit_btn a:hover::before,
.recruit_block .recruit_btn a:hover::after {
    width: 100%;
    height: 100%;
}

.recruit_block .recruit_btn a:hover::before {
    border-bottom-color: #063271;
    border-left-color: #063271;
    transition: height .3s, width .3s .3s;
}

.recruit_block .recruit_btn a:hover::after {
    border-top-color: #063271;
    border-right-color: #063271;
    transition: height .3s, width .3s .3s;
}

@media only screen and (max-width: 800px) {
    .recruit_block {
        background-size: cover;
        background-position: 35% center;
    }
    .recruit_cnt {
        width: 90vw;
        padding: 16vw 0 8vw;
    }
    .recruit_block .recruit_ttl img {
        height: 9vw;
        width: auto;
    }
    .recruit_block .recruit_ttl_sub {
        font-size: 13px;
        padding: 1.5vw 0 4vw;
    }
    .recruit_block .recruit_txt {
        margin-bottom: 6vw;
    }
    .recruit_block .recruit_txt img {
        height: 9vw;
        width: auto;
    }
    .recruit_block .recruit_btn a {
        width: 100%;
        text-align: center;
    }
}