@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
* html .clearfix {
    zoom: 1;
}
* + html .clearfix {
    zoom: 1;
}
.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBox .bannList {
    display: flex;
    flex-wrap: wrap;
}


.comBox {
	max-width: 1240px;
	margin: 0 auto;
}
.comBox01 {
	max-width: 1000px;
	margin: 0 auto;
}
.en01 {
	font-family: 'Noto Serif JP', serif;
}
.en02 {
	font-family: 'Josefin Sans', sans-serif;
}
@media all and (max-width: 896px) {
	.comBox {
		margin: 0 14px;
	}
	.comBox01 {
		margin: 0 14px;
	}
}
.headLine01 {
	margin-bottom: 48px;
	font-size: 2rem;
	text-align: center;
	font-weight: 400;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.5px;
}
.headLine01 span {
	padding-bottom: 41px;
	display: inline-block;
	background: url('../../img/index/line01.png') no-repeat left bottom / 100% auto;
}
.headLine02 {
	margin-bottom: 44px;
	font-size: 1.8rem;
	text-align: center;
	color : #4C4C4C;
	font-weight: 400;
}
.headLine02 .en02 {
	letter-spacing: 2px;
	line-height: 1.2;
	display: block;
	font-size: 5.4rem;
}
.headLine03 {
	margin-bottom: 32px;
	font-size: 3.6rem;
	color: #3c8cb4;
	text-align: center;
	letter-spacing: -4px;
	font-family: 'Noto Serif JP', serif;
}
.comColor01 {
	color: #64A078;
}
.comColor02 {
	color: #B4A03C;
}
.headLine03 .en02 {
	display: block;
	font-size: 1.6rem;
	color: #808080;
	font-weight: 400;
	letter-spacing: 0;
}
.headLine04 {
    margin-bottom: 50px;
    font-size: 1.8rem;
    color: #191919;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
}
.headLine04 span {
    letter-spacing: 2px;
    line-height: 1.2;
    display: block;
    font-size: 5.4rem;
}
.headLine05 {
    margin-bottom: 54px;
    color: #191919;
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 0.9;
    text-align: center;
}
.headLine05 .txt {
    display: block;
}
.headLine05 .en {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    font-family: 'Noto Serif JP', serif;
}
.headLine05 .en::after {
    margin-left: -72px;
    width: 151px;
    height: 2px;
    position: absolute;
    bottom: -23px;
    left: 50%;
    background-color: transparent;
    content: '';
}
.headLine07 {
	font-size: 2.5rem;
	font-weight: 700;
	position: relative;
	display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 60px 0 20px;
}
.headLine07::after{
	content: "";
	width: 130px;
	height: 3px;
	background: #3C8CB4;
	position: absolute;
	bottom: 0;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 24px;
        font-size: 1.6rem;
        line-height: 1.9;
    }
    .headLine01 span {
        padding-bottom: 35px;
        display: block;
    }
    .headLine02 {
        margin-bottom: 53px;
        font-size: 1.4rem;
    }
    .headLine02 .en02 {
        margin-bottom: 8px;
        letter-spacing: 4px;
        font-size: 4.8rem;
    }
    .headLine03 {
        margin-bottom: 21px;
        font-size: 2.7rem;
    }
    .headLine03 .en02 {
        font-size: 1.2rem;
        letter-spacing: 0.6px;
    }
    .headLine04 {
        margin-bottom: 37px;
        font-size: 1.4rem;
    }
    .headLine04 span {
        letter-spacing: 2px;
        font-size: 3.4rem;
    }
    .headLine05 {
        margin-bottom: 45px;
        font-size: 2.2rem;
        line-height: 1.15;
    }
    .headLine05 .en {
        margin-top: 0;
        font-size: 1.4rem;
        letter-spacing: 0.9px;
    }
    .headLine05 .en::after {
        margin-left: 0;
        min-width: 77px;
        width: 100%;
        height: 1px;
        bottom: -9px;
        transform: translateX(-50%);
        background-color: #CBCBCB;
    }
	.headLine07 {
		font-size: 1.6rem;
		display: block;
		margin-bottom: 0;
		padding: 0;
	}
	.headLine07::after{
		content: none;
	}
}
@media all and (max-width: 374px) {
    .headLine01 {
        font-size: 1.3rem;
	}
	.headLine04 span {
		font-size: 3.3rem;
	}
	.headLine03 {
		font-size: 2.6rem;
	}
}
/* comListUl */
.comListUl {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.comListUl > li {
	width: 475px;
	background-color: #3C8CA0;
}
.comListUl .tBox {
	padding: 19px 0 17px;
	background-color: #F5FFFF;
}
.comListUl .img {
	margin-bottom: 11px;
}
.comListUl .ttl {
	font-size: 3rem;
	text-align: center;
	color: #3C8CA0;
	letter-spacing: -3px;
	font-family: 'Noto Serif JP', serif;
}
.comListUl .ttl .en02 {
	margin-top: 3px;
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.7px;
	font-weight: 500;
}
.comListUl .txt {
	padding: 9px 0 8px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 500;
}
.comListUl .color01 .tBox {
	background-color: #F5FFF0;
}
.comListUl .color01 .txt {
	background-color: #64A078;
}
.comListUl .color02 .tBox {
	background-color: #FFFFE1;
}
.comListUl .color02 .txt {
	background-color: #B4A03C;
}
.comListUl .color03 .tBox {
	background-color: #FFF5F5;
}
.comListUl .color03 .txt {
	background-color: #A05064;
}
@media all and (max-width: 896px) {
	.comListUl {
		display: block;
	}
	.comListUl > li {
		width: auto;
	}
	.comListUl .txt {
		padding: 3px 0;
		font-size: 1.4rem;
		letter-spacing: 1.3px;
	}
	.comListUl .ttl {
		font-size: 2rem;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";	
	}
	.comListUl .ttl .en02 {
		font-size: 1.1rem;
	}
	.comListUl .tBox {
		padding: 0 0 10px;
	}
	.comListUl .tBox img {
		width: 28px;
	}
	.comListUl .img {
		margin-bottom: 9px;
	}
 .comListUl li .pho img {
		width: 100%;
	}	
	
}
@media all and (max-width: 374px) { 
	.comListUl h3 {
		font-size: 1.8rem;
	}
}
/* comTxt */
.comTxt {
	position: absolute;
	left: 50%;
	top: calc(50% - 15px);
	font-size: 4rem;
	font-weight: 600;
	transform: translate(-50%,-50%);
}
@media all and (max-width: 896px) {
	.comTxt {
		font-size: 3rem;
		top: calc(50% - 12px);
	}
}
/* comWork */
.comWork {
	margin-top: 94px;
}
.comWork .slickBox {
	position: relative;
}
.comWork .arrowBox div {
	position: absolute;
	top: 121px;
	cursor: pointer;
}
.comWork .arrowBox .lArrow {
	left: 0;
}
.comWork .arrowBox .rArrow {
	right: 0;
}
.comWork .slickBox ul {
	margin: 0 -5px;
	display: flex;
	justify-content: center;
}
.comWork .slickBox .arrowBox {
	display: none;
}
.comWork a {
	display: block;
}
.comWork a:hover {
	opacity: 0.7;
}
.comWork .slickBox ul li {
	padding: 0 5px;
	width: 20%;
	box-sizing: border-box;
	position: relative;
	box-sizing: border-box;
}
.comWork .slickBox .img {
	height: 255px;
	margin-bottom: 17px;
	position: relative;
}
.comWork .slickBox .img img {
	width: 100%;
	height: 100%;
  object-fit: cover;
}
.comWork .slickBox .posTxt {
	padding: 3px 4px;
	min-width: 120px;
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 1;
	color: #fff;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	background-color: #64A078;
}
.comWork .slickBox .color01 {
	background-color: #3C8CA0;
}
.comWork .slickBox .color02 {
	background-color: #B4A03C;
}
.comWork .txtBox {
	margin-left: 10px;
	font-weight: 500;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.comWork time {
	margin-bottom: 6px;
	display: block;
	font-size: 1.4rem;
	color: #808080;
	font-weight: 500;
}
.comWork p {
	letter-spacing: -0.9px;
}
.comColumn {
	margin-top: 0;
}
.comColumn .slickBox ul {
	margin: 0;
	flex-wrap: wrap;
	gap: 30px 8px;
	font-weight: 500;
}
.comColumn .slickBox ul li {
	margin: 0;
	padding: 0;
	width: 244px;
}
.comColumn .txtBox {
	margin-left: 8px;
}
.comColumn .slickBox .img {
	height: 174px;
	margin-bottom: 0;
}
.comColumn time {
	margin-bottom: 4px;
}
.comColumn p {
	letter-spacing: 0;
}
@media all and (min-width: 897px) {
	.comWork .arrowBox div:hover {
		opacity: 0.7;
	}
	.comColumn .slickBox ul li:nth-child(4n) {
		margin-right: 0;
	}
}
@media all and (max-width: 896px) {
	.comWork .headLine02 {
		margin-bottom: 25px;
	}
	.comWork {
		margin-top: 45px;
	}
	.comWork .slickBox ul li {
		max-width: 305px;
	}
	.comWork .arrowBox div {
		top: 85px;
	}
	.comWork .arrowBox img {
		width: 30px;
	}
	.comWork time {
		font-size: 1.3rem;
	}
	.comWork .txtBox {
		font-size: 1.4rem;
	}
	.comColumn {
		margin-top: 31px;
	}
	.comColumn .slickBox ul {
		margin: 0 0 0;
		display: block;
	}
	.comColumn .slickBox ul li {
		margin: 0 0 8px;
		max-width: 100%;
		width: auto;
	}
	.comColumn .slickBox ul li:last-child {
		margin-bottom: 0;
	}
	.comColumn .txtBox {
		margin-left: 12px;
	}
	.comColumn .slickBox .img {
		height: auto;
		aspect-ratio: 382/272;
		margin-bottom: 9px;
	}
}
/* comBtn */
.comBtn {
	max-width: 400px;
	margin: 65px auto 0;
}
.comBtn a {
	padding: 21px 10px 19px;
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	background-color: #28B4DC;
}
.comBtn a:hover {
	opacity: 0.7;
}
.comBtn a::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: 8px solid transparent;
	border-right-color: #fff;
	border-bottom-color: #fff;
}
@media all and (max-width: 896px) {
	.comBtn {
		margin: 43px auto 0;
		width: 92%;
	}
	.comBtn a {
		padding-top: 22px;
		font-size: 1.3rem;
	}
	.comBtn a::after {
		bottom: 5px;
		right: 5px;
	}
}
/* pagepath */
.pagepath {
	margin-top: -50px;
	padding: 1px 0 13px;
	border-radius: 22px 22px 0 0;
	font-size: 1.2rem;
	color: #666;
	position: relative;
	background-color: #fff;
}
.pagepath ul {
	margin: 17px 0 0 20px;
}
.pagepath .style a {
	color: #0a3250;
}
.pagepath a {
	padding-right: 4px;
	color: #666;
	vertical-align: middle;
}
.pagepath a:hover {
	opacity: 0.7;
}
.pagepath li {
	margin-right: 2px;
	display: inline-block;
}
.pagepath01 {
	margin-top: 0;
}
.pagepath01 ul {
	margin: 19px 0 0;
}
@media all and (-ms-high-contrast:none){
	.pagepath {
		margin-top: -49px;
	}
	.pagepath01 {
		margin-top: 0;
	}
}
.comTtlBox {
	font-size: 1.6rem;
	color: #191919;
	text-align: center;
}
.comTtlBox .headLine03 {
	margin-bottom: 0;
	padding: 19px 0 13px;
	color: #191919;
	font-size: 3rem;
	letter-spacing: 8px;
	background-color: #F5F2E9;
}
.comTtlBox .headLine03 .en02 {
	margin-top: 4px;
	letter-spacing: 1px;
	background-color: #F5F2E9;
}
.comTtlBox .txt {
	padding-bottom: 21px;
	font-weight: 500;
	background-color: #F5F2E9;
}
@media all and (max-width: 896px) {
	.comTtlBox {
		margin-bottom: 12px;
	}
	.comTtlBox .txt {
		background-color: transparent;
	}
	.comTtlBox .headLine03 {
		margin-bottom: 20px;
		padding-bottom: 23px;
		font-size: 2.6rem;
		letter-spacing: 11px;
	}
	.comTtlBox .headLine03 .en02 {
		margin-top: 1px;
		letter-spacing: 1px;
		font-size: 1.1rem;
	}
	.comTtlBox .txt {
		padding-bottom: 0;
		font-size: 1.6rem;
		line-height: 1.76;
	}
}

/* wp-pagenavi */
.wp-pagenavi {
	margin: 74px 0 0 49px;
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 1.4rem;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border: 1px solid #143C64;
	padding: 4px 9px;
	margin: 0 10px;
	font-weight: bold;
	vertical-align: middle;
	background-color: #143C64;
}
.wp-pagenavi span.current {
	border-color: #143C64;
	color: #143C64;
	background-color: transparent;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	min-width: 32px;
	min-height: 33px;
	padding: 0;
	position: relative;
	background-color: transparent;
	border: none;
}
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border: 8px solid transparent;
	border-left-width: 14px;
	border-left-color: #143C64;
	border-top-color: transparent;
	border-bottom-color: transparent;
	transform: translate(-50%,-50%);
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover{
		border-color: #143C64;
		color: #143C64;
		background-color: transparent;
	
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin: 58px 0 0 0;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		padding: 4px;
		width: 43px;
		height: 43px;
		margin: 0 6px;
		box-sizing: border-box;
		font-size: 1.85rem;
		line-height: 37px;
	}
	.wp-pagenavi .nextpostslink::before, .wp-pagenavi .previouspostslink::before {
		border-width: 11px;
		border-left-width: 19px;
	}
}
@media all and (max-width: 374px) {
	.wp-pagenavi a, .wp-pagenavi span {
		width: 38px;
		height: 38px;
		margin: 0 5px;
		line-height: 30px;
	}
}
/* faqList */
.faqList {
	padding-top: 61px;
	/* margin-top: 88px; */
	margin-top: 250px;
	border-top: 1px solid #D9D9D9;
	display: flex;
	flex-wrap: wrap;
}
.faqList > li {
	width: calc(100% / 3);
}
.faqList .headLine03 {
	margin-bottom: 34px;
	font-size: 2.9rem;
}
.faqList .headLine03 .en02 {
	margin-top: 4px;
	letter-spacing: 0.9px;
}
.faqList .subList {
	width: 223px;
	margin-left: auto;
	font-size: 1.6rem;
}
.faqList .subList a {
	color: #191919;
}
.faqList .subList li:not(:last-child) {
	margin-bottom: 6px;
}
.faqList .subList li {
	position: relative;
}
.faqList .subList li::before {
	position: absolute;
	left: -30px;
	top: 4px;
	transform: rotate(45deg);
	content: "";
	width: 6px;
	height: 6px;
	border-right: 2px solid; 
	border-bottom: 2px solid;
	border-color: #3C8CA0;
}
.faqList .color01 .headLine03 {
	color: #64A078;
}
.faqList a:hover {
	opacity: 0.7;
}
.faqList .color01 .subList li::before {
	border-color: #64A078;
}
.faqList .color02 .headLine03 {
	color: #B4A03C;
}
.faqList .color02 .subList li::before {
	border-color: #B4A03C;
}
@media all and (max-width: 896px) {
	.faqList {
		padding-top: 0;
		display: block;
		margin: 57px -14px 0;
		border-width: 2px;
	}
	.faqList > li {
		width: auto;
	}
	.faqList .headLine03 {
		margin-bottom: 0;
		padding: 2px 22px 6px 0;
		letter-spacing: -5.3px;
		position: relative;
		border-bottom: 2px solid #D9D9D9;
		background-color: #F7F7F7;
		border-width: 2px;
		cursor: pointer;
	}
	.faqList .headLine03::before,
	.faqList .headLine03::after {
		content: "";
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		width: 15px;
		height: 1px;
		opacity: 1;
		transition: all 0.3s;
		background-color: #333;
	}
	.faqList .headLine03::after {
		top: 50%;
		opacity: 1;
		transform: translateY(-50%) rotate(90deg);
	}
	.faqList .on::after {
		opacity: 0;
		transform: translateY(-50%) rotate(0);
	}
	.faqList .headLine03 .en02 {
		margin-top: -1px;
	}
	.faqList .subList {
		padding-top: 4px;
		width: auto;
		display: none;
	}
	.faqList .subList li::before {
		display: none;
	}
	.faqList .subList li {
		text-align: center;
		border-bottom: 2px solid #D9D9D9;
	}
	.faqList .subList a {
		font-size: 1.5rem;
		padding: 10px;
		display: block;
	}
}
@media all and (max-width: 374px) {
	.faqList .headLine03 {
		font-size: 2.5rem;
	}
}


