@charset "UTF-8";

/* Scss Document */
.top_flex_center {
	padding-bottom: calc(100vh - 350px);
}

/**********/
#telPop {
	cursor: pointer;
}

#telShow {
	position: absolute;
	left: -370px;
	width: 340px;
	top: 70px;
	font-size: 24px;
	z-index: 600;
	background-color: #796539;
	padding: 10px;
	transform: scale(0);
	transition: 0.3s ease;
}

#telShow span {
	font-size: 34px;
}

#telShow.telShow {
	transform: scale(1);
}

#telShow2 {
	position: absolute;
	left: -370px;
	width: 340px;
	/* top: -50px; */
	top: 10px;
	font-size: 24px;
	z-index: 600;
	background-color: #796539;
	padding: 10px;
	transform: scale(0);
	transition: 0.3s ease;
}

#telShow2 span {
	font-size: 34px;
}

#telShow2.telShow2 {
	transform: scale(1);
}

#main_bar {
	position: fixed;
	left: 70px;
	top: 70px;
	height: 0;
	border-left: 8px solid #fff;
	z-index: 6000;
}

#main {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#main:before {
	content: "";
	border-left: 70px solid #111010;
	border-top: 70px solid #111010;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999;
}

#main:after {
	content: "";
	background: url(../images/pattern.png) left 0/12px 3px repeat;
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 2;
}

.video_size {
	position: fixed;
	top: 70px;
	left: 50%;
	width: calc(100% - 140px);
	height: auto;
	transform: translateX(-50%);
	overflow: hidden;
}

#sp_video {
	display: none;
}

#scroll_box {
	height: 130px;
	position: fixed;
	left: 20px;
	bottom: 80px;
	color: #fff;
}

#scroll_box:after {
	content: "";
	border-left: 1px solid #fff;
	height: 0;
	position: absolute;
	top: 120px;
	left: 50%;
	transform: translateX(-50%);
	animation: scroll 3s ease 0s infinite;
}

#scroll_box:before {
	content: "";
	border-left: 1px solid #fff;
	height: 10px;
	transform: skew(-45deg) translateX(-50%);
	position: absolute;
	bottom: 0;
	left: calc(50% + 5px);
	animation: scrollShape 3s ease 0s infinite;
}

#scroll_p {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@keyframes scroll {
	0% {
		height: 0;
	}

	100% {
		height: 60px;
	}
}

@keyframes scrollShape {
	0% {
		top: 110px;
	}

	100% {
		top: 170px;
	}
}
.late {
	opacity: 0;
	animation: appeare 1s ease 1s 1 normal forwards running;
  }

  @keyframes appeare {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }

/**********************************************
	HEADER
**********************************************/
#cy_header {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 500;
}

#logo {
	width: 94%;
	max-width: 1600px;
	position: fixed;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}

#news_box {
	position: fixed;
	bottom: 40px;
	left: 120px;
	z-index: 800;
	width: 750px;
	color: #fff;
	font-size: 13px;
}

#news_box a {
	position: relative;
	z-index: 800;
}

#news_box:after {
	content: "";
	background-color: #9b8047;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	z-index: 500;
	animation: newsBox 1s ease 0.3s forwards;
}

.newsAni {
	background-color: #19181d;
	padding: 20px 10px;
	padding-right: 160px;
	opacity: 0;
	animation: newsAni 0.3s ease 1s forwards;
}

@keyframes newsBox {
	0% {
		transform: scale(0, 1);
		transform-origin: left top;
	}

	30% {
		transform: scale(1, 1);
		transform-origin: left top;
	}

	70% {
		transform: scale(1, 1);
		transform-origin: right top;
	}

	100% {
		transform: scale(0, 1);
		transform-origin: right top;
	}
}

@keyframes newsAni {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.news_title {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 18px;
	transform: translateY(-50%);
}

.news_table {
	padding-left: 120px;
}

.news_table a {
	color: #fff;
	text-decoration: none;
	display: table;
	width: 100%;
}

.n_cell1 {
	display: table-cell;
	width: 100px;
	vertical-align: top;
}

.n_cell2 {
	display: table-cell;
	vertical-align: top;
}

.news_view {
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	height: 100%;
	background-color: #9b8047;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news_view a {
	display: block;
	text-align: center;
	text-decoration: none;
	text-decoration: none;
	color: #fff;
}

/*********************
	お問い合わせ
*********************/
#h_contact {
	width: 355px;
	background-color: #796539;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	font-size: 24px;
	letter-spacing: 0.15em;
	overflow: hidden;
}

#h_contact:after {
	content: "";
	height: 100%;
	width: 30px;
	position: absolute;
	top: -80px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	background-color: rgba(255, 255, 255, 0.35);
	transform: skew(-20deg);
	animation: hContact 5s ease 0.3s infinite;
}

#h_contact a {
	display: block;
	padding: 30px;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 100;
	animation: hContactA 1s ease infinite alternate;
}

#h_contact .font2 {
	margin-left: 20px;
}

#h_contact img {
	position: relative;
	top: -2px;
}

@keyframes hContact {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	10% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	11% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	20% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}

	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@keyframes hContactA {
	0% {
		transform: scale(0.98);
	}

	100% {
		transform: scale(1);
	}
}

.af_shape a {
	position: relative;
}

.af_shape a:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	border-bottom: 1px solid #fff;
}

.af_shape a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: calc(50% - 2px);
	transform: translateY(-50%) rotate(30deg);
	width: 10px;
	border-bottom: 1px solid #fff;
}

.a_hov {
	position: relative;
	overflow: hidden;
}

.a_hov:after {
	content: "";
	background-color: rgba(255, 255, 255, 0.24);
	position: absolute;
	top: 0;
	left: -20px;
	width: 0;
	height: 100%;
	transform: skew(-20deg);
	z-index: 10;
	transition: 0.3s ease-in-out;
}

.a_hov:hover:after {
	width: calc(100% + 50px);
}

.a_hov a {
	position: relative;
	z-index: 500;
}

/*********************
	右のバー
*********************/
#right_cont {
	position: fixed;
	right: 0;
	top: 0;
	width: 70px;
	height: 100vh;
	z-index: 700;
	background-color: #111010;
}

#right_bottom {
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 22px;
	transform: translateX(-50%);
	text-align: center;
}

#right_bottom li {
	margin: 15px 0;
	color: #fff;
}

#right_bottom a {
	color: #fff;
	text-decoration: none;
	display: block;
	transition: 0.3s ease-in-out;
}

#right_bottom li:hover a {
	animation: FLIP 0.3s linear 0s forwards;
}

#right_bottom li:nth-child(2):hover a {
	animation: none 0.3s linear 0s forwards;
}

#right_bottom li:nth-child(2) a {
	pointer-events: none;
	cursor: auto;
	animation: none 1s ease infinite alternate;
}

#right_bottom .fa-phone {
	transform: scale(-1, 1);
	font-size: 20px;
}

#right_bottom .fa-instagram {
	font-size: 22px;
}

@keyframes FLIP {
	0% {
		transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	}

	to {
		transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
	}
}

/**********************************************
	CONTENT ANIMATION
**********************************************/
.h350vh {
	height: 350vh;
}

#top_fixed {
	position: fixed;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 999;
	transform: translateY(-50%);
	overflow: hidden;
}

#jText1 {
	width: 100%;
	z-index: 999;
	opacity: 0;
}

.jText1 {
	opacity: 1;
}

#jText2 {
	opacity: 0;
	margin-top: 60px;
	height: 0;
}

.jTran {
	transition: 0.6s ease-in-out;
}

.jBlur {
	filter: blur(100px);
}

/****/
.textMove {
	animation: textMove 1s ease forwards;
}

