@charset "utf-8";
/* style-pc.css */

html {
	width: 100%;
	color: #000000;    
    font-size: 62.5%;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: none;
}
a {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	color: #000000;
    text-decoration: none;
}
a:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
    text-decoration: underline;
}
a:visited {
	color: #000000;
}
.cf {
	width: 100%;
}
.cf::after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;
}
.cont_inner {
	width: 128.0rem;
	margin: 0 auto;
}
.sp_only {
	display: none;
}
.scrollAnim.ready {
    opacity: 0;
    transition: all .8s ease-in;
}
.scrollAnim.ready.active {
    opacity: 1;
}
.anchor {
    padding-top: 10.0rem;
    margin-top: -10.0rem;
}

/* -----------------------------------------
   gHeader & drawer
------------------------------------------*/
#gHeader {
    display: flex;
    position: fixed;
    width: 100%;
    height: 8.0rem;
    top: 0;
    left: 0;    
    background-color: #FFFFFF;
    box-shadow: 0.3rem 0.3rem 0.3rem rgba(0,0,0,0.05);
    box-sizing: border-box;
    justify-content: space-between;
    z-index: 100000;
}
#gHeader h1 {
    width: 36.0rem;
    padding: 2.0rem 0 0 2.0rem;
}
#gHeader h1 img {
    width: 100%;
}
#gHeader_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#gNavi_pc {
    display: flex;
    margin: 0 4.0rem 0 0;
    padding: 3.0rem 0 0 0;
    font-size: 1.6rem;
}
#gNavi_pc li a {
    position: relative;
    margin: 0 2.0rem 0 2.0rem;
    padding: 0 0 0.5rem 0;
    font-weight: 600;
    letter-spacing: 0.1rem;
}
#gNavi_pc li a:hover {
    text-decoration: none;
}
#gNavi_pc li a::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2rem;    
    background-color: #009999;
    content: '';
    transform-origin: center top;
    transform: scale(0, 1);
    transition: transform .3s;    
}
#gNavi_pc li a:hover::before {
    transform-origin: center top;
    transform: scale(1, 1);    
}
#gHeader .contact_btn {
    width: 8.0rem;
    height: 8.0rem;
}
#gHeader .contact_btn a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #33CCCC;
    color: #FFFFFF;
    font-size: 1.0rem;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05rem;
}
#gHeader .contact_btn a:hover {
    text-decoration: none;
}
#gHeader .contact_btn span {
    display: block;
    padding: 1.2rem 0 0.5rem 0;
    color: #FFFFFF;
    font-size: 3.6rem;
}
#gHeader .menu_btn {
    width: 8.0rem;
    height: 8.0rem;
    background-color: #009999;
    color: #FFFFFF;
    font-size: 1.2rem;
}
#nav-toggle {
  z-index: 10000;
}
#nav-toggle div {
    position: relative;
    width: 3.6rem;
    top: 2.4rem;
    left: 2.2rem;    
}
#nav-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.1rem;
    left: 0;
    background: #FFFFFF;
    transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 1.4rem;
}
#nav-toggle span:nth-child(3) {
    top: 2.8rem;
}
#nav-toggle:hover span:nth-child(1) {
    top: 0.4rem;
}
#nav-toggle:hover span:nth-child(3) {
    top: 2.3rem;
}
.open {
    overflow: hidden;
}
.open #nav-toggle span {
    background: #FFFFFF;
}
.open #nav-toggle span:nth-child(1) {
    top: 1.5rem;
    transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
    top: 1.5rem;
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 1.5rem;
    transform: rotate(-45deg);
}
.open #nav-drawer {
    visibility: visible;
    opacity: 1;
}
.open #nav-drawer li {
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease, opacity .9s ease;
}
#nav-drawer {
    background:rgba(255,255,255,0.97);
    color: #000000;
    position: fixed;
    top: 8.0rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    text-align: center;
    display: flex;
    visibility: hidden;
    justify-content: center;
    padding: 4.0rem 0;
    opacity: 0;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
    overflow: scroll;
}
#nav-drawer a:hover {
    color: #666666;
}
#nav-drawer .cont_inner {
    width: 104.0rem;
}
#nav-drawer .nav_service {
    display: flex;
    justify-content: center;
    gap: 1.0rem;
}
#nav-drawer .nav_service li {
    width: 20.0rem;
    height: 15.0rem;
}
#nav-drawer .nav_service li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.6rem;
    background-color: #33CCCC;
    border-radius: 0.5rem;
    color: #FFFFFF;
    font-size: 1.8rem;
    text-decoration: none;
    box-sizing: border-box;
    
}
#nav-drawer .nav_service li img {
    width: 11.05rem;
    height: 8.5rem;
}
#nav-drawer .nav_service li span {
    display: block;
    padding: 1.0rem 0 0 0;
}
#nav-drawer .nav_other .pc_only {
    display: flex;
    margin: 4.0rem 0 0 0;
    font-size: 1.8rem;
    justify-content: space-between;
}
#nav-drawer .nav_other a:hover {
    color: #33CCCC;
    opacity: 1;
}
#nav-drawer .nav_other dl {
    width: 33.0rem;
    text-align: left;
}
#nav-drawer .nav_other dl dt a {
    display: block;
    padding: 1.5rem;
    background-color: #E9E9E9;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.2rem;
    box-sizing: border-box;    
}
#nav-drawer .nav_other dl dd li {
    border-bottom: 0.1rem solid #E9E9E9;
}
#nav-drawer .nav_other dl dd li a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
    line-height: 1.4;
    text-decoration: none;    
    justify-content: space-between;
    align-items: center;
}
#nav-drawer .nav_other dl dd li a::after {
    color: #999999;
    font-family: 'Material Icons';
    content: '\e315'
}
#nav-drawer .nav_info {
    display: flex;
    margin: 4.0rem 0 0 0;    
    font-size: 1.6rem;
    gap: 4.0rem;
}
#nav-drawer .nav_info span {
    padding: 0 0.4rem 0 0;
    vertical-align: -0.6rem;
}