.popBox {
	display: none;
}
.popBox .popInner {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 55px 50px 30px;
}
.popBox .popInner .sliderFor {
	margin: 0 0 17px;
	display: block;
}
.popBox .popInner .ttl {
	margin-bottom: 11px;
	color: #fff;
	font-weight: 600;
	font-size: 1.7rem;
}
.popBox .popInner .txt {
	margin-top: 7px;
	display: block;
	color: #B2B2B2;
	font-weight: 600;
}
.popBox .popInner .sliderFor li {
	width: auto;
	margin: 0;
}
.popBox .popInner .sliderFor img {
/*	width: 100%; */
    margin-left : auto;
    margin-right: auto;
    text-align: initial;
    max-height: 750px;
}
.popBox .popInner .sliderNav {
	margin: -10px 0 17px;
}
.popBox .popInner .sliderNav li {
	margin: 10px 12px 0 0;
	width: 150px;
	height: 103px;
	float: left;
	text-align: center;
	cursor: pointer
}
.popBox .popInner .sliderNav li img {
	width: auto;
	height: 100%;
}
.popBox .popInner .txt01 {
	padding: 15px 21px;
	color: #fff;
	line-height: 1.8;
	background-color: #000;
}
.popBox.fancybox-content {
	padding: 0;
	background-color: inherit;
}
.fancybox-close-small {
	display: none !important;
}
.popBox  .slickBox .slick-arrow {
	position: absolute;
	left: -50px;
	top: calc(50% - 26px);
	width: 27px;
	height: 52px;
	border: none;
	cursor: pointer;
	text-indent: 100000px;
	overflow: hidden;
	background: url(../../img/common/arrow_img03.png) no-repeat center center;
	background-size: 27px auto;
}
.popBox .slickBox .slick-arrow.slick-next {
	left: auto;
	right: -50px;
	background-image: url(../../img/common/arrow_img04.png);
}
.popBox .popInner .closeBtn {
	position: absolute;
	right: 50px;
	top: 17px;
	cursor: pointer;
}

