@charset "utf-8";

/* ------------------------------

	COMMON

------------------------------ */

html {
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0,25,87,0.1);
}

body {
    position: relative;
    color: #3E3A39;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

img {
    vertical-align: baseline;
}

/* ------------------------------

	HEADER

------------------------------ */

header {
	position: fixed;
    left: 0;
    right: 0;
	z-index: 100;
    width: 100%;
	height: 100px;
    margin: 0 auto;
	background: #FFF;
    white-space: nowrap;
}

header #wrap-header {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
}

header nav {
    display: flex;
}

header .nav-header {
	display: flex;
    margin: 42px 15px 0 0;
}

header .nav-header a:hover {
	color: #001957;
}

header .nav-header li {
    font-size: 18px;
    margin: 0 21px
}

@media screen and (max-width: 1080px) {
    
    header .nav-header li {
        margin: 0 1vw;
        font-size: 1.8vw;
    }
    
}

header .logo {
	width: 253.9525px;
    margin: 33px 0 0 38px;
}

header .box-contact {
	width: 260px;
    height: 100px;
    padding: 22px;
    background: #001957;
    color: #FFF;
    text-align: center;
}

header .box-contact a {
    pointer-events: none;  
}

header .box-contact .ttl {
	font-size: 16px;
}

header .box-contact .tel {
    margin: 4px 0px;
	font-size: 23px;
    letter-spacing: 0.05em;
}

header .box-contact .tel img {
    margin: 0 5px 0 0;
}

header .box-contact .time {
	font-size: 10px;
}

@media screen and (max-width: 896px) {
    
    header {
        height: 62.5px;
    }

    header .nav-header {
        display: none;
        position: absolute;
        top: 62.5px;
        width: 100%;
        margin: 0;
        border-top: 1px solid #C5C4C1;
        background: #FFF;
    }

    header .nav-header li {
        height: 60px;
        margin: 0;
        border-bottom: 1px solid #C5C4C1;
        font-size: 14px;
        line-height: 60px;
        text-align: center;
    }
    
    header .nav-header li a {
        display: block;
        pointer-events: auto;
        width: 100%;
        height: 100%;
    }

    header .logo {
        position: absolute;
        width: calc(100vw - 125px - 10vw);
        max-width: 200px;
        height: 62.5px;
        margin: 0 5vw 0 5vw;
    }
    
    header .logo img {
        width: auto;
        height: 28px;
    }
    
    header .logo a {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
    }

    header .box-contact {
        position: absolute;
        top: 0;
        right: 62.5px;
        width: 62.5px;
        height: 62.5px;
        padding: 0;
        border-right: 1px solid #C5C4C1;
        border-left: 1px solid #C5C4C1;
        background: #FFF;
    }
    
    header .box-contact a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        pointer-events: auto;
    }

    header .box-contact .ttl,
    header .box-contact .tel span,
    header .box-contact .time {
        display: none;
    }

    header .box-contact .tel {
        margin: 0;
    }

    header .box-contact .tel img {
        width: 28px;
        height: auto;
        margin: 6px 0 0 2px;
    }
    
}

/* ------------------------------

	MAIN

------------------------------ */

main {
	padding: 100px 0 0 0;
}

@media screen and (max-width: 896px) {
    
    main {
        overflow: hidden;
        padding: 62.5px 0 0 0;
    }   
    
}

/* ------------------------------

	MAIN - MV

------------------------------ */

#wrap-mv {
    display: flex;
    align-items: center;
    max-width: 2048px;
    height: 760px;
    margin: 26px auto 0;
    background: url(../img/index/mv_pc.jpg) no-repeat 50% 50%;
}

#wrap-mv .box-mv {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 54.25vw;
    max-width: 1050px;
    min-width: 640px;
    height: 400px;
    background: #001957;
}

#wrap-mv .box-mv .ttl {
    width: 595px;
    padding-top: 10px;
    color: #FFF;
    font-size: 42px;
    font-weight: bold;
    line-height: 83.15px;
    letter-spacing: 0.1em;
    z-index: 1;
}

