@charset "utf-8";
/* CSS Document */
html{
}
body{
	font-family:"Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #F4F4F4;
	color: #1A1814;
}

body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

body.gjs-dashed{}
body:not(.gjs-dashed){}


a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i,a h2,a h3,a h4,a h5,a h6{
	color: #1A1814;
}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}
.pd_wrap_t{
	padding-top: 150px;
}
.pd_wrap_b{
	padding-bottom: 150px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}

.mg_t_1{margin-top: 150px;}
.mg_t_2{margin-top: 100px;}
.mg_t_3{margin-top: 80px;}
.mg_t_4{margin-top: 50px;}
.mg_t_5{margin-top: 30px;}
.mg_b_1{margin-bottom: 150px;}
.mg_b_2{margin-bottom: 100px;}
.mg_b_3{margin-bottom: 80px;}
.mg_b_4{margin-bottom: 50px;}
.mg_b_5{margin-bottom: 30px;}
.pd_t_1{padding-top: 150px;}
.pd_t_2{padding-top: 100px;}
.pd_t_3{padding-top: 80px;}
.pd_t_4{padding-top: 50px;}
.pd_t_5{padding-top: 30px;}
.pd_b_1{padding-bottom: 150px;}
.pd_b_2{padding-bottom: 100px;}
.pd_b_3{padding-bottom: 80px;}
.pd_b_4{padding-bottom: 50px;}
.pd_b_5{padding-bottom: 30px;}

.en_title1{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(34px,6.0vw,60px);
	font-weight: 500;
}
.en_title2{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(26px,4.0vw,44px);
}
.en_title3{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(34px,10.0vw,120px);
	font-weight: 500;
}

.default_title1{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(24px,3.0vw,34px);
	font-weight: 600;
}
.default_title2{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(20px,2.8vw,30px);
	font-weight: 600;
}
.default_title3{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(18px,2.2vw,24px);
	font-weight: 600;
}
.default_txt1{
	font-size: clamp(14px,1.6vw,18px);
}
.default_txt2{
	font-size: clamp(17px,1.9vw,22px);
}
.default_txt3{
	font-size: clamp(16px,1.7vw,20px);
}
.default_txt4{
	font-size: clamp(12px,1.2vw,14px);
}