@keyframes textMove {
	0% {
		opacity: 1;
	}

	20% {
		opacity: 0;
	}

	60% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.textMove2 {
	animation: textMove2 1s ease 0s forwards;
}

@keyframes textMove2 {
	0% {
		opacity: 0;
		height: 0;
	}

	60% {
		opacity: 0;
		height: 0;
	}

	100% {
		opacity: 1;
		height: 100%;
	}
}

/****/
.textOut {
	animation: textOut 1s ease forwards;
}

@keyframes textOut {
	0% {
		opacity: 1;
	}

	20% {
		opacity: 0;
	}

	70% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.textOut2 {
	animation: textOut2 1s ease 0s forwards;
}

@keyframes textOut2 {
	0% {
		opacity: 1;
		height: 100%;
	}

	30% {
		opacity: 0;
		height: 100%;
	}

	50% {
		opacity: 0;
		height: 0;
	}

	100% {
		opacity: 0;
		height: 0;
	}
}

.h100vh {
	height: 100vh;
}

.h50vh {
	height: 50vh;
}

.h150vh {
	height: 150vh;
}

/**********************************************
	CONTENT STYLE
**********************************************/
.top_midashi {
	text-align: center;
	font-weight: bold;
	font-size: 58px;
	line-height: normal;
}

.center_text {
	text-align: center;
	margin-top: 60px;
	font-weight: bold;
	font-size: 18px;
	line-height: 2.4em;
}

/*********/
.padding150 {
	padding: 150px 0;
}

.padding180 {
	padding: 180px 0;
}

.padding200 {
	padding: 200px 0;
}

.pt-150 {
	padding-top: 150px;
}

.pt-240 {
	padding-top: 240px;
}

.padding240 {
	padding: 240px 0;
}

.bg_w {
	background-color: #fff;
}

.eng_midashi {
	font-size: 50px;
	color: #000;
	line-height: normal;
	letter-spacing: 0.05em;
}

/********************
TEXTANIMATION
*********************/
.spanMove:nth-child(1) {
	animation-delay: 0.05s;
}

.spanMove:nth-child(2) {
	animation-delay: 0.1s;
}

.spanMove:nth-child(3) {
	animation-delay: 0.15s;
}

.spanMove:nth-child(4) {
	animation-delay: 0.2s;
}

.spanMove:nth-child(5) {
	animation-delay: 0.25s;
}

.spanMove:nth-child(6) {
	animation-delay: 0.3s;
}

.spanMove:nth-child(7) {
	animation-delay: 0.35s;
}

.spanMove:nth-child(8) {
	animation-delay: 0.4s;
}

.spanMove:nth-child(9) {
	animation-delay: 0.45s;
}

.spanMove:nth-child(10) {
	animation-delay: 0.5s;
}

.spanMove:nth-child(11) {
	animation-delay: 0.55s;
}

.spanMove:nth-child(12) {
	animation-delay: 0.6s;
}

.spanMove:nth-child(13) {
	animation-delay: 0.65s;
}

.spanMove:nth-child(14) {
	animation-delay: 0.7s;
}

.spanMove:nth-child(15) {
	animation-delay: 0.75s;
}

.spanMove:nth-child(16) {
	animation-delay: 0.8s;
}

.spanMove:nth-child(17) {
	animation-delay: 0.85s;
}

.spanMove:nth-child(18) {
	animation-delay: 0.9s;
}

.spanMove:nth-child(19) {
	animation-delay: 0.95s;
}

.spanMove:nth-child(20) {
	animation-delay: 1s;
}

.spanMove:nth-child(21) {
	animation-delay: 1.05s;
}

.spanMove:nth-child(22) {
	animation-delay: 1.1s;
}

.spanMove:nth-child(23) {
	animation-delay: 1.15s;
}

.spanMove:nth-child(24) {
	animation-delay: 1.2s;
}

.spanMove:nth-child(25) {
	animation-delay: 1.25s;
}

.spanMove:nth-child(26) {
	animation-delay: 1.3s;
}

.spanMove:nth-child(27) {
	animation-delay: 1.35s;
}

.spanMove:nth-child(28) {
	animation-delay: 1.4s;
}

.spanMove:nth-child(29) {
	animation-delay: 1.45s;
}

.spanMove:nth-child(30) {
	animation-delay: 1.5s;
}

.spanMidashi {
	overflow: hidden;
}

.spanMove:last-child {
	/* padding-right: 60px; */
}

.spanMove:last-child:after {
	content: "";
	border-bottom: 6px solid #000;
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 40px;
}

.midashi_ja {
	font-weight: bold;
	font-size: 20px;
	margin-top: 5px;
}

.bgMove {
	position: relative;
}

.bgMove:after {
	content: "";
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
}

.bgMove.animated:after {
	animation: bgMove 0.6s linear 0.4s forwards;
}

@keyframes bgMove {
	0% {
		transform: scale(0, 1);
		transform-origin: left top;
	}

	30% {
		transform: scale(1, 1);
		transform-origin: left top;
	}

	70% {
		transform: scale(1, 1);
		transform-origin: right top;
	}

	100% {
		transform: scale(0, 1);
		transform-origin: right top;
	}
}

/***/
.bgMoveIn {
	position: relative;
	opacity: 0;
	animation: bgMoveIn 0.2s linear 0.4s forwards;
}

@keyframes bgMoveIn {
	0% {
		opacity: 0;
		left: -5px;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

/***************/
.af_bg_top {
	position: relative;
	overflow: hidden;
}

.af_bg_top:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../images/top_bg.jpg) 50% 0/100% 100% no-repeat;
}

.hidden_posi {
	overflow: hidden;
	position: relative;
}

.business_list {
	max-width: 1260px;
	width: 100%;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
}

.business_list li {
	width: 30.33%;
	margin-top: 60px;
}

.business_list li:nth-child(2) {
	margin-top: 0;
}

.bu_box {
	position: relative;
	z-index: 500;
	margin-top: -40px;
	padding: 0 10px;
}

.bu_num {
	font-size: 58px;
	letter-spacing: 0;
	color: #000;
	line-height: 1.3em;
}

.bu_midashi {
	color: #9b8047;
	font-size: 22px;
	font-weight: bold;
}

.bu_midashi:after {
	content: "";
	border-bottom: 2px solid #9b8047;
	width: 20px;
	margin: 15px 0;
	display: block;
}

.bu_text {
	line-height: 1.5em;
}

.more {
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}

.more a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 20px;
	text-align: center;
}

/*************************/
.bg_black {
	background-color: #0a0a0a;
	color: #fff;
}

.af_bb_center {
	text-align: center;
}

.af_bb_center p {
	color: #fff;
}

.af_bb_center .spanMove:last-child {
	padding-right: 0;
}

.af_bb_center .spanMove:last-child:after {
	display: none;
}

/* 
.af_bb_center .bgMoveIn {
	background-color: #0a0a0a;
} */

.af_bb_center:after {
	content: "";
	border-bottom: 2px solid #9b8047;
	margin: 20px auto 0;
	width: 230px;
	display: block;
}

.af_bb_center.af_black {
	color: #000;
}

.af_bb_center.af_black .spanMidashi {
	color: #000;
}

.af_bb_center.af_black .bgMoveIn {
	background-color: #fff;
}

.af_bb_center.af_black:after {
	border-color: #000;
}

.white_ani .bgMove:after {
	background-color: #fff;
}

.chara_list {
	display: flex;
	justify-content: space-between;
}

.chara_list li {
	width: 22%;
	max-width: 280px;
	margin: 0 auto;
}

.chara_icon {
	height: 185px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.chara_midashi {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin: 40px 0 20px;
}

.chara_text {
	line-height: 1.5em;
}

.more.a_bg_y {
	background-color: #796539;
}

/**********************/
.top_flex a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #000;
}

.top_flex a:hover .cont_hov_box {
	opacity: 1;
}

.top_left {
	width: 40%;
}

.top_width {
	width: 100%;
	max-width: 540px;
	margin: 0 0 0 auto;
	padding: 0 14px;
}

.top_width.m_l {
	margin-left: 0;
	padding-right: 60px;
}

.top_right {
	width: 58%;
	position: relative;
	height: 350px;
	overflow: hidden;
}

.top_right:after {
	content: "";
	background: url(../images/shape_left.png) left 0/113px 100% no-repeat;
	height: 100%;
	width: 113px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 600;
}

.top_right.shape_r:after {
	background: url(../images/shape_right.png) left 0/113px 101% no-repeat;
	left: auto;
	right: 0;
}

#top_bg1 {
	background: url(../images/top9.jpg) 60% 0 / cover no-repeat;
	height: 100%;
	width: 100%;
}

#top_bg2 {
	background: url(../images/top10.jpg) 60% 0 / cover no-repeat;
	height: 100%;
	width: 100%;
}

.cont_hov_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	opacity: 0;
	z-index: 500;
	transition: 0.3s ease-in-out;
}

.cont_hov_box p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 20px;
	transform: translateY(-50%);
}

.af_shape_span span {
	position: relative;
	padding-right: 60px;
}

.af_shape_span span:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	border-bottom: 1px solid #fff;
}

.af_shape_span span:after {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 2px);
	transform: translateY(-50%) rotate(30deg);
	width: 10px;
	border-bottom: 1px solid #fff;
}

/*************************/
#company_box {
	background-color: #090909;
	color: #fff;
	position: relative;
	z-index: 500;
}

#company_box:before {
	content: "";
	background: url(../images/top100.png) left 0/719px 100% no-repeat;
	width: 719px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#company_box:after {
	content: "";
	background: url(../images/top101.png) 50% 50%/1090px 718px no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.top_width2 {
	width: 48%;
}

.more.more_l {
	margin-left: 0;
}

.color_w {
	color: #fff;
}

.color_w span:last-child:after {
	border-color: #fff;
}

#company_img {
	position: absolute;
	right: 80px;
	bottom: 0;
	z-index: 400;
	text-align: center;
	width: 40%;
}

#company_img img {
	width: 100%;
	max-width: 500px;
	height: auto;
}

/**************/
.banar_flex {
	display: flex;
	justify-content: space-between;
}

.banar_flex li {
	width: 50%;
}

.banar_img {
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
}

.banar_img img {
	width: 100%;
	height: auto;
}

.banar_box {
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
	width: 88%;
	max-width: 600px;
	position: relative;
	z-index: 500;
	margin-top: -130px;
	padding: 60px;
	text-align: center;
}

.banar_eng {
	font-size: 42px;
	line-height: normal;
}

.afbr_none .spanMove:last-child {
	padding-right: 0;
}

.afbr_none .spanMove:last-child:after {
	display: none;
}

.banar_ja {
	font-size: 18px;
}

.more.a_w {
	background-color: transparent;
	border: 1px solid #fff;
}

/****************/
.insta_list {
	display: flex;
	flex-wrap: wrap;
}

.insta_list li {
	width: 22%;
	margin: 1.5%;
	position: relative;
	overflow: hidden;
	height: 325px;
	overflow: hidden;
}

.insta_list img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	transition: 0.3s ease-in-out;
}

.insta_list li:hover img {
	transform: translate(-50%, -50%) scale(1.1);
	filter: contrast(150%);
}

/*****************/
#contact_bg {
	background: url(../images/enbg_contact.jpg) 50% 0 / cover no-repeat;
	padding: 140px 0 170px;
	color: #fff;
	position: relative;
	z-index: 500;
}

.center {
	text-align: center;
}

.contact_more {
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
}

.contact_more a {
	display: block;
	padding: 30px 20px;
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 22px;
	position: relative;
	z-index: 100;
}

.contact_more.a_hov:after {
	background-color: #796539;
}

/******************/
#cy_footer {
	background-color: #0a0a0a;
	padding: 150px 0 0;
	position: relative;
	z-index: 500;
	color: #fff;
	font-size: 16px;
}

#cy_footer a {
	color: #fff;
	text-decoration: none;
}

.f_flex {
	display: flex;
	justify-content: space-between;
}

.f_left {
	width: 480px;
}

.f_right {
	width: calc(100% - 480px);
	max-width: 960px;
}

.f_nav {
	display: flex;
	justify-content: space-between;
}

.f_nav li:first-child {
	width: 60%;
}

.f_nav .font2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.f_mini_box p {
	margin: 20px 0;
	font-size: 22px;
	letter-spacing: 0.06em;
}

.f_mini_box p span {
	font-size: 18px;
}

#copy {
	text-align: center;
	padding: 30px 0;
	background-color: #000000;
	font-size: 14px;
	letter-spacing: 0.08em;
}

.map iframe {
	width: 100%;
	height: 620px;
}

.new_logo_footer {
	width: 100%;
	max-width: 300px;
	height: auto;
	margin-top: 60px;
}

#menu_tel2 {
	width: 400px;
	font-size: 24px;
	background-color: #796539;
	padding: 10px;
	color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	text-align: center;
}

#menu_tel2 span {
	font-size: 34px;
}

/*********************************************************

	BUSINESS

*********************************************************/
#cy_header_in {
	width: 94%;
	max-width: 1780px;
	margin: 0 auto;
	padding: 40px 0 0;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}

/* 
#cy_header_in::after {
	content: "";
	border-left: 1px solid #fff;
	position: fixed;
	left: 80px;
	top: 0;
	height: 100vh;
} */

#logo_in {
	/* width: 94%;
	max-width: 1600px;
	position: absolute;
	text-align: left;
	top: 30px;
	left: 50%;
	transform: translateX(-50%); */
	margin-left: 5vw;
}

#title_in {
	display: inline-block;
	margin: 0 auto 180px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 14px 26px;
	font-size: 100px;
	letter-spacing: 0.04em;
}

#title_in.spanMidashi span:last-child {
	padding-right: 0;
}

#title_in2 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}

