﻿:root {
	--color1: #C85739;
	--color2: #F3C600;
	--color3: #F39800;
	--color1-rgba: 255, 0, 0;
	--text-color: #333333
}

@keyframes slide1 {
	0% {
		transform: translateX(100%)
	}

	to {
		transform: translateX(-100%)
	}
}

@keyframes slide2 {
	0% {
		transform: translateX(0)
	}

	to {
		transform: translateX(-200%)
	}
}

@keyframes AnimationTitle {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

main {
	margin-top: 80px;
	position: relative
}

@media screen and (max-width: 570px) {
	main {
		margin-top: 60px;
		padding-bottom: 80px
	}
}

main .main_slider {
	position: relative;
	z-index: 0;
}

/* @media screen and (max-width: 570px) {
	main .main_slider {
		height: 35vh;
	}
} */

main .main_slider .slick-track, main .main_slider .slick-list {
	height: 789px;
	z-index: 0
}

@media screen and (max-width: 570px) {
	main .main_slider .slick-track, main .main_slider .slick-list {
		height: 528px
	}
}

main .main_slider .slider_item {
	position: relative;
	height: 100%;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	/* border-radius: 0 0 200px 0; */
  overflow: hidden;
}

main .main_slider .slider_item.dis {
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}

/* main .main_slider .slider_item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
	border-radius: 0 0 200px 0;
	overflow: hidden
}

@media screen and (max-width: 767px) {
	main .main_slider .slider_item:before {
		border-radius: 0 0 100px 0
	}
}

@media screen and (max-width: 570px) {
	main .main_slider .slider_item:before {
		border-radius: 0 0 80px 0
	}
} */

main .main_slider .slider_item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
	border-radius: 0 0 200px 0;
	position: relative;
	z-index: 0
}

@media screen and (max-width: 767px) {
	main .main_slider .slider_item img {
		border-radius: 0 0 100px 0
	}
}

@media screen and (max-width: 570px) {
	main .main_slider .slider_item img {
		border-radius: 0 0 80px 0
	}
}

main .main_slider .slider_item video {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	border-radius: 0 0 200px 0;
}

@media screen and (max-width: 767px) {
	main .main_slider .slider_item video {
		border-radius: 0 0 100px 0
	}
}

@media screen and (max-width: 570px) {
	main .main_slider .slider_item video {
		border-radius: 0 0 80px 0
	}
}

main .main_slider .slide-dots {
	bottom: 60px;
	left: auto;
	right: 5%;
	display: none !important;
}

@media screen and (max-width: 570px) {
	main .main_slider .slide-dots {
		bottom: -30px;
		left: 50%;
		right: auto
	}
}

main h1 {
	position: absolute;
	height: 460px;
	top: 50%;
	right: 7%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	font-size: 64px;
	font-weight: 700;
	line-height: 160%;
	writing-mode: vertical-rl;
	z-index: 1
}

@media screen and (max-width: 1800px) {
	main h1 {
		top: 55%
	}
}

@media screen and (max-width: 1500px) {
	main h1 {
		font-size: 55px;
		top: 60%
	}
}

@media screen and (max-width: 880px) {
	main h1 {
		top: 30%;
		-webkit-transform: translate(0%, 0%);
		-moz-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		-o-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
		font-size: 45px
	}
}

@media screen and (max-width: 570px) {
	main h1 {
		-webkit-transform: translate(0%, -50%);
		-moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		-o-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		height: auto;
		font-size: 30px;
		top: 30%;
		line-height: 140%;
		right: auto;
		left: 4%;
		writing-mode: horizontal-tb
	}
}

main h1 span {
	line-height: 100%;
	background-color: var(--color2);
	margin: 0 5px
}

@media screen and (max-width: 570px) {
	main h1 span {
		margin: 2px 0;
		padding: 0px 5px;
		display: inline-block
	}
}

main #fvHeading,
main .subBox {
	opacity: 0;
	transition: 0.8s;
}

main #fvHeading.is-show,
main .subBox.is-show {
  opacity: 1;
}


main .subBox {
	position: absolute;
	left: 7%;
	top: 40%;
	z-index: 1;
}

@media screen and (max-width: 1220px) {
	main .subBox {
		top: 5vw;
	}
}

@media screen and (max-width: 880px) {
	main .subBox {
		transform: scale(0.8);
		left: 0%
	}
}

@media screen and (max-width: 570px) {
	main .subBox {
		top: 50%;/*45%*/
		transform: scale(1);
		left: 7%
	}
}

main .subBox .box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 0 20px
}

@media screen and (max-width: 570px) {
	main .subBox .box {
		padding-bottom: 10px;
	}
}

main .subBox .box .en {
	width: 166px;
	height: 166px;
	background-color: var(--color1);
	color: #FFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2
}

@media screen and (max-width: 570px) {
	main .subBox .box .en {
		width: 100px;
		height: 100px
	}
}

main .subBox .box .en:last-child {
	background-color: var(--color2);
	color: #000;
	margin-left: -20px;
	z-index: 1
}

main .subBox .box .en p {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	line-height: 150%
}

@media screen and (max-width: 570px) {
	main .subBox .box .en p {
		font-size: 18px
	}
}

main .subBox .box .en p span {
	font-size: 18px
}

@media screen and (max-width: 570px) {
	main .subBox .box .en p span {
		font-size: 12px
	}
}

main .subBox .tx {
	font-size: 24px;
	color: #FFF
}

@media screen and (max-width: 570px) {
	main .subBox .tx {
		font-size: 18px;
		/* color: #000;
		background: #fff;
		padding: 2px 5px;
		box-sizing: border-box; */
	}
}

main .bottom {
	padding: 20px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 435px;
	background-color: #000;
	z-index: 1
}

@media screen and (max-width: 570px) {
	main .bottom {
		display: none
	}
}

main .bottom .tel {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #FFF;
	padding: 20px 0 0 0
}

.enTx {
	font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 126px;
	font-weight: 600;
	color: var(--color2);
	opacity: 0.2
}

@media screen and (max-width: 767px) {
	.enTx {
		font-size: 60px
	}
}

@media screen and (max-width: 520px) {
	.enTx {
		font-size: 40px
	}
}

.titleBox {
	font-size: 64px;
	font-weight: 700
}

@media screen and (max-width: 767px) {
	.titleBox {
		font-size: 42px
	}
}

@media screen and (max-width: 520px) {
	.titleBox {
		font-size: 42px
	}
}

.titleBox span {
	color: var(--color3)
}

.top_note {
	padding: 90px 0 0;
	box-sizing: border-box;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.top_note {
		padding: 60px 20px 30px;
	}
}

.note_image {
	max-width: 500px;
	margin: 0 auto 15px;
}

.note_title {
	font-size: 24px;
}

@media screen and (max-width: 767px) {
	.note_title {
		font-size: 20px;
	}
}

.top_note p {
	font-size: 16px;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.top_note p {
		font-size: 14px;
	}
}

.top_reason {
	padding: 100px 0 0 0
}

@media screen and (max-width: 520px) {
	.top_reason {
		padding: 0
	}
}

.top_reason .title1 {
	font-size: 40px;
	font-weight: 700;
	margin: 0 -2em 0 0
}

@media screen and (max-width: 840px) {
	.top_reason .title1 {
		margin: 0 0 0 20px;
		font-size: 30px
	}
}

@media screen and (max-width: 420px) {
	.top_reason .title1 {
		font-size: 24px
	}
}

.top_reason .titleBox {
	writing-mode: vertical-rl;
	margin: 1em 0 0 0
}

@media screen and (max-width: 840px) {
	.top_reason .titleBox {
		writing-mode: horizontal-tb;
		margin: 0 0 0 20px
	}
}

.top_reason .in {
	position: relative;
	max-width: 1270px;
	margin: 0 auto;
	padding: 0 0 100px
}

.top_reason .in .enTx {
	position: absolute;
	top: 0;
	left: 0
}

@media screen and (max-width: 840px) {
	.top_reason .in .enTx {
		position: relative;
		top: auto;
		left: auto;
		text-align: right;
		font-size: 100px
	}
}

@media screen and (max-width: 600px) {
	.top_reason .in .enTx {
		font-size: 80px
	}
}

@media screen and (max-width: 520px) {
	.top_reason .in .enTx {
		font-size: 60px
	}
}

.top_reason .in .title {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: flex-end
}

@media screen and (max-width: 840px) {
	.top_reason .in .title {
		display: block;
		position: relative;
		top: auto;
		right: auto
	}
}

.top_reason .in .reason_slider {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0 2%;
	padding: 140px 0 0 50px;
	max-width: 1111px
}

@media screen and (max-width: 840px) {
	.top_reason .in .reason_slider {
		padding: 20px 0 0 0
	}
}

.top_reason .in .reason_slider .slider_item {
	width: 333px
}

@media screen and (max-width: 1200px) {
	.top_reason .in .reason_slider .slider_item {
		width: 300px
	}
}

@media screen and (max-width: 1100px) {
	.top_reason .in .reason_slider .slider_item {
		width: 28%
	}
}

@media screen and (max-width: 840px) {
	.top_reason .in .reason_slider .slider_item {
		margin: 0 20px;
		width: 333px
	}
}

@media screen and (max-width: 460px) {
	.top_reason .in .reason_slider .slider_item {
		width: 280px;
		margin: 0 10px
	}
}

.top_reason .in .reason_slider .slider_item .imgBox {
	position: relative
}

.top_reason .in .reason_slider .slider_item .txBox {
	position: relative;
	margin: -20px 0 0 0
}

.top_reason .in .reason_slider .slider_item .txBox h3 {
	display: inline-block;
	margin: 0 0 20px;
	background-color: var(--color3);
	padding: 10px
}

.top_reason .in .reason_slider .slider_item .txBox h3 span {
	font-size: 20px;
	font-weight: 700
}

.top_reason .in .reason_slider .slider_item .txBox p {
	font-size: 14px
}

@media screen and (max-width: 840px) {
	.top_reason .in .reason_slider .slick-arrow {
		top: 180px
	}
}