.font-serif{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.font-eb{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.font-light{font-weight: lighter;}
.font-normal{font-weight: normal;}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-bold{font-weight: bold;}
.font-black{font-weight: 900;}

/* ---------- common ---------- */
.sakura{pointer-events: none!important;}
.imgitem1{
	border-radius: 500px 500px 0 0;
	aspect-ratio: 1 / 1.28;
	border: 2px solid #B2935D;
}
.imgitem2{
	position: relative;
	border-radius: 500px 500px 0 0;
	aspect-ratio: 1 / 1.28;
	border: 2px solid #B2935D;
}
.imgitem2 .item{
	display: block!important;
	position: absolute;
	top: -8%;
	left: 50%;
	width: 40%;
	transform: translateX(-50%);
}
.imgitem2::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 500px 500px 0 0;
	aspect-ratio: 1 / 1.28;
	border: 2px solid #B2935D;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
}

.more a > div{
	gap: 20px;
}
.more a > div p{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(16px,1.7vw,20px);
	letter-spacing: 0.2rem;
}
.more a > div .arrow{
	width: 60px;
	aspect-ratio: 1 / 1;
	border: 1px solid #1A1814;
	border-radius: 50%;
}
.more a > div .arrow img{
	width: 20%;
	transition: ease 0.3s;
}
.more a:hover > div .arrow img{
	transform: translateX(3px);
}

.more2 a,.more2 > div{
	padding: 20px 15px;
	min-width: 300px;
	border: 1px solid #B2935D;
}
.more2 a > div{}

.morewrap{
	gap: 20px 50px;
}

.snsbox{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 20px;
}
.snsbox a div{
	gap: 15px;
}
.snsbox a i{
	font-size: clamp(20px,2.4vw,24px);
	color: #DD7680;
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.more a > div .arrow{
		width: 50px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.more:not(.tb-hide),.more:not(.tb-hide){
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		width: 100%;
	}
	.more a > div{
		gap: 10px;
	}
	.more a > div .arrow{
		width: 40px;
	}
	.more2 a{
		min-width: 240px;
	}
}

/* ---------- layout ---------- */
.top_news_layout .webgene-blog{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	gap: 30px;
}
.top_news_layout .webgene-blog .webgene-item{
	width: calc(100% / 4 - 90px / 4);
}
.top_news_layout .webgene-blog .webgene-item a{
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.top_news_layout .webgene-blog .webgene-item a > div,.top_news_layout .webgene-blog .webgene-item a > h3{
	width: 100%;
}
.top_news_layout .webgene-blog .webgene-item a .date_txt{
	color: #8B8B8B;
}
.top_news_layout .webgene-blog .webgene-item a .catetxt{
	color: #fff;
	background-color: #B2935D;
	padding: 3px 10px;
}

.top_concept_area .contents{
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
.top_concept_area .imgbox{
	width: 60%;
	position: relative;
}
.top_concept_area .imgbox .img1{
	flex-wrap: nowrap;
	width: 100%;
	margin-bottom: -8%;
}
.top_concept_area .imgbox .img1 p{
	padding: 0 10px;
}
.top_concept_area .imgbox .img2{
	width: 45%;
	padding-top: 5%;
	padding-right: 5%;
}
.top_concept_area .imgbox .img3{
	width: 55%;
	position: relative;
	z-index: 2;
}
.top_concept_area .imgbox .txtimg{
	margin-left: 20%;
}
.top_concept_area .txtbox{
	width: 40%;
	padding-right: 5%;
	position: relative;
	align-items: flex-start;
	gap: 40px;
}
.top_concept_area .txtbox .en_title3{
	white-space: nowrap;
	letter-spacing: 0.3rem;
	color: #DD7680;
	opacity: 0.5;
}
.top_concept_area.bg-color4 .txtbox .en_title3{
	color: #363330;
	opacity: 0.2;
}
.top_concept_area .txtbox h2,.top_concept_area .txtbox p{
	max-width: 100%;
}
.top_concept_area .txtbox h2{
	border-bottom: 1px solid #1A1814;
}


.service_layout1 .boxwrap{
	align-items: flex-start;
	justify-content: flex-start;
	gap: 60px 40px;
}
.service_layout1 .boxwrap .box{
	position: relative;
	width: calc(100% / 3 - 80px / 3);
	padding: 30px;
	background-color: #fff;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	gap: 15px;
}
.service_layout1 .boxwrap .box .imgbox{
	width: 100%;
	position: relative;
}
body:not(.gjs-dashed) .service_layout1 .boxwrap .box .imgbox::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 3px);
	height: calc(100% + 3px);
	background-image: url("https://konohanasakuya.co.jp/system_panel/uploads/images/bg_item2.png");
	background-position: center center;
	background-size: 100% 100%;
}
.service_layout1 .boxwrap .box .num{
	position: absolute;
	top: 0;
	right: 20px;
	transform: translateY(-60%);
}
.service_layout1 .boxwrap .box .num p{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-weight: 500;
	line-height: 1;
}
.service_layout1 .boxwrap .box .num p.icon{
	font-size: clamp(16px,2.4vw,24px);
}
.service_layout1 .boxwrap .box .num p:not(.icon){
	font-size: clamp(30px,5.0vw,50px);
}
.service_layout1 .boxwrap .box h3{
	position: relative;
	padding-bottom: 5px;
}
.service_layout1 .boxwrap .box h3::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 20px;
	height: 1px;
	background-color: #B2935D;
}

.strengths_layout1{}
.strengths_layout1 .boxwrap .box{
	gap: 40px;
}
.strengths_layout1 .boxwrap .box:not(:last-of-type){
	margin-bottom: 60px;
}
.strengths_layout1 .boxwrap .box .imgbox{
	width: 200px;
	padding: 8px;
	background-image: url("https://konohanasakuya.co.jp/system_panel/uploads/images/service_layout1_bg.svg");
	background-position: center center;
	background-size: 100% 100%;
}
.strengths_layout1 .boxwrap .box .imgbox img{
	border-radius: 50%;
}
.strengths_layout1 .boxwrap .box .txtbox{
	width: calc(100% - 240px);
}
.strengths_layout1 .boxwrap .box .txtbox .title{
	padding-left: 40px;
	position: relative;
}
.strengths_layout1 .boxwrap .box .txtbox .title::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background-image: url("https://konohanasakuya.co.jp/system_panel/uploads/images/sakura_icon.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.contact_box1{
	position: relative;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	background-color: #F4ECED;
	padding: 0 30px 30px;
	gap: 30px;
}
.contact_box1::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border-radius: 20px;
	border: 1px solid #B2935D;
	pointer-events: none;
}
.contact_box1 > p{
	width: 30px;
	transform: rotate(180deg);
}
.contact_box1 .imgbox{
	width: 25%;
}
.contact_box1 .txtbox{
	width: calc(75% - 90px);
	padding-left: 5%;
	gap: 10px;
	padding: 30px 10px;
}
.contact_box1 .txtbox .title{
	gap: 10px;
	position: relative;
	padding-bottom: 20px;
}
.contact_box1 .txtbox .title::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 15px;
	background-color: #B2935D;
}
.contact_box1 .txtbox .title img{
	width: 18px;
}
.contact_box1 .txtbox a{
	border-radius: 200px;
	padding: 10px 50px;
	background-color: #C9A76C;
}
.contact_box1 .txtbox a p{
	color: #fff;
}