/**********/
.mt-150 {
	margin-top: 150px;
}

.mt-180 {
	margin-top: 180px;
}


.mb-180 {
	margin-bottom: 180px;
}

.padding150_100 {
	padding: 150px 0 100px;
}

.padding100 {
	padding: 100px 0;
}


.padding100_180 {
	padding: 100px 0 180px;
}

.pb-150 {
	padding-bottom: 150px;
}


.pb-160 {
	padding-bottom: 160px;
}


.pb-180 {
	padding-bottom: 180px;
}

.pb-300 {
	padding-bottom: 300px;
}

.pt-130 {
	padding-top: 130px;
}

.margin150 {
	margin: 150px 0;
}

.bg_ani.bg_ani_w {
	background-color: #fff;
}

#business_bg {
	background: url(../images/business2.png) 50% bottom/1920px 938px no-repeat;
	padding: 120px 0 300px;
}

.business_midashi {
	text-align: center;
	font-size: 65px;
	letter-spacing: 0.04em;
}

.business_midashi .big {
	font-size: 54px;
}

.eng_18 {
	font-size: 18px;
}

.center_text2 {
	text-align: center;
	line-height: 3em;
}

/**************/
.business_box {
	background-color: #fff;
	padding: 100px 100px 80px 100px;
	position: relative;
	z-index: 500;
	margin: -120px auto 0;
	width: 100%;
	max-width: 1250px;
}

.bu_width {
	width: 100%;
	/* max-width: 845px; */
	margin: 0 auto;
}

.bu_icon {
	text-align: center;
}

.midashi34 {
	font-weight: bold;
	font-size: 34px;
}

.midashi33 {
	font-size: 33px;
}


.midashi38 {
	font-size: 38px;
}

.midashi36 {
	font-size: 36px;
}

.midashi30 {
	font-size: 30px;
}

.midashi50 {
	font-size: 50px;
}

.midashi52 {
	font-size: 52px;
}

.bu_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bu_list li {
	width: 49%;
	/* margin: 1%; */
	border: 1px solid #796539;
	padding: 20px 15px;
	text-align: center;
	color: #796539;
	font-weight: bold;
	margin-bottom: 2%;
	letter-spacing: 0.04em;
}

/*********************************************************

	CHARA

*********************************************************/
.chara_bl {
	position: relative;
}

.chara_bl:after {
	content: "";
	border-left: 2px solid #9b8047;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.chara_flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chara_num {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 500;
}

.chara_left {
	width: 44%;
}

.chara_right {
	width: 50%;
}

.chara_width {
	width: 100%;
	max-width: 610px;
	margin: 0 0 0 auto;
	/* padding-left: 20px; */
}

.midashi26 {
	font-weight: bold;
	font-size: 26px;
}

.color_y {
	color: #e0b048;
}

/***********/
.bg_gray {
	background-color: #0a0a0a;
}

.midashi_bl {
	display: flex;
	align-items: center;
}

.midashi_bl::before {
	content: "";
	display: block;
	width: 5px;
	height: 45px;
	margin-right: 32px;
	background: #9b8047;
}

.chara_flex2 {
	display: flex;
	justify-content: space-between;
}

.chara_left2 {
	width: 43%;
	position: relative;
}

.chara_m {
	font-size: 17px;
	background-color: #000;
	position: absolute;
	right: 20px;
	bottom: -20px;
	width: 165px;
	text-align: center;
	z-index: 100;
	color: #fff;
	padding: 5px 0;
	font-family: NotoSerifCJKjp-Regular, serif;
}

.chara_right2 {
	width: 55%;
	color: #fff;
}

.chara_right2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 0.5vw;
}

.chara_right2 ul li {
	width: 32%;
	/* margin: 1%; */
	border: 1px solid #fff;
	padding: 18px 30px 18px 10px;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}

.chara_right2 ul li:hover {
	background-color: #fff;
	color: #000;
}

.chara_right2 ul li.nowList {
	background-color: #fff;
	color: #000;
	position: relative;
}

