.page-header {
    position: relative;
    width: 100%;
}
.page-header::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    min-height: 300px;
    max-height: 300px;
    background-color: #F5F5F8;
    content: '';
}
.page-header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1120px;
    margin: auto;
    padding-top: 120px;
    padding-bottom: 120px;
}
.page-header_main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    padding-top: 100px;
}
.page-header_txt {
    position: relative;
    z-index: 1;
    max-width: 398px;
}
.page-header_ttl {
    margin-bottom: 48px;
}
.page-header_ttl_ja {
    margin-bottom: 16px;
    color: #0F1070;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.25;
}
.page-header_ttl_en {
    position: relative;
    padding-left: 50px;
    color: #999;
    font-size: 16px;
    font-weight: bold;
}
.page-header_ttl_en::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #999;
    content: '';
}
.page-header_lead_txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}
.page-header_img {
    position: absolute;
    top: 0;
    right: calc((100vw - 1120px) / -2);
    z-index: 0;
    width: calc((100vw - 1120px) / 2 + 694px);
    height: 380px;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
}
.page-header_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-body_ttl {
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
.page-body_ttl_txt {
    position: relative;
    display: inline-block;
    padding-right: 80px;
    padding-left: 80px;
    font-weight: bold;
    line-height: 1.5;
}
.page-body_ttl_txt::before,.page-body_ttl_txt::after {
    position: absolute;
    width: 40px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}
.page-body_ttl_txt::before {
    top: 0;
    left: 0;
    background-image: url(../img/page/wquote-before.svg);    
}
.page-body_ttl_txt::after {
    bottom: 0;
    right: 0;
    background-image: url(../img/page/wquote-after.svg);    
}
.page-body_ttl_sub {
    display: block;
    margin-bottom: 8px;
    color: #050404;
    font-size: 24px;
}
.page-body_ttl_main {
    color: #223388;
    font-size: 36px;
}

/* profile */
.profile {
    /* padding-top: 80px; */
    padding-bottom: 120px;
}
.profile_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: auto;
}
.profile_header {
    position: relative;
    width: 100%;
    max-width: 480px;
    height: 600px;
    margin-right: auto;
}
.profile_header::before {
    position: absolute;
    top: 80px;
    left: -80px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #F5F5F8;
    content: '';
}
.profile_ttl {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 1;
}
.profile_ttl_ja {
    margin-bottom: 16px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.profile_ttl_en {
    position: relative;
    padding-left: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.profile_ttl_en::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #fff;
    content: '';
}
.profile_img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.profile_img::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(0,0,0,.75) 0,transparent 25%);
    content: '';
}
.profile_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
}
.profile_body {
    width: 100%;
    max-width: 560px;
    margin-left: 40px;
    padding-top: 32px;
}


.access {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F5F5F8;
}
.access_inner {
    max-width: 1120px;
    margin: auto;
}
.access_map {
    margin-bottom: 24px;
}
.access_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.access_detail_description {
    margin-right: auto;
}
.access_detail_txt {
    font-size: 14px;
    line-height: 1.5;
}


.message {
    padding-top: 100px;
    padding-bottom: 100px;
}
.message_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 1120px;
    margin: auto;
}
.message_header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    width: 100%;
    max-width: 480px;
    height: 600px;
    margin-left: auto;
}
.message_header::before {
    position: absolute;
    top: 80px;
    right: -80px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #F5F5F8;
    content: '';
}
.message_ttl {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 1;
    text-align: right;
}
.message_ttl_ja {
    margin-bottom: 16px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.message_ttl_en {
    position: relative;
    padding-right: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.message_ttl_en::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #fff;
    content: '';
}
.message_img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.message_img::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(0,0,0,.75) 0,transparent 25%);
    content: '';
}
.message_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 100%;
}
.message_body {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 560px;
    padding-top: 32px;
    margin-right: 40px;
}
.message_body_ttl {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}
.message_body_txt {
    margin-top: 1.5em;
    font-size: 14px;
    line-height: 2;
}
.message_body_name {
    margin-top: 32px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}



.staff_list {
    margin: auto;
    padding-bottom: 100px;
}
.staff_item {
    padding-bottom: 80px;
}
.staff_item:not(:first-child) {
    margin-top: 120px;
}
.staff_item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.staff_img {
    position: relative;
    max-width: 440px;
    width: 100%;
}
.staff_item:nth-child(odd) .staff_img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: auto;
} 
.staff_item:nth-child(even) .staff_img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
} 
.staff_img::before {
    position: absolute;
    top: 80px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #F5F5F8;
    content: '';
}
.staff_item:nth-child(odd) .staff_img::before {
    left: -80px;
}
.staff_item:nth-child(even) .staff_img::before {
    right: -80px;
}
.staff_img_inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.staff_img_inner::before {
    display: block;
    padding-top: 100%;
    content: '';
}
.staff_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 100%;
}
.staff_body {
    width: 100%;
    max-width: 600px;
    padding-top: 32px;
}
.staff_item:nth-child(odd) .staff_body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 40px;
}
.staff_item:nth-child(even) .staff_body {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 40px;
}
.staff_name_ja {
    display: inline-block;
    margin-right: 16px;
    color: #223388;
    font-size: 32px;
    font-weight: bold;
}
.staff_meta {
    display: inline-block;
}
.staff_name_en {
    color: #999;
    font-size: 16px;
    font-weight: bold;
}
.staff_position {
    display: inline-block;
    margin-left: 12px;
    padding-left: 16px;
    border-left: 1px solid #999;
    color: #999;
    font-size: 16px;
    font-weight: bold;
}
.staff_comment {
    margin-top: 24px;
    margin-bottom: 24px;
}
.staff_comment_txt {
    font-size: 14px;
    line-height: 2;
}


