@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.op07 {
	opacity: 0.2;
}
.mainVisual {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	/*height:1000px;*/
	min-height: 860px;
    }
.mainVisual .mv_txt {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
}
.mainVisual .imgs {
	position: absolute;
	right: 0;
	top: 380px;
	width: 100%;
	height: calc(100% - 380px);
}
.mainVisual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual .mv_txt .txt {
	display: block;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 170px;
	position: relative;
}
.mainVisual .mv_txt .txt .engs {
	position: relative;
	color: #FFF065 !important;	
	font-family: "Oswald", sans-serif;
	font-size: 128px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 5.12px;
	text-transform: uppercase;
	opacity: 0.6 !important;
	white-space: nowrap;
	font-style: italic;
}
.mainVisual .mv_txt .txt .engs span {
	color: #F4BC0C !important;
}
.mainVisual .mv_txt h1 {
	display: block;
	color: #000;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.92px;
}
.mainVisual .mv_txt small {
	display: block;
	position: relative;
	color:#000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.8px;
	margin-top: 15px;
	padding-left: 85px;
}
.mainVisual .mv_txt small::before {
	position: absolute;
	left: 0;
	top: 1px;
	bottom: 0;
	margin: auto;
	content: "";
	width: 70px;
	height: 1px;
	background: #000;
}
.mv-recruit {
	/*position: absolute;
	right: 0;
	bottom: 100px;*/
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 20;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
.mv-recruit.downs {
	bottom: -200px;
	opacity: 0;
}

@media all and (min-width: 769px) {
	.mv-recruit:hover {
		bottom: 10px;
	}
}
@media all and (min-width: 769px) and (max-width: 1200px) {
	.mainVisual .mv_txt .txt {
		margin-left: 4%;
		margin-right: 4%;
	}
	.mainVisual .mv_txt .txt .engs {
		font-size: 88px;
	}
}
@media all and (min-width: 769px) and (max-width: 1000px) {
	.mainVisual .mv_txt .txt .engs {
		font-size: 58px;
	}
}


@media all and (max-width: 768px) {
	.mainVisual {
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 500px;
		overflow: hidden;
		/*height:1000px;*/
		min-height: 500px;
		}
	.mainVisual .mv_txt {
		position: relative;
		z-index: 5;
		width: 100%;
		height: 100%;
	}
	.mainVisual .imgs {
		position: absolute;
		right: 0;
		top: 200px;
		width: 240%;
		height: calc(100% - 100px);
	}
	.mainVisual img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.mainVisual .mv_txt .txt {
		display: block;
		max-width: 1120px;
		margin-left: 2%;
		margin-right: 2%;
		margin-top: 80px;
		position: relative;
	}
	.mainVisual .mv_txt .txt .engs {
		position: relative;
		color: #F4BC0C;
		font-family: "Oswald", sans-serif;
		font-size: 48px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.1;
		letter-spacing: 1.12px;
		text-transform: uppercase;
		opacity: 0.6;
		white-space: nowrap;
		font-style: italic;
	}
	.mainVisual .mv_txt h1 {
		display: block;
		color: #000;
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.92px;
		margin-bottom: 20px;
	}
	.mainVisual .mv_txt small {
		display: block;
		position: relative;
		color:#000;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.8px;
		margin-top: 15px;
		padding-left: 45px;
	}
	.mainVisual .mv_txt small::before {
		position: absolute;
		left: 0;
		top: 1px;
		bottom: 0;
		margin: auto;
		content: "";
		width: 40px;
		height: 1px;
		background: #000;
	}
	.mv-recruit {
		width: 200px;
		z-index: 20;
		-webkit-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
	}
}




/* top-box1 */
.fix-1380 {
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-1240 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-1120 {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-1200 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-980 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.top-box1 {
	display: block;
	padding: 100px 0;
	position: relative;
}
.top-box1 .flx {
	display: flex;
	justify-content: space-between;
}
.top-box1 .lef {
	display: block;
	flex-basis: 20%;
}
.ttl1 {
	display: block;
	position: relative;
	padding: 28px 0 28px 40px;
}
.ttl1::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background:url("../images/ttl_01.png") top center no-repeat;
	width: 100px;
	height: 100px;
}
.ttl1 h2 {
	display: block;
	position: relative;
	z-index: 5;
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.28px;
}
.top-box1 .info-lists {
	display: block;
	flex-basis: 77%;
}
.info-lists .inner {
	display: block;
	overflow: auto;
	height: 400px;
}
.info-lists .inner::-webkit-scrollbar {
  width: 6px;  
  margin-top: 41px;
}
.info-lists .inner::-webkit-scrollbar-track {
	background-size: auto 5px;
	background: #D9D9D9;
}
.info-lists .inner::-webkit-scrollbar-thumb {
  background: #B0AB99;
  height: 100px;
}
.info-lists .txt-flx {
	display:flex;
	padding: 20px 0;
	border-top: #B0AB99 solid 1px;
	margin-right: 20px;
}
.info-lists .txt-flx .txt {
	display: block;
	flex-basis: 100%;
}
.info-lists .txt-flx .txt .days {
	display: block;
	color: #A0A0A0;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 133.333% */
	letter-spacing: 0.9px;
	margin-bottom: 10px;
}
.info-lists .txt-flx .txt .txt_01 {
	display: block;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
	letter-spacing: 0.8px;
}
.info-lists .txt-flx .txt .txt_01 a {
	color: #4A4737 !important;
	text-decoration: underline !important;
}
.info-lists .txt-flx figure {
	display: block;
	min-width: 140px;
	flex-basis: 140px;
	margin: 0 0 0 30px;
	padding: 0;
	overflow: hidden;
}
.info-lists .txt-flx figure img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 110px;
	transform:scale(1,1);
	transition:1s all;
}
@media all and (min-width: 769px) {
	.info-lists .txt-flx .txt .txt_01 a:hover {
		text-decoration: none !important;
	}
	.info-lists .txt-flx figure img:hover {
		transform:scale(1.2,1.2);
	}
}

@media all and (min-width: 769px) and (max-width: 1000px) {
	.top-box1 .lef {
		display: block;
		flex-basis: 25%;
	}
	.top-box1 .info-lists {
		display: block;
		flex-basis: 72%;
	}
}


@media all and (max-width: 979px) {
	.fix-980 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 999px) {
	.fix-1000 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1200px) {
	.fix-1120 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1379px) {
	.fix-1380 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1199px) {
	.fix-1200 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1239px) {
	.fix-1240 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 768px) {
	.fix-1240 {
		margin-left: 4%;
		margin-right: 4%;
		position: relative;
	}
	.top-box1 {
		display: block;
		padding: 50px 0;
		position: relative;
	}
	.top-box1 .flx {
		display: block;
	}
	.top-box1 .lef {
		display: block;
		flex-basis: 20%;
		margin-bottom: 35px;
	}
	.ttl1 {
		display: block;
		position: relative;
		padding: 15px 0 20px 30px;
	}
	.ttl1::after {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		background:url("../images/ttl_01.png") top center no-repeat;
		background-size: 100% auto;
		width: 60px;
		height: 60px;
	}
	.ttl1 h2 {
		display: block;
		position: relative;
		z-index: 5;
		color: #000;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.28px;
	}
	.top-box1 .info-lists {
		display: block;
		flex-basis: 77%;
	}
	.info-lists .inner {
		display: block;
		overflow: auto;
		height: 400px;
	}
	.info-lists .txt-flx {
		display:block;
		padding: 14px 0;
		border-top: #B0AB99 solid 1px;
		margin-right: 14px;
	}
	.info-lists .txt-flx .txt {
		display: block;
		flex-basis: 100%;
		margin-bottom: 16px;
	}
	.info-lists .txt-flx .txt .days {
		display: block;
		color: #A0A0A0;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px; /* 133.333% */
		letter-spacing: 0.9px;
		margin-bottom: 10px;
	}
	.info-lists .txt-flx .txt .txt_01 {
		display: block;
		color: #000;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 24px */
		letter-spacing: 0.8px;
	}
	.info-lists .txt-flx .txt .txt_01 a {
		color: #4A4737 !important;
		text-decoration: underline !important;
	}
	.info-lists .txt-flx figure {
		display: block;
		min-width: 100px;
		flex-basis: 100px;
		margin: 0 0 0 0px;
		padding: 0;
		overflow: hidden;
	}
	.info-lists .txt-flx figure img {
		display: block;
		object-fit: cover;
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
		transform:scale(1,1);
		transition:1s all;
	}
}



/* top-box2 */
.top-box2 {
	display: block;
	position: relative;
	margin-top: 60px;
}
.top-box2 .flx {
	display:flex;
	flex-direction: row-reverse;
}
.top-box2 .txt {
	display: block;
	flex-basis: 54%;
	position: relative;
	z-index: 10;
	padding-top: 120px;
}
.top-box2 .txt .engs {
	display: block;
	position: absolute;
	left: -210px;
	top: -60px;
	color: #F4BC0C;
	font-size: 128px;
	font-weight: 700;
	line-height: 0.8;
	letter-spacing: 5.12px;
	text-transform: uppercase;
	opacity: 0.6;
	font-style: italic;
}
.top-box2 .txt h2 {
	display: block;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 43.2px */
	letter-spacing: 0.96px;
	margin-bottom: 30px;
}
.top-box2 .txt .txt_01 {
	display: block;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 28.8px */
	letter-spacing: 0.8px;
}
.top-box2 .txt ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.top-box2 .txt ul li {
	margin-bottom: 14px;
	margin-right: 20px;
	flex-basis: 275px;
}
.top-box2 .imgs {
	position: absolute;
	left: 0;
	top: 0;
	width: 42%;
	height: 100%;
}
.top-box2 .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.btn1 {
	display: block;
}
.btn1 a {
	display: block;
	text-align: center;
	border: #B0AB99 solid 1px;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 26px */
	letter-spacing: 0.8px;
	padding: 24px 30px;
}
.btn1 a small {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 20.8px */
	letter-spacing: 0.64px;
	margin-left: 10px;
}
@media all and (min-width: 769px) {
	.btn1 a:hover {
		background: #B0AB99;
	}
}


@media all and (max-width: 768px) {
	.top-box2 {
		display: block;
		position: relative;
		margin-top: 0px;
		padding-bottom: 260px;
	}
	.top-box2 .flx {
		display: block;
	}
	.top-box2 .txt {
		display: block;
		flex-basis: 54%;
		position: relative;
		z-index: 10;
		padding-top: 50px;
	}
	.top-box2 .txt .engs {
		display: block;
		position: absolute;
		left: 0%;
		top: 0px;
		color: #F4BC0C;
		font-size: 40px;
		font-weight: 700;
		line-height: 0.8;
		letter-spacing: 5.12px;
		text-transform: uppercase;
		opacity: 0.6;
		font-style: italic;
	}
	.top-box2 .txt h2 {
		display: block;
		color: #000;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%; /* 43.2px */
		letter-spacing: 0.96px;
		margin-bottom: 20px;
	}
	.top-box2 .txt .txt_01 {
		display: block;
		color: #000;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 28.8px */
		letter-spacing: 0.8px;
	}
	.top-box2 .txt ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 30px;
	}
	.top-box2 .txt ul li {
		margin-bottom: 14px;
		margin-right: 0px;
		flex-basis: 275px;
	}
	.top-box2 .imgs {
		position: absolute;
		left: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		height: 210px;
	}
	.top-box2 .imgs img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.btn1 {
		display: block;
	}
	.btn1 a {
		display: block;
		text-align: center;
		border: #B0AB99 solid 1px;
		color: #000;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 26px */
		letter-spacing: 0.8px;
		padding: 20px 15px;
	}
	.btn1 a small {
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 20.8px */
		letter-spacing: 0.64px;
		margin-left: 10px;
	}
}