.chara_right2 ul li.nowList::after {
	content: "";
	background: url(../images/menu_arrow_b.svg) left 0/100% 100% no-repeat;
	width: 7px;
	height: 16px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.data_list {
	position: relative;
}

.data_list::after {
	content: "";
	background: url(../images/menu_arrow_w.svg) left 0/100% 100% no-repeat;
	width: 7px;
	height: 16px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.data_list:hover::after {
	content: "";
	background: url(../images/menu_arrow_b.svg) left 0/100% 100% no-repeat;
	width: 7px;
	height: 16px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

/* 
.chara_right2 ul .chara_shape {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
} */


/*********************************************************

	CASE

*********************************************************/
.case_num {
	display: flex;
	align-items: center;
}

.case_num:before,
.case_num:after {
	content: "";
	border-bottom: 5px solid #9b8047;
	flex-grow: 2;
}

.flex_box {
	display: flex;
	justify-content: space-between;
}

.flex_44 {
	width: 44%;
}

.flex_50 {
	width: 50%;
}

/****************/
.other_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 2.2vw;
}

.other_list li {
	position: relative;
	overflow: hidden;
	width: 31.2%;
}

.other_list img {
	width: 100%;
	height: auto;
}

/*********************************************************

	VOICE

*********************************************************/
.voice_bb::after {
	content: "";
	display: block;
	width: 100%;
	margin-top: 100px;
	height: 1px;
	background-color: #9b8047;
}

.flex_35 {
	width: 35%;
}


.flex_37 {
	width: 37%;
}


.flex_40 {
	width: 40%;
}

.flex_55 {
	width: 55%;
}

/*********************************************************

	FLOW

*********************************************************/
.flow_box {
	position: relative;
	border: 1px solid #fff;
	padding: 80px 0;
}

.flow_box:before,
.flow_box:after {
	content: "";
	background: url(../images/flow7.jpg) 50% bottom/100% 100% no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 500;
}

.flow_box:before {
	top: -30px;
}

.flow_box:after {
	bottom: -30px;
}

.flow_box.first_none:before {
	display: none;
}

.flow_box.last_none:after {
	display: none;
}

.flow_cont {
	width: 94%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.flow_left {
	width: 28%;
}

.flow_right {
	width: 69%;
}

.flow_num {
	position: relative;
}

.now_num {
	color: #9b8047;
	font-size: 37px;
	letter-spacing: 0.06em;
	line-height: 1em;
	position: relative;
}

.now_num:after {
	content: "";
	border-left: 1px solid #fff;
	position: absolute;
	left: 48px;
	top: 10px;
	height: 50px;
	transform: skew(-45deg);
}

.length_num {
	color: #fff;
	font-size: 29px;
	line-height: 1.5em;
	margin-top: -5px;
	padding-left: 60px;
	letter-spacing: 0.06em;
}

.indent_p {
	text-indent: -1em;
	padding-left: 16px;
}

/***********/
.flow_border {
	height: 150px;
	position: relative;
}

.flow_border:after {
	content: "";
	border-left: 1px solid #fff;
	width: 1px;
	margin: 0 auto;
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	height: 152px;
	display: block;
}

/*********************************************************

	FAQ

*********************************************************/
.a_table {
	border-bottom: 1px solid #fff;
	padding-bottom: 60px;
	display: table;
	width: 100%;
}

.f_table {
	padding-bottom: 20px;
	display: table;
	width: 100%;
}

.f_cell1 {
	display: table-cell;
	width: 66px;
	font-size: 28px;
}

.f_cell1 span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	color: #9b8047;
	border: 1px solid #9b8047;
}

.f_cell2 {
	display: table-cell;
	font-size: 30px;
	letter-spacing: 0.04em;
}


.a_cell1 {
	display: table-cell;
	width: 66px;
	font-size: 28px;
}

.a_cell1 span {
	background-color: #9b8047;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	color: #fff;

}

.a_cell2 {
	display: table-cell;
	font-size: 16px;
}

.a_big {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

/*********************************************************

	COMPANY

*********************************************************/
.greeting_bg {
	position: relative;
	padding: 180px 0;
}

.greeting_bg:after {
	content: "";
	background-color: #070707;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 160px);
	height: 100%;
}

.gree_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gree_right {
	width: 80%;
	margin: 0 auto;
	max-width: 1080px;
}

.gree_left {
	width: 35%;
	margin-top: -60px;
}

.gree_left img {
	width: 100%;
	max-width: 500px;
	height: auto;
}

.gree_name {
	text-align: right;
}


.gree_name p {
	font-size: 28px;
	letter-spacing: 0.04em;
}


.gree_name p span {
	font-size: 25px;
}

/***********/
.company_table li {
	display: flex;
	justify-content: space-between;
}

.table_border li {
	border-bottom: 1px solid #fff;
}

/* 
.company_table li:nth-child(1) .c_cell1,
.company_table li:nth-child(1) .c_cell2 {
	border-top: 1px solid #fff;
} */

.c_cell1 {
	width: 210px;
	padding: 40px 25px 40px 15px;
	letter-spacing: 0.04em;
	font-family: NotoSerifCJKjp-Regular, serif;
	/* border-bottom: 1px solid #fff; */
	font-size: 18px;
	display: flex;
	/* align-items: center; */
}

.c_cell2 {
	width: calc(100% - 250px);
	padding: 40px 15px 40px 25px;
	font-family: NotoSerifCJKjp-Regular, ShipporiMincho-Regular, serif;
	font-size: 16px;
	letter-spacing: 0.04em;
	/* border-bottom: 1px solid #fff; */
}

.c_cell3 {
	width: 200px;
	padding: 20px 40px 20px 20px;
	font-size: 18px;
	display: flex;
	/* align-items: center; */
	font-family: NotoSerifCJKjp-Regular, serif;
	letter-spacing: 0.04em;
}

.c_cell4 {
	width: calc(100% - 240px);
	padding: 20px 20px 20px 40px;
	font-family: NotoSerifCJKjp-Regular, serif;
	font-size: 16px;
	letter-spacing: 0.04em;
}

.company_new_link {
	color: #c59c42;
	font-size: 15px;
}

.sp_break {
	display: none;
}

/************/
.cont_1760 {
	width: 94%;
	max-width: 1760px;
	margin-left: auto;
	margin-right: auto;
}

.com_flex {
	display: flex;
	justify-content: space-between;
}

.com_left {
	width: 32.5%;
}

.com_right {
	width: 60%;
}

.com_name {
	font-size: 42px;
	letter-spacing: 0.04em;
}

.name_eng {
	font-size: 18px;
	padding-left: 20px;
	letter-spacing: 0.05em;
}

.sphere {
	position: absolute;
	background: #9b8047;
	width: 13px;
	height: 13px;
	border-radius: 50px;
	left: 214px;
	top: 30px;
}

.new_border {
	position: absolute;
	background: #9b8047;
	width: 1px;
	height: 100%;
	left: 220px;
	top: 40px;
}

/*********************************************************

	CONTACT

*********************************************************/
.c_title {
	margin: 40px 0 15px;
	color: #fff;
	font-size: 18px;
	font-family: NotoSerifCJKjp-Regular, serif;
}

.hissu {
	margin-left: 10px;
	color: #9b8047;
	font-size: 18px;
	font-family: NotoSerifCJKjp-Regular, serif;
}

.size,
.area {
	background-color: #fff;
	padding: 10px;
	border: 0;
	width: 100%;
	color: #0a0a0a;
	border-radius: 3px;
}

.size {
	height: 65px;
}

.area {
	height: 200px;
}

.sub {
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
}

.sub input {
	padding: 27px 20px;
	max-width: 330px;
	text-align: center;
	background-color: #9b8047;
	color: #fff;
	border: 1px solid #9b8047;
	border-radius: 75px;
	width: 100%;
	font-size: 18px;
	letter-spacing: 0.08em;
	font-family: NotoSerifCJKjp-Regular, serif;
	transition: .6s;
	cursor: pointer;
}

.sub input:hover {
	background-color: transparent;
	border: 1px solid #fff;
}

.a_color a {
	text-decoration: none;
	color: #e0b048;
	border-bottom: 1px solid #e0b048;
}

/*********************************************************

	PRIVACY POLICY

*********************************************************/
.bb_w {
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}

.num_list li {
	text-indent: -1.3em;
	padding-left: 20px;
	margin: 3px 0;
}

.num_indent {
	text-indent: -1.3em;
	padding-left: 20px;
}

.num_list2 {
	padding-left: 20px;
}

.num_list2 li {
	text-indent: -1.3em;
	padding-left: 20px;
	margin: 3px 0;
}

.mail_p {
	display: inline-block;
	background-color: #fff;
	letter-spacing: 0.04em;
	color: #0a0a0a;
	padding: 25px 65px;
	font-size: 20px;
}

/*********************************************************

	BLOG

*********************************************************/
.blog_in a {
	display: table;
	width: 100%;
	padding: 30px 20px;
	text-decoration: none;
	color: #fff;
	position: relative;
	border-bottom: 1px solid #796539;
	transition: 0.3s ease-in-out;
}

.blog_in a:before {
	content: "";
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 50px;
	border-bottom: 1px solid #fff;
	transition: 0.3s ease-in-out;
}

.blog_in a:after {
	content: "";
	position: absolute;
	right: 29px;
	bottom: 32px;
	transform: translateY(-50%) rotate(30deg);
	width: 10px;
	border-bottom: 1px solid #fff;
	transition: 0.3s ease-in-out;
}

.blog_in a:hover {
	background-color: #fff;
	color: #000;
}

.blog_in a:hover:before,
.blog_in a:hover:after {
	border-color: #000;
}

.b_cell1 {
	display: table-cell;
	vertical-align: top;
	width: 220px;
}

.b_cell1 img {
	width: 100%;
	height: auto;
	border: 1px solid #000;
}

.b_cell2 {
	display: table-cell;
	vertical-align: top;
	padding-left: 40px;
}

.b_title {
	font-size: 16px;
	letter-spacing: 0.04em;
	font-family: NotoSerifCJKjp-Regular, serif;
	width: calc(100% - 120px);
}

.b_time {
	font-size: 16px;
	letter-spacing: 0.04em;
	font-family: NotoSerifCJKjp-Regular, serif;
	width: 120px;
}

/*********************************************************

	NEWS

*********************************************************/
/* .news_list {
	border-top: 1px solid #ffffff;
} */

.news_list li {
	width: 100%;
}

.news_list_top {
	border-top: 1px solid #ffffff;
}

.news_list a {
	display: flex;
	width: 100%;
	padding: 40px 20px;
	text-decoration: none;
	color: #fff;
	position: relative;
	border-bottom: 1px solid #ffffff;
	transition: 0.3s ease-in-out;
}

.news_list a:before {
	content: "";
	background: url(../images/menu_arrow_w.svg) left 0/100% 100% no-repeat;
	width: 7px;
	height: 16px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}


.news_list a:hover::before {
	content: "";
	background: url(../images/menu_arrow_b.svg) left 0/100% 100% no-repeat;
	width: 7px;
	height: 16px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}


.news_list a:hover {
	background-color: #fff;
	color: #000;
}

/* 
.news_list a:hover:before,
.news_list a:hover:after {
	border-color: #000;
} */

/*********************************/

/*********************
	お問い合わせ
*********************/
.link_banar {
	max-width: 400px;
	background-color: #796539;
	z-index: 9999;
	font-size: 18px;
	letter-spacing: 0.15em;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	transition: 0.3s ease;
}

.link_banar:after {
	content: "";
	height: 100%;
	width: 30px;
	position: absolute;
	top: -80px;
	left: 0;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.35);
	transform: rotate(45deg) skew(-20deg);
	animation: hContact 5s ease 0.3s infinite;
}

.link_banar a {
	display: block;
	padding: 30px 15px;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 100;
	animation: hContactA 1s ease infinite alternate;
}

.link_banar:hover {
	opacity: 0.7;
}

.n_b_flex {
	display: flex;
	justify-content: space-between;
}

.n_b_left {
	width: 48%;
}

.n_b_right {
	width: 48%;
}

.asapporo {
	margin-top: 40px;
	max-width: 680px
}

.asapporo img {
	width: 100%;
	height: auto;
}

.aotaru {
	margin-top: 40px;
	max-width: 680px
}

.aotaru img {
	width: 100%;
	height: auto;
}

.text_indent {
	text-indent: -2.5em !important;
	padding-left: 2.5em !important;
}

.tc-l {
	text-align: center;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (max-width: 1600px) {
    .chara_left {
        width: 40%;
    }
    
    .chara_right {
        width: 55%;
    }
    .chara_num {
        left: 45%;
    }
    .chara_num img {
        width: 120px;
        height: auto;
    }
}
@media only screen and (max-width: 1400px) {
	#main_bar {
		left: 40px;
		top: 40px;
		border-left: 8px solid #fff;
	}

	#main:before {
		border-left: 40px solid #111010;
		border-top: 40px solid #111010;
	}

	.video_size {
		height: auto;
		top: 40px;
		transform: translateX(-50%);
		width: calc(100% - 80px);
	}

	/****/
	#scroll_box {
		left: 10px;
		bottom: 80px;
	}

	/*********************
	右のバー
*********************/
	#right_cont {
		width: 40px;
	}

	/******************/
	#cy_footer {
		padding: 150px 0 0;
		position: relative;
		z-index: 500;
		color: #fff;
		font-size: 16px;
	}

	#cy_footer a {
		color: #fff;
		text-decoration: none;
	}

	.f_flex {
		display: block;
	}

	.f_left {
		width: 100%;
		text-align: center;
	}

	.f_right {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		margin-top: 60px;
	}
}

