﻿.fa_htitle{ margin-bottom:5vw; } .fa_htitle h4{ color:#000; font-size:var(--f36); } .fa_htitle h3{ color:#999; margin-bottom:15px; font-weight:700; text-transform:capitalize; font-size:var(--f50); font-family: 'Assistant', sans-serif; } @media only screen and (max-width: 768px){  .c_portalResPublic_codeContainer-01001{ min-height:500px; width:100%; } } @media only screen and (min-width: 769px){  .c_portalResPublic_codeContainer-01001{ min-height:500px; width:100%; } .fa_Boxpic{ background:#000; position: relative; } .fa_Boxpic .fa_bg{ height: 60vh; max-height:1200px!important; background-attachment: fixed; opacity:0.85; width:100%; position: relative; background-size:100%; } .fa_Boxpic .fa_tit{ position:absolute; left:0; right:0; bottom: 15%; z-index:10; text-align:center; } .fa_Boxpic .fa_tit h6{ color:#fff; font-size:var(--f36); } .fa_Boxpic .fa_tit h3{ color:#fff; margin-bottom:15px; font-weight:700; text-transform:capitalize; font-size:var(--f50); } } @media only screen and (max-width: 1024px) and (min-width: 769px){  } @keyframes rotation { to { transform: rotate(1turn); } } @keyframes rotation_ { to { transform: rotate(-1turn); } } @media only screen and (min-width: 769px) { .fa_More a{ position: relative; font-size:14px; display:inline-block; line-height:40px; padding:0 20px; border-radius:5px; background: var(--main-color); color:#fff; transition:all 0.5s; overflow:hidden; } .fa_More a i{ margin-left:20px; transition:all 0.5s; position:relative; display:inline-block; } .fa_More a:before{ content:""; position:absolute; left:-20px; top:-20px; width: 50px; height: 50px; filter:blur(15px); background: var(--main2-color); transition:all 0.5s; opacity: 0; } .fa_More a:hover:before{ transform:scale(2); left:0; top:0; opacity:1; } .fa_More a span{ position:relative; display:inline-block; } .fa_More a:hover i{ transform:translateX(-10px); } .fa_More a:hover{ color:#fff; } } @keyframes animateripper { 0% { transform: translate(-50%, -75%) rotate(0deg); } 100% { transform: translate(-50%, -75%) rotate(360deg); } }  .fa_pageNav{ border-bottom:#eee solid 1px; } .fa_pageNav .fa_list{ text-align:center; } .fa_pageNav .fa_list a{ display:inline-block; font-size:var(--f18); line-height:80px; color:#3e4a61; margin:0 2vw; position:relative; transition:all 0.5s; } .fa_pageNav .fa_list a:before{ position:absolute; bottom:0; left:50%; transform:translateX(-50%); height:3px; background: var(--main-color); transition:all 0.8s; width:0; content:""; } .fa_pageNav .fa_list a:hover,.fa_pageNav .fa_list a.fa_navon{ color: var(--main-color); } .fa_pageNav .fa_list a:hover:before,.fa_pageNav .fa_list a.fa_navon:before{ width:100%; } @media screen and (max-width: 768px){ .fa_pageNav{ display:none!important; } .fa_pageNavmo{ background:#edf2fa; } .fa_pageNavmo>.btn-primary{ background:transparent!important; border:none!important; color:#999!important; width:100%; text-align:left; padding:0 20px; line-height:50px; font-size:14px; } .fa_More a { background:#092d74; color:#fff; display:inline-block; padding:10px 30px; border-radius:500px; position:relative; } .fa_More a:before{ content:""; position:absolute; left:-20px; top:-20px; width:40px; height:40px; filter:blur(15px); background:#d0333a; } .fa_More a span{ position:relative; display:inline-block; } .fa_More a i{ margin-left:10px; position:relative; display:inline-block; } } @keyframes FloatingReverse { 0%,100% { transform: translate3d(-10%, -10%, 0) scale(1.1) } 50% { transform: translate3d(45%, 15%, 0) scale(0.8) } } .fa_float2 { position: fixed; bottom: -100px; right: 20px; z-index: 99; transition: all 0.5s; background: rgba(255, 255, 255, 0); box-shadow: 5px 5px 10px rgba(0, 0, 0, 0); border-radius: 500px; } .fa_float2>* { display: block; position: relative; margin-top: 2px; } .fa_float2>* .fa_icon { width: 40px; height: 40px; align-items: center; display: flex; justify-content: center; color: var(--main-color); border-radius: 2px; font-size: 26px; cursor: pointer; } .fa_float2>* .fa_icon i { display: block; } .fa_float2 .fa_info { position: absolute; top: 0; right: 45px; width: auto; min-width: 200px; background: linear-gradient(45deg,#fff,#d5e8ff,#fff); border: #fff solid 3px; opacity: 0; visibility: hidden; transform: translateY(100%); transition: all 0.6s ease; padding: 15px; width: 250px; box-shadow: 5px 5px 10px rgba(0,0,0,0.15); border-radius: 10px; } .fa_float2 .fa_wx_img { position: absolute; top: 0; right: 45px; width: auto; min-width: 120px; background: rgba(255, 255, 255, 0.95);  opacity: 0; visibility: hidden; transform: translateY(100%); transition: all 0.6s ease; padding: 5px; } .fa_float2 .fa_box_img img { width: 100%; } .fa_float2>div:hover .fa_wx_img { transition: all 0.6s ease; opacity: 1 !important; transform: translateY(0%) !important; visibility: visible !important; } .fa_float2>div:hover .fa_info { transition: all 0.6s ease; opacity: 1 !important; transform: translateY(0%) !important; visibility: visible !important; } .fa_float2 .fa_info .fa_wrap {  } .fa_float2 .fa_info .fa_tit { position: relative; } .fa_float2 .fa_info .fa_tit h3 { font-size: var(--f18); color: var(--main-color); font-weight: 500; } .fa_float2 .fa_info .fa_tit h3 a { color: var(--main-color); font-weight: inherit;  font-family: 'Barlow Condensed', sans-serif; word-wrap: break-word; } .fa_float2 .fa_info .fa_tit p { font-size: 14px; margin-top: 5px; } .fa_float2 .fa_info .fa_cnt { padding-top: 10px; margin-top: 10px; border-top: #eee solid 1px; } .fa_float2 .fa_info .fa_cnt h4 { font-size: 16px; margin-bottom: 10px; color: #333; } .fa_float2 .fa_info .fa_cnt h4 i { font-size: 14px; color: #fff; width: 20px; height: 20px; border-radius: 50%; line-height: 20px; text-align: center; background: var(--main-color); display: inline-block; margin-right: 10px; } .fa_float2 .fa_info .fa_cnt p { font-size: 14px; color: #333; line-height: 24px; font-weight: 6; } #fa_back{ border-top:#ddd solid 1px; } #fa_back .fa_icon { color: #333; } .fa_boximg img{ -webkit-animation: rotate3 4s linear infinite; animation: rotate3 4s linear infinite; -webkit-filter: blur(30px); filter: blur(30px); } @keyframes rotate3{ 0%{ rotate: 0deg; } 100%{ rotate: 360deg; } } @keyframes fa_span01_ani { 0% { width: 5px; } 100% { width: 48px; } } @keyframes fa_span02_ani { 0% { width: 48px; } 100% { width: 5px; } } @keyframes rangeScale22{ from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(1.5); } }.w_grid-000{ margin-left: auto; margin-right: auto; min-height: 12rem; width: 100%; } .w_grid-000 > .w_grid{ width: 100%; position: relative; } .w_grid-000 > div > .p_gridbox{ width: 100%; display:flex; flex-wrap:wrap; justify-content:space-between; } .w_grid-000 > .w_grid.signal{ min-height: inherit; } .w_grid-000 > .w_grid.signal > .p_gridbox{ min-height: inherit; } .w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell{ min-height: inherit; }  .reset_style h1, .reset_style h2, .reset_style h3, .reset_style h4, .reset_style h5, .reset_style h6 { font-weight: normal; } .reset_style h3 { text-transform: uppercase; } @media only screen and (max-width: 768px){ .w_grid-000 > div > .p_gridbox > .p_gridCell{ width: 100%; margin-left: 0; margin-top: 0rem; margin-bottom: 0rem; } } @media only screen and (min-width: 769px){ .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child{ width: 100%; margin-left:0; margin-top: 0rem; margin-bottom: 0rem; } .p_page .pre,.p_page .next{ height: 40px; width: 40px; text-align: center; padding: 0 !important; border-radius: 2px; border:none!important; transition:all 0.5s; } .p_page .next .iconfont::before { float: none; } .p_page .pageNum{ height: 40px; width: 40px; padding: 0 !important; border-radius: 2px; text-align: center; border:none!important; line-height:40px; transition:all 0.5s; } .p_page .pageNum.active,.p_page .pageNum:hover,.p_page .pre:hover,.p_page .next:hover{ background:var(--main-color); } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 900px) { .reset_style h1 * { font-size:30px!important; } .reset_style h2 * { font-size: 16px!important; } .reset_style h3 * { font-size: 22px!important; } .reset_style h4 * { font-size: 18px!important; } .reset_style h5 * { font-size: 16px!important; } .reset_style h6 * { font-size: 14px!important; } .p_pagebox .num .iconfont{ display:none!important; } } @keyframes aline { 0% { width:10px; } 50% { width:50px; } 100% { width:10px; } } *{ padding: 0; margin: 0; } .pagebox{ width: 100%; }.pagebox,#-remove--flag{}body,#-remove--flag{} #c_portalResPublic_codeContainer-1745395812120 .p_MatteIcon .iconfont:before{ content:'\e602'; } #c_portalResPublic_codeContainer-1745395812120 .uk-padding-large-top{ padding-top:70px; padding-bottom:70px; } #c_portalResPublic_codeContainer-1745395812120 .border-bottom{ border-bottom:1px solid #999; } #c_portalResPublic_codeContainer-1745395812120 .uk-container{ padding-left:40px; padding-right:40px; display:flow-root; box-sizing:content-box; max-width:1160px; margin-left:auto; margin-right:auto; } #c_portalResPublic_codeContainer-1745395812120 .ttl-h2-center{ font-size:2.125rem; color:#333; font-weight:400; letter-spacing:2px; text-align:center; } #c_portalResPublic_codeContainer-1745395812120 .ttl-h2-center span{ letter-spacing:0px; margin-top:1rem; display:block; font-weight:600; font-size:1.125rem; } #c_portalResPublic_codeContainer-1745395812120 .uk-flex{ display:flex; margin-top:70px; } #c_portalResPublic_codeContainer-1745395812120 .uk-width-auto\@m{ width:auto; order:99; padding-left:40px; } #c_portalResPublic_codeContainer-1745395812120 p{ line-height:1.8; margin-bottom:20px; font-size:1rem; } #c_portalResPublic_codeContainer-1745395812120 .uk-text-right{ text-align:right !important; line-height:1.8; margin-top:20px; font-size:1rem; } #c_portalResPublic_codeContainer-1745395812120 .textlink-hover{ color:#333; } #c_portalResPublic_codeContainer-1745395812120 i{ margin-left:20px; font-weight:bold; } #c_portalResPublic_codeContainer-1745395812120 .textlink-hover:hover{ opacity:1 !important; color:#00A89D !important; text-decoration:none; } #c_portalResPublic_codeContainer-1745395812120{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-1745395812125 .border-bottom{ border-bottom:1px solid #999; padding-top:70px; padding-bottom:70px; } #c_portalResPublic_codeContainer-1745395812125 .uk-text-large{ font-size:1.625rem !important; line-height:1.5; font-weight:400; color:#333; text-align:center; } #c_portalResPublic_codeContainer-1745395812125 .textlink-hover:hover{ opacity:1 !important; color:#00A89D !important; text-decoration:none; } #c_portalResPublic_codeContainer-1745395812125{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #c_portalResPublic_codeContainer-17453958776059134 .heroimage.is-videoplay .uk-cover-container{ height:48em; overflow:hidden; } #c_portalResPublic_codeContainer-17453958776059134 .heroimage.is-videoplay .catchcopy{ width:100%; display:flex; -webkit-box-align:end; -ms-flex-align:end; align-items:flex-end; -webkit-box-sizing:border-box; box-sizing:border-box; position:absolute; left:0; top:0; } #c_portalResPublic_codeContainer-17453958776059134 .uk-padding{ padding:40px; } #c_portalResPublic_codeContainer-17453958776059134 .h2-tate{ font-size:4.375rem; font-weight:bold; -webkit-writing-mode:vertical-rl; writing-mode:vertical-rl; color:#fff; text-transform:none; order:99; } #c_portalResPublic_codeContainer-17453958776059134 .h2-tate span{ font-weight:100; display:inline-block; font-size:3.75rem; } #c_portalResPublic_codeContainer-17453958776059134 .heroimage h2{ font-weight:400; font-size:4vw; color:#fff; letter-spacing:6px; line-height:1.5; font-family:"Noto Serif JP", serif; } #c_portalResPublic_codeContainer-17453958776059134 .uk-flex-wrap{ flex-wrap:wrap; justify-content:space-between; } #c_portalResPublic_codeContainer-17453958776059134{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-1745395812070 .uk-container{ padding-left:40px; padding-right:40px; padding-top:40px; display:flow-root; box-sizing:content-box; max-width:1160px; margin-left:auto; margin-right:auto; } #c_portalResPublic_codeContainer-1745395812070 .border-bottom{ border-bottom:1px solid #999; margin-top:20px; } #c_portalResPublic_codeContainer-1745395812070 .ttl-h1{ color:#00A89D; font-size:36px; font-weight:500; margin-bottom:20px; } #c_portalResPublic_codeContainer-1745395812070 .uk-padding-bottom{ padding-bottom:20px; margin-bottom:40px !important; line-height:1.8; font-size:16px; color:#333; } #c_portalResPublic_codeContainer-1745395812070 .uk-flex{display:flex; justify-content:space-between; } #c_portalResPublic_codeContainer-1745395812070 .fa-chevron-down:before{ content:"\f078"; } #c_portalResPublic_codeContainer-1745395812070 .uk-grid>*{ margin-right:40px; } #c_portalResPublic_codeContainer-1745395812070 .textlink-hover{ color:#333; font-size:17px; } #c_portalResPublic_codeContainer-1745395812070 i{font-size:34px; line-height:46px; font-weight:400; margin-top:-7px; } #c_portalResPublic_codeContainer-1745395812070 .textlink-hover:hover{ opacity:1 !important; color:#00A89D !important; text-decoration:none; } #c_portalResPublic_codeContainer-1745395812070 .uk-margin-large-bottom{ margin-bottom:70px !important; } #c_portalResPublic_codeContainer-1745395812070 .h2-green{ font-weight:500; font-size:2rem; color:#00A89D; line-height:1.5; margin-bottom:20px; } #c_portalResPublic_codeContainer-1745395812070 .h2-green span{ display:block; font-size:0.75rem; } #c_portalResPublic_codeContainer-1745395812070 .lookLink{ font-size:1rem; color:#fff; background:#000; border-radius:0px; align-items:center; display:flex; justify-content:space-between; padding:0px 20px; background-color:#00A89D; -webkit-transition:0.6s opacity ease; transition:0.6s opacity ease; height:55px; margin-bottom:20px; width:238px; margin-right:2%; float:left; margin-top:0px; } #c_portalResPublic_codeContainer-1745395812070 ul{ justify-content:flex-start !important; } #c_portalResPublic_codeContainer-1745395812070{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-1745395812075 .border-bottom{ border-bottom:0px solid #999; } #c_portalResPublic_codeContainer-1745395812075 .uk-padding-large-top{ padding-top:70px; } #c_portalResPublic_codeContainer-1745395812075 .uk-container-medium{ max-width:1024px; margin-bottom:70px; padding-left:40px; padding-right:40px; margin-left:auto; margin-right:auto; display:flow-root; box-sizing:content-box; } #c_portalResPublic_codeContainer-1745395812075 .ttl-h2-center{ font-size:34px; color:#333; font-weight:400; letter-spacing:2px; text-align:center; margin-bottom:0px; } #c_portalResPublic_codeContainer-1745395812075 .ttl-h2-center span{ letter-spacing:0; margin-top:1rem; display:block; font-weight:600; font-size:18px; } #c_portalResPublic_codeContainer-1745395812075 *+.uk-margin{ margin-top:20px !important; } #c_portalResPublic_codeContainer-1745395812075 .uk-margin{ margin-bottom:20px; } #c_portalResPublic_codeContainer-1745395812075 *+.uk-margin-medium{ margin-top:40px !important; } #c_portalResPublic_codeContainer-1745395812075 .uk-table-striped1{ border-top:2px solid #333; } #c_portalResPublic_codeContainer-1745395812075 .uk-table{ border-collapse:collapse; border-spacing:0; width:100%; margin-bottom:20px; } #c_portalResPublic_codeContainer-1745395812075 .uk-table-striped tbody tr:nth-of-type(odd){ background-color:transparent; border-color:#333; border-top:1px solid #333; border-bottom:1px solid #333; } #c_portalResPublic_codeContainer-1745395812075 .uk-table th{ padding:16px 12px; text-align:left; vertical-align:bottom; font-size:18px; font-weight:400; color:#333; text-transform:uppercase; } #c_portalResPublic_codeContainer-1745395812075 .uk-table td{ padding:16px 12px; vertical-align:top; font-size:18px; } #c_portalResPublic_codeContainer-1745395812075 .uk-table tbody tr{ transition:background-color .1s linear; } #c_portalResPublic_codeContainer-1745395812075 .uk-table-striped td .uk-table-striped tbody tr:first-child{ border-top:none; } #c_portalResPublic_codeContainer-1745395812075 .uk-table-striped td .uk-table-striped tbody tr:last-child{ border-bottom:none; } #c_portalResPublic_codeContainer-1745395812075 .uk-table th, .uk-table td{ vertical-align:top; } #c_portalResPublic_codeContainer-1745395812075 .uk-flex-wrap{ flex-wrap:wrap; align-items:flex-end; display:flex; } #c_portalResPublic_codeContainer-1745395812075 .uk-table-striped tbody tr:nth-of-type(2n):last-child{ border-bottom:1px solid #333; } #c_portalResPublic_codeContainer-1745395812075{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-17453970169173672 .content-nav{ border-top:1px solid #999; border-bottom:1px solid #999; } #c_portalResPublic_codeContainer-17453970169173672 .uk-container{ display:flow-root; box-sizing:content-box; max-width:1160px; margin-left:auto; margin-right:auto; } #c_portalResPublic_codeContainer-17453970169173672 .uk-flex{ display:flex; justify-content:center; } #c_portalResPublic_codeContainer-17453970169173672 .content-nav .inner-box{ padding:30px; border-right:1px solid #999; } #c_portalResPublic_codeContainer-17453970169173672 .content-nav .inner-box:last-child{ border-right:none; } #c_portalResPublic_codeContainer-17453970169173672 .uk-child-width-1-3\@m>*{ width:calc(100% * 1 / 3.001); } #c_portalResPublic_codeContainer-17453970169173672 .c-green{ color:#00A89D; margin-top:20px !important; font-size:1.5rem; } #c_portalResPublic_codeContainer-17453970169173672 .uk-list{ padding:0; list-style:none; margin-top:20px; } #c_portalResPublic_codeContainer-17453970169173672 i{ font-size:30px; font-weight:400; margin-left:10px; line-height:20px; display:inline-block; position:relative; top:2px; } #c_portalResPublic_codeContainer-17453970169173672 .textlink-hover{ color:#333; line-height:1.8; } #c_portalResPublic_codeContainer-17453970169173672 li{ display:list-item; text-align:-webkit-match-parent; unicode-bidi:isolate; } #c_portalResPublic_codeContainer-17453970169173672 p{ line-height:1.8; color:#333; margin-top:20px; } #c_portalResPublic_codeContainer-17453970169173672 img{ width:100%; } #c_portalResPublic_codeContainer-17453970169173672 .uk-display-block{ opacity:1; transition:all 0.3s; display:block; width:100%; } #c_portalResPublic_codeContainer-17453970169173672 .uk-display-block:hover{ opacity:0.6; } #c_portalResPublic_codeContainer-17453970169173672 .textlink-hover:hover{ opacity:1 !important; color:#00A89D !important; text-decoration:none; } #c_portalResPublic_codeContainer-17453970169173672{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-17453986623901550 .border-bottom{ border-bottom:1px solid #999; padding-top:70px; padding-bottom:70px; } #c_portalResPublic_codeContainer-17453986623901550 .uk-text-large{ font-size:1.625rem !important; line-height:1.5; font-weight:400; color:#333; text-align:center; } #c_portalResPublic_codeContainer-17453986623901550 .textlink-hover:hover{ opacity:1 !important; color:#00A89D !important; text-decoration:none; } #c_portalResPublic_codeContainer-17453986623901550{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-1745395812115 .rental-banner{ display:block; background:url(../image/ba1.jpg) no-repeat center; background-size:cover; padding:40px 0; } #c_portalResPublic_codeContainer-1745395812115 .uk-container{ padding-left:40px; padding-right:40px; display:flow-root; box-sizing:content-box; max-width:1160px; margin-left:auto; margin-right:auto; } #c_portalResPublic_codeContainer-1745395812115 .uk-flex{ display:flex; } #c_portalResPublic_codeContainer-1745395812115 .rental-banner .h2-tate{ color:rgba(255, 255, 255, 0.3); } #c_portalResPublic_codeContainer-1745395812115 .h2-tate{ font-size:4.375rem; font-weight:bold; text-transform:uppercase; -webkit-writing-mode:vertical-rl; writing-mode:vertical-rl; } #c_portalResPublic_codeContainer-1745395812115 .rental-banner .uk-flex > div{ -ms-flex-item-align:center; align-self:center; color:#fff; padding-left:40px; } #c_portalResPublic_codeContainer-1745395812115 .uk-width-auto\@m{ width:auto; max-width:100%; } #c_portalResPublic_codeContainer-1745395812115 .uk-h2, h2{ font-weight:500; font-size:1.875rem; line-height:1.3; margin-bottom:20px; color:#fff; } #c_portalResPublic_codeContainer-1745395812115 p{ margin-top:20px; line-height:1.8; } #c_portalResPublic_codeContainer-1745395812115{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-1745395812105 .p_MatteIcon .iconfont:before{ content:'\e602'; } #c_portalResPublic_codeContainer-1745395812105 .uk-padding-large-top{ padding-top:70px; padding-bottom:70px; } #c_portalResPublic_codeContainer-1745395812105 .border-bottom{ border-top:1px solid #999; } #c_portalResPublic_codeContainer-1745395812105 .uk-container{ padding-left:40px; padding-right:40px; display:flow-root; box-sizing:content-box; max-width:1160px; margin-left:auto; margin-right:auto; } #c_portalResPublic_codeContainer-1745395812105 .ttl-h2-center{ font-size:2.125rem; color:#333; font-weight:400; letter-spacing:2px; text-align:center; } #c_portalResPublic_codeContainer-1745395812105 .ttl-h2-center span{ letter-spacing:0px; margin-top:1rem; display:block; font-weight:600; font-size:1.125rem; } #c_portalResPublic_codeContainer-1745395812105 .uk-flex{display:flex; } #c_portalResPublic_codeContainer-1745395812105 .uk-width-auto\@m{ width:auto; padding-left:40px; } #c_portalResPublic_codeContainer-1745395812105 p{line-height:1.8; margin-top:20px; } #c_portalResPublic_codeContainer-1745395812105 .uk-text-right{ text-align:right !important; line-height:1.8; margin-top:20px; font-size:1rem; } #c_portalResPublic_codeContainer-1745395812105 .textlink-hover{ color:#333; } #c_portalResPublic_codeContainer-1745395812105 i{ margin-left:20px; font-weight:bold; } #c_portalResPublic_codeContainer-1745395812105 .textlink-hover:hover{ opacity:1 !important; color:#00A89D !important; text-decoration:none; } #c_portalResPublic_codeContainer-1745395812105 .uk-h3, h3{ font-weight:500; font-size:1.5rem; margin-bottom:20px; line-height:1.4; color:#333; } #c_portalResPublic_codeContainer-1745395812105 .c-red{ color:#C02323; font-size:2.625rem !important; } #c_portalResPublic_codeContainer-1745395812105 .uk-grid>*{ padding-left:40px; } #c_portalResPublic_codeContainer-1745395812105 strong{ font-weight:bold; } #c_portalResPublic_codeContainer-1745395812105{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-1745395812130 .footer-contact{ border-top:1px solid #999; background-color:#DCFAFA; display:block; text-align:center; padding:40px; } #c_portalResPublic_codeContainer-1745395812130 .footer-contact .uk-text-right p a{ 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:360px; height:70px; background:linear-gradient(135deg, #00a89d 0%, #00e6e6 100%); font-size:20px; font-weight:500; color:#fff; } #c_portalResPublic_codeContainer-1745395812130 .footer-contact .uk-text-right{ display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; gap:40px; } #c_portalResPublic_codeContainer-1745395812130 .footer-contact h2{ margin-bottom:30px; font-size:32px; color:#333; } #c_portalResPublic_codeContainer-1745395812130 .footer-contact h2 span{ margin-top:6px; display:block; font-weight:400; font-size:18px; } #c_portalResPublic_codeContainer-1745395812130 .footer-contact .uk-text-right p:first-child a::before{ content:""; display:block; width:27px; height:22px; background:url(../image/850bb7f9-73d9-469c-bad5-cfe13c21c4c3.svg) no-repeat center 0; background-size:cover; margin-right:20px; } #c_portalResPublic_codeContainer-1745395812130 .footer-contact .uk-text-right p:last-child a::before{ content:""; display:block; width:21px; height:23.5px; background:url(../image/2c6018c7-8c46-4e71-ae19-12afa61d3c7a.svg) no-repeat center 0; background-size:cover; margin-right:20px; } #c_portalResPublic_codeContainer-1745395812130{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1745395811970 > div > .p_gridbox{ background-color:rgba(255, 255, 255, 1); padding-top:0px; padding-bottom:0px; } #w_grid-1745395811970 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1745395811970 >div{ animation-fill-mode:both; } #w_grid-1745395811970 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1745395811970> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0px; } #w_grid-1745395811970> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1745395811970> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #w_grid-1745395811970> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1745395811970> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1745395811970> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } #w_grid-1748241670259 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; }   @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1745395811980 > div > .p_gridbox{ background-color:rgba(255, 255, 255, 1); } #w_grid-1745395811980 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1745395811980 >div{ animation-fill-mode:both; } #w_grid-1745395811980 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1745395811980> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1745395811980> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1745395811980> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1745395811990 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; }   @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1745395812040 > div > .p_gridbox{ background-color:rgba(255, 255, 255, 1); } #w_grid-1745395812040 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1745395812040 >div{ animation-fill-mode:both; } #w_grid-1745395812040 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1745395812040> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1745395812040> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1745395812040> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1745395812050 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; }   @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1745395812060 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; }   @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1745395811970{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:192px; margin-top:80px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1748241670259{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:282px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1745395811980{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1745395811990{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1745395812040{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:192px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1745395812050{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1745395812060{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:192px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-17453994263286829 .top-section.recruit{ border-top:1px solid #999; border-bottom:1px solid #999; } #c_portalResPublic_codeContainer-17453994263286829 #sludge03 .uk-flex-center{ width:30%; max-width:320px; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; order:99; } #c_portalResPublic_codeContainer-17453994263286829 .uk-width-expand\@m{ flex:1; min-width:1px; padding:70px 200px; } #c_portalResPublic_codeContainer-17453994263286829 .uk-flex{ display:flex; } #c_portalResPublic_codeContainer-17453994263286829 .bg-skyblue{ background-color:#DCFAFA; } #c_portalResPublic_codeContainer-17453994263286829 .uk-padding{ padding:40px; display:flex!important; align-items:center; justify-content:center; } #c_portalResPublic_codeContainer-17453994263286829 .h2-tate{ font-size:4rem; -webkit-writing-mode:vertical-rl; writing-mode:vertical-rl; color:#333; font-weight:bold; font-family:"Raleway", sans-serif; } #c_portalResPublic_codeContainer-17453994263286829 .youtube{ position:relative; height:0; padding:0 0 56.25%; overflow:hidden; } #c_portalResPublic_codeContainer-17453994263286829 .uk-h3, h3{ font-weight:500; font-size:1.5rem; color:#00A89D; margin-top:20px; } #c_portalResPublic_codeContainer-17453994263286829 .youtube video{ width:100%; max-width:100%; object-fit:cover; } #c_portalResPublic_codeContainer-17453994263286829{ max-height:none; padding-top:0px; padding-left:0px; padding-bottom:0px; min-height:0px; margin-right:0px; margin-left:0px; max-width:none; width:100%; margin-top:0px; margin-bottom:0px; min-width:0px; height:auto; padding-right:0px; }