@charset "utf-8";
*{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #222222;
}
html{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
}
a,
a img{
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
a:hover img{
    opacity: 0.7;
}
img{
    display: block;
    width: AUTO;
    max-width: 100%;
    margin: 0 AUTO;
}
.section{
  display: block;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 AUTO;
  padding: 50px 0;
  position: relative;
}
.contents__width{
    display: block;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 AUTO;
    position: relative;
}
.caption__center{
    text-align: center;
}
/* -------------------------------------------------- パンくずリスト*/
#breadcrumbs{
  width: 100%;
  font-size: 12px;
  border-top: #f5f5f5 solid 1px;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 20px;
  line-height: 1.8;
}
#breadcrumbs label{
  display: inline-block;
}
#breadcrumbs label::after{
  content: "";
  margin: 0 5px;
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(/assets/img/icon_arrR_bl.png) center center no-repeat;
  background-size: 10px auto;
}
#breadcrumbs label:last-child::after{
  display: none;
}

@media screen and (max-width:550px) {
  #breadcrumbs {
    padding: 5px;
    font-size: 10px;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* -------------------------------------------------- サブページ 見出し */
.section__title{
  background-image: url(/assets/img/ttl_message.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  padding: 50px 0;
}
.title__subpage{
  color: #ffffff;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1px;
}
.section__title span{
  margin-top: 10px;
  display: block;
  color: #d90b18;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  letter-spacing: 1px;
}

@media screen and (max-width:550px) {
  .section__title{
    padding: 30px 0;
  }
  .title__subpage{
    font-size: 20px;
  }
  .section__title span{
    margin-top: 8px;
    font-size: 12px;
  }
}

/* -------------------------------------------------- flex box */
.flex{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
.flex::after{
	content: "";
	display: block;
	clear: both;
	width: 100%;
}
.flex__1clmn{
	width: 100%;
	margin: 10px;
	align-content: stretch;
}
.flex__2clmn--fix{
	width: calc(50% - 20px);
	padding: 0px;
	margin: 10px;
	align-content: stretch;
}
.flex__2clmn{
	width: calc(50% - 20px);
	padding: 0px;
	margin: 10px;
	align-content: stretch;
}
.flex__3clmn{
	width: calc((33.33%) - 20px);
	padding: 0px;
	margin: 10px;
	align-content: stretch;
}
.flex__2_3clmn{
	width: calc((66.66%) - 20px);
	padding: 0px;
	margin: 10px;
	align-content: stretch;
}
.flex__4clmn{
	width: calc(25% - 20px);
	padding: 0px;
	margin: 10px;
	align-content: stretch;
}
.flex__5clmn{
	width: calc(20% - 10px);
	padding: 0px;
	margin: 5px;
	align-content: stretch;
}
/* -------------------------------------------------- flex-box ハック
:root .flex__container{
	display: block\0/;
}
:root .search-form__radio-child,
:root .flex__1clmn,
:root .flex__2clmn,
:root .flex__3clmn,
:root .flex__4clmn,
:root .flex__5clmn{
	float: left\0/;
}
*/
.fix__link{
    position: fixed;
    z-index: 500;
    color: #FFFFFF;
    writing-mode: vertical-rl;
    padding: 20px 15px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 3px;
}
.fix__link:hover{
    opacity: 0.8;
}
.fix__link svg{
    display: inline-block;
    width: 18px;
    height: 18px;
    fill: #FFFFFF;
    margin: 10px 5px 0 5px;
}
.fix__link--kashinet{
    background-color: #D90B18;
    top: 200px;
    right: 0;
}
.fix__link--leaflet{
    background-color: #222222;
    top: 320px;
    right: 0;
}
.eyecatch{
    width: 100%;
    height: calc(100vh - 80px);
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 0;
}
.eyecatch video{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    bottom: 0;
    overflow: hidden;
    object-fit: cover;
}
.eyecatch__overlay{
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 4;
}
.eyecatch__title{
    display: block;
    height: 200px;
    position: absolute;
    margin: AUTO;
    top: calc(40% - 200px);
    left: 5%;
    z-index: 5;
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 800;
    line-height: 1em;
    filter: drop-shadow(2px 2px 3px #222222);
}
.eyecatch__scrolldown{
    display: block;
    width: 80px;
    height: 100px;
    position: absolute;
    margin: 0 AUTO;
    bottom: 5%;
    left: 0;
    right: 0;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
    cursor: pointer;
    z-index: 5;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.eyecatch__scrolldown svg{
    width: 80px;
    fill: #FFFFFF;
}
.eyecatch__title span{
    font-size: 50px;
    display: block;
    margin: 0;
    padding: 0;
}
.index__section--news{
    background-color: #F7F7F7;
    padding: 50px 0 80px 0;
}
.index__section--business{
    background-color: #F7F7F7;
    padding: 50px 0 0px 0;
    position: relative;
}
.index__section--sns{
    background-color: #F7F7F7;
    padding: 50px 0 80px 0;
}
.index__contents--banner{
    margin: 80px AUTO;
}
.title__2nd{
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Arial";
    font-size: 2rem;
    font-weight: 600;
    color: #666666;
    text-align: center;
}
.title__ourbusiness{
    display: block;
    font-family: "Arial";
    font-size: 120px;
    font-weight: 600;
    color: #999999;
    margin: 0 0 -27px 0;
    padding: 0;
}
.p-mainvisual li{
    list-style: none;
}
.topic__slide{
    margin: 80px AUTO 0 AUTO;
}
.topic__slide a{
    margin: 0;
    padding: 0;
}
.topic__slide img{
    margin: 5px;
    width: calc(100% - 10px);
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
}
.topic__slide-btn{
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    background-color: #e7e7e7;
    border-radius: 30px;
    z-index: 500;
    top: 60px;
}
.topic__slide-btn_prev{
    left: 5px;
}
.topic__slide-btn_prev::after{
    content: url( 'data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-left size-4" aria-hidden="true"><path d="m12 19-7-7 7-7"></path><path d="M19 12H5"></path></svg>');
    margin: 3px;
    width: 32px;
    height: 32px;
    display: block;
}
.topic__slide-btn_next{
    right: 5px;
}
.topic__slide-btn_next::after{
    content: url( 'data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right size-4" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg>');
    margin: 3px;
    width: 32px;
    height: 32px;
    display: block;
}
.slick-dots{
    display: block;
    text-align: center;
    cursor: pointer;
}
.slick-dots li{
    display: inline-block;
    text-indent: -9999px;
    width: 35px;
    height: 5px;
    background-color: #CCCCCC;
    margin: 8px 5px;
}
.slick-dots li.slick-active{
    background-color: #D90B18;
}
.sns{
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 100px;
    padding: 15px;
    margin: 5px;
}
.sns img{
    width: 40px;
    height: 40px;
}
.index__forOwner{
    display: block;
    width: 100%;
    max-width: 1000px;
    border-radius: 15px;
    background-image: url(/assets/img/index/TKPG01_owner.webp);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: contain;
    padding: 30px;
    margin: 80px AUTO;
    background-color: #FFFFFF;
    filter: drop-shadow(2px 2px 3px #CCCCCC);
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.index__forOwner::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background-color: rgba(255,255,255,0);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.index__forOwner:hover{
    opacity: 0.7;
}
.index__forOwner .index__forOwner--label{
    display: inline-block;
    background-color: #D90B18;
    color: #FFFFFF;
    padding: 5px 30px;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
}
.index__forOwner .index__forOwner--text{
    color: #D90B18;
    font-size: 16px;
    font-weight: 800;
    position: relative;
    z-index: 5;
}
.index__forOwner .index__forOwner--text2{
    font-size: 22px;
    font-weight: 800;
    position: relative;
    z-index: 5;
}
@media (max-width: 810px){
    .title__ourbusiness{
        font-size: 60px;
        margin: 0 0 -14px 0;
        padding: 0;
    }
    .eyecatch__title{
        display: block;
        height: 100px;
        margin: AUTO;
        top: calc(50% - 100px);
        left: 5%;
        font-size: 50px;
        font-weight: 800;
        line-height: 1em;
    }
    .eyecatch__title span{
        font-size: 30px;
        margin: 0;
        padding: 0;
    }
    .fix__link{
        display: none;
    }
}
@media (max-width: 550px){
    .index__contents--banner{
        margin: 20px AUTO;
    }
    .index__section--news,
    .index__section--business{
        padding: 15px 0;
    }
    .title__ourbusiness{
        font-size: 35px;
        margin: 0;
        padding: 15px 0;
        text-align: center;
    }
    .eyecatch__title{
        display: block;
        height: 50px;
        margin: AUTO;
        top: 20%;
        left: 5%;
        font-size: 30px;
        font-weight: 800;
        line-height: 1em;
    }
    .eyecatch__title span{
        font-size: 20px;
    }
    .flex__2clmn--fix{
        width: calc(50% - 10px);
        padding: 0px;
        margin: 5px;
    }
    .flex__2clmn,
    .flex__3clmn,
    .flex__4clmn{
        width: calc(100% - 10px);
        padding: 0px;
        margin: 5px;
    }
    .flex__5clmn{
        width: calc(50% - 10px);
        margin: 5px;
    }
    .index__forOwner{
        width: calc(100% - 30px);
        padding: 15px;
        margin: 30px 15px;
        background-size: cover;
    }
    .index__forOwner:hover{
        opacity: 0.7;
    }
    .index__forOwner .index__forOwner--label{
        padding: 5px 30px;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .index__forOwner .index__forOwner--text{
        font-size: 12px;
    }
    .index__forOwner .index__forOwner--text2{
        font-size: 16px;
    }
    .index__forOwner::before{
        background-color: rgba(255,255,255,0.8);
    }
    .topic__slide{
        margin: 20px AUTO 0 AUTO;
    }

    .title__2nd{
        font-size: 25px;
    }
    .sns img {
        width: 30px;
        height: 30px;
    }
    .br__spnone{
        display: none;
    }
}
/* 開閉メニューをデフォルトに戻す*/
@media (min-width: 811px){
	.search_form{
		display: block!important;
	}
}