@media only screen and (max-width: 1024px) {
	#main:before {
		border-left: 40px solid #111010;
		border-top: 40px solid #111010;
	}

	.video_size {
		width: 1024px;
		height: 650px;
	}

	#sp_video {
		display: block;
	}

	#pc_video {
		display: none;
	}

	/**********************************************
	HEADER
**********************************************/
	#logo {
		top: 25px;
		left: 30px;
		transform: translateX(0);
	}

	#logo img {
		width: 220px;
		height: auto;
	}

	#news_box {
		bottom: 20px;
		left: 50px;
		width: calc(100% - 140px);
	}

	.newsAni {
		padding: 20px 10px;
		padding-right: 160px;
		font-size: 13px;
	}

	/*********************
	お問い合わせ
*********************/
	#h_contact {
		width: 300px;
		font-size: 20px;
	}

	#h_contact a {
		padding: 30px;
	}

	/**********************************************
	CONTENT STYLE
**********************************************/
	.top_midashi {
		font-size: 32px;
	}

	.center_text {
		margin-top: 20px;
		font-size: 14px;
		padding: 0 50px;
	}

	/*********/
	.padding150 {
		padding: 80px 0;
	}

	.padding180 {
		padding: 80px 0;
	}

	.padding200 {
		padding: 100px 0;
	}

	.pt-150 {
		padding-top: 80px;
	}


	.pt-240 {
		padding-top: 140px;
	}


	.padding240 {
		padding: 140px 0;
	}

	.eng_midashi {
		font-size: 32px;
		color: #000;
		line-height: normal;
		letter-spacing: 0.05em;
	}

	/********************
TEXTANIMATION
*********************/
	/* .spanMove:last-child {
		padding-right: 30px;
	} */

	.spanMove:last-child:after {
		border-bottom: 4px solid #000;
		bottom: 10px;
		width: 20px;
	}

	.midashi_ja {
		font-weight: bold;
		font-size: 18px;
		margin-top: 3px;
	}

	.bgMove {
		position: relative;
	}

	.bgMove:after {
		content: "";
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform: scale(0, 1);
	}

	/***************/
	.bu_midashi {
		font-size: 18px;
	}

	/*************************/
	.af_bb_center:after {
		width: 100px;
	}

	.chara_list {
		flex-wrap: wrap;
	}

	.chara_list li {
		width: 48%;
		max-width: 48%;
		margin: 40px auto;
	}

	.chara_midashi {
		font-size: 20px;
	}

	/*************************/
	#company_box:before {
		background: url(../images/top100.png) left 0 / cover no-repeat;
		width: 100%;
		height: 100%;
	}

	.top_width2 {
		width: 48%;
	}

	.more.more_l {
		margin-left: 0;
	}

	.color_w {
		color: #fff;
	}

	.color_w span:last-child:after {
		border-color: #fff;
	}

	#company_img {
		position: absolute;
		right: 40px;
		bottom: 0;
		z-index: 400;
	}

	#company_img img {
		width: 100%;
		max-width: 480px;
		height: auto;
	}

	/**************/
	.banar_flex {
		display: flex;
		width: calc(100% - 60px);
		padding-left: 20px;
		max-width: 1280px;
	}

	.banar_flex li {
		width: 48%;
	}

	.banar_img {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	.banar_img img {
		width: 100%;
		height: auto;
	}

	.banar_box {
		background-color: rgba(0, 0, 0, 0.9);
		color: #fff;
		width: 100%;
		max-width: 600px;
		margin: 0 auto 0;
		padding: 20px;
		text-align: center;
	}

	.banar_eng {
		font-size: 32px;
	}

	.afbr_none .spanMove:last-child {
		padding-right: 0;
	}

	.afbr_none .spanMove:last-child:after {
		display: none;
	}

	.banar_ja {
		font-size: 16px;
	}

	.more.a_w {
		background-color: transparent;
		border: 1px solid #fff;
	}

	/****************/
	.insta_list li {
		height: 200px;
	}

	/* .insta_list img {
		width: 220px;
	} */

	/*****************/
	#contact_bg {
		padding: 80px 0;
	}

	/******************/
	#cy_footer {
		padding: 80px 0 0;
		font-size: 14px;
	}

	.f_right {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		margin-top: 60px;
	}

	.f_nav {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.f_nav li {
		width: 32.33%;
		margin: 20px 0.5%;
	}

	.f_nav .font2 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.f_mini_box p {
		margin: 5px 0;
		font-size: 15px;
	}

	/*********************************************************

	BUSINESS

*********************************************************/
	#cy_header_in {
		width: 94%;
		margin: 0 auto;
		padding: 40px 0 0;
	}

	/* 
	#logo_in {
		top: 25px;
		left: 0;
		transform: translateX(0);
	} */

	#logo_in img {
		width: 220px;
		height: auto;
	}

	#title_in {
		margin: 0 auto 80px;
		padding: 20px 30px;
		font-size: 50px;
	}

	#title_in2 {
		font-size: 18px;
		margin-top: 20px;
	}

	/**********/
	.mt-150 {
		margin-top: 80px;
	}

	.mt-180 {
		margin-top: 80px;
	}

	.mb-180 {
		margin-bottom: 80px;
	}

	.padding150_100 {
		padding: 80px 0 60px;
	}

	.padding100 {
		padding: 80px 0;
	}

	.padding100_180 {
		padding: 80px 0;
	}

	.pb-150 {
		padding-bottom: 80px;
	}


	.pb-160 {
		padding-bottom: 80px;
	}


	.pb-180 {
		padding-bottom: 80px;
	}


	.pb-300 {
		padding-bottom: 200px;
	}

	.pt-130 {
		padding-top: 60px;
	}

	.margin150 {
		margin: 80px 0;
	}

	.bg_ani.bg_ani_w {
		background-color: #fff;
	}

	#business_bg {
		background: url(../images/business2.png) 50% bottom/1920px 938px no-repeat;
		padding: 80px 0 200px;
	}

	.business_midashi .big {
		font-size: 40px;
	}

	.eng_18 {
		font-size: 18px;
	}

	.center_text2 {
		text-align: left;
		line-height: 2.4em;
	}

	/**************/
	.business_box {
		background-color: #fff;
		padding: 40px 40px 30px 40px;
		margin: 20px auto 0;
		width: 100%;
	}

	.midashi34 {
		font-weight: bold;
		font-size: 24px;
	}


	.midashi33 {
		font-size: 23px;
	}

	.midashi30 {
		font-size: 22px;
	}

	.midashi36 {
		font-size: 26px;
	}

	.midashi38 {
		font-size: 28px;
	}

	/*********************************************************

	CHARA

*********************************************************/
	.chara_bl {
		position: relative;
	}

	.chara_bl:after {
		display: none;
	}

	.chara_flex {
		position: relative;
		display: block;
	}

	.chara_num {
		position: static;
		transform: translate(0);
		z-index: 500;
		text-align: center;
		margin-bottom: 30px;
		/* margin-right: 40px; */
	}

	.chara_left {
		width: 100%;
	}

	.chara_right {
		width: 100%;
		/* width: calc(100% - 60px);
		max-width: calc(100% - 60px);
		padding-left: 20px; */
		margin-top: 40px;
	}

	.chara_width {
		/* width: calc(100% - 60px);
		max-width: calc(100% - 60px); */
		max-width: none;
		width: 100%;
		margin: 0 auto;
		/* padding-left: 20px; */
		padding-right: 0;
	}

	.midashi26 {
		font-weight: bold;
		font-size: 22px;
	}

	/***********/
	.chara_flex2 {
		display: block;
	}

	.chara_left2 {
		width: 100%;
		position: relative;
	}

	.chara_right2 {
		width: 100%;
		margin-top: 40px;
	}


	.chara_right2 ul {
		justify-content: space-between;
		row-gap: 1.5vw;
	}


	/*********************************************************

	FLOW

*********************************************************/
	.flow_box {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 820px) {

	.n_b_flex {
		display: block;
	}

	.n_b_left {
		width: 100%;
	}

	.n_b_right {
		width: 100%;
	}











}


