@charset "utf-8";
/* CSS Document */
/*====================================
Reset
====================================*/
html{
	width: 100%;
	font-size: 2.66666vw; /* 画面幅375pxの時1rem=10px */
	font-weight: 300;
}
body{
	min-width: 320px;
	line-height: 1;
	position: relative;
	overflow-x: hidden;
	overflow-wrap: break-word;
	word-wrap: break-word;
	font-family: "Noto Sans JP","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
	color: #000;
	background: #FAF9F7;
}

@media print,screen and (min-width: 600px) {
	html{
		font-size: 0.76923vw; /* 画面幅1300pxの時1rem=10px */
	}
}
@media print,screen and (min-width: 1300px) {
	html{
		font-size: 10px;
	}
}

img{
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a{
	text-decoration: none;
	color:inherit;
}
svg{
	width: 100%;
	height: 100%;
}
a,
input, textarea, button, label, select,
.js--btn-hamburger,
.js--btn-ac, .js--btn-tab,
.swiper-button-prev, .swiper-button-next{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline: 0;
}
::selection {
	background: rgba(0, 139, 139, .2);
}

/*====================================
Common
====================================*/
.anchor{
	display: block;
	width: 0;
	height: 0;
}
.width--cmn{
	margin-left: auto;
	margin-right: auto;
	width: 33.5rem;
}
.fw400{
	font-weight: 400;
}

@media only screen and (max-width: 599px) {
	.disp--pc{
		display: none !important;
	}
	.anchor{
		padding-top: 8rem;
		margin-top: -8rem;
	}
}

@media print,screen and (min-width: 600px) {
	.disp--sp{
		display: none !important;
	}
	.width--cmn{
		width: 110rem;
	}
}

/* アイコン
--------------------------------------*/
.icon--svg{
	display: block;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	mask-size: contain;
	-webkit-mask-size: contain;
	background: #000;
	transition: background .3s ease;
}
.icon--calendar-mail{
	mask-image: url(../img/common/icon-calendar-mail.svg);
	-webkit-mask-image: url(../img/common/icon-calendar-mail.svg);
}
.icon--arrow1{
	mask-image: url(../img/common/icon-arrow1.svg);
	-webkit-mask-image: url(../img/common/icon-arrow1.svg);
}
.icon--tel{
	mask-image: url(../img/common/icon-tel.svg);
	-webkit-mask-image: url(../img/common/icon-tel.svg);
}
.icon--line{
	mask-image: url(../img/common/icon-line.svg);
	-webkit-mask-image: url(../img/common/icon-line.svg);
}
.icon--map-pin{
	mask-image: url(../img/common/icon-map-pin.svg);
	-webkit-mask-image: url(../img/common/icon-map-pin.svg);
}
.icon--instagram{
	mask-image: url(../img/common/icon-instagram.svg);
	-webkit-mask-image: url(../img/common/icon-instagram.svg);
}
.icon--twitter-x{
	mask-image: url(../img/common/icon-twitter-x.svg);
	-webkit-mask-image: url(../img/common/icon-twitter-x.svg);
}
.icon--facebook{
	mask-image: url(../img/common/icon-facebook.svg);
	-webkit-mask-image: url(../img/common/icon-facebook.svg);
}
.icon--house-mail{
	mask-image: url(../img/common/icon-house-mail.svg);
	-webkit-mask-image: url(../img/common/icon-house-mail.svg);
}
.icon--check{
	mask-image: url(../img/common/icon-check.svg);
	-webkit-mask-image: url(../img/common/icon-check.svg);
}
.icon--loupe{
	mask-image: url(../img/common/icon-loupe.svg);
	-webkit-mask-image: url(../img/common/icon-loupe.svg);
}
.icon--loupe-plus{
	mask-image: url(../img/common/icon-loupe-plus.svg);
	-webkit-mask-image: url(../img/common/icon-loupe-plus.svg);
}
.icon--company-logo{
	mask-image: url(../img/common/company-logo.svg);
	-webkit-mask-image: url(../img/common/company-logo.svg);
}

/* タイトル
--------------------------------------*/
.sec-pagettl .container-pagettl{
	padding: 8rem 0;
	display: flex;
	justify-content: center;
}
.sec-pagettl .wrap-pagettl{
	display: flex;
	align-items: center;
}
.sec-pagettl .wrap-pagettl .pagettl{
	font-size: 2.4rem;
	padding: 0 1.3rem;
}
.sec-pagettl .wrap-pagettl .kakko{
	width: 1.6rem;
}

@media only screen and (max-width: 599px) {
	.sec-pagettl{
		padding-top: 8rem;
	}
}

@media print,screen and (min-width: 600px) {
	.sec-pagettl .container-pagettl{
		padding: 10rem 0;
	}
	.sec-pagettl .wrap-pagettl .pagettl{
		font-size: 3.6rem;
		padding: 0 2.3rem;
	}
}


/* パンくず
--------------------------------------*/
.pnkz-wrap{
	padding: 1.7rem 0;
}
.pnkz{
	font-size: 1.3rem;
	display: flex;
}
.pnkz span:nth-child(5),
.pnkz span:nth-child(7) {
	max-width: 40%;
}
.pnkz .txt--line-clamp{
	-webkit-line-clamp: 1;
	max-height: 1em;
}


/* サイドメニュー
--------------------------------------*/
#sidemenu-container{
	padding-bottom: 10rem;
}

@media only screen and (max-width: 599px) {
	#sidemenu-body{
		padding-top: 6rem;
	}
}
@media print,screen and (min-width: 600px) {
	#sidemenu-container{
		padding-bottom: 15rem;
		display: flex;
		justify-content: space-between;
	}
	#sidemenu-side{
		width: 22rem;
	}
	#sidemenu-body{
		width: 83rem;
	}
}

/* 色
--------------------------------------*/
.c--white{
	color: #fff !important;
}
.c--black{
	color: #000 !important;
}
.c--gray{
	color: #727171 !important;
}
.c--medium-gray{
	color: #BCBCBC !important;
}
.c--dark-gray{
	color: #535353 !important;
}
.c--green{
	color: #008B8B !important;
}
.c--orange{
	color: #EB752F !important;
}

.bg--white{
	background-color: #fff !important;
}
.bg--off-white{
  background-color: #FAF9F7 !important;
}
.bg--black{
	background-color: #000 !important;
}
.bg--gray{
	background-color: #727171 !important;
}
.bg--medium-gray{
	background-color: #BCBCBC !important;
}
.bg--light-gray{
	background-color: #EDECEA !important;
}
.bg--pale-gray{
	background-color: #F5F5F5 !important;
}
.bg--dark-gray{
	background-color: #535353 !important;
}
.bg--green{
	background-color: #008B8B !important;
}
.bg--forest-green{
	background-color: #006E6E !important;
}
.bg--mint-green{
	background-color: #F0F8F8 !important;
}
.bg--sea-green{
	background-color: #33A2A2 !important;
}
.bg--orange{
	background-color: #FA973F !important;
}
.bg--yellow{
	background-color: #F8C741 !important;
}

/* ホバー
--------------------------------------*/
@media print,screen and (min-width: 600px) {
	.hover--c-white,
	.hover--c-green{
		transition: color .3s ease;
	}
	a.hover--c-white:hover,
	a:hover .hover--c-white,
	button.hover--c-white:hover,
	button:hover .hover--c-white{
		color: #fff !important;
	}
	a.hover--c-green:hover,
	a:hover .hover--c-green,
	.gnav .nav-item.has--child:hover .hover--c-green{
		color: #008B8B !important;
	}

	.hover--bg-white,
	.hover--bg-black,
	.hover--bg-gray,
	.hover--bg-dark-gray,
	.hover--bg-green{
		transition: background .3s ease, color .3s ease;
	}
	a.hover--bg-white:hover,
	a:hover .hover--bg-white,
	button.hover--bg-white:hover,
	button:hover .hover--bg-white{
		background-color: #fff !important;
	}
	a.hover--bg-black:hover,
	a:hover .hover--bg-black{
		background-color: #000 !important;
	}
	a.hover--bg-gray:hover,
	a:hover .hover--bg-gray,
	button.hover--bg-gray:hover,
	button:hover .hover--bg-gray{
		background-color: #727171 !important;
	}
	a.hover--bg-dark-gray:hover,
	a:hover .hover--bg-dark-gray{
		background-color: #535353 !important;
	}
	a.hover--bg-green:hover,
	a:hover .hover--bg-green,
	button.hover--bg-green:hover,
	button:hover .hover--bg-green{
		background-color: #008B8B !important;
	}

	.hover--underline{
		background-position: right bottom;
		background-size: 0 100%;
		background-image: linear-gradient(to bottom, transparent calc(100% - 1px), currentColor 1px);
		background-repeat: no-repeat;
		transition: color .3s ease, background-size 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	}
	a.hover--underline:hover,
	a:hover .hover--underline,
	.has--dd:hover > .hover--underline,
	.js--btn-popup.hover--underline:hover,
	.js--btn-popup:hover .hover--underline{
		background-position: left bottom;
		background-size: 100% 100%;
	}

	.hover--opacity,
	.hover--img-opacity > img{
		transition: opacity .3s ease;
	}
	a.hover--opacity:hover,
	a.hover--img-opacity:hover > img,
	a:hover .hover--img-opacity > img{
		opacity: 0.5;
	}
	.hover--img-zoom{
		position: relative;
	}
	.hover--img-zoom > img{
		transition: transform .3s ease-in-out;
	}
	a.hover--img-zoom:hover > img,
	a:hover .hover--img-zoom > img{
		transform: scale(1.1);
	}
}

/* 画像
--------------------------------------*/
.img--fit img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* IE */
.browser--ie .img--fit{
	position: relative;
	overflow: hidden;
}
.browser--ie .img--fit img{
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.img--posted{
	display: block;
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 75.196%;
}
.img--posted > img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img--dummy{
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #DEDEDE;
}
.img--dummy .logo{
	background-color: #DEDEDE;
	position: absolute;
	width: 19.2rem;
	height: 4.9rem;
	left: calc((100% - 19.2rem) / 2);
	top: calc((100% - 4.9rem) / 2);
}

/* テキスト
--------------------------------------*/
div.txt--i,
p.txt--i,
ul.txt--i > li,
li.txt--i{
	padding-left: 1em;
	text-indent: -1em;
}
.txt--u{
	text-decoration: underline;
}
.txt--center{
	text-align: center;
}

@media print,screen and (min-width: 600px) {
	.txt--u:hover{
		text-decoration: none;
	}
}

.txt--cmn{
	font-size: 1.6rem;
	line-height: 1.93;
}
.txt--cmn-p-margin p:not(:first-child){
	margin-top: 1.93em;
}
.ltsp0_05em{
	letter-spacing: 0.05em;
}

.txt--line-clamp{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: calc(1.93em * 2);
	overflow: hidden;
}
.txt--line-clamp a{
	transition: color .3s ease;
}
.txt--line-clamp .hover--underline{
	transition: background-size 1.5s cubic-bezier(0.19, 1, 0.22, 1), color .3s ease;
}


/* iframe処理
--------------------------------------*/
.gmap--wrap{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 127.16%;
}
.gmap--wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie--wrap{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.movie--wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*====================================
pagenavi
====================================*/
.wp-pagenavi{
	display: flex;
	justify-content: center;
	margin-top: 8rem;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last{
	box-sizing: border-box;
	height: 3.4rem;
	position: relative;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend{
	box-sizing: border-box;
	font-size: 1.5rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.4rem;
	border: 1px solid #727171;
	border-radius: 0.5rem;
	color: #727171;
}
.wp-pagenavi .current{
	background-color: #008B8B;
	border-color: #008B8B;
	color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	width: 1.4rem;
}
.wp-pagenavi .first,
.wp-pagenavi .last{
	width: 2.3rem;
}
.wp-pagenavi .first,
.wp-pagenavi .previouspostslink{
	margin-right: 1rem;
}
.wp-pagenavi .last,
.wp-pagenavi .nextpostslink{
	margin-left: 1rem;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .first:before,
.wp-pagenavi .last:before,
.wp-pagenavi .first:after,
.wp-pagenavi .last:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	width: 1.9rem;
	height: 1.9rem;
	border-top: solid 1px #727171;
	top: 50%;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .first:before,
.wp-pagenavi .first:after{
	border-left: solid 1px #727171;
}
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .last:before,
.wp-pagenavi .last:after{
	border-right: solid 1px #727171;
}
.wp-pagenavi .previouspostslink:before{
	left: 50%;
	transform: translate(-20%,-50%) rotate(-45deg);
}
.wp-pagenavi .first:before{
	left: 0.5rem;
	transform: translateY(-50%) rotate(-45deg);
}
.wp-pagenavi .first:after{
	right: -0.8rem;
	transform: translateY(-50%) rotate(-45deg);
}
.wp-pagenavi .nextpostslink:before{
	right: 50%;
	transform: translate(20%,-50%) rotate(45deg);
}
.wp-pagenavi .last:before{
	left: -0.8rem;
	transform: translateY(-50%) rotate(45deg);
}
.wp-pagenavi .last:after{
	right: 0.5rem;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 600px) {
	.wp-pagenavi{
		margin-top: 10rem;
	}
	.wp-pagenavi .page,
	.wp-pagenavi .current,
	.wp-pagenavi .extend,
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .first,
	.wp-pagenavi .last{
		width: 4rem;
	}
	.wp-pagenavi .page,
	.wp-pagenavi .current,
	.wp-pagenavi .extend{
		margin-left: 1rem;
		margin-right: 1rem;
		height: 4rem;
	}
	.wp-pagenavi .page{
		transition: background .3s ease, color .3s ease, border .3s ease;
	}
	.wp-pagenavi a.page:hover{
		background-color: #008B8B;
		border-color: #008B8B;
		color: #fff;
	}
	.wp-pagenavi .first{
		margin-right: 2rem;
	}
	.wp-pagenavi .previouspostslink{
		margin-right: 4rem;
	}
	.wp-pagenavi .last{
		margin-left: 2rem;
	}
	.wp-pagenavi .nextpostslink{
		margin-left: 4rem;
	}
	.wp-pagenavi .previouspostslink:before,
	.wp-pagenavi .nextpostslink:before,
	.wp-pagenavi .first:before,
	.wp-pagenavi .last:before,
	.wp-pagenavi .first:after,
	.wp-pagenavi .last:after{
		transition: border .3s ease;
	}
	.wp-pagenavi .previouspostslink:hover:before,
	.wp-pagenavi .nextpostslink:hover:before,
	.wp-pagenavi .first:hover:before,
	.wp-pagenavi .last:hover:before,
	.wp-pagenavi .first:hover:after,
	.wp-pagenavi .last:hover:after{
		border-color: #008B8B;
	}
}


/*====================================
popup
===================================*/
.js--btn-popup{
	cursor: pointer;
}
.popup--cmn{
	display: none;
	z-index: 1005;
	position: relative;
}
.popup--cmn .popup-overlay{
	background-color: rgba(0, 0, 0, .7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup--cmn .popup-container{
	position: relative;
}
.popup--cmn .js--popup-close{
	position: absolute;
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	z-index: 2;
	width: 5rem;
	height: 5rem;
	top: -8rem;
	right: 0;
	border: 0.2rem solid #fff;
	border-radius: 1rem;
}
.popup--cmn .js--popup-close:before,
.popup--cmn .js--popup-close:after{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	background-color: #fff;
	width: 3rem;
	height: 0.2rem;
	top: calc((100% - 0.2rem) / 2);
	left: calc((100% - 3rem) / 2);
}
.popup--cmn .js--popup-close:before{
	transform: rotate(45deg);
}
.popup--cmn .js--popup-close:after{
	transform: rotate(135deg);
}
.popup--cmn .popup-inner{
	box-sizing: border-box;
	width: 31.5rem;
	max-height: calc(100vh - 20rem);
}

@media print,screen and (min-width: 600px) {
	.popup--cmn .popup-inner{
		width: 90rem;
	}
}

/*====================================
parts
===================================*/
.ttl--cmn1{
	font-size: 2.8rem;
	line-height: 1.64;
	margin-bottom: 2.5rem;
}

@media print,screen and (min-width: 600px) {
	.ttl--cmn1{
		font-size: 3.6rem;
		line-height: 1.77;
		margin-bottom: 4.5rem;
	}
}

.btn--cmn1,
.btn--cmn1-border{
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	height: 7rem;
	width: 100%;
	border-radius: 10rem;
}
.btn--cmn1-border{
	border: 1px solid #727171;
}
.btn--cmn1-border.c--white{
	border-color: #fff;
}
.btn--cmn1 .circle-arrow,
.btn--cmn1-border .circle-arrow{
	position: absolute;
	right: 3rem;
	top: calc((100% - 2.3rem) / 2);
}

@media print,screen and (min-width: 600px) {
	.btn--cmn1{
		transition: background .3s ease, border .3s ease, color .3s ease;
	}
	.btn--cmn1-border.hover--bg-green:hover{
		border-color: #008B8B;
	}
}

.el--circle-arrow{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	width: 2.3rem;
	height: 2.3rem;
}
.el--circle-arrow .arrow{
	width: 0.858rem;
	height: 0.97rem;
}
.link--arrow{
	position: relative;
	padding-right: 3.3rem;
	font-size: 1.6rem;
	min-height: 2.3rem;
}
.link--arrow .el--circle-arrow{
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #008B8B;
}


/* swiper
--------------------------------------*/
/* ナビゲーション */
.swiper-arrows{
	position: absolute;
	pointer-events: none;
	width: 100%;
	z-index: 5;
}
.swiper-button-prev,
.swiper-button-next{
	box-sizing: border-box;
	position: absolute;
	pointer-events: auto;
	cursor: pointer;
	top: 0;
	margin: 0;
	transition: background .3s ease, border .3s ease;
}
.swiper-button-prev{
	left: 0;
}
.swiper-button-next{
	right: 0;
}
.swiper-button-prev:before,
.swiper-button-prev:after,
.swiper-button-next:before,
.swiper-button-next:after{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	display: none;
}

/* スクロールバー */
.swiper-scrollbar.swiper-scrollbar-horizontal{
	box-sizing: border-box;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	z-index: 3;
	border-radius: 0;
	background-color: #ECECEC;
	padding: 0;
	height: 0.4rem;
}
.swiper-scrollbar-drag{
	border-radius: 0;
	background-color: #008B8B;
	height: 100%;
	cursor: pointer;
}

/* area map
--------------------------------------*/
.parts--area-map path{
	cursor: pointer;
	fill: #d8e3e3;
	transition: fill .3s ease;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline: 0;
}
.parts--area-map text{
	fill: #727171;
	transition: fill .3s ease;
	position: relative;
	z-index: 2;
	pointer-events: none;
}
.parts--area-map text.is--hover{
	fill: #fff;
}
.parts--area-map .container-checkbox{
	display: none;
}

@media only screen and (max-width: 599px) {
	.parts--area-map svg{
		width: 592px;
	}
}

@media print,screen and (min-width: 600px) {
	.parts--area-map path:hover{
		fill: #008B8B;
	}
}

/* bukken-search-form
--------------------------------------*/
#bukken-search-form .search-container .search-block{
	padding: 2.8rem;
}
#bukken-search-form .search-container .search-block:first-child{
	border-radius: 1rem 1rem 0 0;
}
#bukken-search-form .search-container .search-block:not(:last-child){
	margin-bottom: 0.5rem;
}
#bukken-search-form .search-container .search-block-ttl{
	display: flex;
	align-items: center;
	padding-bottom: 2rem;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 2rem;
}
#bukken-search-form .search-container .search-block-ttl .icon{
	width: 3rem;
	margin-right: 0.6rem;
}
#bukken-search-form .search-container .search-block-ttl .txt{
	flex: 1;
	line-height: 1;
}
#bukken-search-form .search-container .block-type .search-block-ttl .icon{
	width: 2.8rem;
	margin-left: 0.1rem;
	margin-right: 0.7rem;
}
#bukken-search-form .search-container .block-type .type-list{
	display: flex;
}
#bukken-search-form .search-container .block-type .label{
	width: calc((100% - 0.9rem) / 2);
	font-size: 1.3rem;
	line-height: 1.38;
}
#bukken-search-form .search-container .block-type .label span{
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 5rem;
	background-color: #fff;
	border: 1px solid #DEDEDE;
	border-radius: 0.5rem;
	transition: background .3s ease, border .3s ease, color .3s ease;
}
#bukken-search-form .search-container .block-type .label input:checked + span{
	background-color: #008B8B;
	border-color: #008B8B;
	color: #fff;
}
#bukken-search-form .search-container .block-option .search-block-ttl .icon{
	width: 2.1rem;
	margin-left: 0.5rem;
	margin-right: 1rem;
}
#bukken-search-form .search-container .block-option .option-line:not(:last-child){
	padding-bottom: 2.8rem;
	background-image: linear-gradient(to right, #DEDEDE, #DEDEDE 0.5rem, transparent 0.5rem, transparent 1rem);
	background-size: 1rem 1px;
	background-position: left bottom;
	background-repeat: repeat-x;
}
#bukken-search-form .search-container .block-option .option-line:not(:first-child){
	padding-top: 2.8rem;
}
#bukken-search-form .search-container .block-option .option-line-label{
	line-height: 1;
	margin-bottom: 1.5rem;
}
#bukken-search-form .search-container .block-option .price-select-wrap .price-separator{
	line-height: 1;
	text-align: center;
	padding: 0.5rem 0;
}
#bukken-search-form .search-container .block-option .price-select-wrap .price-separator span{
	display: inline-block;
	transform: rotate(90deg);
}
#bukken-search-form .search-container .block-option .input--checkbox-wrap:not(:first-child){
	margin-top: 0;
}
#bukken-search-form .search-container .btn-block .btn-box{
	width: 100%;
}
#bukken-search-form .search-container .btn-block .submit-btn{
	width: 100%;
	height: 7rem;
	border-radius: 0 0 1rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#bukken-search-form .search-container .btn-block .submit-btn .icon{
	width: 2.2rem;
	height: 2.2rem;
	margin-left: 0.7rem;
	transform: rotateY(180deg);
}

