@charset "UTF-8";
#particles-js {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
section, footer {
	position: relative;
	z-index: 1;
	pointer-events: none;
}
a, iframe, form {
	pointer-events: auto;
}
.balloon_mask {
	clip-path: url(#balloon_path);
}
#firstView {
	position: relative;
	padding-top: 100px;
}
#firstView h1 {
	font-size: 460%;
	line-height: 1.3em;
	font-weight: 700;
	color: #000;
}
#firstView .photo {
	position: absolute;
	top: 0;
	right: -5%;
	z-index: -1;
	width: 70%;
}
#firstView p {
	margin-top: 5%;
}
#serviceBox .inBox {
	display: flex;
	align-items: center;
}
#serviceBox .inBox:nth-child(2n) {
	flex-direction: row-reverse;
}
#serviceBox .inBox .photoBox {
	padding: 10% 5%;
	width: 45%;
	position: relative;
}
#serviceBox .inBox .photoBox .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.1;
}
#serviceBox .inBox .photoBox .ico {
	position: relative;
	z-index: 1;
	margin-bottom: -50px;
}
#serviceBox .inBox .photoBox .ico img {
	margin: auto;
}
#serviceBox .inBox .photoBox .photo img {
	border-radius: 40px;
}
#hanbaiBox {
	background-color: #f0f9ff;
	margin-left: 20px;
	border-radius: 40px;
	padding: 40px;
	background-image: url("bg_hanbai.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}
#hanbaiBox h2 {
	background-color: #0091d7;
	line-height: 60px;
	color: #fff;
	padding: 0 1em;
	font-weight: 300;
	font-size: 28px;
	letter-spacing: 0.2em;
	margin-left: -60px;
	display: inline-block;
}
#hanbaiBox h3 {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 0.5em;
	color: #000;
	font-size: 120%;
	line-height: 1.5em;
}
#hanbaiBox h3 img {
	height: 1.5em;
	width: auto;
}
#hanbaiBox h3 + p {
	margin-top: 5px;
}
#greetingBox {
	display: flex;
	gap: 40px;
	margin-top: 5%;
	align-items: center;
}
#greetingBox .photoBox {
	width: 380px;
}
#greetingBox .photoBox .photo img {
	border-radius: 30px;
}
#greetingBox .photoBox .sign img {
	margin: auto
}
#greetingBox .mainBox {
	flex: 1;
}
#companyBox dl {
	display: grid;
	grid-template-columns: 180px 1fr;
	margin-top: 10%;
}
#companyBox dl dt, #companyBox dl dd {
	padding: 1em 0;
	border-top: solid 1px #e4e4e4;
}
#companyBox dl dt:first-of-type, #companyBox dl dd:first-of-type {
	border-top: none;
}
#youTubeBox iframe {
	max-width: 540px;
	margin: 10% auto 0;
	aspect-ratio: 16/9;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
#accessBox {
	display: flex;
	gap: 100px;
	margin-top: 10%;
}
#accessBox .inBox {
	display: flex;
	flex-direction: column;
}
#accessBox h2 {
	font-size: 150%;
	line-height: 50px;
	font-weight: normal;
	color: #fff;
	background-color: #0091d7;
	text-align: center;
}
#accessBox .photo img {
	border-radius: 40px;
	margin-top: 20px;
}
#accessBox dl {
	flex: 1;
	overflow: hidden;
}
#accessBox dl dt {
	float: left;
	clear: left;
}
#accessBox dl dt::after {
	content: "：";
	padding: 0 5px;
}
#accessBox dl dd {
	float: left;
	margin-bottom: 10px;
}
#newsBox {
	margin-top: 10%;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