@media only screen and (max-width: 740px) {
	#menu_tel2 {
		width: 320px;
		font-size: 22px;
		margin: 0 auto 50px;
	}

	#menu_tel2 span {
		font-size: 30px;
	}

	.sphere {
		display: none;
	}

	.new_border {
		display: none;
	}

	.top_flex_center {
		padding-bottom: calc(100vh - 200px);
	}

	#main_bar {
		left: 40px;
		top: 40px;
		border-left: 2px solid #fff;
	}

	#main:before {
		border-left: 40px solid #111010;
		border-top: 40px solid #111010;
	}

	.video_size {
		height: 800px;
		top: 40px;
		width: calc(100% - 80px);
	}

	.map {
		height: 500px;
	}

	/****/
	@keyframes scroll {
		0% {
			height: 0;
		}

		100% {
			height: 40px;
		}
	}

	@keyframes scrollShape {
		0% {
			top: 110px;
		}

		100% {
			top: 150px;
		}
	}

	.h350vh {
		height: 250vh;
	}

	/**********************************************
	HEADER
**********************************************/
	#logo {
		top: 20px;
		left: 10px;
	}

	#logo img {
		width: 130px;
		height: auto;
	}

	#news_box {
		bottom: 10px;
		left: 50px;
		width: calc(100% - 100px);
	}

	.newsAni {
		padding: 10px 0 0;
		padding-right: 0;
		font-size: 12px;
	}

	.news_title {
		color: #fff;
		position: static;
		top: 0;
		font-size: 18px;
		padding-left: 10px;
		transform: translateY(0);
	}

	.news_table {
		padding-left: 10px;
		padding-right: 10px;
	}

	.n_cell1 {
		display: block;
		width: 100%;
	}

	.n_cell2 {
		display: block;
		width: 100%;
	}

	.news_view {
		position: static;
		width: 100%;
		height: auto;
		display: block;
		text-align: center;
		margin-top: 15px;
	}

	.news_view a {
		padding: 10px;
	}

	/*********************
	お問い合わせ
*********************/
	#h_contact {
		width: 165px;
		font-size: 14px;
	}

	#h_contact a {
		padding: 20px 10px;
	}

	#h_contact .font2 {
		margin-left: 8px;
	}

	#h_contact img {
		position: relative;
		top: -2px;
	}

	.af_shape a:before {
		right: 15px;
		width: 20px;
	}

	.af_shape a:after {
		right: 14px;
	}

	.a_hov:after {
		content: "";
		background-color: rgba(255, 255, 255, 0.24);
		position: absolute;
		top: 0;
		left: -20px;
		width: 0;
		height: 100%;
		transform: skew(-20deg);
		z-index: 10;
		transition: 0.3s ease-in-out;
	}

	.a_hov:hover:after {
		width: calc(100% + 50px);
	}

	/*********************
	右のバー
*********************/
	#right_cont {
		width: 40px;
	}

	#right_bottom li:nth-child(2):hover a {
		animation: FLIP 0.3s linear 0s forwards;
	}

	#right_bottom li:nth-child(2) a {
		pointer-events: auto;
	}

	/**********************************************
	CONTENT STYLE
**********************************************/
	#top_fixed {
		top: calc(50% - 60px);
	}

	.top_midashi {
		font-size: 26px;
	}

	#jText2 {
		margin-top: 20px;
	}

	.center_text {
		text-align: left;
		margin-top: 0;
		font-size: 12px;
		padding: 0 50px;
		line-height: 2em;
	}

	/*********/
	.padding150 {
		padding: 60px 0;
	}

	.padding180 {
		padding: 60px 0;
	}

	.padding200 {
		padding: 60px 0;
	}

	.pt-150 {
		padding-top: 60px;
	}

	.pt-240 {
		padding-top: 100px;
	}

	.padding240 {
		padding: 100px 0;
	}

	.eng_midashi {
		font-size: 34px;
		letter-spacing: 0em;
	}

	/********************
TEXTANIMATION
*********************/
	/* .spanMove:last-child {
		padding-right: 30px;
	} */

	.spanMove:last-child:after {
		display: none;
	}

	.midashi_ja {
		font-weight: bold;
		font-size: 16px;
		margin-top: 3px;
	}

	/***************/
	.business_list {
		display: block;
	}

	.business_list li {
		width: 100%;
		margin: 30px 0;
	}

	.business_list li:nth-child(2) {
		margin-top: 30px;
	}

	.bu_num {
		font-size: 58px;
		line-height: 1.3em;
	}

	.bu_midashi {
		font-size: 18px;
	}

	/*************************/
	.bgMove {
		display: inline-block;
	}

	.af_bb_center {
		text-align: center;
	}

	.af_bb_center p {
		color: #fff;
	}

	.af_bb_center .spanMove:last-child {
		padding-right: 0;
	}

	.af_bb_center .spanMove:last-child:after {
		display: none;
	}

	/* 
	.af_bb_center .bgMoveIn {
		background-color: #0a0a0a;
	} */

	.af_bb_center:after {
		width: 60px;
		margin: 10px auto 0;
	}

	.white_ani .bgMove:after {
		background-color: #fff;
	}

	.chara_list {
		flex-wrap: wrap;
		display: block;
	}

	.chara_list li {
		width: 100%;
		max-width: 100%;
		margin: 20px auto;
		border: 1px solid #fff;
		padding: 40px 20px;
	}

	.chara_list li:nth-child(1) .chara_icon img {
		height: 80px;
	}

	.chara_icon {
		height: auto;
		margin: 0 auto 20px;
		display: block;
		text-align: center;
	}

	.chara_icon img {
		height: 100px;
		width: auto;
	}

	.chara_midashi {
		font-size: 18px;
		margin: 0 0 20px;
	}

	/**********************/
	.top_flex a {
		display: block;
	}

	.top_flex a:hover .cont_hov_box {
		opacity: 1;
	}

	.top_left {
		width: 100%;
	}

	.top_width {
		width: 100%;
		max-width: 510px;
		margin: 0 0 0 auto;
		padding: 0 50px 0 14px;
	}

	.top_width.m_l {
		margin-left: 0;
		padding-right: 50px;
	}

	.top_right {
		width: 100%;
		margin-top: 40px;
		height: 200px;
		overflow: hidden;
	}

	.top_right:after {
		display: none;
	}

	.top_right.shape_r:after {
		display: none;
	}

	/*************************/
	#company_box.padding150 {
		padding-bottom: 0;
	}

	#company_box:before {
		background: url(../images/top100.png) left 0 / cover no-repeat;
	}

	.top_width2 {
		width: 100%;
		padding-bottom: 60px;
	}

	.more.more_l {
		margin-left: auto;
	}

	.color_w {
		color: #fff;
	}

	.color_w span:last-child:after {
		border-color: #fff;
	}

	#company_img {
		display: none;
		position: relative;
		right: 0;
		text-align: center;
		margin-top: 40px;
	}

	#company_img img {
		width: 100%;
		max-width: 300px;
		height: auto;
	}

	/**************/
	.banar_flex {
		display: block;
		width: calc(100% - 60px);
		padding-left: 20px;
		max-width: 1280px;
	}

	.banar_flex li {
		width: 100%;
	}

	.banar_flex li:nth-child(n + 2) {
		margin: 40px 0 0;
	}

	.banar_flex .more a {
		padding: 15px;
	}

	.banar_box {
		padding: 20px;
	}

	.banar_eng {
		font-size: 24px;
	}

	.banar_ja {
		font-size: 14px;
	}

	/****************/
	.insta_list li {
		height: 150px;
	}

	/* 
	.insta_list img {
		width: 150px;
	} */

	/*****************/
	#contact_bg {
		padding: 60px 0;
	}

	.contact_more a {
		padding: 20px 20px;
		font-size: 20px;
	}

	/******************/
	#cy_footer {
		padding: 60px 0 0;
		font-size: 14px;
	}

	.f_left {
		text-align: left;
	}

	.f_left img {
		width: 180px;
		height: auto;
	}

	.new_logo_footer {
		width: 240px !important;
	}

	.f_right {
		margin-top: 40px;
	}

	.f_nav {
		display: block;
		/* border-top: 1px solid #222222; */
	}

	.f_nav li {
		width: 100%;
		margin: 0;
		padding: 20px 0;
		/* border-bottom: 1px solid #222222; */
	}

	.f_nav .font2 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.f_mini_box p {
		margin: 5px 0;
		font-size: 15px;
	}

	#copy {
		text-align: center;
		padding: 20px 0;
	}

	/*********************************************************

	BUSINESS

*********************************************************/
	#cy_header_in {
		width: 94%;
		margin: 0 auto;
		padding: 40px 0 40px 0;
	}

	/* 
	#logo_in {
		top: 20px;
		left: 10px;
	} */

	#logo_in img {
		width: 130px;
		height: auto;
	}

	#title_in {
		margin: 0 auto 40px;
		padding: 20px 10px;
		font-size: 32px;
		letter-spacing: 0.05em;
	}

	#title_in2 {
		font-size: 16px;
		margin-top: 20px;
	}

	/**********/
	.mt-150 {
		margin-top: 60px;
	}

	.mt-180 {
		margin-top: 60px;
	}

	.mb-180 {
		margin-bottom: 40px;
	}

	.padding150_100 {
		padding: 60px 0 60px;
	}

	.padding100 {
		padding: 60px 0;
	}

	.padding100_180 {
		padding: 60px 0;
	}


	.pb-150 {
		padding-bottom: 60px;
	}

	.pb-160 {
		padding-bottom: 60px;
	}

	.pb-180 {
		padding-bottom: 60px;
	}


	.pb-300 {
		padding-bottom: 180px;
	}

	.pt-130 {
		padding-top: 40px;
	}

	.margin150 {
		margin: 60px 0;
	}

	.bg_ani.bg_ani_w {
		background-color: #fff;
	}

	#business_bg {
		background: url(../images/business2.png) 50% bottom/740px 361px no-repeat;
		padding: 60px 0 100px;
	}

	.business_midashi .big {
		font-size: 30px;
	}

	.eng_18 {
		font-size: 14px;
	}

	.eng_18 span:last-child {
		border: 0;
		padding: 0;
	}

	.center_text2 {
		text-align: left;
		line-height: 2em;
	}

	/**************/
	.business_box {
		padding: 30px 30px 20px 30px;
	}

	.bu_icon img {
		width: 60px;
		height: auto;
	}

	.midashi34 {
		font-weight: bold;
		font-size: 20px;
	}

	.midashi33 {
		font-size: 19px;
	}

	.midashi30 {
		font-weight: bold;
		font-size: 19px;
	}

	.midashi36 {
		font-size: 22px;
	}

	.midashi38 {
		font-size: 24px;
	}

	.bu_list {
		display: flex;
		justify-content: space-between;
	}

	.bu_list li {
		width: 49%;
		/* margin: 1% 0; */
		padding: 10px;
		line-height: 1.5em;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 2%;
	}

	/*********************************************************

	CHARA

*********************************************************/
	.minita-l {
		text-align: left;
	}

	.chara_num {
		margin-bottom: 20px;
	}

	.chara_num img {
		width: 100px;
		height: auto;
	}

	.chara_left {
		width: 100%;
	}

	.chara_right {
		/* width: calc(100% - 60px);
		max-width: calc(100% - 60px);
		padding-left: 20px; */
		margin-top: 40px;
	}

	/* 
	.chara_width {
		width: calc(100% - 60px);
		max-width: calc(100% - 60px);
		margin: 0;
		padding-left: 20px;
		padding-right: 0;
	} */

	.midashi26 {
		font-weight: bold;
		font-size: 18px;
	}

	.chara_flex2 {
		display: block;
	}

	.chara_left2 {
		width: 100%;
		position: relative;
	}

	.chara_m {
		width: 140px;
		font-size: 15px;
	}

	.chara_right2 {
		width: 100%;
		margin-top: 40px;
	}

	.chara_right2 ul {
		justify-content: space-between;
		row-gap: 2vw;
	}

	.chara_right2 ul li {
		width: 49%;
		/* margin: 1% 0; */
		padding: 5px 20px 5px 10px;
	}

	/*********************************************************

	CASE

*********************************************************/
	.case_num:before,
	.case_num:after {
		content: "";
		border-bottom: 3px solid #9b8047;
		flex-grow: 2;
	}

	.case_num img {
		width: 80px;
		height: auto;
	}

	.flex_box {
		display: block;
	}

	.flex_44 {
		width: 100%;
	}

	.flex_50 {
		width: 100%;
	}

	/****************/
	.other_list {
		justify-content: space-between;
		row-gap: 3vw;
	}

	.other_list li {
		width: 48%;
		/* margin: 1% 0; */
	}

	/*********************************************************

	VOICE

*********************************************************/

	.flex_35 {
		width: 100%;
	}


	.flex_37 {
		width: 100%;
	}


	.flex_40 {
		width: 100%;
	}


	.flex_55 {
		width: 100%;
	}

	/*********************************************************

	FLOW

*********************************************************/
	.flow_box {
		padding: 40px 0;
	}

	.flow_box:before,
	.flow_box:after {
		content: "";
		background: url(../images/flow7.jpg) 50% bottom/100% 100% no-repeat;
		width: 60px;
		height: 60px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 500;
	}

	.flow_box:before {
		top: -30px;
	}

	.flow_box:after {
		bottom: -30px;
	}

	.flow_box.first_none:before {
		display: none;
	}

	.flow_box.last_none:after {
		display: none;
	}

	.flow_cont {
		width: 94%;
		max-width: 1300px;
		margin: 0 auto;
		display: block;
	}

	.flow_left {
		width: 100%;
		margin-top: 40px;
	}

	.flow_right {
		width: 100%;
	}

	.flow_num {
		position: relative;
		text-align: center;
	}

	.now_num {
		font-size: 34px;
		padding-right: 50px;
	}

	.length_num {
		font-size: 26px;
	}

	.now_num:after {
		left: 50%;
		transform: skew(-45deg) translateX(-50%);
	}

	/***********/
	.minita-c {
		text-align: center;
	}

	.flow_border {
		height: 80px;
		position: relative;
	}

	.flow_border:after {
		top: -1px;
		left: 50%;
		height: 82px;
	}

	/*********************************************************

	FAQ

*********************************************************/


	.f_cell1 {
		width: 50px;
		font-size: 20px;
	}

	.f_cell1 span {
		width: 35px;
		height: 35px;
	}

	.a_table {
		padding-top: 30px;
		display: table;
		width: 100%;
	}

	.f_table {
		display: table;
		width: 100%;
	}

	.a_cell1 {
		width: 50px;
		font-size: 20px;
	}

	.a_cell1 span {
		width: 35px;
		height: 35px;
	}

	.a_cell2 {
		display: table-cell;
		font-size: 12px;
	}

	.a_big {
		font-size: 14px;
		margin-bottom: 10px;
	}

	/*********************************************************

	COMPANY

*********************************************************/
	.greeting_bg {
		position: relative;
		padding: 40px 0;
	}

	.greeting_bg:after {
		width: 100%;
	}

	.gree_flex {
		display: block;
		margin-top: 40px;
	}

	.gree_right {
		width: 100%;
	}

	.gree_left {
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}

	.gree_left img {
		width: 100%;
		max-width: 280px;
		height: auto;
	}

	.gree_name {
		text-align: right;
	}

	/***********/
	.company_table li {
		display: block;
	}

	.c_cell1 {
		width: 100%;
		padding: 10px;
		border-bottom: 0;
		font-size: 14px;
		display: block;
		border: 1px solid #fff;
	}

	.c_cell2 {
		width: 100%;
		padding: 25px 10px 25px;
		border-bottom: 0;
	}

	.c_cell3 {
		width: 100%;
		padding: 10px;
		border-bottom: 0;
		font-size: 14px;
		display: block;
		border: 1px solid #fff;
	}

	.c_cell4 {
		width: 100%;
		padding: 25px 10px 25px;
	}

	/************/
	.cont_1760 {
		width: 94%;
		max-width: 1760px;
		margin-left: auto;
		margin-right: auto;
	}

	.com_flex {
		display: block;
	}

	.com_left {
		width: 100%;
	}

	.com_right {
		width: 100%;
		margin-top: 40px;
	}

	.com_right .bgMove {
		display: block;
	}

	.com_name {
		font-size: 28px;
		text-align: center;
	}

	.name_eng {
		font-size: 10px;
		padding-left: 10px;
		letter-spacing: 0em;
	}

	/*********************************************************

	CONTACT

*********************************************************/
	.c_title {
		font-size: 16px;
	}

	.hissu {
		font-size: 12px;
		top: -2px;
	}

	.size,
	.area {
		background-color: #fff;
		padding: 10px;
		border: 0;
		width: 100%;
	}

	.size {
		height: 45px;
	}

	.area {
		height: 200px;
	}

	/*********************************************************

	PRIVACY POLICY

*********************************************************/
	.mail_p {
		padding: 10px 20px;
		font-size: 16px;
	}

	/*********************************************************

	BLOG

*********************************************************/
	.blog_in a {
		display: block;
		width: 100%;
		padding: 30px 10px 30px;
	}

	.b_cell1 {
		display: block;
		width: 100%;
	}

	.b_cell1 img {
		width: 100%;
		height: auto;
	}

	.b_cell2 {
		display: block;
		padding-left: 0;
		margin-top: 20px;
	}

	.b_title {
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 20px;
	}

	/*********************************************************

	NEWS

*********************************************************/
	.news_list {
		display: block;
	}

	.news_list li {
		width: 100%;
	}

	.news_list a {
		padding: 20px 10px;
		min-height: 0;
	}

	/*********************
	お問い合わせ
*********************/
	.link_banar {
		width: 100%;
		max-width: 300px;
		font-size: 12px;
	}

	.link_banar a {
		padding: 20px 10px;
	}
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width: 480px) {
	#telPop {
		cursor: pointer;
		display: none;
	}

	.video_size {
		height: auto;
	}

	/****************/
	.insta_list {
		justify-content: space-between;
	}

	.insta_list li {
		width: 49%;
		margin: 0.5% 0;
		height: 150px;
		overflow: hidden;
	}

	/* 
	.insta_list img {
		width: 180px;
	} */

	.map iframe {
		height: 400px;
		margin-top: 45px;
	}

	.company_new_link {
		color: #c59c42;
		font-size: 13px;
	}

	.sp_break {
		display: block;
	}
}

