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

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

#about {
	margin-bottom: 70px;
}

#about.complete {
	margin-bottom: 130px;
}

#about h3 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
	padding-bottom: 15px;
	border-bottom: solid 3px var(--orange);
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
}

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

#about p {
	margin-bottom: 30px;
}

#about dl {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 30px;
}

#about dt {
	height: 41px;
	border-radius: 3px;
	margin-right: 2em;
	padding: 0 1.5em;
	border-radius: 40px;
	background: var(--orange);
	background: rgba(34, 24, 21, 0.8);
	background: var(--black);
	line-height: 40px;
	color: #fff;
}

#about dd {
	text-align: left;
}

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

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

#contact {
	margin-bottom: 130px;
}

#contact .container {
	width: 900px;
}

#contact h3 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
	padding-bottom: 15px;
	border-bottom: solid 3px var(--orange);
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
}

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

#contact .table {
	display: table;
	width: 100%;
	margin-bottom: 50px;
	text-align: left;
}

#contact dl {
	display: table-row;
}

#contact dt {
	display: table-cell;
	vertical-align: middle;
	width: 26%;
	height: 90px;
	padding: 20px 0;
	position: relative;
}

#contact dt em {
	width: 30px;
	height: 16px;
	background: var(--orange);
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
}

#contact .required {
	display: inline-block;
	vertical-align: 0.1em;
	width: 30px;
	height: 16px;
	background: var(--orange);
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

#contact dd {
	display: table-cell;
	vertical-align: middle;
	height: 54px;
	padding: 20px 0;
}

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

/* ---------------------------------------------------------
	CSS Document input
--------------------------------------------------------- */

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

::-moz-placeholder {
	color: #ccc;
	color: var(--gray);
}

:-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='email'],
#contact input[type='text']{
	height: 50px;
}

#contact input[type='radio'] {
	vertical-align: -0.3em;
	width: 20px;
	height: 20px;
	margin-right: 0.5em;
}

#contact input[type='checkbox'] {
	vertical-align: -0.3em;
	width: 20px;
	height: 20px;
	margin-right: 0.5em;
}

#contact textarea {
	padding: 1em;
}

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

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

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

.submit {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.submit li {
	margin: 0 25px;
}

.submit button {
	vertical-align: top;
	width: 250px;
	height: 60px;
	border-radius: 5px;
	border: 0;
	background: var(--black);
	box-shadow: none;
	text-align: center;
	text-decoration: none;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.07em;
	color: #fff;
	cursor: pointer;
	transition: opacity .4s;
}

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

.submit button:hover {
	opacity: 0.6;
}

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

#privacy h2 {
	height: 90px;
	padding-top: 15px;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

#privacy h2:before {
	content: '';
	width: 450px;
	border-bottom: 90px solid #fff;
	border-left: 30px solid transparent;
	border-right: 30px 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: 36px;
	letter-spacing: 0;
	color: var(--orange);
}

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

#privacy .bg {
	margin-bottom: 130px;
	padding: 80px 0 130px;
	background: #fff;
	position: relative;
	z-index: 0;
}

#privacy .bg:before {
	content: '';
	width: 660px;
	height: 773px;
	background: url(/include/top/bg.webp) no-repeat calc(50%) top;
	position: absolute;
	top: 0;
	right: calc(50% + 500px);
	z-index: -1;
}

#privacy .container {
	width: 900px;
}

#privacy p {
	margin-top: 0.5em;
	text-align: justify;
	font-size: 14px;
}

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

#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: 14px;
}