@media screen and (max-width: 460px) {
	.top_reason .in .reason_slider .slick-arrow {
		top: 140px
	}
}

.top_reason .reson2 {
	position: relative;
	background-color: var(--color2);
	padding: 50px 0 100px;
	border-radius: 0 0 0 200px
}

@media screen and (max-width: 767px) {
	.top_reason .reson2 {
		padding: 50px 20px 100px
	}
}

@media screen and (max-width: 767px) {
	.top_reason .reson2 {
		border-radius: 0 0 0 100px
	}
}

@media screen and (max-width: 520px) {
	.top_reason .reson2 {
		border-radius: 0 0 0 80px;
		padding: 50px 20px
	}
}

.top_reason .reson2 .enTx {
	font-size: 90px;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	z-index: 0;
	width: 100%;
	text-align: center
}

@media screen and (max-width: 767px) {
	.top_reason .reson2 .enTx {
		font-size: 60px
	}
}

@media screen and (max-width: 520px) {
	.top_reason .reson2 .enTx {
		font-size: 40px
	}
}

.top_reason .reson2 h2 {
	text-align: center;
	position: absolute;
	top: -15px;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%)
}

.top_reason .reson2 h2 span {
	border: 1px solid #000;
	background-color: #FFF;
	font-size: 30px;
	font-weight: 700;
	padding: 0 15px
}

@media screen and (max-width: 600px) {
	.top_reason .reson2 h2 span {
		font-size: 20px
	}
}

@media screen and (max-width: 520px) {
	.top_reason .reson2 h2 span {
		font-size: 16px;
		padding: 10px 15px
	}
}

.top_reason .reson2 p.c {
	text-align: center;
	font-size: 26px;
	position: relative;
	z-index: 1
}

@media screen and (max-width: 767px) {
	.top_reason .reson2 p.c {
		font-size: 18px
	}
}

.top_reason .reson2 p.c span {
	font-weight: 700;
	text-decoration: underline
}

.top_reason .reson2 .inBox {
	max-width: 960px;
	margin: 0 auto;
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media screen and (max-width: 520px) {
	.top_reason .reson2 .inBox {
		padding-top: 25px
	}
}

.top_reason .reson2 .inBox .in {
	width: 47%;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 50px 10px 0px;
	position: relative
}

@media screen and (max-width: 767px) {
	.top_reason .reson2 .inBox .in {
		width: 100%;
		margin: 30px 0;
		padding: 50px 10px 20px
	}
}

@media screen and (max-width: 520px) {
	.top_reason .reson2 .inBox .in:last-child {
		padding-bottom: 0
	}
}

.top_reason .reson2 .inBox .in h3 {
	position: relative;
	text-align: center;
	margin-top: -60px;
	padding: 0 0 40px
}

.top_reason .reson2 .inBox .in h3 span {
	font-size: 26px;
	font-weight: 700;
	background-color: #000;
	border-radius: 50px;
	padding: 5px 20px;
	color: #FFF
}

@media screen and (max-width: 520px) {
	.top_reason .reson2 .inBox .in h3 span {
		font-size: 20px
	}
}

.top_reason .reson2 .inBox .in .box {
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #FFF;
	text-align: center;
	padding: 10px;
	width: 305px;
	margin: 0 auto 35px;
	position: relative;
	font-size: 18px
}

@media screen and (max-width: 520px) {
	.top_reason .reson2 .inBox .in .box {
		width: 80%;
		font-size: 16px
	}
}

.top_reason .reson2 .inBox .in .box:after {
	content: "";
	position: absolute;
	bottom: -32px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	background: url("../images/top/arrow.svg") no-repeat center;
	width: 10px;
	height: 26px
}

.top_reason .reson2 .inBox .in .box.tx:before {
	content: "マージン";
	font-size: 12px;
	position: absolute;
	bottom: -25px;
	left: 55%;
	opacity: 0.5
}

.top_reason .reson2 .inBox .in .box.tx2 {
	margin: 0 auto 60px
}

.top_reason .reson2 .inBox .in .box.tx2:after {
	bottom: -60px;
	background: url("../images/top/arrow2.svg") no-repeat center;
	width: 10px;
	height: 60px
}

.top_reason .reson2 .inBox .in .box.tx2:before {
	content: "直結ルート!!";
	font-size: 20px;
	position: absolute;
	bottom: -40px;
	left: 55%;
	color: var(--color1)
}

@media screen and (max-width: 520px) {
	.top_reason .reson2 .inBox .in .box.tx2:before {
		font-size: 16px
	}
}

.top_reason .reson2 .inBox .in .box:last-child {
	margin-bottom: 0
}

.top_reason .reson2 .inBox .in .box:last-child:after {
	display: none
}

.top_reason .reson2 .inBox .in .box.box2 {
	width: 340px;
	border-color: var(--color1);
	color: var(--color1);
	font-size: 26px
}

@media screen and (max-width: 520px) {
	.top_reason .reson2 .inBox .in .box.box2 {
		width: 90%;
		font-size: 20px;
		margin-bottom: 20px
	}
}

.top_reason .reson2 .inBox .in .box.box2:after {
	display: none
}

.top_reason .reson2 .inBox .in:last-child h3 span {
	background-color: var(--color1)
}

.top_reason .reson2 .inBox .in .txBox {
	width: 190px;
	margin: 0 auto;
	font-size: 18px;
	background-color: #FFF;
	border: 2px solid #000;
	position: relative;
	text-align: center;
	padding: 10px;
	bottom: -20px
}

.top_reason .reson2 .inBox .in .txBox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	border-style: solid;
	border-width: 0 10px 20px 10px;
	border-color: transparent transparent #000000;
	translate: -50% -100%
}

.top_reason .reson2 .inBox .in .txBox::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	border-style: solid;
	border-width: 0 8px 16px 8px;
	border-color: transparent transparent #FFF;
	translate: -50% -100%
}

.top_plan {
	padding: 120px 0 0
}

@media screen and (max-width: 767px) {
	.top_plan {
		padding: 50px 0 0
	}
}

.top_plan .inner .titleArea {
	position: relative;
	padding: 0 0 30px
}

.top_plan .inner .titleArea .enTx {
	position: absolute;
	top: -30px;
	left: 100px
}

@media screen and (max-width: 840px) {
	.top_plan .inner .titleArea .enTx {
		position: relative;
		top: auto;
		left: auto;
		text-align: right
	}
}

@media screen and (max-width: 520px) {
	.top_plan .inner .titleArea .enTx {
		font-size: 60px
	}
}

.top_plan .inner .titleArea .flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 0 30px
}

@media screen and (max-width: 840px) {
	.top_plan .inner .titleArea .flex {
		flex-wrap: wrap
	}
}

.top_plan .inner .titleArea .flex .title {
	width: 235px
}

@media screen and (max-width: 840px) {
	.top_plan .inner .titleArea .flex .title {
		width: auto
	}
}

.top_plan .inner .titleArea .flex .title .titleBox span {
	writing-mode: vertical-rl
}

@media screen and (max-width: 840px) {
	.top_plan .inner .titleArea .flex .title .titleBox span {
		writing-mode: horizontal-tb
	}
}

.top_plan .inner .titleArea .flex .sub {
	width: calc(100% - 235px);
	font-size: 26px;
	padding: 0 0 10px
}

@media screen and (max-width: 840px) {
	.top_plan .inner .titleArea .flex .sub {
		width: 100%
	}
}

@media screen and (max-width: 767px) {
	.top_plan .inner .titleArea .flex .sub {
		font-size: 20px
	}
}

@media screen and (max-width: 520px) {
	.top_plan .inner .titleArea .flex .sub {
		font-size: 16px
	}
}

.top_plan .inner .planList .tabs {
	display: flex;
	justify-content: flex-start;
	gap: 0 20px
}

@media screen and (max-width: 700px) {
	.top_plan .inner .planList .tabs {
		padding: 0 0 20px;
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		scrollbar-width: none;
		scroll-snap-type: x mandatory
	}

	.top_plan .inner .planList .tabs:-webkit-scrollbar {
		display: none
	}
}

.top_plan .inner .planList .tabs .tab {
	flex: 1;
	cursor: pointer;
	background-color: #E9E9E9;
	border-radius: 50px;
	padding: 10px 15px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	position: relative
}

@media screen and (max-width: 1200px) {
	.top_plan .inner .planList .tabs .tab {
		font-size: 16px;
		flex: none
	}
}

.top_plan .inner .planList .tabs .tab:after {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 20px;
	height: 15px;
	background-color: #FFF;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	clip-path: polygon(100% 0, 0 0, 50% 100%)
}

.top_plan .inner .planList .tabs .tab.active {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #000;
	color: #FFF
}

.top_plan .inner .planList .tabs .tab.active:after {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #000
}

.top_plan .inner .planList .conBox {
	padding: 30px 0 0 0
}

.top_plan .inner .planList .conBox .con {
	display: none
}

.top_plan .inner .planList .conBox .con.show {
	display: block
}

.top_plan .inner .planList .conBox .con .in_con {
	border-radius: 88px;
	overflow: hidden;
	position: relative;
	margin: 0 0 80px
}

@media screen and (max-width: 520px) {
	.top_plan .inner .planList .conBox .con .in_con {
		border-radius: 30px
	}
}

.top_plan .inner .planList .conBox .con .txBox {
	width: 50%;
	height: 100%;
	margin: 0 0 0 50%;
	position: relative;
	z-index: 1;
	padding: 40px 60px;
	color: #FFF
}

@media screen and (max-width: 1100px) {
	.top_plan .inner .planList .conBox .con .txBox {
		width: 60%;
		margin: 0 0 0 40%
	}
}

@media screen and (max-width: 920px) {
	.top_plan .inner .planList .conBox .con .txBox {
		width: 70%;
		margin: 0 0 0 30%;
		padding: 40px 30px
	}
}

@media screen and (max-width: 700px) {
	.top_plan .inner .planList .conBox .con .txBox {
		width: 100%;
		margin: 250px 0 0 0
	}
}