@media only screen and (max-width: 599px) {
	#bukken-search-form .search-container{
		padding-top: 2rem;
	}
	#bukken-search-form .search-container .block-type .type-list{
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#bukken-search-form .search-container .block-type .label:nth-child(n+3){
		margin-top: 0.9rem;
	}
}

@media print,screen and (min-width: 600px) {
	#bukken-search-form .search-container .block-area .label,
	#bukken-search-form .search-container .block-option .price-option-line .label,
	#bukken-search-form .search-container .block-option .floor-plan-option-line .label{
		margin-right: 0;
		width: 100%;
	}
	#bukken-search-form .search-container .block-type .type-list{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#bukken-search-form .search-container .block-type .label{
		width: calc((100% - 0.8rem) / 2);
	}
	#bukken-search-form .search-container .block-type .label:nth-child(n+3){
		margin-top: 0.8rem;
	}
	#bukken-search-form .search-container .block-type .label span:hover{
		background-color: #008B8B;
		border-color: #008B8B;
		color: #fff;
	}
	#bukken-search-form .search-container .block-option .walk-time-option-line .label,
	#bukken-search-form .search-container .block-option .building-age-option-line .label{
		width: calc((100% - 1.2rem) / 2);
		margin-right: 1.2rem;
	}
	#bukken-search-form .search-container .block-option .walk-time-option-line .label:nth-child(even),
	#bukken-search-form .search-container .block-option .building-age-option-line .label:nth-child(even){
		margin-right: 0;
	}
}

/* 目次
--------------------------------------*/
.parts--mokuji-block{
	box-sizing: border-box;
	padding: 4rem 2rem;
	margin: 6rem 0;
	border-radius: 0.5rem;
}
.parts--mokuji-block .block-ttl{
	line-height: 1;
	font-size: 1.8rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #D8E3E3;
	margin-bottom: 1.5rem;
}
.parts--mokuji-block .mokuji-list{
	padding-left: calc(1em + 1rem);
	text-indent: calc((1em + 1rem) * -1);
}
.parts--mokuji-block li:not(:last-child){
	margin-bottom: 1.5rem;
}
.parts--mokuji-block .mokuji-list .border{
	padding-right: 1rem;
}

@media print,screen and (min-width: 600px) {
	.parts--mokuji-block{
		padding: 5rem;
		margin: 10rem 0;
	}
	.parts--mokuji-block .block-ttl{
		font-size: 2rem;
		padding-bottom: 3rem;
		margin-bottom: 3rem;
	}
	.parts--mokuji-block li:not(:last-child){
		margin-bottom: 1.5rem;
	}
}

/*====================================
form
====================================*/
/* common
--------------------------------------*/
button{
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
	background: none;
	border: none;
	font-family : inherit;
	color: inherit;
	box-sizing: border-box;
	cursor: pointer;
	transition: background .3s ease, color .3s ease, border .3s ease;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
select,
button{
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
	background: none;
	border: none;
	font-family : inherit;
	color: inherit;
	box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"]{
	display: none;
}
select{
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
}
select::-ms-expand{
	display: none;
}
select option{
	color: #000;
}

/* search
--------------------------------------*/
.select--cmn1,
.select--cmn2{
	position: relative;
	box-sizing: border-box;
	height: 4rem;
	background-color: #fff;
	border: 1px solid #DEDEDE;
	border-radius: 0.5rem;
}
.select--cmn1:before,
.select--cmn2:before,
.select--cmn2:after{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
}
.select--cmn1 select,
.select--cmn2 select{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 3rem 0 1rem;
	cursor: pointer;
}
.select--cmn1:before{
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	width: 1.1rem;
	height: 0.9rem;
	background-color: #BCBCBC;
	right: 1rem;
	top: calc((100% - 0.9rem) / 2);
}
.select--cmn1 select{
	font-size: 1.3rem;
}
.form--tbl .select--cmn1 > p{
	width: 100%;
	height: 100%;
}
.select--cmn2{
	border-color: #BCBCBC;
	overflow: hidden;
}
.select--cmn2 select{
	padding-right: 5rem;
}
.select--cmn2:before{
	width: 4rem;
	height: 4rem;
	right: 0;
	top: 0;
	background-color: #BCBCBC;
}
.select--cmn2:after{
	width: 1.2rem;
	height: 1.2rem;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	right: 1.3rem;
	top: calc((100% - 1.2rem) / 2 - 0.2rem);
}

.input--radio-wrap,
.input--checkbox-wrap{
	display: flex;
	flex-wrap: wrap;
	margin-top: -2rem;
	width: calc(100% + 2rem);
}
.input--radio,
.input--checkbox{
	box-sizing: border-box;
	cursor: pointer;
	margin-top: 2rem;
	margin-right: 2rem;
}
.input--radio label::-ms-expand,
.input--checkbox label::-ms-expand{
	display: none;
}
.input--radio span,
.input--checkbox span{
	position: relative;
	font-size: 1.3rem;
}
.input--radio span:before,
.input--checkbox span:before{
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	transition: background .2s ease, border .2s ease;
}
.input--radio input + span:after,
.input--checkbox input + span:after{
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
}
.input--radio input:checked+ span:after,
.input--checkbox input:checked+ span:after{
	opacity: 1;
}
.input--radio span,
.input--checkbox span{
	padding-left: 2.3rem;
	min-height: 1.8rem;
}
.input--radio span:before{
	box-sizing: border-box;
	top: 0.1rem;
	width: 1.8rem;
	height: 1.8rem;
	background-color: #fff;
	border: solid 1px #DEDEDE;
	border-radius: 100%;
}
.input--radio input + span:after{
	left: 0.4rem;
	width: 1rem;
	height: 1rem;
	top: 0.5rem;
	border-radius: 100%;
	background-color: #707070;
}
.input--checkbox span:before{
	width: 1.8rem;
	height: 1.8rem;
	top: 0.1rem;
	background-color: #fff;
	border: solid 1px #DEDEDE;
	border-radius: 0.3rem;
}
.input--checkbox input + span:after,
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:after,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:after{
	display: block;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	mask-size: contain;
	-webkit-mask-size: contain;
	background: #727171;
	width: 1.3rem;
	height: 1.1rem;
	mask-image: url(../img/common/icon-checkbox-check.svg);
	-webkit-mask-image: url(../img/common/icon-checkbox-check.svg);
}
.input--checkbox input + span:after{
	top: 0.5rem;
	left: 0.3rem;
}

/* form--tbl
--------------------------------------*/
.form--tbl input[type="text"],
.form--tbl input[type="tel"],
.form--tbl input[type="email"],
.form--tbl input[type="number"],
.form--tbl textarea,
.form--tbl .select--cmn1{
	width: 100%;
	background-color: #fff;
	border: 1px solid #DEDEDE;
	border-radius: 0.5rem;
	transition: background .3s ease;
}
.form--tbl input[type="text"],
.form--tbl input[type="tel"],
.form--tbl input[type="email"],
.form--tbl input[type="number"],
.form--tbl .select--cmn1 select{
	height: 5rem;
	padding: 0 1rem;
}
.form--tbl input:placeholder-shown,
.form--tbl textarea:placeholder-shown {
	color: #BCBCBC;
}
.form--tbl input::-webkit-input-placeholder,
.form--tbl textarea::-webkit-input-placeholder {
	color: #BCBCBC;
}
.form--tbl textarea{
	padding: 1rem;
}

/* checkbox radio */
.form--tbl span.wpcf7-list-item{
	margin: 0;
}
.form--tbl .wpcf7-radio,
.form--tbl .wpcf7-checkbox{
	display: block;
	margin-top: -1.5rem;
}
.form--tbl .wpcf7-radio .wpcf7-list-item,
.form--tbl .wpcf7-checkbox .wpcf7-list-item{
	margin-top: 1.5rem;
	width: 100%;
}
.form--tbl .wpcf7-radio input[type="radio"],
.form--tbl .wpcf7-checkbox input[type="checkbox"],
.form--tbl .wpcf7-acceptance input[type="checkbox"]{
	display: none;
}
.form--tbl .wpcf7-list-item label{
	cursor: pointer;
	position: relative;
}
.form--tbl .wpcf7-acceptance label{
	padding-left: 2.8rem;
	display: block;
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label,
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 7rem;
	padding: 0.8rem 2rem 0.8rem 4.5rem;
	background-color: #fff;
	border: 1px solid #DEDEDE;
	border-radius: 1rem;
	line-height: 1.43;
	transition: background .3s ease, color .3s ease, border .3s ease;
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label:before,
.form--tbl .wpcf7-radio .wpcf7-list-item-label:after,
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:before,
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:after,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:before,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:after{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label:before,
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:before,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:before{
	width: 1.8rem;
	height: 1.8rem;
	left: 2rem;
	top: calc((100% - 1.8rem) / 2);
	background-color: #fff;
	border: 1px solid #DEDEDE;
	transition: background .2s ease, border .2s ease;
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label:before{
	border-radius: 100%;
}
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:before,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:before{
	border-radius: 0.3rem;
}
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:before{
	left: 0;
	top: calc((1.93em - 1.8rem) / 2);
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label:after,
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:after,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:after{
	opacity: 0;
	transition: opacity .2s ease;
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label:after{
	width: 1rem;
	height: 1rem;
	background-color: #727171;
	left: 2.4rem;
	top: calc((100% - 1rem) / 2);
	border-radius: 100%;
}
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:after{
	top: calc((100% - 1.1rem) / 2);
	left: 2.3rem;
}
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:after{
	top: calc((1.93em - 1.1rem) / 2);
	left: 0.3rem;
}
.form--tbl .wpcf7-radio input:checked + .wpcf7-list-item-label,
.form--tbl .wpcf7-checkbox input:checked + .wpcf7-list-item-label{
	background-color: #727171;
	border-color: #727171;
	color: #fff;
}
.form--tbl .wpcf7-radio input:checked + .wpcf7-list-item-label:before,
.form--tbl .wpcf7-checkbox input:checked + .wpcf7-list-item-label:before{
	border-color: #727171;
}
.form--tbl .wpcf7-radio input:checked + .wpcf7-list-item-label:after,
.form--tbl .wpcf7-checkbox input:checked + .wpcf7-list-item-label:after,
.form--tbl .wpcf7-acceptance input:checked + .wpcf7-list-item-label:after{
	opacity: 1;
}

@media print,screen and (min-width: 600px) {
	.form--tbl .wpcf7-radio,
	.form--tbl .wpcf7-checkbox{
		margin-top: -2rem;
		width: calc(100% + 2rem);
		display: flex;
		flex-wrap: wrap;
	}
	.form--tbl .wpcf7-radio .wpcf7-list-item,
	.form--tbl .wpcf7-checkbox .wpcf7-list-item{
		display: block;
		width: calc((100% - 2rem * 3) / 3);
		margin-top: 2rem;
		margin-right: 2rem;
	}
}

/* ボタン */
.btn--form{
	position: relative;
	margin: 6rem auto 0 auto;
	pointer-events: none;
	height: 7rem;
	padding: 0;
}
.btn--form .arrow{
	z-index: 5;
}
.btn--form > p{
	height: 100%;
	width: 100%;
}
.btn--form input{
	outline: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance: none;
	background: none;
	border: none;
	padding: 0;
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
	line-height: 1;
	z-index: 3;
	box-sizing: border-box;
	width: 100%;
	height: 7rem;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	pointer-events: auto;
	color: #727171;
	transition: background .3s ease, color .3s ease, border .3s ease, opacity .3s ease;
}
.btn--form input:disabled{
	opacity: .7;
	pointer-events: none;
}

@media print,screen and (min-width: 600px) {
	.btn--form{
		margin: 10rem auto 0 auto;
		width: 33.5rem;
	}
}

.form--tbl{
	box-sizing: border-box;
	width: 100%;
}
.form--tbl p:not(:last-child){
	margin-bottom: 0;
}
.form--tbl th,
.form--tbl td{
	box-sizing: border-box;
	display: block;
}
.form--tbl th{
	padding-bottom: 2rem;
}
.form--tbl tr:not(:last-child) td{
	padding-bottom: 4rem;
}

.form--tbl .req{
	box-sizing: border-box;
	color: #fff;
	background-color: #008B8B;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1;
	padding: 0.7rem 0.7rem;
	margin-right: 1.5rem;
	border-radius: 0.5rem;
}
.form--tbl .req.ninni{
	background: transparent;
	border: 1px solid #008B8B;
	color: #008B8B;
}
.form--tbl .td-block:not(:last-child){
	margin-bottom: 1.5rem;
}
.form--tbl .td-label{
	line-height: 1.2;
	margin-bottom: 1rem;
}
.form--tbl .td-detail-txt:not(:first-child){
	margin-top: 0.5rem;
}
.form--tbl .unit-wrap{
	display: flex;
	align-items: center;
}
.form--tbl .unit-wrap .unit:not(:last-child){
	margin-right: 1rem;
}

@media print,screen and (min-width: 600px) {
	.form--tbl th{
		font-size: 1.8rem;
	}
	.form--tbl tr:not(:last-child) td{
		padding-bottom: 5rem;
	}
	.form--tbl .td-txt{
		margin-bottom: 1rem;
	}
}

/* response-output */
.wpcf7 form .wpcf7-response-output{
	padding: 2.4rem 2rem;
	border: none !important;
}
.wpcf7 form:not(.sent) .wpcf7-response-output{
	background-color: #980404;
	color: #fff;
}
.wpcf7 .recaptha-caption{
	margin-top: 10rem;
	font-size: 1.3rem;
	line-height: 1.69;
}
.wpcf7 .recaptha-caption a{
	text-decoration: underline;
}
/* .grecaptcha-badge { visibility: hidden; } */
.wpcf7 form.sent .block-lead,
.wpcf7 form.sent .form--tbl,
.wpcf7 form.sent .btn--form,
.wpcf7 form.sent .recaptha-caption,
.wpcf7 form.sent .wpcf7-response-output{
	display: none;
}
.wpcf7 form .sent-thankyou-message{
	display: none;
}
.wpcf7 form.sent .sent-thankyou-message{
	display: block;
	padding: 3rem;
}
.wpcf7 form.sent .sent-thankyou-message .sec-ttl{
	font-size: 1.5em;
	margin-bottom: 3rem;
}

@media print,screen and (min-width: 600px) {
	.wpcf7 form.sent .sent-thankyou-message{
		padding: 6rem;
	}
}

/* unique */
.form--tbl .address-block-postcode{
	display: flex;
}
.form--tbl .address-block-postcode .btn-setaddress{
	width: 15rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: 1rem;
	background-color: #727171;
	color: #fff;
	border-radius: 0.5rem;
}
.form--tbl span[data-name="your-address"],
.form--tbl span[data-name="your-address2"]{
	display: block;
}
.form--tbl .tr-privacy .td-detail-txt{
	margin-top: 2.5rem;
}

@media screen and (max-width: 599px) {
	.form--tbl .address-block-postcode .unit-wrap{
		flex: 1;
	}
}

@media print,screen and (min-width: 600px) {
	.form--tbl input[name="your-postcode"]{
		width: 15rem;
	}
}

/*====================================
header
====================================*/
/* hamburger-btn
--------------------------------------*/
.hamburger-btn{
	box-sizing: border-box;
	cursor: pointer;
	position: fixed;
	z-index: 1001;
	width: 4rem;
	height: 4rem;
	top: 2rem;
	right: 2rem;
}
.hamburger-btn-inner{
	display: block;
	position: absolute;
	width: 2rem;
	height: 1.6rem;
	top: 1.2rem;
	right: 1rem;
	transition: transform 0.35s ease;
	z-index: 2;
}
.hamburger-btn span{
	position: absolute;
	top: 0;
	right: 0;
	width: 2rem;
	height: 1px;
	background-color: #000;
	transition: transform 0.35s ease, opacity 0.35s ease, background .3s ease;
}
.hamburger-btn span:nth-child(2){
	top: 0.8rem;
}
.hamburger-btn span:last-child{
	top: 1.6rem;
}

.hamburger-btn.is--open:before,
.hamburger-btn.is--open:after{
	opacity: 0;
}
.hamburger-btn.is--open .hamburger-btn-inner{
	transform: rotate(360deg);
}
.hamburger-btn.is--open span{
	background-color: #fff;
}
.hamburger-btn.is--open span:first-child,
.hamburger-btn.is--open span:last-child{
	top: 50%;
}
.hamburger-btn.is--open span:first-child{
	transform: rotate(-45deg);
}
.hamburger-btn.is--open span:nth-child(2){
	opacity: 0;
}
.hamburger-btn.is--open span:last-child{
	transform: rotate(45deg);
}

/* hamburger menu
--------------------------------------*/
#hamburger-menu{
	z-index:1000;
	position: fixed;
	box-sizing: border-box;
	width: 30rem;
	height: 100vh;
	top: 0;
	right: -30rem;
	transition: transform 0.35s ease;
}
#hamburger-menu.is--open{
	transform: translateX(-30rem);
}
#hamburger-menu .menu-inner{
	box-sizing: border-box;
	overflow-y: scroll;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 8rem 2rem;
}
#hamburger-menu .hamburger-contact-block{
	margin-bottom: 2rem;
}
#hamburger-menu .hamburger-contact-block .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 6rem;
	border-radius: 0.5rem;
}
#hamburger-menu .hamburger-contact-block .btn .icon{
	width: 3rem;
	height: 2.7rem;
	margin-right: 0.7rem;
}
#hamburger-menu .hamburger-nav-block .nav-item:not(:last-child){
	border-bottom: 1px solid #33A2A2;
}
#hamburger-menu .hamburger-nav-block .nav-item-txt,
#hamburger-menu .hamburger-nav-block .nav-item.has--child .nav-subitem-txt{
	box-sizing: border-box;
	position: relative;
	min-height: 7rem;
	display: flex;
	align-items: center;
}
#hamburger-menu .hamburger-nav-block .nav-item-txt{
	padding: 1rem 1rem 1rem 3rem;
	transition: background .3s ease;
}
#hamburger-menu .hamburger-nav-block .nav-item-txt .circle-arrow,
#hamburger-menu .hamburger-nav-block .nav-subitem-txt .circle-arrow{
	position: absolute;
	pointer-events: none;
	width: 1.4rem;
	height: 1.4rem;
	left: 1rem;
	top: calc((7rem - 1.4rem) / 2);
}
#hamburger-menu .hamburger-nav-block .nav-item-txt .circle-arrow .arrow,
#hamburger-menu .hamburger-nav-block .nav-subitem-txt .circle-arrow .arrow{
	width: 0.387rem;
	height: 0.625rem;
}
#hamburger-menu .hamburger-nav-block .nav-item.has--child .nav-item-txt .circle-arrow{
	transition: transform .3s ease;
	transform: rotate(90deg);
}
#hamburger-menu .hamburger-nav-block .nav-item.has--child .nav-item-txt.is--open{
	background-color: #006E6E;
}
#hamburger-menu .hamburger-nav-block .nav-item.has--child .nav-item-txt.is--open .circle-arrow{
	transform: rotate(-90deg);
}
#hamburger-menu .hamburger-nav-block .nav-item.has--child .nav-sublist{
	border-top: 1px solid #33A2A2;
}
#hamburger-menu .hamburger-nav-block .nav-item.has--child .nav-subitem:not(:last-child){
	margin-bottom: 0.1rem;
}
#hamburger-menu .hamburger-nav-block .nav-item.has--child .nav-subitem-txt{
	padding: 1rem 1rem 1rem 4rem;
}
#hamburger-menu .hamburger-nav-block .nav-subitem-txt .circle-arrow{
	border: 1px solid #fff;
	left: 2rem;
}

