@import url("https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@500&display=swap");
@import url("/font/NotoSansJP-VariableFont_wght.ttf");

.page_relocation *{
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
}

.sb{
    font-weight: bold;
}

.w100 {
    width: 100%;
}

.en,.contents_body h2.en{
    font-family: "Hepta Slab", serif;
    font-weight: 500;
}

.header-nav_link:hover,
.header-nav_link span:hover{
    text-decoration: unset;
}

.link_blk {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 70px;
    border-radius: 90px;
    font-size: 16px;
    color: #fff!important;
    text-decoration: unset;
    background-color: rgba(0, 0, 0, .8);
    transition: .4s;
}

.link_blk::after {
    content: "";
    display: inline-block;
    margin-left: 14px;
    width: 14px;
    height: 14px;
    background: url("/img/about/relocation/icon_link-arrow.svg") center / contain no-repeat;
    transition: .4s;
}

.link_blk.arrow::after {
    margin-left: 8px;
    width: 8px;
    vertical-align: middle;
    background-image: url("/img/about/relocation/icon_link-arrow02.svg");
}

.link-btn-wrap{
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px
}

.link-btn-wrap.center{
    justify-content: center;
}

.link-btn-wrap.right{
    justify-content: flex-end;
}

.link-btn,
.ancher-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #22BBBB;
    width: 212px;
    height: 48px;
    border-radius: 9999px;
    padding: 0 32px;
    text-decoration: none;
    gap: 4px;
    color: #22BBBB!important;
    transition: .4s;
}

.link-btn:hover,
.ancher-btn:hover{
    text-decoration: unset;
}

.link-btn::after{
    content: "";
    display: inline-block;
    margin-top: 4px;
    width: 16px;
    height: 16px;
    background: url("/img/about/relocation/icon_btn01.svg") no-repeat;
    transition: .4s;
}

.link-btn.-blue{
    color: #317AA4;
    border-color: #317AA4;
}

.link-btn.-white{
    background-color: #fff;
}

.link-btn.-blue::after{
    background-image: url("/img/about/relocation/icon_btn01blue.svg");
}

.link-text{
    display: inline;
    text-decoration: underline;
    color: #317AA4;
}

.header-nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 20px 0 25px;
    padding: 0 20px 0 0;
    transition: .4s;
}