/* rent management */
.sec-lineuplist {
    margin: auto;
    overflow: hidden;
}
.sec-lineuplist_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 40px);
}
.sec-lineuplist_item {
    width: 346px;
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 64px 40px 48px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #F5F5F8;
}
.lineup_icon_img {
    margin: auto;
}
.lineup_content {
    margin-top: 32px;
}
.lineup_title {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.lineup_description {
    font-size: 12px;
    line-height: 2;
}


.sec-prices {
    padding-top: 80px;
}
.sec-prices_img {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.sec-prices_img img {
    width: 100%;
    height: auto;
}
.sec-prices_main {
    padding: 80px;
    background-color: #F5F5F8;
}
.prices-content {
    max-width: 1280px;
    margin: auto;
    padding: 120px 120px;
    border-radius: 8px;
    background-color: #fff;
}
.prices-content:first-child {
    margin-bottom: 80px;
}
.prices-content_ttl {
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 32px;
    color: #223388;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.prices-content_ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80px;
    height: 2px;
    margin: auto;
    background-color: #223388;
    content: '';
}
.prices-content_lead {
    max-width: 640px;
    margin: auto;
}
.prices-content_lead_txt {
    font-size: 14px;
    line-height: 2;
}
.priceslist {
    margin-top: 64px;
}
.priceslist_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.priceslist_item:nth-child(odd) .priceslist_ttl,.priceslist_item:nth-child(odd) .priceslist_data {
    background-color: #F5F5F8;
}
.priceslist_item:last-of-type {
    margin-bottom: 24px;
}
.priceslist_ttl {
    width: 270px;
    margin-right: 10px;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.75;
}
.priceslist_data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px 24px;
    font-size: 14px;
    line-height: 1.75;
}
.priceslist_data_note {
    display: inline-block;
    font-size: 12px;
}
.priceslist_note_txt {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5;
}
.plancard {
    overflow: hidden;
}
.plancard_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin-top: 64px;
    margin-bottom: 24px;
}
.plancard_item {
    width: calc(33.333% - 40px);
    max-width: 320px;
    margin-right: 40px;
}
.plancard_item_header {
    position: relative;
    padding: 32px 16px 28px;
    border-radius: 8px 8px 0 0;
    color: #fff;
    text-align: center;
}
.lite .plancard_item_header {
    background-color: #0A0A45;
}
.standard .plancard_item_header {
    background-color: #0F1070;
}
.sublease .plancard_item_header {
    background-color: #223388;
}
.plancard_name {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
}
.plancard_price {
    margin-bottom: 8px;
    font-size: 18px;
}
.plancard_price_num {
    font-size: 24px;
    font-weight: bold;
}
.plancard_price_txt {
    font-size: 18px;
    font-weight: bold;
}
.plancard_price_note {
    font-size: 10px;
}
.plancard_tag {
    display: block;
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    max-width: 200px;
    margin: auto;
    padding: 8px 12px;
    border-radius: 16px;
    background-color: #BA770C;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}
.plancard_item_body {
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #F5F5F8;
    border-bottom:1px solid #F5F5F8;
    border-left:1px solid #F5F5F8;
    border-radius: 0 0 8px 8px;
}
.plancard_lead {
    padding: 24px 0;
    font-size: 12px;
    line-height: 1.75;
}
.plancard_detail_item {
    border-top: 1px solid #F5F5F8;
    padding: 24px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.plancard_detail_item._on {
    color: #0A0A45;
}
.plancard_detail_item._off {
    color: #DEDEDE;
}
.plancard_detail_item span {
    display: inline-block;
    margin-right: 4px;
    font-size: 12px;
}
.planlist_note_txt {
    margin-top: 4px;
    padding-left: 1em;
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    text-indent: -1em;
}




/* commitment */
.page-commit {
    padding: 80px;
    background-color: #F5F5F8;
}
.page-commit_item {
    max-width: 1280px;
    margin: auto;
    padding: 80px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}
.catchcopy {
    margin-bottom: 80px;
}
.catchcopy_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catchcopy_content {
    max-width: 440px;
    width: calc(45% - 40px);
    margin-right: 40px;
}
.catchcopy_ttl_en {
    height: 18px;
    margin-bottom: 12px;
}
.catchcopy_ttl_en img {
    width: auto;
    height: 100%;
}
.catchcopy_ttl_ja {
    margin-bottom: 32px;
    color: #0F1070;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.catchcopy_lead {
    max-width: 100%;
}
.catchcopy_lead_txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}
.catchcopy_img {
    max-width: 640px;
    width: 55%;
    margin-left: auto;
    border-radius: 8px;
    overflow: hidden;
}
.catchcopy_img img {
    max-width: 100%;
    height: auto;
}

.mission_ttl {
    margin-bottom: 100px;
    padding-top: 40px;
    text-align: center;
}
.mission_ttl_txt {
    position: relative;
    display: inline-block;
    padding: 0 80px;
    font-weight: bold;
    line-height: 1.5;
}
.mission_ttl_txt::before,.mission_ttl_txt::after {
    position: absolute;
    width: 40px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}
.mission_ttl_txt::before {
    top: 0;
    left: 0;
    background-image: url(../img/page/wquote-before.svg);    
}
.mission_ttl_txt::after {
    bottom: 0;
    right: 0;
    background-image: url(../img/page/wquote-after.svg);    
}
.mission_ttl_sub {
    display: block;
    margin-bottom: 8px;
    color: #050404;
    font-size: 24px;
}
.mission_ttl_main {
    color: #223388;
    font-size: 36px;
}

.mission_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mission_img {
    max-width: 420px;
    width: calc(45% - 40px);
    margin-right: 40px;
    margin-left: auto;
    border-radius: 8px;
    overflow: hidden;
}
.mission_img img {
    max-width: 100%;
    height: auto;
}
.mission_content {
    max-width: 560px;
    width: 55%;
    margin-left: auto;
}
.mission_lead {
    max-width: 100%;
}
.mission_lead_txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}
.mission_lead_txt:not(:first-child) {
    margin-top: 1em;
}
.mission_lead_txt_under {
    background-image: -webkit-gradient(linear,right top,left top,color-stop(50%,transparent),color-stop(50%,#7389FC));
    background-image: linear-gradient(to left,transparent 50%,#7389FC 50%);
    background-size: 200% 35%;
    background-position: 0 100%;
    background-repeat: no-repeat;
}
.aside_sec_banner {
    display: block;
    padding-top: 120px;
}



/* selling */
.conditions {
    padding-bottom: 80px;
}
.conditions_inner {
    margin: auto;
}
.conditions_img {
    position: relative;
    height: 640px;
    margin: auto;
    border-radius: 8px;
    overflow: hidden;
}
.conditions_img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.conditions_main {
    max-width: 1280px;
    margin: auto;
}
.conditions_main_inner {
    position: relative;
    z-index: 1;
    margin-top: -40px;
    margin-right: 80px;
    margin-left: 80px;
    padding: 88px 96px 0;
    overflow: hidden;
    border-radius: 8px;
    background-color: #F5F5F8;
}
.conditions_header {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}
.conditions_header_ttl {
    margin-bottom: 16px;
    text-align: center;
}
.conditions_header_ttl_ja {
    margin-bottom: 16px;
    color: #0F1070;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}
.conditions_header_ttl_en {
    display: block;
    position: relative;
    color: #999;
    font-size: 16px;
    font-weight: bold;
}
.conditions_header_lead {
    position: relative;
    max-width: 640px;
    margin: auto;
    padding-top: 64px;
    text-align: center;
}
.conditions_header_lead::before {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 1px;
    height: 40px;
    margin: auto;
    background-color: #999;
    content: '';
}
.conditions_header_lead_txt {
    font-size: 14px;
    line-height: 2;
}
.conditions_body {
    overflow: hidden;
}
.conditions_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    width: calc(100% + 24px);
}
.conditions_item {
    max-width: 280px;
    width: calc(33.333% - 24px);
    margin-right: 24px;
}
.conditions_item_img {
    max-width: 100%;
    height: auto;
}

.review_ranking {
    max-width: 1156px;
    margin: auto;
    padding-right: 48px;
    padding-left: 48px;
    overflow: hidden;
}
.review_ranking_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-top: 24px;
}
.review_ranking_item {
    position: relative;
    width: calc(16.666% - 24px);
    margin-right: 24px;
    margin-bottom: 16px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    transition: 0.2s;
}
.review_ranking_item:hover {
    transform: translate3d(0,-4px,0);
    opacity: 0.75;
    transition: 0.2s;
}
.review_ranking_item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px 4px 0 0;
    content: '';
}
.review_gold::before {
    background-color: #BF9224;
}
.review_silver::before {
    background-color: #AEB3B5;
}
.review_bronze::before {
    background-color: #C47022;
}
.review_other::before {
    background-color: #0A0A45;
}
.review_link {
    display: block;
    padding: 32px 16px 40px;
}
.review_rank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    background-repeat: no-repeat;
    text-align: center;
}
.review_gold .review_rank {
    background-image: url(../img/selling/gold_rank.svg);
}
.review_silver .review_rank {
    background-image: url(../img/selling/silver_rank.svg);
}
.review_bronze .review_rank {
    background-image: url(../img/selling/bronze_rank.svg);
}
.review_other .review_rank {
    background-image: url(../img/selling/other_rank.svg);
}
.review_num {
    font-size: 24px;
    font-weight: bold;
    font-family: serif;
}
.review_gold .review_num {
    color: #BF9224;
}
.review_silver .review_num {
    color: #AEB3B5;
}
.review_bronze .review_num {
    color: #C47022;
}
.review_other .review_num {
    color: #0A0A45;
}
.review_content {
    text-align: center;
}
.review_date {
    font-size: 12px;
    font-weight: bold;
}
.review_gold .review_date {
    color: #BF9224;
}
.review_silver .review_date {
    color: #AEB3B5;
}
.review_bronze .review_date {
    color: #C47022;
}