.column2_layout1{
}
.column2_layout1 .box{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.column2_layout1 .box:not(:last-of-type){
	margin-bottom: 80px;
}
.column2_layout1 .box:nth-of-type(odd){
	flex-direction: row-reverse;
}
.column2_layout1 .box .imgbox{
	width: 45%;
}
.column2_layout1 .box .imgbox img{
	border-radius: 20px;
}
.column2_layout1 .box .txtbox{
	width: 55%;
}
.column2_layout1 .box:nth-of-type(odd) .txtbox{
	padding-right: 8%;
}
.column2_layout1 .box:nth-of-type(even) .txtbox{
	padding-left: 8%;
}

.arrow_txt{
	padding: 5%;
	width: 100%;
	border-radius: 20px;
}
.arrow_txt p{
	position: relative;
	padding-left: 20px;
	background-image: url("https://konohanasakuya.co.jp/system_panel/uploads/images/arrow2.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 8px auto;
}
.arrow_txt p:not(:last-of-type){
	margin-bottom: 10px;
}


.company_layout .infolayout .box{
	padding: 30px 0;
	border-bottom: 1px solid rgba(26,24,20,0.10);
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.company_layout .infolayout .box:first-of-type{
	padding-top: 0;
}
.company_layout .infolayout .box h3{
	width: 250px;
}
.company_layout .infolayout .box > div{
	width: calc(100% - 250px);
}
.company_layout .accessbox .title{
	position: relative;
}
.company_layout .accessbox .title::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 4px;
	border-top: 1px solid #B2935D;
	border-bottom: 1px solid #B2935D;
}
.company_layout .accessbox .title p{
	position: relative;
	z-index: 3;
	padding: 0 20px;
}
.company_layout .accessbox .map{
	position: relative;
	overflow: hidden;
	height: 520px;
}
.company_layout .accessbox .map iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 5px);
	height: calc(100% + 5px);
}