@media screen and (max-width: 896px) {
    
    #wrap-mv {
        height: 385px;
        margin: 0 auto;
        background: url(../img/index/mv_sp.jpg) no-repeat 50% 50% /cover;
    }

    #wrap-mv .box-mv {
        justify-content: center;
        width: 100vw;
        max-width: 320px;
        min-width: inherit;
        height: auto;
        min-height: 165px;
        margin: 412px auto 0;
    }

    #wrap-mv .box-mv .ttl {
        width: auto;
        padding: 20px 20px 15px 22px;
        color: #FFF;
        font-size: 20px;
        line-height: 40px;
    }
    
}

@media screen and (max-width: 320px) {
    
    #wrap-mv .box-mv .ttl br {
        display: none;
    }
    
}

/* ------------------------------

	MAIN - GREETING

------------------------------ */

#wrap-greeting {
    position: relative;
    left: 6px;
    max-width: 1500px;
    margin: 170px auto 0;
    background: #001957;
    color: #FFF;
}

@media screen and (max-width: 1680px) {
    #wrap-greeting {
        left: 0;
    }
}

@media screen and (max-width: 1500px) {
    #wrap-greeting {
        overflow: hidden;
    }
}

#wrap-greeting .anchor {
    position: relative;
    top: -100px;
}

#wrap-greeting .box-greeting {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 904px;
    margin: 0 0 0 auto;
}

@media screen and (max-width: 1500px) {
    #wrap-greeting .box-greeting {
        max-width: 60vw;
    }
}

#wrap-greeting .box-greeting .box-ttl {
    width: 100%;
    margin: 0 0 0 auto;
    padding: 162px 0 20px 43px;
}

#wrap-greeting .box-greeting .box-ttl:after {
    content:"";
    display: block;
    position: absolute;
    top: 284px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #FFF;
}

#wrap-greeting .box-greeting .box-ttl .ttl {
    font-size: 18px;
    letter-spacing: 0.1em;
}

#wrap-greeting .box-greeting .box-ttl .ttl-en {
    margin-top: 19px;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#wrap-greeting .box-greeting .box-img {
    position: absolute;
    top: 136px;
    right: 904px;
}

@media screen and (max-width: 1500px) {
    #wrap-greeting .box-greeting .box-img {
        right: 60vw;
    }
}

#wrap-greeting .box-greeting .box-txt {
    width: 100%;
}

#wrap-greeting .box-greeting .box-txt .txt {
    max-width: 710px;
    padding: 41px 44px 0 44px;
    font-size: 16px;
    line-height: 35px;
}

#wrap-greeting .box-greeting .box-txt .txt-name {
    max-width: 692px;
    padding: 8px 43px 0 0;
    font-size: 16px;
    text-align: right;
}

#wrap-greeting .box-person {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1100px;
    padding: 122px 44px 111px 44px;
}

#wrap-greeting .box-person .box-flex {
    display: flex;
    max-width: 500px;
    min-height: 250px;
}

#wrap-greeting .box-person .box-flex:nth-child(1) {
    margin-right: 44px;
}

#wrap-greeting .box-person .box-flex:nth-child(2) {
    margin-right: 9px;
}

#wrap-greeting .box-person .ttl {
    margin-right: 20px;
    padding-right: 19px;
    font-size: 20px;
    border-right: 1px solid #FFF;
    writing-mode: vertical-rl;
    letter-spacing: 0.06em;
}

#wrap-greeting .box-person .txt {
    position: relative;
    top: -9px;
    font-size: 16px;
    line-height: 35px;
}

#wrap-greeting .box-person .list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -9px;
    font-size: 16px;
    line-height: 35px;
}

#wrap-greeting .box-person .list dt {
    width: 21%;
    margin-left: 2%;
}

#wrap-greeting .box-person .list dd {
    width: 77%;
}