/* hamburger-layer */
#hamburger-layer{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index:999;
	pointer-events: none;
	opacity: 0;
	transition: opacity .3s ease;
	background-color: rgba(0, 0, 0, .3);
}
#hamburger-layer.is--open{
	pointer-events: auto;
	opacity: 1;
}

/* header
--------------------------------------*/
header{
	box-sizing: border-box;
	position: relative;
	z-index: 100;
	width: 100%;
	height: 8rem;
}
.header-logo-container{
		height: 100%;
		display: flex;
		align-items: center;
	}
.header-logo-container .logo{
	display: block;
	width: 16.1rem;
}

@media only screen and (max-width: 599px) {
	header{
		position: fixed;
		top: 0;
		left: 0;
		padding-left: 2rem;
	}
}

@media print,screen and (min-width: 600px) {
	header{
		height: 10rem;
		display: flex;
		justify-content: space-between;
	}
	.header-logo-container{
		margin-left: calc((100vw - 110rem) / 2);
	}
	.header-logo-container .logo{
		width: 19.3rem;
	}
	.header-nav-container{
		flex: 1;
		padding-right: 4.1rem;
		height: 100%;
	}
	.gnav{
		height: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.gnav .nav-item{
		position: relative;
	}
	.gnav .nav-item:not(:last-child){
		margin-right: 3rem;
	}
	.gnav .nav-item.has--child .nav-item-txt{
		cursor: pointer;
	}
	.gnav .nav-item.has--child .nav-item-txt:before{
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
		width: 1.4rem;
		height: 0.2rem;
		background-color: #008B8B;
		border-radius: 10px;
		bottom: -0.5rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.gnav .nav-sublist-container{
		opacity: 0;
		pointer-events: none;
		z-index: 3;
		padding-top: 2rem;
		position: absolute;
		top: 2rem;
		transition: opacity .3s ease;
		width: 19.1rem;
		left: calc((100% - 19.1rem) / 2);
	}
	.gnav .nav-item.has--child:hover .nav-sublist-container{
		opacity: 1;
		pointer-events: auto;
	}
	.gnav .nav-sublist-block{
		padding: 0.8rem 2rem;
		border-radius: 0.5rem;
	}
	.gnav .nav-subitem{
		padding: 1.5rem 0 1.5rem 2.1rem;
		position: relative;
		font-size: 1.3rem;
		line-height: 1.3;
	}
	.gnav .nav-subitem:not(:last-child){
		border-bottom: 1px solid #33A2A2;
	}
	.gnav .nav-subitem .circle-arrow{
		position: absolute;
		pointer-events: none;
		width: 1.4rem;
		height: 1.4rem;
		left: 0;
		top: 1.5rem;
	}
	.gnav .nav-subitem .circle-arrow .arrow{
		width: 0.387rem;
		height: 0.625rem;
	}
	.header-contact-container{
		height: 100%;
		width: 17.3rem;
	}
	.header-contact-container .btn{
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.43;
	}
	.header-contact-container .btn .icon{
		width: 3rem;
		height: 2.7rem;
		margin-right: 0.7rem;
	}
}

/*===============================
footer
===============================*/
/* float-bnr
--------------------------------------*/
.float-bnr{
	box-sizing: border-box;
	position: fixed;
	z-index: 900;
	right: 0;
}
.float-bnr .bnr{
	box-sizing: border-box;
	position: relative;
	line-height: 1.43;
	display: flex;
	align-items: center;
	border-radius: 0.5rem 0.5rem 0 0;
	overflow: hidden;
}
.float-bnr .bnr:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(10px) brightness(130%);
	backdrop-filter: blur(10px) brightness(130%);
	background-color: rgba(235, 117, 47, 0.6);
}
.float-bnr .bnr-inner{
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}
.float-bnr .bnr .icon{
	width: 3rem;
	height: 2.7rem;
	margin-right: 0.7rem;
}
.float-bnr .bnr.access .icon{
	width: 1.7rem;
	height: 2.4rem;
}

@media only screen and (max-width: 599px) {
	.float-bnr{
		width: 100%;
		height: 6rem;
		bottom: -7rem;
		display: flex;
		justify-content: space-between;
		transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
	}
	.float-bnr.is--scroll{
		transform: translateY(-7rem);
	}
	.float-bnr .bnr{
		height: 100%;
		width: 12.2rem;
		justify-content: center;
	}
	.float-bnr .bnr-inner{
		justify-content: center;
	}
	.float-bnr .bnr.contact{
		width: calc(100% - 12.7rem);
	}
}

@media print,screen and (min-width: 600px) {
	.float-bnr{
		top: 55rem;
		right: 0;
	}
	.float-bnr .bnr{
		width: 18rem;
		height: 7rem;
		position: relative;
		right: -12rem;
		padding: 0 0.5rem 0 1.5rem;
		border-radius: 0.5rem 0 0 0.5rem;
		transition: transform .4s cubic-bezier(0.33, 1, 0.68, 1);
	}
	.float-bnr .bnr:not(:last-child){
		margin-bottom: 1rem;
	}
	.float-bnr .bnr:hover{
		transform: translateX(-12rem);
	}
	.float-bnr .bnr .icon{
		margin-right: 2.7rem;
	}
	.float-bnr .bnr.access{
		height: 6rem;
	}
	.float-bnr .bnr.access .icon{
		margin-left: 0.7rem;
		margin-right: 3.3rem;
	}
}
@media print,screen and (min-width: 600px) and (max-height: 690px) {
	.float-bnr{
		top: auto;
		bottom: 0;
	}
}

/* footer
--------------------------------------*/
.footer-contact-container{
	padding-top: 8rem;
	padding-bottom: 5rem;
	border-bottom: 1px solid #BCBCBC;
}
.footer-contact-container .block-txt .box-ttl{
	font-size: 2.8rem;
}
.footer-contact-container .block-txt .box-txt{
	margin-top: 2rem;
	line-height: 1.68;
}
.footer-contact-container .block-tel .box-tel .el-tel{
	display: flex;
	align-items: center;
	font-size: 3.6rem;
}
.footer-contact-container .block-tel .box-tel .el-tel .icon{
	width: 2rem;
	height: 2.6rem;
	margin-right: 1rem;
}
.footer-contact-container .block-tel .box-tel .item-txt{
	display: flex;
}
.footer-contact-container .block-tel .box-tel .item-txt .el-txt:not(:last-child){
	margin-right: 2rem;
}
.footer-contact-container .block-tel .box-contact{
	margin-top: 3rem;
}
.footer-contact-container .block-tel .box-contact .btn{
	padding-right: 2.7rem;
}
.footer-contact-container .block-tel .box-contact .btn .icon{
	width: 3rem;
	height: 2.7rem;
	margin-right: 1rem;
}
.footer-contact-container .block-tel .box-contact .btn .circle-arrow{
	position: absolute;
	right: 3rem;
	top: calc((100% - 2.3rem) / 2);
}
.footer-contact-container .block-tel .box-contact .btn.line{
	padding-right: 0.7rem;
}
.footer-contact-container .block-tel .box-contact .btn.line .icon{
	width: 2.9rem;
	height: 2.7rem;
}

.footer-logo-container{
	padding-top: 5rem;
}
.footer-logo-container .logo{
	display: block;
	width: 21.5rem;
	margin: 0 auto;
}

.footer-access-container{
	padding-top: 3rem;
}
.footer-access-container .block-access .box-img{
	margin-top: 1.5rem;
}
.footer-access-container .block-access .box-img img{
	border-radius: 1rem;
}
.footer-access-container .block-access .box-access{
	display: flex;
	margin-top: 2rem;
}
.footer-access-container .block-access .box-access .item-txt{
	flex: 1;
	line-height: 1.68;
}
.footer-access-container .block-access .box-access .item-btn{
	width: 8.4rem;
}
.footer-access-container .block-access .box-access .btn{
	width: 100%;
	height: 3.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
}
.footer-access-container .block-access .box-access .btn .icon{
	width: 1rem;
	height: 1.5rem;
	margin-right: 0.5rem;
}
.footer-access-container .block-sns .box-sns{
	margin-top: 4rem;
}
.footer-access-container .block-sns .sns-list{
	display: flex;
}
.footer-access-container .block-sns .sns-item{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
	width: calc((100% - 1px * 2) / 3);
	height: 7rem;
	padding-bottom: 1.2rem;
	font-size: 1.3rem;
}
.footer-access-container .block-sns .sns-item:not(:last-child){
	margin-right: 1px;
}
.footer-access-container .block-sns .sns-item:first-child{
	border-radius: 1rem 0 0 1rem;
}
.footer-access-container .block-sns .sns-item:last-child{
	border-radius: 0 1rem 1rem 0;
}
.footer-access-container .block-sns .sns-item .icon{
	width: 1.9rem;
	height: 1.9rem;
	margin: 0 auto 1rem auto;
}
.footer-access-container .block-sns .sns-item.facebook .icon{
	width: 1.3rem;
	height: 2.3rem;
	margin-bottom: 0.8rem;
}

.footer-copyright-container{
	padding: 8rem 0 14rem 0;
	font-size: 1rem;
}

@media only screen and (max-width: 599px) {
	.footer-contact-container .block-tel{
		margin-top: 4rem;
	}
	.footer-contact-container .block-tel .box-tel .item-tel{
		display: flex;
		justify-content: center;
	}
	.footer-contact-container .block-tel .box-tel .item-txt{
		justify-content: center;
		margin-top: 2rem;
	}
	.footer-contact-container .block-tel .box-contact .btn:not(:last-child){
		margin-bottom: 3rem;
	}

	.footer-access-container .block-access .box-img .img:not(:last-child){
		margin-bottom: 1rem;
	}
}

@media print,screen and (min-width: 600px) {
	.footer-contact-container{
		padding-top: 10rem;
		padding-bottom: 8rem;
		display: flex;
	}
	.footer-contact-container .block-txt{
		width: 36.3rem;
	}
	.footer-contact-container .block-txt .box-ttl{
		font-size: 3.6rem;
	}
	.footer-contact-container .block-txt .box-txt{
		margin-top: 3.5rem;
	}
	.footer-contact-container .block-tel{
		flex: 1;
	}
	.footer-contact-container .block-tel .box-tel{
		display: flex;
		align-items: center;
	}
	.footer-contact-container .block-tel .box-tel .el-tel{
		pointer-events: none;
	}
	.footer-contact-container .block-tel .box-tel .item-txt{
		margin-left: 3rem;
	}
	.footer-contact-container .block-tel .box-tel .item-txt .el-txt:not(:last-child){
		margin-right: 3rem;
	}
	.footer-contact-container .block-tel .box-contact{
		display: flex;
	}
	.footer-contact-container .block-tel .box-contact .btn{
		width: 33.5rem;
	}
	.footer-contact-container .block-tel .box-contact .btn:not(:last-child){
		margin-right: 2rem;
	}

	.footer-logo-container{
		padding-top: 8rem;
	}
	.footer-logo-container .logo{
		width: 23.4rem;
	}

	.footer-access-container{
		padding-top: 6rem;
		display: flex;
		justify-content: space-between;
	}
	.footer-access-container .block-access{
		width: 52.3rem;
	}
	.footer-access-container .block-access .box-img{
		margin-top: 2rem;
		display: flex;
		justify-content: space-between;
	}
	.footer-access-container .block-access .box-img .img{
		width: calc((100% - 1.5rem) / 2);
	}
	.footer-access-container .block-access .box-access{
		align-items: center;
		margin-top: 2.6rem;
	}
	.footer-access-container .block-sns{
		width: 47.3rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.footer-access-container .block-sns .box-nav{
		display: flex;
	}
	.footer-access-container .block-sns .nav-list:not(:last-child){
		margin-right: 3rem;
	}
	.footer-access-container .block-sns .nav-item:not(:last-child){
		margin-bottom: 2rem;
	}
	.footer-access-container .block-sns .nav-item-txt{
		font-size: 1.3rem;
		line-height: 1.2;
		display: inline-block;
	}
	.footer-access-container .block-sns a.nav-item-txt{
		position: relative;
		padding-left: 2.1rem;
	}
	.footer-access-container .block-sns .nav-item-txt .circle-arrow{
		position: absolute;
		left: 0;
		top: calc((1.2em - 1.4rem) / 2);
		width: 1.4rem;
		height: 1.4rem;
		border: 1px solid #008B8B;
	}
	.footer-access-container .block-sns .nav-item-txt .circle-arrow .arrow{
		width: 0.387rem;
		height: 0.625rem;
	}

	.footer-copyright-container{
		padding: 10rem 0;
	}
}

/*====================================
top
====================================*/
#top .sec-main .outer-main{
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 75rem;
	background: url(../img/top/main-bg-sp.jpg) no-repeat center bottom;
	background-size: 100% auto;
	padding-top: 5rem;
}
#top .sec-main .container-main{
	box-sizing: border-box;
	position: relative;
	padding: 12rem 2rem 3rem 2rem;
	border-radius: 0.5rem;
	background-color: rgba(255, 255, 255, .8);
}
#top .sec-main .container-main .block-baloon{
	position: absolute;
	box-sizing: border-box;
	width: 27rem;
	left: calc((100% - 27rem) / 2);
	top: -3rem;
	border-radius: 1rem;
	padding: 1.8rem 1rem;
}
#top .sec-main .container-main .block-baloon:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 2.4rem;
	height: 2.4rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	left: calc((100% - 2.4rem) / 2);
	bottom: -1.9rem;
	background-color: #FA973F;
}
#top .sec-main .container-main .block-baloon .txt1{
	font-size: 2rem;
}
#top .sec-main .container-main .block-baloon .txt2{
	font-size: 2.6rem;
}
#top .sec-main .container-main .block-logo{
	width: 24.6rem;
	margin: 0 auto 2rem auto;
}
#top .sec-main .container-main .block-catch{
	font-size: 2rem;
	line-height: 1.75;
	margin-bottom: 1.5rem;
}
#top .sec-main .deco-medal{
	position: absolute;
	z-index: 3;
	box-sizing: border-box;
	width: 10.2rem;
	height: 10.2rem;
	padding-top: 2.5rem;
	border-radius: 100%;
	left: 1rem;
	bottom: 8.7rem;
}
#top .sec-main .deco-medal .box-txt{
	font-size: 1.3rem;
	margin-bottom: 0.2rem;
}
#top .sec-main .deco-medal .box-num{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding-right: 1.2rem;
}
#top .sec-main .deco-medal .box-num .item-num{
	font-size: 4rem;
}
#top .sec-main .deco-medal .box-num .item-txt{
	font-size: 1.7rem;
}
#top .sec-main .deco-photo{
	position: absolute;
	z-index: 2;
	pointer-events: none;
	width: 37.6rem;
	bottom: 1rem;
	right: -1.2rem;
}