@media all and (min-width: 897px) {
	.popBox .popInner .sliderNav li:nth-child(5n) {
		margin-right: 0;
	}
	.popBox .popInner .sliderNav li:nth-child(4n) {
		margin-right: 12px;
	}
	.popBox .popInner .closeBtn:hover {
		opacity: 0.7
	} 
}
@media all and (max-width: 896px) {
	.popBox .popInner .sliderFor li {
		min-width: auto;
	}
}
@media all and (max-width: 896px) {
	.fancybox-slide--html {
		padding: 6px 0;
	}
	.popBox .popInner {
		padding: 23px 0 30px;
	}
	.popBox .popInner .ttl {
		margin: 0 15px 11px;
		font-size: 1.6rem;
		font-weight: 400;
	}
	.popBox .popInner .sliderFor img {
		min-width: auto;
	}
	.popBox .popInner .txt {
		margin: 5px 15px 0;
		font-size: 1.4rem;
	}
	.popBox .popInner .sliderNav {
		margin: -11px 5px 17px;
	}
	.popBox .popInner .sliderNav li {
		margin: 5px 7px   0 0;
		width: 17.8%;
		height: auto;
		padding-bottom: 12.9%;
		position: relative;
	}
	.popBox .popInner .sliderNav li:nth-child(5n) {
		margin-right: 0;
	}
	.popBox .popInner .txt01 {
		padding: 10px;
	}
	.popBox .popInner .closeBtn {
		top: 1px;
		right: 7px;
		width: 20px;
	}
	.popBox  .slickBox .slick-arrow {
		left: 10px;
		z-index: 10;
		background-size: 15px auto;
	}
	.popBox  .slickBox .slick-arrow.slick-next {
		right: 10px;
	}
	.popBox .popInner .sliderNav li img {
		position: absolute;
		left: 0;
		top: 0;
		width: auto;
		height: 100%;
		-o-object-fit: contain;
    	object-fit: contain;
	}
}
@media all and (max-width: 374px) {
	.popBox .popInner .sliderNav li {
		margin-right: 7px;
	}
}