/* -----------------------------------------
   contents
------------------------------------------*/
.link_button {
    margin: 3.4rem 0 0 0;
}
.link_button a {
    display: flex;
    align-items: stretch;
    justify-content: center;    
    position: relative;
    width: 22.0rem;
    height: 2.8rem;    
    padding: 1.0rem 2.5rem;
    align-items: center;
    background-color: #000000;
    border-radius: 5.0rem;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.2rem;
    transition: background-color 0.5s;
}
.link_button span {
    padding: 0.3rem 0 0 2.0rem;
    color: #00AAA9;
    font-size: 2.5rem;
}
.link_button span::before {
    position: relative;
    bottom: 0.9rem;
    content: "|";
    padding: 0 0 0 1.0rem;
    color: #EFEFEF;
    font-size: 1.0rem;
}
.link_button a:hover {
    background-color: #F43581;
    text-decoration: none;
    opacity: 1;
}
.link_button a:hover span {
    padding: 0.1rem 0 0 2.0rem;
    color: #000000;
    font-size: 2.5rem;
}
.slick-dots {
    bottom: -4.0rem;
}
.slick-dots li {
    width: 1.0rem;
}
.slick-dots li button::before {
    font-size: 4.5rem;
}
.slick-dots li.slick-active button::before,
.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
    color: #F43581;
    opacity: 1;
}
#mainVisual {
    position: relative;
    width: 100%;
    height: 80.0rem;
    background: url("../imgs/main_visual.jpg") no-repeat top center;
    background-size: cover;
}
#mainVisual .cont_inner {
    position: relative;
    width: 120.0rem;
    height: 100%;
    margin: 0 auto;
    z-index: 1000;
}
#mainVisual .catch {
    position: absolute;
    top: 12.4rem;
    font-size: 6.4rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    line-height: 1.4;
}
#mainVisual .caption {
    position: absolute;
    top: 43.0rem;    
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: 0.2rem;
    line-height: 1.6;
    text-shadow: 0.1rem 0.2rem 0.2rem rgba(255,255,255,0.6);
}
#mainVisual .link_button {
    position: absolute;
    top: 50.0rem;
}
#mainVisual .ornament {
    position: absolute;
    right: 3.0rem;
    bottom: 13.0rem;
    width: 65.0rem;
}
#mainVisual .ornament img {
    width: 100%;
}
#topNavi {
    position: relative;
    top: -4.5rem;    
    width: 120.0rem;
    height: 9.0rem;
    margin: 0 auto;
    background-color: #33CCCC;
    border-radius: 1.0rem;
    box-sizing: border-box;
    z-index: 100;
}
#topNavi ul {
    display: flex;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    justify-content: center;
}
#topNavi ul li {
    margin: 0 4.0rem;
    padding: 3.0rem 0;
}
#topNavi ul li a {
    color: #FFFFFF;
}
#topNavi ul li a:hover {
    text-decoration: none;
}
#topNavi .topNavi_haupy {
    position: absolute;
    top: -9.7rem;
    right: 3.0rem;
    width: 9.0rem;
}
#topNavi .topNavi_haupy img {
    width: 100%;
}
.cont_box {
    font-size: 1.6rem;
    line-height: 2.8rem;
}
.cont_box h2 {
    display: flex;
    flex-direction: column;
    padding: 8.0rem 0 4.0rem 0;
    font-family: "Josefin Sans", sans-serif;
    font-size: 4.6rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    text-align: center;    
}
.cont_box h2 span {
    margin: 1.0rem 0 0 0;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;    
}
#news h2,
#news h2 span {
    text-align: left;
}
#pickUp ul {
    width: 120.0rem;
    margin: 0 auto;
    padding: 0 0 2.0rem 0;
}
#pickUp ul li {
    margin: 0 2.0rem 0 0;
}
#pickUp ul li img,
#pickUp ul li span {
    display: block;
}
#pickUp ul li img {
    width: 38.0rem;
    height: 28.5rem;
    border-radius: 1.0rem;
}
#pickUp ul li span {
    padding: 1.0rem 0 0 0;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;    
}
#news {
    display: flex;
    margin: 8.0rem 0 0 0;
    font-size: 1.6rem;
}
#news .cont_L {   
    width: 40%;
    background-color: #DCDDDD;
}
#news .cont_L .cont_inner {
    width: 30.0rem;
    margin: 0 6.0rem 8.0rem auto;    
}
#news .cont_R {
    flex-grow: 1;
    background-color: #EFEFEF;
}
#news .cont_R .cont_inner {
    width: 90%;
    margin: 6.5rem 0 8.0rem 6.0rem;
}
#news .cont_R .cont_inner ul li {
    margin: 0 0 2.5rem 0;
}
#news .cont_R .cont_inner ul li:last-child {
    margin: 0 0 0 0;
}
#news .cont_R .cont_inner ul li .news_header {
    display: flex;
    align-items: center;
    margin: 0 0 0.5rem 0;
}
#news .cont_R .cont_inner ul li .news_header p {
    width: 11.5rem;
    padding: 0.5rem 0 0 0;
}
#news .cont_R .cont_inner ul li .news_header .post-categories li {
    display: inline-block;
    margin: 0 0 0 1.0rem;
    padding: 0.5rem 1.0rem;
    background-color: #009999;
    border-radius: 0.3rem;
    color: #FFFFFF;
    letter-spacing: 0.1rem;
    font-size: 1.0rem;
    line-height: 1;
}
#news .cont_R .cont_inner ul li .news_header .post-categories li a {
    color: #FFFFFF;
    text-decoration: none;
}
#business .business_wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
#business .business_wrap:nth-child(even) {
    flex-direction: row-reverse;
}
#business #rent {
    background-color: #00AAA9;
}
#business #management {
    background-color: #036EB8;
}
#business #sales {
    background-color: #727171;
}
#business #reform {
    background-color: #F39800;
}
#business .cont_inner {
    position: relative;
    width: auto;
    padding: 6.0rem;
    color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 1.8;
    box-sizing: border-box;
    z-index: 1010;
}
#business .business_cont {
    flex: 1;
}
#business .business_cont h3 {
    font-weight: 600;
    letter-spacing: 0.2rem;  
}
#business .business_img_cont {
    position: relative;
}
#business .business_illust {
    position: absolute;
    z-index: 1000;
}
#business .business_illust img {
    width: 100%;
    height: 100%;
}
#business #rent .business_illust {
    width: 22.5rem;  
    height: 18.0rem;        
    right: -60.0rem;
    bottom: -2.5rem;
}
#business #management .business_illust {
    width: 16.1rem;     
    height: 18.0rem;        
    left: -23.0rem;
    bottom: -2.5rem;
}
#business #sales .business_illust {
    width: 23.3rem;    
    height: 18.0rem;        
    right: -60.0rem;
    bottom: -2.5rem;
}
#business #reform .business_illust {
    width: 22.5rem;    
    height: 18.0rem;        
    left: -30.0rem;
    bottom: -2.5rem;
}

@media only screen and (min-width: 161.0rem) {
    #business .cont_inner {
        padding: 6.0rem;
    }    
    .business_cont h3 {
        margin: 0 0 3.0rem 0;
        font-size: 3.6rem;
        line-height: 4.6rem;    
    }
}