@media only screen and (max-width: 599px) {
	#top .sec-main{
		padding-top: 8rem;
	}
	#top .sec-main .container-main .block-baloon{
		text-align: center;
	}
	#top .sec-main .container-main .block-baloon .txt2{
		margin: 1rem 0;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-main .outer-main{
		min-height: 64rem;
		background-image: url(../img/top/main-bg-pc.jpg);
		background-size: 200rem auto;
		padding-top: 8rem;
	}
	#top .sec-main .container-main{
		width: 86rem;
		padding: 7.5rem 5rem 6rem 5rem;
	}
	#top .sec-main .container-main .block-baloon{
		width: 54rem;
		left: calc((100% - 54rem) / 2);
		top: -3.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#top .sec-main .container-main .block-baloon .txt1{
		font-size: 2.2rem;
	}
	#top .sec-main .container-main .block-baloon .txt2{
		font-size: 3rem;
	}
	#top .sec-main .container-main .block-logo{
		width: 46.2rem;
		margin-bottom: 3.8rem;
	}
	#top .sec-main .container-main .block-catch{
		font-size: 2.2rem;
		margin-bottom: 2.2rem;
	}
	#top .sec-main .container-main .block-txt{
		line-height: 2.1875;
	}
	#top .sec-main .deco-medal{
		width: 15rem;
		height: 15rem;
		padding-top: 3.4rem;
		bottom: 4rem;
		left: calc((100% - 86rem) / 2 - 5.7rem);
	}
	#top .sec-main .deco-medal .box-txt{
		font-size: 1.8rem;
	}
	#top .sec-main .deco-medal .box-num{
		padding-right: 2.5rem;
	}
	#top .sec-main .deco-medal .box-num .item-num{
		font-size: 6rem;
	}
	#top .sec-main .deco-medal .box-num .item-txt{
		font-size: 2.2rem;
	}
	#top .sec-main .deco-photo{
		width: 73.2rem;
		bottom: 1.6rem;
		right: calc((100% - 86rem) / 2 - 36.2rem);
	}
}

/* latest
--------------------------------------*/
#top .sec-latest{
	padding-top: 8rem;
	padding-bottom: 10rem;
}
#top .sec-latest .container-ttl{
	margin-bottom: 3rem;
}
#top .sec-latest .sec-ttl{
	font-size: 2.6rem;
}
#top .sec-latest .block-slide{
	position: relative;
}
#top .sec-latest .article-card-inner{
	display: block;
}
#top .sec-latest .article-img{
	border-radius: 0.5rem;
}
#top .sec-latest .article-head{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}
#top .sec-latest .article-head .article-type{
	margin-bottom: 1rem;
	margin-right: 1rem;
	font-size: 1.3rem;
	border-radius: 0.5rem;
	padding: 0.8rem 0.5rem;
}
#top .sec-latest .article-detail{
	margin-top: 1rem;
	border-radius: 0.5rem;
	padding: 2rem;
}
#top .sec-latest .article-detail .detail-line{
	display: flex;
	font-size: 1.3rem;
	line-height: 1.69;
}
#top .sec-latest .article-detail .detail-line:not(:last-child){
	margin-bottom: 1.5rem;
}
#top .sec-latest .article-detail .detail-label{
	width: 3.6rem;
}
#top .sec-latest .article-detail .detail-txt{
	flex: 1;
	padding-left: 1rem;
	border-left: 1px solid #727171;
}
#top .sec-latest .container-link{
	margin-top: 4rem;
}

@media only screen and (max-width: 599px) {
	#top .sec-latest .block-slide{
		width: calc((100vw - 100%) / 2 + 100%);
		padding-bottom: 3.4rem;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-latest{
		padding: 10rem 0;
	}
	#top .sec-latest .container-ttl{
		margin-bottom: 4rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#top .sec-latest .sec-ttl{
		font-size: 3rem;
	}
	#top .sec-latest .swiper{
		width: auto !important;
		display: flex;
		flex-wrap: wrap;
	}
	#top .sec-latest .swiper-slide{
		width: calc((100% - 2.8rem * 3) / 4);
	}
	#top .sec-latest .swiper-slide:not(:nth-child(4n)){
		margin: 0 2.8rem 0 0;
	}
}

/* event
--------------------------------------*/
#top .sec-event{
	padding: 8rem 0;
}
#top .sec-event .sec-ttl{
	font-size: 2.6rem;
	margin-bottom: 3rem;
}
#top .sec-event .container-date{
	box-sizing: border-box;
	border-radius: 0.5rem;
	padding: 2rem;
	font-size: 1.8rem;
	line-height: 1.2;
}
#top .sec-event .container-lead{
	line-height: 2.18;
	margin-top: 3rem;
	margin-bottom: 5rem;
}
#top .sec-event .article-card-inner{
	display: block;
}
#top .sec-event .article-img{
	border-radius: 0.5rem;
}
#top .sec-event .article-link{
	text-align: right;
	margin-top: 2rem;
}

@media only screen and (max-width: 599px) {
	#top .sec-event .container-date{
		text-align: center;
	}
	#top .sec-event .container-date .box-ttl{
		margin-bottom: 1rem;
	}
	#top .sec-event .article-txt-box{
		padding-top: 2rem;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-event{
		padding: 10rem 0;
	}
	#top .sec-event .sec-ttl{
		font-size: 3rem;
	}
	#top .sec-event .container-date{
		width: 70rem;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	#top .sec-event .container-lead{
		margin-bottom: 8rem;
		text-align: center;
	}
	#top .sec-event .container-article{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top .sec-event .article-card{
		width: calc((100% - 6rem) / 2);
	}
	#top .sec-event .article-card:nth-child(n+3){
		margin-top: 8rem;
	}
	#top .sec-event .article-card-inner{
		display: flex;
	}
	#top .sec-event .article-img-box{
		width: 25.4rem;
	}
	#top .sec-event .article-txt-box{
		flex: 1;
		padding-left: 2rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

/* greeting
--------------------------------------*/
#top .sec-greeting{
	padding-top: 10rem;
	overflow: hidden;
}
#top .sec-greeting .block-txt .box-link{
	margin-top: 4rem;
}
#top .sec-greeting .block-img{
	position: relative;
}
#top .sec-greeting .block-img img{
	border-radius: 0.5rem;
}
#top .sec-greeting .box-img1 .item-name{
	margin-top: 2rem;
}
#top .sec-greeting .box-img1 .item-name .position{
	font-size: 1.3rem;
}
#top .sec-greeting .box-img1 .item-name .name{
	font-size: 1.8rem;
}
#top .sec-greeting .box-img2{
	position: absolute;
	width: 30rem;
	top: 28.5rem;
	right: -12.6rem;
}

@media only screen and (max-width: 599px) {
	#top .sec-greeting .sec-ttl{
		text-align: center;
	}
	#top .sec-greeting .block-img{
		margin-top: 5rem;
	}
	#top .sec-greeting .box-img1 .item-name .position{
		margin-bottom: 1.2rem;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-greeting{
		padding-top: 15rem;
	}
	#top .sec-greeting .container-greeting{
		display: flex;
	}
	#top .sec-greeting .block-txt{
		flex: 1;
		padding-right: 9.3rem;
	}
	#top .sec-greeting .block-txt .box-link{
		margin-top: 8rem;
	}
	#top .sec-greeting .block-txt .box-link .btn{
		width: 33.5rem;
	}
	#top .sec-greeting .block-img{
		width: 34.1rem;
		min-height: 60.4rem;
	}
	#top .sec-greeting .box-img1 .item-name{
		display: flex;
		align-items: flex-end;
	}
	#top .sec-greeting .box-img1 .item-name .position{
		margin-right: 2rem;
	}
	#top .sec-greeting .box-img2{
		top: 37.2rem;
		right: -22.6rem;
	}
}

/* promise
--------------------------------------*/
#top .sec-promise{
	padding: 10rem 0;
}
#top .sec-promise .promise-card .block-img img{
	border-radius: 0.5rem;
}
#top .sec-promise .promise-card .block-txt{
	padding-top: 1.5rem;
}
#top .sec-promise .promise-card .box-ttl{
	font-size: 1.8rem;
	line-height: 1.66;
	margin-bottom: 1.2rem;
}

@media only screen and (max-width: 599px) {
	#top .sec-promise .promise-card:not(:last-child){
		margin-bottom: 4rem;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-promise{
		padding: 15rem 0;
	}
	#top .sec-promise .container-promise{
		display: flex;
	}
	#top .sec-promise .promise-card{
		width: calc((100% - 4.1rem * 2) / 3);
	}
	#top .sec-promise .promise-card:not(:nth-child(3n)){
		margin-right: 4.1rem;
	}
	#top .sec-promise .promise-card .block-txt{
		padding-top:3rem;
	}
	#top .sec-promise .promise-card .box-ttl{
		margin-bottom: 1.7rem;
		width: calc(100% + 0.5em);
	}
}

/* search
--------------------------------------*/
#top .sec-search{
	padding: 8rem 0;
}
#top .sec-search .search-block-ttl{
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
#top .sec-search .search-block-ttl .icon{
	width: 3rem;
	margin-right: 0.5rem;
}
#top .sec-search .search-block-ttl .txt{
	font-size: 2.2rem;
}
#top .sec-search .search-block-ttl .txt .small{
	font-size: 1.6rem;
}
#top .sec-search .container-area .block-detail-txt{
	margin-top: 2rem;
	font-size: 1.3rem;
	line-height: 1.69;
}
#top .sec-search .container-type .search-block:not(:last-child){
	margin-bottom: 3rem;
}
#top .sec-search .block-type .search-block-ttl .icon{
	width: 2.8rem;
}
#top .sec-search .block-type .type-list{
	display: flex;
}
#top .sec-search .block-type .label{
	width: calc((100% - 0.9rem) / 2);
}
#top .sec-search .block-type .label span{
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 6rem;
	background-color: #fff;
	border: 1px solid #DEDEDE;
	border-radius: 0.5rem;
	transition: background .3s ease, border .3s ease, color .3s ease;
}
#top .sec-search .block-type .label input:checked + span{
	background-color: #008B8B;
	border-color: #008B8B;
	color: #fff;
}
#top .sec-search .block-option .search-block-ttl .icon{
	width: 2.1rem;
	margin-left: 0.4rem;
	margin-right: 0.8rem;
}
#top .sec-search .block-option .option-line:not(:last-child){
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #DEDEDE;
}
#top .sec-search .block-option .option-line:not(:first-child){
	padding-top: 2.5rem;
}
#top .sec-search .block-option .option-line-label{
	line-height: 1;
}
#top .sec-search .block-option .price-select-wrap{
	display: flex;
	align-items: center;
}
#top .sec-search .block-option .price-select-wrap .price-select{
	width: 14rem;
}
#top .sec-search .block-option .input--checkbox-wrap:not(:first-child){
	margin-top: 0;
}

#top .sec-search .btn-block{
	margin-top: 4rem;
	display: flex;
}
#top .sec-search .btn-block .btn-box{
	width: 50%;
	height: 7rem;
}
#top .sec-search .btn-block .submit-btn{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top .sec-search .btn-block .btn1{
	border-radius: 10rem 0 0 10rem;
}
#top .sec-search .btn-block .btn1 .icon{
	transform: rotateY(180deg);
}
#top .sec-search .btn-block .btn2{
	border-radius: 0 10rem 10rem 0;
	border: 1px solid #DEDEDE;
	border-left: none;
}
#top .sec-search .btn-block .submit-btn .icon{
	width: 2.2rem;
	height: 2.2rem;
}
#top .sec-search .btn-block .submit-btn .txt{
	line-height: 1;
}