/*comBaBox*/
.comBaBox {
    border: 1px solid #E5E5E5;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 40px;
	margin-bottom: 73px;
}
.comBaBox h2 {
    margin-bottom: 15px;
    padding: 7px 0 3px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 1.7px;
    text-align: center;
    background-color: #01B901;
}
.comBaBox h2 span {
    padding-left: 48px;
    display: inline-block;
    background: url("../../img/about/line_img01.png") no-repeat left top / 36px;
}
.comBaBox .lineBox {
    margin: 0 auto 14px;
    width: 954px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comBaBox .lineL {
    width: 691px;
    text-align: right;
}
.comBaBox .lineL .official {
    margin: 16px 0 10px;
    display: inline-block;
    position: relative;
    font-size: 2.5rem;
    letter-spacing: 2.4px;
}
.comBaBox .lineL .official::before {
    width: 42px;
    height: 45px;
    position: absolute;
    top: -8px;
    left: -49px;
    background: url("../../img/about/line_icon.png") no-repeat left center / 42px;
    content: '';
}
.comBaBox .lineL .consultation {
    position: relative;
    font-size: 3.5rem;
    font-weight: 700;
}
.comBaBox .lineL .consultation::before {
    width: 122px;
    height: 55.5px;
    position: absolute;
    top: -55px;
    left: 1px;
    background: url("../../img/about/line_img02.png") no-repeat left top / 122px;
    content: '';
}
.comBaBox .lineL .consultation span {
    margin-right: 15px;
    display: inline-block;
    background: url("../../img/about/line_bg02.jpg") repeat-x left bottom 6px / 100%;
}
.comBaBox .lineL .consultation span:nth-child(2n) {
    margin-right: 0;
}
.comBaBox .lineR {
    padding: 10px;
    width: 242px;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #01B901;
    border-radius: 4px;
    box-sizing: border-box;
}
.comBaBox .lineR img {
    margin-right: 7px;
    width: 91px;
}
.comBaBox .lineR span {
    display: inline-block;
    color: #fff;
	font-weight: 600;
	flex: 1;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
    font-size: 1.4rem;
    line-height: 23px;
    letter-spacing: 1.05px;
}
.comBaBox .details {
    margin: 0 16px 19px 0;
	text-align: right;
	font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-size: 1.4rem;
    letter-spacing: 1px;
}
.comBaBox .details a:link {
    text-decoration: underline;
}
.comBaBox .details a:hover {
    text-decoration: none;
}
.comBaBox .contactBox {
    padding: 23px 0 32px;
    border-top: 1px dashed #989898;
}
.comBaBox .contactBox p {
    margin-bottom: 8px;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
}
.comBaBox .contact {
    margin: 0 auto;
    padding: 7px 42px 0;
    width: 900px;
    color: #fff;
    line-height: 1.4;
    background-color: #2C6BA0;
    box-sizing: border-box;
}
.comBaBox .contact span {
    display: inline-block;
}
.comBaBox .contact a {
    padding-left: 51px;
    color: #fff;
    font-size: 5rem;
    letter-spacing: 1.3px;
    background: url("../../img/about/tel_icon.png") no-repeat left center / 37px;
}
.comBaBox .contact .time {
    margin-left: 13px;
    font-size: 1.7rem;
    vertical-align: 12px
}
.comBaBox .contact .reception {
    margin-right: 7px;
    padding: 3px;
    width: 80px;
    color: #2D6B9C;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
	box-sizing: border-box;
	position: relative;
	top: -2px;
}
@media all and (max-width: 896px) {
    .comBaBox {
    border: 1px solid #E5E5E5;
    max-width: 95%;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 73px;
    margin-left: auto;
    }
    .comBaBox h2 {
        margin-bottom: 3px;
        padding: 6px 0 2px;
        font-size: 1.5rem;
        letter-spacing: 1px;
    }
    .comBaBox h2 span {
        padding-left: 31px;
        background: url("../../img/about/line_img01.png") no-repeat left -2px top -1px / 27px;
    }
    .comBaBox .lineBox {
        width: 100%;
    }
    .comBaBox .lineL {
        width: 100%;
        text-align: left;
    }
    .comBaBox .lineL .official {
        margin: 16px 61px 3px;
        width: 50%;
        font-size: 1.6rem;
        letter-spacing: 0.9px;
        line-height: 1.5;
    }
    .comBaBox .lineL .official::before {
        top: -5px;
        left: -53px;
    }
    .comBaBox .lineL .consultation {
        margin-bottom: 13px;
        font-size: 3.1rem;
        font-weight: 400;
        line-height: 1.65;
        text-align: center;
    }
    .comBaBox .lineL .consultation::before {
        top: -42px;
        left: 62.7%;
        background: url("../../img/about/sp_line_img02.png") no-repeat right top / 111px;
    }
    .comBaBox .lineL .consultation span {
        background: url("../../img/about/line_bg02.jpg") repeat-x left bottom 6px / 100%;
    }
    .comBaBox .lineR {
        margin: 0 auto 2px;
        padding: 7px 6px 6px;
        width: 117px;
        height: auto;
    }
    .comBaBox .lineR span {
        font-size: 1.3rem;
        padding-left: 31px;
        background: url("../../img/about/line_img01.png") no-repeat left 5px top 1px / 23px;
    }
    .comBaBox .details {
        margin-right: 0;
        font-size: 1.1rem;
        text-align: center;
    }
    .comBaBox .contactBox {
        padding: 12px 0 14px;
        border-top: 2px dotted #989898;
    }
    .comBaBox .contactBox p {
        font-size: 1.6rem;
        font-weight: 400;
    }
    .comBaBox .contact {
        margin: 0 auto;
        padding: 10px 12px 18px;
        width: 93.1%;
		line-height: 1.4;
		text-align: center;
    }
    .comBaBox .contact a {
        padding-left: 32px;
		font-size: 3.4rem;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
        background: url("../../img/about/tel_icon.png") no-repeat left center / 26px;
    }
    .comBaBox .contact .time {
        margin-left: 6px;
        font-size: 1.2rem;
        vertical-align: bottom;
    }
    .comBaBox .contact .reception {
        margin-right: 7px;
        padding: 1px;
        width: 60px;
		font-size: 1.1rem;
		position: static;
	}
	.comBaBox .contact span {
		margin-right: -10px;
		display: block;
	}
	.comBaBox .contact .time {
		margin-right: 0;
	}
	.comBaBox .contact .time span {
		display: inline-block;
	}
	


}
.headLine06 {
    margin-bottom: 46px;
    font-size: 2.5rem;
    text-align: center;
    color: #22b143;
}
@media all and (max-width: 896px) {
	.headLine06 {
		margin-bottom: 29px;
		font-size: 2rem;
	}
}
@media all and (max-width: 374px) {
	.comBaBox .lineL .consultation {
        font-size: 2.5rem;
    }
    .comBaBox .lineL .consultation::before {
        left: 54.7%;
        background-size: 90px auto;
    }
    .comBaBox .contact a {
        font-size: 2.8rem;
    }
    .comBaBox .contact .time {
        font-size: 1rem;
    }
    .comBaBox .contact .reception {
        margin-right: 5px;
    }
}

#main .bannList {
    display: flex;
    flex-wrap: wrap;
}
#main .bannList li {
    margin-right: 20px;
    width: 150px;
}
#main .bannList li a:hover {
    opacity: 0.7;
}
@media all and (min-width: 897px) {
    #main .bannList li:nth-child(6n) {
        margin-right: 0;
    }
}
@media all and (max-width: 896px) {
	#main .bannList li {
        margin: 11px 0 0;
        width: 48.3%;
    }
    #main .bannList li img {
        width: 100%;
	}
	#main .bannList {
        margin-top: 32px;
        justify-content: space-between;
    }
}









