@charset "utf-8";
/* CSS Document */

#intro {
	background: url(../img/bg-check.png) fixed;
	background-size: cover;
}

#intro h2 {
	font-size: 120px;
	color: #9b9b9b;
}

#intro h2 span {
	font-size: 30px;
	color: #333;
	position: relative;
	left: 30px;
	top: -22px;
}

#intro article {
	display: flex;
}

.intro-left {
	width: 50%;
}

.intro-right {
	width: 50%;
	border-left: 1px solid #797979;
	box-sizing: border-box;
	background-image: url(../img/img-japan.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 8% 0 0 5%;
}

h3 {
	padding-bottom: 25px;
	line-height: 60px;
	font-size: 3.052em;
}

p {
	line-height: 30px;
	font-size: 110%;
	font-weight: 400;
}

#dou {
	background: url(../img/bg-dou.png) no-repeat fixed center 20%;
	background-size: cover;
}

#dou div {
	display: flex;
	align-items: center;
}

#dou div figure {
	width: 25%;
	display: flex;
	align-items: center;
}

#dou div figcaption {
	width: 75%;
}

#about {
	background-image: url(../img/text-about.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: fixed;
}

#about div {
	display: flex;
}

#about div figure {
	width: 38%;
	display: flex;
	justify-content: flex-end;
}

#about div figcaption {
	width: 62%;
	padding: 1% 0 0 7%;
	box-sizing: border-box;
}

#about div figcaption h3 {
	text-indent: .3em;
}

#about div figcaption h3:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #333;
	display: block;
	margin: 20px 0;
}

#about div figcaption p {
	width: 78%;
}

#about div figcaption a {
	margin: 50px 0;
	display: inline-block;
	transition: 1s ease;
}

#about div figcaption a:hover {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

#gallery {
	/* background: url(../img/ico-f2.png) no-repeat left top; */
}

h3.line-h3 {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.line-h3:before,
.line-h3:after {
	content: '';
	width: 23%;
	height: 1px;
	background: #333;
	display: inline-block;
}

#gallery>div {
	max-width: 1150px;
	padding: 0;
}

#gallery iframe {
	max-width: 1125px;
	width: 100% !important;
	margin: 0 auto !important;
	display: block;
}

#gallery .gallery-pc iframe {
	height: 550px !important;
}

#do {
	position: relative;
	padding-bottom: 100px;
	background-image: url(../img/bg-left.png), url(../img/bg-right.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom, right top;
	background-attachment: fixed, scroll;
	overflow: visible;
}

#do>i {
	position: absolute;
	right: 0;
	top: -180px;
}

#do:before {
	content: '';
	width: 50%;
	height: 1px;
	background: #333;
	display: block;
}

#do>div {
	display: flex;
	padding: 100px 0 40px;
}

#do>div figure {
	width: 34%;
}

#do>div figcaption {
	width: 59%;
	padding-left: 4%;
}

#do>div figcaption h3 {
	padding: 25px 0;
}

#do>ul {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

#do>ul li {
	max-width: 280px;
	text-align: center;
	padding: 40px 4%;
	font-size: 20px;
}

#do>ul li img {
	padding-bottom: 10px;
}


.bnb-btn {
	border: 1px solid #ff8588;
	display: block;
	border-radius: 8px;
	padding: 8px 20px;
	text-align: center;
	font-family: "Noto Sans Japanese";
	font-size: 23px;
	font-weight: 500;
	max-width: 300px;
	margin: 0 auto;
	box-shadow: 0 4px 5px #ddd;
	background: #fff;
}

.bnb-btn span {
	color: #ff464a;
	display: inline-block;
	transition: .5s;
}

a.bnb-btn:hover span {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.bnb-btn img {
	padding-right: 10px
}

#step {
	background: #F6F6F6;
}

#step h3 {
	text-align: center;
}

#step ul {
	padding-top: 20px;
}