@media only screen and (max-width: 599px) {
	#top .sec-search .sec-ttl{
		text-align: center;
	}
	#top .sec-search .container-area .scroll-area{
		width: calc((100vw - 100%) / 2 + 100%);
		overflow-x: scroll;
	}
	#top .sec-search .container-type{
		margin-top: 3rem;
	}
	#top .sec-search .block-type .type-list{
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#top .sec-search .block-type .label:nth-child(n+3){
		margin-top: 0.9rem;
	}
	#top .sec-search .block-option .option-line-label{
		margin-bottom: 1.5rem;
	}
	#top .sec-search .block-option .price-select-wrap{
		justify-content: space-between;
	}

	#top .sec-search .btn-block .submit-btn{
		flex-direction: column;
	}
	#top .sec-search .btn-block .submit-btn .icon{
		margin: 0 auto 0.5rem auto;
	}
	#top .sec-search .btn-block .submit-btn .txt{
		text-align: center;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-search{
		padding: 10rem 0;
	}
	#top .sec-search .outer-search{
		display: flex;
		justify-content: space-between;
	}
	#top .sec-search .container-area{
		width: 59.52rem;
		display: flex;
		flex-direction: column;
	}
	#top .sec-search .sec-ttl{
		margin-bottom: 5rem;
	}
	#top .sec-search .block-area{
		position: relative;
		flex: 1;
	}
	#top .sec-search .block-area .search-block-ttl{
		margin-bottom: 0;
	}
	#top .sec-search .container-area .block-detail-txt{
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#top .sec-search .container-type{
		width: 44.5rem;
	}
	#top .sec-search .container-type .search-block:not(:last-child){
		margin-bottom: 4rem;
	}
	#top .sec-search .block-type .type-list{
		line-height: 1.68;
	}
	#top .sec-search .block-type .label{
		width: calc((100% - 1rem * 3) / 4);
	}
	#top .sec-search .block-type .label:not(:nth-child(4n)){
		margin-right: 1rem;
	}
	#top .sec-search .block-type .label span{
		height: 7.9rem;
	}
	#top .sec-search .block-type .label span:hover{
		background-color: #008B8B;
		border-color: #008B8B;
		color: #fff;
	}
	#top .sec-search .block-option .option-line{
		display: flex;
	}
	#top .sec-search .block-option .option-line-label{
		width: 6.7rem;
	}
	#top .sec-search .block-option .option-line-txt{
		flex: 1;
	}
	#top .sec-search .block-option .price-option-line .option-line-label{
		padding-top: 1rem;
	}
	#top .sec-search .block-option .price-select-wrap .price-separator{
		padding: 0 1rem;
	}

	#top .sec-search .btn-block .submit-btn .icon{
		order: 2;
		margin-left: 0.7rem;
	}
	#top .sec-search .btn-block .submit-btn .txt{
		order: 1;
	}
	#top .sec-search .btn-block .btn2:hover{
		border-color: #727171;
	}
}

/* recommend
--------------------------------------*/
#top .sec-recommend{
	padding: 8rem 0;
}
#top .sec-recommend .block-slide,
#top .sec-sale .block-slide{
	position: relative;
}
#top .sec-recommend .article-card-inner,
#top .sec-sale .article-card-inner{
	display: block;
}
#top .sec-recommend .article-head,
#top .sec-sale .article-head{
	display: flex;
	flex-wrap: wrap;
}
#top .sec-recommend .article-head .article-type,
#top .sec-sale .article-head .article-type{
	margin-bottom: 1rem;
	margin-right: 1rem;
	font-size: 1.3rem;
	border-radius: 0.5rem;
	padding: 0.8rem 0.5rem;
}
#top .sec-recommend .article-ttl,
#top .sec-sale .article-ttl{
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	line-height: 1.5;
	max-height: calc(1.5em * 2);
}
#top .sec-recommend .article-img,
#top .sec-sale .article-img{
	border-radius: 0.5rem 0.5rem 0 0;
}
#top .sec-recommend .article-detail,
#top .sec-sale .article-detail{
	border-radius: 0 0 0.5rem 0.5rem;
	padding: 2rem;
}
#top .sec-recommend .article-detail .detail-line,
#top .sec-sale .article-detail .detail-line{
	display: flex;
	font-size: 1.3rem;
	line-height: 1.69;
}
#top .sec-recommend .article-detail .detail-line:not(:last-child),
#top .sec-sale .article-detail .detail-line:not(:last-child){
	margin-bottom: 1.5rem;
}
#top .sec-recommend .article-detail .detail-label,
#top .sec-sale .article-detail .detail-label{
	width: 3.6rem;
}
#top .sec-recommend .article-detail .detail-txt,
#top .sec-sale .article-detail .detail-txt{
	flex: 1;
	padding-left: 1rem;
	border-left: 1px solid #fff;
}
#top .sec-recommend .swiper-scrollbar-drag{
	background-color: #535353;
}
#top .sec-recommend .container-link,
#top .sec-sale .container-link{
	margin-top: 5rem;
}

@media only screen and (max-width: 599px) {
	#top .sec-recommend .sec-ttl,
	#top .sec-sale .sec-ttl{
		text-align: center;
	}
	#top .sec-recommend .block-slide,
	#top .sec-sale .block-slide{
		width: calc((100vw - 100%) / 2 + 100%);
		padding-bottom: 3.4rem;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-recommend{
		padding: 10rem 0;
	}
	#top .sec-recommend .swiper,
	#top .sec-sale .swiper{
		width: auto !important;
		display: flex;
		flex-wrap: wrap;
	}
	#top .sec-recommend .swiper-slide,
	#top .sec-sale .swiper-slide{
		width: calc((100% - 2.8rem * 2) / 3);
	}
	#top .sec-recommend .swiper-slide:not(:nth-child(3n)),
	#top .sec-sale .swiper-slide:not(:nth-child(3n)){
		margin: 0 2.8rem 0 0;
	}
	#top .sec-recommend .swiper-slide:nth-child(n+4),
	#top .sec-sale .swiper-slide:nth-child(n+4){
		margin-top: 8rem;
	}
	#top .sec-recommend .article-ttl,
	#top .sec-sale .article-ttl{
		-webkit-line-clamp: 1;
		max-height: calc(1.5em * 1);
	}
	#top .sec-recommend .container-link,
	#top .sec-sale .container-link{
		margin-top: 8rem;
	}
	#top .sec-recommend .container-link .btn,
	#top .sec-sale .container-link .btn{
		width: 33.5rem;
		margin: 0 auto;
	}
}

/* sale
--------------------------------------*/
#top .sec-sale{
	padding: 10rem 0;
}
#top .sec-sale .article-detail .detail-txt{
	border-color: #727171;
}

@media print,screen and (min-width: 600px) {
	#top .sec-sale{
		padding: 15rem 0;
	}
}

/* loan
--------------------------------------*/
#top .sec-loan{
	position: relative;
	padding-top: 23rem;
	padding-bottom: 10rem;
}
#top .sec-loan .bg{
	position: absolute;
	pointer-events: none;
}
#top .sec-loan .bg1{
	border-radius: 0.5rem 0.5rem 0 0;
	top: 0;
	left: 0;
}
#top .sec-loan .container-loan{
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 2;
	border-radius: 1rem;
	padding-top: 5rem;
}
#top .sec-loan .container-loan:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(30px) brightness(140%);
	backdrop-filter: blur(30px) brightness(140%);
	background-color: rgba(255, 255, 255, .1);
}
#top .sec-loan .container-loan .container-inner{
	position: relative;
	z-index: 2;
}
#top .sec-loan .container-loan .block-catch{
	font-size: 2rem;
	line-height: 1.9;
	margin-bottom: 1.5rem;
}
#top .sec-loan .container-loan .block-txt{
	line-height: 2.18;
}
#top .sec-loan .container-loan .block-link{
	margin-top: 5rem;
}

@media only screen and (max-width: 599px) {
	#top .sec-loan .container-loan:after{
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 9rem;
		background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-loan{
		padding-top: 23.3rem;
		padding-bottom: 22rem;
	}
	#top .sec-loan .bg{
		border-radius: 0.5rem;
	}
	#top .sec-loan .bg1{
		width: 70rem;
		top: 0;
		left: calc((100% - 110rem) / 2 - 30rem);
	}
	#top .sec-loan .bg2{
		width: 60rem;
		top: 10rem;
		right: calc((100% - 110rem) / 2 - 25rem);
	}
	#top .sec-loan .bg3{
		width: 26.1rem;
		bottom: 15rem;
		right: calc((100% - 110rem) / 2 + 8.9rem);
	}
	#top .sec-loan .container-loan{
		width: 60rem;
		padding: 8rem 6rem;
	}
	#top .sec-loan .container-loan .block-catch{
		font-size: 2.2rem;
		margin-bottom: 2.5rem;
	}
	#top .sec-loan .container-loan .block-link{
		margin-top: 6rem;
	}
	#top .sec-loan .container-loan .block-link .btn{
		width: 33.5rem;
		margin: 0 auto;
	}
}

/* blog
--------------------------------------*/
#top .sec-blog{
	padding-top: 8rem;
}
#top .sec-blog .container-ttl{
	margin-bottom: 3rem;
}
#top .sec-blog .sec-ttl{
	font-size: 2.6rem;
}
#top .sec-blog .block-slide{
	position: relative;
}
#top .sec-blog .article-img{
	border-radius: 0.5rem 0.5rem 0 0;
}
#top .sec-blog .article-img.img--dummy{
	border: none;
}
#top .sec-blog .article-txt-box{
	border-radius: 0 0 0.5rem 0.5rem;
	padding: 2rem;
	flex: 1;
}
#top .sec-blog .article-head{
	margin-bottom: 1rem;
}
#top .sec-blog .article-time-txt{
	font-size: 1.3rem;
}
#top .sec-blog .article-ttl{
	min-height: calc(1.93em * 2);
}
#top .sec-blog .container-link{
	margin-top: 4rem;
}

@media only screen and (max-width: 599px) {
	#top .sec-blog .block-slide{
		width: calc((100vw - 100%) / 2 + 100%);
		padding-bottom: 3.4rem;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-blog{
		padding-top: 10rem;
	}
	#top .sec-blog .container-ttl{
		margin-bottom: 4rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#top .sec-blog .sec-ttl{
		font-size: 3rem;
	}
	#top .sec-blog .swiper{
		width: auto !important;
		display: flex;
		flex-wrap: wrap;
	}
	#top .sec-blog .swiper-slide{
		width: calc((100% - 2.8rem * 3) / 4);
	}
	#top .sec-blog .swiper-slide:not(:nth-child(4n)){
		margin: 0 2.8rem 0 0;
	}
}

/* news
--------------------------------------*/
#top .sec-news{
	padding-top: 6rem;
	padding-bottom: 8rem;
}
#top .sec-news .sec-ttl{
	font-size: 2.6rem;
	margin-bottom: 3rem;
}
#top .sec-news .container-news{
	border-radius: 0.5rem;
	padding: 4rem 2rem;
}
#top .sec-news .scorll-area{
	overflow-y: scroll;
	height: 42.5rem;
	padding-right: 2rem;
}
#top .sec-news .scorll-area::-webkit-scrollbar{
	width: 1rem;
}
#top .sec-news .scorll-area::-webkit-scrollbar-track{
	background-color: #ECECEC;
}
#top .sec-news .scorll-area::-webkit-scrollbar-thumb{
	background-color: #008B8B;
}
#top .sec-news .article-card:not(:last-child){
	padding-bottom: 2rem;
	border-bottom: 1px solid #DEDEDE;
}
#top .sec-news .article-card:not(:first-child){
	padding-top: 2rem;
}
#top .sec-news .article-time-txt{
	font-size: 1.3rem;
}
#top .sec-news .article-ttl{
	-webkit-line-clamp: 4;
	max-height: calc(1.93em * 4);
}

@media only screen and (max-width: 599px) {
	#top .sec-news .article-head{
		margin-bottom: 1rem;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-news{
		padding-top: 8rem;
		padding-bottom: 10rem;
	}
	#top .sec-news .sec-ttl{
		font-size: 3rem;
		margin-bottom: 4rem;
	}
	#top .sec-news .container-news{
		padding: 6rem;
	}
	#top .sec-news .scorll-area{
		height: 19.2rem;
		padding-right: 4rem;
	}
	#top .sec-news .article-card{
		display: flex;
		align-items: center;
		padding-left: 3rem;
	}
	#top .sec-news .article-card:not(:last-child){
		padding-bottom: 2.7rem;
	}
	#top .sec-news .article-card:not(:first-child){
		padding-top: 2.7rem;
	}
	#top .sec-news .article-ttl{
		flex: 1;
		padding-left: 2rem;
		-webkit-line-clamp: 1;
		max-height: calc(1.93em * 1);
	}
}

/* message
--------------------------------------*/
#top .sec-message{
	padding: 10rem 0;
	background: url(../img/top/message-bg-sp.jpg) no-repeat center center;
	background-size: cover;
}
#top .sec-message .sec-ttl{
	font-size: 2.2rem;
	line-height: 1.9;
	margin-bottom: 3.5rem;
}
#top .sec-message .container-message .block-txt{
	line-height: 2.18;
}

@media only screen and (max-width: 599px) {
	#top .sec-message .container-message .box-txt:not(:last-child){
		margin-bottom: 2.5rem;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-message{
		padding: 15rem 0;
		background-image: url(../img/top/message-bg-pc.jpg);
	}
	#top .sec-message .container-message{
		width: 91rem;
	}
	#top .sec-message .sec-ttl{
		font-size: 2.6rem;
		line-height: 2;
		margin-bottom: 5.5rem;
	}
	#top .sec-message .container-message .block-txt{
		display: flex;
		justify-content: space-between;
	}
	#top .sec-message .container-message .box-txt{
		width: calc((100% - 5rem ) / 2);
	}
}

/*====================================
page404
====================================*/
#page404 .sec-404{
	padding-bottom: 10rem;
}
#page404 .sec-404 .btn{
	margin-top: 5rem;
}

@media print,screen and (min-width: 600px) {
	#page404 .sec-404{
		text-align: center;
	}
	#page404 .sec-404 .btn{
		margin: 8rem auto 0 auto;
		width: 33.5rem;
	}
}