.top_plan .inner .planList .conBox .con .txBox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(10px);
	background-color: rgba(69, 18, 7, 0.7);
	z-index: -1
}

.top_plan .inner .planList .conBox .con .txBox .plan_name {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 30px;
	padding: 0 0 10px
}

@media screen and (max-width: 700px) {
	.top_plan .inner .planList .conBox .con .txBox .plan_name {
		display: block;
		margin: -170px 0 0 0
	}
}

.top_plan .inner .planList .conBox .con .txBox .plan_name .lBox {
	width: 105px;
	height: 105px;
	border: 1px solid #FFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space:nowrap;
}

.top_plan .inner .planList .conBox .con .txBox .plan_name .lBox p {
	font-weight: 700;
	font-size: 22px;
	line-height: 100%;
	white-space:nowrap;
}

.top_plan .inner .planList .conBox .con .txBox .plan_name .lBox p span {
	font-size: 40px;
	white-space:nowrap;
}

@media screen and (max-width: 700px) {
	.top_plan .inner .planList .conBox .con .txBox .plan_name .rBox {
		padding: 50px 0 0 0
	}
}

.top_plan .inner .planList .conBox .con .txBox .plan_name .rBox p {
	font-weight: 700;
	line-height: 150%
}

.top_plan .inner .planList .conBox .con .txBox .plan_name .rBox .tx1 {
	font-size: 36px
}

@media screen and (max-width: 520px) {
	.top_plan .inner .planList .conBox .con .txBox .plan_name .rBox .tx1 {
		font-size: 28px
	}
}

.top_plan .inner .planList .conBox .con .txBox .plan_name .rBox .tx2 {
	font-size: 18px
}

@media screen and (max-width: 520px) {
	.top_plan .inner .planList .conBox .con .txBox .plan_name .rBox .tx2 {
		font-size: 16px
	}
}

.top_plan .inner .planList .conBox .con .txBox .plan_name .rBox .tx2 span {
	font-size: 35px;
	margin: 0 10px 0 0
}

@media screen and (max-width: 520px) {
	.top_plan .inner .planList .conBox .con .txBox .plan_name .rBox .tx2 span {
		font-size: 30px
	}
}

.top_plan .inner .planList .conBox .con .txBox .tx3 {
	font-size: 16px;
	position: relative;
	z-index: 1
}

@media screen and (max-width: 520px) {
	.top_plan .inner .planList .conBox .con .txBox .tx3 {
		font-size: 14px
	}
}

.top_plan .inner .planList .conBox .con .txBox .menu_list {
	position: relative;
	z-index: 1;
	border: 1px solid #FFF;
	border-radius: 20px;
	padding: 15px 25px;
	margin: 20px 0
}

.top_plan .inner .planList .conBox .con .txBox .menu_list .tx4 {
	text-align: center;
	font-size: 16px;
	font-weight: 700
}

.top_plan .inner .planList .conBox .con .txBox .menu_list ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0 2%;
	padding: 0 0 20px
}

.top_plan .inner .planList .conBox .con .txBox .menu_list ul li {
	width: 48%;
	position: relative;
	font-size: 14px;
	padding: 3px 0 3px 16px;
	line-height: 120%
}
.top_plan .inner .planList .conBox .con .txBox .menu_list ul li.focus{
	font-weight:bold;
	color:#F3C600;
}

.top_plan .inner .planList .conBox .con .txBox .menu_list ul li:before {
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: rgba(255, 220, 160, 0.4);
	position: absolute;
	top: 5px;
	left: 0
}

.top_plan .inner .planList .conBox .con .txBox .menu_list .sub {
	background-color: rgba(255, 255, 255, 0.3);
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	padding: 5px;
	border-radius: 30px
}

.top_plan .inner .planList .conBox .con .txBox .btn {
	position: relative;
	z-index: 1
}

.top_plan .inner .planList .conBox .con .txBox .btn a {
	max-width: none;
	width: 100%;
	text-align: center
}

@media screen and (max-width: 520px) {
	.top_plan .inner .planList .conBox .con .txBox .btn a {
		font-size: 16px;
		padding-right: 50px
	}
}

@media screen and (max-width: 380px) {
	.top_plan .inner .planList .conBox .con .txBox .btn a {
		font-size: 15px;
		padding-right: 80px;
		padding-left: 20px
	}
}

.top_plan .inner .planList .conBox .con .imgBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}

@media screen and (max-width: 700px) {
	.top_plan .inner .planList .conBox .con .imgBox {
		background-image: url("../images/top/plan_list1_sp.webp");
		background-size: cover
	}
}

.top_plan .inner .planList .conBox .con .imgBox img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

@media screen and (max-width: 700px) {
	.top_plan .inner .planList .conBox .con .imgBox img {
		height: 250px
	}
}

.top_plan .inner .planOption {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #FDF4CC;
	border-radius: 60px;
	padding: 50px 20px
}

@media screen and (max-width: 520px) {
	.top_plan .inner .planOption {
		border-radius: 40px
	}
}

/* .top_plan .inner .planOption::before {
	position: absolute;
	content: "";
	border-top: 60px solid #F39800;
	border-right: 90px solid transparent;
	border-left: 90px solid transparent;
	bottom: -45px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 520px) {
	.top_plan .inner .planOption::before {
		border-top: 40px solid #F39800;
		border-right: 70px solid transparent;
		border-left: 70px solid transparent;
		bottom: -30px;
	}
} */

.top_plan .inner .planOption .title {
	position: relative;
	text-align: center;
	margin-top: -80px;
	padding: 0 0 25px
}

.top_plan .inner .planOption .title h3 {
	display: inline-block;
	background-color: var(--color3);
	padding: 5px 20px;
	font-size: 32px;
	font-weight: 700
}

@media screen and (max-width: 600px) {
	.top_plan .inner .planOption .title h3 {
		font-size: 26px
	}
}

@media screen and (max-width: 480px) {
	.top_plan .inner .planOption .title h3 {
		font-size: 24px
	}
}

.top_plan .inner .planOption .title h3 span {
	color: #000
}

.top_plan .inner .planOption .title h3 span span {
	color: #FFF
}

.top_plan .inner .planOption p.tx1 {
	font-size: 20px;
	font-weight: 600;
	text-align: center
}

@media screen and (max-width: 520px) {
	.top_plan .inner .planOption p.tx1 {
		font-size: 16px
	}
}

.top_plan .inner .planOption p.tx2 {
	font-size: 16px;
	font-weight: 500;
	text-align: center
}

@media screen and (max-width: 520px) {
	.top_plan .inner .planOption p.tx2 {
		font-size: 14px;
		padding: 15px 0 0 0
	}
}

.top_plan .inner .planOption .plan_slider {
	padding: 30px 30px 30px;
	margin: 0 0 0 20px
}

@media screen and (max-width: 640px) {
	.top_plan .inner .planOption .plan_slider {
		padding: 30px 0 20px;
		margin: 0
	}
}

.top_plan .inner .planOption .plan_slider .slider_item {
	text-align: center;
	font-size: 16px
}

@media screen and (max-width: 1100px) {
	.top_plan .inner .planOption .plan_slider .slider_item {
		margin: 0 10px
	}
}

@media screen and (max-width: 520px) {
	.top_plan .inner .planOption .plan_slider .slider_item {
		margin: 0 5px;
		font-size: 14px
	}
}

.top_plan .inner .planOption .plan_slider .slider_item .imgBox {
	width: 280px;
	height: 175px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px
}

@media screen and (max-width: 520px) {
	.top_plan .inner .planOption .plan_slider .slider_item .imgBox {
		width: 240px
	}
}

.top_plan .inner .planOption .plan_slider .slider_item .imgBox img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.top_plan .inner .planOption .plan_slider .slick-prev {
	left: 0
}

.top_plan .inner .planOption .plan_slider .slick-arrow {
	top: 120px
}

.top_plan .inner .planOption .optionTx {
	width: 370px;
	margin: 0 auto;
	padding: 10px;
	border: 2px solid #000;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	gap: 0 10px
}

@media screen and (max-width: 470px) {
	.top_plan .inner .planOption .optionTx {
		width: 90%;
		font-size: 12px
	}

	.top_plan .inner .planOption .optionTx br {
		display: none
	}
}

.top_plan .planDrink {
	position: relative;
	padding: 500px 0 120px
}

@media screen and (max-width: 800px) {
	.top_plan .planDrink {
		padding: 400px 0 60px
	}
}

@media screen and (max-width: 520px) {
	.top_plan .planDrink {
		padding: 300px 0 60px
	}
}

.top_plan .planDrink .imgBox {
	position: absolute;
	top: 120px;
	right: 0;
	width: 70%;
	height: 586px;
	max-width: none;
	z-index: 0;
	overflow: hidden;
	border-radius: 200px 0 0 0
}

@media screen and (max-width: 800px) {
	.top_plan .planDrink .imgBox {
		width: 90%;
		height: 500px;
		top: 60px
	}
}

@media screen and (max-width: 767px) {
	.top_plan .planDrink .imgBox {
		border-radius: 100px 0 0 0
	}
}

@media screen and (max-width: 520px) {
	.top_plan .planDrink .imgBox {
		border-radius: 80px 0 0 0;
		height: 335px;
		top: 60px
	}
}

.top_plan .planDrink .imgBox img {
	position: relative;
	object-fit: cover;
	width: 100%;
	height: 100%
}

.top_plan .planDrink .txBox {
	text-align: left;
	width: 55%;
	background-color: var(--color2);
	border-radius: 0 0 200px 0;
	padding: 80px 50px 50px 10px;
	position: relative;
	z-index: 1
}

@media screen and (max-width: 1100px) {
	.top_plan .planDrink .txBox {
		width: 65%
	}
}

@media screen and (max-width: 940px) {
	.top_plan .planDrink .txBox {
		width: 75%
	}
}

@media screen and (max-width: 800px) {
	.top_plan .planDrink .txBox {
		width: 90%
	}
}

@media screen and (max-width: 767px) {
	.top_plan .planDrink .txBox {
		border-radius: 0 0 100px 0
	}
}