/* .results {
    padding-top: 80px;
    padding-bottom: 80px;
} */
.results_inner {
    margin: auto;
}
.page-sec_header {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}
.page-sec_header_ttl {
    margin-bottom: 16px;
    text-align: center;
}
.page-sec_header_ttl_ja {
    margin-bottom: 16px;
    color: #0F1070;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}
.page-sec_header_ttl_en {
    display: block;
    position: relative;
    color: #999;
    font-size: 16px;
    font-weight: bold;
}
.page-sec_header_lead {
    position: relative;
    max-width: 640px;
    margin: auto;
    padding-top: 64px;
    text-align: center;
}
.page-sec_header_lead::before {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 1px;
    height: 40px;
    margin: auto;
    background-color: #999;
    content: '';
}
.page-sec_header_lead_txt {
    font-size: 14px;
    line-height: 2;
}
.results_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 48px);
  }
.results_item {
    width: 244px;
    margin-right: 48px;
    margin-bottom: 48px;
}
.results_item_link {
    display: block;
}
.results_item_thumbnail {
    position: relative;
    margin-bottom: 16px;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    transition: 0.25s;
}
.results_item_link:hover .results_item_thumbnail {
    transform: translate3d(0,-4px,0);
    transition: 0.25s;
}
.results_item_thumbnail_inner {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: #F5F5F8;
}
.results_item_thumbnail_inner::before {
    content: '';
    padding-top: 85%;
    display: block;
}
.results_item_thumbnail_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.results_item_name {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}
.results_item_info {
    color: #999;
    font-size: 11px;
    font-weight: bold;
}
.results_item_info li {
    position: relative;
    display: flex;
}
.results_item_area {
    margin-bottom: 6px;
}
.results_item_info li::before {
    display: block;
    width: 10px;
    height: 14px;
    background-size: cover;
    content: '';
}
.results_item_area::before {
    background-image: url(../img/icon/icon_area.svg);
}
.results_item_build::before {
    background-image: url(../img/icon/icon_build.svg);
}
.results_item_info li span {
    display: block;
    margin-top: 1px;
    margin-left: 4px;
    flex: 1;
    line-height: 1.25;
}