/*====================================
bukken single
====================================*/
#bukken .sec-main{
	padding-top: 16rem;
}
#bukken .sec-main .outer-main{
	box-sizing: border-box;
	padding: 4rem 0;
}
#bukken .sec-main .container-ttl{
	margin-bottom: 3rem;
}
#bukken .sec-main .container-ttl .block-label{
	display: flex;
	flex-wrap: wrap;
}
#bukken .sec-main .container-ttl .block-label .label{
	font-size: 1.3rem;
	border-radius: 0.5rem;
	padding: 0.9rem 0.8rem;
	margin-bottom: 1.5rem;
	margin-right: 1.5rem;
}
#bukken .sec-main .page-bukken-ttl{
	font-size: 2.2rem;
	line-height: 1.72;
}
#bukken .sec-main .block-slide .photo-box{
	position: relative;
	overflow: hidden;
	border-radius: 0.5rem;
}
#bukken .sec-main .block-slide .wrap-main-slide{
	position: relative;
}
#bukken .sec-main .block-slide .wrap-main-slide .photo-box .item-txt{
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 1rem 2rem;
	font-size: 1.3rem;
	line-height: 1.2;
	background-color: rgba(0, 0, 0, .7);
}
#bukken .sec-main .block-slide .wrap-main-slide .swiper-arrows{
	top: calc((100% - 6.9rem) / 2);
}
#bukken .sec-main .block-slide .wrap-main-slide .swiper-button-prev,
#bukken .sec-main .block-slide .wrap-main-slide .swiper-button-next,
#bukken .sec-area-info .container-photo .swiper-button-prev,
#bukken .sec-area-info .container-photo .swiper-button-next{
	width: 3.4rem;
	height: 6.9rem;
	overflow: hidden;
}
#bukken .sec-main .block-slide .wrap-main-slide .swiper-button-prev:before,
#bukken .sec-main .block-slide .wrap-main-slide .swiper-button-next:before,
#bukken .sec-area-info .container-photo .swiper-button-prev:before,
#bukken .sec-area-info .container-photo .swiper-button-next:before{
	width: 6.9rem;
	height: 6.9rem;
	border-radius: 100%;
	background-color: #fff;
}
#bukken .sec-main .block-slide .wrap-main-slide .swiper-button-prev:before,
#bukken .sec-area-info .container-photo .swiper-button-prev:before{
	right: 0;
}
#bukken .sec-main .block-slide .wrap-main-slide .swiper-button-next:before,
#bukken .sec-area-info .container-photo .swiper-button-next:before{
	left: 0;
}
#bukken .sec-main .block-slide .wrap-main-slide .swiper-button-prev:after,
#bukken .sec-main .block-slide .wrap-main-slide .swiper-button-next:after,
#bukken .sec-area-info .container-photo .swiper-button-prev:after,
#bukken .sec-area-info .container-photo .swiper-button-next:after{
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	top: calc((100% - 1.3rem) / 2);
	border-top: 0.2rem solid #008B8B;
}
#bukken .sec-main .block-slide .wrap-main-slide .swiper-button-prev:after,
#bukken .sec-area-info .container-photo .swiper-button-prev:after{
	border-left: 0.2rem solid #008B8B;
	left: calc((100% - 1.3rem) / 2);
	transform: rotate(-45deg);
}
#bukken .sec-main .block-slide .wrap-main-slide .swiper-button-next:after,
#bukken .sec-area-info .container-photo .swiper-button-next:after{
	border-right: 0.2rem solid #008B8B;
	right: calc((100% - 1.3rem) / 2 - 0.5rem);
	transform: rotate(45deg);
}
#bukken .sec-main .block-slide .wrap-thumb-slide{
	margin-top: 2rem;
}
#bukken .sec-main .block-slide .wrap-thumb-slide .photo-box{
	padding-bottom: 74.92%;
	cursor: pointer;
}
#bukken .sec-main .block-slide .wrap-thumb-slide .photo-box:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 0.5rem solid #008B8B;
	border-radius: 0.5rem;
	opacity: 0;
	transition: opacity .3s ease;
}
#bukken .sec-main .block-slide .wrap-thumb-slide .swiper-slide-thumb-active .photo-box:before{
	opacity: 1;
}
#bukken .sec-main .block-slide .wrap-thumb-slide .swiper-arrows{
	width: 100%;
	top: 0;
}
#bukken .sec-main .block-slide .wrap-thumb-slide .swiper-button-prev,
#bukken .sec-main .block-slide .wrap-thumb-slide .swiper-button-next,
#bukken .sec-units .slide-block .swiper-button-prev,
#bukken .sec-units .slide-block .swiper-button-next{
	width: 3rem;
	height: 8.1rem;
	border-radius: 0.5rem;
}
#bukken .sec-main .block-slide .wrap-thumb-slide .swiper-button-prev:after,
#bukken .sec-main .block-slide .wrap-thumb-slide .swiper-button-next:after,
#bukken .sec-units .slide-block .swiper-button-prev:after,
#bukken .sec-units .slide-block .swiper-button-next:after{
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	top: calc((100% - 1.3rem) / 2);
	left: calc((100% - 1.3rem) / 2);
	border-top: 0.2rem solid #fff;
}
#bukken .sec-main .block-slide .wrap-thumb-slide .swiper-button-prev:after,
#bukken .sec-units .slide-block .swiper-button-prev:after{
	border-left: 0.2rem solid #fff;
	left: calc((100% - 1.3rem) / 2 + 0.5rem);
	transform: rotate(-45deg);
}
#bukken .sec-main .block-slide .wrap-thumb-slide .swiper-button-next:after,
#bukken .sec-units .slide-block .swiper-button-next:after{
	border-right: 0.2rem solid #fff;
	right: calc((100% - 1.3rem) / 2 - 0.5rem);
	transform: rotate(45deg);
}
#bukken .sec-main .info-line{
	display: flex;
	align-items: flex-start;
}
#bukken .sec-main .info-line:not(:last-child){
	margin-bottom: 1.5rem;
}
#bukken .sec-main .info-line-label{
	box-sizing: border-box;
	width: 6.8rem;
	height: 2.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	border-radius: 0.5rem;
	font-size: 1.3rem;
}
#bukken .sec-main .info-line-txt{
	flex: 1;
	padding-left: 1rem;
}
#bukken .sec-main .info-line .price-box{
	font-size: 2.2rem;
}
#bukken .sec-main .info-line .price-box .small{
	font-size: 1.3rem;
}
#bukken .sec-main .info-line .price-box-wrap .separator{
	line-height: 1;
	pointer-events: none;
}
#bukken .sec-main .container-recommend{
	margin-top: 3rem;
	padding: 2rem;
	border-radius: 1rem;
}
#bukken .sec-main .container-recommend .block-ttl{
	display: flex;
	align-items: center;
}
#bukken .sec-main .container-recommend .block-ttl .icon{
	width: 2.2rem;
	height: 2.9rem;
	margin-right: 0.7rem;
}
#bukken .sec-main .container-recommend .block-ttl .txt{
	font-size: 1.3rem;
	line-height: 1.38;
}
#bukken .sec-main .container-recommend .check-item{
	display: flex;
	align-items: flex-start;
}
#bukken .sec-main .container-recommend .check-item:not(:last-child){
	margin-bottom: 1.2rem;
}
#bukken .sec-main .container-recommend .check-icon{
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.3rem;
}
#bukken .sec-main .container-recommend .check-icon .icon{
	width: 0.9rem;
	height: 0.7rem;
}
#bukken .sec-main .container-recommend .check-txt{
	flex: 1;
	padding-left: 1rem;
	line-height: 1.875;
}

@media only screen and (max-width: 599px) {
	#bukken .sec-main .outer-main{
		width: 100%;
		overflow: hidden;
	}
	#bukken .sec-main .block-slide .wrap-thumb-slide{
		width: calc((100vw - 100%) / 2 + 100%);
	}
	#bukken .sec-main .container-slide .block-txt{
		margin-top: 3rem;
	}
	#bukken .sec-main .info-line .price-box{
		position: relative;
	}
	#bukken .sec-main .info-line .price-box:not(:last-child){
		margin-bottom: 3rem;
	}
	#bukken .sec-main .info-line .price-box-wrap .separator{
		transform: rotate(90deg);
		position: absolute;
		left: 5rem;
		bottom: -2.5rem;
	}
	#bukken .sec-main .container-recommend .block-ttl{
		padding-bottom: 1.5rem;
		border-bottom: 1px solid #D8E3E3;
		margin-bottom: 1.5rem;
	}
}

@media print,screen and (min-width: 600px) {
	#bukken .sec-main{
		padding-top: 10rem;
	}
	#bukken .sec-main .outer-main{
		padding: 5rem;
		border-radius: 1rem;
	}
	#bukken .sec-main .outer-main .outer-inner{
		width: 100%;
	}
	#bukken .sec-main .container-ttl{
		margin-bottom: 4rem;
	}
	#bukken .sec-main .container-ttl .block-label .label{
		padding: 0.8rem 0.5rem;
	}
	#bukken .sec-main .page-bukken-ttl{
		font-size: 2.6rem;
	}
	#bukken .sec-main .container-slide{
		display: flex;
	}
	#bukken .sec-main .container-slide .block-slide{
		width: 53.4rem;
		margin-right: 4rem;
	}
	#bukken .sec-main .block-slide .wrap-thumb-slide{
		position: relative;
	}
	#bukken .sec-main .block-slide .wrap-thumb-slide .swiper{
		width: calc(100% - 4rem * 2);
		margin-left: auto;
		margin-right: auto;
	}
	#bukken .sec-main .container-slide .block-txt{
		flex: 1;
	}
	#bukken .sec-main .info-line:not(:last-child){
		margin-bottom: 2.5rem;
	}
	#bukken .sec-main .info-line .price-box-wrap{
		display: flex;
		align-items: flex-end;
	}
	#bukken .sec-main .info-line .price-box{
		font-size: 2.4rem;
	}
	#bukken .sec-main .info-line .price-box-wrap .separator{
		font-size: 1.3rem;
		padding-right: 0.5rem;
	}
	#bukken .sec-main .container-recommend{
		margin-top: 4rem;
		padding: 2rem 3rem 2rem 1.7rem;
		display: flex;
		align-items: center;
	}
	#bukken .sec-main .container-recommend .block-ttl{
		width: 10.4rem;
		min-height: 4rem;
	}
	#bukken .sec-main .container-recommend .block-txt{
		flex: 1;
		padding: 1rem 0 1rem 2rem;
		border-left: 1px solid #D8E3E3;
	}
}

/* contact
--------------------------------------*/
#bukken .sec-contact{
	padding: 5rem 0;
}
#bukken .sec-contact .btn.bukken{
	padding-right: 3.5rem;
}
#bukken .sec-contact .btn.bukken .icon{
	width: 2.9rem;
	height: 2.771rem;
	margin-right: 0.7rem;
}
#bukken .sec-contact .btn.line{
	padding-right: 0.7rem;
}
#bukken .sec-contact .btn.line .icon{
	width: 2.9rem;
	height: 2.6rem;
	margin-right: 1rem;
}
#bukken .sec-contact .btn.tel .el-ttl{
	font-size: 1.3rem;
	margin-bottom: 0.7rem;
}
#bukken .sec-contact .btn.tel .el-tel{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
}
#bukken .sec-contact .btn.tel .el-tel .icon{
	width: 1.7rem;
	height: 2.2rem;
	margin-right: 0.7rem;
}
#bukken .sec-contact .btn-box .item-txt{
	font-size: 1.3rem;
	margin-top: 1.2rem;
}

@media only screen and (max-width: 599px) {
	#bukken .sec-contact .btn-box:not(:last-child){
		margin-bottom: 3rem;
	}
}

@media print,screen and (min-width: 600px) {
	#bukken .sec-contact{
		padding-top: 6rem;
		padding-bottom: 3rem;
	}
	#bukken .sec-contact .container-btn{
		display: flex;
	}
	#bukken .sec-contact .btn-box{
		width: calc((100% - 2rem * 2) / 3);
	}
	#bukken .sec-contact .btn-box:not(:nth-child(3n)){
		margin-right: 2rem;
	}
	#bukken .sec-contact .btn.tel{
		pointer-events: none;
	}
}

/* units
--------------------------------------*/
#bukken .sec-units .outer-units{
	box-sizing: border-box;
	padding: 4rem 0;
}
#bukken .sec-units .sec-ttl{
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
#bukken .sec-units .tbl{
	box-sizing: border-box;
	border: 1px solid #DEDEDE;
	border-radius: 1rem;
	overflow: hidden;
}
#bukken .sec-units .tr{
	box-sizing: border-box;
	display: flex;
}
#bukken .sec-units .tr:not(:last-child){
	border-bottom: 1px solid #DEDEDE;
}
#bukken .sec-units .cell{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1.43;
	padding: 1rem;
	width: 12rem;
}
#bukken .sec-units .cell:not(:last-child){
	border-right: 1px solid #DEDEDE;
}
#bukken .sec-units .cell1{
	width: 11rem;
}
#bukken .sec-units .cell2{
	width: 37rem;
}
#bukken .sec-units .cell3{
	width: 13rem;
}
#bukken .sec-units .cell4{
	width: 14rem;
}
#bukken .sec-units .tr-head .cell{
	min-height: 7rem;
}
#bukken .sec-units .tr-body .cell{
	min-height: 24rem;
}
#bukken .sec-units .tr-body .cell2{
	padding: 2rem;
}
#bukken .sec-units .slide-block{
	position: relative;
	width: 100%;
}
#bukken .sec-units .slide-block .swiper{
	width: 22.6rem;
	margin: 0 auto;
}
#bukken .sec-units .photo-box{
	position: relative;
	overflow: hidden;
	border-radius: 0.5rem;
}
#bukken .sec-units .slide-block .swiper-arrows{
	width: 100%;
	top: calc((100% - 8rem) / 2);
}
#bukken .sec-units .slide-block .swiper-button-prev,
#bukken .sec-units .slide-block .swiper-button-next{
	height: 8rem;
}
#bukken .sec-units .slide-block .photo-box .icon-wrap{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .8);
}
#bukken .sec-units .slide-block .photo-box .icon-wrap .icon{
	width: 1.7rem;
	height: 1.7rem;
}
#bukken .sec-units .slide-btm-txt{
	font-size: 1.3rem;
	margin-top: 1rem;
}
#bukken .popup--single-bukken .img img{
	border-radius: 0.5rem;
}

@media only screen and (max-width: 599px) {
	#bukken .sec-units .outer-units{
		width: 100%;
	}
	#bukken .sec-units .area-scroll{
		box-sizing: border-box;
		width: calc((100vw - 100%) / 2 + 100%);
		overflow-x: scroll;
		padding-right: 2rem;
	}
	#bukken .sec-units .tbl{
		width: 100rem;
	}
}

@media print,screen and (min-width: 600px) {
	#bukken .sec-units .outer-units{
		padding: 5rem;
		border-radius: 1rem;
	}
	#bukken .sec-units .outer-units .outer-inner{
		width: 100%;
	}
	#bukken .sec-units .sec-ttl{
		font-size: 2rem;
	}
	#bukken .popup--single-bukken .popup-inner{
		width: 100%;
	}
	#bukken .popup--single-bukken .img img{
		width: auto;
		height: auto;
		max-width: calc(100vh - 20rem);
		max-height: calc(100vh - 20rem);
	}
}

/* area-info
--------------------------------------*/
#bukken .sec-area-info{
	padding-top: 5.3rem;
}
#bukken .sec-area-info .outer-area-info{
	box-sizing: border-box;
	padding: 4.3rem 0;
}
#bukken .sec-area-info .sec-ttl,
#bukken .sec-area-info .container-map .container-ttl{
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
#bukken .sec-area-info .container-photo .block-slide{
	position: relative;
	padding-bottom: 4rem;
}
#bukken .sec-area-info .container-photo .photo-box img{
	border-radius: 0.5rem;
}
#bukken .sec-area-info .container-photo .txt-box{
	margin-top: 1.2rem;
	line-height: 1.68;
}

#bukken .sec-area-info .container-list{
	margin-top: 3.2rem;
}
#bukken .sec-area-info .container-list .area-info-list{
	display: flex;
	flex-wrap: wrap;
}
#bukken .sec-area-info .container-list .area-info-item{
	box-sizing: border-box;
	width: calc((100% - 1.5rem) / 2);
	border-radius: 0.5rem;
	padding: 1.5rem;
	line-height: 1.68;
}

#bukken .sec-area-info .container-map{
	margin-top: 4.5rem;
}
#bukken .sec-area-info .container-map .block-map{
	overflow: hidden;
	border-radius: 0.5rem;
}

@media only screen and (max-width: 599px) {
	#bukken .sec-area-info .outer-area-info{
		width: 100%;
	}
	#bukken .sec-area-info .container-photo .block-slide{
		width: calc((100vw - 100%) / 2 + 100%);
	}
	#bukken .sec-area-info .container-photo .swiper-scrollbar{
		width: 33.5rem;
	}

	#bukken .sec-area-info .container-list .area-info-list{
		justify-content: space-between;
	}
	#bukken .sec-area-info .container-list .area-info-item:nth-child(n+3){
		margin-top: 1.5rem;
	}
}

@media print,screen and (min-width: 600px) {
	#bukken .sec-area-info{
		padding-top: 6rem;
	}
	#bukken .sec-area-info .outer-area-info{
		padding: 5rem;
		border-radius: 1rem;
	}
	#bukken .sec-area-info .outer-area-info .outer-inner{
		width: 100%;
	}
	#bukken .sec-area-info .sec-ttl,
	#bukken .sec-area-info .container-map .container-ttl{
		font-size: 2rem;
	}
	#bukken .sec-area-info .container-photo .block-slide{
		padding-bottom: 2rem;
	}
	#bukken .sec-area-info .container-photo .swiper-arrows{
		top: 5.1rem;
		width: 110rem;
		left: -5rem;
	}
	#bukken .sec-area-info .container-photo .swiper-button-prev:before,
	#bukken .sec-area-info .container-photo .swiper-button-next:before{
		background-color: #727171;
	}
	#bukken .sec-area-info .container-photo .swiper-button-prev:after,
	#bukken .sec-area-info .container-photo .swiper-button-next:after{
		border-color: #fff;
	}

	#bukken .sec-area-info .container-list{
		margin-top: 4rem;
	}
	#bukken .sec-area-info .container-list .area-info-item{
		width: calc((100% - 3.2rem * 2) / 3);
		padding: 2.5rem 2rem;
	}
	#bukken .sec-area-info .container-list .area-info-item:not(:nth-child(3n)){
		margin-right: 3.2rem;
	}
	#bukken .sec-area-info .container-list .area-info-item:nth-child(n+4){
		margin-top: 3.2rem;
	}

	#bukken .sec-area-info .container-map{
		margin-top: 5rem;
	}
	#bukken .sec-area-info .container-map .block-map .gmap--wrap{
		padding-top: 40%;
	}
}

/* overview
--------------------------------------*/
#bukken .sec-overview .outer-overview{
	box-sizing: border-box;
	padding: 4.3rem 0;
}
#bukken .sec-overview .sec-ttl{
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
#bukken .sec-overview table{
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #DEDEDE;
	border-collapse: separate;
	border-radius: 1rem;
}
#bukken .sec-overview table th,
#bukken .sec-overview table td{
	box-sizing: border-box;
	padding: 1.7rem 2rem;
	font-weight: 300;
}

@media only screen and (max-width: 599px) {
	#bukken .sec-overview .outer-overview{
		width: 100%;
	}
	#bukken .sec-overview table th,
	#bukken .sec-overview table td{
		display: block;
	}
	#bukken .sec-overview table th{
		border-bottom: 1px solid #DEDEDE;
	}
	#bukken .sec-overview table tr:first-child th:first-child{
		border-radius: 1rem 1rem 0 0;
	}
	#bukken .sec-overview table tr:not(:last-child) td{
		border-bottom: 1px solid #DEDEDE;
	}
}

