@charset "UTF-8";

/****************************************

          General Setting

*****************************************/

html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	line-height: 1.8em;
}

@media only screen and (max-width: 768px) {
	body {
	font-size: 14px;
	line-height: 1.6em;
}
}

h1,
h2,
h3,
h4,
ul,
p,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	max-width: 100%;
}

a:hover {
	text-decoration: underline;
}

/*********** layout ***********/

.wrapper {
	padding-top: 90px;
}

.contents {
	width: 90%;
	max-width: 1100px;
	margin: auto;
}

@media only screen and (max-width: 768px) {
	.wrapper {
		padding-top: 70px;
	}

}



/*********** parts ***********/

.btn {
	display: block;
	border: 1px solid rgb(24, 41, 65);
	height: 50px;
	line-height: 50px;
	background: #fff;
	width: 100%;
	border-radius: 25px;
	transition: .5s;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.btn:hover {
	background: rgb(24, 41, 65);
	color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	.btn {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
}

/*********** contact_link ***********/

#contact_link {
	padding: 100px 0;
}

#contact_link .contents {
	padding: 60px 8%;
	background: linear-gradient(135deg, #0ce570 0%, #eefc86 100%);
	display: flex;
	align-items: center;
	position: relative;
	outline: 2px solid #fff;
	outline-offset: -10px;
}

#contact_link .contents:hover {
	background: linear-gradient(135deg, #dfa8b1 0%, #dd8592 100%);
	;
}

#contact_link .contents a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#contact_link h2 {
	font-size: 40px;
	margin-bottom: 20px !important;
}

#contact_link h2 span {
	display: block;
	font-size: 20px;
	margin-top: 20px;
}

#contact_link .contents p.btn {
	height: 80px;
	line-height: 80px;
	width: 300px;
	font-size: 20px;
	border-radius: 40px;
	letter-spacing: 0;
	margin-left: auto;
}

#contact_link .contents:hover p.btn {
	background: rgb(24, 41, 65);
	color: #fff;
}



@media only screen and (max-width: 768px) {

	#contact_link {
	padding: 0;
	margin-top: 40px;
}

	#contact_link .contents {
		padding: 30px 0;
		display: block;
	}

	#contact_link h2 {
		font-size: 30px;
		text-align: center;
	}

	#contact_link h2 span {
		font-size: 18px;
		margin-top: 8px;
	}

	#contact_link div p{
	padding: 0 30px;
	line-height: 1.6em;
}

#contact_link div p br{
	display: none;
}

	#contact_link .contents p.btn {
		height: 50px;
		line-height: 50px;
		background: #fff;
		width: 200px;
		margin: 20px auto 0 auto;
		font-size: 18px;
		border-radius: 25px;
	}
}

/****************************************

          footer

*****************************************/
footer {
	padding: 40px 0;
	background: rgb(232, 236, 247);
	margin-top: 100px;
}

footer #copyright {
	font-size: 10px;
}

footer #copyright p {
	text-align: right;
}

@media only screen and (max-width: 768px) {
	footer {
	padding: 40px 0;
	margin-top: 40px;

}

	footer #copyright {
		display: block;
	}

	footer #copyright p {
		text-align: left;
	}
}

/*********** pagetop ***********/

html {
	scroll-behavior: smooth;
}

.pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	box-sizing: border-box;
	padding-top: 18px;
	text-align: center;
	background: #e67b00;
	font-size: 30px;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 999px;
	text-decoration: none;
	opacity: 0;
	transform: translateY(30px);
	pointer-events: none;
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.pagetop:hover {
	text-decoration: none;
	background: #f09936;
}

.pagetop.is-show {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

/****************************************

          トップページ

*****************************************/


.home {
	background: rgb(232, 236, 247);
}

.home footer {
	background: #fff;
}

/*********** main-image ***********/

#main-image {
	background: url("../images/mv-01.jpg")  center / cover no-repeat;
	height: 100vh;
	box-sizing: border-box;
	color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 70vh, 0 90vh);
	box-sizing: border-box;
	padding-top: 12vh;
	text-align: right;
	position: relative;
}