@media screen and (max-width: 896px) {
    
    #wrap-greeting {
        margin: 173px auto 0;
    }

    #wrap-greeting .anchor {
        top: -62.5px;
    }

    #wrap-greeting .box-greeting {
        max-width: inherit;
        display: block;
        margin: 0 auto;
    }

    #wrap-greeting .box-greeting .box-ttl {
        padding: 33px 28px 33px 28px;
    }

    #wrap-greeting .box-greeting .box-ttl:after {
        top: 141px;
        left: 0;
    }

    #wrap-greeting .box-greeting .box-ttl .ttl {
        font-size: 15px;
    }

    #wrap-greeting .box-greeting .box-ttl .ttl-en {
        margin-top: 7px;
        font-size: 35px;
    }

    #wrap-greeting .box-greeting .box-img {
        position: relative;
        width: auto;
        max-width: 339px;
        top: -18px;
        right: auto;
    }
    
    #wrap-greeting .box-greeting .box-img img {
        width: 100%;
        height: auto;
    }

    #wrap-greeting .box-greeting .box-txt .txt {
        padding: 8px 38px 0;
        font-size: 13px;
        line-height: 25px;
    }

    #wrap-greeting .box-greeting .box-txt .txt-name {
        padding: 24px 38px 0 0;
        font-size: 13px;
    }

    #wrap-greeting .box-person {
        display: block;
        padding: 0 38px 0 38px;
    }

    #wrap-greeting .box-person .box-flex {
        display: block;
        max-width: inherit;
        min-height: inherit;
    }

    #wrap-greeting .box-person .box-flex:nth-child(1) {
        margin: 62px 0 0 0;
    }

    #wrap-greeting .box-person .box-flex:nth-child(2) {
        margin: 0 0 48px 0;
        border-bottom: 1px solid #FFF;
    }

    #wrap-greeting .box-person .ttl {
        margin-right: 0;
        padding: 23px 0 23px 8px;
        font-size: 13px;
        border-top: 1px solid #FFF;
        border-right: none;
        background: url(../img/common/icon-arrow-right.svg) no-repeat 96% 50%;
        background-size: 8px auto;
        writing-mode: horizontal-tb;
        cursor: pointer;
    }
    
    #wrap-greeting .box-person .ttl.open {
        background: url(../img/common/icon-arrow-bottom.svg) no-repeat 96% 50%;
        background-size: 16px auto;
    }
    
    #wrap-greeting .box-person .box-flex:nth-child(2) .ttl span {
        display: none;
    }

    #wrap-greeting .box-person .txt {
        top: auto;
        padding: 0 0 27px 8px;
        font-size: 13px;
        line-height: 25px;
    }

    #wrap-greeting .box-person .list {
        display: block;
        flex-wrap: wrap;
        top: auto;
        position: relative;
        top: -4px;
        padding: 0 0 14px 8px;
        font-size: 13px;
    }

    #wrap-greeting .box-person .list dt {
        width: auto;
        margin-left: 0;
        line-height: 17px;
    }

    #wrap-greeting .box-person .list dd {
        width: auto;
        line-height: 18px;
        margin-bottom: 11px;
    }

    
}

/* ------------------------------

	MAIN - PHILOSOPHY

------------------------------ */

#wrap-philosophy {
    position: relative;
    max-width: 1500px;
    min-height: 1000px;
    margin: 170px auto 0 0;
    background: #D6DDE9;
}

@media screen and (min-width: 2560px) {
    #wrap-philosophy {
        margin: 170px auto 0 auto;
    }
}

@media screen and (max-width: 1500px) {
    #wrap-philosophy {
        overflow: hidden;
    }
}

#wrap-philosophy .anchor {
    position: relative;
    top: -100px;
}

.box-philosophy {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    max-width: 1100px;
    margin: 0 0 0 auto;
    padding: 0 0 0 44px;
}

.box-philosophy .box-ttl {
    width: 100%;
    padding: 115px 0 20px 0;
}

#wrap-philosophy .box-philosophy .box-ttl:after {
    content:"";
    display: block;
    position: absolute;
    top: 238px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #FFF;
}