@media print,screen and (min-width: 600px) {
	#bukken .sec-overview .outer-overview{
		padding: 5rem;
		border-radius: 1rem;
	}
	#bukken .sec-overview .outer-overview .outer-inner{
		width: 100%;
	}
	#bukken .sec-overview .sec-ttl{
		font-size: 2rem;
	}
	#bukken .sec-overview table th,
	#bukken .sec-overview table td{
		padding: 2rem 1.5rem 2rem 2rem;
		vertical-align: middle;
	}
	#bukken .sec-overview table tr:not(:last-child) th,
	#bukken .sec-overview table tr:not(:last-child) td{
		border-bottom: 1px solid #DEDEDE;
	}
	#bukken .sec-overview table th{
		border-right: 1px solid #DEDEDE;
	}
	#bukken .sec-overview table th:not(:first-child){
		border-left: 1px solid #DEDEDE;
	}
	#bukken .sec-overview table tr:first-child th:nth-child(1),
	#bukken .sec-overview table tr:first-child th:nth-child(3){
		width: 15.8rem;
	}
	#bukken .sec-overview table tr:first-child td:nth-child(2),
	#bukken .sec-overview table tr:first-child td:nth-child(4){
		width: 34.3rem;
	}
	#bukken .sec-overview table tr:first-child th:first-child{
		border-radius: 1rem 0 0 0;
	}
	#bukken .sec-overview table tr:last-child th:first-child{
		border-radius: 0 0 0 1rem;
	}
}

/* contact3
--------------------------------------*/
#bukken .sec-contact3{
	padding-bottom: 10.5rem;
}

@media print,screen and (min-width: 600px) {
	#bukken .sec-contact3{
		padding-bottom: 12rem;
	}
}

/*====================================
bukken archive
====================================*/
#bukken.page--archive .btn-filter-ac{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 7rem;
	border-radius: 1rem;
	font-size: 1.8rem;
	background-color: #fff;
	transition: background .3s ease, color .3s ease;
}
#bukken.page--archive .btn-filter-ac:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	width: 1.2rem;
	height: 1.2rem;
	border-bottom: 2px solid #727171;
	border-right: 2px solid #727171;
	transform: rotate(45deg);
	right: 2rem;
	top: calc((100% - 1.2rem) / 2);
	transition: transform .3s ease;
}
#bukken.page--archive .btn-filter-ac.is--open{
	background-color: #727171;
	color: #fff;
}
#bukken.page--archive .btn-filter-ac.is--open:before{
	border-color: #fff;
	transform: rotate(-135deg);
}

@media only screen and (max-width: 599px) {
	#bukken.page--archive #sidemenu-container{
		width: 100%;
	}
}

@media print,screen and (min-width: 600px) {
	#bukken.page--archive .obj-filter-ac{
		display: block !important;
	}
}

#bukken.page--archive .sec-article-head{
	padding-bottom: 2rem;
}
#bukken.page--archive .sec-article-head .container-article-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#bukken.page--archive .sec-article-head .block-count .box-txt,
#bukken.page--archive .sec-article-head .block-count .box-count .txt,
#bukken.page--archive .sec-article-head .block-sort .box-txt{
	line-height: 1;
}
#bukken.page--archive .sec-article-head .block-count .box-count{
	display: flex;
	align-items: flex-end;
}
#bukken.page--archive .sec-article-head .block-count .box-count .num{
	font-size: 2.6rem;
	padding-right: 0.5rem;
}
#bukken.page--archive .sec-article-head .block-sort{
	display: flex;
	align-items: center;
}
#bukken.page--archive .sec-article-head .block-sort .box-txt{
	margin-right: 1rem;
}
#bukken.page--archive .sec-article-head .block-sort .box-select{
	width: 14rem;
}

@media only screen and (max-width: 599px) {
	#bukken.page--archive .sec-article-head .block-count .box-txt{
		margin-bottom: 0.8rem;
	}
	#bukken.page--archive .sec-article-head .block-sort .box-txt,
	#bukken.page--archive .sec-article-head .block-sort .box-select select{
		font-size: 1.3rem;
	}
}

@media print,screen and (min-width: 600px) {
	#bukken.page--archive .sec-pagettl .container-pagettl{
		padding-bottom: 8rem;
	}
	#bukken.page--archive .sec-article-head{
		padding-bottom: 3rem;
	}
	#bukken.page--archive .sec-article-head .container-article-head{
		width: 100%;
	}
	#bukken.page--archive .sec-article-head .block-count{
		display: flex;
		align-items: center;
	}
	#bukken.page--archive .sec-article-head .block-count .box-count{
		align-items: center;
		margin-left: 0.5rem;
	}
	#bukken.page--archive .sec-article-head .block-count .box-count .num{
		font-size: 3rem;
	}
	#bukken.page--archive .sec-article-head .block-sort .box-txt{
		margin-right: 1.5rem;
	}
	#bukken.page--archive .sec-article-head .block-sort .box-select{
		width: 16rem;
	}
}

#bukken.page--archive .sec-article .article-card:not(:last-child){
	margin-bottom: 5rem;
}
#bukken.page--archive .sec-article .article-ttl-outer{
	padding: 2rem 0;
}
#bukken.page--archive .sec-article .article-type{
	box-sizing: border-box;
	display: inline-block;
	font-size: 1.3rem;
	border-radius: 0.5rem;
	padding: 1rem 0.8rem;
}
#bukken.page--archive .sec-article .article-ttl{
	font-size: 1.8rem;
	line-height: 1.66;
}
#bukken.page--archive .sec-article .article-main-outer{
	padding: 2rem 0;
}
#bukken.page--archive .sec-article .article-recommend-container{
	box-sizing: border-box;
	border-radius: 1rem;
	padding: 2rem;
}
#bukken.page--archive .sec-article .article-recommend-container .block-ttl{
	display: flex;
	align-items: center;
}
#bukken.page--archive .sec-article .article-recommend-container .block-ttl .icon{
	width: 2.2rem;
}
#bukken.page--archive .sec-article .article-recommend-container .block-ttl .txt{
	font-size: 1.3rem;
	margin-left: 0.7rem;
}
#bukken.page--archive .sec-article .article-recommend-container .check-item{
	display: flex;
	align-items: flex-start;
}
#bukken.page--archive .sec-article .article-recommend-container .check-item:not(:last-child){
	margin-bottom: 1.2rem;
}
#bukken.page--archive .sec-article .article-recommend-container .check-icon{
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.3rem;
}
#bukken.page--archive .sec-article .article-recommend-container .check-icon .icon{
	width: 0.9rem;
	height: 0.7rem;
}
#bukken.page--archive .sec-article .article-recommend-container .check-txt{
	flex: 1;
	padding-left: 1rem;
	line-height: 1.875;
}
#bukken.page--archive .sec-article .article-slide-container{
	margin-top: 2rem;
}
#bukken.page--archive .sec-article .article-slide-container .block-slide{
	position: relative;
}
#bukken.page--archive .sec-article .article-slide-container .photo-box{
	overflow: hidden;
	border-radius: 0.5rem;
}
#bukken.page--archive .sec-article .article-slide-container .swiper-arrows{
	top: calc((100% - 6.9rem) / 2);
}
#bukken.page--archive .sec-article .article-slide-container .swiper-button-prev,
#bukken.page--archive .sec-article .article-slide-container .swiper-button-next{
	width: 3.4rem;
	height: 6.9rem;
	overflow: hidden;
}
#bukken.page--archive .sec-article .article-slide-container .swiper-button-prev:before,
#bukken.page--archive .sec-article .article-slide-container .swiper-button-next:before{
	width: 6.9rem;
	height: 6.9rem;
	border-radius: 100%;
	background-color: #fff;
}
#bukken.page--archive .sec-article .article-slide-container .swiper-button-prev:before{
	right: 0;
}
#bukken.page--archive .sec-article .article-slide-container .swiper-button-next:before{
	left: 0;
}
#bukken.page--archive .sec-article .article-slide-container .swiper-button-prev:after,
#bukken.page--archive .sec-article .article-slide-container .swiper-button-next:after{
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	top: calc((100% - 1.3rem) / 2);
	border-top: 0.2rem solid #008B8B;
}
#bukken.page--archive .sec-article .article-slide-container .swiper-button-prev:after{
	border-left: 0.2rem solid #008B8B;
	left: calc((100% - 1.3rem) / 2);
	transform: rotate(-45deg);
}
#bukken.page--archive .sec-article .article-slide-container .swiper-button-next:after{
	border-right: 0.2rem solid #008B8B;
	right: calc((100% - 1.3rem) / 2 - 0.5rem);
	transform: rotate(45deg);
}
#bukken.page--archive .sec-article .article-slide-container .info-line{
	display: flex;
	align-items: flex-start;
}
#bukken.page--archive .sec-article .article-slide-container .info-line:not(:last-child){
	margin-bottom: 1.5rem;
}
#bukken.page--archive .sec-article .article-slide-container .info-line-label{
	box-sizing: border-box;
	width: 6.8rem;
	height: 2.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	border-radius: 0.5rem;
	font-size: 1.3rem;
}
#bukken.page--archive .sec-article .article-slide-container .info-line-txt{
	flex: 1;
	padding-left: 1rem;
}
#bukken.page--archive .sec-article .article-slide-container .price-box{
	font-size: 2.2rem;
}
#bukken.page--archive .sec-article .article-slide-container .price-box .small{
	font-size: 1.3rem;
}
#bukken.page--archive .sec-article .article-slide-container .info-line .price-box-wrap .separator{
	line-height: 1;
	pointer-events: none;
}
#bukken.page--archive .sec-article .article-link-outer{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 7rem;
}
#bukken.page--archive .sec-article .article-link-outer .link-inner{
	font-size: 1.8rem;
	padding-right: 3.8rem;
}
#bukken.page--archive .sec-article .article-link-outer .circle-arrow{
	border-color: #fff;
}

@media only screen and (max-width: 599px) {
	#bukken.page--archive .sec-article .article-type-block{
		margin-bottom: 1.5rem;
	}
	#bukken.page--archive .sec-article .article-recommend-container .block-ttl{
		padding-bottom: 1.5rem;
		border-bottom: 1px solid #D8E3E3;
	}
	#bukken.page--archive .sec-article .article-recommend-container .block-txt{
		padding-top: 1.5rem;
	}
	#bukken.page--archive .sec-article .article-slide-container .block-txt{
		margin-top: 2rem;
	}
	#bukken.page--archive .sec-article .article-slide-container .price-box{
		position: relative;
	}
	#bukken.page--archive .sec-article .article-slide-container .price-box:not(:last-child){
		margin-bottom: 3rem;
	}
	#bukken.page--archive .sec-article .article-slide-container .price-box-wrap .separator{
		transform: rotate(90deg);
		position: absolute;
		left: 5rem;
		bottom: -2.5rem;
	}
}

@media print,screen and (min-width: 600px) {
	#bukken.page--archive .sec-article .article-card:not(:last-child){
		margin-bottom: 8rem;
	}
	#bukken.page--archive .sec-article .article-ttl-outer{
		padding: 2rem;
		border-radius: 1rem 1rem 0 0;
	}
	#bukken.page--archive .sec-article .article-ttl-inner{
		width: 100%;
		display: flex;
		align-items: center;
	}
	#bukken.page--archive .sec-article .article-type-block{
		width: 8rem;
	}
	#bukken.page--archive .sec-article .article-type{
		width: 100%;
		line-height: 1.53;
		padding: 0.8rem 0.6rem;
	}
	#bukken.page--archive .sec-article .article-ttl{
		flex: 1;
		padding-left: 1.5rem;
	}
	#bukken.page--archive .sec-article .article-main-outer{
		padding: 3rem;
	}
	#bukken.page--archive .sec-article .article-recommend-container{
		width: 100%;
		display: flex;
		align-items: center;
	}
	#bukken.page--archive .sec-article .article-recommend-container .block-ttl{
		padding-right: 2rem;
	}
	#bukken.page--archive .sec-article .article-recommend-container .block-ttl .txt{
		line-height: 1.38;
	}
	#bukken.page--archive .sec-article .article-recommend-container .block-txt{
		flex: 1;
		padding: 0.5rem 0 0.5rem 2rem;
		border-left: 1px solid #D8E3E3;
	}
	#bukken.page--archive .sec-article .article-slide-container{
		width: 100%;
		display: flex;
	}
	#bukken.page--archive .sec-article .article-slide-container .block-slide{
		width: 34.8rem;
		margin-right: 3rem;
	}
	#bukken.page--archive .sec-article .article-slide-container .price-box-wrap{
		display: flex;
		align-items: flex-end;
	}
	#bukken.page--archive .sec-article .article-slide-container .price-box{
		font-size: 2.4rem;
	}
	#bukken.page--archive .sec-article .article-slide-container .price-box-wrap .separator{
		font-size: 1.3rem;
		padding-right: 0.5rem;
	}
	#bukken.page--archive .sec-article .article-link-outer{
		height: 8rem;
		border-radius: 0 0 1rem 1rem;
	}
}

/*====================================
privacy
====================================*/
#privacy .sec-policy{
	padding-bottom: 10rem;
}
#privacy .sec-policy .policy-block:not(:last-child){
	margin-bottom: 4rem;
}

@media print,screen and (min-width: 600px) {
	#privacy .sec-policy{
		padding-bottom: 15rem;
	}
	#privacy .sec-policy .policy-block:not(:last-child){
		margin-bottom: 6rem;
	}
}

/*====================================
company
====================================*/
#company .sec-pagettl .container-pagettl{
	padding-bottom: 10rem;
}
#company .sec-greeting{
	position: relative;
}
#company .sec-greeting:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 24rem;
	width: 100%;
	height: 50rem;
	background: linear-gradient(to bottom,#EDECEA 0%, rgba(237, 236, 234, 0) 100%);
}
#company .sec-greeting .container-greeting{
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
#company .sec-greeting .sec-ttl{
	margin-bottom: 4.5rem;
}
#company .sec-greeting .container-greeting .block-img img{
	border-radius: 0.5rem;
}
#company .sec-greeting .container-greeting .block-img .box-name{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-top: 2rem;
}
#company .sec-greeting .container-greeting .block-img .item-position{
	font-size: 1.3rem;
	margin-right: 2rem;
}
#company .sec-greeting .container-greeting .block-img .item-name{
	font-size: 1.8rem;
}
#company .sec-greeting .container-greeting .block-txt .box-catch{
	font-size: 2.2rem;
	line-height: 1.9;
	margin-bottom: 3rem;
}
#company .sec-greeting .container-loop{
	margin-top: 10rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
#company .sec-greeting .container-loop .loop-wrap{
	display: flex;
	width: 100vw;
	height: 19.1rem;
	overflow: hidden;
}
#company .sec-greeting .container-loop .loop-item{
	height: 100%;
}
#company .sec-greeting .container-loop .loop-item:first-child{
	animation: infinity-left-loop 60s -30s linear infinite;
}
#company .sec-greeting .container-loop .loop-item:last-child{
	animation: infinity-left-loop2 60s linear infinite;
}
#company .sec-greeting .container-loop .loop-wrap img{
	width: auto;
	height: 100%;
}

@keyframes infinity-left-loop {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes infinity-left-loop2 {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}

@media only screen and (max-width: 599px) {
	#company .sec-greeting .sec-ttl{
		text-align: center;
	}
	#company .sec-greeting .container-greeting .block-txt{
		margin-top: 5rem;
	}
}

@media print,screen and (min-width: 600px) {
	#company .sec-pagettl .container-pagettl{
		padding-bottom: 15rem;
	}
	#company .sec-greeting .container-greeting{
		padding: 6rem 10rem 0 47.3rem;
	}
	#company .sec-greeting:before{
		width: calc((100% - 110rem) / 2 + 110rem);
		top: 18.2rem;
		border-radius: 0 10rem 0 0;
	}
	#company .sec-greeting .sec-ttl{
		margin-bottom: 13.5rem;
	}
	#company .sec-greeting .container-greeting .block-img{
		position: absolute;
		top: 0;
		left: 0;
		width: 40.3rem;
	}
	#company .sec-greeting .container-greeting .block-img .box-name{
		margin-top: 3rem;
	}
	#company .sec-greeting .container-greeting .block-txt .box-catch{
		font-size: 2.6rem;
		line-height: 2;
	}
	#company .sec-greeting .container-loop{
		margin-top: 15rem;
	}
}

/* policy
--------------------------------------*/
#company .sec-policy{
	padding: 10rem 0;
}
#company .sec-policy .sec-ttl{
	margin-bottom: 4.5rem;
}
#company .sec-policy .container-policy{
	width: 100%;
}
#company .sec-policy .container-policy:not(:last-child){
	margin-bottom: 8rem;
}
#company .sec-policy .container-policy .box-num{
	font-size: 1.3rem;
	margin-bottom: 1.5rem;
}
#company .sec-policy .container-policy .container-ttl{
	font-size: 2.2rem;
	line-height: 1.9;
	margin-bottom: 2.5rem;
}

@media only screen and (max-width: 599px) {
	#company .sec-policy .container-policy .block-img{
		margin-bottom: 3rem;
	}
}