@media screen and (max-width: 520px) {
	.top_plan .planDrink .txBox {
		padding: 40px 50px 50px 10px;
		border-radius: 0 0 80px 0
	}
}

.top_plan .planDrink .txBox .enTx {
	font-size: 67px;
	color: #FFF;
	z-index: 0
}

@media screen and (max-width: 1440px) {
	.top_plan .planDrink .txBox .enTx {
		font-size: 55px
	}
}

@media screen and (max-width: 1200px) {
	.top_plan .planDrink .txBox .enTx {
		font-size: 45px
	}
}

@media screen and (max-width: 700px) {
	.top_plan .planDrink .txBox .enTx {
		font-size: 40px
	}
}

@media screen and (max-width: 520px) {
	.top_plan .planDrink .txBox .enTx {
		font-size: 30px
	}
}

.top_plan .planDrink .txBox .in {
	padding: 0 0 0 80px
}

@media screen and (max-width: 520px) {
	.top_plan .planDrink .txBox .in {
		padding: 0 0 0 20px
	}
}

.top_plan .planDrink .txBox h3 {
	position: relative;
	z-index: 1;
	font-size: 40px;
	margin-top: -50px
}

@media screen and (max-width: 1200px) {
	.top_plan .planDrink .txBox h3 {
		margin-top: -35px
	}
}

@media screen and (max-width: 800px) {
	.top_plan .planDrink .txBox h3 {
		font-size: 30px
	}
}

@media screen and (max-width: 520px) {
	.top_plan .planDrink .txBox h3 {
		margin-top: -30px;
		font-size: 24px
	}
}

@media screen and (max-width: 420px) {
	.top_plan .planDrink .txBox h3 {
		font-size: 20px
	}
}

.top_plan .planDrink .txBox h3 span {
	font-size: 60px
}

@media screen and (max-width: 800px) {
	.top_plan .planDrink .txBox h3 span {
		font-size: 42px
	}
}

@media screen and (max-width: 520px) {
	.top_plan .planDrink .txBox h3 span {
		font-size: 42px
	}
}

.top_plan .planDrink .txBox .tx {
	font-size: 20px;
	padding: 20px 0
}

@media screen and (max-width: 800px) {
	.top_plan .planDrink .txBox .tx {
		font-size: 18px
	}
}

.top_plan .planDrink .txBox .tag {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px 10px
}

@media screen and (max-width: 520px) {
	.top_plan .planDrink .txBox .tag {
		gap: 10px 10px
	}
}

.top_plan .planDrink .txBox .tag div {
	background-color: #FFF;
	font-size: 20px;
	padding: 10px 25px;
	border-radius: 50px
}

@media screen and (max-width: 800px) {
	.top_plan .planDrink .txBox .tag div {
		font-size: 16px
	}
}

@media screen and (max-width: 520px) {
	.top_plan .planDrink .txBox .tag div {
		padding: 5px 10px;
		font-size: 15px
	}
}

.planHowtoeat {
	margin: 93px auto 120px;
}

@media screen and (max-width: 520px) {
	.planHowtoeat {
		margin: 62px auto;
	}
}

.planHowtoeat .title {
	font-size: 26px;
	text-align: center;
}

@media screen and (max-width: 520px) {
	.planHowtoeat .title {
		font-size: 22px;
	}
}

.planHowtoeat ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px 40px;
	margin: 63px auto 0;
	max-width: 1000px;
}

@media screen and (max-width: 520px) {
	.planHowtoeat ul {
		gap: 32px 16px;
		margin-top: 56px;
	}
}

.planHowtoeat li {
	width: calc((100% - (40px * 4)) / 5);
	text-align: center;
}

@media screen and (max-width: 520px) {
	.planHowtoeat li {
		width: calc((100% - (16px * 2)) / 3);
	}
}

.planHowtoeat p {
	margin: 20px 0 0;
}

@media screen and (max-width: 520px) {
	.planHowtoeat p {
		margin-top: 15px;
	}
}

.top_area {
	padding: 0 0 120px
}

@media screen and (max-width: 800px) {
	.top_area {
		padding: 0 0 60px
	}
}

.top_area .inner {
	max-width: 1050px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 0 30px
}

.top_area .inner .titleArea {
	position: absolute;
	top: 0;
	right: 0
}

@media screen and (max-width: 920px) {
	.top_area .inner .titleArea {
		top: -100px
	}
}

@media screen and (max-width: 800px) {
	.top_area .inner .titleArea {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		order: 1;
		padding: 0 0 20px
	}
}

.top_area .inner .titleArea .enTx {
	position: absolute;
	top: -30px;
	right: 0.8em
}

@media screen and (max-width: 800px) {
	.top_area .inner .titleArea .enTx {
		position: relative;
		top: auto;
		right: auto;
		line-height: 100%;
		text-align: right
	}
}

@media screen and (max-width: 520px) {
	.top_area .inner .titleArea .enTx {
		font-size: 60px
	}
}

.top_area .inner .titleArea .titleBox {
	writing-mode: vertical-rl
}

@media screen and (max-width: 800px) {
	.top_area .inner .titleArea .titleBox {
		writing-mode: horizontal-tb
	}
}

@media screen and (max-width: 767px) {
	.top_area .inner .titleArea .titleBox {
		font-size: 42px
	}
}

@media screen and (max-width: 520px) {
	.top_area .inner .titleArea .titleBox {
		font-size: 42px
	}
}

@media screen and (max-width: 920px) {
	.top_area .inner .imgBox {
		width: 40%
	}
}

@media screen and (max-width: 800px) {
	.top_area .inner .imgBox {
		width: 100%;
		order: 3;
		text-align: center
	}

	.top_area .inner .imgBox img {
		width: 90%;
		height: auto;
		max-width: none
	}
}

@media screen and (max-width: 767px) {
	.top_area .inner .imgBox img {
		width: 50%
	}
}

@media screen and (max-width: 520px) {
	.top_area .inner .imgBox img {
		width: 70%
	}
}

.top_area .inner .txBox {
	padding: 0 0 20px
}

@media screen and (max-width: 800px) {
	.top_area .inner .txBox {
		width: 100%;
		order: 2
	}
}

.top_area .inner .txBox .in {
	padding: 0 0 10px
}

.top_area .inner .txBox .in h3 {
	font-size: 24px;
	padding: 0 0 10px
}

@media screen and (max-width: 600px) {
	.top_area .inner .txBox .in h3 {
		font-size: 20px
	}
}

.top_area .inner .txBox .in p {
	padding: 0 0 10px
}

@media screen and (max-width: 767px) {
	.top_area .inner .txBox .in p br {
		display: none
	}
}

.top_case {
	background-color: var(--color1);
	border-radius: 200px 0 0 0;
	padding: 60px 0
}

@media screen and (max-width: 767px) {
	.top_case {
		border-radius: 100px 0 0 0
	}
}

@media screen and (max-width: 520px) {
	.top_case {
		border-radius: 80px 0 0 0
	}
}

.top_case .inner .titleArea {
	text-align: center
}

.top_case .inner .titleArea .enTx {
	color: #FFF;
	z-index: 0
}

@media screen and (max-width: 1000px) {
	.top_case .inner .titleArea .enTx {
		font-size: 90px
	}
}

@media screen and (max-width: 767px) {
	.top_case .inner .titleArea .enTx {
		line-height: 90%
	}
}

@media screen and (max-width: 520px) {
	.top_case .inner .titleArea .enTx {
		font-size: 60px;
		line-height: 100%
	}
}

@media screen and (max-width: 420px) {
	.top_case .inner .titleArea .enTx {
		font-size: 50px
	}
}

.top_case .inner .titleArea .title {
	position: relative;
	z-index: 1;
	margin-top: -80px
}

@media screen and (max-width: 767px) {
	.top_case .inner .titleArea .title {
		margin-top: -50px
	}
}

@media screen and (max-width: 520px) {
	.top_case .inner .titleArea .title {
		margin-top: -40px
	}
}

.top_case .inner .titleArea .title .titleBox {
	color: #FFF
}

@media screen and (max-width: 1000px) {
	.top_case .inner .titleArea .title .titleBox {
		font-size: 55px
	}
}

@media screen and (max-width: 520px) {
	.top_case .inner .titleArea .title .titleBox {
		font-size: 42px
	}
}

@media screen and (max-width: 420px) {
	.top_case .inner .titleArea .title .titleBox {
		font-size: 30px
	}
}

.top_case .inner .titleArea .sub {
	font-size: 20px;
	color: #FFF;
	padding: 20px 0 50px
}

@media screen and (max-width: 520px) {
	.top_case .inner .titleArea .sub {
		font-size: 16px;
		padding: 20px 0
	}
}

.top_case .inner .inBox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 2%
}

@media screen and (max-width: 768px) {
	.top_case .inner .inBox {
		gap: 30px 2%
	}
}

.top_case .inner .inBox .in {
	width: 31%;
	position: relative;
	overflow: hidden
}

@media screen and (max-width: 768px) {
	.top_case .inner .inBox .in {
		width: 48%
	}
}

.top_case .inner .inBox .in .imgBox {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 260px
}

@media screen and (max-width: 768px) {
	.top_case .inner .inBox .in .imgBox {
		height: auto
	}
}

.top_case .inner .inBox .in .imgBox img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.top_case .inner .inBox .in .txBox {
	position: relative;
	z-index: 1;
	margin-top: -30px
}

@media screen and (max-width: 520px) {
	.top_case .inner .inBox .in .txBox {
		margin-top: -15px
	}
}

.top_case .inner .inBox .in .txBox span {
	line-height: 300%;
	background-color: var(--color3);
	font-size: 20px;
	font-weight: 600;
	padding: 10px 20px
}

@media screen and (max-width: 768px) {
	.top_case .inner .inBox .in .txBox span {
		font-size: 18px
	}
}

@media screen and (max-width: 520px) {
	.top_case .inner .inBox .in .txBox span {
		font-size: 12px;
		padding: 5px
	}
}

.top_voice {
	padding: 120px 0;
	position: relative
}

