.visual {
	position: relative;
	height: 600px;
}
.visual .swiper-slide {
	height: 600px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.visual .box {
	position: absolute;
    width: 100%;
    max-width: 1400px;
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 1;
	padding: 0 150px;
	color: #fff;
	box-sizing: border-box;
}
.visual .box:before {
	content: '';
	display: block;
	width: 83px;
	height: 1px;
	background: #fff;
	margin-bottom: 50px;
}
.visual .box h2 {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.2;
	margin-bottom: 50px;
}
.visual .box p {
	font-size: 30px;
	font-weight: 200;
	word-break: keep-all;
}
.visual .control {
    position: absolute;
    width: 100%;
    max-width: 1400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	z-index: 1;
}
.visual .swiper-button-prev,
.visual .swiper-button-next {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.visual .swiper-button-prev {
	background: rgba(255, 255, 255, 0.40) url("../images/arrow-left.svg")no-repeat 50% 50%;
}
.visual .swiper-button-next {
	background: rgba(255, 255, 255, 0.40) url("../images/arrow-right.svg")no-repeat 50% 50%;
}
.visual .swiper-pagination {
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.20);
    padding: 10px 20px;
    box-sizing: border-box;
    bottom: -215px;
    left: 150px;
}
.visual .swiper-pagination .swiper-pagination-bullet {
	border-radius: 50%;
	background: #E3E3E3;
	margin: 0 10px;
}
.visual .swiper-pagination .swiper-pagination-bullet-active {
	background: #383333;
}


.sec01 .inner {
	padding: 100px 30px;
}
.sec01 .box {
	position: relative;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	box-sizing: border-box;
}
.sec01 .box .thumb {
	width: 586px;
	padding-bottom: 40px;
}
.sec01 .box .thumb .swiper-container {
	border-radius: 10px;
}
.sec01 .box .txt {
    width: calc(100% - 654px);
}
.sec01 .box .title {
	margin-bottom: 48px;
}
.sec01 .box .title strong {
	position: relative;
	display: block;
	font-family: 'Cafe24Ohsquareair';
	margin-bottom: 10px;
	font-size: 30px;
}
.sec01 .box .title strong:after {
    content: '';
    display: block;
    width: calc(100% - 253px);
    height: 1px;
    background: #000;
    position: absolute;
    right: 0;
    top: 15px;
}
.sec01 .box .title h3 {
	font-family: 'Cafe24Ohsquare';
	font-size: 50px;
	margin-bottom: 48px;
	color: var(--navy);
}
.sec01 .box .title p {
	font-family: 'Cafe24Ohsquareair';
	font-size: 20px;
	transform: rotate(0.03deg);
}
.sec01 .slide .swiper-container {
	position: static;
	padding: 5px;
    box-sizing: border-box;
}
.sec01 .slide .white_box {
	background: #FFFFFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	padding: 30px 40px;
	box-sizing: border-box;
}
.sec01 .slide .white_box .name {
	width: 100%;
	color: var(--navy);
	font-size: 28px;
	font-family: 'Cafe24Ohsquare';
	font-weight: 700;
	transform: rotate(0.03deg)
}
.sec01 .slide .white_box p {
	font-family: 'AppleSDGothicNeo';
	font-size: 16px;
	line-height: 1.25;
	margin-top: 30px;
	word-break: keep-all;
}
.sec01 .slide .white_box a {
	display: block;
	width: 127px;
	height: 39px;
	line-height: 37px;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	text-align: center;
	font-family: 'AppleSDGothicNeo';
	font-size: 15px;
	box-sizing: border-box;
	margin: 30px auto 0;
}
.sec01 .slide .white_box a img {
	width: 14px;
	vertical-align: -2px;
	margin-left: 8px;
}
.sec01 .slide .pagination-top {
	position: static;
	text-align: left;
	margin-bottom: 30px;
}
.sec01 .slide .pagination-top span {
	margin-right: 10px;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	border-radius: 30px;
	font-family: 'Cafe24Ohsquareair';
	padding: 10px 20px;
	font-size: 16px;
	box-sizing: border-box;
	transform: rotate(0.03deg);
	width: auto;
    height: auto;
	margin-left: 0;
}
.sec01 .slide .pagination-top span:last-child {
	margin-right: 0;
}
.sec01 .slide .pagination-top span.swiper-pagination-bullet-active {
	background: var(--orange);
	color: #fff;
	font-family: 'Cafe24Ohsquare';
}
.sec01 .slide .pagination-bottom {
	font-size: 0;
	width: 585px;
    bottom: 0;
}
.sec01 .slide .swiper-button-prev,
.sec01 .slide .swiper-button-next {
	top: 70%;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.sec01 .slide .swiper-button-prev {
	left: 60px;
	background: #fff url("../images/arrow-left.svg")no-repeat 50% 50% / 8px;
}
.sec01 .slide .swiper-button-next {
	right: -10px;
	background: #fff url("../images/arrow-right.svg")no-repeat 50% 50% / 8px;
}




.sec02 {
	background: url("../images/main_bn.png")no-repeat 50% 50% / cover;
	padding: 120px 0;
	color: #fff;
}
.sec02 .box {
	max-width: 500px;
	padding: 70px 0;
}
.sec02 .title p {
	font-family: 'Cafe24Ohsquareair';
	font-size: 30px;
	transform: rotate(0.03deg);
	margin-bottom: 10px;
}
.sec02 .title h2 {
	font-size: 60px;
	font-family: 'Cafe24Ohsquare';
}
.sec02 .title h2 span {
	display: block;
}
.sec02 .title + span {
	display: block;
	margin-top: 60px;
	font-family: 'Cafe24Ohsquareair';
	font-size: 20px;
	transform: rotate(0.03deg);
	line-height: 1.75;
	word-break: keep-all;
}





.sec03 {
	padding-top: 115px;
}
.sec03 .inner {
	max-width: 1240px;
}
.sec03 .flex {
	flex-wrap: wrap;
}
.sec03 .flex > div {
	position: relative;
	flex: 1;
	margin-right: 20px;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	text-align: center;
	padding: 100px 40px 200px;
	box-sizing: border-box;
}
.sec03 .flex > div:last-child {
	margin-right: 0;
}
.sec03 .flex > div .box {
	color: #fff;
}
.sec03 .flex > div .box strong {
	display: block;
	font-size: 30px;
	font-family: 'Cafe24Ohsquare';
	transform: rotate(0.03deg);
	margin: 30px 0 10px;
}
.sec03 .flex > div .box p {
	font-family: 'Cafe24Ohsquareair';
	transform: rotate(0.03deg);
}
.sec03 .flex > div a {
	position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 143px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-family: 'AppleSDGothicNeo';
    text-indent: -20px;
}
.sec03 .flex > div a span {
	display: block;
	position: relative;
	z-index: 1;
	background: url("../images/ico-more-white.svg")no-repeat calc(50% - -43px) 50% / 17px;
	transition: all .3s;
}
.sec03 .flex > div a:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}
.sec03 .flex > div:hover a:after {
	height: 100%;
}
.sec03 .flex > div:hover a span {
	color: #000;
	background: url("../images/ico-more.svg")no-repeat calc(50% - -43px) 50% / 17px;
}









@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1320px) {
	.visual .box h2 {
		font-size: 60px;
	}
	.visual .box p {
		font-size: 26px;
	}
	
	
	.sec01 .box .thumb {
		width: 450px;
	}
	.sec01 .box .txt {
		width: calc(100% - 490px);
	}
	.sec01 .slide .scroll {
		overflow-x: auto;
		padding-top: 5px;
		padding-left: 5px;
	}
	.sec01 .slide .pagination-top {
		min-width: 525px;
	}
	.sec01 .slide .pagination-bottom {
		width: 450px;
	}
}
@media screen and (max-width: 1024px) {
	.visual .box {
		padding: 0 30px;
	}
	.visual .box h2 {
		font-size: 40px;
	}
	.visual .box p {
		font-size: 20px;
	}
	.visual .swiper-button-prev, 
	.visual .swiper-button-next	{
		display: none;
	}
	.visual .swiper-pagination {
		left: 30px;
		bottom: -145px;
	}
	
	
	.sec01 .inner {
		padding: 80px 30px;
	}
	.sec01 .box .thumb {
		width: 300px;
	}
	.sec01 .box .txt {
		width: calc(100% - 335px);
	}
	.sec01 .box .title {
		margin-bottom: 30px;
	}
	.sec01 .box .title strong {
		font-size: 22px;
	}
	.sec01 .box .title strong:after {
		width: calc(100% - 190px);
	}
	.sec01 .box .title h3 {
		font-size: 35px;
		margin-bottom: 30px;
	}
	.sec01 .box .title p {
		font-size: 16px;
	}
	.sec01 .slide .white_box {
		padding: 20px 25px;
	}
	.sec01 .slide .white_box .name {
		font-size: 20px;
	}
	.sec01 .slide .white_box p {
		font-size: 14px;
		margin-top: 20px;
	}
	.sec01 .slide .pagination-bottom {
		width: 300px;
	}
	.sec01 .slide .white_box a {
		font-size: 13px;
	}
	
	
	.sec02 .box {
		padding: 0;
	}
	.sec02 .title p {
		font-size: 24px;
	}
	.sec02 .title h2 {
		font-size: 48px;
	}
	.sec02 .title + span {
		font-size: 16px;
	}
	
	
	
	.sec03 {
		padding-top: 80px;
	}
	.sec03 .flex > div {
		margin-right: 10px;
		padding: 70px 20px 150px;
	}
	.sec02 .slide .step .box {
		width: 220px;
	}
	.sec03 .flex > div .box strong {
		font-size: 25px;
	}
	.sec03 .flex > div .box p {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.visual,
	.visual .swiper-slide {
		height: 350px;
	}
	.visual .box {
		top: 60px;
	}
	.visual .box:before {
		margin-bottom: 20px;
	}
	.visual .box h2 {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.visual .box p {
		font-size: 18px;
	}
	
	
	.sec01 .box .thumb {
		position: relative;
		width: 100%;
		margin-bottom: 80px;
	}
	.sec01 .box .txt {
		position: relative;
		width: 100%;
	}
	.sec01 .slide .pagination-bottom {
		top: -100px;
		bottom: auto;
		width: 100%;
	}
	
	
	.sec02 {
		padding: 80px 0 110%;
		background-image: url("../images/m_main_bn.svg");
		background-position: 50% 100%;
		background-size: cover;
	}
	.sec02 .title p {
		font-size: 18px;
	}
	.sec02 .title h2 {
		font-size: 32px;
	}
	.sec02 .title + span {
		margin-top: 20px;
	}
	
	
	.sec03 .flex > div {
		flex: none;
		width: 100%;
		margin: 0 0 10px;
		padding: 100px 40px 170px;
	}
	.sec03 .flex > div .box strong {
		font-size: 22px;
	}
}
@media screen and (max-width: 380px) {
	.visual .box h2 {
		font-size: 25px;
	}
	.visual .box p {
		font-size: 14px;
	}
	
	
	.sec01 .box .title {
		margin-bottom: 25px;
	}
	.sec01 .box .title strong {
		font-size: 18px;
	}
	.sec01 .box .title strong:after {
		width: calc(100% - 153px);
	}
	.sec01 .box .title h3 {
		font-size: 35px;
	}
	.sec01 .box .title p {
		font-size: 14px;
	}
	.sec01 .slide .pagination-top {
		min-width: 475px;
	}
	.sec01 .slide .pagination-top span {
		font-size: 14px;
	}
	.sec01 .slide .white_box .flex .thumb {
		margin: 0 auto;
	}
	.sec01 .slide .white_box .flex .name {
		width: 100%;
		margin: 20px 0 0;
		text-align: center;
	}
	
	.sec03 .flex > div {
		padding: 100px 20px 170px;
	}
}