@media print,screen and (min-width: 600px) {
	#company .sec-policy{
		padding: 15rem 0;
	}
	#company .sec-policy .sec-ttl{
		margin-bottom: 6.5rem;
	}
	#company .sec-policy .container-policy{
		position: relative;
		box-sizing: border-box;
		width: 90rem;
		min-height: 50rem;
		display: flex;
		align-items: center;
	}
	#company .sec-policy .container-policy .block-img{
		position: absolute;
		top: 0;
		width: 63rem;
	}
	#company .sec-policy .container-policy .block-txt{
		box-sizing: border-box;
		width: 40rem;
		margin: 0;
	}
	#company .sec-policy .container-policy:nth-child(odd){
		padding-left: 50rem;
	}
	#company .sec-policy .container-policy:nth-child(odd) .block-img{
		right: 47rem;
	}
	#company .sec-policy .container-policy:nth-child(even) .block-img{
		left: 47rem;
	}
}

/* overview
--------------------------------------*/
#company .sec-overview{
	padding-top: 6rem;
	padding-bottom: 10rem;
	position: relative;
}
#company .sec-overview:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 0;
	width: 100%;
	height: 50rem;
	background: linear-gradient(to bottom,#EDECEA 0%, rgba(237, 236, 234, 0) 100%);
}
#company .sec-overview .container-overview,
#company .sec-overview .container-map{
	position: relative;
	z-index: 2;
}
#company .sec-overview .sec-ttl{
	margin-bottom: 4.5rem;
}
#company .sec-overview .overview-tbl-tr:not(:last-child){
	padding-bottom: 2rem;
	border-bottom: 1px solid #BCBCBC;
}
#company .sec-overview .overview-tbl-tr:not(:first-child){
	padding-top: 2rem;
}
#company .sec-overview .container-map{
	margin-top: 6rem;
}
#company .sec-overview .container-map .gmap{
	padding-top: 119.4%;
}

@media only screen and (max-width: 599px) {
	#company .sec-overview .overview-tbl-th{
		padding-bottom: 0.5rem;
	}
	
}

@media print,screen and (min-width: 600px) {
	#company .sec-overview{
		padding-top: 10rem;
		padding-bottom: 15rem;
	}
	#company .sec-overview:before{
		width: calc((100% - 110rem) / 2 + 110rem);
		border-radius: 10rem 0 0 0;
	}
	#company .sec-overview .container-overview,
	#company .sec-overview .container-map{
		width: 80rem;
	}
	#company .sec-overview .sec-ttl{
		margin-bottom: 6.5rem;
	}
	#company .sec-overview .overview-tbl-tr{
		display: flex;
	}
	#company .sec-overview .overview-tbl-tr:not(:last-child){
		padding-bottom: 3.8rem;
	}
	#company .sec-overview .overview-tbl-tr:not(:first-child){
		padding-top: 3.8rem;
	}
	#company .sec-overview .overview-tbl-th{
		box-sizing: border-box;
		width: 13.4rem;
		padding-left: 3rem;
	}
	#company .sec-overview .overview-tbl-td{
		flex: 1;
	}
	#company .sec-overview .container-map{
		margin-top: 10rem;
	}
	#company .sec-overview .container-map .gmap{
		padding-top: 50%;
	}
}

/*====================================
contact
====================================*/
#contact .sec-tel .container-tel{
	box-sizing: border-box;
	padding: 3rem;
	border-radius: 1rem;
}
#contact .sec-tel .container-tel .block-ttl{
	display: flex;
	align-items: center;
}
#contact .sec-tel .container-tel .block-ttl .icon{
	width: 1.8rem;
	height: 2.3rem;
	margin-right: 0.7rem;
}
#contact .sec-tel .container-tel .block-ttl .txt{
	font-size: 2rem;
}
#contact .sec-tel .container-tel .block-tel .box-tel{
	font-size: 3.6rem;
}
#contact .sec-tel .container-tel .block-txt{
	font-size: 1.3rem;
	line-height: 1.69;
}
#contact .sec-form{
	padding-top: 5rem;
	padding-bottom: 10rem;
}
#contact .sec-form .tbl0{
	margin-bottom: 4rem;
}

@media only screen and (max-width: 599px) {
	#contact .sec-pagettl .wrap-pagettl .pagettl{
		padding: 0 1rem;
	}
	#contact .sec-tel .container-tel .block-ttl{
		justify-content: center;
		margin-bottom: 2rem;
	}
	#contact .sec-tel .container-tel .block-tel{
		text-align: center;
	}
	#contact .sec-tel .container-tel .block-txt{
		margin-top: 1.8rem;
	}
}

@media print,screen and (min-width: 600px) {
	#contact .sec-tel .container-tel{
		padding: 4.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 90rem;
	}
	#contact .sec-tel .container-tel .block-ttl{
		margin-right: 3rem;
	}
	#contact .sec-tel .container-tel .block-ttl .txt{
		font-size: 2.2rem;
	}
	#contact .sec-tel .container-tel .block-tel .box-tel{
		font-size: 4rem;
		pointer-events: none;
	}
	#contact .sec-tel .container-tel .block-txt{
		margin-left: 3rem;
	}
	#contact .sec-form{
		padding-top: 8rem;
		padding-bottom: 15rem;
	}
	#contact .sec-form .container-form{
		width: 90rem;
	}
	#contact .sec-form .container-form .container-inner{
		width: 100%;
	}
	#contact .sec-form .tbl0{
		margin-bottom: 5rem;
	}
}


/*====================================
blog
====================================*/
/* article common
--------------------------------------*/
.page--archive .archive-sec-article{
	padding-bottom: 10rem;
}
.page--archive .archive-sec-article .container-lead{
	line-height: 2.18;
	margin-bottom: 4.5rem;
}
.page--archive .archive-sec-article .container-cat{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2.5rem;
	line-height: 1.43;
}
.page--archive .archive-sec-article .container-cat .cat-item{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
	border: 1px solid #DEDEDE;
	border-radius: 1rem;
	padding: 1.4rem 1rem;
	min-height: 5.4rem;
}
.page--archive .archive-sec-article .container-cat .cat-item.is--current{
	border-color: #727171;
}
.page--archive .archive-sec-article .article-card .article-img{
	border-radius: 0.5rem;
}
.page--archive .archive-sec-article .article-card .article-head{
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
.page--archive .archive-sec-article .article-card .article-time-txt{
	font-size: 1.3rem;
}
.page--archive .archive-sec-article .article-card .article-cat{
	margin-left: 1rem;
	font-size: 1.3rem;
	padding: 0.8rem;
	border-radius: 0.5rem;
}
.page--archive .archive-sec-article .article-card .article-ttl{
	font-size: 1.8rem;
	line-height: 2.11;
	max-height: calc(2.11em * 2);
}

@media only screen and (max-width: 599px) {
	.page--archive .archive-sec-article .container-cat{
		justify-content: space-between;
	}
	.page--archive .archive-sec-article .container-cat .cat-item{
		width: calc((100% - 1.5rem) / 2);
	}
	.page--archive .archive-sec-article .article-card:not(:last-child){
		margin-bottom: 4rem;
	}
}

@media print,screen and (min-width: 600px) {
	.page--archive .archive-sec-article{
		padding-bottom: 15rem;
	}
	.page--archive .archive-sec-article .container-lead{
		margin-bottom: 7.5rem;
	}
	.page--archive .archive-sec-article .container-cat{
		margin-bottom: 4rem;
	}
	.page--archive .archive-sec-article .container-cat .cat-item{
		margin-bottom: 2rem;
		margin-right: 2rem;
		min-width: 10.8rem;
	}
	.page--archive .archive-sec-article .container-cat .cat-item:hover{
		border-color: #727171;
	}
	.page--archive .archive-sec-article .container-article{
		display: flex;
		flex-wrap: wrap;
	}
	.page--archive .archive-sec-article .article-card{
		width: calc((100% - 2.8rem * 2) / 3);
	}
	.page--archive .archive-sec-article .article-card:not(:nth-child(3n)){
		margin-right: 2.8rem;
	}
	.page--archive .archive-sec-article .article-card:nth-child(n+4){
		margin-top: 8rem;
	}
}

/* single common
--------------------------------------*/
.page--single .single-article-outer{
	padding-top: 16rem;
	padding-bottom: 10rem;
}
.page--single .single-article{
	box-sizing: border-box;
	padding-top: 4rem;
	padding-bottom: 5rem;
}
.page--single .single-article .single-head{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.page--single .single-article .single-head .single-time-txt{
	font-size: 1.3rem;
}
.page--single .single-article .single-head .single-cat{
	margin-left: 1rem;
	font-size: 1.3rem;
	padding: 0.8rem;
	border-radius: 0.5rem;
}
.page--single .single-article .single-ttl{
	font-size: 2.2rem;
	line-height: 1.72;
}
.page--single .single-article .single-img{
	margin-top: 4rem;
}
.page--single .single-article .single-img img{
	border-radius: 0.5rem;
	width: auto;
	max-width: 100%;
}
.page--single .single-article .single-content-container{
	margin-top: 4rem;
}
.page--single .single-article .single-btn-container{
	margin-top: 5rem;
}

@media only screen and (max-width: 599px) {
	.page--single .single-article{
		width: 100%;
	}
}

@media print,screen and (min-width: 600px) {
	.page--single .single-article-outer{
		padding-top: 10rem;
	}
	.page--single .single-article{
		padding: 8rem;
	}
	.page--single .single-article-inner{
		width: 100%;
	}
	.page--single .single-article .single-head{
		margin-bottom: 1.5rem;
	}
	.page--single .single-article .single-ttl{
		font-size: 2.6rem;
		line-height: 1.76;
	}
	.page--single .single-article .single-img{
		margin-top: 6rem;
	}
	.page--single .single-article .single-content-container{
		margin-top: 6rem;
	}
	.page--single .single-article .single-btn-container{
		margin-top: 8rem;
	}
	.page--single .single-article .single-btn-container .btn{
		width: 33.5rem;
		margin: 0 auto;
	}
}

/*====================================
loan
====================================*/
#loan .sec-pagettl .container-pagettl{
	padding-bottom: 12rem;
}
#loan .sec-lead{
	padding-bottom: 10rem;
}
#loan .sec-lead .sec-ttl{
	margin-bottom: 4.5rem;
}
#loan .sec-lead .container-lead .container-ttl{
	font-size: 2.2rem;
	line-height: 1.72;
	margin-bottom: 2.5rem;
}
#loan .sec-lead .container-lead .block-txt{
	line-height: 2.18;
}
#loan .sec-lead .container-loan-list{
	margin-top: 8rem;
}
#loan .sec-lead .container-loan{
	width: 100%;
}
#loan .sec-lead .container-loan:not(:last-child){
	margin-bottom: 8rem;
}
#loan .sec-lead .container-loan .container-ttl{
	font-size: 2.2rem;
	line-height: 1.9;
	margin-bottom: 2.5rem;
}

@media only screen and (max-width: 599px) {
	#loan .sec-lead .container-loan .block-img{
		margin-bottom: 3rem;
	}
}

@media print,screen and (min-width: 600px) {
	#loan .sec-pagettl .container-pagettl{
		padding-bottom: 15rem;
	}
	#loan .sec-lead{
		padding-bottom: 15rem;
	}
	#loan .sec-lead .sec-ttl{
		margin-bottom: 6.5rem;
	}
	#loan .sec-lead .container-lead .container-ttl{
		font-size: 2.6rem;
		line-height: 2;
		margin-bottom: 4.5rem;
		text-align: center;
	}
	#loan .sec-lead .container-lead .block-txt{
		width: 71rem;
		margin: 0 auto;
	}
	#loan .sec-lead .container-loan{
		position: relative;
		box-sizing: border-box;
		width: 90rem;
		min-height: 50rem;
		display: flex;
		align-items: center;
	}
	#loan .sec-lead .container-loan .block-img{
		position: absolute;
		top: 0;
		width: 63rem;
	}
	#loan .sec-lead .container-loan .block-txt{
		box-sizing: border-box;
		width: 40rem;
		margin: 0;
	}
	#loan .sec-lead .container-loan:nth-child(odd){
		padding-left: 50rem;
	}
	#loan .sec-lead .container-loan:nth-child(odd) .block-img{
		right: 47rem;
	}
	#loan .sec-lead .container-loan:nth-child(even) .block-img{
		left: 47rem;
	}
}

/* review
--------------------------------------*/
#loan .sec-review{
	padding-top: 6rem;
	position: relative;
}
#loan .sec-review:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 0;
	width: 100%;
	height: 50rem;
	background: linear-gradient(to bottom,#EDECEA 0%, rgba(237, 236, 234, 0) 100%);
}
#loan .sec-review .sec-ttl,
#loan .sec-review .container-review-list{
	position: relative;
	z-index: 2;
}
#loan .sec-review .sec-ttl{
	margin-bottom: 4.5rem;
}
#loan .sec-review .container-review{
	box-sizing: border-box;
	padding: 2.5rem;
	border-radius: 0.5rem;
}
#loan .sec-review .container-review .block-head{
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
#loan .sec-review .container-review .block-head .box-label{
	font-size: 1.3rem;
	border-radius: 0.5rem;
	padding: 0.8rem;
	margin-right: 1rem;
}
#loan .sec-review .container-review .block-head .box-txt{
	flex: 1;
	line-height: 1;
}
#loan .sec-review .container-review .block-ttl{
	display: flex;
	align-items: flex-start;
	padding-bottom: 2rem;
	border-bottom: 1px solid #D8E3E3;
}
#loan .sec-review .container-review .block-ttl .box-img{
	width: 10rem;
}
#loan .sec-review .container-review .block-ttl .box-img .item-name{
	font-size: 1.3rem;
	margin-top: 0.8rem;
}
#loan .sec-review .container-review .block-ttl .box-ttl{
	flex: 1;
	padding-left: 2rem;
}
#loan .sec-review .container-review .container-ttl{
	font-size: 1.8rem;
	line-height: 1.88;
}
#loan .sec-review .container-review .block-txt{
	padding-top: 1.5rem;
	line-height: 2.18;
}

@media only screen and (max-width: 599px) {
	#loan .sec-review .container-review:not(:last-child){
		margin-bottom: 3rem;
	}
}

@media print,screen and (min-width: 600px) {
	#loan .sec-review{
		padding-top: 10rem;
	}
	#loan .sec-review:before{
		width: calc((100% - 110rem) / 2 + 110rem);
		border-radius: 10rem 0 0 0;
	}
	#loan .sec-review .sec-ttl{
		margin-bottom: 6.5rem;
	}
	#loan .sec-review .container-review-list{
		width: 98rem;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#loan .sec-review .container-review{
		width: calc((100% - 4rem) / 2);
		padding: 4rem;
	}
	#loan .sec-review .container-review:nth-child(n+3){
		margin-top: 4rem;
	}
	#loan .sec-review .container-review .block-head{
		margin-bottom: 3rem;
	}
	#loan .sec-review .container-review .block-ttl{
		padding-bottom: 3rem;
	}
	#loan .sec-review .container-review .block-ttl .box-ttl{
		min-height: 10rem;
		display: flex;
		align-items: center;
	}
	#loan .sec-review .container-review .container-ttl{
		font-size: 2rem;
	}
	#loan .sec-review .container-review .block-txt{
		padding-top: 2.5rem;
	}
}

/* faq
--------------------------------------*/
#loan .sec-faq{
	padding: 10rem 0;
}
#loan .sec-faq .faq-item:not(:last-child){
	margin-bottom: 3.7rem;
}
#loan .sec-faq .faq-item .q-box{
	display: flex;
	align-items: flex-start;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #DEDEDE;
}
#loan .sec-faq .faq-item .q-icon{
	box-sizing: border-box;
	padding-bottom: 0.3rem;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
}
#loan .sec-faq .faq-item .q-txt{
	flex: 1;
	padding-left: 1rem;
	font-size: 1.8rem;
	line-height: 1.88;
}
#loan .sec-faq .faq-item .a-box{
	padding-top: 1.5rem;
}
#loan .sec-faq .faq-item .a-txt{
	line-height: 2.18;
}
#loan .sec-faq .container-note{
	box-sizing: border-box;
	margin-top: 4.5rem;
	padding: 2rem;
	border-radius: 0.5rem;
	font-size: 1.8rem;
	line-height: 1.88;
}

@media only screen and (max-width: 599px) {
}

@media print,screen and (min-width: 600px) {
	#loan .sec-faq{
		padding: 15rem 0;
	}
	#loan .sec-faq .container-faq,
	#loan .sec-faq .container-note{
		width: 90rem;
	}
	#loan .sec-faq .faq-item:not(:last-child){
		margin-bottom: 4.5rem;
	}
	#loan .sec-faq .faq-item .q-box{
		padding-bottom: 2rem;
	}
	#loan .sec-faq .faq-item .q-icon{
		width: 4rem;
		height: 4rem;
		font-size: 2rem;
	}
	#loan .sec-faq .faq-item .q-txt{
		font-size: 2rem;
	}
	#loan .sec-faq .container-note{
		margin-top: 6.5rem;
		font-size: 2rem;
	}
}

/*====================================

====================================*/

/*
--------------------------------------*/

@media only screen and (max-width: 599px) {
}

@media print,screen and (min-width: 600px) {
}


