@charset "UTF-8";
.areaMv_in {
    position: relative;
}
.areaMv-img {
    position: relative;
    width: 100%;
    height: 499px;
    overflow: hidden;
    background: #F3F6F5;
}
.areaMv-img source,
.areaMv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transform: scale(1.1);
    transition: all 1s ease-out;
}
.areaMv-img.is-on source, 
.areaMv-img.is-on img {
    opacity: 1;
    transform: scale(1);
}
.areaBnr_box.is-ver1 {
    position: absolute;
    bottom: 60px;
    right: 50%;
    transform: translateX(50%);
    text-align: right;
    display: block;
    opacity: 0;
    transition: all 1.2s ease-out;
}
.areaBnr_box.is-ver1.is-on {
    opacity: 1;
}
.areaBnr_box.is-ver2 {
    display: none;
}
.areaAnk_wrap {
    min-height: 83px;
    position: absolute;
    z-index: 9;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1160px;
    box-sizing: border-box;
    background: #1C4A40;
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease-in-out;
}
.areaAnk_wrap.is-on {
    opacity: 1;
    visibility: visible; 
    bottom: -41px;
}
.areaAnk_wrap .lst {
    width: calc(100% - 80px);
    margin: 0 auto;
    height: 100%;
    background: #1C4A40;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 29px 0;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.areaAnk_wrap .lst li {
    font-size: 16px;
    /* margin: 0 20px; */
    font-weight: 700;
    font-variation-settings: "wght" 700;
}
.areaAnk_wrap .lst li a {
    text-decoration: none;
    position: relative;
    color: #fff;
    padding: 7px 30px 7px 0;
}
.areaAnk_wrap .lst li a .is-icn {
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}
.areaAnk_wrap .lst li a .is-icn:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    transition: all .4s;
}
.areaAnk_wrap .lst li a .is-icn:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../svg/icn_arw2_dwn_green.svg) no-repeat center / 10px auto;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 3;
}
.areaAnk_wrap .lst li a:before {
    background: #fff;
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .2s;
}
.areaRead_wrap {
    padding-top: 185px;
}
.areaRead_in .ttl {
    font-size: 40px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
}
.areaRead_box .sub-ttl {
    font-size: 24px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
}
.areaRead_box .txt {
    padding-top: 40px;
    line-height: 2;
}
.areaWork_wrap {
    padding-top: 240px;
}
.areaWork_in {
    background-color: #F3F6F5;
    padding: 100px 0 120px;
    position: relative;
}
.areaWork_img {
    position: absolute;
    z-index: 9;
    top: -100px;
    left: 50%;
    margin-left: -720px;
}
.areaWork_img source,
.areaWork_img img {
    border-radius: 0 16px 16px 0;
}
.areaWork_box .txbox_wrap .ttl {
    font-size: 32px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
}
.areaWork_box .txbox_wrap .txt {
    line-height: 2;
    padding-top: 30px;
}
.areaWork_cnt {
    margin-top: 167px;
    padding-top: 100px;
    border-top: 1px solid #E6E6E6;
}
.areaWork_cnt .img source,
.areaWork_cnt .img img {
    border-radius: 16px;
}
.areaWork_cnt .txt_wrap .sub-ttl {
    font-size: 24px;
    font-weight: 700;
    font-variation-settings: "wght" 700; 
}
.areaWork_cnt .txt_wrap .txt {
    line-height: 2;
    padding-top: 30px;
}
.areaWork_cnt .box {
    padding-top: 80px;
}
.areaWork_cnt .box:nth-child(1) {
    padding-top: 0;
}
.areaWork_box .txbox_in {
    padding-left: 100px;
}
.areaWork_cnt .box .img {
    width: 50%;
    padding: 0 0 0 100px;
    text-align: right;
    box-sizing: border-box;
}
.areaWork_cnt .box:nth-child(2n) .img {
    padding: 0 100px 0 0;
    text-align: left;
}
.areaSc_wrap {
    padding: 0 0 120px;
}
.areaSc_in {
    background-color: rgba(243, 246, 245, .6);
    border-radius: 16px;
    padding: 60px;
}
.area_ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 50px;
}
.areaHalf_wrap{
    background: #F3F6F5;
    padding: 80px 0;
}
.areaHalf_ttl{
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    font-variation-settings: "wght" 700;
}
.areaHalf_flx{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 80px;
}
.areaHalf_flx img {
    border-radius: 16px;
}
.areaHalf_box{
    padding-left: 40px;
}
.areaHalf_flx .img {
    padding-right: 40px;
}
.areaHalf_box .txt{
    line-height: 2;
}
.areaHalf_btn{
    margin: 40px 0 0;
}
#page4.areaOffice_wrap{
    padding: 120px 0;
}
.areaOffice_ttl{
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    font-variation-settings: "wght" 700;
}
.areaOffice_flx{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 80px;
    gap: 80px;
}
.areaOffice_box{
    width: 50%;
}
.areaOffice_box .lst {
    border: 1px solid #E6E6E6;
}
.areaOffice_flx .map {
    width: 50%;
}
.areaOffice_flx .map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
}
.areaOffice_box .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    border-top: 1px solid #E6E6E6;
    background: #F3F6F5;
    font-size: 16px;
}
.areaOffice_box .box:first-child {
    border-top: none;
}
.areaOffice_box .box dt{
    font-weight: 700;
    line-height: 2;
    font-variation-settings: "wght" 700;
    width: 150px;
    box-sizing: border-box;
    padding: 20px 0 0 20px;
}
.areaOffice_box .box dd{
    line-height: 2;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px;
    width: 100%;
}
.areaOffice_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 40px;
}
.areaOffice_btn li {
    width: 260px;
    height: 52px;
}
.areaOffice_btn li a {
    width: 100%;
    height: 100%;
    border: 1px solid #1C4A40;
    border-radius: 8px;
    color: #1C4A40;
    display: flex;
    padding: 0 5px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
}
.areaSpe_wrap{
    background: #1C4A40;
    padding: 80px 0 120px 0;
}
.areaSpe_ttl{
    font-size: 32px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    margin-bottom: 60px;
    text-align: center;
    color: #fff;
}
.areaSpe_txt{
    font-size: 16px;
    line-height: 2;
    color: #fff;
}
.areaSpe_btn{
    margin: 60px auto 0;
}
.areaBot_wrap {
    padding: 120px 0;
}
.areaBot_in {
    margin: 0 auto;
}
/* エリア一覧 */
.areaPage-ank_wrap {
    margin-bottom: 120px;
}
.areaPage-ank_wrap .lst {
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px;
}
.areaPage-ank_wrap .lst li {
    margin-top: 30px;
    margin-right: 39px;
    width: calc((100% - 78px) / 3);
}
.areaPage-ank_wrap .lst li a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    color: #1C4A40;
    text-decoration: none;
    position: relative;
    padding-bottom: 20px;
    width: 100%;
    display: block;
}
.areaPage-ank_wrap .lst li a:before {
    background: #1C4A40;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .2s;
}
.areaPage-ank_wrap .lst li a .is-icn {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    right: 0;
    top: 0;
    margin-top: 2px;
}
.areaPage-ank_wrap .lst li a .is-icn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #1C4A40;
    border-radius: 50%;
    transition: all .2s ease-out;
}
.areaPage-ank_wrap .lst li a .is-icn:before {
    content: "";
    position: absolute;
    background: url(../svg/icn_arw2_dwn_wh.svg) no-repeat center;
    background-size: 10px auto;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin: -10px 0 0 -10px;
    transition: all .2s cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transform: translate(0, 0);
}
.areaPage-ank_wrap .lst li a:after {
    background: #E6E6E6;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
}
.areaPage-cnt_wrap {
    padding: 20px 0 100px;
    border-top: 1px solid #1C4A40;
}
.areaPage-cnt_wrap:last-child {
    padding-bottom: 20px;
}
.areaPage-lst-ttl {
    font-size: 24px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    padding-left: 27px;
    position: relative;
}
.areaPage-lst-ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    background: url(../svg/icn_plus.svg) no-repeat center / 100% auto;
    z-index: 9;
}
.areaPage-lst_wrap {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.areaPage-lst_wrap li {
    width: 216px;
    border-radius: 8px;
    overflow: hidden;
}
.areaPage-lst_wrap li a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.areaPage-lst_wrap li .img source,
.areaPage-lst_wrap li .img img {
    width: 100%;
    height: auto;
    transition: all .4s;
}
.areaPage-lst_wrap li a .ttl {
    position: absolute;
    z-index: 9;
    bottom: 15px;
    left: 0;
    font-size: 20px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    color: #fff;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
.areaPage-lst_wrap li a .ttl .is-arw {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    transition: all .4s;
}
.areaPage-lst_wrap li a .ttl .is-arw:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: url(/cmn5/svg/icn_arw_r_green.svg) no-repeat center / 100% auto;
}
.areaOffice_wrap {
    padding: 0 0 120px;
}
@media only screen and (min-width:1441px) {
    .areaWork_img source,
    .areaWork_img img {
        border-radius: 16px;
    }
}
@media only screen and (max-width:1240px) {
    .areaAnk_wrap {
        max-width: 89.063vw;
    }
    .areaWork_box .txbox_in {
        padding-left: 50px;
    }
    .areaWork_cnt .box .img {
        padding: 0 0 0 50px;
    }
    .areaWork_cnt .box:nth-child(2n) .img {
        padding: 0 50px 0 0;
    }
    .areaWork_cnt .box .img source,
    .areaWork_cnt .box .img img {
        width: 100%;
        height: auto;
    }
    .areaHalf_flx .img {
        width: 50%;
        padding-right: 20px;
    }
    .areaHalf_box {
        width: 50%;
        padding-left: 20px;
    }
    .areaHalf_flx .img source,
    .areaHalf_flx .img img {
        width: 100%;
        height: auto;
    }
    .areaOffice_flx {
        gap: 40px;
    }
    .areaOffice_btn li {
        width: 100%;
        max-width: 240px;
        padding-right: 20px;
    }
    .areaOffice_btn li:nth-child(2) {
        padding-right: 0;
    }
    /* エリア一覧 */
    .areaPage-lst_wrap {
        gap: 1.724vw;
    }
    .areaPage-lst_wrap > li {
        width: 16.433vw;
    }
}
@media only screen and (max-width:1100px) {
    .areaAnk_wrap .lst.ver3 {   
        gap: 29px 40px;
        padding: 29px 114px;
    }
}
@media only screen and (min-width: 1024px) {
    .areaAnk_wrap .lst li a:hover:before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .areaRead_in {
        display: flex;
    }
    .areaRead_in .ttl {
        width: 50%;
    } 
    .areaRead_box {
        width: 50%;
    }
    .areaWork_box .txbox_wrap {
        width: 50%;
        margin: 0 0 0 auto;
    }
    .areaOffice_btn li a:hover {
        background-color: #1C4A40;
        color: #fff;
    }
    /* エリア一覧 */
    .areaPage-ank_wrap .lst li a:hover:before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .areaPage-ank_wrap .lst li a:hover .is-icn:after {
        transform: scale(1.13, 1.13);
    }
    .areaPage-lst_wrap li a:hover .img source,
    .areaPage-lst_wrap li a:hover .img img {
        transform: scale(1.1, 1.1);
    }
    .areaPage-lst_wrap li a:hover .ttl .is-arw {
        transform: translateY(-50%) scale(1.13, 1.13);
    }
    .areaAnk_wrap .lst li a:hover .is-icn:before {
        transform: scale(1.13, 1.13);
    }
}
@media screen and (min-width: 767px) and (max-width: 1240px) {
    .areaSc_in {
        padding: 60px 2.419vw !important;
    }
}
@media screen and (min-width: 810px) and (max-width: 1165px) {
    .areaAnk_wrap .lst.ver2 {
        width: calc(100% - 300px);
        gap: 20px;
    }
}
@media only screen and (min-width:768px) {
    .txt {
        font-size: 16px;
    }
    .areaWork_cnt .box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .areaWork_cnt .box:nth-child(2n-1) {
        flex-direction: row-reverse;
    }
    .txt_wrap {
        width: 50%;
        box-sizing: border-box;
    }
    .areaPage-ank_wrap .lst li:nth-child(3n) {
        margin-right: 0;
    }
}
/*tab*/
@media only screen and (max-width:1024px) {
    .areaAnk_wrap .lst li {
        /* margin: 0 10px; */
    }
    .areaRead_wrap {
        padding-top: 140px;
    }
    .areaRead_box {
        padding-top: 33px;
    }
    .areaRead_box .txt {
        padding-top: 30px;
    }
    .areaWork_box .txbox_in {
        padding: 0;
    }
    .areaWork_img {
        position: absolute;
        z-index: 9;
        top: -175px;
        left: 0;
        margin-left: 0;
        width: 94.6%;
        height: 350px;
        overflow: hidden;
    }
    .areaWork_img source,
    .areaWork_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .areaWork_in {
        padding: 205px 0 60px;
    }
    .areaWork_cnt .box {
        padding-top: 40px;
    }
    .areaWork_cnt {
        margin-top: 40px;
        padding-top: 40px;
    }
    .area_ttl {
        margin-bottom: 30px;
    }
    #page4.areaOffice_wrap {
        padding: 80px 0;
    }
    .areaOffice_flx {
        padding-top: 50px;
    }
    .areaOffice_btn {
        padding-top: 30px;
    }
    .areaOffice_btn li a {
        font-size: 14px;
    }
    .areaSpe_ttl {
        font-size: 29px;
    }
    .areaOffice_box .box dt {
        padding: 10px 0 0 10px;
    }
    .areaOffice_box .box dd {
        padding: 10px;
    }
    /* エリア一覧 */
    .areaPage-lst_wrap > li {
        width: 20.97vw;
    }
    .areaOffice_wrap {
        padding: 0 0 80px;
    }
}
@media screen and (min-width: 660px) and (max-width: 890px) {
    .areaAnk_wrap .lst {
        width: 100%;
    }
}
@media screen and (min-width: 767px) and (max-width: 890px) {
    .areaAnk_wrap .lst.ver2 {
        width: calc(100% - 240px);
        gap: 20px 18px;
    }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
    .areaAnk_wrap .lst li {
        /* margin: 0 5px; */
    }
    .areaAnk_wrap .lst li a {
        padding: 7px 24px 7px 0;
    }
    .areaAnk_wrap .lst li a .is-icn {
        width: 16px;
        height: 16px;
    }
}
/*sp*/
@media only screen and (min-width:480px) and (max-width:660px) {
    .areaAnk_wrap .lst {
        justify-content: center;
        padding: 20px 18px;
    }
    .areaAnk_wrap .lst li {
        width: 35%;
        text-align: center;
        margin: 0;
    }
    .areaAnk_wrap .lst.ver2 li {
        width: auto;
        text-align: left;
        margin: 0;
    }
}
@media only screen and (max-width:767px) {
    .areaMv-img {
        height: 200px;
    }
    .areaBnr_box.is-ver1 {
        display: none;
    }
    .areaBnr_box.is-ver2 {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .areaAnk_wrap {
        max-width: none;
        padding: 0 20px;
        height: auto;
        min-height: 83px;
        background: none;
        border-radius: 0;
        bottom: -50px;
    }
    .areaAnk_wrap .lst {
        box-sizing: border-box;
        flex-wrap: wrap;
        padding: 20px;
        width: 100%;
        gap: 10px 15px;
    }
    .areaAnk_wrap .lst.ver2 {
        padding: 20px;
    }
    .areaAnk_wrap .lst li {
        font-size: 14px;
    }
    .areaAnk_wrap .lst li a {
        padding: 0 20px 0 0;
    }
    .areaAnk_wrap .lst li a .is-icn {
        width: 14px;
        height: 14px;
    }
    .areaAnk_wrap .lst li a .is-icn:after {
        background: url(../svg/icn_arw2_dwn_green.svg) no-repeat center / 8px auto;
    }
    .areaRead_wrap {
        padding: 130px 20px 0;
    }
    .areaRead_in .ttl {
        font-size: 24px;
    }
    .areaRead_box .sub-ttl {
        font-size: 16px;
    }
    .areaWork_wrap {
        padding-top: 200px;
    }
    .areaWork_in {
        padding: 150px 20px 60px;
    }
    .areaWork_img {
        position: absolute;
        z-index: 9;
        top: -145px;
        left: 0;
        margin-left: 0;
        width: 94.6%;
        height: 266px;
        overflow: hidden;
    }
    .areaWork_img source,
    .areaWork_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .areaWork_box .txbox_wrap .ttl {
        font-size: 20px;
    }
    .areaWork_box .txbox_wrap .txt {
        padding-top: 20px;
    }
    .areaWork_cnt {
        margin-top: 40px;
        padding-top: 40px;
    }
    .areaWork_cnt .img source,
    .areaWork_cnt .img img {
        width: 100%;
        max-width: 335px;
        height: auto;
    }
    .areaWork_cnt .txt_wrap .sub-ttl {
        font-size: 16px;
    }
    .areaWork_cnt .txt_wrap {
        padding-top: 30px;
    }
    .areaWork_cnt .txt_wrap .txt {
        padding-top: 20px;
    }
    .areaWork_cnt .box {
        padding-top: 40px;
    }
    .areaWork_box .txbox_in {
        padding: 0;
    }
    .areaWork_cnt .box .img {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .areaWork_cnt .box:nth-child(2n) .img {
        padding: 0;
        text-align: center;
    }
    .areaSc_wrap {
        padding: 0 0 60px;
    }
    .areaSc_in {
        border-radius: 0;
        padding: 30px 20px;
    }
    .area_ttl {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .areaHalf_wrap{
        padding: 40px 20px;
    }
    .areaHalf_ttl{
        font-size: 20px;
    }
    .areaHalf_flx{
        display: block;
        padding-top: 30px;
    }
    .areaHalf_flx .img {
        padding: 0;
        width: 100%;
        max-width: 335px;
        height: auto;
        margin: 0 auto;
    }
    .areaHalf_box{
        padding: 20px 0 0 0;
        width: 100%;
    }
    .areaHalf_btn{
        margin: 30px auto 0;
    }
    #page4.areaOffice_wrap{
        padding: 60px 20px;
    }
    .areaOffice_ttl{
        font-size: 20px;
    }
    .areaOffice_flx{
        flex-direction: column-reverse;
        padding-top: 30px;
        gap: 0;
    }
    .areaOffice_flx .map {
        padding: 0;
        width: 100%;
        margin: 30px auto 0;
    }
    .areaOffice_box{
        width: 100%;
    }
    .areaOffice_box .box{
        display: block;
        border-top: 1px solid #e1e6ea;
        padding: 0;
    }
    .areaOffice_box .box dt{
        font-size: 14px;
        width: auto;
        padding: 10px 20px;
    }
    .areaOffice_box .box dd{
        font-size: 14px;
        padding: 10px 20px;
    }
    .areaOffice_btn{
        padding-top: 30px;
        display: block;
        margin-top: -10px;
    }
    .areaOffice_btn li {
        height: 42px;
        margin: 0 auto;
        max-width: 335px;
        padding: 10px 0 0 0;
    }
    .areaOffice_btn li a {
        font-size: 12px;
    }
    .areaSpe_wrap{
        padding: 60px 20px 75px 20px;
    }
    .areaSpe_wrap.is-ver2{
        padding: 60px 20px 0 20px;
    }
    .areaSpe_ttl{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .areaSpe_txt {
        font-size: 14px;
    }
    .areaSpe_btn{
        margin-top: 40px;
    }
    .areaBot_wrap {
        padding: 60px 20px;
    }
    /* エリア一覧 */
    .areaPage-ank_wrap {
        margin-bottom: 60px;
    }
    .areaPage-ank_wrap .lst {
        margin-top: -20px;
    }
    .areaPage-ank_wrap .lst li {
        margin-top: 20px;
        margin-right: 20px;
        width: calc((100% - 20px) / 2);
    }
    .areaPage-ank_wrap .lst li:nth-child(2n) {
        margin-right: 0;
    }
    .areaPage-ank_wrap .lst li a {
        font-size: 14px;
        padding-bottom: 14px;
    }
    .areaPage-ank_wrap .lst li a .is-icn {
        width: 16px;
        height: 16px;
        margin-top: 1px;
    }
    .areaPage-ank_wrap .lst li a .is-icn:before {
        background-size: 7px auto;
        width: 16px;
        height: 16px;
        margin: -8px 0 0 -8px;
    }
    .areaPage-cnt_wrap {
        padding: 20px 0 60px;
    }
    .areaPage-lst-ttl {
        font-size: 20px;
        padding-left: 22px;
    }
    .areaPage-lst_wrap {
        padding-top: 30px;
        justify-content: space-between;
        gap: 4vw;
    }
    .areaPage-lst_wrap li {
        width: 42.67vw;
    }
    .areaPage-lst_wrap li a .ttl {
        bottom: 10px;
        font-size: 16px;
    }
    .areaPage-lst_wrap li a .ttl .is-arw {
        width: 20px;
        height: 20px;
        right: 10px;
    }
    .areaPage-lst_wrap li a .ttl .is-arw:before {
        width: 10px;
        height: 10px;
    }
    .areaPage-cnt_wrap:last-child {
        padding-bottom: 0;
    }
    .areaOffice_wrap {
        padding: 0 20px 60px;
    }
    .areaAnk_wrap .lst.ver3 {   
        padding: 20px 60px 20px 20px;
        gap: 10px 15px;
        justify-content: left;
    }
    .areaAnk_wrap .lst.ver3 li {
        text-align: left;
        width: 46%;
    }
} 
@media only screen and (min-width: 661px) and (max-width: 766px) {
    .areaAnk_wrap .lst.ver2 {
        padding: 20px 65px;
    }
}
@media only screen and (max-width:480px) {
    .areaAnk_wrap .lst {
        padding: 20px 15px;
        justify-content: space-between;
    }
    .areaAnk_wrap {
        min-height: 95px;
        height: auto;
        bottom: -65px;
    }
    .areaAnk_wrap .lst li {
        width: 47%;
        margin: 0;
    }
    .areaAnk_wrap .lst li:nth-child(2n) {
        text-align: left;
    }
    .areaAnk_wrap .lst.ver3 {
        padding: 16px;
    }
    .areaAnk_wrap .lst.ver3 li {
        width: 46%;
    }
}
@media only screen and (max-width:420px) {
    .areaAnk_wrap .lst {
        gap: 10px 15px;
    }
}
@media only screen and (max-width: 374px) {
    .areaAnk_wrap .lst li {
        font-size: 12px;
    }
    .areaAnk_wrap .lst li a {
        padding: 0 15px 0 0;
    }
    .areaAnk_wrap .lst li a .is-icn {
        width: 12px;
        height: 12px;
    }
    .areaAnk_wrap .lst li a .is-icn:after {
        background: url(../svg/icn_arw2_dwn_green.svg) no-repeat center / 6px auto;
    }
    .areaSpe_ttl {
        font-size: 16px;
    }
    .areaPage-ank_wrap .lst li a {
        font-size: 12px;
        padding-bottom: 10px;
    }
    .areaPage-lst_wrap li {
        width: 41.752vw;
    }
    .areaAnk_wrap .lst.ver3 li {
        width: 45%;
    }
    .areaAnk_wrap .lst.ver2 {
        padding: 15px;
    }
}