/* top-box3 */
.top-box3 {
	display: block;
	position: relative;
	padding: 110px 0;
}
.top-box3 .ttl1 {
	padding-bottom: 90px;
}
.top-box3 ul {
	display: flex;
	flex-wrap: wrap;
}
.top-box3 ul li {
	display: block;
	flex-basis: calc((100% - (80px * 2)) / 3 - .01px);
	margin-left: 80px;
	margin-bottom: 60px;
}
.top-box3 ul li:nth-child(3n+1) {
	margin-left: 0;
}
.top-box3 ul li .imgs {
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 320 / 300;
}
.top-box3 ul li .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:1s all;
}
.top-box3 ul li p {
	display: block;
	margin-top: 20px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 20.8px */
	letter-spacing: 0.64px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 行数を指定 */
}

@media all and (min-width: 769px) {
	.top-box3 ul li a:hover img {
		transform:scale(1.2,1.2);
	}
}

@media all and (max-width: 768px) {
	.top-box3 {
		display: block;
		position: relative;
		padding: 50px 0;
	}
	.top-box3 .ttl1 {
		padding-bottom: 40px;
	}
	.top-box3 ul {
		display: block;
	}
	.top-box3 ul li {
		display: block;
		flex-basis: calc((100% - (80px * 2)) / 3 - .01px);
		margin-left: 0px;
		margin-bottom: 30px;
	}
	.top-box3 ul li:nth-child(3n+1) {
		margin-left: 0;
	}
	.top-box3 ul li .imgs {
		display: block;
		overflow: hidden;
		width: 100%;
		aspect-ratio: 320 / 300;
	}
	.top-box3 ul li .imgs img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition:1s all;
	}
	.top-box3 ul li p {
		display: block;
		margin-top: 14px;
		color: #000;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 20.8px */
		letter-spacing: 0.64px;
		overflow: hidden;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2; /* 行数を指定 */
	}
}