#step ul li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #6c6c6c;
	padding-bottom: 20px;
	margin-bottom: 20px;
}






#step ul li span {
	font-size: 120px;
	color: #bbb;
	height: 187px;
	line-height: 155px;
}

#step ul li div {
	width: 75%;
	padding-left: 5%;
}

#step ul li img {
	max-width: 280px;
}

#step ul li div h4 {
	padding-bottom: 10px;
}

#step ul li div p {
	width: 90%;
}

.red-link {
	color: #ff464a !important;
	position: relative;
	display: inline-block;
	transition: .3s;
}

.red-link::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ff464a;
	opacity: 0;
	transition: .3s;
}

.red-link:hover::after {
	bottom: 0;
	opacity: 1;
}

#mind {
	background-image: url(../img/bg-left2.png), url(../img/bg-right.png);
	background-position: left bottom, right top;
	background-repeat: no-repeat, no-repeat;
}

#mind ul {
	display: flex;
	justify-content: center;
	text-align: center;
}

#mind ul li {
	width: 20%;
	margin: 0 2%;
}

#mind ul li h4 {
	font-size: 25px;
	padding-bottom: 5px;
	font-family: "Times New Roman";
}

#review {
	background: url(../img/bg-check.png) fixed;
	background-size: cover;
	overflow: hidden;
}

#review h3 {
	text-align: center;
}

#review li p {
	background: #fff;
	border: 1px solid #333;
	padding: 70px 30px 20px;
	margin: 0 5%;
}

#review ul {
	margin-bottom: 30px;
}

#review li {
	padding: 0 20px;
	box-sizing: border-box;
}

#review li figure {
	text-align: center;
	position: relative;
	top: 50px;
}

#review li figure img {
	display: inline !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: none;
	top: 66% !important;
}

#faq .line-h3:before,
#faq .line-h3:after,
#mind .line-h3:before,
#mind .line-h3:after {
	width: 23%;
}

#faq li {
	background: url(../img/ico-arrow.png) no-repeat left 2px;
	padding-left: 35px;
}

#faq {}

#faq li h4 {
	font-family: "Times New Roman";
	padding-bottom: 10px;
}

#faq li+li {
	margin-top: 30px;
}

#faq div {
	display: flex;
	justify-content: space-between;
	margin: 100px auto 50px;
}

#faq div ul {
	width: 58%;
	padding-top: 10px;
}

#faq div figure {
	width: 42%;
}

#location h3 {
	text-align: center;
}

#location iframe {
	width: 100%;
}

.pagetop {
	text-align: center;
	display: block;
	margin: 50px 0 20px;
}

#copyright {
	text-align: center;
	border-top: 1px solid #333;
	padding: 20px 0;
}

.gallery-sp {
	display: none;
}

.top-down {
	display: none;
}

@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sdb {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@media only screen and (max-width: 1300px) {
	#faq {}

	#do>div {
		padding: 100px 2% 80px;
	}

	#intro h2 {
		font-size: 60px;
	}

	#intro h2 span {
		top: -9px;
		font-size: 18px;
		left: 10px;
	}

	.intro-right {
		padding: 0 0 0 5%;
	}
}

@media only screen and (max-width: 1100px) {
	.gallery-sp {
		display: block;
	}

	.gallery-pc {
		display: none;
	}

	#gallery iframe {
		padding: 0 2% !important;
	}

	h3 {
		padding-bottom: 20px;
		line-height: 33px;
		font-size: 1.75em;
		text-align: center;
	}
}

