*{
    margin: 0;
    position: relative;
    box-sizing: border-box;
}
body{
    background: #fefefe;
    font-family: 'Noto Serif JP', 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック','Arial',sans-serif;
}
._bodyFixed{
    position: fixed;
}
.page-template-front-page {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
}
._serif{
    font-family: 'Noto Serif JP', 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ 明朝', 'MS Mincho','Cambria',sans-serif;
}


header {
    border-top: 2px solid #004488;
    background: #FFFFFF;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1024px;
    margin: 0 auto;
    height: 80px;
}
.header-logo {
    display: block;
    padding: 8px 0;
    height: 100%;
}
.header-logo>img {
    height: 100%;
    object-fit: contain;
    display: block;
}
.header-menu {
    display: flex;
}
.menu-icon {
    display: none;
}
.menu-item,
.menu-item:hover,
.menu-item:visited {
    display: flex;
    flex-direction: column;
    color: #004488;
    text-align: center;
    text-decoration: none;
    padding: 16px;
}
.menu-main {
    display: block;
    font-size: 18px;
    line-height: 1;
}
.menu-sub {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1;
}
.main-image {
    height: 480px;
    overflow: hidden;
}
.main-image._small {
    height: 240px;
}
#nskw {
    background: #001326;
}
.onimage {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.onimage-text,
.onimage-subtext {
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}
.onimage-text {
    padding: 48px 0 16px;
    border-bottom: 2px solid #fff;
    font-size: 56px;
}
.onimage-subtext {
    padding: 16px 0 0;
    font-size: 24px;
}
._small .onimage-text {
    padding: 20px 0 8px;
    border-bottom: 2px solid #fff;
    font-size: 40px;
}
._small .onimage-subtext {
    padding: 8px 0 0;
    font-size: 20px;
}

.contents{
    max-width: 1024px;
    margin: 60px auto 120px;
}
.back-image {
    max-width: 680px;
    max-height: 540px;
    position: absolute;
    right: -240px;
    bottom: -64px;
    opacity: 0.5;
}
.back-image>.earth {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.headding{
    margin: 54px 0 32px;
    font-size: 48px;
    font-weight: bold;
    color: #394b5d;
}
.headding._center {
    text-align: center;
    margin: 54px 0 12px;
}
.headding-sub {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #394b5d;
    margin-bottom: 32px;
}
.headding-sub:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #394b5d;
}
.headding-subtext {
    padding: 0 16px;
    background: #fefefe;
}

.text {
    line-height: 2;
    font-size: 18px;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff;
}
.text._first {
    max-width: 768px;
}
.text._company {
    counter-reset: section;
}
.text._company>p {
    font-size: 24px;
    margin-bottom: 16px;
}
.text._company>p:before {
    display: inline-block;
    margin-right: 16px;
}


.image-lane {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 320px;
}
.image-lane>img {
    display: block;
    width: 33.33%;
    height: 100%;
    object-fit: cover;
}
.logo-image {
    max-width: 220px;
}

.information {
    background: #FAFAFA;
    border-top: 1px solid #EFEFEF;
}
.information-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1024px;
    padding: 16px 0;
    margin: 0 auto;
}
.data-item {
    display: flex;
    font-size: 16px;
}
.data-head {
    width: 100px;
    opacity: 0.5;
    color: #707070;
}
.data-body {
    margin: 0 0 8px;
    width: calc( 100% - 100px);
    color: #707070;
}
footer {
    background: #394B5D;
}
.footer-menu {
    display: flex;
    justify-content: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer-menu .menu-main {
    font-size: 14px;
    color: #FFFFFF;
}
.copy {
    margin: 0;
    margin-bottom: 0;
    padding: 8px;
    text-align: center;
    color: #fff;
    font-size: 10px;
}



.overview-item {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.overview-hedding {
    width: 120px;
    margin-right: 8px;
    text-align: center;
    background: #394b5d;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 16px;
    padding: 8px;
}
.overview-text {
    margin: 0;
    padding: 4px;
    border-bottom: 1px solid #555;
    width: calc(100% - 128px);
    font-size: 20px;
}

.profile-item {
    display: flex;
    margin-bottom: 64px;
}
.profile-image {
    width: 320px;
}
.profile-image>img {
    display: block;
	margin: 0 auto;
    box-shadow: 16px 24px 32px -8px rgba(0,0,0,0.1);
}
.profile-detail {
    width: calc(100% - 320px);
    padding-left: 64px;
}
.profile-head {
    padding: 0 0 4px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 16px;
}
.profile-role {
    display: block;
    font-size: 24px;
    font-weight: bold;
}
.profile-name {
    font-size: 56px;
    font-weight: bold;
    line-height: 1.25;
    margin-right: 12px;
    vertical-align: bottom;
}
.profile-namesub {
    font-size: 24px;
}
.profile-body {
    line-height: 1.75em;
}


.profile-item._wide .profile-detail {
    width: 100%;
    padding: 0;
}
.contact-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-form {
    margin-bottom: 32px;
    text-align: center;
}
.contact-form._col2 {
    width: 49%;
}
.contact-form._col1 {
    width: 100%;
}
.contact-form .wpcf7-text,
.contact-form .wpcf7-textarea {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 16px 16px;
}
.contact-form .wpcf7-text{
    height: 56px;
}
.contact-form .wpcf7-submit {
    background: #1bc;
    color: #FFFFFF;
    border: none;
    padding: 16px 56px;
    font-weight: bold;
}

@media (max-width: 768px) {
    ._serif{
        letter-spacing: -0.03em;
    }
    .header-inner {
        height: 60px;
        padding: 0 8px;
    }
    .header-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 999;
        width: 100%;
        height: 100%;
        padding: 64px 0;
        display: flex;
        opacity: 0;
        pointer-events: none;
        transition: all ease-out .25s;
    }
    .header-menu._is-open {
        opacity: 1;
        pointer-events: all;
        justify-content: space-around;
    }

    .menu-icon {
        display: block;
        width: 32px;
        height: 24px;
        z-index: 1000;
        cursor: pointer;
    }
    .menu-icon>span {
        position: absolute;
        top: 0;
        width: 100%;
        height: 3px;
        background: #004488;
        display: block;
        transition: all ease-out .3s;
    }
    .menu-icon>span:before {
        content: "";
        position: absolute;
        top: 10px;
        width: 100%;
        height: 3px;
        background: #004488;
        display: block;
        transition: all ease-out .3s;
    }
    .menu-icon>span:after {
        content: "";
        position: absolute;
        top: 20px;
        width: 100%;
        height: 3px;
        background: #004488;
        display: block;
        transition: all ease-out .3s;
    }
    ._is-open+.menu-icon>span {
        transform: rotate(45deg) translate(8px,8px);
    }
    ._is-open+.menu-icon>span:before {
        opacity: 0;
    }
    ._is-open+.menu-icon>span:after {
        transform: rotate(-90deg) translate(20px,0px);
    }

    .main-image,
    .main-image._small {
        height: 210px;
    }
    .onimage-text ,
    ._small .onimage-text {
        padding: 0 0 12px;
        border-bottom: 1px solid #fff;
        font-size: 20px;
        letter-spacing: -0.05em;
    }
    .onimage-subtext ,
    ._small .onimage-subtext {
        padding: 8px 0 0;
        font-size: 16px;
    }
    .contents {
        padding: 0 8px;
        margin: 32px 0 120px;
    }
    .headding {
        margin: 32px 0 24px;
        font-size: 18px;
        line-height: 1.5;
    }
    .headding-sub {
        font-size: 16px;
    }
    .text {
        line-height: 2;
        font-size: 14px;
        text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff;
    }
    .text._company>p {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .back-image {
        right: 0;
        bottom: -80px;
    }
    .image-lane {
        display: flex;
        justify-content: space-around;
        width: 100%;
        height: 120px;
    }
    .information-inner {
        flex-direction: column;
    }
    .logo-image {
        height: 120px;
        margin-bottom: 16px;
    }
    .logo-image>img {
        height: 100%;
        object-fit: contain;
    }
    .company-data {
        padding: 0 8px;
    }
    .data-item {
        display: flex;
        font-size: 14px;
    }
    .menu-item,
    .menu-item:hover,
    .menu-item:visited {
        padding: 8px;
    }
    .overview-hedding {
        width: 80px;
        font-size: 14px;
        padding: 4px;
    }
    .overview-text {
        width: calc(100% - 88px);
        font-size: 14px;
    }
    .profile-item {
        flex-direction: column;
        margin-bottom: 32px;
    }
    .profile-image {
        width: 80%;
        margin: 0 auto 16px;
    }
    .profile-detail {
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
        margin: 0 0 36px;
    }
    .profile-role {
        font-size: 16px;
    }
    .profile-name {
        font-size: 32px;
        margin-right: 8px;
    }
    .profile-namesub {
        font-size: 16px;
    }
    .profile-body {
        font-size: 16px;
    }
    .contact-form._col2 {
        width: 100%;
    }
}
/*
body:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    opacity: 1;
    pointer-events: none;
    background: #ffffff;
    z-index: 9999;
    animation: fadeOut .75s .5s forwards;
}
*/
.js-animationContents{opacity: 0;}
.animateReady{opacity: 0;}
.animateStart{animation: fadeIn .75s .25s forwards;}

.onimage-text.animateStart {
    animation: fadeIn .75s .75s forwards;
}
.onimage-subtext.animateStart {
    animation: fadeIn .75s 1s forwards;
}

.back-image.animateReady {
    opacity:0.5;
}
.back-image.animateReady>.earth,
.back-image.animateReady>.hand {
    opacity:0;
}
.back-image.animateStart {
    animation:unset;
}
.back-image.animateStart>.hand {
    animation: fadeIn .75s .25s forwards;}
.back-image.animateStart>.earth {
    animation: fadeInSlideDown 1.5s .5s forwards;
}


.image-lane.animateReady {
    opacity:1;
}
.image-lane.animateReady>img {
    opacity:0;
}
.image-lane.animateStart {
    animation:unset;
}
.image-lane.animateStart>img:nth-child(1) {
    animation: fadeIn .75s .25s forwards;
}
.image-lane.animateStart>img:nth-child(2) {
    animation: fadeIn .75s .5s forwards;
}
.image-lane.animateStart>img:nth-child(3) {
    animation: fadeIn .75s .75s forwards;
}

.profile-image.animateStart {
    animation: fadeInSlideUp .75s 0s forwards;
}


@keyframes fadeIn{0% { opacity: 0;}100%{ opacity: 1;}}
@keyframes fadeOut{0% { opacity: 1;}100%{ opacity: 0;}}
@keyframes fadeInSlideDown{0% {transform: translateY(-25px); opacity: 0;}100%{transform: translateY(0); opacity: 1;}}
@keyframes fadeInSlideUp{0% {transform: translateY(25px); opacity: 0;}100%{transform: translateY(0); opacity: 1;}}