.kitchen .panorama_box{
	display: none;
}
.panorama_btn{
	display: none;
}
.panorama_box{
	text-align: center;
	padding: 30px 0 15px;
}
.panorama_boxIn{
	border-bottom: 2px dashed #ccc;
	padding-bottom: 100px;
}
.panorama_box.box2{
	border-bottom: none;
	padding-bottom: 0;
}
.panorama_list{
	text-align: left;
}
.panorama_list ul{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.panorama_list li{
	margin: 58px 57px 0 0;
    padding: 0;
	width: 207px;
}
.panorama_list li:nth-child(4n){
	margin-right: 0;
}
.panorama_list li:last-child{
	margin-right: 0;
}
.panorama_list li a{
	text-decoration: underline;
}
.panorama_list li a:hover{
	opacity: 0.7;
}
.panorama_box time{
	font-size: 1.4rem;
	color: #808080;
}
.box2 .panoramaTxt+p{
	display: none;
}
.box2 .panorama_list{
	margin-top: -32px;
}
.panorama_single_page time{
    color: #808080;
}
.panorama_img{
	display: flex;
	justify-content: center;
	margin-top: 45px;
}
.panorama_img + .comBtn{
	margin-top: 80px;
}
.panorama_img + .comBtn a{
	background-color: #3C8CB4;
}
.panoramaTxt .headLine03{
	color: #3e0e00;
    letter-spacing: 0;
}
.panorama_single_page .panoramaTxt{
	padding-top: 60px;
	margin-top: 160px;
	border-top: 1px solid #D9D9D9;
}
.panorama_single_page .faqList{
	margin-top: 0;
	border-top: none;
}
.panorama_single_page .txtBox{
	text-align: center;
}
.panorama_single_page .txtBox.sp{
	display: none;
}
.panorama_single_page .comBtn a{
	background-color: #3C8CB4;
}

@media (max-width: 896px){
	.panorama_btn,.panorama_btn a{
		display: block;
	}
	.panorama_box{
		display: none;
	}
	.panorama_box.box2{
		display: block;
	}
	.panorama_btn .headLine03{
		color: #3e0e00;
	}
	.panorama_btn .headLine03::before,.panorama_btn .headLine03::after{
		content: none;
	}
	.box2 .panoramaTxt+p {
		display: block;
		font-size: 1.6rem;
	}
	.box2 .panorama_list {
		margin-top: 45px;
		border-top: 1px solid #D9D9D9;
	}
	.box2 .panorama_list ul {
		display: block;
	}
	.box2 .panorama_list ul li{
		width: auto;
		margin: 0;
		padding: 25px 20px;
		border-bottom: 1px solid #D9D9D9;
	}
	.box2 .panorama_list ul li a{
		font-size: 1.6rem;
	}
	.panorama_single_page .comTtlBox{
		display: none;
	}
	.panorama_single_page .txtBox{
		text-align: left;
	}
	.panorama_single_page .txtBox.sp{
		display: block;
		padding: 15px;
	}
	.panorama_single_page .txtBox.pc{
		display: none;
	}
	.panorama_img {
		display: flex;
		justify-content: center;
		margin-top: 0;
	}
	.panorama_single_page .panoramaTxt{
		display: none;
	}
	.panorama_single_page .comBtn{
		margin: 20px auto 80px;
	}
	.ricoh-theta-tour-image{
		height: auto !important;
		overflow: hidden;
		max-width: none !important;
	}
	.ricoh-theta-iframe{
		width: 100% !important;
		/*height: calc(100vh - 55px - 67px - 15vh) !important;*/
		height: 380px !important;
	}

}


.js-work-slider .splide__slide {
	width: 320px;
	position: relative;
}

.js-work-slider .posTxt {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
}

.js-work-slider img{
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 320/219;
	object-fit: cover;
}

.js-work-slider.is-static {
	visibility: visible;
}

.js-work-slider.is-static .splide__track {
	overflow: visible;
}

.js-work-slider.is-static .splide__list {
	display: flex;
	justify-content: center;
	gap: 5px;
}

@media all and (max-width: 896px) {
	.js-work-slider .splide__slide {
    width: 325px;
	}
	.js-work-slider .posTxt {
		font-size: 1.9rem;
		top: 12px;
		left: 12px;
	}
	.js-work-slider.is-static .splide__list {
		gap: 10px;
	}
}

.splide__arrow {
	width: 28px;
	height: auto;
	aspect-ratio: 55/104;
	opacity: 1;
}

.splide__arrow svg {
	display: none;
}

.splide__arrow--prev {
	background: url("../../img/common/arrow_img03.png") center / contain no-repeat;
}

.splide__arrow--next {
	background: url("../../img/common/arrow_img04.png") center / contain no-repeat;
}

.splide__arrow--prev {
	left: 57px;
}

.splide__arrow--next {
	right: 57px;
}

.splide__arrow:hover {
	opacity: .7;
}

.splide__pagination {
	bottom: 15px;
	gap: 12px;
}

.splide__pagination__page {
	width: 40px;
	height: 6px;
	margin: 0;
	background: #fff;
	opacity: 1;
	border-radius: 0;
	transform: none;
	transition: none;
}

.splide__pagination__page.is-active {
	background: #145A96;
	transform: none;
}

@media all and (max-width: 896px) {
	.splide__arrow {
		width: 14px;
	}
	.splide__arrow--prev {
		left: 5px;
	}
	.splide__arrow--next {
		right: 5px;
	}
	.splide__pagination {
		bottom: 13px;
		gap: 6px;
	}
	.splide__pagination__page {
		width: 35px;
		height: 4px;
	}
}