#main-image::after {
	content: '';
	background: #eefc86;
	height: 20vh;
	width: 100%;
	position: absolute;
	bottom: 0;
	clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
}

#main-image h2 {
	font-size: 60px;
	line-height: 1.6em;
	margin-bottom: 24px;
	letter-spacing: 0.05em;
	text-shadow:0 0 3px #000,0 0 6px #000,0 0 10px #000;
}

#main-image p {
	font-size: 20px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	text-shadow:0 0 3px #000,0 0 6px #000,0 0 10px #000;
	font-weight: 600;
}

@media only screen and (max-width: 768px) {

	#main-image {
	background: url("../images/mv-01_sp.jpg")  center/ cover no-repeat;
	padding-top: 5vh;
	text-align: left;
}

	#main-image h2 {
		font-size: 30px;
	}

	#main-image p {
		font-size: 14px;
	}
}

/*********** intro ***********/

#intro {
	background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)), url(../images/top-1st-01.jpg) no-repeat top center;
	background-size: cover;
	padding: 250px 0 300px 0;
	position: relative;
	clip-path: polygon(0 0, 100% 10vh, 100% 99%, 0 100%);
	margin-top: -20vh;
}

#intro::after {
	content: '';
	background: #eefc86;
	height: 8vh;
	width: 100%;
	position: absolute;
	bottom: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}

#intro .contents {
	padding-right: 18%;
}

#intro h2 {
	font-size: 38px;
	line-height: 1.6em;
	margin-bottom: 24px;
	letter-spacing: 0.05em;
	padding: 10px 0;
}

#intro h2 span {
	color: #fff;
	text-shadow: #000 1px 0 10px;
}

#intro h3 {
	margin-top: 40px;
	color: #fff;
	font-size: 24px;
	text-shadow: #000 1px 0 10px;
	line-height: 1.8em;
}

#intro p {
	margin-top: 16px;
	color: #fff;
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	text-shadow: #000 1px 0 10px;
}

@media only screen and (max-width: 768px) {

	#intro {
		background: url(../images/top-1st-01.jpg) no-repeat top right -600px;
		background-size: cover;
	}

	#intro .contents {
		padding-right: 0;
	}

	#intro h2,
	#intro h3 {
		font-size: 20px;
	}

	#intro p {
		font-size: 14px;
	}


}

/****************************************

          お問い合わせ

*****************************************/

#contact {}

#contact h2.page_title {
	font-size: 40px;
	letter-spacing: 0.05em;
	color: rgb(24, 41, 65);
	margin-top: 60px;
}

#contact h2.page_title span {
	display: block;
	font-size: 20px;
	margin-top: 20px;
	letter-spacing: 0;
}

#contact .contact_intro h3{
margin-top: 40px;
font-size: 24px;;
}

#contact .contact_intro ul{
	list-style: disc;
	margin-left: 1.5em;
	margin-top: 20px;
}



/* テーブル */

#contact table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}

#contact table th,
#contact table td {
	border-top: 1px solid #ccc;
	padding: 15px 10px;
	text-align: left;
	vertical-align: top;
}

#contact table th {
	width: 220px;
}


@media only screen and (max-width: 768px) {

	#contact table {
		border-top: 1px solid #ccc;
	}

	#contact table td,
	#contact table th {
		width: auto;
		display: block;
	}

	#contact table th {
		font-weight: bold;
		padding-bottom: 5px;
		border-top: none;
		border-bottom: none;
	}

	#contact table td {
		border-top: none;
		padding-top: 0;
	}
}

#contact .tel_info {
	padding: 30px;
	background: #f5f5f5;
	text-align: center;
	margin: 40px 0;
}

#contact .btn_area {
	display: flex;
	margin: 40px 0;
	justify-content: center;
	gap: 20px;
}

#contact .contact_btn {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 15px;
	color: #ffffff;
	transition: .3s;
	border: none;
	width: 45%;
	max-width: 200px;
	font-size: 13pt;
	-webkit-appearance: none;
}

#contact .btn_blue {
	background: rgba(40, 99, 167, 1.00);
}