#newsBox dl {
	display: flex;
	margin: 0;
	padding: 15px 0;
}
#newsBox dl dt {
	letter-spacing: normal;
	margin-right: 1em;
	white-space: normal;
}
#newsBox dl dd {
	flex: 1;
}
#instaBox {
	display: flex;
	gap: 100px;
}
#instaBox .inBox {
	flex: 1;
}
#instaBox .inBox h3 {
	font-size: 100%;
	text-align: center;
	font-weight: normal;
}
#instaBox .inBox h3::before {
	content: "";
	display: block;
	margin: 10% auto 0;
	width: 20px;
	height: 20px;
	background-image: url("../images/ico_insta.svg");
	background-size: cover;
}
#partnerBox {
	display: flex;
	gap: 40px;
	margin-top: 5%;
	align-items: center;
}
#partnerBox .photoBox {
	width: 380px;
}
#partnerBox .photoBox .photo img {
	border-radius: 30px;
}
#partnerBox .mainBox {
	flex: 1;
}
#formBox {
	margin-top: 20px;
}
#formBox dl {
	margin: 0px;
	padding: 0px;
}
#formBox dt {
	margin-top: 20px;
}
#formBox dd {
	margin-top: 5px;
}
#formBox dd input, #formBox dd textarea {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	border: none;
}
#formBox dd input:-webkit-autofill {
	box-shadow: 0 0 0px 100px #fff inset;
}
#formBox input[type="submit"] {
	background-color: #0091d7;
	color: #fff;
	padding: 1em 2em;
	border-radius: 999px;
	border: none;
}
@media screen and (max-width: 700px) {
	#width-----700px----- {}
	#firstView {
		padding-top: 45vw;
	}
	#firstView h1 {
		font-size: 250%;
	}
	#firstView .photo {
		right: -20px;
		width: 85vw;
	}
	#firstView p br {
		display: none;
	}
	#serviceBox .inBox {
		flex-direction: column;
		margin-top: 10%;
	}
	#serviceBox .inBox:nth-child(2n) {
		flex-direction: column;
	}
	#serviceBox .inBox .photoBox {
		padding: 10%;
		width: auto;
	}
	#serviceBox .inBox .photoBox .bg {
		position: absolute;
		top: -5%;
		left: -5%;
		width: 110%;
		height: 110%;
	}
	#serviceBox .inBox .photoBox .ico {
		margin-bottom: -25px;
		margin-left: -25px;
		width: 50px;
	}
	#serviceBox .inBox .photoBox .photo img {
		border-radius: 20px;
	}
	#serviceBox .inBox .mainBox .logo img {
		height: 15px;
		width: auto;
	}
	#serviceBox .inBox .mainBox h2 {
		margin-top: 10px;
	}
	#serviceBox .inBox .mainBox p br {
		display: none;
	}
	#hanbaiBox {
		margin-left: auto;
		border-radius: 20px;
		padding: 30% 20px 20px;
		background-position: right top;
	}
	#hanbaiBox h2 {
		line-height: 3em;
		padding: 0;
		text-align: center;
		font-size: 140%;
		margin: 0;
		display: block;
	}
	#hanbaiBox p br {
		display: none;
	}
	#hanbaiBox h3 {
		margin-top: 15px;
	}
	#greetingBox {
		flex-direction: column;
		gap: 20px;
	}
	#greetingBox .photoBox {
		width: auto;
	}
	#greetingBox .photoBox .photo img {
		border-radius: 20px;
	}
	#greetingBox .photoBox .sign img {
		max-width: 50%;
	}
	#companyBox dl {
		grid-template-columns: 1fr;
	}
	#companyBox dl dt, #companyBox dl dd {
		border: none;
		padding: 1em;
		letter-spacing: normal;
	}
	#companyBox dl dt {
		background-color: #f6f6f6;
	}
	#accessBox {
		flex-direction: column;
		gap: 10vw;
	}
	#accessBox h2 {
		font-size: 120%;
		line-height: 40px;
	}
	#accessBox .photo img {
		border-radius: 40px;
		margin-top: 20px;
	}
	#instaBox {
		gap: 0;
		flex-direction: column;
	}
	#partnerBox {
		flex-direction: column;
		gap: 20px;
	}
	#partnerBox .photoBox {
		width: auto;
	}
	#partnerBox .photoBox .photo img {
		border-radius: 20px;
	}
	#partnerBox .mainBox h3 br {
		display: none;
	}
	#partnerBox .mainBox p br {
		display: none;
	}
}