.company_layout .message_box .imgbox{
	width: 30%;
}
.company_layout .message_box .imgbox .img1{
	position: relative;
}
body:not(.gjs-dashed) .company_layout .message_box .imgbox .img1::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 90%;
	height: 90%;
	transform: translateY(-50%);
	background-image: url("https://konohanasakuya.co.jp/system_panel/uploads/images/message_sakura.png");
	background-size: 100% auto;
	
}
.company_layout .message_box .txtbox{
	width: 70%;
	padding-left: 5%;
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.top_concept_area .imgbox{
		width: 55%;
	}
	.top_concept_area .txtbox{
		width: 45%;
	}
	
	.service_layout1 .boxwrap{
		gap: 50px 30px;
	}
	.service_layout1 .boxwrap .box{
		width: calc(100% / 3 - 60px / 3);
		padding: 20px;
	}
	.column2_layout1 .box:nth-of-type(odd) .txtbox{
		padding-right: 5%;
	}
	.column2_layout1 .box:nth-of-type(even) .txtbox{
		padding-left: 5%;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.top_news_layout .webgene-blog{
		gap: 20px;
	}
	.top_news_layout .webgene-blog .webgene-item{
		width: calc(100% / 4 - 60px / 4);
	}
	.top_concept_area .imgbox{
		width: 50%;
	}
	.top_concept_area .txtbox{
		width: 50%;
	}
	.service_layout1 .boxwrap .box{
		width: calc(100% / 2 - 30px / 2);
		padding: 20px;
	}
	.company_layout .accessbox .map{height: 500px;}
	.company_layout .infolayout .box h3{
		width: 200px;
	}
	.company_layout .infolayout .box > div{
		width: calc(100% - 200px);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.top_news_layout .webgene-blog{
		gap: 40px 30px;
	}
	.top_news_layout .webgene-blog .webgene-item{
		width: calc(100% / 2 - 30px / 2);
	}
	.strengths_layout1 .boxwrap .box{
		gap: 30px;
	}
	.strengths_layout1 .boxwrap .box:not(:last-of-type){
		margin-bottom: 60px;
	}
	.strengths_layout1 .boxwrap .box .imgbox{
		width: 170px;
	}
	.strengths_layout1 .boxwrap .box .txtbox{
		width: calc(100% - 200px);
	}
	.contact_box1{
		width: auto;
	}
	.contact_box1 .imgbox{
		width: 40%;
	}
	.contact_box1 .txtbox{
		width: 80%;
		padding-left: 0;
		gap: 10px;
		padding: 10px 10px;
	}
	.column2_layout1 .box .imgbox{
		width: 60%;
		margin-bottom: 30px;
	}
	.column2_layout1 .box .txtbox{
		width: 80%;
	}
	.column2_layout1 .box:nth-of-type(odd) .txtbox{
		padding-right: 0;
	}
	.column2_layout1 .box:nth-of-type(even) .txtbox{
		padding-left: 0;
	}
	.company_layout .accessbox .map{height: 450px;}
	.company_layout .infolayout .box h3{
		width: 180px;
	}
	.company_layout .infolayout .box > div{
		width: calc(100% - 180px);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.top_news_layout .webgene-blog{
		gap: 40px 20px;
	}
	.top_news_layout .webgene-blog .webgene-item{
		width: calc(100% / 2 - 20px / 2);
	}
	.top_news_layout .webgene-blog .webgene-item a{
		gap: 8px;
	}
	.top_news_layout .webgene-blog .webgene-item a .catetxt{
		padding: 2px 8px;
	}
	.top_concept_area .imgbox{
		width: 100%;
	}
	.top_concept_area .txtbox{
		width: 100%;
		gap: 20px;
	}
	.service_layout1 .boxwrap{
		gap: 30px;
	}
	.service_layout1 .boxwrap .box{
		width: 100%;
		padding: 20px 15px;
	}
	.strengths_layout1 .boxwrap .box{
		gap: 20px;
	}
	.strengths_layout1 .boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.strengths_layout1 .boxwrap .box .imgbox{
		width: 150px;
	}
	.strengths_layout1 .boxwrap .box .txtbox{
		width: 100%;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.strengths_layout1 .boxwrap .box .txtbox .title{
		padding-left: 30px;
	}
	.strengths_layout1 .boxwrap .box .txtbox .title::after{
		width: 20px;
		height: 20px;
	}
	.contact_box1{
		padding: 20px;
	}
	.contact_box1 > p{
		width: 30px;
		transform: rotate(180deg);
	}
	.contact_box1 .imgbox{
		width: 70%;
	}
	.contact_box1 .txtbox{
		width: 100%;
		padding-left: 0;
		gap: 10px;
		padding: 0px 10px;
	}
	.column2_layout1 .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.column2_layout1 .box .imgbox{
		width: 100%;
		margin-bottom: 30px;
	}
	.column2_layout1 .box .txtbox{
		width: 100%;
	}
	.company_layout .infolayout .box{
		padding: 20px 0;
	}
	.company_layout .accessbox .map{height: 400px;}
	.company_layout .infolayout .box h3{
		width: 100%;
		margin-bottom: 10px;
	}
	.company_layout .infolayout .box > div{
		width: 100%;
	}
	.company_layout .message_box .imgbox{
		width: 50%;
		margin-bottom: 30px;
	}
	.company_layout .message_box .txtbox{
		width: 100%;
		padding-left: 0;
	}
}

/* ---------- title ---------- */
.pagetitle{
	background-image: url("https://konohanasakuya.co.jp/system_panel/uploads/images/pagetitle_sakura.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.pagetitle.pagetitle2{background-image: none;}
.pagetitle .txtbox{
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 20px;
}
.pagetitle.pagetitle2 .txtbox{
	padding-bottom: 0;
}
.pagetitle .txtbox::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 40px;
	bottom: 0;
	left: 50%;
	background-color: #1A1814;
	transform: translateX(-50%);
}
.pagetitle.pagetitle2 .txtbox::after{
	display: none;
}

.pagetitle .en{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(28px,8.0vw,90px);
	letter-spacing: 0.2rem;
	color: #DD7680;
	opacity: 0.4;
}
.pagetitle.pagetitle2 .en{
	font-size: clamp(24px,6.0vw,60px);
}
.pagetitle .imgbox{
	width: 100%;
	height: 345px;
}

.title_item1{
	position: relative;
	overflow: hidden;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: flex-end;
	flex-direction: column;
}
.title_item1 .title{
	position: relative;
}
.title_item1 .title::after{
	content: "";
	position: absolute;
	width: 1000px;
	height: 1px;
	right: 100%;
	background-color: #DD7680;
	top: 50%;
	transform: translateY(-50%) translateX(-15px);
}


.title_item2{
	flex-direction: column;
	gap: 10px;
}
.title_item2 .img1{
	width: 80px;
}
.title_item2 .img2{
	width: 270px;
}

.title_item3{
	position: relative;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 20px;
}
.title_item3::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 15px;
	background-color: #DD7680;
}
.title_item3 img{
	width: 56px;
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.pagetitle .imgbox{
		height: 300px;
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pagetitle .txtbox{
		padding-bottom: 40px;
		margin-bottom: 15px;
	}
	.pagetitle .txtbox::after{
		height: 25px;
	}
	.pagetitle .en{
		letter-spacing: 0.2rem;
	}
	.pagetitle .imgbox{
		height: 200px;
	}
	.title_item2{
		flex-direction: column;
		gap: 6px;
	}
	.title_item2 .img1{
		width: 50px;
	}
	.title_item2 .img2{
		width: 200px;
	}

	.title_item3{
		gap: 6px;
		padding-bottom: 15px;
	}
	.title_item3::after{
		height: 10px;
	}
	.title_item3 img{
		width: 36px;
	}
}


/* ---------- header ---------- */
.header{
	position: relative;
	align-items: flex-start;
	width: 100%;
	padding-top: 30px;
	gap: 40px;
}
.header .logo{
	width: 220px;
}
.header .head_menu_left,.header .head_menu_right{
	position: relative;
	width: calc(50% - 220px / 2 - 80px / 2);
	justify-content: space-around;
	padding: 10px 0 30px;
}
.header .head_menu_left::before,.header .head_menu_right::before,.header .head_menu_left::after,.header .head_menu_right::after{
	content: "";
	position: absolute;
	width: 100%;
	background-color: #B2935D;
	left: 0;
}
.header .head_menu_left::before,.header .head_menu_right::before{
	height: 1px;
	bottom: 0;
}
.header .head_menu_left::after,.header .head_menu_right::after{
	height: 2px;
	bottom: 4px;
}
.head_menu_left div,.head_menu_right div{padding: 10px;}
.head_menu_left div a p,.head_menu_right div a p{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-weight: 500;
	transition: ease 0.3s;
	position: relative;
}
.head_menu_left div a p::after,.head_menu_right div a p::after{
	content: "";
	aspect-ratio: 1 / 1;
	width: 14px;
	background-image: url("https://konohanasakuya.co.jp/system_panel/uploads/images/menu_sakura.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, 0px);
	opacity: 0;
	transition: ease 0.3s;
}
.head_menu_left div a p:hover::after,.head_menu_right div a p:hover::after{opacity: 1;}
.head_menu_left div a:hover,.head_menu_right div a:hover{
	opacity: 1;
}
.head_menu_left div a:hover p,.head_menu_right div a:hover p{
	color: #DD7680;
}

.sc_header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 10px 0 15px;
	gap: 50px;
	transform: translateY(-100%);
	transition: ease 0.5s;
	z-index: 999999;
}
.sc_header.active{
	transform: translateY(0);
}
.sc_header::before,.sc_header::after{
	content: "";
	position: absolute;
	width: 100%;
	background-color: #B2935D;
	left: 0;
}
.sc_header::before{
	height: 1px;
	bottom: 0;
}
.sc_header::after{
	height: 2px;
	bottom: 4px;
}
.sc_header .logo{
	width: 120px;
}
.sc_header .head_menu_left,.sc_header .head_menu_right{
	position: relative;
	width: calc(50% - 220px / 2);
	justify-content: space-around;
	padding: 10px 0 10px;
}
.sc_header .menu-bt{
	display: none;
}
.sc_header .menu-bt .line{
	text-align: center;
	cursor: pointer;
	position: relative;
	width: 30px;
	height: 22px;
}
.sc_header .menu-bt .line div{
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	background-color: #323942;
	transition: ease 0.3s;
}
.sc_header .menu-bt .line div:nth-of-type(1){
	top: 0;
}
.sc_header .menu-bt .line div:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%);
}
.sc_header .menu-bt .line div:nth-of-type(3){
	bottom: 0;
}
.sc_header .menu-bt.active .line div:nth-of-type(1){
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.sc_header .menu-bt.active .line div:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%) translateX(50%);
	opacity: 0;
}
.sc_header .menu-bt.active .line div:nth-of-type(3){
	width: 90%;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%) rotate(-45deg);
}


.menu-wrap{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999998;
}
.menu-wrap > .bg{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("https://konohanasakuya.co.jp/system_panel/uploads/images/footer_bg.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #f6efe5;
	z-index: 1;
	opacity: 0.9;
}
.menu-wrap > .flex{
	position: absolute;
	width: 90%;
	height: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	overflow: auto;
}
.menu-wrap > .flex .menu_inner{
	width: 100%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	gap: 60px;
	flex-direction: column;
}
.menu-wrap > .flex .menu_inner .ul{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	gap: 20px 20px;
	flex-direction: row;
}
.menu-wrap > .flex .menu_inner .ul .li{
	width: calc(100% / 3 - 40px / 3);
}
.menu-wrap > .flex .menu_inner .ul .li a{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	gap: 8px;
	flex-direction: column;
	position: relative;
	border: 2px solid #B2935D;
	padding: 15px 20px;
}
.menu-wrap > .flex .menu_inner .ul .li a::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	border: 1px solid #B2935D;
}
.menu-wrap > .flex .menu_inner .snsbox{
	flex-direction: row;
	gap: 20px 50px;
}
.menu-wrap > .flex .menu_inner .ul > p{
	width: 100%;
	text-align: center;
}
.menu-wrap > .flex .menu_inner .en{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(16px,1.8vw,18px);
	color: #DD7680;
}
.menu-wrap > .flex .menu_inner .jp{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(16px,1.8vw,18px);
}
.menu-wrap > .flex .menu_inner .snsbox p{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(16px,1.8vw,18px);
}

.header .head_menu_item,
.sc_header .head_menu_item{
	position: relative;
	padding: 10px;
}
.header .sub_menu,
.sc_header .sub_menu{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	min-width: 180px;
	max-width: 260px;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 0 !important;
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: ease .3s;
	z-index: 99999;
}
.header .sub_menu a,
.sc_header .sub_menu a{
	display: block;
	padding: 8px 16px;
	text-align: center;
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", serif;
	color: #333;
	white-space: nowrap;
}
.header .sub_menu a:hover,
.sc_header .sub_menu a:hover{
	color: #DD7680;
	background: rgba(221,118,128,.08);
}

.header .head_menu_item:hover .sub_menu,
.sc_header .head_menu_item:hover .sub_menu{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (min-width: 1081px){.menu-wrap{display: none!important}}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.header{
		display: none;
	}
	.sc_header{
		padding: 10px 30px;
		justify-content: space-between;
	}
	.sc_header,.sc_header.active{
		transform: translateY(0);
	}
	.sc_header .logo{
		width: 30%;
		max-width: 120px;
	}
	.sc_header .menu-bt{
		display: flex;
	}
	.sc_header .head_menu_left,.sc_header .head_menu_right{display: none;}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.sc_header{
		padding: 10px 20px;
	}
	.sc_header .menu-bt .line{
		width: 26px;
		height: 18px;
	}
	.sc_header .logo{
		width: 30%;
		max-width: 80px;
	}
	.menu-wrap > .flex{
		padding-top: 100px;
	}
	.menu-wrap > .flex .menu_inner .ul{
		gap: 10px;
	}
	.menu-wrap > .flex .menu_inner .ul .li{
		width: 100%;
	}
	.menu-wrap > .flex .menu_inner .ul .li a{
		padding: 15px 10px;
		gap: 0px;
	}
	.menu-wrap > .flex .menu_inner .snsbox{
		gap: 20px 40px;
		padding-bottom: 30px;
	}
}

/* ---------- footer ---------- */
.contact_area .contents{
	gap: 5%;
	border-top: 1px solid #B2935D;
}
.contact_area .contents > div{
	width: 47.5%;
}
.contact_area .contents .imgbox{
	padding-left: 5%;
	position: relative;
}
.contact_area .contents .imgbox .sakura{
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
}

.footer{
	background-image: url("https://konohanasakuya.co.jp/system_panel/uploads/images/footer_bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	justify-content: space-between;
	align-items: flex-start;
}
.footer .leftbox .logo{
	width: 240px;
}
.footer .rightbox{
	align-items: flex-start;
	gap: 60px;
}
.footer .rightbox .ul .li a{
	padding-left: 15px;
	position: relative;
}
.footer .rightbox .ul .li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 1px;
	background-color: #1A1814;
}
.footer .rightbox .ul .li:not(:first-of-type){
	margin-top: 20px;
}
.footer .rightbox .ul .title{
	margin-bottom: 20px;
}
.footer .rightbox p{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(16px,1.8vw,18px);
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.footer .leftbox .logo{
		width: 220px;
	}
	.footer .rightbox .ul {
		display: none;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.contact_area .contents{
		gap: 50px
	}
	.contact_area .contents .imgbox{
		width: 70%;
	}
	.contact_area .contents .txtbox{
		width: auto;
	}
	.footer .leftbox .logo{
		width: 200px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.contact_area .contents{
		gap: 30px
	}
	.contact_area .contents .imgbox{
		width: 80%;
	}
	.contact_area .contents .txtbox{
		width: auto;
	}
	.footer{
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}
	.footer .leftbox .logo{
		width: 160px;
	}
}

/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #DD7680}
.txt-color2{color: #B2935D}
.txt-color3{color: #EFDADD}
.txt-color4{color: #EDEAE4}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #DD7680}
.bg-color2{background-color: #B2935D}
.bg-color3{background-color: #EFDADD}
.bg-color4{background-color: #EDEAE4}
.border-color1{border-color: #DD7680}
.border-color2{border-color: #B2935D}
.border-color3{border-color: #EFDADD}
.border-color4{border-color: #EDEAE4}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #DD7680}
.hvr-txt-color2:hover{color: #B2935D}
.hvr-txt-color3:hover{color: #EFDADD}
.hvr-txt-color4:hover{color: #EDEAE4} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #DD7680}
.hvr-bg-color2:hover{background-color: #B2935D}
.hvr-bg-color3:hover{background-color: #EFDADD}
.hvr-bg-color4:hover{background-color: #EDEAE4}
.hvr-border-color1:hover{border-color: #DD7680}
.hvr-border-color2:hover{border-color: #B2935D}
.hvr-border-color3:hover{border-color: #EFDADD}
.hvr-border-color4:hover{border-color: #EDEAE4}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.mg_t_1{margin-top: 100px;}
	.mg_t_2{margin-top: 80px;}
	.mg_t_3{margin-top: 60px;}
	.mg_t_4{margin-top: 40px;}
	.mg_t_5{margin-top: 30px;}
	.mg_b_1{margin-bottom: 100px;}
	.mg_b_2{margin-bottom: 80px;}
	.mg_b_3{margin-bottom: 60px;}
	.mg_b_4{margin-bottom: 40px;}
	.mg_b_5{margin-bottom: 30px;}
	.pd_t_1{padding-top: 100px;}
	.pd_t_2{padding-top: 80px;}
	.pd_t_3{padding-top: 60px;}
	.pd_t_4{padding-top: 40px;}
	.pd_t_5{padding-top: 30px;}
	.pd_b_1{padding-bottom: 100px;}
	.pd_b_2{padding-bottom: 80px;}
	.pd_b_3{padding-bottom: 60px;}
	.pd_b_4{padding-bottom: 40px;}
	.pd_b_5{padding-bottom: 30px;}
	
	body{
		padding-top: 105px
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.pd_wrap_t{
		padding-top: 100px;
	}
	.pd_wrap_b{
		padding-bottom: 100px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.pd_wrap_t{
		padding-top: 80px;
	}
	.pd_wrap_b{
		padding-bottom: 80px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	.mg_t_1{margin-top: 80px;}
	.mg_t_2{margin-top: 60px;}
	.mg_t_3{margin-top: 50px;}
	.mg_t_4{margin-top: 30px;}
	.mg_t_5{margin-top: 20px;}
	.mg_b_1{margin-bottom: 80px;}
	.mg_b_2{margin-bottom: 60px;}
	.mg_b_3{margin-bottom: 50px;}
	.mg_b_4{margin-bottom: 30px;}
	.mg_b_5{margin-bottom: 20px;}
	.pd_t_1{padding-top: 80px;}
	.pd_t_2{padding-top: 60px;}
	.pd_t_3{padding-top: 50px;}
	.pd_t_4{padding-top: 30px;}
	.pd_t_5{padding-top: 20px;}
	.pd_b_1{padding-bottom: 80px;}
	.pd_b_2{padding-bottom: 60px;}
	.pd_b_3{padding-bottom: 50px;}
	.pd_b_4{padding-bottom: 30px;}
	.pd_b_5{padding-bottom: 20px;}
	body{
		padding-top: 77px
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