@media only screen and (max-width: 160.99rem) {
    #business .cont_inner {
        padding: 4.0rem;
    }
    .business_cont h3 {
        margin: 0 0 2.0rem 0;
        font-size: 3.2rem;
        line-height: 4.2rem;    
    }    
    .business_img {
        width: 60.0rem;
        height: 42.0rem;
    }
    .business_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        
    }
}

#company {
    background: url("../imgs/company_bg.jpg") top left repeat-x;
    background-size: contain;
}
#company .cont_inner {
    display: flex;
    width: 90%;
    margin: 0 auto;
    background-color: #FFFFFF;
    align-items: flex-start;
}
#company .cont_L {
    display: flex;
    flex-direction: column-reverse;
    width: 30%;
    min-width: 36.0rem;
    padding: 10.0rem 5.0rem;
}
#company .cont_L h2 {
    padding: 0;
}
#company .cont_L p {
    width: 18.0rem;
    margin: 0 auto;
}
#company .cont_L p img {
    width: 100%;
}
#company h2 {
    margin: 4.0rem auto 0 auto;
}
#company .cont_R {
    width: auto;
    padding: 10.0rem 5.0rem 10.0rem 0;
}
#company .cont_R h3 {
    margin: 0 0 3.0rem 0;
    font-size: 3.8rem;    
    font-weight: 600;
    letter-spacing: 0.2rem;
    line-height: 4.6rem;
}
#group {
    padding: 0 0 8.0rem 0;
    background-color: #EFEFEF;
}
#group ul {
    display: flex;
    gap: 2.0rem;
    flex-wrap: wrap;
    justify-content: center;
}
#gFooter {
    padding: 10.0rem 0;
    background-color: #00AAA9;
    color: #FFFFFF;
    font-size: 1.6rem;
}
#gFooter a {
    color: #FFFFFF;
}
#gFooter .footer_main {
    display: flex;
    justify-content: space-between;
    padding: 0 0 5.0rem 0;
}
#gFooter .cont_L {
    width: 40%;
}
#gFooter .cont_L .catch {
    font-size: 4.8rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    line-height: 1.4;    
}
#gFooter .cont_L .catch_en {
    margin: 2.0rem 0 0 0;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
}
#gFooter .cont_C {
    padding: 1.0rem 0 0 0;
}
#gFooter .corp_logo {
    width: 40.0rem;
    margin: 0 0 1.5rem 0;
}
#gFooter .address {
    letter-spacing: 0.1rem;
}
#gFooter .corp_logo img {
    width: 100%;
}
#gFooter .footer_navi {
    display: flex;
    justify-content: flex-start;
    margin: 4.0rem 0 0 0;
}
#gFooter .footer_navi .first_layer {
    font-weight: 700;
}
#gFooter .footer_navi ul {
    width: 35.0rem;
}
#gFooter .footer_navi ul li {
    margin: 0 0 2.0rem 0;
}
#gFooter .cont_R {
    padding: 10.0rem 0 0 0;
}
#gFooter .footer_subNavi {
    display: flex;
    justify-content: space-between;
    padding: 5.0rem 0 0 0;
    border-top: 0.1rem solid #FFFFFF;
}
#gFooter .footer_subNavi .copyright {
    letter-spacing: 0.1rem;
}
#gFooter .footer_subNavi ul {
    display: flex;
    gap: 1.5rem;
}
#gFooter .footer_subNavi ul li::after {
    padding: 0 0 0 1.5rem ;
    content: "|";
}
#gFooter .footer_subNavi ul li:last-child::after {
    content: none;
}


/* -----------------------------------------
   lower page Setting
------------------------------------------*/
.lower_contents {
    margin: 12.0rem 0 0 0;
    font-size: 1.6rem;
    line-height: 2.8rem;    
}
#lower_header {
    position: relative;
    width: 100%;
    height: 22.9rem;
    margin: 0 0 0 0;
    background-image: url("../imgs/page_header_bg.png");
    background-size: 28.0rem 22.9rem;
    background-repeat: no-repeat;
    background-position: 5% 0;
}
#lower_header h2 {
    display: flex;
    flex-direction: column;
    padding: 8.0rem 0 4.0rem 0;
    font-family: "Josefin Sans", sans-serif;
    font-size: 5.2rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}
#lower_header h2 span {
    margin: 2.0rem 0 0 0;
    font-size: 2.0rem;
    font-weight: 500;
}
#lower_header .header_illust {
    position: absolute;
}
#lower_main {
    margin: 12.0rem 0 0 0;
    font-size: 1.8rem;
    line-height: 1.8;
}
#lower_main p {
    margin: 0 0 1.0rem 0;
}
#lower_main p:last-child {
    margin: 0;
}
#lower_main img {
    max-width: 100%;
}
#lower_footerNavi {
    position: relative;
    top: 4.5rem;    
    width: 128.0rem;
    height: 9.0rem;
    margin: 0 auto;
    background-color: #33CCCC;
    border: 0.2rem solid #FFFFFF;
    border-radius: 1.0rem;
    box-sizing: border-box;
    z-index: 100;
}
#lower_footerNavi ul {
    display: flex;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    justify-content: center;
}
#lower_footerNavi ul li {
    margin: 0 4.0rem;
    padding: 3.0rem 0;
}
#lower_footerNavi ul li a {
    color: #FFFFFF;
}
#lower_footerNavi ul li a:hover {
    text-decoration: none;
}
#lower_footerNavi .topNavi_haupy {
    position: absolute;
    top: -9.7rem;
    right: 3.0rem;
    width: 9.0rem;
}
#lower_footerNavi .topNavi_haupy img {
    width: 100%;
}
.archive-pagination {
    margin: 4.0rem 0 0 0;
}
.archive-pagination .nav-links {
    display: flex;
    gap: 2.0rem;
    justify-content: center;
}
.archive-pagination .nav-links a,
.archive-pagination .nav-links span {
    display: block;
    width: 4.0rem;
    height: 3.6rem;    
    padding: 0.4rem 0 0 0;
    border-radius: 50%;
    border: 0.1rem solid #898989;
    text-align: center;
    text-decoration: none;
}
.archive-pagination .nav-links a:hover {
    border: 0.1rem solid #00AAA9;
    opacity: 1;
}
.archive-pagination .nav-links span.current {
    border: 0.1rem solid #00AAA9;
    color: #00AAA9;
}
.archive-pagination .nav-links a:hover {
    color: #00AAA9;    

}


/* -----------------------------------------
   Page > 404 PAGE
------------------------------------------*/
.page_404 .header_illust {
    bottom: -6.0rem;
    right: 0;    
}
.page_404 .header_illust img {
    width: 31.0rem;
    height: 25.0rem;
}
.page_404 #lower_main {
    text-align: center;
}
.page_404 .illust_404 {
    margin: 0 0 4.0rem 0 !important;
}
.page_404 .link_button {
    width: 27.0rem;
    margin: 8.0rem auto 10.0rem auto;    
}