#contact .btn_blue:hover {
	background: rgba(40, 99, 167, 0.8);
}

#contact .btn_gray {
	background: #666;
}

#contact .btn_gray:hover {
	background: #999;
}

#contact table td input[type=text] {
	width: calc(100% - 30px);
	max-width: 300px;
	font-size: 16px;
	padding: 5px 7px;
	border: 1px solid #ccc;
}

#contact table td textarea {
	width: calc(100% - 30px);
	height: 200px;
	margin-top: 5px;
	font-size: 16px;
	padding: 5px 7px;
	border: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {

	#contact table td textarea {
		width: 100%;
	}
}

#contact table th {
	position: relative;
}

#contact table th span {
	display: block;
	background: rgba(209, 0, 30, 1.00);
	color: #fff;
	font-size: 12px;
	padding: 3px 5px;
	position: absolute;
	line-height: 20px;
	right: 0;
	top: 12px;
}

.check_group {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.check_item {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
}

/* inputは非表示 */
.check_item input {
	display: none;
}

/* 四角の箱 */
.check_item span {
	position: relative;
	padding-left: 34px;
}

/* ボックス */
.check_item span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border: 1px solid #333;
	border-radius: 4px;
	background: #fff;
	transition: 0.2s;
}

/* チェックマーク */
.check_item span::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 5px;
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	transition: 0.2s;
}

/* チェック時 */
.check_item input:checked+span::before {
	background: #000;
	border-color: #000;
}

.check_item input:checked+span::after {
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	#contact table th span {
		display: inline;
		position: relative;
		margin: 0 0 0 10px;
		top: 0;
	}
}

/******* お問い合わせ 完了 *******/

#contact .thanks h3 {
	margin-top: 40px;
}

#contact .thanks p {
	margin-top: 20px;
}

#contact .thanks .link {
	margin-top: 40px;
}

#contact .thanks .link a {
	border: 1px solid #000;
	padding: 10px;
	transition: .5s;
}

#contact .thanks .link a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

/****************************************

          プライバシーポリシー

*****************************************/

#privacy h2.page_title {
	font-size: 40px;
	letter-spacing: 0.05em;
	color: rgb(24, 41, 65);
	margin-top: 60px;
}

#privacy h2.page_title span {
	display: block;
	font-size: 20px;
	margin-top: 20px;
	letter-spacing: 0;
}

#privacy h3 {
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 24px;
}

#privacy .text_end {
	margin-top: 50px;
}


/*********** 代表あいさつ ***********/

#top_message {
	margin-top: 100px;
	padding: 80px 0 100px 0;
	background: #fff;
	position: relative;
}

#top_message h2 {
	font-size: 40px;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
	color: rgb(24, 41, 65);
}


#top_message .profile {
	display: flex;
	gap: 40px;
	margin-top: 60px;
}

#top_message .profile .photo {
	flex: 0 0 31%;
}

#top_message .profile .photo p {
	margin-top: 10px;
}

#top_message .profile .photo p span {
	font-size: 18px;
	display: block;
	font-weight: 600;
}

#top_message .profile .text {
	flex: 1;
}

#top_message .profile .text h3 {
	font-size: 18px;
	margin: 20px 0 10px 0;
}

#top_message .profile .text .works {
	list-style: disc;
	margin-left: 1.5em;
}

#top_message .profile .text .works li:last-child {
	list-style: none;
	margin-top: 0.5em;
}

#top_message .profile .text .sns {
	display: flex;
	gap: 10px;
	margin-top: 30px;
	flex-wrap: wrap;
}

#top_message .profile .text .sns li a {
	display: block;
	border: 2px solid #000;
	height: 40px;
	line-height: 40px;
	min-width: 60px;
	text-align: center;
	padding: 0 20px;
	border-radius: 20px;
	font-weight: 600;
}

#top_message .profile .text .sns li a:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	#top_message .profile {
		display: block;
	}

	#top_message .profile .photo {
		flex: none;
		width: 80%;
		margin: 0 auto;
	}

	#top_message .profile .text {
		flex: none;
		margin-top: 40px;
	}

}