.sec-reasons {
    padding-top: 120px;
}
.sec-reasons_img {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.sec-reasons_img img {
    width: 100%;
    height: auto;
}
.sec-reasons_main {
    padding-top: 100px;
}

.reasons-content {
    position: relative;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.reasons-content::before {
    position: absolute;
    top: 0;
    left: calc((100vw - 1120px) / -2);
    z-index: -1;
    width: calc((100vw - 1120px) / 2 + 960px);
    height: 480px;
    border-radius: 0 8px 8px 0;
    background-color: #F5F5F8;
    content: '';
}
.reasons-content_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reasons-content_header {
    margin-right: 56px;
}
.reasons-content_ttl_num {
    display: inline-block;
    position: relative;
    margin-bottom: 24px;
    padding-right: 50px;
}
.reasons-content_ttl_num::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #223388;
    content: '';
}
.reasons-content_ttl_txt {
    color: #223388;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
}
.reasons-content_img {
    position: relative;
    z-index: -1;
    width: 540px;
    height: 480px;
    margin-top: -24px;
    border-radius: 8px;
    overflow: hidden;
}
/* .reasons-content_img img {
    max-width: 100%;
    height: auto;
} */
.reasons-content_body {
    margin-top: 188px;
}
.reasons-content_subttl {
    margin-bottom: 32px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}
.reasons-content_subttl span {
    display: block;
    font-size: 28px;
}
.reasons-content_desc_txt {
    margin-top: 1em;
    font-size: 14px;
    line-height: 2;
    text-indent: 1em;
}

.reasons-content_item {
    padding-top: 120px;
    padding-bottom: 80px;
    overflow: hidden;
}
.reasons-content_item_ttl {
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 32px;
    color: #223388;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.reasons-content_item_ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80px;
    height: 2px;
    margin: auto;
    background-color: #223388;
    content: '';
}
.reasons-content_item_lead {
    max-width: 640px;
    margin: auto;
}
.reasons-content_item_lead_txt {
    font-size: 14px;
    line-height: 2;
}
.reasons-content_item_figure {
    margin-top: 56px;
    text-align: center;
}
.reasons-content_item_figure_img {
    max-width: 100%;
    height: auto;
    margin: auto;
}



.hor_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    width: calc(100% + 80px);
    margin-top: 60px;
}
.ver_column {
    margin-top: 100px;
}
.hor_column .reasons-flow_column_item {
    width: 520px;
    margin-top: 40px;
    margin-right: 80px;
}
.ver_column .reasons-flow_column_item:first-child {
    margin-bottom: 80px;
}
.reasons-flow_column_ttl {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid;
    color: #223388;
    font-size: 24px;
    font-weight: bold;
}
.reasons-flow_column_desc {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 2;
}
.reasons-flow_column_figure_img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.point_box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.point_box {
    margin-left: 40px;
    padding: 32px;
    border-radius: 8px;
    background-color: #F5F5F8;
}
.point_box_ttl {
    margin-bottom: 16px;
}
.point_box_txt {
    font-size: 14px;
    line-height: 2;
}

.reasons-matching {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reasons-matching_txt {
    margin-right: 48px;
    margin-bottom: 48px;
}
.reasons-matching_ttl {
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 32px;
    color: #223388;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
}
.reasons-matching_ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    margin: auto;
    background-color: #223388;
    content: '';
}
.reasons-matching_lead {
    max-width: 400px;
}
.reasons-matching_lead_txt {
    font-size: 14px;
    line-height: 2;
}
.reasons-matching_figure {
    margin-left: auto;
}
.reasons-matching_figure_img {
    max-width: 100%;
    height: auto;
}


.reasons-areas_list {
    margin-top: 32px;
}
.reasons-areas_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.reasons-areas_item_thumbnail {
    position: relative;
    width: 120px;
    margin-right: 16px;
}
.reasons-areas_item_thumbnail_inner {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-color: #F5F5F8;
}
.reasons-areas_item_thumbnail_inner::before {
    display: block;
    padding-top: 100%;
    content: '';
}
.reasons-areas_item_thumbnail_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reasons-areas_item_content {
    flex: 1;
    margin-top: 8px;
}
.reasons-areas_item_name {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}
.reasons-areas_item_info {
    color: #999;
    font-size: 11px;
    font-weight: bold;
}
.reasons-areas_item_info li {
    position: relative;
    display: flex;
}
.reasons-areas_item_area {
    margin-bottom: 6px;
}
.reasons-areas_item_info li::before {
    display: block;
    width: 10px;
    height: 14px;
    background-size: cover;
    content: '';
}
.reasons-areas_item_area::before {
    background-image: url(../img/icon/icon_area.svg);
}
.reasons-areas_item_build::before {
    background-image: url(../img/icon/icon_build.svg);
}
.reasons-areas_item_info li span {
    display: block;
    margin-top: 1px;
    margin-left: 4px;
    flex: 1;
    line-height: 1.25;
}