/* -----------------------------------------
   page > news
------------------------------------------*/
.page_news .header_illust,
.single_news .header_illust {
    bottom: -8.0rem;
    right: 0;
}
.page_news .header_illust img,
.single_news .header_illust img {
    width: 30.0rem;
    height: 24.4rem;
}
.page_news ul.news_archiveList {
    width: 100.0rem;
    max-width: 100%;
    border-top: 0.1rem solid #CFCFCF;
    box-sizing: border-box;
}
.page_news ul.news_archiveList li {
    padding: 2.5rem;
    border-bottom:0.1rem solid #CFCFCF;
}
.page_news ul.news_archiveList li:last-of-type {
    border: none;
}
.page_news ul.news_archiveList li .news_header {
    display: flex;
    align-items: center;
    margin: 0 0 0.5rem 0;
}
.page_news ul.news_archiveList li .news_header .news_date {
    width: 13.0rem;
    line-height: 1;
}
.page_news ul.news_archiveList li .news_header .post-categories {
    display: flex;
    margin: -1.0rem 0 0 0;
}
.page_news ul.news_archiveList li .news_header .post-categories li {
    margin: 0 0 0 1.0rem;
    padding: 0.5rem 1.0rem;
    background-color: #009999;
    border-bottom: none;
    border-radius: 0.3rem;
    color: #FFFFFF;
    letter-spacing: 0.1rem;
    font-size: 1.0rem;
    line-height: 1;
}
.page_news ul.news_archiveList li .news_header .post-categories li a {
    color: #FFFFFF;
}
.page_news ul.news_archiveList li a {
    text-decoration: none;
}


    /* -----------------------------------------
       page > news > single_news
    ------------------------------------------*/
    .post_thumbnail {
        margin: 0 0 4.0rem 0;
    }
    .post_thumbnail img {
        max-width: 100.0rem;
        object-fit: contain;
    }
    #single_news_header {
        display: flex;
        align-items: center;
        letter-spacing: 0.1rem;
    }
    #single_news_header .post-categories {
        display: flex;
        margin: -1.0rem 0 0 0; 
    }
    #single_news_header .post-categories li a {
        display: block;
        margin: 0 0 0 1.6rem;
        padding: 0.5rem 1.0rem;
        background-color: #009999;
        border-radius: 0.3rem;
        color: #FFFFFF;
        letter-spacing: 0.1rem;
        font-size: 1.0rem;
        line-height: 1;
    }
    #single_news_header .post-categories li a:hover {
        text-decoration: none;
    }
    .single_news h3 {
        margin: 2.0rem 0 4.0rem 0;
        font-size: 3.2rem;
        line-height: 1.4;    
        letter-spacing: 0.2rem;
    }
    #single_news_body {
        margin: 0 0 6.0rem 0;
    }
    #single_news_body p {
        margin: 1.6rem 0 0 0;
    }
    #single_news_body a {
        color: #00AAA9;
        text-decoration: underline;
    }
    #single_news_body .img {
        margin: 4.0rem 0;
    }
    #single_news_body img {
        max-width: 100%;
    }
    .single_news .link_button {
        width: 27.0rem;
        height: 4.8rem;
        margin: 0 0 10.0rem 0 !important;
    }