@media only screen and (max-width: 960px) {
	.top-down {
		display: block;
		text-align: center;
		font-size: 15px;
	}

	#mainimg p {
		position: relative;
		height: 65px;
	}

	.top-down span {
		position: absolute;
		top: 0;
		left: 50%;
		width: 24px;
		height: 24px;
		margin-left: -12px;
		border-left: 1px solid #333;
		border-bottom: 1px solid #333;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-animation: sdb 2s infinite;
		animation: sdb 2s infinite;
		opacity: 0;
		box-sizing: border-box;
	}

	.top-down span:nth-of-type(1) {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	}

	.top-down span:nth-of-type(2) {
		top: 16px;
		-webkit-animation-delay: .15s;
		animation-delay: .15s;
	}

	.top-down span:nth-of-type(3) {
		top: 32px;
		-webkit-animation-delay: .3s;
		animation-delay: .3s;
	}

	#intro article {
		display: flex;
		flex-wrap: wrap;
	}

	.intro-left {
		width: 100%;
		text-align: center;
	}

	.intro-right {
		width: 100%;
		border-left: none;
		padding: 5% 0 0 5%;
		padding-bottom: 200px;
	}

	.intro-right h3 br {
		display: none;
	}

	#dou div {
		flex-wrap: wrap;
	}

	#dou div figure {
		width: 100%;
		text-align: center;
		display: block;
		max-width: 200px;
		margin: 0 auto;
	}

	#dou div figcaption {
		width: 100%;
	}

	#about div {
		display: flex;
		flex-wrap: wrap;
	}

	#about div figure {
		width: 100%;
		padding: 0 2%;
		display: block;
		text-align: center;
	}

	#about div figcaption {
		width: 100%;
		padding: 1% 2%;
	}

	#about div figcaption h3 {
		text-indent: .3em;
	}

	#about div figcaption h3:after {
		content: '';
		width: 100%;
		height: 1px;
		background: #333;
		display: block;
		margin: 20px 0;
	}

	#about div figcaption p {
		width: 100%;
	}

	#about div figcaption a {
		text-align: center;
		width: 235px;
		margin: 50px auto;
		display: block;
	}

	#about {
		background-position: right 2vh, right bottom;
		background-attachment: scroll, scroll;
		background-image: none, url(../img/text-about.png);
	}

	#do {
		position: relative;
		padding-bottom: 100px;
		background-image: url(../img/bg-left.png), none;
		background-repeat: no-repeat, no-repeat;
		background-position: left bottom, right bottom;
	}

	#do>i {
		display: none;
	}

	#do:before {
		width: 80%;
	}

	#do>div {
		display: flex;
		padding: 100px 0 30px;
		flex-wrap: wrap;
	}

	#do>div figure {
		width: 100%;
		text-align: center;
		padding: 0 1%;
	}

	#do>div figcaption {
		width: 100%;
		padding: 4%;
	}

	#do>div figcaption h3 {
		padding: 25px 0;
	}

	#do>ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 50px;
	}

	#do>ul li {
		width: 40%;
	}

	#step ul li {
		flex-wrap: wrap;
	}

	#step ul li img {
		width: 100%;
		max-width: inherit;
	}

	#step ul li div p {
		width: 100%;
	}

	#step ul li div {
		padding-left: 5%;
	}

	#mind ul {
		flex-wrap: wrap;
	}

	#mind ul li {
		width: 40%;
		margin: 2%;
	}

	#review li p {
		margin: 0 5%;
	}

	#faq div {
		flex-wrap: wrap;
		margin: 50px auto;
	}

	#faq div figure {
		width: 100%;
		text-align: center;
	}

	#faq div ul {
		width: 100%;
	}

	#faq {
		background: none;
	}

	#step {
		background-image: none;
	}

	h2,
	h3,
	h4,
	h5 {
		font-weight: normal !important;
	}

	#gallery {
		background: none;
	}

	.sns li img {
		max-width: 50px;
	}

	.sns {
		margin-right: 5px;
	}

	.line-h3:before,
	.line-h3:after {

		width: 15%;
	}

	#faq .line-h3:before,
	#faq .line-h3:after,
	#mind .line-h3:before,
	#mind .line-h3:after {
		width: 12%;
	}
}