@media only screen and (max-width: 350px) {
	.video_size {
		height: auto;
	}

	/****************/
	.insta_list {
		justify-content: space-between;
	}

	.insta_list li {
		width: 49%;
		margin: 0.5% 0;
		height: 150px;
		overflow: hidden;
	}

	/* 
	.insta_list img {
		width: 180px;
	} */

	.map iframe {
		height: 400px;
		margin-top: 45px;
	}

	/*********************
	お問い合わせ
*********************/
	.link_banar a {
		letter-spacing: 0;
	}
}

/* 追加 */

/* mv */
#mv {
	position: relative;
}

.mv_copy {
	position: absolute;
	left: 160px;
	bottom: 7vw;
	z-index: 10;
}

.mv_copy_txt {
	font-family: Rufina-Regular, serif;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-size: 8rem;
	line-height: 1.4;
	color: #fff;
}


.flexslider {
	width: 83% !important;
	margin-left: auto !important;
	overflow: hidden;
	height: 766px;
	height: clamp(600px, 41vw, 800px) !important;
}

.flexslider div {
	width: 100%;
	object-fit: cover;
}

/* top */

.top_fadein {
	animation: fadeIn 2s;
}


.top_bgimg {
	background: url(../images/top_bgimage.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 560px;
}

.bg_top1 {
	background: url(../images/bg_top1.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.midashi_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mb-160 {
	margin-bottom: 160px;
}

.business_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.business_flex:nth-of-type(n + 2) {
	margin-top: 70px;
}

.business_flex_left {
	width: 39%;
}


.business_flex_left img {
	width: 100%;
}

.business_flex_right {
	width: 55%;
}

.bg_white {
	background-color: #fff;
}

.why_bg {
	background: url(../images/bg_top2.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.why_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 370px;
	padding: 4vw 12vw 4vw 14vw;
}

.why_flex_left {
	width: 78%;
}

.case_flex {
	display: flex;
	justify-content: space-between;
}

.case_flex .posi {
	width: 47.2%;
}

.case_flex a {
	width: 100%;
	display: block;;
}


.case_flex img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.case_midashi {
	position: absolute;
	width: 100%;
	top: 88%;
	left: 50%;
	transform: translateX(-50%);
}

.faq_flex {
	display: flex;
}

.banner_style {
	width: 50%;
	text-align: center;
}

.banner_style a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 160px 20px;
}

.banner_style a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0a0a0a;
	opacity: 0.3;
	transition: 0.6s ease;
}

.banner_style a:hover:after {
	opacity: 0.0;
}

.banner_bg1 {
	background: url(../images/top_06.jpg) 50% 0/cover no-repeat;
}

.banner_bg2 {
	background: url(../images/top_07.jpg) 50% 0/cover no-repeat;
}


.banner_bg1 a:hover {
	background: url(../images/top_06_hover.jpg) 50% 0/cover no-repeat;
}

.banner_bg2 a:hover {
	background: url(../images/top_07_hover.jpg) 50% 0/cover no-repeat;
}


.btn_arrow {
	position: absolute;
	right: 50px;
	bottom: 50px;
	z-index: 1;
}

.more_btn {
	width: 100%;
	max-width: 360px;
	margin: 100px auto 0;
}

.more_btn a {
	display: block;
	width: 100%;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	border-radius: 35px;
	padding: 21px 15px;
	text-align: center;
	font-family: NotoSerifCJKjp-Regular, serif;
	font-size: 20px;
	letter-spacing: 0.04em;
	transition: .4s;
}

.more_btn a:hover {
	border: 1px solid #9b8047;
	background-color: #9b8047;
}

.about_bg {
	background: url(../images/about_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.about_left p {
	padding-left: 3.5vw;
	width: 75%;
}

.about_right {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	text-align: center;
	width: 48%;
}

.about_right img {
	width: 100%;
	max-width: 929px;
	height: auto;
}

/* FAQ */
.faq_number {
	font-size: 30px;
	letter-spacing: 0.04em;
	display: flex;
	align-items: center;
}

.faq_number::before {
	content: "";
	width: 25px;
	height: 1px;
	margin-right: 10px;
	display: inline-block;
	background-color: #9b8047;

}

.c_9b8047 {
	color: #9b8047!important;
}

.midashi45 {
	font-size: 45px;
	letter-spacing: 0.04em;
}

.midashi42 {
	font-size: 42px;
	letter-spacing: 0.04em;
}

.midashi40 {
	font-size: 40px;
	letter-spacing: 0.04em;
}


.midashi130 {
	font-size: 130px;
	letter-spacing: 0;
}

.midashi120 {
	font-size: 120px;
}

.midashi100 {
	font-size: 100px;
}

.faq_midashi {
	font-size: 100px;
}

.midashi88 {
	font-size: 4.6vw;
	letter-spacing: 0;
	white-space: nowrap;
}

.letter0 {
	letter-spacing: 0;
}

.letter004 {
	letter-spacing: 0.04em;
}

/* コンタクトボタンの動き */

.contact_btn {
	z-index: 900;
	position: relative;
	transition: .6s;
	width: 170px;
	height: 170px;
}

.contact_btn a {
	display: block;
}

.contact_btn_img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 93%;
}

.contact_btn_img img {
	animation: scroll 35s linear infinite;
	width: 100%;
}

.contact_btn_img_right {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 91%;
}

.contact_btn_img_right img {
	animation: scroll 35s linear infinite;
	width: 100%;
}

.contact_btn_shape_right {
	position: absolute;
	top: 50%;
	transform: translate(-75%, -50%);
	transition: all .3s;
	right: 0;
}

.contact_btn_shape_right img {
	width: 100%;
}


/* ---------------------- */
.contact_btn_bg {
	transition: .6s;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background-color: #9b8047;
	margin: 0 auto;
}

.contact_btn:hover .contact_btn_bg {
	transform: scale(1.05, 1.05);
}

.contact_btn:hover .contact_btn_bg_right {
	transform: scale(1.05, 1.05);
}

.contact_btn:hover .contact_btn_shape {
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
}


.contact_btn:hover .contact_btn_shape_right {
	top: 50%;
	transform: translate(-55%, -50%);
}

.contact_btn_bg_right {
	transition: .6s;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background-color: #9b8047;
	margin-left: auto;
	margin-right: unset;
}

@keyframes scroll {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.contact_btn_shape {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
}


.contact_btn_shape img {
	width: 100%;
}

.m0_auto {
	margin: 0 auto;
}

/* footer */
.f_box {
	display: flex;
	gap: 5vw;
}

.font28 {
	font-size: 28px;
}

.f_nav .font28::after {
	content: "";
	width: 25px;
	height: 2px;
	background-color: #9b8047;
	display: block;
}

.en_mail_btn {
	width: 330px;
}

.en_mail_btn a {
	display: block;
	width: 100%;
	padding: 26px 10px;
	text-align: center;
	background-color: #9b8047;
	color: #fff;
	font-family: NotoSerifCJKjp-Regular, serif;
	border-radius: 40px;
	font-size: 20px;
}

.en_mail_btn img {
	width: 23px;
	height: auto;
	display: inline-block;
	margin-right: 14px;
}

.bg_0a0a0a {
	background: #0a0a0a;
}

.page_top {
	position: absolute;
	bottom: 140px;
	right: 50px;
	cursor: pointer;
}


html {
	scroll-behavior: smooth;
}

/* ヘッダー */
.en_header_tel {
	font-size: 30px;
	letter-spacing: 0.08em;
}

.en_header_tel span {
	font-size: 20px;
	margin-right: 5px;
}

.en_header_tel a {
	color: #fff;
}


.en_header_tel a:hover {
	text-decoration: none;
}

.en_header_contact {
	width: 185px;
}

.en_header_contact a {
	width: 100%;
	display: block;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff;
	font-size: 20px;
	transition: .4s;
}

.en_header_contact a:hover {
	background: #9b8047;
	border: 1px solid #9b8047;
	text-decoration: none;
}

.h_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-bottom: 180px; */
}

.h_flex_right {
	display: flex;
	gap: 40px;
	margin-right: 150px;
}

.h_topmb {
	margin-bottom: 30px;
}

.insta_icon {
	position: fixed;
	bottom: 30px;
	left: 30px;
	width: 20px;
	height: auto;
	z-index: 501;
	mix-blend-mode: exclusion;
}

.insta_icon img {
	width: 100%;
}

.border_w {
	position: relative;
}

.border_w::after {
	content: "";
	border-left: 1px solid #a0a0a0;
	position: fixed;
	left: 80px;
	top: 0;
	height: 100vh;
	z-index: 501;
}

/* Business */
.midashi_border {
	position: relative;
}

.midashi_border::after {
	content: "";
	border-bottom: 2px solid #9b8047;
	margin: 20px auto 0;
	width: 70px;
	display: block;
}

.lineh28 {
	line-height: 2.8;
}

.linh25 {
	line-height: 2.5;
}

.linh24 {
	line-height: 2.4;
}

.linh22 {
	line-height: 2.2;
}


.linh20 {
	line-height: 2;
}


.linh18 {
	line-height: 1.8;
}

.lineh14 {
	line-height: 1.4;
}


.lineh08 {
	line-height: 0.8;
}

.linh12 {
	line-height: 1.2;
}

.business_03_btn {
	display: flex;
	/*justify-content: space-between;*/
	justify-content: center;
}

.business_03_btn p {
	width: 48%;
}

.business_03_btn p a {
	width: 100%;
	display: block;
	position: relative;
	background-color: #9b8047;
	color: #fff;
	padding: 28px 25px;
	font-family: NotoSerifCJKjp-Regular, serif;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.04em;
	border: 1px solid #9b8047;
	transition: .6s;
}

.business_03_btn p a::after {
	content: "";
	background: url(../images/menu_arrow_w.svg) left 0/100% 100% no-repeat;
	width: 9px;
	height: 17px;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}


.business_03_btn p a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #9b8047;
}


.business_03_btn p a:hover::after {
	content: "";
	background: url(../images/menu_arrow_g.svg) left 0/100% 100% no-repeat;
	width: 9px;
	height: 17px;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}

.flow_midashi_box {
	display: flex;
	gap: 25px;
}

.c_0a0a0a {
	color: #0a0a0a;
}

.bg_070707 {
	background: #070707;
}

.sp_icon_box {
	display: none;
}


@media only screen and (max-width: 1600px) {

	.flow_midashi_box {
		display: block;
	}

	.mv_copy_txt {
		font-family: Rufina-Regular, serif;
		font-weight: bold;
		letter-spacing: 0.04em;
		font-size: 5vw;
		line-height: 1.4;
		color: #fff;
	}
}

@media only screen and (max-width: 1500px) {
	.en_mail_btn {
		width: 260px;
	}

	.en_mail_btn a {
		display: block;
		width: 100%;
		padding: 22px 10px;
	}

	.f_nav li:first-child {
		width: 64%;
	}

	.f_box {
		gap: 3vw;
	}
}

@media only screen and (max-width: 1400px) {
	.f_box {
		gap: 5vw;
	}

	.why_flex {
		padding: 4vw 6vw 4vw 9vw;
		height: 480px;
	}

	.why_flex_right {
		width: 150px;
		height: auto;
	}

	.why_flex_right img {
		width: 100%;
		height: auto;
	}

	.faq_midashi {
		font-size: 74px;
	}
}


@media only screen and (max-width: 1200px) {
	.h_flex_right {
		gap: 30px;
	}

	.business_midashi {
		font-size: 50px;
	}

	.midashi50 {
		font-size: 42px;
	}

	.midashi52 {
		font-size: 44px;
	}


	.midashi45 {
		font-size: 38px;
		letter-spacing: 0.04em;
	}

	.midashi42 {
		font-size: 36px;
		letter-spacing: 0.04em;
	}

	.midashi40 {
		font-size: 34px;
		letter-spacing: 0.04em;
	}

}

@media only screen and (max-width: 1024px) {

	.flexslider {
		width: 90% !important;
		margin-left: auto !important;
		overflow: hidden;
	}

	.mv_copy {
		left: 4vw;
	}

	.h_topmb {
		margin-bottom: 30px;
	}

	.insta_icon {
		display: none;
	}

	.border_w::after {
		display: none;
	}

	.midashi130 {
		font-size: 86px;
	}

	.midashi120 {
		font-size: 80px;
	}

	.midashi70 {
		font-size: 70px;
	}

	.midashi45 {
		font-size: 36px;
	}


	.midashi42 {
		font-size: 34px;
		letter-spacing: 0.04em;
	}

	.midashi40 {
		font-size: 32px;
		letter-spacing: 0.04em;
	}

	.midashi50 {
		font-size: 38px;
	}


	.midashi52 {
		font-size: 40px;
	}

	.faq_midashi {
		font-size: 52px;
	}

	.f_cell2 {
		font-size: 26px;
	}

	.en_mail_btn {
		width: 230px;
	}

	.en_mail_btn a {
		padding: 20px 10px;
		font-size: 18px;
	}

	.en_header_tel,
	.en_header_contact {
		display: none;
	}

	#logo_in {
		margin-left: 0;
	}

	.f_nav li:first-child {
		width: 100%;
	}

	.f_box {
		gap: 8vw;
	}

	.f_mini_box p span {
		font-size: 14px;
	}

	.font28 {
		font-size: 22px;
	}

	.business_midashi {
		font-size: 46px;
	}

	.midashi_border::after {
		width: 60px;
	}

	.voice_bb::after {
		content: "";
		display: block;
		width: 100%;
		margin-top: 80px;
		height: 1px;
		background-color: #9b8047;
	}

	.sp_icon_box {
		display: flex;
		gap: 25px;
		position: absolute;
		left: 3vw;
		top: 55px;
		z-index: 10;
	}

	.sp_icon_box a {
		display: block;
		width: 100%;
	}

	.sp_icon_box p {
		width: 20px;
		height: auto;
	}


	.sp_icon_box p img {
		width: 100%;
		height: auto;
	}

	/* top */
	.top_bgimg {
		height: 400px;
	}

	.mb-160 {
		margin-bottom: 60px;
	}

	.why_flex {
		padding: 4vw 6vw 4vw 5%;
		height: 400px;
	}

	.why_flex_left {
		width: 72%;
	}

	.more_btn {
		margin: 60px auto 0;
	}

	.more_btn a {
		font-size: 18px;
	}
	.sub {
		margin: 40px auto 0;
	}



}


@media only screen and (max-width: 740px) {
	/* .h_flex {
		margin-bottom: 40px;
	} */

	.h_topmb {
		margin-bottom: 0;
	}


	.midashi130 {
		font-size: 50px;
	}

	.midashi120 {
		font-size: 48px;
	}

	.midashi100 {
		font-size: 40px;
	}

	.midashi88 {
		font-size: 8vw;
	}

	.midashi45 {
		font-size: 22px;
	}

	.faq_midashi {
		font-size: 40px;
	}

	.midashi42 {
		font-size: 21px;
		letter-spacing: 0.04em;
	}

	.midashi40 {
		font-size: 20px;
		letter-spacing: 0.04em;
	}

	.midashi50 {
		font-size: 26px;
	}

	.midashi52 {
		font-size: 28px;
	}

	.top_bgimg {
		height: 360px;
	}

	.business_flex {
		display: block;
	}

	.business_flex:nth-of-type(n + 2) {
		margin-top: 60px;
	}

	.business_flex_left {
		width: 100%;
	}

	.business_flex_right {
		width: 100%;
		margin-top: 15px;
	}

	.why_flex {
		padding: 60px 6vw 60px 5%;
		height: auto;
		flex-direction: column;
		align-items: start;
	}

	.why_flex_right {
		order: -1;
		width: 90px;
	}

	.why_flex_left {
		order: 1;
		width: 100%;
		margin-top: 20px;
	}

	.f_cell2 {
		font-size: 18px;
	}

	.a_table {
		padding-top: 10px;
		display: table;
		width: 100%;
	}


	.contact_btn {
		z-index: 900;
		position: relative;
		transition: .6s;
		width: 100px;
		height: 100px;
		margin: 0 auto;
	}

	.contact_btn_bg {
		transition: .6s;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		background-color: #9b8047;
		margin: 0 auto;
	}


	.contact_btn_bg_right {
		transition: .6s;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		background-color: #9b8047;
		margin-left: auto;
		margin-right: unset;
	}

	.contact_btn_img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 90px;
		height: auto;
	}

	.contact_btn_img_right {
		width: 90px;
	}

	.contact_btn_shape {
		width: 40px;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: all .3s;
	}

	.contact_btn_shape_right {
		width: 40px;
		height: auto;
		position: absolute;
		top: 50%;
		transform: translate(-75%, -50%);
		transition: all .3s;
		right: 0;
	}

	.case_midashi {
		position: absolute;
		width: 100%;
		top: 90%;
		left: 50%;
		transform: translateX(-50%);
	}

	.page_top {
		position: absolute;
		bottom: 85px;
		right: 30px;
		cursor: pointer;
		width: 30px;
	}

	.page_top img {
		width: 100%;
	}

	.about_left p {
		width: 100%;
		padding-left: 0;
	}

	.more_btn {
		margin: 40px auto 0;
		max-width: 300px;
	}

	.faq_flex {
		display: block;
	}

	.about_right {
		display: none;
	}

	.btn_arrow {
		width: 40px;
		height: auto;
		position: absolute;
		right: 25px;
		bottom: 25px;
	}

	.banner_style {
		width: 100%;
		text-align: center;
	}

	.banner_style a {
		padding: 100px 20px;
	}

	.business_03_btn {
		display: block;
	}

	.business_03_btn p {
		width: 100%;
		margin: 0 auto;
		max-width: 400px;
	}

	.business_03_btn p:first-child {
		margin-bottom: 20px;
	}

	.business_03_btn p a {
		padding: 20px 20px;
		font-size: 16px;
	}

	.business_03_btn p a::after {
		width: 7px;
		height: 15px;
	}


	.business_midashi {
		font-size: 24px;
	}

	.midashi_border::after {
		width: 50px;
		margin: 10px auto 0;
	}

	.voice_bb::after {
		content: "";
		display: block;
		width: 100%;
		margin-top: 60px;
		height: 1px;
		background-color: #9b8047;
	}

	.chara_right2 ul li.nowList::after {
		content: "";
		background: url(../images/menu_arrow_b.svg) left 0/100% 100% no-repeat;
		width: 5px;
		height: 14px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}


	.data_list::after {
		content: "";
		background: url(../images/menu_arrow_w.svg) left 0/100% 100% no-repeat;
		width: 5px;
		height: 14px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.data_list:hover::after {
		content: "";
		background: url(../images/menu_arrow_b.svg) left 0/100% 100% no-repeat;
		width: 5px;
		height: 14px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.gree_name p {
		font-size: 20px;
	}

	.gree_name p span {
		font-size: 22px;
	}

	.sub {
		text-align: center;
    	max-width: unset;
	}

	.sub input {
		padding: 0;
		height: 70px;
		border-radius: 75px;
		max-width: 300px;
	}
	.wpcf7-spinner {
    display: block !important;
}

	.tc-l {
		text-align: left;
	}

	.case_flex {
		display: block;
	}

	.case_flex .posi {
		width: 100%;
	}

	.case_flex .posi:first-of-type {
		margin-bottom: 26vw;
	}
	
	.sp_icon_box {
		display: flex;
		gap: 25px;
		position: absolute;
		left: auto;
		right: 145px;
		top: 25px;
		z-index: 10;
	}

}

@media only screen and (max-width: 480px) {

	.list_1 li {
		height: 120px;
	}

	.flexslider {
		height: 480px !important;
	}

	.mv_copy_txt {
		font-size: 6.5vw;
		line-height: 1.6;
	}

	.case_flex .posi:first-of-type {
		margin-bottom: 35vw;
	}

	.banner_style {
		width: 100%;
		text-align: center;
		padding: 60px 20px;
	}

	.banner_style a {
		padding: 60px 20px;
	}

	.midashi88 {
		font-size: 36px;
	}


}