#wrap-philosophy .box-philosophy .box-ttl .ttl {
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.1em;
}

#wrap-philosophy .box-philosophy .box-ttl .ttl-en {
    margin-top: 20px;
    color: #001957;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#wrap-philosophy .box-philosophy .box-img {
    position: absolute;
    top: 112px;
    left: 608px;
}

#wrap-philosophy .box-philosophy .box-flex {
    display: flex;
    max-width: 510px;
    min-height: 220px;
    margin: 62px auto 0 2px;
}

#wrap-philosophy .box-philosophy .box-flex:nth-child(2) {
    margin: 109px auto 150px 3px;
}

#wrap-philosophy .box-philosophy .box-flex .ttl {
    margin-right: 27px;
    padding-right: 21px;
    font-size: 20px;
    border-right: 1px solid #9E9C9C;
    writing-mode: vertical-rl;
    letter-spacing: 0.3em;
}

#wrap-philosophy .box-philosophy .box-flex .txt {
    position: relative;
    top: -10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
}

#wrap-philosophy .box-philosophy .box-flex .list {
    position: relative;
    top: -10px;
}

#wrap-philosophy .box-philosophy .box-flex .list li {
    font-size: 22px;
    font-weight: bold;
    line-height: 52px;
}

@media screen and (max-width: 896px) {
    
    #wrap-philosophy {
        overflow: visible;
        position: relative;
        min-height: inherit;
        margin: 78px 28px 0;
        padding-bottom: 1px;
    }

    #wrap-philosophy .anchor {
        top: -62.5px;
    }

    .box-philosophy {
        display: block;
        margin: 0 auto;
        padding: 0;
    }

    .box-philosophy .box-ttl {
        padding: 41px 0 13px 0;
        text-align: center;
    }

    #wrap-philosophy .box-philosophy .box-ttl:after {
        top: 115px;
    }

    #wrap-philosophy .box-philosophy .box-ttl .ttl {
        font-size: 15px;
    }

    #wrap-philosophy .box-philosophy .box-ttl .ttl-en {
        margin-top: 5px;
        font-size: 35px;
    }

    #wrap-philosophy .box-philosophy .box-img {
        position: absolute;
        top: auto;
        right: 0;
        bottom: -227px;
        left: 0;
        max-width: 280px;
        margin: 0 auto;
    }
    
    #wrap-philosophy .box-philosophy .box-img img {
        width: 100%;
        height: auto;
    }

    #wrap-philosophy .box-philosophy .box-flex {
        display: block;
        max-width: inherit;
        min-height: inherit;
    }
    
    #wrap-philosophy .box-philosophy .box-flex:nth-child(1) {
        margin: 32px 0 0 22px;
    }

    #wrap-philosophy .box-philosophy .box-flex:nth-child(2) {
        margin: 27px 0 0 22px;
    }

    #wrap-philosophy .box-philosophy .box-flex .ttl {
        margin-right: 0;
        padding-right: 0;
        font-size: 15px;
        border-right: none;
        writing-mode: horizontal-tb;
    }

    #wrap-philosophy .box-philosophy .box-flex .txt {
        top: auto;
        margin: 8px 0 0 0;
        font-size: 14px;
        line-height: 27.5px;
    }

    #wrap-philosophy .box-philosophy .box-flex .list {
        top: auto;
        margin: 8px 0 112px 0;
    }

    #wrap-philosophy .box-philosophy .box-flex .list li {
        font-size: 14px;
        line-height: 27.5px;
    }
    
}

/* ------------------------------

	MAIN - CONTENTS

------------------------------ */

#wrap-contents {
    min-height: 930px;
    margin: 0 auto;
}

#wrap-contents .anchor {
    position: relative;
    top: -50px;
}

#wrap-contents .box-ttl {
    padding: 170px 0 17px;
    border-bottom: 1px solid #C5C4C1;
    text-align: center;
}

#wrap-contents .box-ttl .ttl {
    font-size: 18px;
    letter-spacing: 0.1em;
}

