@charset "UTF-8";


/* -- font
-------------------------------------------------------------------------------- */
@font-face {
    font-family: 'NotoSansJapanese';
    src: url('/special/message/css/font/NotoSansCJKjp-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansJapanese';
    src: url('/special/message/css/font/NotoSansCJKjp-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


/* -- Base and Reset
-------------------------------------------------------------------------------- */
html {
    font-size: 16px;
}
body,html {
	width: 100%;
}
body {
	font: 1rem/1.8 proxima-nova, 'NotoSansJapanese', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, sans-serif;
	text-align: left;
    color: #1c293f;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
input,textarea,select {
	font-family: proxima-nova, 'NotoSansJapanese', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, sans-serif;
	vertical-align: middle;
}
textarea {
	resize: vertical;
}
h1,h2,h3,h4,h5,h6 { font-size: 100%; }
ul,ol { list-style: none; }
fieldset,img { border: 0; vertical-align: top; }
iframe {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
input{
    color:#333;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
label{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a{
    text-decoration:none;
    color:inherit;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:focus{
    outline:none;
}
select::-ms-expand {
    display: none;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout;
}
@media (max-width: 1200px){
    html {
        font-size: 15px;
    }
}
@media (max-width: 768px){
    html {
        font-size: 14px;
    }
}
@media (max-width: 374px){
    html {
        font-size: 13px;
    }
}


/* -- scroll-fade
-------------------------------------------------------------------------------- */
.scroll-fade.slide-in{
    transform: translate(-1.25rem, 3.75rem) skewY(4deg);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}
.scroll-fade.slide-in.delay{
    transition-delay: 0.05s;
}
.scroll-fade.slide-in.active{
    transform: translate(0, 0) skewY(0deg);
    opacity: 1;
}
@media (max-width: 1024px){
    .js-delay-scroll span{
        transform: none!important;
    }
}


/* -- header
-------------------------------------------------------------------------------- */
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 5%;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    min-width: 1024px;
    z-index: 1;
}
header .logo{
    height: 2rem;
}
header .logo img{
    height: 100%;
}
header nav{
    display: flex;
    font-weight: bold;
}
header nav p{
    margin: 0 0.5rem;
}
header nav a{
    letter-spacing: 0.06em;
}
header nav a.active{
    position: relative;
}
header nav a.active::after{
    content: "";
    display: block;
    position: absolute;
    left: -0.03em;
    bottom: 0;
    width: 100%;
    border-top: solid 1px #a9894a;
}
@media (max-width: 768px){
    header {
        position: static;
        padding: 1.375rem 7vw 1.375rem 5vw;
        min-width: auto;
    }
    header .logo {
        height: 1.625rem;
    }
}


/* -- main
-------------------------------------------------------------------------------- */
main{
    display: block;
    background: #f5f4f2;
    min-width: 1024px;
}
main .inner{
    padding: 7.5rem 5rem 0;
    position: relative;
}
main .inner::before{
    content: "";
    display: block;
    width: 100%;
    height: 6.25rem;
    background: #1c293f;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 768px){
    main{
        min-width: auto;
    }
    main .inner {
        padding: 3.75rem 5vw 0;
    }
}


/* -- section
-------------------------------------------------------------------------------- */
.section-ttl{
    margin-bottom: 3.75rem;
    text-align: center;
}
.section-ttl .main{
    font-size: 1.75rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.section-ttl .sub{
    letter-spacing: 0.06em;
}
.section-inner{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
@media (max-width: 768px){
    .section-ttl {
        margin-bottom: 2.5rem;
    }
    .section-ttl .main {
        font-size: 1.625rem;
    }
}


/* -- main-visual
-------------------------------------------------------------------------------- */
.main-visual{
    padding: calc(4.5rem + 12%) 5rem calc(6.25rem + 12%);
    background-size: cover;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1600px){
    .main-visual{
        padding: calc(4.5rem + 192px) 5rem calc(6.25rem + 192px);
    }
}
.main-visual .img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    transform: scale(1.1);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}
.main-visual .img.active{
    transform: scale(1);
    opacity: 1;
}
.main-visual .img span{
    display: block;
    width: 100%;
    height: 100%;
    background: url(/special/message/img/img_main.jpg) no-repeat center;
    background-size: cover;
}
.main-visual .main-ttl{
    padding-left: 7.5rem;
}
.main-visual .main-ttl .main{
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
.main-visual .main-ttl .sub{
    letter-spacing: 0.06em;
}
@media (max-width: 1200px){
    .main-visual .main-ttl{
        padding-left: 5rem;
    }
}
@media (max-width: 768px){
    .main-visual {
        overflow: visible;
        padding: 0;
        height: 100vw;
    }
    .main-visual .img{
        transform: scale(1);
    }
    .main-visual .img span{
        background-image: url(/special/message/img/img_main_sp.jpg);
    }
    .main-visual .section-inner{
        height: 100%;
        position: relative;
    }
    .main-visual .main-ttl {
        padding-left: 0;
        position: absolute;
        left: 0;
        bottom: -3.25rem;
        background: #1c293f;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        z-index: 1;
    }
    .main-visual .main-ttl .main {
        font-size: 1.5rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .main-visual .main-ttl .sub {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}


/* -- message-block
-------------------------------------------------------------------------------- */
.message-block{
    padding: 0 5rem 7.5rem;
    margin-top: -6.25rem;
}
.message-block .body{
    padding: 7.5rem 5rem 5rem;
    background: #fff;
}
.message-block .message-ttl{
    font-size: 1.75rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}
.message-block .article-block{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3.75rem;
}
.message-block .article{
    width: calc(50% - 1.5rem);
}
.message-block .article p{
    line-height: 2.15;
    text-align: justify;
    text-justify: inter-ideograph;
}
.message-block .article p + p{
    margin-top: 2em;
}
.message-block .bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
}
.message-block .cut-image{
    width: calc(50% - 1.5rem);
    margin-top: 3.75rem;
    border-radius: 2rem;
    overflow: hidden;
}
.message-block .cut-image img{
    width: 100%;
}
.message-block .sign{
    margin-top: 2.5rem;
    text-align: right;
}
.message-block .sign img{
    height: 3rem;
}
.message-block .sign p{
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-top: 1.25rem;
}
@media (max-width: 1024px){
    .message-block .cut-image{
        width: 60%;
    }
}
@media (max-width: 768px){
    .message-block {
        padding: 0;
        margin-top: 0;
    }
    .message-block .body {
        padding: calc(3.75rem + 3.25rem) 7vw 5rem;
    }
    .message-block .message-ttl {
        font-size: 1.5rem;
        text-align: left;
    }
    .message-block .article-block{
        display: block;
        margin-top: 1.25rem;
    }
    .message-block .article{
        width: 100%;
    }
    .message-block .article p + p{
        margin-top: 1.5em;
    }
    .message-block .article + .article{
        margin-top: 1.5em;
    }
    .message-block .bottom {
        display: block;
    }
    .message-block .sign {
        padding: 0;
    }
    .message-block .sign img {
        height: 2.5rem;
    }
    .message-block .cut-image {
        display: block;
        width: 100%;
        margin-top: 2.5rem;
    }
    .message-block .cut-image img{
        width: 100%;
    }
}


/* -- bg-block
-------------------------------------------------------------------------------- */
.bg-block{
    width: 100%;
    height: 31.25rem;
    display: flex;
}
.bg-block .img{
    width: 50%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s ease;
}
.bg-block .img.active{
    opacity: 1;
}
.bg-block .img span{
    display: block;
    width: 100%;
    height: 120%;
    background: url(/special/message/img/img_bg_1.jpg) no-repeat center;
    background-size: cover;
}
.bg-block .img.img-2 span{
    background-image: url(/special/message/img/img_bg_2.jpg);
}
@media (max-width: 1024px){
    .bg-block .img span{
        height: 100%;
    }
}
@media (max-width: 768px){
    .bg-block{
        display: block;
        height: 132vw;
        background: #fff;
    }
    .bg-block .img{
        width: 100%;
        height: 50%;
        overflow: hidden;
    }
}


/* -- profile-block
-------------------------------------------------------------------------------- */
.profile-block{
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5rem;
}
.profile-block .profile-txt{
    width: 65%;
    box-sizing: border-box;
    padding-right: 5rem;
}
.profile-ttl .main{
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.profile-ttl .sub{
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
}
.profile-list{
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    position: relative;
}
.profile-list::before,
.profile-list::after{
    content: "";
    display: block;
    width: 100%;
    border-top: solid 1px #e5e5e5;
    position: absolute;
    top: 0;
    left: 0;
}
.profile-list::after{
    width: 7.5rem;
    border-top-color: #a9894a;
}
.profile-list li + li{
    margin-top: 0.625rem;
}
.profile-list dl{
    display: flex;
    align-items: flex-start;
}
.profile-list dl dt{
    width: 7.5rem;
}
.profile-list dl dd{
    flex: 1;
}
.profile-block .profile-img{
    width: 35%;
}
.profile-block .profile-img .profile-img-inner{
    width: 100%;
    border-radius: 2rem;
    overflow: hidden;
}
.profile-block .profile-img img{
    width: 100%;
}
@media (max-width: 1200px){
    .profile-block .profile-txt{
        width: 60%;
        padding-right: 3.75rem;
    }
    .profile-block .profile-img{
        width: 40%;
    }
}
@media (max-width: 768px){
    .profile-block {
        display: block;
        padding: 2.5rem 2rem;
    }
    .profile-block .profile-txt {
        width: 100%;
        padding: 0;
    }
    .profile-block .profile-img {
        width: 100%;
        margin-top: 2.5rem;
    }
}


/* -- footer
-------------------------------------------------------------------------------- */
footer{
    background: #1c293f;
    padding: 12.5rem 5rem 6.25rem;
    box-sizing: border-box;
    min-width: 1024px;
}
footer .footer-inner{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .logo{
    display: block;
    height: 1.3125rem;
}
footer .logo img{
    height: 100%;
}
footer .copyright{
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    color: rgba(255,255,255,0.4);
    font-weight: bold;
}
@media (max-width: 768px){
    footer{
        padding: 3.75rem 7vw;
        min-width: auto;
    }
    footer .footer-inner {
        display: block;
        text-align: center;
    }
    footer .copyright{
        margin-top: 1.25rem;
    }
}


/* -- en
-------------------------------------------------------------------------------- */
.en .main-visual .main-ttl .main{
    letter-spacing: 0em;
}
.en .message-block .message-ttl {
    letter-spacing: 0.03em;
}
.en .message-block .article p{
    text-align: left;
    text-justify: none;
}
.en .message-block .sign img{
    height: 3.5rem;
}
.en .message-block .sign p {
    letter-spacing: 0.06em;
}
.en .section-ttl .main {
    font-size: 2rem;
    letter-spacing: 0em;
}
.en .profile-ttl .main {
    letter-spacing: 0em;
}
.en .profile-list dl dt {
    width: 9.375rem;
}
@media (max-width: 768px){
    .en .main-visual .main-ttl {
        bottom: -2.36rem;
    }
    .en .message-block .body {
        padding-top: calc(3.75rem + 2.36rem);
    }
    .en .message-block .sign img{
        height: 3rem;
    }
    .en .section-ttl .main {
        font-size: 1.75rem;
    }
    .en .profile-ttl .main {
        font-size: 1.375rem;
    }
}