/* -----------------------------------------
   page > company
------------------------------------------*/
.page_company .header_illust,
.page_message .header_illust,
.page_philosophy .header_illust,
.page_outline .header_illust,
.page_history .header_illust,
.page_branch .header_illust,
.page_dx .header_illust,
.page_security .header_illust,
.page_privacy .header_illust,
.page_contact .header_illust {
    bottom: -6.0rem;
    right: 0;    
}
.page_company .header_illust img,
.page_message .header_illust img,
.page_philosophy .header_illust img,
.page_outline .header_illust img,
.page_history .header_illust img,
.page_branch .header_illust img,
.page_dx .header_illust img,
.page_security .header_illust img,
.page_privacy .header_illust img,
.page_contact .header_illust img {
    width: 31.0rem;
    height: 25.0rem;
}
.page_company ul {
    display: flex;
    width: 128.0rem;
    margin: 0 0 10.0rem 0;
    gap: 4.0rem 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page_company ul li {
    width: 39.0rem;
    border: 0.1rem solid #C9CACA;    
}
.page_company ul li h3 {
    height: 5.0rem;
}
.page_company ul li h3 a {
    display: flex;
    position: relative;
    width: 39.0rem;
    height: 5.0rem;
    padding: 1.0rem 0 0 2.0rem;
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
    box-sizing: border-box;  
}
.page_company ul li h3 a span {
    padding: 0.5rem 0 0 2.0rem;
    color: #00AAA9;
    font-size: 2.5rem;
}
.page_company ul li h3 a span::before {
    position: relative;
    bottom: 0.8rem;
    content: "|";
    padding: 0 0 0 1.0rem;
    color: #EFEFEF;
    font-size: 1.0rem;
}
.page_company ul li h3 a:hover {
    background-color: #F43581;
    text-decoration: none;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5; 
}
.page_company ul li h3 a:hover span {
    padding: 0.5rem 0 0 2.0rem;
    color: #000000;
    font-size: 2.5rem;
}
.page_company ul li p {
    margin: 0 !important;  
}


    /* -----------------------------------------
       page > company > message
    ------------------------------------------*/
    .page_message .cont_wrap {
        display: flex;
        width: 128.0rem;
        margin: 0 0 8.0rem 0;
        justify-content: space-between;
    }
    .page_message .cont_L {
        flex: 1;
    }
    .page_message h3 {
        margin: 0 0 4.0rem 0;
        padding: 0 0 0.8rem 2.0rem;
        border-left: 0.8rem solid #009999;
        font-size: 3.2rem;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0.4rem;
    }
    .page_message .cont_R {
        width: 36.0rem;
        margin: 0 0 0 4.0rem;
    }
    .page_message .cont_R .message_img img {
        width: 100%;
    }
    .page_message .cont_R .signature {
        width: 36.0rem;
        font-size: 1.4rem;
        line-height: 1.4;
        text-align: right;
    }
    .page_message .cont_R .signature span {
        padding: 2.0rem 0 0 0;
        font-size: 2.0rem;
    }


    /* -----------------------------------------
       page > company > philosophy
    ------------------------------------------*/
    .page_philosophy .cont_wrap {
        margin: 0 0 8.0rem 0;
    }
    .page_philosophy section {
        padding: 8.0rem 0;
        border-bottom: 0.1rem solid #CCCCCC;
    }
    .page_philosophy .philosophy_01 {
        padding: 0 0 8.0rem 0;
    }
    .page_philosophy .philosophy_05 {
        padding: 8.0rem 0 0 0;
    }
    .page_philosophy .philosophy_01,
    .page_philosophy .philosophy_02,
    .page_philosophy .philosophy_04,
    .page_philosophy .philosophy_05 {
        display: flex;
    }
    .page_philosophy .cont_L {
        width: 43.0rem;
    }
    .page_philosophy .cont_R {
        flex: 1;
    }
    .page_philosophy h3 {
        margin: 0 0 4.0rem 0;
        padding: 0 0 0.2em 1.5rem;
        border-left: 0.8rem solid #009999;
        font-size: 2.8rem;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0.1rem;
    }
    .page_philosophy .philosophy_01 .cont_R,
    .page_philosophy .philosophy_02 .cont_R {
        color: #009999;
        font-family: "Noto Serif JP";
        font-size: 3.6rem;
        font-weight: 700;
        line-height: 1.8;
        letter-spacing: 0.1rem;
    }
    .philosophy_03 .slogan_inner {
        position: relative;
        height: 20.0rem;
        margin: 0 0 0 8.0rem !important;    
    }
    .philosophy_03 .slogan_img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .philosophy_03 .slogan_img img {
        width: 50.0rem;
    }
    .philosophy_03 .slogan_bg {
        position: absolute;
        top: -5.0rem;
        left: 40.0rem;
        z-index: 5;
    }
    .philosophy_03 .slogan_bg img {
        width: 40.0rem;
    }
    .philosophy_03 .slogan_txt {
        position: absolute;
        top: 9.0rem;
        left: 0;
    }
    .philosophy_04 .cont_L p {
        width: 20.0rem;
        margin: 0 0 0 8.0rem !important;
    }
    .philosophy_05 {
        border-bottom: none !important;
    }
    .philosophy_05 .cont_L p {
        width: 24.0rem;
        margin: 0 0 0 8.0rem !important;
    }
    .philosophy_05 .cont_L img {
        width: 100%;
    }


    /* -----------------------------------------
       page > company > outline
    ------------------------------------------*/
    .page_outline .cont_wrap {
        margin: 0 0 8.0rem 0;
    }
    .page_outline dl {
        display: flex;
        gap: 0.2rem;
    }
    .page_outline dl dt,
    .page_outline dl dd {
        padding: 3.0rem 2.5rem;
        box-sizing: border-box;
        line-height: 2.2;
        vertical-align: middle;
    }
    .page_outline dl dt {
        width: 30.0rem;
        border-bottom: 1px solid #00AAA9;
    }
    .page_outline dl dd {
        border-bottom: 1px solid #C9CACA;    
        flex: 1;
    }
    .page_outline dl:first-child dt {
        border-top: 1px solid #00AAA9;    
    }
    .page_outline dl:first-child dd {
        border-top: 1px solid #C9CACA;
    }
    .page_outline .outline_link_btn {
        display: inline-block;
        width: 15.6rem;
        height: 2.6rem;    
        margin: 0 0 0 2.0rem !important;
    }
    .page_outline .outline_link_btn a {
        display: flex;
        align-items: stretch;
        justify-content: center;    
        position: relative;
        width: 14.0rem;
        height: 2.2rem;
        padding: 0.2rem 0 0.2rem 0.3rem;
        align-items: center;
        background-color: #009999;
        border-radius: 5.0rem;
        color: #FFFFFF;
        font-size: 1.2rem;
        text-decoration: none;
        letter-spacing: 0.2rem;
        transition: background-color 0.5s;
    }
    .page_outline .outline_link_btn a span {
        padding: 0.1rem 0 0 0.5rem;
        color: #FFFF00;
        font-size: 2.5rem;
    }
    .page_outline .outline_link_btn span::before {
        position: relative;
        bottom: 0.9rem;
        content: "|";
        padding: 0 0 0 0.5rem;
        color: #EFEFEF;
        font-size: 1.0rem;
    }
    .page_outline .outline_link_btn a:hover {
        background-color: #F43581;
        text-decoration: none;
        opacity: 1;
    }


    /* -----------------------------------------
       page > company > history
    ------------------------------------------*/
    .page_history .cont_wrap {
        margin: 0 0 8.0rem 0;
    }
    .page_history .history_wrap {
        display: flex;
    }
    .page_history ul.history_nav {
        display: flex;
        margin: 0 0 12.0rem 0;
        gap: 2.0rem;
    }
    .page_history ul.history_nav .link_button {
        margin: 0 0 0 0;
    }
    .page_history ul.history_nav .link_button a {
        width: 15.0rem;
    }
    .page_history ul.history_nav .link_button a span {
        padding: 0.1rem 0 0 1.0rem;
    }
    .page_history ul.history_cont {
        position: relative;
    }
    .page_history ul.history_cont::before {
        display: block;
        content: '';    
        position: absolute;
        top: 0;
        left: 0;
        width: 0.5rem;
        height: 100%;
        background-color: #000000;
    }
    .page_history ul.history_cont li {
        padding: 0 0 2.0rem 0;
    }
    .page_history ul.history_cont h3 {
        position: relative;
        margin: 0 0 2.0rem 0;
        padding: 0 0 0 10.0rem;
        color: #9FA0A0;
        font-family: "Roboto";
        font-size: 7.0rem;
    }
    .page_history ul.history_cont h3::before {
        display: block;
        content: '';
        position: absolute;
        top: 6.0rem;
        left: 0;
        width: 7.5rem;
        height: 0.1rem;
        background-color: #000000;
    }
    .page_history ul.history_cont dl {
        display: flex;
        margin: 0 0 2.0rem 0;
        padding: 0 0 0 10.0rem;
        font-size: 2.0rem;
        line-height: 1.6;
    }
    .page_history ul.history_cont dl dt {
        width: 8.0rem;
        color: #00AAA9;
        font-weight: 500;
    }
    .page_history .history_photo_pc p {
        margin: 0 0 4.0rem 0 !important;
    }
    .page_history .history_photo_pc span {
        display: block;
        padding: 0.5rem 0 0 0;
        color: #333333;
        font-size: 1.4rem;
    }
    .page_history .history_photo_pc img {
        width: 30.0rem;
    }


    /* -----------------------------------------
       page > branch
    ------------------------------------------*/
    .page_branch .cont_wrap {
        margin: 0 0 8.0rem 0;
    }
    .page_branch ul.branch_nav {
        display: flex;
        margin: 0 0 0 0;
        gap: 2.0rem;
    }
    .page_branch ul.branch_nav .link_button {
        margin: 0 0 0 0;    
    }
    .page_branch ul.branch_nav .link_button a {
        width: 15.0rem;
    }
    .page_branch ul.branch_nav .link_button a span {
        padding: 0.1rem 0 0 1.0rem;
    }
    .page_branch #branch_01,
    .page_branch #branch_02,
    .page_branch #branch_03 {
        margin:  0 0 0 0;
    }
    .page_branch h3 {
        margin: 0 0 4.0rem 0;
        padding: 0 0 0.2em 1.5rem;
        border-left: 0.8rem solid #009999;
        font-size: 2.8rem;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0.1rem;
    }
    .page_branch div dl {
        display: flex;
        border-bottom: 0.1rem solid #E9E9E9;
    }
    .page_branch div dl:first-of-type {
        border-top: 0.1rem solid #E9E9E9;
    }
    .page_branch div dl:last-of-type {
        border-bottom: none;
    }
    .page_branch div dl dt {
        width: 40.0rem;
        padding: 4.0rem;
        font-weight: 500;
        box-sizing: border-box;
    }
    .page_branch div dl dd {
        padding: 4.0rem;
        box-sizing: border-box;    
        flex: 1;
    }
    .page_branch div dl dd ul {
        display: flex;
        gap: 2.0rem;
    }
    .page_branch .branch_link_btn {
        width: 15.6rem;
        height: 3.8rem;    
        margin: 2.0rem 0 0 0 !important;
    }
    .page_branch .branch_link_btn a {
        display: flex;
        align-items: stretch;
        justify-content: center;    
        position: relative;
        width: 15.0rem;
        height: 2.8rem;
        padding: 0.3rem 0.5rem;
        align-items: center;
        background-color: #009999;
        border-radius: 5.0rem;
        color: #FFFFFF;
        font-size: 1.2rem;
        text-decoration: none;
        letter-spacing: 0.2rem;
        transition: background-color 0.5s;
    }
    .page_branch .branch_link_btn a span {
        padding: 0.1rem 0 0 0.5rem;
        color: #FFFF00;
        font-size: 2.5rem;
    }
    .page_branch .branch_link_btn span::before {
        position: relative;
        bottom: 0.9rem;
        content: "|";
        padding: 0 0 0 0.5rem;
        color: #EFEFEF;
        font-size: 1.0rem;
    }
    .page_branch .branch_link_btn a:hover {
        background-color: #F43581;
        text-decoration: none;
        opacity: 1;
    }
    .page_branch .management .branch_link_btn {
        width: 21.0rem;
    }
    .page_branch .management .branch_link_btn a {
        width: 20.0rem;
    }
    .page_branch .reform .branch_link_btn {
        width: 25.0rem;
    }
    .page_branch .reform .branch_link_btn a {
        width: 24.0rem;
    }
    .page_branch .sales .branch_link_btn {
        width: 23.0rem;
    }
    .page_branch .sales .branch_link_btn a {
        width: 22.0rem;
    }