#wrap-contents .box-ttl .ttl-en {
    margin-top: 22px;
    color: #001957;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#wrap-contents .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    left: 12px;
    max-width: 1100px;
    margin: 85px auto 175.3px;
    padding: 0 40px;
}


@media screen and (max-width: 1024px) {
    #wrap-contents .list {
        left: 0;
    }
}

#wrap-contents .list li {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
    #wrap-contents .list li {
        display: block;
        text-align: center;
    }
}

#wrap-contents .list li:nth-child(n+4):not(:nth-child(n+7)) {
    margin-top: 50px;
}

#wrap-contents .list li:nth-child(7n) {
    margin-top: 75px;
}

#wrap-contents .list li:nth-child(3n+1) {
    width: 33%;
}

#wrap-contents .list li:nth-child(3n+2) {
    width: 38%;
}

#wrap-contents .list li:nth-child(3n) {
    width: 29%;
}

@media screen and (max-width: 1280px) {
    
    #wrap-contents .list li:nth-child(3n+1) {
        width: 28%;
    }

    #wrap-contents .list li:nth-child(3n+2) {
        width: 40%;
    }

    #wrap-contents .list li:nth-child(3n) {
        width: 32%;
    }
}

#wrap-contents .list .img {
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: relative;
}

@media screen and (max-width: 1280px) {
    #wrap-contents .list .img {
        margin: 0 auto;
    }
}

#wrap-contents .list li:nth-child(3n+1) .img {
    width: 66px;
}

#wrap-contents .list li:nth-child(3n+2) .img {
    width: 70px;
}

#wrap-contents .list li:nth-child(3n) .img {
    width: 90px;
}

#wrap-contents .list li .img img {
    position: relative;
}

#wrap-contents .list li:nth-child(1) .img img {
    top: -7px;
    left: 5px;
}

#wrap-contents .list li:nth-child(2) .img img {
    top: -6px;
    left: 0px;
}

#wrap-contents .list li:nth-child(3) .img img {
    top: 6px;
    left: 0px;
}

#wrap-contents .list li:nth-child(4) .img img {
    top: -8px;
    left: 0px;
}

#wrap-contents .list li:nth-child(5) .img img {
    top: 4px;
    left: -2px;
}

#wrap-contents .list li:nth-child(6) .img img {
    top: 8px;
    left: 6px;
}

#wrap-contents .list li:nth-child(7) .img img {
    top: 2px;
    left: 0;
}

#wrap-contents .list .box-txt {
    align-items: center;
    margin: 0 0 0 20px;
}

#wrap-contents .list .box-txt span {
    display: none;
}

@media screen and (max-width: 1280px) {
    #wrap-contents .list .box-txt {
        margin: 20px 0 0 0;
    }
}

#wrap-contents .list .box-txt .ttl {
    color: #001957;
    font-size: 24px;
    line-height: 31px;
}


#wrap-contents .list li:nth-child(4) .ttl,
#wrap-contents .list li:nth-child(6) .ttl {
    position: relative;
    top: 17px;
}

#wrap-contents .list .box-txt .txt {
    margin: 9px 0 0 0;
    font-size: 16px;
    line-height: 25px;
}

#wrap-contents .list li:nth-child(2) .txt{
    position: relative;
    top: -3px;
}