.reasons-faq {
    max-width: 880px;
    margin: auto;
}
.reasons-faq_item {
    position: relative;
    margin-top: 48px;
    padding: 16px 24px 20px;
    border: 1px solid #223388;
    border-radius: 8px;
    cursor: pointer;
}
.reasons-faq_question_ttl {
    display: flex;
    align-items:baseline;
    position: absolute;
    top: -12px;
    left: 20px;
    padding-right: 8px;
    padding-left: 4px;
    background-color: #fff;
}
.reasons-faq_question_ttl_num {
    display: inline-block;
    margin-left: 4px;
    color: #223388;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}
.reasons-faq_question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 12px;
}
.reasons-faq_question_icon {
    width: 40px;
    margin-right: 24px;
}
.reasons-faq_question_txt {
    flex: 1;
    margin-right: 24px;
    padding-top: 4px;
    color: #223388;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
}
.reasons-faq_question_btn {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #0F1070;
}
.reasons-faq_question_btn::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    width: 3px;
    height: 3px;
    border: 1px solid;
    border-color: transparent #000D50 #000D50 transparent;
    content: '';
    transition: 0.25s;
}
.reasons-faq_item:hover .reasons-faq_question_btn {
    background-color: #0F1070;
}
.reasons-faq_item:hover .reasons-faq_question_btn::after {
    border-color: transparent #fff #fff transparent;
}
.is-open .reasons-faq_question_btn {
    transform: rotateZ(-180deg);
    background-color: #0F1070;
}
.is-open .reasons-faq_question_btn::after {
    border-color: transparent #fff #fff transparent;
}
.reasons-faq_answer {
    position: relative;
    height: 0;
    overflow: hidden;
}
.reasons-faq_answer_inner {
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: hidden;
    background-color: #F5F5F8;
}
.reasons-faq_answer_ttl {
    margin-bottom: 16px;
}
.reasons-faq_answer_txt {
    font-size: 14px;
    line-height: 1.75;
}
.reasons-faq_answer_link {
    font-weight: bold;
    color: #223388;
    text-decoration: underline;
}
.reasons-faq_answer_link:hover {
    text-decoration: none;
}
.reasons-footer {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.reasons-footer_img {
    width: 100%;
    height: auto;
}

.voices_inner {
    margin: auto;
}
.voices_body {
    overflow: hidden;
}
.voices_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    width: calc(100% + 40px);
}
.voices_item {
    position: relative;
    max-width: 320px;
    margin-right: 40px;
    margin-bottom: 48px;
    padding: 32px;
    border-radius: 8px;
    background-color: #0A0A45;
}
.voices_item::after {
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 40px;
    border: 20px solid transparent;
    border-top: 20px solid #0A0A45;
    content: '';
}
.voices_item_header {
    margin-bottom: 24px;
}
.voices_item_name {
    position: relative;
    padding-left: 32px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.voices_item_name::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 30px;
    background-image: url(../img/icon/icon_user.svg);
    content: '';
}
.voices_item_txt {
    color: #fff;
    font-size: 14px;
    line-height: 2;
}

