@charset "utf-8";

body{
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    color: #333;
}

#wrap {
	overflow: hidden;
}

.com_inner{
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
.com_inner02{
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
.com_inner03{
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}


img{
	width: 100%;
	height: auto;
}

.pos_re{
    position: relative;
}

.img_cap{
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
}

.bg_navy{
    background: #252935;
}

.bg_navy02{
    background: #3a3f4e;
}

.sec_ttl{
    text-align: center;
    color: #fff;
}
.sec_subttl{
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
}
.sec_subttl p{
    display: inline-block;
}
.sec_ttl_en{
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
}
.sec_ttl_ja{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-top: 1em;
    padding-top: 1em;
    line-height: 1;
    position: relative;
}
.sec_ttl_ja::before{
    content: "";
    width: 50px;
    height: 2px;
    background: #efd43c;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


.subhead {
    width: 100%;
    height: 400px;
    position: relative;
}
.subhead_ttl{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* width: 100%; */
    /* max-width: 1240px; */
    /* padding: 0 20px; */
    /* display: flex; */
    /* align-items: center; */
}
.subhead_ttl_en{
    font-size: 64px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    filter: drop-shadow(0px 0px 11px rgba(0,0,0,0.6)) drop-shadow(0px 0px 11px rgba(0,0,0,0.6));
}
.subhead_ttl_ja{
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    margin-left: 1em;
}
.page_ttl{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2em;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    color: #4e588e;
}
.page_ttl::after{
    content: "";
    height: 2px;
    width: 30px;
    margin-left: 1em;
    display: block;
    background: #4e588e;
}
.page_ttl::before{
    content: "";
    height: 2px;
    width: 30px;
    margin-right: 1em;
    display: block;
    background: #4e588e;
}
.content_area{
    padding: 100px 0;
}

.intro_ttl{
    text-align: center;
    font-size: 28px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    padding-bottom: 1em;
    margin-bottom: 1em;
    position: relative;
}
.intro_ttl::after{
    content: "";
    display: block;
    background: #efd43c;
    height: 2px;
    width: 150px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.intro_lead{
    text-align: center;
    font-size: 18px;
    line-height: 2;
    color: #fff;
    letter-spacing: 0.1em;
}


.db1100{
    display: none;
}
.db650{
    display: none;
}
.db550{
    display: none;
}

@media screen and (max-width: 1100px) {
.sec_ttl_en {
    font-size: 34px;
}
.sec_subttl {
    font-size: 18px;
}
.db1100{
    display: block;
}
.dn1100{
    display: none;
}
}


@media screen and (max-width: 1000px) {
.subhead {
    height: 300px;
}
.subhead_ttl_en {
    font-size: 54px;
}
}
@media screen and (max-width: 650px) {
.db650{
    display: block;
}
.subhead_ttl_en {
    font-size: 32px;
}
.subhead {
    height: 200px;
}
.sec_ttl_en {
    font-size: 30px;
}
.sec_ttl_ja {
    font-size: 10px;
}
.sec_subttl {
    font-size: 16px;
}
.content_area{
    padding: 60px 0;
}
}


@media screen and (max-width: 550px) {
.db550{
    display: block;
}
}



.fade {
    opacity: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.fade.is-show {
    opacity: 1;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}