/* -----------------------------------------
   page > security
------------------------------------------*/
.page_security #lower_main {
    margin: 6.0rem 0 0 0!important;
}
.page_security .cont_wrap {
    margin: 0 0 8.0rem 0;
}
.page_security #security_01 .security_logo {
    width: 40.0rem;
    margin: 0 auto;
}
.page_security #security_01 h3 {
    margin: 1.0rem 0 3.0rem 0;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
}
.page_security #security_01 h3 span {
    font-weight: bold;
}
.page_security #security_01 .txt {
    margin: 0 0 4.0rem 0;
    text-align: center;
}
.page_security #security_02,
.page_security #security_03,
.page_security #security_04,
.page_security #security_05,
.page_security #security_06 {
    margin: 0 0 4.0rem 0;
}
.page_security h4 {
    margin: 2.0rem 0 0.5rem 0;
    font-size: 2.0rem;
    font-weight: bold;
}
.page_security .bold {
    font-weight: bold;
}
.page_security .signature {
    margin: 3.0rem 0 4.0rem 0 !important;
    text-align: right;
}
.page_security .signature .post {
    margin: 0 0 0.5rem 0 !important;
    font-size: 1.6rem;
    line-height: 1.6;
}


/* -----------------------------------------
   page > privacy
------------------------------------------*/
.page_privacy .cont_wrap {
    margin: 0 0 8.0rem 0;
}
.page_privacy section {
    margin: 0 0 6.0rem 0;
}
.page_privacy h3 {
    margin: 0 0 3.0rem 0;
    padding: 0 0 0.2em 1.5rem;
    border-left: 0.8rem solid #009999;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1rem;
}
.page_privacy .privacy_inner {
    padding: 0 0 0 2.0rem;
}
.page_privacy ol {
    padding: 0 0 0 3.0rem;
}
.page_privacy ol li {
    margin: 0 0 2.0rem 0;
    padding: 0;
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -4.5rem;
}

.page_privacy ol li::before {
    display: marker;
    content: "（"counter(cnt)"）";
}
.page_privacy #privacy_04 p {
    margin: 0 0 3.0rem 0;
}


/* -----------------------------------------
   page > dx
------------------------------------------*/
.page_dx #dx_01 .signature {
    margin: 3.0rem 0 0 0;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: right;
}
.page_dx #dx_01 .signature span {
    padding: 2.0rem 0 0 0;
    font-size: 2.0rem;
}
.page_dx #dx_02 {
    padding: 4.0rem 0 8.0rem 0;    
}
.page_dx #dx_02 .link_button {
    width: 26.0rem;
    height: 5.0rem;
    margin: 0 auto;
}
.page_dx #dx_02 .link_button a {
    width: 26.0rem;
    height: 5.0rem;
    padding: 0.8rem 2.5rem 1.0rem 2.5rem;
    box-sizing: border-box;
}


/* -----------------------------------------
   page > contact
------------------------------------------*/
.page_contact .cont_wrap {
    text-align: center;
}


