@charset "utf-8";

/*
	top.css
---------------------------------------------------------------------------------------------------------------------------------------------*/
.inner {
	padding-top: 10.0rem;
}

/* main-visual
--------------------------------------------------------------------------------------------------------*/
#main-visual {
/*
	background: url(../images/bg_main-visual.jpg) no-repeat center top;
	background-size: cover;
*/
}
#main-visual .inner {
	text-align: center;
	padding: 0;
}
#main-visual .inner h1 img {
	width: calc(92 / 1240 * 100vw);
}

/* main-visual 100vh
--------------------------------------------------------------------------------------------------------*/
#main-visual {
	min-height: calc(100vh - 5.9rem);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;

}

@media (max-width: 1240px) {
	#main-visual {
		min-height: auto;
	}
	#main-visual .inner h1 img {
/*		width: calc(100 / 1240 * 100vw);*/
		height: 66vh;
		width: auto !important;
	}
}


/* message
--------------------------------------------------------------------------------------------------------*/
#message {
	background: url(../images/bg_message.jpg) no-repeat center top;
	/*background-size: cover;*/
	overflow: hidden;
}
#message .inner {
	position: relative;
}
#message .inner .copy {
	position: absolute;
	bottom: 3.0rem;
	right: -10.0rem;
	z-index: 1;
}
#message .inner .field {
	padding: 4.0rem 0 10.0rem;
}
#message .inner .field h3 {
	font-size: 5.2rem;
	font-weight: 700;
	color: #00a1e9;
	letter-spacing: -0.02em;
	line-height: 1.25;
	margin-bottom: 1.2rem;
}
#message .inner .field h4 {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 2.6rem;
}
#message .inner .field h4 span {
	position: relative;
	letter-spacing: .2em;
}
#message .inner .field h4 span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -8.5rem;
	height: 1px;
	width: 8.0rem;
	background-color: #000;
}
#message .inner .field p {
	font-size: 1.4rem;
	line-height: 1.64;
	margin-bottom: 2.7rem;
	position: relative;
	z-index: 2;
}
#message .inner .field p:nth-of-type(3) {
	margin-bottom: 4.8rem;
}
#message .inner .field p:nth-of-type(4) {
	font-weight: 700;
	margin-bottom: 4.8rem;
}
#message .inner .field p:last-child {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 0;
}

#message .inner .field h3 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
#message .inner .field h4 {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}

#message .thought {
	display: flex;
	align-items: center;
	padding-bottom: 120px;
}
#message .thought .logo {
	width: 50%;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.7em;
}
#message .thought .logo img {
	display: block;
	width: 356px;
	margin: 0 auto 20px auto;
}
#message .thought .list {
	width: 50%;
	line-height: 1.5;
}
#message .thought .list dt {
	margin-top: 40px;
	padding-left: 1em;
	text-indent: -1em;
	color: #00a0eb;
	font-weight: 700;
}
#message .thought .list dt:first-child {
	margin-top: 0;
}
#message .thought .list dd {
	padding-left: 1em;
	font-size: 1.4rem;
}
/*
#message .inner .field p {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
*/
#message .inner .field p:nth-of-type(1) { animation-delay: 0.0s; -webkit-animation-delay: 0.0s;}
#message .inner .field p:nth-of-type(2) { animation-delay: 0.3s; -webkit-animation-delay: 0.3s;}
#message .inner .field p:nth-of-type(3) { animation-delay: 0.6s; -webkit-animation-delay: 0.6s;}
#message .inner .field p:nth-of-type(4) { animation-delay: 0.9s; -webkit-animation-delay: 0.9s;}
#message .inner .field p:nth-of-type(5) { animation-delay: 1.2s; -webkit-animation-delay: 1.2s;}
#message .inner .field p:nth-of-type(6) { animation-delay: 1.5s; -webkit-animation-delay: 1.5s;}
#message .inner .field p:nth-of-type(7) { animation-delay: 1.8s; -webkit-animation-delay: 1.8s;}
#message .inner .field p:nth-of-type(8) { animation-delay: 2.1s; -webkit-animation-delay: 2.1s;}
#message .inner .field p:nth-of-type(9) { animation-delay: 2.4s; -webkit-animation-delay: 2.4s;}
#message .inner .field p:nth-of-type(10) { animation-delay: 2.7s; -webkit-animation-delay: 2.7s;}
#message .inner .field p:nth-of-type(11) { animation-delay: 3.0s; -webkit-animation-delay: 3.0s;}



