@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 5vw 10vw;
}

#about.complete {
	margin-bottom: 15vw;
}

#about h3 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10vw;
	padding-bottom: 3vw;
	border-bottom: solid 3px var(--orange);
	font-weight: 600;
	font-size: 5vw;
	line-height: 1.5;
}

#about .title {
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 4vw;
	color: var(--orange);
}

#about p {
	margin-bottom: 8vw;
	text-align: justify;
}

#about dt {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0.5em;
	padding: 0 1.5em;
	border-radius: 10vw;
	background: var(--black);
	line-height: 10vw;
	color: #fff;
}

#about dd a {
	display: inline-block;
	vertical-align: -0.1em;
	text-decoration: none;
	font-size: 5.5vw;
	color: var(--orange);
}

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#contact .container {
	margin: 0 5vw 20vw;
}

#contact h3 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10vw;
	padding-bottom: 3vw;
	border-bottom: solid 3px var(--orange);
	font-weight: 600;
	font-size: 5vw;
	line-height: 1.5;
}

#contact h3 + p {
	margin-bottom: 10vw;
}

#contact .em,
#contact em {
	color: var(--orange);
}

#contact dl {
	margin-bottom: 8vw;
	text-align: left;
}

#contact dt {
	margin-bottom: 3vw;
	color: var(--orange);
}

#contact .required,
#contact dt em {
	display: inline-block;
	vertical-align: 0;
	margin-left: 0.5em;
	padding: 0 0.2em;
	background: var(--orange);
	text-align: center;
	font-size: 3vw;
	line-height: 4.5vw;
	color: #fff;
}

#contact dd label {
	display: inline-block;
	vertical-align: top;
	margin-right: 3em;
	line-height: 5vw;
}

#contact .notice {
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document form
--------------------------------------------------------- */

::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #ccc;
}

#contact input[type='tel'],
#contact input[type='email'],
#contact input[type='text'],
#contact textarea {
	width: 100%;
	padding: 0 1em;
	border-radius: 5px;
	border: 0;
	background: #fff;
	box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, 0.2) inset;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.07em;
	color: var(--black);
}

#contact input[type='tel'],
#contact input[type='url'],
#contact input[type='email'],
#contact input[type='text']{
	height: 50px;
}

#contact input[type='radio'] {
	vertical-align: top;
	width: 5vw;
	height: 5vw;
	margin-right: 0.5em;
}

#contact textarea {
	padding: 1em;
}

#contact .privacy textarea {
	margin-bottom: 15px;
	font-size: 3vw;
}

#contact .err {
	box-shadow: 0 0 3px 0 #f00 !important;
}

/* ---------------------------------------------------------
	CSS Document submit
--------------------------------------------------------- */

.submit {
	margin-top: 40px;
	text-align: center;
}

ul.submit {
	display: flex;
	justify-content: center;
}

ul.submit li {
	margin: 0 2%;
}

.submit button {
	vertical-align: top;
	width: 34vw;
	height: 14vw;
	border-radius: 5px;
	border: 0;
	background: var(--black);
	text-decoration: none;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 4vw;
	letter-spacing: 0.07em;
	color: #fff;
}

.submit .confirm button {
	width: 70vw;
}

.submit .back button {
	background: #999;
}

/* ---------------------------------------------------------
	CSS Document privacy
--------------------------------------------------------- */

#privacy h2 {
	height: 20vw;
	padding-top: 4vw;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

#privacy h2:before {
	content: '';
	width: 70vw;
	border-bottom: 20vw solid #fff;
	border-left: 8vw solid transparent;
	border-right: 8vw solid transparent;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#privacy h2 .en {
	display: block;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 7vw;
	letter-spacing: 0;
	color: var(--orange);
}

#privacy h2 .ja {
	display: block;
	font-weight: 500;
	font-size: 3vw;
}

#privacy .bg {
	padding: 10vw 5vw;
	background: #fff;
	position: relative;
	z-index: 0;
}

#privacy p {
	margin-top: 0.5em;
	text-align: justify;
}

#privacy h3 {
	margin-top: 2em;
	text-align: left;
	font-weight: 600;
	font-size: 4vw;
}

#privacy h3:before {
	display: inline-block;
	vertical-align: 0.3em;
	content: '';
	width: 14px;
	height: 1px;
	margin-right: 10px;
	background: var(--black);
}

#privacy address {
	margin-top: 0.8em;
	text-align: left;
	font-size: 3.5vw;
}