/* top-box4 */
.top-box4 {
	display: block;
	position: relative;
	margin-top: 100px;
	background: #F4BC0C;
	margin-bottom: 260px;
}
.top-box4 .fix-1200 {
	position: relative;
	z-index: 5;
	padding: 115px 0 105px 0;
}
.top-box4 .ttl2 {
	position: absolute;
	left: -200px;
	top: -50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.top-box4 .ttl2 .osw {
	display: block;
	opacity: 0.6;
	color: #FFF065;
	font-size: 128px;
	font-style: normal;
	font-weight: 700;
	line-height: 0.8;
	letter-spacing: 5.12px;
	text-transform: uppercase;
	font-style: italic;
}
.top-box4 .ttl2 .osw::first-letter {
	color: #FF8989;
}
.top-box4 .ttl2 h2 {
	display: block;
	color: #000;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.92px;
	margin-left: 30px;
}
.top-box4 .txt {
	display: block;
	width: 50%;
}
.top-box4 .txt h3 {
	display: block;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 43.2px */
	letter-spacing: 0.96px;
	margin-bottom: 30px;
}
.top-box4 .txt .txt_01 {
	display: block;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 28.8px */
	letter-spacing: 0.8px;
	margin-bottom: 30px;
}

.top-box4 .btbox {
	display: block;
	text-align: center;
}
.top-box4 .btbox span {
	display: inline-block;
	position: relative;
	color: #000;
	font-size: 16.667px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 21.667px */
	letter-spacing: 0.667px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.top-box4 .btbox span::before {
	position: absolute;
	left: -15px;
	top: 0;
	content: "";
	width: 2px;
	height: 22px;
	background: #000;
	-webkit-transform: rotate(-22deg);
	transform: rotate(-22deg);
}
.top-box4 .btbox span::after {
	position: absolute;
	right: -10px;
	top: 0;
	content: "";
	width: 2px;
	height: 22px;
	background: #000;
	-webkit-transform: rotate(22deg);
	transform: rotate(22deg);
}
.top-box4 .btbox a {
	border: #000 solid 1px !important ;
}
.top-box4 .imgs {
	position: absolute;
	right: 0;
	bottom: -100px;
	z-index: 1;
	width: 45%;
	height: calc(100% - 0px)
}
.top-box4 .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media all and (min-width: 769px) and (max-width: 1300px) {
	.top-box4 .ttl2 {
		position: absolute;
		left: 20px;
		top: -50px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.top-box4 .ttl2 .osw {
		display: block;
		opacity: 0.6;
		color: #FFF065;
		font-size: 78px;
		font-style: normal;
		font-weight: 700;
		line-height: 0.8;
		letter-spacing: 5.12px;
		text-transform: uppercase;
		font-style: italic;
	}
	.top-box4 .ttl2 .osw::first-letter {
		color: #FF8989;
	}
	.top-box4 .ttl2 h2 {
		display: block;
		color: #000;
		font-size: 35px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.92px;
		margin-left: 30px;
	}
}

@media all and (max-width: 768px) {
	.top-box4 {
		display: block;
		position: relative;
		margin-top: 40px;
		background: #F4BC0C;
		margin-bottom: 0px;
	}
	.top-box4 .fix-1200 {
		position: relative;
		z-index: 5;
		padding: 70px 0 45px 0;
	}
	.top-box4 .ttl2 {
		position:relative;
		left: 0%;
		top: -90px;
		display: block;
		margin-bottom: -70px;
	}
	.top-box4 .ttl2 .osw {
		display: block;
		opacity: 0.6;
		color: #FFF065;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 0.8;
		letter-spacing: 5.12px;
		text-transform: uppercase;
		font-style: italic;
		margin-bottom: 14px;
	}
	.top-box4 .ttl2 .osw::first-letter {
		color: #FF8989;
	}
	.top-box4 .ttl2 h2 {
		display: block;
		color: #000;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.92px;
		margin-left: 0px;
	}
	.top-box4 .txt {
		display: block;
		width: 100%;
	}
	.top-box4 .txt h3 {
		display: block;
		color: #000;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%; /* 43.2px */
		letter-spacing: 0.96px;
		margin-bottom: 20px;
	}
	.top-box4 .txt .txt_01 {
		display: block;
		color: #000;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 28.8px */
		letter-spacing: 0.8px;
		margin-bottom: 30px;
	}

	.top-box4 .btbox {
		display: block;
		text-align: center;
	}
	.top-box4 .btbox span {
		display: inline-block;
		position: relative;
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 21.667px */
		letter-spacing: 0.667px;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	.top-box4 .btbox span::before {
		position: absolute;
		left: -15px;
		top: 0;
		content: "";
		width: 2px;
		height: 22px;
		background: #000;
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg);
	}
	.top-box4 .btbox span::after {
		position: absolute;
		right: -10px;
		top: 0;
		content: "";
		width: 2px;
		height: 22px;
		background: #000;
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}
	.top-box4 .btbox a {
		border: #000 solid 1px !important ;
	}
	.top-box4 .imgs {
		position:relative;
		right: 0;
		bottom: 0px;
		z-index: 1;
		width: 100%;
		height: 200px
	}
	.top-box4 .imgs img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}



.top-bottom {
	display: block;
	background:url("../images/cta.png") top center no-repeat;
	background-size: cover;
	position: relative;
	padding: 70px 0;
	margin-top: 150px;
}
.top-bottom .engs {
	position: absolute;
	left: 0;
	top: -70px;
	width: 100%;
	text-align: center;
	color: #F4BC0C;
	font-size: 128px;
	font-style: normal;
	font-weight: 700;
	line-height: 0.8;
	letter-spacing: 5.12px;
	text-transform: uppercase;
	opacity: 0.6;
	font-style: italic;
}
.top-bottom .ti {
	display: block;
	text-align: center;
	color: #FFF;
	margin-bottom: 65px;
}
.top-bottom .ti h3 {
	display: block;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 43.2px */
	letter-spacing: 0.96px;
}
.top-bottom .mt {
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 28.8px */
	letter-spacing: 0.8px;
	margin-bottom: 66px;
}
.top-bottom ul {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.top-bottom ul li {
	display: block;
	text-align: center;
	flex-basis: 50%;
}
.top-bottom ul li:nth-child(1) {
	max-width: 370px;
}
.ct-01 {
	display: block;
	color: #FFF;
	text-align: left;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 36px */
	letter-spacing: 0.8px;
}
.top-bottom .tels b,
.top-bottom .tels a {
	position: relative;
	text-align: center;
	color: #FFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 900;
	line-height: 130%; /* 52px */
	letter-spacing: 1.6px;
	padding-left: 30px;
	font-family: "Lato", sans-serif;
}
.top-bottom .tels small {
	display: block;
	color: #FFF;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 28.8px */
	letter-spacing: 0.8px;
	margin-top: 0px;
}
.top-bottom .tels b::before,
.top-bottom .tels a::before {
	position:absolute;
	left: -20px;
	top: 5px;
	content: "";
	background:url("../images/tel.svg") left top no-repeat;
	background-size: 100% auto;
	width: 47px;
	height: 53px;
}
.c-cta {
	display: block;
	text-align: center;
	color: #FFF !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 26px */
	letter-spacing: 0.8px;
	border: #FFF solid 1px;
	padding: 22px 0;
	margin-top: 12px;
}
@media all and (min-width: 769px) {
	.top-bottom .mails a:hover {
		background: #333;
	}
}
@media all and (min-width: 769px) and (max-width: 1000px) {
	.ct-01 {
		display: block;
		color: #FFF;
		text-align: left;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%; /* 36px */
		letter-spacing: 0.8px;
	}
}

@media all and (max-width: 768px) {
	.top-bottom {
		display: block;
		background:url("../images/cta.png") top center no-repeat;
		background-size: cover;
		position: relative;
		padding: 40px 0;
		margin-top: 60px;
	}
	.top-bottom .engs {
		position: absolute;
		left: 0;
		top: -20px;
		width: 100%;
		text-align: center;
		color: #F4BC0C;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 0.8;
		letter-spacing: 5.12px;
		text-transform: uppercase;
		opacity: 0.6;
		font-style: italic;
	}
	.top-bottom .ti {
		display: block;
		text-align: center;
		color: #FFF;
		margin-bottom: 35px;
	}
	.top-bottom .ti h3 {
		display: block;
		color: #FFF;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%; /* 43.2px */
		letter-spacing: 0.96px;
	}
	.top-bottom .mt {
		display: block;
		color: #FFF;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 28.8px */
		letter-spacing: 0.8px;
		margin-bottom: 26px;
	}
	.top-bottom ul {
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.top-bottom ul li {
		display: block;
		text-align: center;
		flex-basis: 100%;
	}
	.top-bottom ul li:nth-child(1) {
		max-width: 370px;
		margin-bottom: 20px;
	}
	.ct-01 {
		display: block;
		color: #FFF;
		text-align:center;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%; /* 36px */
		letter-spacing: 0.8px;
	}
	.top-bottom .tels b,
	.top-bottom .tels a {
		position: relative;
		text-align: center;
		color: #FFF;
		font-size: 28px;
		font-style: normal;
		font-weight: 900;
		line-height: 130%; /* 52px */
		letter-spacing: 1.6px;
		padding-left: 30px;
		font-family: "Lato", sans-serif;
	}
	.top-bottom .tels small {
		display: block;
		color: #FFF;
		text-align: center;
		font-family: "Noto Sans JP";
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 180%; /* 28.8px */
		letter-spacing: 0.8px;
		margin-top: 0px;
	}
	.top-bottom .tels b::before,
	.top-bottom .tels a::before {
		position:absolute;
		left: 0px;
		top: 5px;
		content: "";
		background:url("../images/tel.svg") left top no-repeat;
		background-size: 100% auto;
		width: 27px;
		height: 33px;
	}
	.c-cta {
		display: block;
		text-align: center;
		color: #FFF !important;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 26px */
		letter-spacing: 0.8px;
		border: #FFF solid 1px;
		padding: 22px 0;
		margin-top: 12px;
	}
	.top-bottom .mails a {
		font-size: 15px !important;
	}
}