.flow_inner {
    margin: auto;
}
.flow_body {
    overflow: hidden;
}
.flow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 40px);
}
.flow_item {
    max-width: 250px;
    width: 100%;
    margin-right: 40px;
}
.flow_item:nth-child(2) {
    margin-top: 32px;
}
.flow_item:nth-child(3) {
    margin-top: 64px;
}
.flow_item:nth-child(4) {
    margin-top: 96px;
}
.flow_item:nth-child(5) {
    margin-top: 96px;
}
.flow_item:nth-child(6) {
    margin-top: 128px;
}
.flow_item:nth-child(7) {
    margin-top: 160px;
}
.flow_item:nth-child(8) {
    margin-top: 192px;
}
.flow_item_header {
    margin-bottom: 16px;
    text-align: center;
}
.flow_item_header_img {
    margin: 0 auto 16px;
}
.flow_item_header_ttl {
    font-size: 16px;
    font-weight: bold;
}
.flow_item_content_txt {
    font-size: 13px;
    line-height: 2;
}
.flow_item_content_btn {
    margin-top: 8px;
    text-align: center;
}


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

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

    .catchcopy_inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;;
    }
    .prices-content {
        padding: 100px 80px;
    }
}
@media screen and (max-width: 1200px) {
    .page-header_inner {
        padding-left: 40px;
        padding-right: 40px;
    }
    .page-header_txt {
        max-width: 320px;
    }
    .page-header_ttl_ja {
        font-size: 36px;
    }
    .page-header_img {
        right: calc((100vw - 100%) / -2);
        width: calc((100vw - 100%) / 2 + (100% - (320px + 40px)));
    }
    .page-body_ttl_sub, .mission_ttl_sub {
        font-size: 20px;
    }
    .page-body_ttl_main, .mission_ttl_main {
        font-size: 32px;
    }

    .message {
        overflow: hidden;
    }
    .page-commit {
        padding: 40px;
    }
    .page-commit_item {
        padding: 40px;
    }
    .catchcopy {
        margin-bottom: 40px;
    }

    .sec-lineuplist_item {
        width: calc(33.333% - 40px);
    }

    .sec-prices_main {
        padding: 40px;
    }
    .prices-content {
        padding: 80px 40px;
    }
    .prices-content:first-child {
        margin-bottom: 40px;
    }



    .conditions_main_inner {
        margin-right: auto;
        margin-left: auto;
    }
    .results_list {
        width: calc(100% + 40px);
    }
    .results_item {
        width: calc(33.333% - 40px);
        margin-right: 40px;
        margin-bottom: 40px;
    }
    

    .hor_column {
        width: calc(100% + 40px);
    }
    .hor_column .reasons-flow_column_item {
        width: calc(50% - 40px);
        margin-right: 40px;
    }

    .reasons-matching {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    }
    .reasons-matching_txt {
        margin-right: auto;
        margin-left: auto;
    }
    .reasons-matching_ttl {
        text-align: center;
    }
    .reasons-matching_ttl::after {
        right: 0;
    }
    .reasons-matching_lead {
        max-width: 640px;
    }
    .reasons-matching_figure {
        margin-right: auto;
    }
    .voices_list {
        width: calc(100% + 24px);
    }
    .voices_item {
        width: calc(100% - 24px);
        margin-right: 24px;
    }

    .flow_item:nth-child(2),.flow_item:nth-child(3),.flow_item:nth-child(4),.flow_item:nth-child(5),.flow_item:nth-child(6),.flow_item:nth-child(7),.flow_item:nth-child(8) {
        margin-top: 0;
    }
    .flow_item {
        max-width: 100%;
        width: calc(33.333% - 40px);
        margin-bottom: 64px;
    }
    .flow_item_content_btn_link {
        margin: auto;
    }
}
@media screen and (max-width: 1120px) {
    .ver_column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% + 40px);
    }
    .ver_column .reasons-flow_column_item {
        width: calc(50% - 40px);
        margin-right: 40px;
    }
    .ver_column .reasons-flow_column_figure_img {
        width: 100%;
        height: auto;
    }
    .point_box_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .point_box {
        margin-left: 0;
        margin-top: 32px;
    }
    
}
@media screen and (max-width: 1024px) {
    .page-header_inner {
        padding-bottom: 80px;
    }
    .profile_inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .profile_header {
        max-width: 100%;
        height: 300px;
        margin-left: auto;
    }
    .profile_img::before {
        background: linear-gradient(0deg,rgba(0,0,0,.75) 0,transparent 50%);
    }
    .page-body_ttl {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .profile {
        padding-bottom: 64px;
    }
    .profile_body {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .access, .message {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .message_inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .message_header {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%;
        height: 300px;
        margin-left: auto;
    }
    .message_img::before {
        background: linear-gradient(0deg,rgba(0,0,0,.75) 0,transparent 50%);
    }
    .message_img img {
        width: 100%;
        height: auto;
    }
    .message_body {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .catchcopy_inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 32px;
        padding-bottom: 32px; 
    }
    .catchcopy_content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
        max-width: 720px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .catchcopy_img {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%;
        width: 100%;
        margin-right: auto;
        margin-bottom: 32px;
    }
    .catchcopy_img img {
        margin: auto;
    }

    .mission_ttl {
        margin-bottom: 32px;
    }
    .mission_inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 32px;
        padding-bottom: 32px; 
    }
    .mission_img {
        max-width: 100%;
        width: 100%;
        margin-right: auto;
        margin-bottom: 32px;
    }
    .mission_img img {
        margin: auto;
    }
    .mission_content {
        max-width: 720px;
        width: 100%;
        margin-right: auto;
    }

    .staff_meta {
        display: block;
        margin-top: 16px;
    }
    


    .sec-lineuplist_item {
        width: calc(50% - 40px);
    }
    .sec-prices {
        padding-top: 64px;
    }
    .prices-content {
        padding: 64px 40px;
    }
    .priceslist {
        margin-top: 40px;
    }
    .plancard_list {
        width: calc(100% + 24px);
        margin-top: 40px;
    }
    .plancard_item {
        width: calc(33.333% - 24px);
        margin-right: 24px;
    }
    .plancard_name {
        font-size: 14px;
    }

    .conditions_main_inner {
        padding: 80px 48px 0;
    }
    .conditions_header_lead {
        text-align: left;
    }
    .review_ranking {
        padding-right: 0;
        padding-left: 0;
    }
    .review_ranking_list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        padding: 24px 16px 0px 40px;
        overflow-x: scroll;
    }
    .review_ranking_item {
        width: 144px;
        flex-shrink: 0;
    }
    .sec-reasons_main {
        padding-top: 64px;
    }
    .reasons-content::before {
        left: 0;
        width: calc(100vw - 40px);
    }
    .reasons-content_inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .reasons-content_body {
        max-width: 600px;
        margin-top: -240px;
        margin-left: auto;
        padding: 48px 32px 0 32px;
        background-color: #fff;
        border-radius: 8px 8px 0 0;
    }


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

    .page-body_ttl_sub, .mission_ttl_sub {
        margin-bottom: 4px;
        font-size: 16px;
    }
    .page-body_ttl_main, .mission_ttl_main {
        font-size: 28px;
    }
    .access_detail {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .access_detail_description {
        margin-bottom: 16px;
    }
    .access_detail_btn {
        margin-left: auto;
    }
    .catchcopy_inner {
        padding-top: 0;
        padding-bottom: 0; 
    }
    .mission_inner {
        padding-top: 0;
        padding-bottom: 0;
    }
    .staff_list {
        overflow: hidden;
    }
    .staff_item {
        padding-bottom: 64px;
    }
    .staff_item:not(:first-child) {
        margin-top: 40px;
    }
    .staff_item_inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .staff_item:nth-child(even) .staff_img {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .staff_body {
        max-width: 100%;
    }
    .staff_item:nth-child(odd) .staff_body {
        margin-left: 0;
    }
    .staff_item:nth-child(even) .staff_body {
        margin-right: 0;
    }
    .priceslist_item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .priceslist_ttl {
        width: 100%;
        margin-right: 0;
        padding: 16px 24px 0px;
    }
    .plancard_list {
        width: 100%;
        margin-top: 0;
    }
    .plancard_item {
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
        margin-right: auto;
        margin-left: auto;
    }
    .conditions_header {
        margin-bottom: 40px;
    }
    .conditions_header_ttl_ja {
        font-size: 36px;
    }
    .conditions_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .conditions_item {
        width: 100%;
        margin-top: 24px;
        margin-right: auto;
        margin-left: auto;
    }
    .page-sec_header {
        margin-bottom: 56px
    }
    .results_list {
        width: calc(100% + 24px);
    }
    .results_item {
        width: calc(50% - 24px);
        margin-right: 24px;
        margin-bottom: 24px;
    }
    .reasons-content_ttl_txt {
        font-size: 36px;
    }
    .hor_column {
        width: 100%;
        margin-top: 0;
    }
    .hor_column .reasons-flow_column_item {
        width: 100%;
        margin-right: 0;
    }

    .flow_list {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
    .flow_item {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .reasons-flow_column_ttl {
        font-size: 20px;
    }

}

@media screen and (max-width: 640px) {
    .sec-lineuplist_item {
        width: calc(100% - 40px);
    }
    .reasons-content {
        overflow: hidden;
    }
    .reasons-content_header {
        margin-right: 0;
    }
    .reasons-content_body {
        margin-top: 0;
        padding: 32px 0 0;
    }
    .reasons-content_img {
        width: 100%;
        height: auto;
    }
    .reasons-content_img img {
        max-width: 100%;
        height: auto;
    }
    .ver_column {
        width: 100%;
    }
    .ver_column .reasons-flow_column_item {
        width: 100%;
        margin-right: 0;
    }
    .ver_column .reasons-flow_column_item:first-child {
        margin-bottom: 64px;
    }

}
@media screen and (max-width: 480px) {
    .page-header_inner {
        height: 128vw;
        padding: 0;
    }
    .page-header_main {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
        height: 100%;
        padding-top: 0;
    }
    .page-header_txt {
        position: absolute;
        bottom: 0;
        max-width: 100%;
        padding: 0 16px 20px;
    }
    .page-header_ttl {
        margin-bottom: 6.4vw;
    }
    .page-header_ttl_ja {
        margin-bottom: 2.133vw;
        color: #fff;
        font-size: 6.4vw;
    }
    .page-header_ttl_en {
        padding-left: 6.4vw;
        color: #fff;
        font-size: 3.2vw;
    }
    .page-header_ttl_en::before {
        width: 4.8vw;
        background-color:#fff;
    }
    .page-header_lead_txt {
        color: #fff;
        font-size: 3.2vw;
    }
    .page-header_img {
        right: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .page-header_img::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(0deg,rgba(0,0,0,.75) 0,transparent 45%);
        z-index: 1;
    }

    .page-body_ttl {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .page-body_ttl_txt, .mission_ttl_txt {
        padding-right: 7.466vw;
        padding-left: 7.466vw;
    }
    .page-body_ttl_txt::before, .page-body_ttl_txt::after, .mission_ttl_txt::before, .mission_ttl_txt::after {
        width: 5.333vw;
        height: 4.266vw;
    }
    .page-body_ttl_sub {
        font-size: 3.733vw;
    }
    .page-body_ttl_main {
        font-size: 5.333vw;
    }
    .profile {
        padding-bottom: 40px;
    }
    .profile_header, .message_header {
        height: auto;
    }
    .profile_img::after, .message_img::after {
        display: block;
        content: '';
        padding-top: 87.5%;
    }
    .profile_ttl, .message_ttl {
        bottom: 20px;
    }
    .profile_ttl {
        left: 20px;
    }
    .message_ttl {
        right: 20px;
    }
    .profile_ttl_ja, .message_ttl_ja {
        font-size: 6.4vw;
        margin-bottom: 2.133vw;
    }
    .profile_ttl_en, .message_ttl_en {
        font-size: 3.2vw;
    }
    .profile_ttl_en {
        padding-left: 6.4vw;
    }
    .message_ttl_en {
        padding-right: 6.4vw;
    }
    .profile_ttl_en::before, .message_ttl_en::before {
        width: 4.8vw;
    }
    .access, .message {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .message_body_ttl {
        margin-bottom: 4.266vw;
        font-size: 4.8vw;
    }
    .message_body_txt {
        font-size: 3.733vw;
    }
    .message_body_name {
        margin-top: 6.4vw;
        font-size: 4.266vw;
    }
    .mission_ttl_sub {
        font-size: 3.2vw;
    }
    .mission_ttl_main {
        font-size: 4.8vw;
    }

    .page-commit {
        padding: 0;
    }
    .page-commit_item {
        padding: 16px;
        border-radius: 0;
    }
    .catchcopy {
        margin-bottom: 0;
    }
    .catchcopy_ttl_en {
        height: 3.733vw;
        margin-bottom: 2.133vw;
    }
    .catchcopy_ttl_ja {
        margin-bottom: 3.2vw;
        font-size: 8vw;
    }
    .catchcopy_lead_txt, .mission_lead_txt {
        font-size: 3.2vw;
    }

    .aside_sec_banner {
        padding-top: 24px;
    }
    .staff_list {
        padding-bottom: 40px;
    }
    .staff_item {
        padding-bottom: 0;
    }
    .staff_item:not(:first-child) {
        margin-top: 24px;
    }
    .staff_name_ja {
        font-size: 6.4vw;
    }
    .staff_name_en, .staff_position {
        font-size: 3.733vw;
    }
    .staff_position {
        margin-left: 2.666vw;
        padding-left: 3.2vw;
    }
    .staff_comment_txt {
        font-size: 3.733vw;
    }

    .sec-lineuplist_list {
        width: 100%;
    }
    .sec-lineuplist_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .lineup_title {
        margin-bottom: 5.333vw;
        font-size: 4.266vw;
    }
    .lineup_description {
        font-size: 3.2vw;
    }

    .sec-prices {
        padding-top: 40px;
    }
    .sec-prices_main {
        padding: 0;
    }
    .prices-content {
        padding: 40px 16px;
        border-radius: 0;
    }
    .prices-content:first-child {
        margin-bottom: 0;
    }
    .prices-content_ttl {
        margin-bottom: 6.4vw;
        padding-bottom: 6.4vw;
        font-size: 5.333vw;
    }
    .prices-content_lead_txt {
        font-size: 3.733vw;
    }
    .priceslist_ttl {
        padding: 16px 16px 0px;
        font-size: 3.733vw;
    }
    .priceslist_data {
        padding: 8px 16px 16px;
        font-size: 3.733vw;
    }
    .priceslist_note_txt, .planlist_note_txt {
        font-size: 3.733vw;
    }
    .conditions {
        padding-bottom: 40px;
    }
    .conditions_img {
        height: 320px;
    }
    .conditions_img img {
        width: auto;
        height: 100%;
    }
    .conditions_main_inner {
        padding: 40px 16px 0;
    }
    .conditions_header {
        margin-bottom: 0;
    }
    .conditions_header_ttl_ja {
        margin-bottom: 3.733vw;
        font-size: 5.333vw;
    }
    .conditions_header_ttl_en {
        font-size: 3.2vw;
    }
    .conditions_header_lead, .page-sec_header_lead {
        padding-top: 9.6vw;
    }
    .conditions_header_lead::before, .page-sec_header_lead::before {
        height: 6.4vw;
    }
    .conditions_header_lead_txt {
        font-size: 3.733vw;
    }
    .conditions_item {
        margin-top: 6.4vw;
    }
    .page-sec_header {
        margin-bottom: 10.666vw;
    }
    .conditions_header_ttl ,.page-sec_header_ttl {
        margin-bottom: 3.2vw;
    }
    .page-sec_header_ttl_ja {
        margin-bottom: 2.133vw;
        font-size: 6.4vw;
    }
    .page-sec_header_ttl_en {
        font-size: 3.2vw;
    }
    .page-sec_header_lead_txt {
        font-size: 3.733vw;
        text-align: left;
    }
    .results_list {
        width: 100%;
    }
    .results_item {
        width: 100%;
        margin-right: 0;
    }
    .review_ranking_list {
        width: calc(100% + 16px);
        padding: 16px 16px 0px 16px;
    }
    .review_ranking_item {
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .sec-reasons {
        padding-top: 40px;
    }
    .sec-reasons_main {
        padding-top: 40px;
    }
    .reasons-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .reasons-content_ttl_num {
        margin-bottom: 4.266vw;
    }
    .reasons-content_ttl_txt {
        font-size: 6.4vw;
    }
    .reasons-content_body {
        background-color: transparent;
    }
    .reasons-content_subttl {
        margin-bottom: 4.266vw;
        font-size: 4.266vw;
    }
    .reasons-content_subttl span {
        font-size: 5.866vw;
    }
    .reasons-content_desc_txt {
        font-size: 3.733vw;
    }
    .reasons-content_item {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .reasons-content_item_ttl, .reasons-matching_ttl {
        margin-bottom: 6.4vw;
        padding-bottom: 6.4vw;
        font-size: 5.333vw;
    }
    .reasons-content_item_lead_txt {
        font-size: 3.733vw;
    }
    .reasons-content_item_figure {
        margin-top: 4.266vw;
    }

    .hor_column .reasons-flow_column_item {
        margin-top: 8.533vw;
    }
    .ver_column {
        margin-top: 8.533vw;
    }
    .ver_column .reasons-flow_column_item:first-child {
        margin-bottom: 8.533vw;
    }
    .reasons-flow_column_ttl {
        margin-bottom: 3.2vw;
        padding-bottom: 3.2vw;
        font-size: 4.8vw;
    }
    .reasons-flow_column_desc {
        margin-bottom: 3.2vw;
        font-size: 3.733vw;
    }

    .reasons-areas_list {
        margin-top: 6.4vw;
    }
    .reasons-areas_item {
        margin-bottom: 6.4vw;
    }
    .reasons-areas_item_name {
        font-size: 3.733vw;
    }
    .point_box {
        margin-top: 6.4vw;
        padding: 6.4vw;
    }
    .point_box_ttl {
        margin-bottom: 4.266vw;
    }
    .point_box_txt {
        font-size: 3.733vw;
    }
    .reasons-faq_item {
        margin-top: 40px;
        padding: 8px 16px 12px;
    }
    .reasons-faq_question {
        padding-top: 12px;
        padding-bottom: 8px;
    }
    .reasons-faq_question_txt {
        margin-right: 16px;
        font-size: 3.733vw;
    }
    .reasons-faq_answer_inner {
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .reasons-faq_answer_txt {
        font-size: 3.733vw;
    }
    .voices_list {
        width: 100%;
    }
    .voices_item {
        width: 100%;
        margin-right: 0;
    }


    .voices_item_txt {
        font-size: 3.773vw;
    }
}