@charset "utf-8";

.secCmnHero .titJpn{
    position: relative;
}
.secCmnHero .titJpn::after{
    position: absolute;
    content: "";
    width: 5rem;
    height: 0.1rem;
    right: -6rem;
    top: calc(50% - 0.05rem);
    background: var(--textColor);
}
.secCmnHero .titEng{
    width: 36.2rem;
}
.secCmnHero .heroImg02{
    position: absolute;
    width: 96rem;
    border-radius: 8rem 0 0 8rem;
    overflow: hidden;
    bottom: calc(0% - 21rem);
    right: calc(0% - ((100vw - 140rem) / 2));
}
@media only screen and (max-width:1215px){
    .secCmnHero .Inner{
        padding-bottom: 10.3rem;
    }
    .secCmnHero .titIn{
        width: 89.334%;
        margin: 0 auto;
        display: block;
    }
    .secCmnHero .titJpn::after{
        width: 2rem;
        right: -3rem;
    }
    .secCmnHero .titEng{
        width: 21.1rem;
    }
    .secCmnHero .heroImg02{
        width: 92%;
        max-width: 34.5rem;
        border-radius: 3rem 0 0 3rem;
        bottom: calc(0% - 7rem);
        right: 0;
    }
}
/* secAbout */
.secAbout{
    padding: 20rem 0 12rem;
    position: relative;
}
.secAbout::after{
    position: absolute;
    content: "";
    width: 192rem;
    height: 120rem;
    top: 0;
    left: calc(50% - 96rem);
}
.secAbout.lazyloaded::after{
    background: url(../img/about/bgAbout.png) center top / cover;
}
.secAbout .wrapper{
    position: relative;
    z-index: 10;
}
.secAbout .mainBox{
    height: 71.7rem;
    display: flex;
    align-items: center;
}
.secAbout .imgBox{
    position: absolute;
    top: 0;
    left: -9.8rem;
    width: 71.7rem;
}
.secAbout .txtBox{
    width: 70rem;
    margin-left: auto;
    padding-top: 4.8rem;
}
.secAbout .tit{
    font-size: var(--pcFontSize46);
    line-height: var(--pcLineHeight46_70);
    font-weight: bold;
}
.secAbout .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_34);
    margin-top: 1.5rem;
    margin-right: -1rem;
}
@media only screen and (max-width:1215px){
    .secAbout{
        padding: 10.2rem 0 4.5rem;
    }
    .secAbout::after{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .secAbout.lazyloaded::after{
        background: url(../img/about/bgAbout_sp.png) center top / cover;
    }
    .secAbout .mainBox{
        height: auto;
        display: block;
    }
    .secAbout .imgBox{
        position: static;
        width: 98.508%;
        max-width: 33rem;
        margin: 0 auto;
    }
    .secAbout .txtBox{
        width: 100%;
        margin: 2.2rem auto 0;
        padding-top: 0;
    }
    .secAbout .tit{
        font-size: var(--spFontSize22);
        line-height: var(--spLineHeight22_40);
    }
    .secAbout .txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_22);
        margin-top: 0.7rem;
        margin-right: 0;
    }
}
/* secOverview */
.secOverview{
    background: var(--headerBackColor);
    padding: 8rem 8rem 8rem;
    border-radius: 6rem;
    overflow: hidden;
}
.secOverview .titBox{
    text-align: center;
}
.secOverview .engTit{
    width: 21rem;
    margin: 0 auto;
}
.secOverview .jpnTit{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    font-weight: bold;
    margin-top: 3rem;
}
.secOverview  .boxTable{
    background: var(--ColorWhite);
    border-radius: 6rem;
    padding: 4.5rem 8rem 4.5rem;
    margin-top: 4rem;
}
.secOverview .tableBox{
    width: 100%;
}
.secOverview tr{
    border-top: solid 0.1rem var(--NavOpenColor);
    display: block;
    padding: 2.27rem 0;
}
.secOverview tr:first-child{
    border-top: none;
}
.secOverview th,
.secOverview td{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
    letter-spacing: var(--pcLetterSpacing15_30);
}
.secOverview th{
    width: 15rem;
    font-weight: bold;
}
.secOverview td{
    width: calc(100% - 15rem);
    padding-left: 2rem;
    font-weight: 500;
}
.secOverview .box{
    display: block;
}
.secOverview .box + .box{
    margin-top: 1.85rem;
}
.secOverview .mapTit{
    display: inline-block;
    color: var(--keyColor);
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}
.secOverview .boxTxt{
    display: block;
    margin-top: 0.5rem;
}
@media only screen and (max-width:1215px){
    .secOverview{
        padding: 4rem 0 5rem;
        border-radius: 0;
    }
    .secOverview .titBox{
        text-align: center;
    }
    .secOverview .engTit{
        width: 13.4rem;
    }
    .secOverview .jpnTit{
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing0);
        margin-top: 1.2rem;
    }
    .secOverview  .boxTable{
        background: var(--ColorWhite);
        border-radius: 0.5rem;
        padding: 0.8rem 2rem 0.8rem;
        margin: 2.5rem auto 0;
        width: 89.334%;
    }
    .secOverview .tableBox{
        width: 100%;
    }
    .secOverview tr{
        border-top: solid 0.1rem var(--NavOpenColor);
        display: block;
        padding: 0;
    }
    .secOverview tr:first-child{
        border-top: none;
    }
    .secOverview .tableBox,
    .secOverview tbody{
		display: block;
	}
    .secOverview th,
    .secOverview td{
        display: block;
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
        letter-spacing: var(--spLetterSpacing0);
    }
    .secOverview th{
        width: 100%;
        font-weight: bold;
        padding: 1.4rem 0 0;
    }
    .secOverview td{
        width: 100%;
        padding: 0.3rem 0 1.1rem;
    }
    .secOverview .box{
        display: block;
    }
    .secOverview .box + .box{
        margin-top: 0.9rem;
    }
    .secOverview .mapTit{
        display: inline-block;
        color: var(--keyColor);
        text-decoration: underline;
        text-underline-offset: 0.2rem;
    }
    .secOverview .boxTxt{
        display: block;
        margin-top: 0.5rem;
    }
}