@media screen and (max-width: 800px) {
	.top_voice {
		padding: 60px 0
	}
}

@media screen and (max-width: 520px) {
	.top_voice {
		padding: 60px 0 0
	}
}

.top_voice .enTx {
	position: absolute;
	bottom: 0;
	left: 5%
}

@media screen and (max-width: 800px) {
	.top_voice .enTx {
		font-size: 90px;
		position: relative;
		bottom: auto;
		left: auto;
		text-align: right;
		padding: 0 20px 0 0
	}
}

@media screen and (max-width: 767px) {
	.top_voice .enTx {
		font-size: 60px
	}
}

.top_voice .titleBox {
	position: absolute;
	top: 120px;
	left: 5%;
	writing-mode: vertical-rl
}

@media screen and (max-width: 800px) {
	.top_voice .titleBox {
		font-size: 55px;
		writing-mode: horizontal-tb;
		position: relative;
		top: auto;
		left: auto;
		padding: 0 0 0 20px
	}
}

@media screen and (max-width: 767px) {
	.top_voice .titleBox {
		font-size: 45px
	}
}

@media screen and (max-width: 520px) {
	.top_voice .titleBox {
		font-size: 42px
	}
}

@media screen and (max-width: 420px) {
	.top_voice .titleBox {
		font-size: 30px
	}
}

.top_voice .voice_slide {
	position: relative;
	width: 100%;
	padding: 0 0 0 13%;
	overflow: hidden
}

@media screen and (max-width: 1500px) {
	.top_voice .voice_slide {
		padding-left: 16%
	}
}

@media screen and (max-width: 1050px) {
	.top_voice .voice_slide {
		padding-left: 21%
	}
}

@media screen and (max-width: 800px) {
	.top_voice .voice_slide {
		padding-left: 0
	}
}

.top_voice .voice_slide .voiceSlider {
	z-index: 1;
	padding: 0 0 50px
}

@media screen and (max-width: 800px) {
	.top_voice .voice_slide .voiceSlider {
		padding: 10px 20px 40px
	}
}

.top_voice .voice_slide .voiceSlider .slick-track {
	display: flex !important
}

.top_voice .voice_slide .voiceSlider .slick-slide {
	height: auto !important
}

.top_voice .voice_slide .voiceSlider .slick-slide>.slider_item {
	height: 100%
}

.top_voice .voice_slide .voiceSlider .slick-list {
	padding: 0 40px 0 0 !important
}

@media screen and (max-width: 800px) {
	.top_voice .voice_slide .voiceSlider .slick-list {
		padding: 0 !important
	}
}

.top_voice .voice_slide .voiceSlider .slick-list .slick-track {
	margin: 0 !important;
	position: relative
}

.top_voice .voice_slide .voiceSlider .slider_item {
	background-color: #FDF4CC;
	display: none;
	width: 405px;
	position: relative;
	margin: 0 20px 0 0;
	padding: 40px;
	border-radius: 30px
}

@media screen and (max-width: 800px) {
	.top_voice .voice_slide .voiceSlider .slider_item {
		width: 600px;
		height: auto;
		margin: 0 10px 0
	}
}

@media screen and (max-width: 700px) {
	.top_voice .voice_slide .voiceSlider .slider_item {
		width: 400px;
		height: auto;
		margin: 0 10px 0
	}
}

@media screen and (max-width: 500px) {
	.top_voice .voice_slide .voiceSlider .slider_item {
		width: 350px;
		border-radius: 20px
	}
}

@media screen and (max-width: 400px) {
	.top_voice .voice_slide .voiceSlider .slider_item {
		width: 280px;
		padding: 25px
	}
}

.top_voice .voice_slide .voiceSlider .slider_item.dis {
	display: block
}

.top_voice .voice_slide .voiceSlider .slider_item h3 {
	font-size: 20px
}

.top_voice .voice_slide .voiceSlider .slider_item .tx1 {
	padding: 0 0 1em
}

@media screen and (max-width: 400px) {
	.top_voice .voice_slide .voiceSlider .slider_item .tx2 {
		font-size: 14px
	}
}

.top_voice .voice_slide .voiceSlider .slider_item .star {
	display: flex;
	justify-content: flex-start;
	color: var(--color1);
	padding: 0 0 0.5em
}

.top_voice .voice_slide .voiceSlider .slide-dots {
	bottom: 0
}

.top_chigai {
	padding: 120px 20px
}

@media screen and (max-width: 767px) {
	.top_chigai {
		padding: 60px 20px
	}
}

.top_chigai .title {
	text-align: center;
	padding: 0 0 30px
}

.top_chigai .js-scrollable {
	padding: 20px 0 0 0
}

.top_chigai table {
	max-width: 1000px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 5px
}

.top_chigai table tr th {
	padding: 30px 10px;
	font-size: 20px;
	color: #FFF;
	width: 20%;
	background-color: #707070
}

@media screen and (max-width: 520px) {
	.top_chigai table tr th {
		padding: 20px 5px;
		font-size: 16px
	}
}

.top_chigai table tr th:first-child {
	opacity: 0
}

.top_chigai table tr th:nth-child(2) {
	background-color: var(--color1);
	width: 40%;
	font-size: 26px;
	position: relative;
	padding: 30px 10px 20px
}

@media screen and (max-width: 520px) {
	.top_chigai table tr th:nth-child(2) {
		font-size: 20px
	}
}

.top_chigai table tr th:nth-child(2):before {
	content: "";
	width: 39px;
	position: absolute;
	top: 0px;
	left: 50%;
	height: 30px;
	background: url("../images/top/logo_w.svg") no-repeat center;
	z-index: 1;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%)
}

.top_chigai table tr th:nth-child(2):after {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	border-radius: 30px 30px 0 0;
	background-color: var(--color1)
}

.top_chigai table tr th:nth-child(2) span {
	position: relative;
	z-index: 0
}

.top_chigai table tr td {
	text-align: center;
	padding: 30px 10px;
	font-size: 18px;
	background-color: rgba(112, 112, 112, 0.2)
}

@media screen and (max-width: 520px) {
	.top_chigai table tr td {
		padding: 20px 5px;
		font-size: 15px
	}
}

.top_chigai table tr td:first-child {
	background-color: rgba(112, 112, 112, 0.1)
}

.top_chigai table tr td:nth-child(2) {
	background-color: rgba(200, 87, 57, 0.3);
	font-size: 20px;
	font-weight: 700
}

@media screen and (max-width: 520px) {
	.top_chigai table tr td:nth-child(2) {
		font-size: 16px
	}
}

.top_chigai table tr td:nth-child(2) span {
	font-size: 14px
}

@media screen and (max-width: 520px) {
	.top_chigai table tr td:nth-child(2) span {
		font-size: 12px
	}
}

.top_flow {
	background-color: var(--color2);
	padding: 100px 0;
	border-radius: 0 200px 0 0
}

@media screen and (max-width: 767px) {
	.top_flow {
		border-radius: 0 100px 0 0
	}
}

@media screen and (max-width: 640px) {
	.top_flow {
		padding: 50px 0
	}
}

@media screen and (max-width: 520px) {
	.top_flow {
		border-radius: 0 80px 0 0;
		padding: 30px 0
	}
}

.top_flow .inner {
	position: relative
}

.top_flow .inner .enTx {
	position: absolute;
	top: -100px;
	right: 0;
	color: #FFF;
	z-index: 0
}

@media screen and (max-width: 1400px) {
	.top_flow .inner .enTx {
		right: 100px
	}
}

@media screen and (max-width: 800px) {
	.top_flow .inner .enTx {
		font-size: 120px;
		right: 80px
	}
}

@media screen and (max-width: 640px) {
	.top_flow .inner .enTx {
		font-size: 60px;
		position: relative;
		top: auto;
		right: auto;
		text-align: right
	}
}

.top_flow .inner .titleBox {
	writing-mode: vertical-rl;
	line-height: 100%
}

@media screen and (max-width: 800px) {
	.top_flow .inner .titleBox {
		writing-mode: horizontal-tb;
		padding: 0 0 0 20px
	}
}

@media screen and (max-width: 640px) {
	.top_flow .inner .titleBox {
		padding: 0 0 30px
	}
}

.top_flow .inner .titleBox span {
	color: var(--color1)
}

.top_flow .inner .inBox {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 30px;
	position: relative;
	z-index: 2
}

@media screen and (max-width: 640px) {
	.top_flow .inner .inBox {
		display: block
	}
}

.top_flow .inner .inBox .sub {
	font-size: 26px
}

@media screen and (max-width: 800px) {
	.top_flow .inner .inBox .sub {
		font-size: 20px
	}
}

@media screen and (max-width: 520px) {
	.top_flow .inner .inBox .sub {
		font-size: 16px
	}
}

.top_flow .inner .inBox .sub span {
	position: relative
}

.top_flow .inner .inBox .sub span:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: -3px;
	left: 0
}

.top_flow .inner .inBox .flow_slide {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 50px 0 0 0;
	gap: 0 2%
}

@media screen and (max-width: 1050px) {
	.top_flow .inner .inBox .flow_slide {
		gap: 50px 2%
	}
}

@media screen and (max-width: 640px) {
	.top_flow .inner .inBox .flow_slide {
		display: inherit
	}
}

@media screen and (max-width: 520px) {
	.top_flow .inner .inBox .flow_slide {
		padding: 30px 0 0 0
	}
}

.top_flow .inner .inBox .flow_slide .slider_item {
	width: 23%;
	height: 348px;
	position: relative;
	padding: 70px 15px 20px;
	z-index: 3
}

@media screen and (max-width: 1050px) {
	.top_flow .inner .inBox .flow_slide .slider_item {
		width: 48%
	}
}

@media screen and (max-width: 640px) {
	.top_flow .inner .inBox .flow_slide .slider_item {
		width: 350px;
		height: 260px;
		margin: 20px 20px
	}
}

@media screen and (max-width: 430px) {
	.top_flow .inner .inBox .flow_slide .slider_item {
		width: 260px;
		height: 220px;
		padding: 40px 15px 0;
		margin: 20px 5px
	}
}

