html,body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif JP', serif;
	font-feature-settings: "palt" 1;
    background-color: #f2f7f9;
    line-height: 1.8;
	line-break: strict;
}

body {
}

.container {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
		padding:0;
		margin:0;
    box-sizing: border-box;
		overflow-x:hidden;
}

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

/* 全体 ----------------------------- */

a img {
    transition: all 0.3s ease-out;
}
a:hover img {
    box-shadow: 0 4px 10px rgba(1, 59, 140, 0.1);
    transform: translateY(-4px);
    cursor: pointer;
}


.section{
    width: 100%;
}
.section_inner{
    width: 88%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.section_header{
}
.section_ttl{
    text-align: center;
    /* margin: 30px 0; */ /* もとはこのマージン */
    margin: 0 0 30px; /* 吹き出し分上マージンなし */
}
.section_ttl_img{
    width: 88%;
    margin: 0 auto;
    max-width: 500px;
    transform: translateX(5.3%);

}
.section_lead{
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    font-weight: bold;
}

.box{
}
.box img {
    width: 100%;
    height: auto;
}
.boxs{
    max-width: 100%;
    display: flex;
    flex-direction: row;
    gap: 60px;
}
.boxs .box{
    width: calc(50% - 30px);
    position: relative;
}
.boxs-cells{
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.boxs-column{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}


.bnrs {
    width: 88%;
    max-width: 600px;
    display: grid;
    grid-template-columns: 1fr 0.671fr;
    gap: 40px;
    align-items: stretch;
}
.bnrs_child{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bnr-large{
    width: 100%;
    height: auto;
}
.bnr{
    width: 100%;
    height: auto;
}
.bnr_img{
    width: 100%;
    height: auto;
}

.blue {
    color: #013b8c;
}
.bold {
    font-weight: bold;
}


@media screen and (min-width: 768px) {
    .section_lead:has(span){
        display: block;
    }
    .section_lead span{
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .section_inner {
        padding: 30px 0;
        gap: 20px;
    }
    .boxs {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .box{
        width: 100%;
        margin: 0 auto;
    }
    .boxs-cells{
        grid-template-columns: 1fr;
    }
    .section_ttl {
        margin: 0;
    }
    .section_lead {
        font-size: 14px;
    }
    .bnrs {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .bnrs_child{
        gap: 8px;
    }
}
/* MV ----------------------------- */

.section-mv .section_inner {
    position: relative;
    width: 100%;
    padding: 0;
    background-color: #000;
    overflow: hidden;
    height: 801px;
    max-width: none;
}

.mv{
    width: auto;
    min-width: 100%;
    height: 100%;
}
.mv h1{
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv_img {
    width: auto;
    height: 100%;
    position: absolute;
    left: -2000px;
    right: -2000px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mv_text {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 485px 0 0 70px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1.85;
    width: 390px;
}


.logos {
    position: absolute;
    top: 0;
    left: 0;
    padding: 28px 36px;
    display: flex;
    gap: 20px;
    height: 61px;
}
.logo{
    height: 100%;
    width: auto;
}
.logo_img, a.logo img {
    transition: none;
    height: 100%;
    width: auto;
}
a.logo:hover img{
    box-shadow: none;
    transform: none;
}


@media screen and (max-width: 1300px) and (min-width: 768px) {
    .section-mv .section_inner {
        aspect-ratio: 13/8;
        height: auto;
    }
    .mv_text {
        margin: 37.05% 0 0 5.2%;
        width: 30.2%;
        font-size: calc(1.2308dvw);
    }
}

@media screen and (max-width: 767px) {
    .section-mv .section_inner {
		height:auto;
    }
    .mv {
        width: 100%;
        height: auto;
        aspect-ratio: auto;
        max-height: none;
    }
    .mv_text {
		left:0;
		top:0;
		right:0;
		width:auto;
        margin: 156% 5% 9% 20%;
        font-size: 3.35vw;
				line-height: 1.62;
    }
	.mv_img{
		position:static;
		width:100%;
		height:auto;
	}
    .logos {
        top: 0;
        left: 0;
        width: 100%;
        justify-content: center;
        padding: 0;
        margin: 3.4% 0 0;
        gap: 12px;
        height: 40px;
    }
}


/* LEAD -------------------------------- */
.section-lead{
    background: url('../images/lead_bg.jpg') no-repeat top center;
    background-size: 100% auto;
}
.section-lead .section_inner{
    padding: 80px 0;
    gap: 80px;
}
.section-lead .section_lead{
    font-size: 24px;
}
.section-lead .boxs .box::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    width: 83px;
    height: 45px;
    background: url('../images/arrow.png') no-repeat center center;
    background-size: contain;
    transition: all 0.3s ease-out;
}
.section-lead .boxs .box:hover::after{
    transform: translateX(-50%) translateY(calc(50% + 15px));
}
body:not(.isPhase2) .section-lead .box.phase2Only-cover::after{
    display: none;
}



@media screen and (min-width: 1200px) {
    .section-lead .section_lead{
        margin: 0 calc((-100dvw + 1200px) /2);
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .section-lead .section_inner{
        padding: 40px 0;
        gap: 40px;
    }
    .section-lead .section_lead{
        font-size: 16px;
        text-align: left;
    }
    .section-lead .boxs .box::after {
        width: 42px;
        height: 23px;
    }
    .section-lead .boxs .box:hover::after{
        transform: translateX(-50%) translateY(calc(50% - 10px));
    }
    .section-lead .box{
        width: 100%;
    }
}

/* OCHADUKE -------------------------------- */
.section-ochaduke{
}


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

/* BNRS -------------------------------- */
.section-bnrs{
}

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

/* FOOTER -------------------------------- */
.footer {
    margin-top: 60px;
    background-color: #548f4b;
    color: #fff;
    padding: 2px;
}
.footer_inner{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    text-align: center;
}

/* Coming Soon ----------------------------- */
body:not(.isPhase2) .phase2Only{
    display: none;
}

.phase2Only-cover{
    position: relative;
}
body:not(.isPhase2) .phase2Only-cover{
    pointer-events: none;
}
.comingSoonCover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}
body.isPhase2 .comingSoonCover{
    display: none;
}
.comingSoonCover p {
    text-align: center;
    color: #fff;
    margin: 0;
}
.comingSoonCover_ttl{
    font-size: 36px;
}
.comingSoonCover_txt{
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
}

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


/* SPPC直接切り替え -------------------------- */
@media screen and (min-width: 768px) {
    .forSP {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .forPC {
        display: none;
    }
}