@media screen and (max-width: 896px) {
    
    #wrap-contents {
        min-height: inherit;
    }

    #wrap-contents .anchor {
        top: 125px;
    }

    #wrap-contents .box-ttl {
        padding: 220px 0 14px;
    }

    #wrap-contents .box-ttl .ttl {
        font-size: 15px;
    }

    #wrap-contents .box-ttl .ttl-en {
        margin-top: 5px;
        font-size: 35px;
    }

    #wrap-contents .list {
        display: block;
        left: auto;
        margin: 30px auto 85px;
        padding: 0 20px;
    }
    
    #wrap-contents .list li {
        display: flex;
        justify-content: flex-start;
        width: auto !important;
        margin: 8px 0 0 0 !important;
        text-align: left;
    }
    
    #wrap-contents .list li:nth-child(2n) {
        margin-top: 4px !important;
    }

    #wrap-contents .list li:nth-child(3n) {
        margin-top: 26px !important;
    }

    #wrap-contents .list .img {
        width: 80px !important;
        align-items: center;
    }

    #wrap-contents .list li:nth-child(1) .img img {
        width: 53px;
        top: -11px;
        left: 5px;
    }

    #wrap-contents .list li:nth-child(2) .img img {
        width: 51px;
        top: 0px;
        left: 5px;
    }

    #wrap-contents .list li:nth-child(3) .img img {
        width: 71px;
        top: -1px;
        left: 5px;
    }

    #wrap-contents .list li:nth-child(4) .img img {
        width: 53px;
        top: 12px;
        left: 5px;
    }

    #wrap-contents .list li:nth-child(5) .img img {
        width: 58px;
        top: 23px;
        left: 5px;
    }

    #wrap-contents .list li:nth-child(6) .img img {
        width: 67px;
        top: 8px;
        left: 5px;
    }

    #wrap-contents .list li:nth-child(7) .img img {
        width: 55px;
        top: 12px;
        left: 5px;
    }
    
    #wrap-contents .list .box-txt {
        align-items: center;
        width: calc(100% - 92px) !important;
        margin: 0 0 0 12px;
        text-align: left;
    }
    
    #wrap-contents .list .box-txt span {
        display: inline-block;
    }

    #wrap-contents .list .box-txt .ttl {
        position: relative;
        font-size: 17.5px;
        line-height: 31px;
    }

    #wrap-contents .list li:nth-child(4) .ttl {
        top: 38px;
    }
    
    #wrap-contents .list li:nth-child(5) .ttl {
        top: 33px;
    }
    
    #wrap-contents .list li:nth-child(6) .ttl {
        top: 21px;
    }
    
    #wrap-contents .list li:nth-child(7) .ttl {
        top: 24px;
    }
    
    #wrap-contents .list .box-txt .ttl br {
        display: none;
    }

    #wrap-contents .list .box-txt .txt {
        position: relative;
        margin: 0;
        font-size: 13px;
        line-height: 20.5px;
    }

    #wrap-contents .list li:nth-child(2) .txt{
        top: auto;
    }
    
    #wrap-contents .list li:nth-child(3) .txt{
        top: 3px;
    }
    
    #wrap-contents .list .box-txt .txt br {
        display: none;
    }
    
}

/* ------------------------------

	MAIN - ABOUT US

------------------------------ */

#wrap-aboutus {
    position: relative;
    background: #001957;
    color: #FFF;
}

#wrap-aboutus .anchor {
    position: relative;
    top: -100px;
}

#wrap-aboutus .box-ttl {
    padding: 53px 0 19px;
    border-bottom: 1px solid #C5C4C1;
    text-align: center;
}

#wrap-aboutus .box-ttl .ttl {
    font-size: 18px;
    letter-spacing: 0.1em;
}

#wrap-aboutus .box-ttl .ttl-en {
    margin-top: 22px;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#wrap-aboutus .list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: 21px;
    max-width: 500px;
    margin: 35px auto 32px;
    line-height: 35px;
}

#wrap-aboutus .list dt {
    width: 20%; 
	margin-right: 10%;
	text-align: justify;
	text-align-last: justify;
}

#wrap-aboutus .list dd {
    width: 70%;
    letter-spacing: 0.05em;
}

#wrap-aboutus .box-map #map {
    overflow: hidden;
    z-index: -10;
    width: 100%;
    height: 430px;
}

#wrap-aboutus .box-map #map iframe {
    width: 100%;
    height: 860px;
    margin-top: -215px;
    pointer-events: none;
}

/*
#wrap-aboutus .box-map #map iframe,
#wrap-aboutus .box-map #map object,
#wrap-aboutus .box-map #map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
*/