.top_flow .inner .inBox .flow_slide .slider_item .num {
	position: absolute;
	top: -50px;
	left: 5px;
	color: #FFF;
	font-size: 60px;
	font-weight: 700;
	z-index: 2
}

@media screen and (max-width: 640px) {
	.top_flow .inner .inBox .flow_slide .slider_item .num {
		font-size: 40px;
		top: -30px;
		left: 10px
	}
}

.top_flow .inner .inBox .flow_slide .slider_item .txBox {
	position: relative;
	z-index: 1;
	color: #FFF
}

.top_flow .inner .inBox .flow_slide .slider_item .txBox h3 {
	font-size: 24px;
	padding: 0 0 20px
}

@media screen and (max-width: 1050px) {
	.top_flow .inner .inBox .flow_slide .slider_item .txBox h3 {
		font-size: 20px
	}
}

@media screen and (max-width: 430px) {
	.top_flow .inner .inBox .flow_slide .slider_item .txBox .tx {
		font-size: 14px
	}
}

.top_flow .inner .inBox .flow_slide .slider_item .imgBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.top_flow .inner .inBox .flow_slide .slider_item .imgBox img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

@media screen and (max-width: 640px) {
	.top_flow .inner .inBox .flow_slide .slick-arrow {
		top: 200px
	}
}

@media screen and (max-width: 430px) {
	.top_flow .inner .inBox .flow_slide .slick-arrow {
		top: 160px
	}
}

@media screen and (max-width: 430px) {
	.top_flow .inner .inBox .flow_slide .slick-arrow.slick-prev {
		left: -10px
	}
}

.top_mitsumori {
	padding: 120px 0;
	text-align: center
}

@media screen and (max-width: 767px) {
	.top_mitsumori {
		padding: 60px 0
	}
}

@media screen and (max-width: 640px) {
	.top_mitsumori .titleBox {
		font-size: 30px
	}
}

@media screen and (max-width: 520px) {
	.top_mitsumori .titleBox {
		font-size: 42px
	}
}

.top_faq {
	background-color: #FDF4CC;
	border-radius: 200px 0 0 0;
	padding: 60px 0
}

@media screen and (max-width: 767px) {
	.top_faq {
		border-radius: 100px 0 0 0
	}
}

@media screen and (max-width: 520px) {
	.top_faq {
		border-radius: 80px 0 0 0
	}
}

.top_faq .inner {
	max-width: 1000px
}

.top_faq .inner .titleArea {
	text-align: center
}

.top_faq .inner .titleArea .enTx {
	opacity: 1;
	color: #FFF;
	z-index: 0
}

@media screen and (max-width: 520px) {
	.top_faq .inner .titleArea .enTx {
		font-size: 60px;
		line-height: 100%
	}
}

.top_faq .inner .titleArea .title {
	position: relative;
	z-index: 1;
	margin-top: -80px
}

@media screen and (max-width: 767px) {
	.top_faq .inner .titleArea .title {
		margin-top: -50px
	}
}

@media screen and (max-width: 520px) {
	.top_faq .inner .titleArea .title {
		margin-top: -40px
	}
}

@media screen and (max-width: 520px) {
	.top_faq .inner .titleArea .title .titleBox {
		font-size: 42px
	}
}

@media screen and (max-width: 400px) {
	.top_faq .inner .titleArea .title .titleBox {
		font-size: 30px
	}
}

.top_faq .inner .titleArea .sub {
	font-size: 20px;
	padding: 20px 0 50px
}

@media screen and (max-width: 520px) {
	.top_faq .inner .titleArea .sub {
		font-size: 16px;
		padding: 20px 0
	}
}

.top_faq .inner .inBox .in {
	padding: 0 0 30px
}

@media screen and (max-width: 520px) {
	.top_faq .inner .inBox .in {
		padding: 0 0 10px
	}
}

@media screen and (max-width: 520px) {
	.top_faq .inner .inBox .in.open .qTx:after {
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		transform: translate(-50%, -50%) rotate(0deg)
	}

	.top_faq .inner .inBox .in.open .aTx {
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		height: auto;
		padding: 20px 20px 20px 50px;
		display: block;
		opacity: 1
	}
}

.top_faq .inner .inBox .in .qTx {
	background-color: var(--color2);
	padding: 20px 20px 20px 50px;
	position: relative;
	font-size: 20px;
	font-weight: 700
}

@media screen and (max-width: 520px) {
	.top_faq .inner .inBox .in .qTx {
		font-size: 16px;
		padding: 15px 30px 15px 50px
	}

	.top_faq .inner .inBox .in .qTx:before, .top_faq .inner .inBox .in .qTx:after {
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		content: "";
		position: absolute;
		top: 50%;
		right: 0px;
		width: 18px;
		height: 2px;
		background: #000;
		transform: translate(-50%, -50%)
	}

	.top_faq .inner .inBox .in .qTx:after {
		transform: translate(-50%, -50%) rotate(90deg)
	}
}

.top_faq .inner .inBox .in .qTx span {
	position: relative
}

.top_faq .inner .inBox .in .qTx span:before {
	font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	content: "Q";
	font-size: 24px;
	position: absolute;
	top: 0;
	left: -30px
}

@media screen and (max-width: 520px) {
	.top_faq .inner .inBox .in .qTx span:before {
		font-size: 20px
	}
}

.top_faq .inner .inBox .in .aTx {
	padding: 20px 20px 20px 50px;
	position: relative;
	font-size: 16px
}

@media screen and (max-width: 520px) {
	.top_faq .inner .inBox .in .aTx {
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		height: 0;
		font-size: 14px;
		opacity: 0;
		padding: 0 20px 0 50px
	}
}

.top_faq .inner .inBox .in .aTx:before {
	font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	content: "A";
	font-size: 24px;
	position: absolute;
	top: 20px;
	left: 20px
}

@media screen and (max-width: 520px) {
	.top_faq .inner .inBox .in .aTx:before {
		font-size: 20px
	}
}

.top_about .titleArea {
	background: url("../images/top/top_about.webp") no-repeat center;
	background-size: cover;
	width: 100%;
	height: 422px;
	position: relative
}

@media screen and (max-width: 800px) {
	.top_about .titleArea {
		background: url("../images/top/top_about_sp.webp") no-repeat center;
		background-size: cover;
		height: 350px;
		display: flex;
		justify-content: center;
		align-items: center
	}
}

@media screen and (max-width: 520px) {
	.top_about .titleArea {
		height: 250px
	}
}

@media screen and (max-width: 420px) {
	.top_about .titleArea {
		height: 220px
	}
}

@media screen and (max-width: 800px) {
	.top_about .titleArea .in {
		text-align: center
	}
}

.top_about .titleArea .in .enTx {
	color: #FFF;
	position: absolute;
	bottom: 0px;
	left: 20px
}

@media screen and (max-width: 800px) {
	.top_about .titleArea .in .enTx {
		position: relative;
		bottom: auto;
		left: auto;
		text-align: center
	}
}

@media screen and (max-width: 520px) {
	.top_about .titleArea .in .enTx {
		font-size: 50px
	}
}

.top_about .titleArea .in .titleBox {
	position: absolute;
	top: 80px;
	right: 50px;
	color: #FFF;
	writing-mode: vertical-rl;
	line-height: 100%
}

@media screen and (max-width: 800px) {
	.top_about .titleArea .in .titleBox {
		writing-mode: horizontal-tb;
		position: relative;
		top: auto;
		right: auto;
		margin-top: -40px
	}

	.top_about .titleArea .in .titleBox br {
		display: none
	}
}

@media screen and (max-width: 520px) {
	.top_about .titleArea .in .titleBox {
		margin-top: -20px
	}
}

.top_about .aboutBox1 {
	overflow: hidden;
	padding-bottom: 120px
}

@media screen and (max-width: 520px) {
	.top_about .aboutBox1 {
		padding-bottom: 60px
	}
}

.top_about .aboutBox1 .inBox {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	padding: 60px 0 0;
	gap: 0 70px
}

@media screen and (max-width: 1200px) {
	.top_about .aboutBox1 .inBox {
		gap: 0 5%
	}
}

.top_about .aboutBox1 .inBox .imgBox {
	width: 45%;
	position: relative
}

@media screen and (max-width: 767px) {
	.top_about .aboutBox1 .inBox .imgBox {
		width: 95%
	}
}

@media screen and (max-width: 520px) {
	.top_about .aboutBox1 .inBox .imgBox {
		width: 94%
	}
}

.top_about .aboutBox1 .inBox .imgBox picture {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.top_about .aboutBox1 .inBox .imgBox picture img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 0 60px 60px 0
}

@media screen and (max-width: 520px) {
	.top_about .aboutBox1 .inBox .imgBox picture img {
		border-radius: 0 40px 40px 0
	}
}

.top_about .aboutBox1 .inBox .imgBox:after {
	content: "";
	width: 110%;
	height: 100%;
	background-color: var(--color2);
	border-radius: 0 60px 60px 0;
	position: absolute;
	bottom: -20px;
	right: -20px;
	z-index: 0
}

@media screen and (max-width: 520px) {
	.top_about .aboutBox1 .inBox .imgBox:after {
		border-radius: 0 40px 40px 0;
		bottom: -10px;
		right: -10px
	}
}

.top_about .aboutBox1 .inBox .txBox {
	width: 550px
}

@media screen and (max-width: 1200px) {
	.top_about .aboutBox1 .inBox .txBox {
		width: 45%
	}
}

@media screen and (max-width: 767px) {
	.top_about .aboutBox1 .inBox .txBox {
		width: 100%;
		padding: 50px 20px 0 20px
	}
}

.top_about .aboutBox1 .inBox .txBox .in h3 {
	font-size: 26px;
	padding: 0 0 0.5em
}

@media screen and (max-width: 1000px) {
	.top_about .aboutBox1 .inBox .txBox .in h3 {
		font-size: 22px
	}
}

.top_about .aboutBox1 .inBox .txBox .in h3 span {
	text-decoration: underline
}

.top_about .aboutBox1 .inBox .txBox .in p {
	font-size: 18px;
	padding: 0 0 2em
}

