@charset "utf-8";
/*	ヘッダーa
---------------------------------*/
.hd-h1{
    display: none;
}
.header{
}
.hd-inr{
    position: relative;
}
.hd-logo{
    padding-left: 60px;
    position: relative;
}
.hd-sns-list{
    margin-left: 20px;
}
.hd-sns{
    margin-right: 10px;
}
.hd-sns:first-of-type{
    width: 35px;
}
.hd-sns:nth-of-type(2){
    width: 33px;
}
.hd-sns:last-of-type{
    width: 35px;
    margin-right: 0;
}
.hd-right{
}
.hd-right-top{
    margin-bottom: 10px;
}
.hd-phone{
    margin-right: 20px;
}
.hd-phone:last-of-type{
    margin-right: 0;
}
.hd-phone-num{
    display: inline;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #00808f;
    padding-left: 40px;
    position: relative;
}
.hd-phone-num:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_phone01.png);
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hd-phone-num.fax:before{
    background-image: url(/system_panel/uploads/images/icon_fax01.png);
}
.hd-right-bottom01{
    margin-right: 15px;
}
.hd-right-bottom01:last-of-type{
    margin-right: 0;
}
.hd-right-bottom-p01{
    width: 85px;
    border: solid 1px #333;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin-right: 10px;
}
.hd-right-bottom-p02{
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}
.hd-btn{
    background-color: #00808f;
    width: 100px;
    height: 100px;
    margin-left: 10px;
}
.hd-btn a{
    width: 100%;
    height: 100%;
    text-align: center;
}
.hd-btn-img{
    width: 25px;
    height: 20px;
    margin: 0 auto;
}
.hd-btn p{
    display: inline;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
}
.bg-hd-nav{
    padding: 30px 15px;
}
.hd-nav .li{{}
    border-left: solid 1px #333;
    padding: 0 15px;
}
.hd-nav .li:first-of-type{
    border-left: none;
    padding-left: 0;
}
.hd-nav .li:last-of-type{
    padding-right: 0;
}
.hd-nav .li a{
    display: block;
    text-align: center;
    cursor: pointer;
}
.hd-nav .li a p{
    letter-spacing: 0.05em;
    line-height: 16px;
}
@media screen and (max-width: 1230px){
    .bg-hd-nav{
        padding: 30px 10px;
    }
    .hd-nav .li{
        padding: 0 10px;
    }
}
/*SPmenuお問い合わせ*/
@media screen and (max-width: 1200px){
    .hd-inr{
        height: 90px;
        padding: 15px 30px;
    }
    .hd-logo{
        padding: 0;
        z-index: 1000;
    }
    .hd-sns-list{
        display: none;
    }
    .hd-right{
        display: none;
    }
    .bg-hd-nav{
        display: none;
    }
    .sp-sns-list{
        margin-bottom: 20px;
    }
    .sp-right-top.hd-right-top{
        text-align: center;
        margin-bottom: 20px;
    }
    .sp-right-top .hd-phone{
        margin: 0 auto;
    }
    .sp-right-bottom.hd-right-bottom{
        max-width: 240px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .hd-right-bottom01{
        margin: 0 0 10px;
    }
    .hd-right-bottom01:last-of-type{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1023px){
    .hd-inr{
        padding: 15px 20px;
    }
}

/*	グローバナビ（スマホ用）
---------------------------------*/
@media screen and (max-width: 1200px){
.hd-nav-bg{
    background-color: transparent;
    padding: 0;
}
.hd-nav .ul {
    height: auto;
}
.hd-nav{
	display: none;
}
.hd-nav a *{
	transition: 0s;
}
.hd-nav .ul.flex-cnt{
    display: block;
}
.hd-nav{
    color: #333;
}
.hd-nav .ul {
    margin-bottom:35px;
}
.hd-nav .li {
    width: 100%;
    border-bottom: 1px solid #333333;
    padding: 0;
}
.hd-nav .li a{
    display: block;
    height: auto;
    padding: 0 20px;
}
.hd-nav .li a p {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #333333;
    line-height: 50px;
}

/* ナビゲーション アニメーション */
.gjs-dashed  .hd-nav,.open .sp-nav{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}
/*ハンバーガーボタン*/
.navToggle {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: auto;
	width: 50px;
	height: 50px;
	cursor: pointer;
    z-index: 9999;
}
.navToggle div {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 25px;
	height: 16px;
}
.navToggle span {
	display: block;
	position: absolute;
	height:2px;
	width:100%;
	background: #ffffff;
	left:0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.navToggle span:nth-child(1) {
	top: 0;
}
.navToggle span:nth-child(2) {
	top: 7px;
}
.navToggle span:nth-child(3) {
	top: 14px;
}
/* ハンバーガーボタン 切り替えアニメーション */
.open .navToggle {
	position: fixed;
    z-index: 10002;
}
.open .navToggle span{
    background: #333333;
}
.open .navToggle span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open .navToggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open .navToggle span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/*---------- ハンバーガーメニュー ----------*/
.bg-hum-blue{
    background-color: #35c894;
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
}
.gjs-dashed .navbar{
    background-color: #fff;
}
.navbar{
    background: transparent;
    max-width: 500px;
    width: 100%;
    padding: 30px 15px;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0px;
    width: 40px;
    height: 30px;
    margin: auto;
    margin-right: 10px;
    box-sizing: border-box;
    position: relative;
}

.navbar-dark .navbar-toggler-icon {
    background-image:none;
    background-color: #000;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    transition: ease .5s;
}

.navbar-toggler-icon:nth-of-type(1) {
    top: 0px;
}

.navbar-toggler-icon:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.navbar-toggler-icon:nth-of-type(3) {
    bottom: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-color: #000;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top:13px;
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
    top: 13px;
    transform: rotate(-45deg);
}
button:focus{
    outline: none;
}
.navbar-collapse{
    padding-top: 30px;
}
.navbar-collapse.show{
    height: calc(100vh - 90px);
    overflow: scroll;
}
.navbar-nav{
    margin-bottom: 30px;
}
.nav-item{
    padding: 0 15px;
    border-bottom: solid 1px #999;
}
.nav-item:first-of-type{
    border-top: solid 1px #999;
}
.nav-item p{
    letter-spacing: 0.025em;
    line-height: 50px;
}
.hd-btn-sp{
    background-color: #00808f;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.hd-btn-sp a{
    display: block;
    text-align: center;
}
.hd-btn-sp p{
    display: inline;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 60px;
    padding-left: 30px;
    position: relative;
}
.hd-btn-sp p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_mail01.png);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
}
@media screen and (max-width: 767px){
    .hd-inr{
        height: 50px;
        padding: 10px;
    }
    .hd-logo{
        width: 187px;
    }
    .navToggle{
        height: 50px;
    }
    .hd-nav {
        height: 100vh;
    }
    .navbar{
        padding: 17.5px 10px;
    }
    .navbar-dark .navbar-toggler{
        width: 20px;
        height: 15px;
        margin-right: 5px;
    }
    .navbar-dark .navbar-toggler-icon{
        height: 2px;
    }
    .navbar-collapse.show{
        height: calc(100vh - 50px);
    }
    .bg-hum-blue{
        width: 50px;
        height: 50px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1){
        top: 8px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3){
        top: 8px;
    }
    .bg-hd-btn-sp-list{
        width: calc(100% + 20px);
        left: -10px;
    }
}

/*	フッター共通コンテンツ
---------------------------------*/
.ft-contact{
}
.ft-contact-p{
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.contactPCol > p {
    letter-spacing: 0.01em;
}

.ft-contact-cmn{
    background-color: #fff;
    border-radius: 30px;
    padding: 70px 15px;
}
.ft-contact-cmn .hd-right-top{
    margin-bottom: 15px;
}
.ft-contact-cmn .hd-phone{
    margin-right: 25px;
}
.ft-contact-cmn .hd-phone:last-of-type{
    margin-right: 0;
}
.ft-contact-cmn .hd-phone-num{
    font-size: 3rem;
}
.ft-contact-cmn .hd-phone-num:before{
    width: 35px;
}
.ft-contact-cmn .hd-right-bottom{
    margin-bottom: 50px;
}
.ft-contact-cmn .hd-right-bottom01{
    margin-right: 20px;
}
.ft-contact-cmn .hd-right-bottom-p01{
    width: 100px;
    font-size: 1.6rem;
}
.ft-contact-cmn .hd-right-bottom-p02{
    font-size: 1.6rem;
}
.ft-contact-cmn-btn{
    max-width: 410px;
    width: calc((100% - 40px) / 2);
    background-color: #00808f;
    border-radius: 49px;
    margin-right: 40px;
}
.ft-contact-cmn-btn:last-of-type{
    margin-right: 0;
}
.ft-contact-cmn-btn a{
    display: block;
    text-align: center;
}
.ft-contact-cmn-btn p{
    display: inline;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 100px;
    padding-left: 50px;
    position: relative;
}
.ft-contact-cmn-btn p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_mail01.png);
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ft-contact-cmn-btn.web{
    background-color: #4699c3;
}
.ft-contact-cmn-btn.web p:before{
    background-image: url(/system_panel/uploads/images/icon_web01.png);
}
@media screen and (max-width: 1023px){
    .ft-contact-cmn-btn{
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
    }
}
@media screen and (max-width: 767px){
    .ft-contact-p{
        text-align: left;
        margin-bottom: 20px;
    }
    .ft-contact-cmn{
        padding: 40px 15px;
    }
    .ft-contact-cmn .hd-right-top.flex-cnt{
        display: block;
    }
    .ft-contact-cmn .hd-phone{
        text-align: center;
        margin: 0 auto;
    }
    .ft-contact-cmn .hd-phone-num{
        font-size: 2.4rem;
        padding-left: 40px;
    }
    .ft-contact-cmn .hd-phone-num:before{
        width: 30px;
    }
    .ft-contact-cmn .hd-right-bottom.flex-cnt{
        display: block;
    }
    .ft-contact-cmn .hd-right-bottom{
        max-width: 240px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .ft-contact-cmn .hd-right-bottom01{
        margin: 0 auto 10px;
    }
    .ft-contact-cmn .hd-right-bottom01:last-of-type{
        margin-bottom: 0;
    }
    .ft-contact-cmn .hd-right-bottom-p01,
    .ft-contact-cmn .hd-right-bottom-p02{
        font-size: 1.4rem;
    }
    .ft-contact-cmn .hd-right-bottom-p01{
        width: 85px;
    }
    .ft-contact-cmn-btn-list.flex-cnt{
        display: block;
    }
    .ft-contact-cmn-btn{
        max-width: 320px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .ft-contact-cmn-btn:last-of-type{
        margin: 0 auto;
    }
    .ft-contact-cmn-btn p{
        font-size: 1.6rem;
        line-height: 80px;
        padding-left: 35px;
    }
    .ft-contact-cmn-btn p:before{
        width: 25px;
    }
}
/*	フッター
---------------------------------*/
.ft-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}
.ft-nav .li{
    border-left: solid 1px #333;
    padding: 0 15px;
    margin-bottom: 15px;
    position: relative;
}
.ft-nav .li:first-of-type{
}
.ft-nav .li:last-of-type{
    border-right: solid 1px #333;
}
.ft-nav .li p{
    line-height: 16px;
}
.ft-logo{
    text-align: center;
    margin-bottom: 30px;
}
.ft-add{
    text-align: center;
    margin-bottom: 40px;
}
.ft-sns-list{
    margin-bottom: 70px;
}
.ft-sns{
    margin-right: 30px;
}
.ft-sns:last-of-type{
    margin-right: 0;
}
@media screen and (max-width:1023px){
    .ft-nav{
        display: none;
    }
}
@media screen and (max-width:767px){
    .ft-logo{
        width: 300px;
        margin: 0 auto 20px;
    }
    .ft-add{
        margin-bottom: 20px;
    }
    .ft-sns-list{
        margin-bottom: 40px;
    }
    .ft-sns{
        margin-right: 20px;
    }
}
/*ページトップへ戻るボタン*/
.btn-pagetop {
    width: 50px;
    cursor: pointer;
}
.pagetop-sp {
    display: none;
}
/*コピーライト（ｐタグ）*/
.copyright {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (max-width:1023px) {
    .btn-pagetop{
        display: none !important;
    }
    .pagetop-sp{
        display: block;
    }
    .pagetop-sp a {
        display: block;
        height: 67.5px;
        background-color: #000;
        text-align: center;
        position: relative;
    }
    .pagetop-sp a div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 25px;
        height: 25px;
    }
    .pagetop-sp a div:before {
        content: '';
        border-top: solid 1px #fff;
        border-left: solid 1px #fff;
        width: 25px;
        height: 25px;
        transform: rotate(45deg);
        position: absolute;
        top: 10px;
        left: 0;
    }
}
@media screen and (max-width:767px) {
    .copyright {
        font-size: 1rem;
    }
}

/*	メイン画像
---------------------------------*/
.main-img-box{
    padding-bottom: 100px;
    position: relative;
}
.main-img-otr{
    margin-left: 4%;
    position: relative;
}
.main-img{
    height: 850px;
}
.main-img.ojf:before{
    content: none;
}
.main-img img{
    border-radius: 40px 0 0 40px;
}
.main-catch{
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width:1079px){
    .main-img{
        height: 550px;
    }
    .main-catch{
        width: 55%;
    }
}
@media screen and (max-width:1023px){
    .main-img{
        height: 70vw;
    }
    .main-catch{
        width: 60%;
    }
}
@media screen and (max-width:767px){
    .main-img-box{
        padding-bottom: 60px;
        position: relative;
    }
    .main-img{
        height: 90vw;
    }
    .main-catch{
        width: 80%;
    }
}

/*	トップページ
---------------------------------*/
.por{
    position: relative;
}
.bg-green{
    background-color: #00808f;
}
.bg-gray{
    background-color: #fafafa;
}
.bg-diagonal{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_top_guide01.jpg);
}
.bg-diagonal02{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_diagonal01.jpg);
}
.top-ttl{
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.top-ttl .ttl-cmn02{
    display: inline;
    border-bottom: solid 1px #000;
    padding-bottom: 3px;
}
.top-ttl.left{
    text-align: left;
}
.top-ttl.white .ttl-cmn01,
.top-ttl.white .ttl-cmn02{
    color: #fff;
}
.top-ttl.white .ttl-cmn02{
    border-bottom: solid 1px #fff;
}
.top-ttl.mb0{
    margin-bottom: 0;
}
.top-ttl .ttl-cmn01.ls50{
    letter-spacing: 0.05em;
}
.bg-top-strength{
    background-color: #fafafa;
    border-radius: 0 29px 29px 0;
    width: 96%;
    height: 77%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.top-strength{
    margin-bottom: 50px;
    position: relative;
}
.top-strength-img01{
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.top-strength-img01 img{
    border-radius: 0 30px 30px 0;
}
.top-strength-img02{
    width: 33.1%;
    min-width: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.top-strength-txt{
    width: 50%;
    height: 730px;
    padding: 60px 0 50px;
    margin-left: auto;
}
.top-strength-txt-inr{
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.top-strength-txt .ttl-cmn03,
.top-strength-txt .ttl-cmn04{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.top-strength-txt .ttl-cmn03{
    padding-right: 40px;
}
.top-strength-txt .ttl-cmn04{
    padding: 50px 50px 0 0;
}
.top-strength-list{
    margin-bottom: 50px;
}
.top-strength-item{
    background-color: #fff;
    border-radius: 50%;
    max-width: 220px;
    width: calc((100% - 80px) / 5);
    height: 220px;
    text-align: center;
    padding-top: 50px;
    margin-right: 25px;
    position: relative;
}
.top-strength-item:last-of-type{
    margin-right: 0;
}
.top-strength-item-p01{
    background-color: #d5a41f;
    max-width: 200px;
    width: 100%;
    border-radius: 20px;
    line-height: 40px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.top-strength-item-img{
    margin-bottom: 10px;
}
.top-strength-item:nth-of-type(2n){
    margin-top: 30px;
}
.top-strength-item:nth-of-type(2n) .top-strength-item-p01{
    background-color: #d55e43;
}
.top-service-list{
    margin-bottom: 50px;
}
.top-service-item{
    width: calc((100% - 50px) / 3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.top-service-item-img.ojf:before{
    padding-top: 58.46%;
}
.top-service-item-white{
    background-color: #fff;
    padding: 50px 20px;
    position: relative;
}
.top-service-item-white-ttl{
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    max-width: 380px;
    width: calc(100% - 40px);
    text-align: center;
    padding-top: 30px;
    position: absolute;
    top: -98px;
    left: 50%;
    transform: translateX(-50%);
}
.top-service-item-white-p{
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 25px;
}
.top-service-item02{
    max-width: 1000px;
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    margin: 0 auto 70px;
}
.top-service-item02-img{
    width: 49%;
}
.top-service-item02-img.ojf:before{
    padding-top: 57.14%;
}
.top-service-item02-txt{
    background-color: #fff;
    width: 51%;
    padding: 60px 15px 30px 50px;
}
.top-service-item02-txt-ttl{
    margin-bottom: 30px;
}
.top-service-item02-btn{
    background-color: #00808f;
    border-radius: 27.5px;
    max-width: 330px;
    width: 100%;
    position: relative;
}
.top-service-item02-btn:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_another01.png);
    width: 17px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 20px;
}
.top-service-item02-btn a{
    display: block;
    text-align: center;
}
.top-service-item02-btn p{
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 55px;
}
.top-service-item03{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_top_service01.jpg);
    width: calc((100% - 2px) / 2);
    padding: 70px 20px;
}
.top-service-item03:nth-of-type(2){
    background-image: url(/system_panel/uploads/images/bg_top_service02.jpg);
}
.top-service-item03-txt{
    max-width: 500px;
    width: 100%;
    border: solid 1px #fff;
    text-align: center;
    color: #fff;
    padding: 50px 15px;
    margin: 0 auto;
}
.top-service-item03-txt-ttl{
    margin-bottom: 30px;
}
.top-service-item03-txt-ttl .ttl-cmn04,
.top-service-item03-txt-ttl .ttl-cmn07{
    color: #fff;
}
.top-service-item03-txt-p{
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.top-service-item03-txt .btn-cmn02 p{
    text-align: left;
}
.top-guide-item{
    width: calc((100% - 40px) / 2);
    background-color: #fff;
    border: solid 5px #4699c3;
    border-radius: 15px;
    padding: 30px 15px 30px 3.5vw;
}
.top-guide-item-txt{
    flex: 1;
    padding-left: 50px;
}
.top-guide-item-txt-ttl{
    margin-bottom: 20px;
}
.top-guide-item-txt-ttl .ttl-cmn07{
    padding-left: 10px;
    padding-bottom: 3px;
}
.top-guide-item-txt .btn-cmn02{
    margin-left: 0;
}
.bg-top-property{
    background-color: #00808f;
    max-width: 1480px;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.top-property-txt{
    width: 50%;
    min-height: 24vw;
    padding-top: 70px;
}
.top-property-txt-ttl{
    padding-left: 90px;
    margin-bottom: 50px;
    position: relative;
}
.top-property-txt-ttl:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_top_home01.png);
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.top-property-txt-ttl .ttl-cmn07{
    color: #fff;
}
.top-property-txt .btn-cmn01{
    margin-left: 0;
}
.top-property-img-list{
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}
.top-property-img{
    width: calc(100% / 3);
}
.top-property-img:first-of-type img{
    border-radius: 30px 0 0 30px;
}
.top-about{
    padding-top: 23.5vw;
    position: relative;
}
.bg-top-about{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_top_support01.jpg);
    width: 100%;
    height: 34vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.top-about-box{
    background-color: #fff;
    border: solid 2px #00808f;
    border-radius: 29px;
    text-align: center;
    padding: 100px 20px 70px;
}
.top-about-box-p01.ttl-cmn08{
    color: #000;
    margin-bottom: 30px;
}
.top-about-box-p02{
    background-color: #4699c3;
    border-radius: 30px;
    max-width: 800px;
    width: 100%;
    padding: 10px;
    margin: 0 auto 40px;
}
.top-about-box-p03{
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}
.top-news{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.top-news-left{
    width: 22.7%;
}
.top-news .btn-cmn01{
    max-width: 250px;
    border-radius: 27px;
}
.top-news .btn-cmn01:before{
    width: 20px;
    right: 20px;
}
.top-news .btn-cmn01 p{
    font-weight: 700;
    line-height: 55px;
}
.top-news-right{
    width: 72.7%;
}
.top-news-right .webgene-item{
    border-top: solid 1px #ccc;
}
.top-news-right .webgene-item:last-of-type{
    border-bottom: solid 1px #ccc;
}
.top-news-right .webgene-item a{
    display: block;
    padding: 20px 0;
}
.top-news-right .webgene-item .blogdate{
    font-weight: 700;
    color: #666;
    padding-left: 50px;
}
.top-news-right .webgene-item .cate-box{
    text-align: center;
    margin-left: 20px;
    margin-top: 3px;
}
.top-news-right .webgene-item .blogcate{
    background-color: #4699c3;
    color: #fff;
    width: 100px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 23px;
}
.top-news-right .webgene-item .blogttl{
    flex: 1;
    letter-spacing: 0.05em;
    padding: 0 15px 0 30px;
}
@media screen and (max-width:1350px){
    .bg-top-strength{
        width: calc(100% - 10px);
    }
}
@media screen and (max-width:1230px){
    .top-strength-item{
        height: calc((100vw - 110px) / 5);
        margin-right: 20px;
    }
}
@media screen and (max-width:1079px){
    .top-strength-list{
        max-width: 710px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .top-strength-item{
        width: calc((100% - 50px) / 3);
        max-height: 220px;
        height: calc((100vw - 80px) / 3);
        margin-right: 25px;
        margin-bottom: 30px;
    }
    .top-strength-item:nth-of-type(2n){
        margin-top: 0;
    }
    .top-strength-item:nth-of-type(3n - 1){
        margin-top: 30px;
    }
    .top-strength-item:nth-of-type(3n){
        margin-right: 0;
    }
    .top-strength-item:last-of-type{
        margin-right: 0;
    }
    .top-service-item-white{
        padding: 60px 15px 30px;
    }
    .top-service-item-white-ttl{
        padding-top: 25px;
        top: -60px;
    }
    .top-guide-item{
        padding: 30px 15px;
    }
    .top-guide-item-txt{
        padding-left: 30px;
    }
    .top-property-txt{
        padding-top: 0;
    }
}
@media screen and (max-width:1023px){
    .top-strength-img01{
        width: 85%;
        position: relative;
    }
    .top-strength-img02{
        max-width: 400px;
        min-width: auto;
        width: 80%;
        margin: 0 auto;
        position: relative;
    }
    .top-strength-txt{
        width: 100%;
        height: auto;
    }
    .top-strength-txt-inr{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .top-service-list.flex-btw{
        display: block;
    }
    .top-service-item{
        max-width: 500px;
        width: calc(100% - 30px);
        margin: 0 auto 50px;
    }
    .top-service-item:last-of-type{
        margin-bottom: 0;
    }
    .top-service-item02-img{
        width: 40%;
    }
    .top-service-item02-txt{
        width: 60%;
        padding: 40px 15px 30px 40px;
    }
    .top-service-list03.flex-btw{
        display: block;
    }
    .top-service-item03{
        width: 100%;
        margin-bottom: 2px;
    }
    .top-service-item03:last-of-type{
        margin-bottom: 0;
    }
    .top-guide-list.flex-btw{
        display: block;
    }
    .top-guide-item{
        max-width: 580px;
        width: 100%;
        margin: 0 auto 50px;
    }
    .top-guide-item:last-of-type{
        margin: 0 auto;
    }
    .bg-top-property{
        width: 90%;
    }
    .top-property-txt{
        width: 100%;
        margin-bottom: 50px;
    }
    .top-property-img-list{
        max-width: 1000px;
        width: 90%;
        margin-left: auto;
        position: relative;
    }
    .top-about-box{
        padding: 60px 20px 50px;
    }
    .top-news.flex-btw{
        display: block;
    }
    .top-news-left{
        width: 100%;
        margin-bottom: 40px;
    }
    .top-news .top-ttl{
        margin-bottom: 0;
    }
    .top-news-right{
        width: 100%;
        margin-bottom: 40px;
    }
    .top-news-right .webgene-item a{
        padding: 10px 0;
    }
    .bg-top-property{
        width: 96%;
    }
}
@media screen and (max-width:767px){
    .top-ttl{
        margin-bottom: 30px;
    }
    .top-strength-txt{
        padding: 40px 0;
    }
    .top-strength-txt .ttl-cmn03{
        padding-right: 30px;
    }
    .top-strength-txt .ttl-cmn04{
        padding: 30px 30px 0 0;
    }
    .top-strength-list{
        max-width: 455px;
    }
    .top-strength-item{
        width: calc((100% - 15px) / 2);
        height: calc((100vw - 40px) / 2);
        padding-top: 0;
        margin-right: 15px;
        margin-bottom: 20px;
        -webkit-align-items: center;
        align-items: center;
    }
    .top-strength-item:nth-of-type(3n - 1){
        margin-top: 0;
    }
    .top-strength-item:nth-of-type(3n){
        margin-right: 15px;
    }
    .top-strength-item:nth-of-type(2n){
        margin-top: 20px;
        margin-right: 0;
    }
    .top-strength-item:last-of-type{
        margin-right: 0;
    }
    .top-strength-item-p01{
        font-size: 1.6rem;
        line-height: 30px;
    }
    .top-strength-item-img{
        width: 90px;
        margin: 0 auto 5px;
    }
    .top-service-item{
        margin: 0 auto 40px;
    }
    .top-service-item-white{
        padding: 50px 15px 30px;
    }
    .top-service-item-white-p{
        margin-bottom: 20px;
    }
    .top-service-item02.flex-nml{
        display: block;
        max-width: 380px;
        width: 100%;
        margin: 0 auto 40px;
    }
    .top-service-item02-img{
        width: 100%;
    }
    .top-service-item02-txt{
        width: 100%;
    }
    .top-service-item02-txt{
        padding: 30px 20px;
    }
    .top-service-item02-txt-ttl{
        margin-bottom: 20px;
    }
    .top-service-item02-btn{
        margin: 0 auto;
    }
    .top-service-item03{
        padding: 40px 10px;
    }
    .top-service-item03-txt{
        padding: 30px 10px;
    }
    .top-service-item03-txt-ttl{
        margin-bottom: 20px;
    }
    .top-service-item03-txt-p{
        margin-bottom: 20px;
    }
    .top-guide-item.flex-nml{
        display: block;
    }
    .top-guide-item{
        margin: 0 auto 30px;
    }
    .top-guide-item-img{
        width: 100px;
        margin: 0 auto 20px;
    }
    .top-guide-item-txt{
        width: 100%;
        padding: 0;
    }
    .top-guide-item-txt-ttl{
        margin-bottom: 10px;
    }
    .top-guide-item-txt .btn-cmn02{
        margin-left: auto;
    }
    .top-property-txt{
        margin-bottom: 40px;
    }
    .top-property-txt-ttl{
        padding-left: 65px;
        margin-bottom: 20px;
    }
    .top-property-txt-ttl:before{
        width: 50px;
    }
    .top-about-box-p02{
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    .top-about-box-p03{
        text-align: left;
        margin-bottom: 30px;
    }

    .top-news-left{
        margin-bottom: 30px;
    }
    .top-news-right{
        margin-bottom: 30px;
    }
    .top-news-right .webgene-item .blogdate{
        padding-left: 15px;
    }
    .top-news-right .webgene-item .blogttl{
        flex: auto;
        width: 100%;
        padding: 0 15px;
    }
    .top-property-img-list{
        width: 95%;
    }
    .top-about-box{
        padding: 40px 15px;
    }
    .top-about-box .top-ttl .ttl-cmn01{
        font-size: 2.6rem;
    }
    .top-about-box-p01.ttl-cmn08{
        margin-bottom: 20px;
    }
}

/*	下層ヘッダー
---------------------------------*/
.bg-subhd-otr{
    padding-bottom: 70px;
    position: relative;
}
.bg-subhd{
    height: 450px;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/img_sub01.jpg);
    border-radius: 40px 0 0 40px;
    margin-left: 4%;
    position: relative;
}
.sub-ttl-otr{
    height: 450px;
    position: relative;
}
.subhd-ttl{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.subttl.ttl-cmn01{
    letter-spacing: 0.05em;
    color: #fff;
}
.subttl02.ttl-cmn05{
    font-weight: 900;
}
@media screen and (max-width:1023px){
    .bg-subhd{
        height: 300px;
    }
    .sub-ttl-otr{
        height: 300px;
    }
    .subhd-ttl{
        top: 45%;
    }
}
@media screen and (max-width:767px){
    .bg-subhd-otr{
        padding-bottom: 40px;
    }
    .bg-subhd{
        height: 200px;
    }
    .sub-ttl-otr{
        height: 200px;
    }
    .subhd-ttl{
    }
    .subttl{
    }
}

/*	私たちについて
---------------------------------*/
.concept{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_concept01.jpg);
}
.conceot-box{
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 70px 20px;
    text-align: center;
}
.conceot-box-p .ttl-cmn04{
    font-family: "Noto Sans JP";
    color: #00808f;
}
.conceot-box-p01{
    letter-spacing: 0.05em;
}
.top-ttl02{
    text-align: center;
    margin-bottom: 40px;
}
.top-ttl02.left{
    text-align: left;
}
.top-ttl02.mb0{
    margin-bottom: 0;
}
.top-ttl02.white .ttl-cmn03,
.top-ttl02.white .ttl-cmn07{
    color: #fff;
}
.overview-table-tr{
    border-top: solid 1px #999;
}
.overview-table-tr:last-of-type{
    border-bottom: solid 1px #999;
}
.overview-table-th{
    background-color: #fafafa;
    width: 220px;
    padding: 20px 10px 20px 50px;
}
.overview-table-th p{
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #00808f;
}
.overview-table-td{
    flex: 1;
    padding: 20px 10px 20px 100px;
}
.overview-table-td-img{
    margin-bottom: 20px;
}
.shop-item{
    padding-top: 90px;
}
.shop-item:first-of-type{
    padding-top: 0;
}
.shop-item-ttl{
    text-align: center;
    margin-bottom: 40px;
}
.shop-item-ttl .ttl-cmn09{
    display: inline;
    padding-left: 60px;
    position: relative;
}
.shop-item-ttl .ttl-cmn09:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_shop01.png);
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.itemlist-contents{
    margin-bottom: 70px;
}
.access-map{
    width: 100%;
    height: 500px;
}
.access-map iframe{
    width: 100%;
    height: 500px;
}
.shop-item-box{
    background-color: #fff;
    border: solid 2px #00808f;
    border-radius: 29px;
    text-align: center;
    padding: 70px 20px;
}
.shop-item-box .top-about-box-p02{
    max-width: 480px;
}
.shop-item-box .ttl-cmn04{
    color: #00808f;
    margin-bottom: 20px;
}
.shop-item-box-p{
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}
.shop-item-box-img{
    max-width: 310px;
    width: calc((100% - 70px) / 3);
    margin-right: 35px;
}
.shop-item-box-img:last-of-type{
    margin-right: 0;
}
.shop-item-box-img.ojf:before{
    padding-top: 80.6%;
}
@media screen and (max-width:1023px){
    .overview-table-th{
        padding-left: 30px;
    }
    .overview-table-td{
        padding-left: 30px;
    }
    .access-map{
        height: 400px;
    }
    .access-map iframe{
        height: 400px;
    }
}
@media screen and (max-width:767px){
    .conceot-box{
        padding: 40px 15px;
    }
    .conceot-box .top-ttl .ttl-cmn01{
        font-size: 2.6rem;
    }
    .top-ttl02{
        margin-bottom: 30px;
    }
    .top-ttl02 .ttl-cmn03{
        font-size: 2rem;
    }
    .overview-table-tr.flex-nml{
        display: block;
    }
    .overview-table-th{
        width: 100%;
        padding: 10px;
    }
    .overview-table-td{
        width: 100%;
        padding: 10px;
    }
    .shop-item{
        padding-top: 50px;
    }
    .shop-item-ttl{
        margin-bottom: 30px;
    }
    .shop-item-ttl .ttl-cmn09{
        padding-left: 35px;
    }
    .shop-item-ttl .ttl-cmn09:before{
        width: 24px;
    }
    .itemlist-contents{
        margin-bottom: 40px;
    }
    .access-map{
        height: 250px;
    }
    .access-map iframe{
        height: 250px;
    }
    .shop-item-box{
        padding: 40px 15px;
    }
    .shop-item-box-p{
        text-align: left;
        margin-bottom: 20px;
    }
    .shop-item-box-img{
        width: calc((100% - 15px) / 2);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .shop-item-box-img:nth-of-type(2n){
        margin-right: 0;
    }
    .shop-item-box-img:last-of-type{
        margin-right: 0;
    }
    .overview-table-td-img{
        max-width: 308px;
        width: 60%;
        margin-bottom: 10px;
    }
}

/*	ガイド
---------------------------------*/
.guid-btn{
    background-color: #00808f;
    max-width: 330px;
    width: calc((100% - 39px) / 4);
    margin-right: 13px;
}
.guid-btn:last-of-type{
    margin-right: 0;
}
.guid-btn a{
    display: block;
    text-align: center;
}
.guid-btn p{
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 30px 10px 35px;
    position: relative;
}
.guid-btn p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_arrow03.png);
    width: 15px;
    height: 8px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.top-ttl03{
    text-align: center;
    margin-bottom: 50px;
}
.top-ttl03 .ttl-cmn09{
    padding-bottom: 20px;
    position: relative;
}
.top-ttl03 .ttl-cmn09:before{
    content: '';
    background-color: #00808f;
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.top-ttl03.left{
    text-align: left;
}
.top-ttl03.left .ttl-cmn09:before{
    left: 0;
    transform: translateX(0);
}
.flow-item{
    background-color: #fff;
    border: solid 2px #4699c3;
    border-radius: 19px;
    padding: 50px 20px;
    margin-bottom: 85px;
    position: relative;
}
.flow-item:last-of-type{
    margin-bottom: 0;
}
.flow-item:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_arrow04.png);
    width: 50px;
    height: 25px;
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
}
.flow-item:last-of-type:before{
    content: none;
}
.flow-item-inr{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.flow-item-left{
    background-color: #4699c3;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
}
.flow-item-left .ttl-cmn04{
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #fff;
}
.flow-item-left .ttl-cmn01{
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1;
}
.flow-item-right{
    flex: 1;
    padding-top: 20px;
    padding-left: 40px;
}
.flow-item-right .ttl-cmn05{
    letter-spacing: 0;
    color: #000;
    margin-bottom: 20px;
}
.flow-item:nth-of-type(2n){
    border: solid 2px #00808f;
}
.flow-item:nth-of-type(2n) .flow-item-left{
    background-color: #00808f;
}
.faq{
    margin-bottom: 50px;
}
.faq:last-of-type{
    margin-bottom: 0;
}
.faq-q{
    padding-left: 100px;
    margin-bottom: 20px;
    position: relative;
}
.faq-q p{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    min-height: 70px;
}
.faq-q:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_Q.png);
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
}
.faq-a{
    max-width: 1100px;
    width: 92%;
    margin-left: auto;
    background-color: #fff;
    padding: 30px 40px 30px 150px;
    position: relative;
}
.faq-a p{
    min-height: 70px;
}
.faq-a:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_A.png);
    width: 70px;
    height: 70px;
    position: absolute;
    top: 30px;
    left: 50px;
}
@media screen and (max-width:1023px){
    .guid-btn{
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        margin-bottom: 15px;
    }
    .guid-btn:nth-of-type(2n){
        margin-right: 0;
    }
    .guid-btn:last-of-type{
        margin-right: 0;
    }
}
@media screen and (max-width:767px){
    .guid-btn-list.flex-cnt{
        display: block;
    }
    .guid-btn{
        width: 100%;
        margin: 0 auto 10px;
    }
    .guid-btn:nth-of-type(2n){
        margin: 0 auto 10px;
    }
    .guid-btn:last-of-type{
        margin: 0 auto;
    }
    .guid-btn p{
        padding: 20px 10px 30px;
    }
    .guid-btn p:before{
        width: 12px;
        height: 6px;
    }
    .top-ttl03{
        margin-bottom: 30px;
    }
    .top-ttl03 .ttl-cmn09{
        padding-bottom: 15px;
    }
    .top-ttl03 .ttl-cmn09:before{
        width: 40px;
        height: 2px;
    }
    .flow-item{
        padding: 30px 10px;
        margin-bottom: 60px;
    }
    .flow-item:before{
        width: 40px;
        height: 20px;
        bottom: -40px;
    }
    .flow-item-inr.flex-nml{
        display: block;
    }
    .flow-item-left{
        width: 100px;
        height: 100px;
        margin: 0 auto 20px;
    }
    .flow-item-right{
        padding: 0;
    }
    .flow-item-right .ttl-cmn05{
        margin-bottom: 10px;
    }
    .faq{
        margin-bottom: 30px;
    }
    .faq-q{
        padding-left: 50px;
    }
    .faq-q p{
        font-size: 1.4rem;
        min-height: 35px;
    }
    .faq-q:before{
        width: 35px;
        height: 35px;
    }
    .faq-a{
        width: 100%;
        padding: 15px 10px 10px 60px;
    }
    .faq-a p{
        min-height: 35px;
    }
    .faq-a:before{
        width: 35px;
        height: 35px;
        top: 15px;
        left: 10px;
    }
}

/*	サービス
---------------------------------*/
.service-btn-list .guid-btn{
    background-color: #4699c3;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
}
.service-btn-list .guid-btn:last-of-type{
    margin-right: 0;
}
.top-ttl02-img{
    margin-bottom: 20px;
}
.service-item{
    padding-top: 70px;
    position: relative;
}
.service-item:first-of-type{
    padding-top: 0;
}
.service-item-img{
    width: 49%;
    position: absolute;
    top: 70px;
    left: 0;
}
.service-item:first-of-type .service-item-img{
    top: 0;
}
.service-item-txt{
    max-width: 520px;
    width: 48%;
    min-height: 30vw;
    padding-top: 70px;
    margin-left: auto;
}
.service-item-txt-ttl{
    margin-bottom: 50px;
}
.service-item-txt-ttl .top-ttl03{
    flex: 1;
    padding-left: 30px;
    margin-bottom: 0;
}
.service-item-txt-ttl-num{
    font-family: 'Lato', sans-serif;
	font-size: 9rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: rgba(0, 128, 143, .2);
    line-height: 1;
}
.service-item-txt-p{
    letter-spacing: 0.025em;
    margin-bottom: 40px;
}
.service-item-txt .btn-cmn01{
    margin-left: 0;
    margin-bottom: 20px;
}
.service-item-txt .btn-cmn01:last-of-type{
    margin-bottom: 0;
}
.service-item-txt02{
    margin-bottom: 50px;
}
.service-item-txt-p.service-item-txt-p02{
    margin-bottom: 20px;
}
.service-item-txt-p.service-item-txt-p03{
    margin-bottom: 0;
}
.service-item-txt02-box{
    border: solid 1px #00808f;
    padding: 25px;
    margin-bottom: 30px;
}
.service-item-txt02-box-p01{
    font-weight: 700;
    color: #00808f;
}
.service-item-txt02-box-p02{
    padding-left: 25px;
    position: relative;
}
.service-item-txt02-box-p02:before{
    content: "・";
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    left: 10px;
}
.service-item-txt02-btn.btn-cmn01{
    width: calc((100% - 30px) / 2);
    margin: 0 30px 0 0;
}
.service-item-txt02-btn.btn-cmn01:last-of-type{
    margin: 0;
}
.service-item:nth-of-type(2n + 1) .service-item-img{
    left: auto;
    right: 0;
}
.service-item:nth-of-type(2n + 1) .service-item-txt{
    margin-left: 0;
}
.top-ttl02 .ttl-cmn07.blue{
    color: #4699c3;
}
.consul-item{
    padding-top: 100px;
}
.consul-item:first-of-type{
    padding-top: 0;
}
.consul-item-img{
    width: 48.3%;
}
.consul-item-txt{
    width: 45%;
    padding-top: 70px;
}
.consul-item-txt .service-item-txt-ttl-num{
    color: rgba(70, 153, 195, .2);
}
.top-ttl03 .ttl-cmn09.blue:before{
    background-color: #4699c3;
}
.consul-item-txt-p{
    letter-spacing: 0.025em;
}
.consul-item-box{
    background-color: #fff;
    border: solid 1px #4699c3;
    padding: 25px;
}
.consul-item-box-p01{
    font-weight: 700;
    color: #4699c3;
    margin-bottom: 20px;
}
.consul-item-box-txt{
    width: 50%;
}
.consul-item:nth-of-type(2n + 1) .consul-item-inr{
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.bg-consul.bg-top-strength{
    height: 72%;
}
.bussiness-p{
    letter-spacing: 0.025em;
    text-align: center;
    margin-bottom: 40px;
}
.bussiness-item{
    background-color: #4699c3;
    border: solid 5px #6badcf;
    border-radius: 19px;
    max-width: 185px;
    width: calc((100% - 90px) / 6);
    height: 100px;
    text-align: center;
    margin-right: 18px;
    margin-bottom: 20px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.bussiness-item:nth-of-type(6n){
    margin-right: 0;
}
.bussiness-item:last-of-type{
    margin-right: 0;
}
.bussiness-item .ttl-cmn02{
    color: #fff;
}
@media screen and (max-width:1079px){
    .service-item-txt{
        padding-top: 40px;
    }
    .consul-item-txt{
        padding-top: 40px;
    }
}
@media screen and (max-width:1023px){
    .guid-btn-list.mb30{
        margin-bottom: 0;
    }
    .service-item-img{
        max-width: 980px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        top: 0;
    }
    .service-item-txt{
        max-width: 100%;
        width: 100%;
    }
    .service-item-txt .btn-cmn01{
        margin-left: auto;
    }
    .consul-item-inr.flex-btw{
        display: block;
    }
    .consul-item-img{
        width: 100%;
        text-align: center;
    }
    .consul-item-txt{
        width: 100%;
    }
    .consul-item-box{
        padding: 25px 10px;
    }
    .bussiness-p{
        text-align: left;
    }
    .bussiness-item{
        width: calc(calc((100% - 54px) / 4));
    }
    .bussiness-item:nth-of-type(6n){
        margin-right: 18px;
    }
    .bussiness-item:nth-of-type(4n){
        margin-right: 0;
    }
    .bussiness-item:last-of-type{
        margin-right: 0;
    }
}
@media screen and (max-width:767px){
    .service-btn-list .guid-btn{
        width: 100%;
        margin: 0 auto 10px;
    }
    .service-btn-list .guid-btn:first-of-type{
        margin: 10px auto;
    }
    .service-btn-list .guid-btn:last-of-type{
        margin: 0 auto;
    }
    .top-ttl02-img{
        width: 50px;
        margin: 0 auto 10px;
    }
    .service-item{
        padding-top: 50px;
    }
    .service-item-txt{
        padding-top: 30px;
    }
    .service-item-txt-ttl{
        margin-bottom: 30px;
    }
    .service-item-txt-ttl-num{
        font-size: 6rem;
    }
    .service-item-txt-ttl .top-ttl03{
        padding-left: 20px;
    }
    .service-item-txt-p{
        margin-bottom: 20px;
    }
    .service-item-txt .btn-cmn01{
        margin: 0 auto 15px;
    }
    .service-item-txt02-box{
        padding: 20px 10px;
    }
    .service-item-txt02-box-p02{
        padding-left: 20px;
    }
    .service-item-txt02-box-p02:before{
        font-size: 1.4rem;
        left: 5px;
    }
    .service-item-txt02-btn-list.flex-cnt{
        display: block;
    }
    .service-item-txt02-btn.btn-cmn01{
        width: 100%;
        margin: 0 auto 15px;
    }
    .service-item-txt02-btn.btn-cmn01:last-of-type{
        margin: 0 auto;
    }
    .consul-item{
        padding-top: 60px;
    }
    .consul-item-txt{
        padding-top: 30px;
    }
    .consul-item-box{
        padding: 20px 10px;
    }
    .consul-item-box-p01{
        margin-bottom: 10px;
    }
    .consul-item-box-inr.flex-btw{
        display: block;
    }
    .consul-item-box-txt{
        width: 100%;
    }
    .bg-consul.bg-top-strength{
        height: 69%;
    }
    .bussiness-p{
        margin-bottom: 20px;
    }
    .bussiness-list{
        max-width: 388px;
        width: 100%;
        margin: 0 auto;
    }
    .bussiness-item{
        width: calc((100% - 18px) / 2);
        height: 90px;
        margin-bottom: 15px;
    }
    .bussiness-item:nth-of-type(6n){
        margin-right: 18px;
    }
    .bussiness-item:nth-of-type(4n){
        margin-right: 18px;
    }
    .bussiness-item:nth-of-type(2n){
        margin-right: 0;
    }
    .bussiness-item:last-of-type{
        margin-right: 0;
    }
}

/*	当社の強み
---------------------------------*/
.strength-item-inr{
    padding-bottom: 100px;
    position: relative;
}
.bg-strength.bg-top-strength{
    height: 84%;
}
.strength-inr{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.strength-top{
    min-height: 400px;
    position: relative;
}
.strength-top-ttl{
    max-width: 200px;
    width: 20%;
    padding-top: 50px;
}
.strength-top-ttl .top-ttl02{
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
}
.strength-top-ttl .top-ttl02 .ttl-cmn03,
.strength-top-ttl .top-ttl02 .ttl-cmn07{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    z-index: 1;
}
.strength-top-img{
    width: 75%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.strength-bottom{
    background-color: #fff;
    border-radius: 20px;
    max-width: 1480px;
    width: 74%;
    min-width: 1300px;
    padding: 150px 20px 70px;
    margin: 0 auto;
    position: relative;
}
.strength-bottom-inr{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 50px;
}
.strength-bottom-icon{
    width: 35.83%;
}
.strength-bottom-table{
    width: 58.3%;
}
.strength-bottom-table-tr{
    border-top: solid 1px #00808f;
    padding: 10px 0;
}
.strength-bottom-table-tr:nth-of-type(2n + 1){
    background-color: #fafafa;
}
.strength-bottom-table-tr:last-of-type{
    border-bottom: solid 1px #00808f;
}
.strength-bottom-table-th{
    font-family: 'Lato', sans-serif;
	font-size: 2.1rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #00808f;
    padding-left: 30px;
}
.strength-bottom-table-td{
    flex: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 5px 10px 0 20px;
}
.strength-item:nth-of-type(2n) .strength-top-ttl{
    margin-left: auto;
}
.strength-item:nth-of-type(2n) .strength-top-img{
    left: 0;
    right: auto;
}
.strength-item:nth-of-type(2n) .top-ttl02.flex-nml{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media screen and (max-width:1500px){
    .bg-strength.bg-top-strength{
        width: calc(100% - 15px);
    }
    .strength-bottom{
        min-width: auto;
        width: calc(100% - 60px);
    }
}
@media screen and (max-width:1300px){
    .strength-inr{
        padding: 0 50px;
    }
    .strength-top{
        min-height: 350px;
    }
}
@media screen and (max-width:1200px){
    .strength-top{
        min-height: calc(37.5vw - 100px);
    }
}
@media screen and (max-width:1100px){
    .strength-top{
        min-height: 30.5vw;
    }
    .strength-bottom{
        padding-top: calc(7vw + 50px);
    }
}
@media screen and (max-width:1023px){
    .strength-top{
        margin-bottom: 50px;
    }
    .strength-top-ttl{
        width: 90px;
        padding: 0;
    }
    .strength-bottom{
        padding: 40px 20px;
    }
    .strength-bottom-inr.flex-btw{
        display: block;
    }
    .strength-bottom-icon{
        width: 300px;
        margin: 0 auto 50px;
    }
    .strength-bottom-table{
        width: 100%;
    }
}
@media screen and (max-width:767px){
    .strength-item-inr{
        padding-bottom: 60px;
    }
    .bg-strength.bg-top-strength{
        height: 94%;
    }
    .strength-inr{
        padding: 0 20px;
    }
    .strength-top{
        min-height: 36.2vw;
        margin-bottom: 20px;
    }
    .strength-top-ttl{
        width: 60px;
    }
    .strength-top-img{
    }
    .strength-bottom{
        padding: 30px 15px;
    }
    .strength-bottom-inr{
        margin-bottom: 30px;
    }
    .strength-bottom-icon{
        width: 200px;
        margin: 0 auto 30px;
    }
    .strength-bottom-table-tr.flex-nml{
        display: block;
    }
    .strength-bottom-table-tr{
        padding: 10px;
    }
    .strength-bottom-table-th{
        font-size: 1.8rem;
        padding: 0;
    }
    .strength-bottom-table-td{
        padding: 0;
    }
}

/*	物件情報
---------------------------------*/
.room-btn-list .guid-btn{
    max-width: 320px;
    width: calc((100%  - 30px) / 3);
    margin-right: 15px;
}
.room-btn-list .guid-btn:last-of-type{
    margin-right: 0;
}
.accordion-menu{
    background-color: #fafafa;
    border-radius: 20px 20px 30px 30px;
}
.accordion{
    background-color: #fff;
    border: solid 5px #4699c3;
    border-radius: 19px;
    padding: 30px 70px 30px 30px;
    cursor: pointer;
    position: relative;
}
.accordion:before,
.accordion:after{
    content: '';
    display: block;
    background-color: #000;
    width: 30px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: 25px;
}
.accordion:after {
    transform: rotate(90deg);
    transition-duration: .3s;
}
.accordion-content{
    border-radius: 0 0 30px 30px;
}
.accordion-content-inr{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.accordion-content-txt-p{
    letter-spacing: 0.05em;
}
.accordion-content-txt-p02{
    flex: 1;
}
.accordion-content-txt02 .ttl-cmn06{
    color: #00808f;
}
.accordion-content-txt02-p a{
    border-bottom: solid 1px #00808f;
    color: #00808f;
    padding-bottom: 3px;
}
@media screen and (max-width:767px){
    .room-btn-list .guid-btn{
        width: 100%;
        margin: 0 auto 10px;
    }
    .room-btn-list .guid-btn:last-of-type{
        margin: 0 auto;
    }
    .accordion{
        padding: 15px 30px 15px 15px;
    }
    .accordion .ttl-cmn04{
        font-size: 1.8rem;
    }
    .accordion:before,
    .accordion:after{
        width: 20px;
        height: 2.5px;
        right: 10px;
    }
}

/*	物件情報
---------------------------------*/
.application-item{
    padding-top: 70px;
}
.application-item:first-of-type{
    padding-top: 0;
}
.contact-p{
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
}
.application-btn{
    background-color: #00808f;
    border-radius: 40px;
    max-width: 380px;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
}
.application-btn:last-of-type{
    margin-right: 0;
}
.application-btn a{
    display: block;
    text-align: center;
}
.application-btn p{
    display: inline;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 80px;
    padding-left: 40px;
    position: relative;
}
.application-btn p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_contact01.png);
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.application-btn.web{
    background-color: #4699c3;
}
.application-btn.web p:before{
    background-image: url(/system_panel/uploads/images/icon_contact02.png);
    width: 30px;
}
.tel-box.ft-contact-cmn .hd-right-bottom{
    margin-bottom: 0;
}
.line-img{
    margin-right: 40px;
}
.line-img:last-of-type{
    margin-right: 0;
}
@media screen and (max-width:767px){
    .application-item{
        padding-top: 40px;
    }
    .contact-p{
        text-align: left;
        margin-bottom: 30px;
    }
    .application-btn-list.flex-cnt{
        display: block;
    }
    .application-btn{
        width: 100%;
        margin: 0 auto 10px;
    }
    .application-btn:last-of-type{
        margin: 0 auto;
    }
    .application-btn p{
        font-size: 1.6rem;
        line-height: 60px;
        padding-left: 30px;
    }
    .application-btn p:before{
        width: 20px;
    }
    .application-btn.web p:before{
        width: 25px;
    }
}
@media screen and (max-width:767px){
.bukken-otr {
  	width: 100%;
  	overflow: auto;
}
.bukken-otr > div {
  	width: 768px;
}
}