@media screen and (max-width: 896px) {

    #wrap-aboutus .anchor {
        top: -62.5px;
    }

    #wrap-aboutus .box-ttl {
        padding: 39px 0 14px;
    }

    #wrap-aboutus .box-ttl .ttl {
        font-size: 15px;
    }

    #wrap-aboutus .box-ttl .ttl-en {
        margin-top: 7px;
        font-size: 35px;
    }

    #wrap-aboutus .list {
        display: block;
        left: auto;
        max-width: inherit;
        margin: 34px 30px 24px 39px;
    }

    #wrap-aboutus .list dt {
        width: auto;
        font-size: 13px;
		text-align-last: auto;
        line-height: 1;
    }

    #wrap-aboutus .list dd {
        width: auto;
        margin: 3px 0 18px 0;
        font-size: 13px;
        line-height: 20.5px;
        letter-spacing: inherit;
    }
    
    #wrap-aboutus .list :nth-child(4) {
        margin: 3px 0 28px 0;
    }
    
    #wrap-aboutus .list :nth-child(6) {
        margin: 3px 0 28px 0;
    }

    #wrap-aboutus .box-map #map {
        height: 300px;
    }
    
    #wrap-aboutus .box-map #map iframe {
        height: 600px;
        margin-top: -150px;
    }
    
}

/* ------------------------------

	FOOTER

------------------------------ */

footer {
    position: relative;
    height: 104px;
    background: #001957;
    color: #FFF;
}

footer .wrap-footer {
	display: flex;
    justify-content: space-between;
    max-width: 1100px;
	margin: 0 auto;
    padding: 0 50px;
}

footer .nav {
    display: flex;
    justify-content: space-between;
    width: 532px;
	font-size: 14px;
	margin: 18px 0;
}

footer .nav li.logo {
   margin-right: 13px;
}

footer .nav li a {
   text-decoration: underline;
}

footer .nav li a:hover,
footer .nav li.logo a {
   text-decoration: none;
}

footer .txt-copyright {
	margin: 19px 0 0 40px;
	font-size: 10px;
}

@media screen and (max-width: 896px) {
    
    footer {
        height: 70px;
    }

    footer .wrap-footer {
        justify-content: center;
        padding: 0;
    }

    footer .nav {
        display: none;
    }

    footer .txt-copyright {
        margin: 11px 0 0 0;
        font-size: 8.5px;
    }
    
}

/* ------------------------------

	PAGETOP

------------------------------ */

#pagetop {
    position: fixed !important;
    right: 5vw;
    bottom: 30px;
    z-index: 100;
    cursor: pointer;
}

#pagetop.stop {
    position: absolute !important;
    right: 5vw !important;
    bottom: 754px !important;
    z-index: 100 !important;
}

@media screen and (min-width: 1920px) {
    
    #pagetop {
        right: 20.8vw
    }
    #pagetop.stop {
        right: 20.8vw !important;
    }
    
}

@media screen and (max-width: 896px) {
    
    #pagetop {
        width: 38px;
        right: 19px;
        bottom: 5px;
    }
    
    #pagetop img {
        max-width: 100%;
        height: auto;
    }

    #pagetop.stop {
        right: 19px !important;
        bottom: 378px !important;
    }
    
}

/* ------------------------------

	NAV

------------------------------ */

#nav-toggle {
	display: none;
}

@media (max-width: 896px) {
	
	#nav-toggle{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 62.5px;
		height: 62.5px;
        cursor: pointer;
	}
	
	#nav-toggle div {
		position: relative;
	}
	
	#nav-toggle span{
		display: block;
		position:absolute;
		width: 20px;
		left: 20px;
		height: 2px;
		background: #3F3D33;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	
	#nav-toggle span:nth-child(1){
		top: 24px;
	}
	
	#nav-toggle span:nth-child(2){
		top: 30px;
	}
	
	#nav-toggle span:nth-child(3){
		top: 36px;
	}
	
	.open #nav-toggle span:nth-child(1) {
		top: 28px;
	   -webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	
	.open #nav-toggle span:nth-child(3) {
		top: 28px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	
}