@media screen and (max-width: 1000px) {
	.top_about .aboutBox1 .inBox .txBox .in p {
		font-size: 16px
	}
}

.top_about .aboutBox1 .inBox:nth-child(2) {
	justify-content: flex-end
}

.top_about .aboutBox1 .inBox:nth-child(2) .imgBox {
	order: 2
}

@media screen and (max-width: 767px) {
	.top_about .aboutBox1 .inBox:nth-child(2) .imgBox {
		order: 1
	}
}

.top_about .aboutBox1 .inBox:nth-child(2) .imgBox picture {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.top_about .aboutBox1 .inBox:nth-child(2) .imgBox picture img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 60px 0 0 60px
}

@media screen and (max-width: 520px) {
	.top_about .aboutBox1 .inBox:nth-child(2) .imgBox picture img {
		border-radius: 40px 0 0 40px
	}
}

.top_about .aboutBox1 .inBox:nth-child(2) .imgBox:after {
	border-radius: 60px 0 0 60px;
	bottom: -20px;
	left: -20px;
	right: auto
}

@media screen and (max-width: 520px) {
	.top_about .aboutBox1 .inBox:nth-child(2) .imgBox:after {
		border-radius: 40px 0 0 40px;
		left: -10px;
		bottom: -10px
	}
}

.top_about .aboutBox1 .inBox:nth-child(2) .txBox {
	order: 1
}

@media screen and (max-width: 767px) {
	.top_about .aboutBox1 .inBox:nth-child(2) .txBox {
		order: 2
	}
}

.top_company {
	background: url("../images/top/company.webp") no-repeat center;
	background-size: cover;
	border-radius: 200px 0 0 0;
	padding: 60px 0 360px;
	position: relative;
	z-index: 0
}

@media screen and (max-width: 767px) {
	.top_company {
		border-radius: 100px 0 75px 0;
		padding: 60px 0 360px
	}
}

@media screen and (max-width: 520px) {
	.top_company {
		border-radius: 80px 0 0;
		padding: 60px 0 330px
	}
}

.top_company .inner {
	max-width: 1000px
}

.top_company .inner .titleArea {
	text-align: center
}

.top_company .inner .titleArea .enTx {
	color: #FFF;
	z-index: 0
}

@media screen and (max-width: 520px) {
	.top_company .inner .titleArea .enTx {
		font-size: 60px;
		line-height: 100%
	}
}

@media screen and (max-width: 420px) {
	.top_company .inner .titleArea .enTx {
		font-size: 50px
	}
}

.top_company .inner .titleArea .title {
	color: #FFF;
	position: relative;
	z-index: 1;
	margin-top: -80px
}

@media screen and (max-width: 767px) {
	.top_company .inner .titleArea .title {
		margin-top: -50px
	}
}

@media screen and (max-width: 520px) {
	.top_company .inner .titleArea .title {
		margin-top: -40px
	}
}

@media screen and (max-width: 520px) {
	.top_company .inner .titleArea .title .titleBox {
		font-size: 42px
	}
}

@media screen and (max-width: 420px) {
	.top_company .inner .titleArea .title .titleBox {
		font-size: 30px
	}
}

.top_company .inner .inBox {
	max-width: 545px;
	margin: 0 auto
}

.top_company .inner .inBox table {
	width: 100%
}

.top_company .inner .inBox table tr th, .top_company .inner .inBox table tr td {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}

@media screen and (max-width: 520px) {
	.top_company .inner .inBox table tr th, .top_company .inner .inBox table tr td {
		display: block;
		width: 100%;
		padding: 0 0 20px;
		font-size: 16px
	}
}

.top_company .inner .inBox table tr th {
	width: 20%;
	text-align: left
}

@media screen and (max-width: 520px) {
	.top_company .inner .inBox table tr th {
		width: 100%;
		display: block;
		border-bottom: none;
		padding: 20px 0 0
	}
}

.top_media {
	position: relative;
	background-color: var(--color2);
	padding: 140px 0 100px;
	border-radius: 0 200px 0 0;
	margin-top: -180px
}

@media screen and (max-width: 767px) {
	.top_media {
		border-radius: 0 100px 0 0;
		padding: 70px 0
	}
}

@media screen and (max-width: 640px) {
	.top_media {
		padding: 30px 0
	}
}

@media screen and (max-width: 520px) {
	.top_media {
		border-radius: 0 80px 0 0
	}
}

@media screen and (max-width: 600px) {
	.top_media {
		margin-top: -250px
	}
}

.top_media .inner {
	position: relative
}

.top_media .inner .titleArea {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 50px;
	padding: 0 0 50px
}

@media screen and (max-width: 1110px) {
	.top_media .inner .titleArea {
		flex-wrap: wrap
	}
}

@media screen and (max-width: 640px) {
	.top_media .inner .titleArea {
		padding: 0
	}
}

@media screen and (max-width: 520px) {
	.top_media .inner .titleArea {
		padding: 0
	}
}

@media screen and (max-width: 1110px) {
	.top_media .inner .titleArea .title {
		width: 100%
	}
}

.top_media .inner .titleArea .title .enTx {
	position: absolute;
	top: -100px;
	left: 0;
	color: #FFF;
	z-index: 0
}

@media screen and (max-width: 1400px) {
	.top_media .inner .titleArea .title .enTx {
		right: 100px
	}
}

@media screen and (max-width: 767px) {
	.top_media .inner .titleArea .title .enTx {
		top: -40px;
		left: 10px
	}
}

@media screen and (max-width: 640px) {
	.top_media .inner .titleArea .title .enTx {
		position: relative;
		top: auto;
		right: auto;
		text-align: right
	}
}

@media screen and (max-width: 520px) {
	.top_media .inner .titleArea .title .enTx {
		font-size: 60px
	}
}

.top_media .inner .titleArea .title .titleBox {
	position: relative;
	line-height: 100%;
	z-index: 1
}

@media screen and (max-width: 640px) {
	.top_media .inner .titleArea .title .titleBox {
		margin-top: -30px
	}
}

@media screen and (max-width: 520px) {
	.top_media .inner .titleArea .title .titleBox {
		font-size: 42px
	}
}

.top_media .inner .titleArea .title .titleBox span {
	color: var(--color1)
}

.top_media .inner .titleArea .sub {
	font-size: 18px
}

@media screen and (max-width: 1110px) {
	.top_media .inner .titleArea .sub {
		width: 100%;
		padding: 30px 0 0 0
	}
}

.top_media .inner .media_slide {
	margin: 0 0 0 20px
}

@media screen and (max-width: 640px) {
	.top_media .inner .media_slide {
		padding: 30px 0 0
	}
}

.top_media .inner .media_slide .slider_item {
	font-size: 14px;
	width: 260px;
	margin: 0 40px 0 0
}

@media screen and (max-width: 1100px) {
	.top_media .inner .media_slide .slider_item {
		margin: 0 10px
	}
}

.top_media .inner .media_slide .slider_item .imgBox {
	width: 260px;
	height: 180px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px
}

.top_media .inner .media_slide .slider_item .imgBox img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.top_media .inner .media_slide .slick-arrow {
	top: 40%
}

.top_media .inner .media_slide .slick-prev {
	left: -70px
}

@media screen and (max-width: 1330px) {
	.top_media .inner .media_slide .slick-prev {
		left: -30px
	}
}

.top_media .inner .media_slide .slick-next {
	right: -50px
}

@media screen and (max-width: 1330px) {
	.top_media .inner .media_slide .slick-next {
		right: -10px
	}
}

.top_office {
	position: relative;
	padding: 150px 0
}

@media screen and (max-width: 1160px) {
	.top_office {
		padding: 70px 0 150px
	}
}

@media screen and (max-width: 520px) {
	.top_office {
		padding: 40px 0 100px
	}
}

.top_office .inner {
	position: relative
}

.top_office .inner .titleArea {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 50px;
	padding: 0 0 50px
}

@media screen and (max-width: 1110px) {
	.top_office .inner .titleArea {
		flex-wrap: wrap
	}
}

@media screen and (max-width: 520px) {
	.top_office .inner .titleArea {
		padding: 0
	}
}

@media screen and (max-width: 1160px) {
	.top_office .inner .titleArea .title {
		width: 100%
	}
}

.top_office .inner .titleArea .title .enTx {
	position: absolute;
	top: -100px;
	left: 0;
	color: rgba(243, 198, 0, 0.8);
	z-index: 0
}

@media screen and (max-width: 1400px) {
	.top_office .inner .titleArea .title .enTx {
		right: 100px
	}
}

@media screen and (max-width: 1160px) {
	.top_office .inner .titleArea .title .enTx {
		font-size: 90px;
		text-align: right;
		right: auto;
		position: relative;
		top: auto;
		line-height: 100%
	}
}

@media screen and (max-width: 767px) {
	.top_office .inner .titleArea .title .enTx {
		top: -40px;
		left: 10px
	}
}

@media screen and (max-width: 640px) {
	.top_office .inner .titleArea .title .enTx {
		position: relative;
		top: auto;
		right: auto;
		font-size: 70px
	}
}

@media screen and (max-width: 520px) {
	.top_office .inner .titleArea .title .enTx {
		font-size: 60px
	}
}

.top_office .inner .titleArea .title .titleBox {
	position: relative;
	line-height: 100%;
	z-index: 1
}

@media screen and (max-width: 1160px) {
	.top_office .inner .titleArea .title .titleBox {
		margin-top: -50px
	}
}

.top_office .inner .titleArea .title .titleBox span {
	color: var(--color1)
}

.top_office .inner .titleArea .sub {
	font-size: 18px
}

@media screen and (max-width: 1160px) {
	.top_office .inner .titleArea .sub {
		width: 100%;
		padding: 30px 0 0 0
	}
}

@media screen and (max-width: 520px) {
	.top_office .inner .titleArea .sub {
		font-size: 16px
	}
}

.top_office .inner .office_slide {
	max-width: 800px;
	margin: 0 auto
}