@media (max-width: 1240px) {
	#message .inner .field h3 {
		-webkit-animation-delay: 0.0s;
		animation-delay: 0.0s;
	}
	#message .inner .field h4 {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}
	#message .inner .field p {
		-webkit-animation-delay: 0.3s!important;
		animation-delay: 0.3s!important;
	}
	#message .inner .field p:nth-of-type(1),
	#message .inner .field p:nth-of-type(2) {
		letter-spacing: -0.5px;
	}
	#message .thought .logo {
		width: 40%;
	}
	#message .thought .logo img {
		width: 230px;
	}
	#message .thought .list {
		width: 60%;
	}
}


/* company
--------------------------------------------------------------------------------------------------------*/
#company .inner h2 { color: #fff;}
#company .inner .field {
	margin-left: auto;
	padding: 4.8rem 0 9.5rem;
}
#company .inner .field table {
	margin: 0 auto 0 30.0%;
}
#company .inner .field table th,
#company .inner .field table td {
	font-size: 1.4rem;
	color: #fff;
	padding-bottom: 2.0rem;
}
#company .inner .field table tr:last-child th,
#company .inner .field table tr:last-child td { padding-bottom: 0;}
#company .inner .field table th {
	width: 9.0rem;
}
#company .inner .field table td {
	padding-left: 6.0rem;
}

/* access
--------------------------------------------------------------------------------------------------------*/
#access .inner .field {
	padding: 3.0rem 0 9.2rem;
}
#access .inner .field > p {
	text-align: center;
	margin-bottom: 4.0rem;
}
#access .inner .field .item {
	height: 400px;
	overflow: hidden;
	position: relative;
	width: 1000px;
	margin: 0 auto 4.0rem;
	border: 1px solid #ccc;
}
@media (max-width: 1080px) {
	#access .inner .field .item { width: 100%;}
}
#access .inner .field .item iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

#access .inner .field table {
	margin: 0 auto 0 25.0%;
}
#access .inner .field table th,
#access .inner .field table td {
	font-size: 1.4rem;
	padding-bottom: 2.0rem;
}
#access .inner .field table tr:last-child th,
#access .inner .field table tr:last-child td { padding-bottom: 0;}
#access .inner .field table th {
	width: 8.2rem;
}
#access .inner .field table td {
	padding-left: 6.0rem;
}

#access .inner .field table td a { padding-left: 0.5rem;}
#access .inner .field table td a span { text-decoration: underline;}
#access .inner .field table td a span:hover { text-decoration: none;}

/* parallax
--------------------------------------------------------------------------------------------------------*/
#parallax {
/*
	background: url(../images/bg_parallax.jpg) no-repeat center top;
	background-size: cover;
*/
}
#parallax .inner {
	position: relative;
	padding-top: 0;
	height: calc(400 / 1680 * 100vw);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
#parallax .inner p {
	
}

/* contact
--------------------------------------------------------------------------------------------------------*/
#contact .inner h2 { color: #fff;}
#contact .inner .field {
	padding: 2.0rem 0 10.0rem;
}
#contact .inner .field p.caption {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.71;
	color: #fff;
}
#contact .inner .field p.mail {
	text-align: center;
	font-size: 2rem;
	line-height: 2.2;
	padding-top: 2rem;
}
#contact .inner .field p.mail a {
	display: block;
	color: #fff;
	border: 2px solid #fff;
	padding: .3rem;
	width: 300px;
	margin: auto;
	background: url(../images/mail.svg) no-repeat 10px center;
	background-size: 10% auto;
}

#contact .inner .field .form {
	margin: 0 17.0%;
	padding: 3.0rem 0 4.5rem;
}
#contact .inner .field .form dl {
	display: flex;
	display: -webkit-flex;