/* -----------------------------------------
   page > business
------------------------------------------*/
.page_business .cont_wrap {
    margin: 0 0 8.0rem 0;
}
.page_business .cont_inner,
.page_rent .cont_inner,
.page_management .cont_inner,
.page_sales .cont_inner,
.page_tenant .cont_inner,
.page_reform .cont_inner {
    width: 100%;
}
.page_business #lower_header,
.page_rent #lower_header,
.page_management #lower_header,
.page_sales #lower_header,
.page_tenant #lower_header,
.page_reform #lower_header {
    width: 128.0rem;
    margin: 0 auto;
}
.page_business .header_illust,
.page_rent .header_illust {
    bottom: -6.0rem;
    right: 0;
}
.page_business .header_illust img,
.page_rent .header_illust img {
    width: 28.0rem;
    height: 22.4rem;
}
.page_business section,
.page_rent section,
.page_management section,
.page_sales section,
.page_tenant section,
.page_reform section {
    padding: 8.0rem 0;
}
.page_business #business_02,
.page_business #business_04 {
    background-color: #DDDEDE;
}
.page_business #business_01 {
    padding: 0 0 8.0rem 0;
}
.page_business #business_05 {
    padding: 8.0rem 0 0 0;
}
.page_business .business_inner {
    display: flex;
    width: 128.0rem;
    margin: 0 auto;   
    gap: 8.0rem;
    justify-content: space-between;
}
.page_business #business_01 .cont_L,
.page_business #business_02 .cont_R,
.page_business #business_03 .cont_L,
.page_business #business_04 .cont_R,
.page_business #business_05 .cont_L {
    width: 54.0rem;
}
.page_business #business_01 .cont_R,
.page_business #business_02 .cont_L,
.page_business #business_03 .cont_R,
.page_business #business_04 .cont_L,
.page_business #business_05 .cont_R {
    flex: 1;
}
.page_business h3 {
    margin: 0 0 4.0rem 0;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.4;    
}
.page_business .link_button {
    margin: 4.0rem 0 0 0 !important;
}


    /* -----------------------------------------
       page > business > rent
    ------------------------------------------*/
    .page_rent .cont_wrap {
        margin: 0 0 8.0rem 0;
    }
    .page_rent section .business_inner {
        width: 120.0rem;
        margin: 0 auto;
    }
    .page_rent #rent_01 {
        padding: 0 0 8.0rem 0;
        text-align: center;
    }
    .page_rent #rent_01 .txt {
        margin: 4.0rem 0 0 0;
    }
    .page_rent #rent_02 {
        background-color: #42BAB9;
        color: #FFFFFF;    
    }
    .page_rent #rent_02 .business_inner {
        display: flex;
    }
    .page_rent #rent_02 h3 {
        margin: 0 0 4.0rem 0;
        font-size: 3.6rem;
        font-weight: 600;
        line-height: 1.4;
    }
    .page_rent #rent_02 .cont_L {
        margin: 0 6.0rem 0 0;
        flex: 1;
    }
    .page_rent #rent_02 .cont_R {
        width: 50.0rem;
    }
    .page_rent #rent_03 {
        padding: 8.0rem 0 0 0;
    }
    .page_rent #rent_03 h3 {
        margin: 0 0 4.0rem 0;
        font-size: 3.6rem;
        font-weight: 600;
        line-height: 1.4;
    }
    .page_rent #rent_03 .img {
        margin: 6.0rem 0 0 0;
        text-align: center;
    }
    .page_rent #rent_03 ul {
        display: flex;
        margin: 6.0rem 0 0 0;
        gap: 4.0rem;
        justify-content: center;
    }
    .page_rent #rent_03 ul .link_button a {
        width: 42.0rem;
        padding: 0.8rem 2.5rem 1.0rem 2.5rem;
    }


    /* -----------------------------------------
       page > business > management
    ------------------------------------------*/
    .page_management .header_illust {
        bottom: -6.0rem;
        right: 0;
    }
    .page_management .header_illust img {
        width: 20.0rem;
        height: 22.4rem;
    }
    .page_management .cont_wrap {
        margin: 0 0 8.0rem 0;
    }
    .page_management section .business_inner {
        width: 120.0rem;
        margin: 0 auto;
    }
    .page_management #management_01 {
        padding: 0 0 8.0rem 0;
        text-align: center;
    }
    .page_management #management_01 .txt {
        margin: 4.0rem 0 0 0;
    }
    .page_management #management_02,
    .page_management #management_04 {
        background-color: #6699CC;
        color: #FFFFFF;
    }
    .page_management h3 {
        margin: 2.0rem 0 4.0rem 0;
        font-size: 3.6rem;
        font-weight: 600;
        line-height: 1.4;
    }
    .page_management #management_02 .business_inner,
    .page_management #management_03 .business_inner {
        display: flex;
        justify-content: center;
        gap: 4.0rem;
    }
    .page_management #management_02 .cont_L,
    .page_management #management_03 .cont_L {
        width: 66.0rem;
        padding: 2.0rem 0 0 0;
    }
    .page_management #management_02 .cont_R,
    .page_management #management_03 .cont_R {
        position: relative;
        top: 0;
        right: 0;
        width: 30.0rem;
    }
    .page_management #management_02 .cont_R .nyukyoritsu {
        width: 32.0rem;
        height: 25.0rem;
        padding: 7.0rem 0 0 0;    
        background: url("../imgs/management_02_img_01.png") no-repeat top center;
        color: #6699CC;
        font-size: 3.0rem;
        font-weight: 500;
        line-height: 0.4;
        text-align: center;
    }
    .page_management #management_02 .cont_R .illust {
        position: absolute;
        top: 8.0rem;
        right: -10.0rem;
    }
    .page_management #management_02 .cont_R .illust img {
        width: 12.0rem;
        height: 36.3rem;
    }
    .page_management #management_02 .cont_R .nyukyoritsu .record {
        padding: 4.0rem 0 3.0rem 0;
        font-size: 5.2rem;
        font-weight: 700;
    }
    .page_management #management_02 .cont_R .nyukyoritsu .record span {
        font-family: "Roboto";
        font-size: 14.0rem;
        letter-spacing: -0.5rem;
    }
    .page_management #management_03 .cont_R .tainoritsu {
        width: 32.0rem;
        height: 25.0rem;
        padding: 7.0rem 0 0 0;    
        background: url("../imgs/management_03_img_01.png") no-repeat top center;
        color: #FFFFFF;
        font-size: 3.0rem;
        font-weight: 500;
        line-height: 0.4;
        text-align: center;
    }
    .page_management #management_03 .cont_R .illust {
        position: absolute;
        top: 10.0rem;
        right: -10.0rem;
    }
    .page_management #management_03 .cont_R .illust img {
        width: 12.0rem;
    }
    .page_management #management_03 .cont_R .tainoritsu .record {
        padding: 4.0rem 0 3.0rem 0;
        font-size: 5.2rem;    
        font-weight: 700;
    }
    .page_management #management_03 .cont_R .tainoritsu .record span {
        padding: 0 1.5rem 0 0;
        font-family: "Roboto";
        font-size: 14.0rem;
        letter-spacing: -1.4rem;
    }
    .page_management #management_04 .owners_voice {
        display: flex;
        justify-content: space-between;
    }
    .page_management #management_04 .owners_voice li {
        width: 52.5rem;
        padding: 3.0rem;
        background-color: #FFFFFF;
        border-radius: 1.0rem;
        color: #000000;
    }
    .page_management #management_04 .owners_voice li dl dt {
        margin: 3.0rem 0 0 0;
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 1.6;
    }
    .page_management #management_04 .owners_voice li dl dd {
        margin: 2.0rem 0 0 0;
    }
    .page_management #management_05 {
        padding: 8.0rem 0 0 0;
    }
    .page_management #management_05 ul {
        display: flex;
        gap: 4.0rem;
        justify-content: center;    
    }
    .page_management #management_05 ul li.link_button {
        margin: 0;
    }
    .page_management #management_05 ul li.link_button a {
        width: 26.0rem;
        padding: 0.8rem 2.5rem 1.0rem 2.5rem;
    }
    .page_management #management_05 ul li.link_button:last-child a {
        width: 30.0rem;  
    }


    /* -----------------------------------------
       page > business > sales
    ------------------------------------------*/
        .page_sales .header_illust {
            bottom: -6.0rem;
            right: 0;
        }
        .page_sales .header_illust img {
            width: 28.8rem;
            height: 22.4rem;
        }
        .page_sales .cont_wrap {
            margin: 0 0 8.0rem 0;
        }
        .page_sales section .business_inner {
            width: 120.0rem;
            margin: 0 auto;
        }
        .page_sales #sales_01 {
            padding: 0 0 8.0rem 0;
            text-align: center;
        }
        .page_sales #sales_01 .txt {
            margin: 4.0rem 0 0 0;
        }
        .page_sales h3 {
            margin: 4.0rem 0;
            font-size: 3.6rem;
            font-weight: 600;
            line-height: 1.4;
        }
        .page_sales #sales_02 {
            background-color: #DDDEDE;
        }
        .page_sales #sales_02 .business_inner {
            display: flex;
            justify-content: center;
            gap: 4.0rem;
        }
        .page_sales #sales_02 .cont_L {
            display: flex;
            gap: 4.0rem;
            flex-wrap: wrap;
        }
        .page_sales #sales_02 .cont_L li {
            width: 32.0rem;
            padding: 2.0rem;
            background-color: #FFFFFF;
            border-radius: 1.0rem;
            font-weight: 600;
            letter-spacing: 0.2rem;    
            text-align: center;
        }
        .page_sales #sales_02 .cont_R .img {
            padding: 5.0rem 0 0 3.0rem;
        }
        .page_sales #sales_02 .cont_R .comment {
            width: 32.7rem;
            height: 21.5rem;
            padding: 10.0rem 0 0 3.0rem;
            background: url("../imgs/sales_02_bg.png") no-repeat top center;
            background-size: cover;
            font-size: 2.2rem;
            font-weight: 700;
            text-align: center;
        }
        .page_sales #sales_03 {
            padding: 8.0rem 0 0 0;
        }
        .page_sales #sales_03 .link_button {
            width: 31.0rem;
            margin: 0 auto;
        }
        .page_sales #sales_03 .link_button a {
            width: 26.0rem;
            padding: 0.8rem 2.5rem 1.0rem 2.5rem; 
        }


        /* -----------------------------------------
           page > business > tenant
        ------------------------------------------*/
        .page_tenant .header_illust {
            bottom: -6.0rem;
            right: 0;
        }
        .page_tenant .header_illust img {
            width: 34.2rem;
            height: 22.4rem;
        }
        .page_tenant .cont_wrap {
            margin: 0 0 8.0rem 0;
        }
        .page_tenant section .business_inner {
            width: 120.0rem;
            margin: 0 auto;
        }
        .page_tenant #tenant_01 {
            padding: 0 0 8.0rem 0;
            text-align: center;
        }
        .page_tenant #tenant_01 .txt {
            margin: 4.0rem 0 0 0;
        }
        .page_tenant h3 {
            margin: 4.0rem 0;
            font-size: 3.6rem;
            font-weight: 600;
            line-height: 1.4;
        }
        .page_tenant #tenant_02 {
            background-color: #DAD3CD;
        }
        .page_tenant #tenant_02 .business_inner ul {
            display: flex;
            width: 116.0rem;
            margin: 0 auto;
            gap: 4.0rem;
            flex-wrap: wrap;
        }
        .page_tenant #tenant_02 ul li {
            width: 32.0rem;
            padding: 2.0rem;
            background-color: #FFFFFF;
            font-weight: 600;
            letter-spacing: 0.2rem;
            text-align: center;
        }
        .page_tenant #tenant_02 ul li.comment {
            background: url("../imgs/tenant_02_img_06.png") no-repeat top center;
            background-size: cover;
            line-height: 1.4;
        }
        .page_tenant #tenant_03 {
            padding: 8.0rem 0 0 0;
        }
        .page_tenant #tenant_03 .link_button {
            width: 31.0rem;
            margin: 0 auto;
        }
        .page_tenant #tenant_03 .link_button a {
            width: 26.0rem;
            padding: 0.8rem 2.5rem 1.0rem 2.5rem;  
        }


        /* -----------------------------------------
           page > business > reform
        ------------------------------------------*/
        .page_reform .header_illust {
            bottom: -6.0rem;
            right: 0;
        }
        .page_reform .header_illust img {
            width: 27.9rem;
            height: 22.4rem;
        }
        .page_reform .cont_wrap {
            margin: 0 0 8.0rem 0;
        }
        .page_reform section .business_inner {
            width: 120.0rem;
            margin: 0 auto;
        }
        .page_reform #reform_01 {
            padding: 0 0 8.0rem 0;
            text-align: center;
        }
        .page_reform #reform_01 .txt {
            margin: 4.0rem 0 0 0;
        }
        .page_reform h3 {
            margin: 4.0rem 0;
            font-size: 3.6rem;
            font-weight: 600;
            line-height: 1.4;
        }
        .page_reform #reform_02 {
            padding: 8.0rem 0 20.0rem 0;
            background: url("../imgs/reform_02_bg.png") #F8B857 no-repeat;
            background-position: center bottom -0.1rem;
        }
        .page_reform #reform_02 h4 {
            margin: 0 0 2.0rem 0;
            color: #FFFFFF;
            font-size: 3.6rem;
            font-weight: 600;
            line-height: 1.4;
        }
        .page_reform #reform_02 ul {
            display: flex;
            width: 120.0rem;
            justify-content: space-between;
        }
        .page_reform #reform_02 ul li {
            width: 58.0rem;
        }
        .page_reform #reform_02 ul li .reform_menu {
            width: 52.0rem;
            height: 60.0rem;
            padding: 3.0rem;
            background-color: #FFFFFF;
            border-radius: 1.0rem;
            color: #000000;
        }
        .page_reform #reform_02 ul li .txt {
            margin: 3.0rem 0 0 0;
        }
        .page_reform #reform_03 {
            padding: 8.0rem 0 0 0;
        }
        .page_reform #reform_03 .link_button {
            width: 31.0rem;
            margin: 0 auto;
        }
        .page_reform #reform_03 .link_button a {
            width: 26.0rem;
            padding: 0.8rem 2.5rem 1.0rem 2.5rem;  
        }