@media screen and (max-width: 640px) {
	.top_office .inner .office_slide {
		padding: 30px 0 0
	}
}

.top_office .inner .office_slide .slick-track {
	display: flex !important
}

.top_office .inner .office_slide .slick-slide {
	height: auto !important
}

.top_office .inner .office_slide .slick-slide>div {
	height: 100%
}

.top_office .inner .office_slide .slider_item {
	background-color: rgba(243, 198, 0, 0.2);
	font-size: 14px;
	border-radius: 40px;
	padding: 40px;
	margin: 0 20px
}

@media screen and (max-width: 1100px) {
	.top_office .inner .office_slide .slider_item {
		margin: 0 10px
	}
}

@media screen and (max-width: 520px) {
	.top_office .inner .office_slide .slider_item {
		border-radius: 30px
	}
}

.top_office .inner .office_slide .slider_item .imgBox {
	width: 100%;
	height: 113px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px
}

.top_office .inner .office_slide .slider_item .imgBox img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.top_office .inner .office_slide .slick-prev {
	left: -10px
}

.top_office .inner .office_slide .slick-next {
	right: -10px
}

.top_office .inner .btn {
	margin: 0 auto;
	text-align: center;
	padding: 60px 0 0 0
}

@media screen and (max-width: 520px) {
	.top_office .inner .btn {
		padding: 20px 0 0 0
	}
}

.top_office .inner .btn a {
	text-align: center;
	display: inline-block;
	width: 445px;
	font-size: 24px;
	padding: 10px 30px 15px 10px
}

@media screen and (max-width: 465px) {
	.top_office .inner .btn a {
		width: 90%;
		font-size: 18px
	}
}

.top_office .inner .btn a span {
	font-size: 16px
}

@media screen and (max-width: 465px) {
	.top_office .inner .btn a span {
		font-size: 12px
	}
}

.top_contact {
	padding: 0 0 100px
}

@media screen and (max-width: 1240px) {
	.top_contact {
		padding: 0 20px 100px
	}
}

@media screen and (max-width: 520px) {
	.top_contact {
		padding: 0 20px 70px
	}
}

.top_contact .inner {
	position: relative;
	background-color: rgba(243, 198, 0, 0.2);
	border-radius: 60px;
	padding-bottom: 100px
}

@media screen and (max-width: 520px) {
	.top_contact .inner {
		border-radius: 30px;
		padding-bottom: 70px
	}
}

.top_contact .inner .titleBox {
	position: absolute;
	top: -35px;
	left: 50%;
	line-height: 100%;
	width: 100%;
	z-index: 1;
	text-align: center;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%)
}

@media screen and (max-width: 767px) {
	.top_contact .inner .titleBox {
		top: -25px
	}
}

@media screen and (max-width: 520px) {
	.top_contact .inner .titleBox {
		top: -18px
	}
}

.top_contact .inner .titleArea {
	position: relative;
	padding: 80px 0
}

@media screen and (max-width: 767px) {
	.top_contact .inner .titleArea {
		padding: 60px 0 10px
	}
}

.top_contact .inner .titleArea .enTx {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #FFF;
	opacity: 1;
	z-index: 0
}

.top_contact .inner .titleArea .sub {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 20px
}

@media screen and (max-width: 767px) {
	.top_contact .inner .titleArea .sub {
		font-size: 16px
	}
}

.wpcf7 .formBox {
	max-width: 860px;
	margin: 0 auto
}

.wpcf7 .formBox .hissu {
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	position: absolute;
	top: 50%;
	right: 0;
	width: auto;
	margin: 0 0 0 5px;
	padding: 3px 10px;
	font-size: 16px;
	background-color: var(--color2)
}

@media screen and (max-width: 767px) {
	.wpcf7 .formBox .hissu {
		position: relative;
		top: auto;
		right: auto;
		-webkit-transform: translate(0%, 0%);
		-moz-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		-o-transform: translate(0%, 0%);
		transform: translate(0%, 0%)
	}
}

@media screen and (max-width: 520px) {
	.wpcf7 .formBox .hissu {
		font-size: 12px
	}
}

.wpcf7 .formBox table {
	width: 100%
}

.wpcf7 .formBox table tr th {
	position: relative;
	padding: 20px 5px;
	width: 30%;
	text-align: left;
	font-size: 20px
}

@media screen and (max-width: 767px) {
	.wpcf7 .formBox table tr th {
		display: block;
		width: 100%
	}
}

@media screen and (max-width: 520px) {
	.wpcf7 .formBox table tr th {
		font-size: 16px
	}
}

.wpcf7 .formBox table tr td {
	padding: 20px 5px 20px 20px;
	width: 70%
}

@media screen and (max-width: 767px) {
	.wpcf7 .formBox table tr td {
		display: block;
		width: 100%;
		padding: 0
	}
}

.wpcf7 .formBox table tr td input, .wpcf7 .formBox table tr td select, .wpcf7 .formBox table tr td textarea {
	padding: 3px
}

.wpcf7 .formBox table tr td input:focus, .wpcf7 .formBox table tr td select:focus, .wpcf7 .formBox table tr td textarea:focus {
	outline: none
}

@media screen and (max-width: 1024px) {
	.wpcf7 .formBox table tr td input, .wpcf7 .formBox table tr td select, .wpcf7 .formBox table tr td textarea {
		width: 100%
	}
}

.wpcf7 .formBox table tr td input.title, .wpcf7 .formBox table tr td select.title, .wpcf7 .formBox table tr td textarea.title {
	display: none
}

.wpcf7 .formBox table tr td input[type="text"], .wpcf7 .formBox table tr td input[type="number"], .wpcf7 .formBox table tr td input[type="email"], .wpcf7 .formBox table tr td input[type="date"], .wpcf7 .formBox table tr td input[type="tel"], .wpcf7 .formBox table tr td textarea, .wpcf7 .formBox table tr td select {
	width: 100%;
	border: none;
	background-color: #FFF;
	padding: 20px 10px;
	-webkit-appearance: none
}

@media screen and (max-width: 1024px) {
	.wpcf7 .formBox table tr td input[type="text"], .wpcf7 .formBox table tr td input[type="number"], .wpcf7 .formBox table tr td input[type="email"], .wpcf7 .formBox table tr td input[type="date"], .wpcf7 .formBox table tr td input[type="tel"], .wpcf7 .formBox table tr td textarea, .wpcf7 .formBox table tr td select {
		font-size: 12px
	}
}

@media screen and (max-width: 520px) {
	.wpcf7 .formBox table tr td input[type="text"], .wpcf7 .formBox table tr td input[type="number"], .wpcf7 .formBox table tr td input[type="email"], .wpcf7 .formBox table tr td input[type="date"], .wpcf7 .formBox table tr td input[type="tel"], .wpcf7 .formBox table tr td textarea, .wpcf7 .formBox table tr td select {
		padding: 10px
	}
}

.wpcf7 .formBox table tr td input[type="date"] {
	min-height: 38px;
	text-align: left
}

.wpcf7 .formBox table tr td input[type="number"] {
	-webkit-appearance: none;
	width: 100px;
	text-align: center
}

.wpcf7 .formBox table tr td select {
	color: #000
}

.wpcf7 .formBox table tr td select:invalid {
	color: rgba(0, 0, 0, 0.2)
}

.wpcf7 .formBox table tr td textarea {
	width: 100%
}

.wpcf7 .formBox table tr td textarea.comment {
	max-height: 120px
}

.wpcf7 .formBox table tr td .wpcf7-form-control-wrap {
	position: relative
}

.wpcf7 .formBox table tr td .wpcf7-form-control-wrap input {
	position: relative;
	z-index: 0
}
.wpcf7 .formBox select{
	cursor:pointer;
}
.wpcf7 .formBox table tr td .wpcf7-form-control-wrap:has(select):after{
	content: "";
	background-color: #000;
	position: absolute;
	top: 55%;
	right: 10px;
	width: 10px;
	height: 10px;
	z-index: 1;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%)
}










.wpcf7 .formBox .submit {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0 0 0
}

.wpcf7 .formBox .submit .in,
.wpcf7 .formBox .submit .mo{
	background-color: var(--color2);
	font-size: 24px;
	width: 360px;
	border-radius: 50px;
	text-align: center;
	position: relative
}

.wpcf7 .formBox .submit .in:before,
.wpcf7 .formBox .submit .mo:before{
	content: "";
	width: 37px;
	height: 37px;
	border: 1px solid #000;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 50px;
	transform: translate(0%, -50%);
	z-index: 1
}

.wpcf7 .formBox .submit .in:after,
.wpcf7 .formBox .submit .mo:after{
	content: "";
	width: 18px;
	height: 9px;
	background-color: #000;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0%, -50%);
	z-index: 2
}

.wpcf7 .formBox .submit .in input,
.wpcf7 .formBox .submit .mo input{
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: inline-block;
	border: none;
	background-color: transparent;
	font-weight: 700;
	padding: 20px
}

.wpcf7 .formBox .submit .mo{
	background-color: #cccccc;
}
.wpcf7 .formBox .submit .mo:before{
	right:auto;
	left: 20px;
}
.wpcf7 .formBox .submit .mo:after{
	right:auto;
	left: 30px;
	clip-path: polygon(100% 0, 100% 100%, 0% 50%);
}


@media screen and (max-width: 520px) {
	.wpcf7 .formBox .submit .in input,
	.wpcf7 .formBox .submit .mo input{
		font-size: 18px
	}
}

.formBox .submit{
	gap:50px;
}
.formBox .submit:has(.mo){
	padding-bottom:50px;
}
@media screen and (max-width: 767px) {
	.formBox .submit:has(.mo){
		gap:20px;
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
}


.wpcf7-spinner{
	display: none !important;
}

.top_contact .inner .wpcf7-response-output {
	max-width: 600px;
	margin: 30px auto 0
}







@media screen and (max-width: 570px) {
	main .main_slider {
		height: 35vh;
	}
}

@media screen and (max-width: 570px) {
	main .subBox .tx {
		color: #000;
		background: #fff;
		padding: 2px 5px;
		box-sizing: border-box;
	}
}