/*
	align-items: center;
	-webkit-align-items: center;
*/
	color: #fff;
	margin-bottom: 1.7rem;
	font-size: 1.4rem;
}
#contact .inner .field .form dl dt {
	width: 30%;
	padding: 1.0rem 0 0 6.0rem;
}
#contact .inner .field .form dl:nth-of-type(5) {
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
#contact .inner .field .form dl:nth-of-type(5) dt {
	/*padding-top: 1.5rem;*/
}
#contact .inner .field .form dl dt.required {
	position: relative;
}
#contact .inner .field .form dl dt.required::before {
	content: '必須';
	position: absolute;
	left: 0;
	top: 0.6rem;
	background-color: #b40000;
	padding: 0.5em 0.7em 0.5em 0.8em;
	font-size: 1.2rem;
	letter-spacing: 0.3em;
}
#contact .inner .field .form dl dd {
	width: 70%;
}
#contact .inner .field .form dl dd input[type=text],
#contact .inner .field .form dl dd input[type=email],
#contact .inner .field .form dl dd textarea {
	width: 100%;
	font-size: 1.4rem;
	padding: 0.8rem 0.6rem;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#contact .inner .field .form dl dd textarea {
	min-height: 12.0em;
}
#contact .inner .field .form dl dd .mwform-tel-field input[type=text] { width: auto;}
#contact .inner .field .form dl dd ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#contact .inner .field .form dl dd ul li {
	flex: 0 0 47.0%;
	-webkit-flex: 0 0 47.0%;
	position: relative;
}
#contact .inner .field .form dl dd ul li:first-child::after {
	content: '／';
	position: absolute;
	top: 1.6rem;
	right: -2.3rem;
	transform: translate(0, -50%);
	z-index: -1;
}
#contact .inner .field .mw_wp_form .form dl dd .error {
	font-size: 1.4rem;
	font-weight: 700;
/*	margin-top: 0.5em;*/
	padding: 0.5em;
	color: #fff;
	background-color: #b70000;
}
#contact .inner .field .form .btn-wrap {
	text-align: center;
}
#contact .inner .field .form .btn-wrap input {
	font-size: 1.7rem;
	font-weight: 700;
	color: #fff;
	padding: 0.5rem 4.0em;
	border: 1px solid #fff;
	border-radius: 2.0rem;
	cursor: pointer;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	background: #ffbf00;
	background: -webkit-linear-gradient(top, #ffbf00 0%,#ff7100 100%);
	background: linear-gradient(to bottom, #ffbf00 0%,#ff7100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf00', endColorstr='#ff7100',GradientType=0 );
}

#contact .inner .field .purpose {
	margin: 0 17.0%;
	border: 1px solid #fff;
	font-size: 1.4rem;
	line-height: 1.71;
	color: #fff;
	padding: 2.2rem 3.0rem 1.6rem 4.2rem;
}
#contact .inner .field .purpose dl dt::before {
	content: '●';
	width: 1.0em;
	display: inline-block;
}
#contact .inner .field .purpose dl dd {
	padding-left: 1.0em;
}
#contact .inner .field .purpose dl dd ul li {
	list-style: disc inside;
	margin-left: 0.5em;
}

/*
	less than 1240px;
---------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1240px) {
	#main-visual .inner {
		padding: 8.2rem 0 9.0rem;
	}
}

/*
	less than 767px;
---------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
	.inner {
		padding-top: calc(75 / 750 * 100vw);
	}

/* main-visual
--------------------------------------------------------------------------------------------------------*/
	#main-visual {
		height: calc(100vh - calc(100 / 750 * 100vw));
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
	}
	#main-visual .inner {
		padding: 0;
/*		padding: calc(80 / 750 * 100vw) 0 calc(75 / 750 * 100vw);*/
	}
	#main-visual .inner h1 img {
		width: calc(185 / 750 * 100vw);
	}