.fixed_sub_nav .header-wrap{
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.fixed_sub_nav .header-nav{
    margin: 0 auto;
    padding: 20px;
    max-width: 1100px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.fixed_sub_nav header{
    overflow: hidden;
}

.head_inner{
    transition: .4s;
}

.fixed_sub_nav .head_inner{
    transform: translateY(-100px);
}

.fc-base{
    color: #22BBBB;
}
.fc-accent1{
    color:#C8CA44;
}
.fc-accent2{
    color:#D298FF;
}
.fc-accent3{
    color:#6F8EDD;
}

/* header */

.header-nav .en{
    font-size: 24px;
}

.header-nav .jp{
    font-size: 12px;
}

.header-nav_link{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: .4s;
}

.header-nav_link span{
    transition: .4s;
}

.header-nav span{
    color: #353535;
}

.relocation_nav h2{
    font-weight: bolder;
}

@media screen and (min-width: 769px) {
    .header-nav_link.top{
        padding: 0 20px;
        border-right: 1px solid #666666;
    }

    .header-nav_link.top .en{
        font-size: 18px;
        color: #004f80;
    }
}

@media screen and (max-width: 768px) {
    .header-wrap{
        position: relative;
    }
    .fixed_sub_nav .header-wrap{
        top: 0;
    }
	.relocation_nav h2{
		padding-left: 10px;
	}
    .header-nav_btn_sp{
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px;
        margin-top: 15px;
        padding: 0 20px;
        font-size: 16px;
        background-color: #004f80;
        color: #fff;
    }
    .fixed_sub_nav .header-nav_btn_sp{
        margin-top: 0!important;
    }
    .fixed_sub_nav .header-nav{
        border-radius: 0;
    }
    .header-nav_btn_sp::after{
        content: "";
        position: absolute;
        top: 42.5%;
        right: 30px;
        transform: translateY(-50%);
        display: inline-block;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        transition: .4s;
    }
    .header-nav_btn_sp.open::after{
        transform: rotate(-135deg);
    }
	.header-nav{
        position: absolute;
        top: 58px;
        left: 0;
        display: none;
        flex-wrap: wrap;
        gap: 10px;
        margin: 0;
        padding: 0 15px 25px!important;
        width: 100%;
        background-color: #fff;
        z-index: 4;
        box-shadow: 2px 2px 5px #ebebeb;
	}
    .header-nav_btn_sp.open + .header-nav{
        display: flex;
    }
	.header-nav_link{
        padding: 20px 10px;
        width: calc(50% - 5px);
        border-bottom: 1px solid #004f80;
        align-items: flex-start;
	}
	.header-nav .en{
        font-size: 16px;
	}
	.header-nav .jp{
        font-size: 10px;
	}
    .relocation_cont.contents_body{
        margin: 0;
    }
    .header-nav_link.top{
        margin-top: 10px;
        position: relative;
        width: 100%;
        padding: 10px 10px;
        border-bottom-color: #888;
    }
    .header-nav_link.top .en{
        font-size: 12px;
    }
    .header-nav_link.top:after {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        right: 10px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-top: 1px solid #888;
        border-right: 1px solid #888;
        transform: rotate(45deg);
    }
}

/* top */
.gradation_bk{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #eef316, #22BBBB, #bc66ff);
    background-size: 200% 200%;
    animation: GradientBackground 10s ease infinite;
}

.relocation_top .mv_wrap{
    position: relative;
    padding-bottom: 120px;
}

.relocation_top .mv{
    width: 100%;
    object-fit: contain;
    mask-image: url(/img/about/relocation/top_01.png);
    mask-repeat: no-repeat;
    mask-position: bottom left;
    mask-size: 100% ;
}

.relocation_top .mv-note{
    position: absolute;
    right: 20px;
    bottom: 40px;
    z-index: 3;
}

.relocation_top .mv-note-copy{
    display: flex;
    flex-direction: column;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.relocation_top .mv-note-copy small{
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
}

@keyframes GradientBackground {
    0% {
        background-position: 50% 0%;
    }

    50% {
        background-position: 50% 100%;
    }

    100% {
        background-position: 50% 0%;
    }
}

.first_wrap{
    padding-top: 80px;
}

.first_icon {
    display: inline-block;
    width: 128px;
    height: 128px;
    background: url("/img/about/relocation/icon_concept01.svg") center / contain no-repeat;
    animation: firstIcon 8s step-start infinite;
}

@keyframes firstIcon {
    0% {
        background-image: url("/img/about/relocation/icon_concept01.svg");
    }
    33% {
        background-image: url("/img/about/relocation/icon_concept02.svg");
    }
    66% {
        background-image: url("/img/about/relocation/icon_concept03.svg");
    }
    100% {
        background-image: url("/img/about/relocation/icon_concept01.svg");
    }
}

.first_note{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.first_title{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.first_title .en{
    font-size: 30px;
    color: #fff;
}

.first_title h2{
    margin-top: 0;
    font-size: 60px;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
}

.first_text{
    display: inline-block;
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
}

.title h2{
    line-height: 1;
}

.relocation_top .concept{
    padding-top: 40px;
}

.relocation_top .concept_link{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

.relocation_top .concept_list-wrap{
    position: relative;
    padding-top: 300px;
}

.relocation_top .concept_list-bk{
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
}

.relocation_top .concept_list-bk_image{
    width: 100%;
    mask-image: url("/img/about/relocation/top_02.svg");
    mask-repeat: no-repeat;
    mask-position: top;
    mask-size: cover;
}

.relocation_top .concept_list{
    position: relative;
    display: flex;
    width: 100%;
    gap: 10px;
    padding: 20px 40px;
    z-index: 2;
}

.relocation_top .concept_item a{
    display: flex;
    flex-direction: column;
    padding: 20px 20px 24px;
    gap: 16px 0;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff!important;
    text-decoration: unset;
}

.relocation_top .concept_item .title{
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    margin-top: 0!important;
    border-bottom: none;
}

.relocation_top .concept_item .image,.relocation_top .concept_item .image img{
    margin-top: 0!important;
    width: 100%;
    height: 150px;
    background-color: #fff;
}

.relocation_top .concept_item .image img{
    object-fit: cover;
}

.relocation_top .concept_item .title .en{
    font-size: 20px;
    font-weight: 500;
}

.relocation_top .concept_item .title .jp{
    font-size: 12px;
}

.relocation_top .concept_item .note{
    position: relative;
    font-size: 14px;
    padding-right: 20px;
    line-height: 1.8;
}

.relocation_top .concept_item .note::after{
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url("/img/about/relocation/icon_link-arrow.svg") center/contain no-repeat;
    transition: .2s;
}

.relocation_top .concept_bk{
    margin-top: -120px;
    width: 100%;
    mask-image: url("/img/about/relocation/top_02.svg");
    mask-repeat: no-repeat;
    mask-position: top;
    mask-size: cover;
}

.relocation_top .news{
    margin-top: 40px;
}

.relocation_top .news .title{
    display: flex;
    align-items: center;
    justify-content: center;
}

.relocation_top .news h2{
    margin: 20px 0;
    color: #353535;
}
.relocation_nav_follow{
    font-size: 12px;
    color: #353535;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .relocation_nav_follow{
        font-size: 10px;
        padding: 0 20px 0 12px;
        margin-bottom: 0;
    }
    .contents_body.relocation_top{
        margin: 0;
    }
    .first_title h2{
        text-align: center;
        font-size: 40px;
    }
    .first_text{
        font-size: 16px;
    }
    .first_note{
        padding: 40px 20px;
    }
    .relocation_top .mv_wrap{
        padding-bottom: 60px;
    }
    .relocation_top .mv-note {
        right: 10px;
        bottom: 0;
    }
    .relocation_top .mv-note-copy {
        font-size: 24px;
    }
    .relocation_top .mv-note-copy small{
        font-size: 12px;
    }
    .first_wrap{
        padding-top: 40px;
    }
    .relocation_top .concept {
        padding-top: 0;
    }
    .relocation_top .concept_list-wrap{
        display: flex;
        flex-direction: column-reverse;
        background: linear-gradient(180deg, #22bbbb00 0%, #22BBBB 120px, #22BBBB 200px);
        padding: 250px 0 40px;
    }
    .relocation_top .concept_bk {
        margin-top: -60px;
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .relocation_top .concept_list{
        margin-top: -60px;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        position: static;
        gap: 20px;
        z-index: 2;
        transform: unset;
    }
    .relocation_top .concept_item .title{
        display: flex;
        justify-content: center;
        width: calc(100% - 120px);
    }
    .relocation_top .concept_item .image,.relocation_top  .concept_item .image img{
        width: 120px;
        height: 84px;
    }
    .relocation_top .concept_item a{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .relocation_top .concept_item .title .en {
        font-size: 28px;
    }
}

@media screen and (max-width: 320px) {
    .first_title h2 {
		font-size: 38px;
	}
    .relocation_top .concept_item .title .en {
		font-size: 20px;
	}
    .relocation_top .concept_item a{
        padding: 20px 20px 24px;
    }
}

/* news */
.news-report{
    display: flex;
    margin-top: 0;
    width: 100%;
    border-radius: 10px;
}

.news-tag {
    display: inline-block;
    width: auto;
    margin: 0 auto 0 0;
    padding: 4px 20px 6px;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    background-color: #0FB800;
    text-decoration: none;
}

.news-block .links{
    display: flex;
    gap: 20px;
    align-items: center;
}

.news-report-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    width: calc(100% - 400px);
    background: linear-gradient(-45deg, #DDF675 50%, #91E4A2 100%);
    border-radius: 0 10px 10px 0;
}

.news-report-text .date{
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.news-report-text .news-title{
    text-align: left;
    font-size: 20px;
    color: #000!important;
    cursor: pointer;
    text-decoration: none;
}

.news-report-text .link_blk{
    margin-left: auto;
    font-size: 14px;
    width: 170px;
    height: 46px;
}

.news-report-thum{
    width: 400px;
    height: 300px;
}

.news-report-thum img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.news-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100%;
    gap: 20px;
}

.news-list li{
    display: flex;
    width: calc((100% - 60px) / 4);
}

.news-link{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 196px;
    border-radius: 10px;
    text-decoration: none;
    gap: 20px 10px;
    padding: 20px;
    background: linear-gradient(-45deg, #A8F5FF 20%, #9DFE8B 100%);
}

.important-link[target="_blank"] .news-title::after,
.news-link[target="_blank"] .news-title::after{
    content: "";
    display: inline-block;
    margin-left: 4px;
    width: 14px;
    height: 13px;
    background: url("/relocation/img/common/icon_window-re.svg") no-repeat center / contain;
}

.report-wrap .news-report-text{
	gap: 80px;
	justify-content: flex-start;
	text-decoration: none;
	color: #000;
}

.report .news-link{
    background: linear-gradient(-45deg, #DDF675 50%, #91E4A2 100%);
}

.news-list .news-text{
    display: flex;
    flex-direction: column;
    color: #222;
}

.news-text .date{
    font-size: 13px;
}

.news-text .news-title{
    padding-top: 6px;
    font-size: 14px;
    text-align: left;
}

.news-report-thum{
    width: 400px;
    height: 300px;
}

.news-report-thum img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.news-block{
    padding: 80px 0;
}

.news_wrap img{
    max-width: 100%;
	height: auto;
}

.news_wrap{
    padding: 0 10px;
}

.news-note-ttl{
    border-bottom: 2px solid #353535;
    color: #353535;
}

.news-note-main{
    margin-top: 10px;
}

.relocation_report .mt-image{
    text-align: center;
}

.news-note + .concept_link{
    margin-top: 30px;
}

.news-note + .concept_link a{
    margin: 0 auto;
}

.twentytwenty-container img{
    width: 100%;
}

@media screen and (max-width: 768px) {
    .news-note-main{
        margin-top: 10px!important;
    }
    .report-wrap .news-report-text{
        border-radius: 0;
        gap: 20px;
    }
    .news-list,
    .news-report{
        flex-direction: column;
    }
    .news-report-thum {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }
    .news .title h2 {
        font-size: 32px;
    }
    .news-report{
        margin-top: 20px;
    }
    .news-report-thum img{
        border-radius: 0;
    }
    .news-report-text{
        width: 100%;
        padding: 40px 20px;
        gap: 12px;
    }
    .news-report-text .link-blk{
        margin: 0 auto;
        width: 280px;
        justify-content: space-between;
        padding: 0 20px;
    }
    .news-list{
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 20px;
        gap: 20px;
    }
    .news-list li{
        width: calc(50% - 10px);
    }
    .news-list li:first-child{
        width: 100%;
    }
    .news-link{
        min-height: 136px;
        height: auto;
        gap: 10px;
    }
    .news-tag {
        padding: 4px 10px 6px;
    }
}

/* page-cont */
.relocation_cont .mv{
    position: relative;
    display: flex;
}

.relocation_cont .mv-note,.relocation_cont .mv-title{
    display: flex;
    flex-direction: column;
}

.relocation_cont .mv-image{
    transition: .4s;
}

@media screen and (min-width: 769px) {
    .relocation_cont .mv{
        position: relative;
        height: 700px;
    }
    .relocation_cont.relocation_report .mv{
        height: auto;
    }
    .relocation_cont .mv.wide,
    .relocation_cont .wide .mv-image{
        height: 460px;
    }
    .relocation_cont .mv-note {
        position: relative;
        width: 100%;
        padding: 40px 0;
        background-color: #fff;
        justify-content: center;
    }
    .relocation_cont .mv-title,.relocation_cont .mv-text{
        position: relative;
        z-index: 3;
    }
    .relocation_cont .mv-title span{
        font-size: 24px;
    }
    .relocation_cont .mv-title h1{
        margin-top: 20px;
        font-size: 120px;
    }
    .relocation_cont .mv-text{
        margin-top: 60px;
        font-size: 16px;
        width: 100%;
        max-width: 460px;
        line-height: 1.8;
    }
    .relocation_cont .mv-image{
        position: absolute;
        top: 0;
        right: 0;
        max-width: 840px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top left;
        aspect-ratio: 3 / 4;
        z-index: 2;
        opacity: .4;
    }
    .relocation_cont .page-features .mv{
        background: linear-gradient(0deg, rgba(210,152,255,1) 0%, rgba(210,152,255,1) 60%, rgba(210,152,255,0) 100%);
    }
    .relocation_cont .page-concept .mv{
        background: linear-gradient(0deg, rgba(34,187,187,1) 0%, rgba(34,187,187,1) 60%, rgba(34,187,187,0) 100%);
    }
    .relocation_cont .wide .mv-text{
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .relocation_cont .mv-title h1{
        font-size: 56px;
    }
    .relocation_cont .mv-title span{
        font-size: 20px;
    }
    .relocation_cont .mv-title,.relocation_cont .mv-text{
        padding: 0 20px;
    }
    .relocation_cont.relocation_report .mv-title{
        padding: 0 20px 0 0;
    }
    .relocation_cont .mv-note{
        margin-top: 20px;
        gap: 10px;
    }
    .relocation_cont .mv-title h1{
        height: auto;
    }
    .relocation_cont .mv-image,
    .relocation_cont .wide .mv-image{
        opacity: 1;
    }
}


/* concept */
.relocation_concept .concept_bk{
    padding: 60px 80px 80px;
    background: #22BBBB;
    background: linear-gradient(0deg, rgba(200,202,68,1) 0%, rgba(34,187,187,1) 100%);
}

.relocation_concept .concept_bk + .section{
    position: relative;
}

.relocation_concept .concept_bk + .section .block{
    padding-top: 150px;
}

.relocation_concept .concept_bk + .section::before{
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/img/about/relocation/grd01-top.svg") no-repeat top / contain;
}

.relocation_concept .concept_bk.concept_bk{
    mask-image: none;
}

.relocation_cont .section h2{
    color: #353535;
    text-align: center;
    font-weight: bolder;
}

.relocation_report.relocation_cont .section h2{
    text-align: left;
}

.relocation_concept .concept01 h2{
    color: #fff;
}

.relocation_concept .concept_list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.relocation_concept .concept_list > li{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    width: 100%;
    padding: 20px 24px 24px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, .8);
}

.relocation_concept .concept-title{
    display: flex;
    flex-direction: column;
    padding: 0 10px 14px;
    gap: 0;
    width: 100%;
}

.relocation_concept .concept-title .en{
    font-weight: 600;
    font-size: 12px;
}

.relocation_concept .concept-title h3{
    margin-top: 0;
    font-size: 24px;
}

.relocation_concept .concept-image{
    padding-left: 10px;
}

.relocation_concept .concept-image img{
    width: 315px;
    height: 200px;
    object-fit: cover;
}

.relocation_concept .concept-notes{
    padding-right: 10px;
    width: calc(100% - 345px);
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.relocation_concept .concept-notes li{
    text-indent: -1rem;
    padding-left: 1rem;
}

.relocation_concept .concept-notes li::before{
    content: "・";
    display: inline;
    font-size: 1rem;
}

.relocation_concept .green em{
	color: #3eac6e!important
}

.relocation_concept .pink em{
	color: #eb8696!important
}

.relocation_concept .orange em{
	color: #f19274!important
}

.relocation_concept .about-symbol,
.relocation_concept .concept-about{
    display: flex;
    align-items: center;
}

.relocation_concept .concept02{
    padding: 0 40px;
}

.relocation_concept .concept-about dt{
    width: 300px;
}

.relocation_concept .concept-about dt img{
    width: 100%;
}

.relocation_concept .concept-about dd{
    padding-left: 40px;
    font-size: 18px;
    width: calc(100% - 300px);
}

.relocation_concept .about-symbol{
    margin-top: 10px;
    padding: 10px 20px;
    margin-left: auto;
    width: calc(100% - 340px);
    border: 1px solid #222;
}

.relocation_concept .about-symbol dt{
    width: 80px;
}

.relocation_concept .about-symbol dd{
    padding-left: 20px;
    width: calc(100% - 80px);
}

.relocation_concept .square-list{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.relocation_concept .square-list li{
    display: flex;
    flex-direction: column;
    width: calc((100% - 80px) / 3);
    gap: 10px;
}

.relocation_concept .square-image{
    margin-top: auto;
}

.relocation_concept .section03{
    margin-top: 120px;
}

@media screen and (max-width: 768px) {
    .relocation_report .news-note-main h4,
    .relocation_report .news_wrap{
        margin-top: 20px;
    }
    .relocation_report.relocation_cont .section h2{
        margin-top: 10px;
    }
    .relocation_concept .concept .section{
        padding: 40px 0 0;
    }
    .relocation_concept .concept-about{
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
    }
    .relocation_concept .about-symbol,
    .relocation_concept .concept-about dt,.concept-about dd{
        width: 100%;
    }
    .relocation_concept .concept-about dd{
        padding-left: 0;
    }
    .relocation_concept .about-symbol{
        margin-top: 40px;
        width: 100%;
        margin: 0 auto;
    }
    .relocation_concept .about-symbol{
        margin: 20px 0 0;
    }
    .relocation_concept .about-symbol .image{
        width: 40px;
    }
    .relocation_concept .about-symbol .text{
        width: 100%;
    }
    .relocation_concept .square-list{
        margin-top: 30px;
        flex-direction: column;
    }
    .relocation_concept .square-list li{
        gap: 10px;
        width: 100%;
    }
    .relocation_concept .square-title,.relocation_concept .square-notes{
        padding: 0 20px;
    }
    .relocation_concept .square-notes{
        margin-top: 0;
    }
    .relocation_concept .square-title{
        margin: 0;
        padding-bottom: 10px;
    }
    .relocation_concept .concept_bk{
        padding: 0 20px;
    }
    .relocation_concept .concept_bk + .section .block{
        padding-top: 80px;
    }
    .relocation_concept .concept_list{
        flex-direction: column;
        padding: 0;
    }
    .relocation_concept .concept_list > li{
        gap: 10px;
    }
    .relocation_concept .concept_bk{
        margin-top: -80px;
        padding: 120px 20px 40px;
    }
    .relocation_concept .concept_bk h2 {
		font-size: 24px;
	}
    .relocation_concept .concept-image {
        width: 100%;
        padding-left: 0;
    }
    .relocation_concept .concept-image img {
        width: 100%;
        height: 200px;
    }
    .relocation_concept .concept-notes {
        gap: 10px;
        width: 100%;
        margin-top: 0;
        padding-right: 0;
    }
    .relocation_concept .concept02 {
        padding: 0 20px;
    }
    .relocation_concept .concept-about{
        padding: 0 10px;
    }
    .relocation_concept .concept-about dd,
    .relocation_concept .concept02 .block,
    .relocation_concept .about-symbol .text {
        width: 100%;
    }
    .relocation_concept .section03{
        margin-top: 60px;
    }
}


/* table */
.table-wrap{
    margin-top: 80px;
}

.table{
    width: 100%;
    font-size: 16px;
    table-layout: fixed;
}

tr{
    border-bottom: 1px solid #EBEBEB;
}

th,td{
    padding: 12px 18px;
    line-height: 1.8;
}

th{
    font-weight: bold;
}

.th240 th{
    width: 240px;    
}

.col-2.th240 td{
    width: calc(100% - 240px);
}

.th140 th{
    width: 140px;
}

.col-4.th140 td{
    width: calc((100% - 140px) / 3);
}

.thead-gray{
    border-top: 1px solid #EBEBEB;
    background-color: #F2F2F2;
}

.borderbottom-none{
    border-bottom: none;
}

/* outline */
.relocation_outline .message-wrap{
    display: flex; 
    margin-top: 80px;
}

.relocation_outline .message-note{
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: calc(100% - 300px);
    padding-right: 40px;
}

.relocation_outline .message-note p{
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    line-height: 1.8;
}

.relocation_outline .relocation_outline .message-note .name{
    display: block;
    text-align: right;
    font-weight: bold;
}

.relocation_outline .message-image + .message-note{
    padding-right: 0;
    padding-left: 40px;
}

.relocation_outline .message-note h3{
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
}

.relocation_outline .message-image{
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 420px;
    aspect-ratio: 1 / 1.4;
    border-radius: 12px;
    object-fit: cover;
}

.relocation_outline th{
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .table-wrap{
        margin-top: 40px;
    }
    .table-wrap + .table-wrap{
        margin-top: 80px;
    }
    .table{
        font-size: 14px;
    }
    th,td{
        padding: 10px;
        line-height: 1.8;
    }
    th:first-of-type{
        padding-left: 20px;
    }
    td:last-of-type{
        padding-right: 20px;
    }
    .th240 th{
        width: 100px;    
    }
    .col-2.th240 td{
        width: calc(100% - 100px);
    }
    .th140 th{
        width: 72px;
    }
    .col-4.th140 td{
        width: calc((100% - 72px) / 3);
    }
    .relocation_outline .outline-about th{
        text-align: center;
        vertical-align: middle;
    }
    .relocation_outline .message-wrap{
        margin-top: 40px;
        flex-direction: column;
    }
    .relocation_outline .message-note h3{
        padding-bottom: 15px;
        font-size: 22px;
    }
    .relocation_outline .message-note,
    .relocation_outline .message-image + .message-note{
        width: 100%;
        padding: 0 20px;
    }
    .relocation_outline .message-note{
        gap: 15px 0;
    }
    .relocation_outline .message-note p {
        gap: 10px 0;
    }
    .relocation_outline .message-image{
        margin: 20px auto 0;
    }
    .relocation_outline .message-wrap:nth-child(odd){
        flex-direction: column-reverse;
    }
}

.relocation_features .pers-wrap{
    position: relative;
    padding: 60px 80px 0;
}

.relocation_features .pers-lists{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 40px 20px;
    margin-top: 40px;
}

.relocation_features .pers-lists li{
    position: relative;
    width: calc((100% - 40px) / 3);
    cursor: pointer;
}

.relocation_features .pers-text{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    border-radius: 10px 0 0 0;
    font-size: 12px;
    color: #fff;
    background-color: rgba(34, 34, 34,.9);
}

.relocation_features .pers-image{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 10px;
}

.relocation_features .pers-icons{
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    font-size: 14px;
    color: #fff;
}

.relocation_features .pers-sort{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.relocation_features .pers-sort .pers-icon{
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    padding: 12px 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 40px;
    background-color: rgba(34, 34, 34,.9);
    transition: .4s;
}

.relocation_features .pers-lists .pers-icons{
    display: none;
}

.relocation_features .pers-lists li.follow{
    width: 100%;
    font-size: 14px;
    text-align: right;
    font-weight: 400;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .relocation_features .pers-lists li{
        padding: 0 10px;
        width: 100%;
    }
    .relocation_features .pers-text{
        left: 10px;
    }
    .relocation_features .pers-sort{
        margin-top: 40px;
        padding: 0 10px;
    }
    .relocation_features .pers-lists li.follow{
        font-size: 14px;
        text-align: left;
        text-indent: -1rem;
        padding-left: 1.6rem;
    }
    .relocation_features .features_bk .section{
        padding-top: 40px;
    }
    .relocation_features .pers-wrap {
        padding: 0 20px 40px;;
    }
}

.relocation_features .pers-sort .pers-icon.is-current{
    color: #222;
    background-color: rgba(255, 255, 255, 0.6);
}

.relocation_features .features_bk{
    margin-top: 0;
    padding-bottom: 80px;
    background: rgb(200,202,68);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(200,202,68,1) 30%, rgba(210,152,255,1) 100%);
}

@media (hover: hover) {
    .header-nav_link:hover,.header-nav_link:hover span{
        text-decoration: unset;
    }
    .header-nav_link:hover{
        opacity: .5;
    }
    .header-nav_link:hover .jp{
        letter-spacing: 1px;
    }
    .report .news-link:hover{
        text-decoration: none;
    }
    .news-report-text:hover .news-title,
    .report .news-link:hover .news-title{
        text-decoration: underline;
    }
    .pers-sort .pers-icon:hover{
        opacity: .9;
    }
    .link-btn:hover{
        background-color: #22BBBB;
        color: #fff!important;
    }
    .link-btn.-blue:hover{
        background-color: #317AA4;
    }
    .link-btn:hover::after{
        background-image: url("/img/about/relocation/icon_btn01white.svg");
    }
    .access .info-ex .link-btn:hover{
        background-color: #22BBBB;
    }
    .access .info-ex .link-btn:hover::after{
        margin-top: 2px;
        background: url("/img/about/relocation/icon_window-w.svg") center / contain no-repeat;
    }
    .map-wrap a:hover img{
        transform: scale(1.02);
    }
}


.pr-youtube,
.pr-youtube + h2{
    margin-top: 80px;
}

.pr-youtube iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
}

@media screen and (max-width: 768px) {
    .pr-youtube,
    .pr-youtube + h2{
        margin-top: 40px;
    }
}