/* message
--------------------------------------------------------------------------------------------------------*/
	#message {
		background: url(../images/sp-bg_message.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	#message .inner .field {
		padding: calc(375 / 750 * 100vw) 0 calc(95 / 750 * 100vw);
	}
	#message .inner .field h3 {
		font-size: calc(37 / 750 * 100vw);
	}
	#message .inner .field h4 {
		font-size: calc(29 / 750 * 100vw);
	}
	#message .inner .field h4 span::after {
		width: 1.75em;
		right: -2.0em;
	}
	#message .inner .field p {
		font-size: 1.3rem;
	}
	#message .inner .field p:last-child {
		font-size: 1.4rem;
	}
	#message .inner .copy {
		top: calc(205 / 750 * 100vw);
		left: 2.5%;
		bottom: initial;
		right: initial;
	}
	#message .inner .copy img {
		width: calc(383 / 750 * 100vw);
	}
	#message .thought {
		display: block;
		padding-bottom: calc(120 / 750 * 100vw);
	}
	#message .thought .logo {
		width: 100%;	
		font-size: 1.3rem;
		margin-bottom: calc(60 / 750 * 100vw);
	}
	#message .thought .logo img {
		width: calc(356 / 750 * 100vw);
		margin-bottom: calc(20 / 750 * 100vw);
	}
	#message .thought .list {
		width: 100%;
	}
	#message .thought .list dt {
		margin-top: calc(40 / 750 * 100vw);
		font-size: 1.4rem;
	}
	#message .thought .list dd {
		font-size: 1.3rem;
	}

/* company
--------------------------------------------------------------------------------------------------------*/
	#company .inner .field {
		margin: 0 auto;
		padding: calc(45 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
	}
	#company .inner .field table {
		margin: 0 auto;
	}
	#company .inner .field table th,
	#company .inner .field table td {
		line-height: 1.58;
	}
	#company .inner .field table th {
		width: 8.0rem;
	}
	#company .inner .field table td {
		padding-left: 3.5rem;
	}

/* company
--------------------------------------------------------------------------------------------------------*/
	#access .inner .field {
		padding: calc(45 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
	}
	#access .inner .field .item {
/*
		padding-top: 100.0%;
*/
		height: calc(400 / 750 * 100vw);
		margin-bottom: calc(40 / 750 * 100vw);;
	}
	#access .inner .field table {
		margin: 0 auto;
	}
	#access .inner .field table th,
	#access .inner .field table td {
		line-height: 1.58;
	}
	#access .inner .field table th {
		width: 8.0rem;
	}
	#access .inner .field table td {
		padding-left: 3.5rem;
	}

/* parallax
--------------------------------------------------------------------------------------------------------*/
	#parallax {
		background: url(../images/sp-bg_parallax.jpg) no-repeat center top;
		background-size: cover;
	}
	#parallax .inner {
		padding: 0;
		height: calc(600 / 750 * 100vw);
	}
	#parallax .inner p img {
		width: calc(660 / 750 * 100vw);
	}

/* contact
--------------------------------------------------------------------------------------------------------*/
	#contact .inner .field {
		padding: calc(25 / 750 * 100vw) 0 calc(90 / 750 * 100vw)
	}
	#contact .inner .field p.caption {
		text-align: left;
		font-size: 1.3rem;
	}
	#contact .inner .field .form {
		margin: 0;
		padding: calc(60 / 750 * 100vw) 0 calc(90 / 750 * 100vw)
	}
	#contact .inner .field .form dl {
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	#contact .inner .field .form dl dt {
		width: 100%;
		padding-left: 0;
		margin-bottom: 1.2rem;
	}
	#contact .inner .field .form dl dt.required::before {
		position: static;
		display: inline-block;
		margin-right: 0.5rem;
	}
	#contact .inner .field .form dl dd {
		width: 100%;
	}
	#contact .inner .field .form dl dd input[type=text],
	#contact .inner .field .form dl dd input[type=email],
	#contact .inner .field .form dl dd textarea {
		width: 100%;
		font-size: 1.4rem;
		padding: 0.8rem 0.6rem;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	}
	#contact .inner .field .form dl dd ul li {
		flex: 0 0 46.0%;
		-webkit-flex: 0 0 46.0%;
	}
	#contact .inner .field .form dl dd ul li:first-child::after {
		width: 218%;
		text-align: center;
		right: 0;
		left: 0;
	}
	#contact .inner .field .purpose {
		margin: 0;
		padding: 2.0rem;
	}
	#contact .inner .field .purpose dl dd ul li {
		margin: 0;
	}

/*
	top.css End
---------------------------------------------------------------------------------------------------------------------------------------------*/
}