@charset "utf-8";



/* --------------------------------------------------------------------------------
reset
-------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

body {
	text-align: justify;
	font-family: "Yu Gothic", YuGothic, "Yu Gothic Std-TT R", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-feature-settings: "palt";
	line-height: 30px;
	color: #646464;
	letter-spacing: 0.075em;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
p.note {
	font-size: 14px;
}
p.indent {
	text-indent: -1em;
	padding-left: 1em;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=button],
input[type=submit],
button,
textarea,
select {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
  font-family: "Yu Gothic", YuGothic, sans-serif;
	font-size: 1rem;
	line-height: 40px;
	outline: none;
	color: #646464;
	border: none;
	margin: 0px;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea {
	border: none;
}
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel] {
	height: 40px;
	padding: 0px 10px;
}
input[type=button],
input[type=submit],
button {
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	padding: 0px 20px;
	background-color: #646464;
}
label.option {
	cursor: pointer;
	margin-right: 20px;
}
label.option input[type=radio],
label.option input[type=checkbox] {
	display: none;
}
label.option input[type=radio] + span.alternate,
label.option input[type=checkbox] + span.alternate {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #cccccc;
	margin-right: 5px;
	background-color: #ffffff;
	transform: translateY(-2px);
}
label.option input[type=radio] + span.alternate {
	border-radius: 50%;
}
label.option input[type=radio] + span.alternate::before,
label.option input[type=checkbox] + span.alternate::before {
	display: block;
	position: absolute;
	opacity: 0;
	transition: 0.25s opacity ease;
	content: "";
}
label.option input[type=radio] + span.alternate::before {
	width: 10px;
	height: 10px;
	left: 4px;
	top: 4px;
	background-color: #646464;
	border-radius: 50%;
}
label.option input[type=checkbox] + span.alternate::before {
	width: 5px;
	height: 10px;
	left: 5px;
	top: 0px;
	border-right: 3px solid #646464;
	border-bottom: 3px solid #646464;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
label.option input[type=radio]:checked + span.alternate::before,
label.option input[type=checkbox]:checked + span.alternate::before {
	opacity: 1;
}
textarea {
	padding: 10px;
}
select {
	height: 40px;
	padding: 0px 40px 0px 10px;
	background: #ffffff url(../../images/arrow-select.svg) no-repeat right 10px center;
	background-size: auto 20px;
}
select::-ms-expand {
	display: none;
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

img {
	display: block;
	max-width: 100%;
	height: auto;
}
br.small {
	display: none;
}
br.large {
	display: inline;
}
*.clearfix {
	zoom: 1;
}
*.clearfix:before,
*.clearfix:after {
	display: table;
	content: "";
}
*.clearfix:after {
	clear: both;
}
*.margin-bottom {
	margin-bottom: 15px;
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

header#header {
	position: relative;
	z-index: 10;
}
header#header h1 {
	position: absolute;
	left: 30px;
	top: 30px;
}
header#header h1 img {
	width: auto;
	height: 21px;
}



/* --------------------------------------------------------------------------------
cover
-------------------------------------------------------------------------------- */

div#cover {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100vh;
}
div#cover div.image,
div#cover div.image p.row {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
div#cover div.image {
	opacity: 0;
	transition: 0.75s opacity ease-in-out;
}
div.active div#cover div.image {
	opacity: 1;
}
div#cover div.image p.row {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
div#cover div.image p.row-01 {
	background-image: url(../../images/cover-image-01.jpg);
}
div#cover div.image p.row-02 {
	background-image: url(../../images/cover-image-02.jpg);
}
div#cover div.image p.row-03 {
	background-image: url(../../images/cover-image-03.jpg);
}
div#cover div.image p.row-04 {
	background-image: url(../../images/cover-image-04.jpg);
}
div#cover div.image p.row-05 {
	background-image: url(../../images/cover-image-05.jpg);
}
div#cover div.text {
	position: relative;
	z-index: 5;
	text-align: center;
	font-family: "YuMincho", YuMincho, "Yu Mincho TT M1215162", serif;
	color: #ffffff;
}
div#cover div.text h2 {
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 20px;
	padding-left: 0.5em;
}
div#cover div.text p.sub {
	font-size: 22px;
}
div#cover p#button-scroll {
	position: absolute;
	width: 40px;
	height: 20px;
	left: calc(50% - 20px);
	bottom: 40px;
	z-index: 5;
}
div#cover p#button-scroll a {
	display: block;
	height: 100%;
	background: url(../../images/arrow-scroll.svg) no-repeat center;
	background-size: auto 20px;
}



/* --------------------------------------------------------------------------------
content
-------------------------------------------------------------------------------- */

div#content section header {
	text-align: center;
	color: #ffffff;
	padding: 30px 0px 20px 0px;
	background-color: #002346;
}
div#content section header h2 {
	text-indent: 0.1em;
	font-family: "Gill Sans W01 Light", Helvetica, Arial, sans-serif;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
div#content section header p.sub {
	text-indent: 0.15em;
	font-size: 14px;
	letter-spacing: 0.15em;
}
div#content section div.content {
	margin: auto;
	padding: 120px 0px 200px 0px;
}
div#content section#corporate-profile div.content {
	width: 860px;
}
div#content section#corporate-profile div.image-table {
	display: flex;
	flex-wrap: wrap;
}
div#content section#corporate-profile div.image-table p.image-small {
	display: none;
}
div#content section#corporate-profile div.image-table div.table {
	width: 560px;
	margin-right: 40px;
}
div#content section#corporate-profile div.image-table div.table div.row,
div#content section#service div.table div.row {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #dcdcdc;
	padding: 20px 10px;
}
div#content section#corporate-profile div.image-table div.table div.row:first-child,
div#content section#service div.table div.row:first-child {
	border-top: 1px solid #dcdcdc;
}
div#content section#corporate-profile div.image-table div.table div.row p.label {
	width: 190px;
}
div#content section#corporate-profile div.image-table div.table div.row div.body {
	width: calc(100% - 190px);
}
div#content section#corporate-profile div.image-table div.table div.row div.body span.space {
	display: inline-block;
	width: 5.375em;
}
div#content section#corporate-profile div.image-table p.image {
	width: 260px;
}
div#content section#service div.content {
	width: 800px;
}
div#content section#service div.table div.row p.label {
	width: 340px;
	color: #002346;
}
div#content section#service div.table div.row div.body {
	width: calc(100% - 340px);
}
div#content section#contact {
	background-color: #ebebeb;
}
div#content section#contact div.content {
	width: 740px;
	padding-bottom: 280px;
}
div#content section#contact span.require {
	color: #cd1414;
}
div#content section#contact p.description {
	margin-bottom: 10px;
}
div#content section#contact form {
	padding-top: 30px;
}
div#content section#contact div.component,
div#content section#contact div.privacy-policy {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin-bottom: 30px;
	padding-left: 260px;
}
div#content section#contact div.component p.label,
div#content section#contact div.privacy-policy p.headline {
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 40px;
}
div#content section#contact div.component p.label span.require {
	padding-left: 0.25em;
}
div#content section#contact form.confirm div.component p.label span.require {
	display: none;
}
div#content section#contact div.component input,
div#content section#contact div.component select,
div#content section#contact div.component textarea {
	display: block;
}
div#content section#contact form.confirm div.component input,
div#content section#contact form.confirm div.component select,
div#content section#contact form.confirm div.component textarea {
	background-color: transparent;
}
div#content section#contact div.component input,
div#content section#contact div.component textarea {
	width: 100%;
}
div#content section#contact form.confirm div.component p.note {
	display: none;
}
div#content section#contact div.component fieldset p.prefix,
div#content section#contact div.component fieldset input {
	float: left;
}
div#content section#contact div.component fieldset p.prefix {
	width: 40px;
	line-height: 40px;
}
div#content section#contact form.confirm div.component fieldset p.prefix {
	display: none;
}
div#content section#contact div.component fieldset input {
	width: 160px;
}
div#content section#contact div.component fieldset input[name=name-sei],
div#content section#contact div.component fieldset input[name=furigana-sei] {
	margin-right: 40px;
}
div#content section#contact div.component input[name=postal-code],
div#content section#contact div.component select[name=address-01],
div#content section#contact div.component input[name=tel] {
	width: 200px;
}
div#content section#contact div.component input[name=postal-code],
div#content section#contact div.component input[name=tel],
div#content section#contact div.component input[name=email],
div#content section#contact div.component input[name=email-confirm] {
	margin-right: 20px;
}
div#content section#contact div.component input[name=email],
div#content section#contact div.component input[name=email-confirm] {
	width: 380px;
}
div#content section#contact form.confirm div.component select[name=address-01] {
	background-image: none;
}
div#content section#contact div.privacy-policy div.body {
	height: 220px;
	overflow: scroll;
	letter-spacing: 0.05em;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-overflow-scrolling: touch;
}
div#content section#contact div.privacy-policy div.body div.inner-body {
	padding: 30px;
}
div#content section#contact div.privacy-policy div.body h4,
div#content section#contact div.privacy-policy div.body p {
	font-size: 12px;
	line-height: 20px;
}
div#content section#contact div.privacy-policy div.body p.margin-bottom {
	margin-bottom: 20px;
}
div#content section#contact form.confirm div.privacy-policy {
	display: none;
}
div#content section#contact p.agreement {
	margin-bottom: 60px;
	padding-left: 260px;
}
div#content section#contact form.confirm p.agreement {
	display: none;
}
div#content section#contact p.agreement label.option {
	margin-right: 5px;
}
div#content section#contact p.agreement label.option span.alternate {
	border-radius: 2.5px;
}
div#content section#contact div.action {
	display: flex;
	flex-wrap: wrap;
	padding-left: 260px;
}
div#content section#contact div.action p {
	box-sizing: border-box;
	width: 180px;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	color: #ffffff;
	border: 1px solid #002346;
	cursor: pointer;
	margin-right: 20px;
	background-color: #002346;
	transition: 0.25s background-color ease;
}
div#content section#contact div.action p:hover {
	color: #002346;
	background-color: #ffffff;
}
div#content section#contact form.confirm div.action p#button-confirm,
div#content section#contact div.action p#button-submit,
div#content section#contact div.action p#button-edit {
	display: none;
}
div#content section#contact form.confirm div.action p#button-submit,
div#content section#contact form.confirm div.action p#button-edit {
	display: block;
}
div#content section#contact div.action p#button-edit {
	border-color: #646464;
	background-color: #646464;
}
div#content section#contact div.action p#button-edit:hover {
	color: #646464;
	background-color: #ffffff;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer {
	position: relative;
	color: #ffffff;
	padding: 60px 0px 40px 0px;
	background-color: #002346;
}
footer#footer p#button-page-top {
	position: absolute;
	width: 40px;
	height: 20px;
	left: calc(50% - 20px);
	top: -80px;
}
footer#footer p#button-page-top a {
	display: block;
	height: 100%;
	background: url(../../images/arrow-page-top.svg) no-repeat center;
	background-size: auto 20px;
}
footer#footer div.misc,
footer#footer p.copyright {
	width: 960px;
	margin: auto;
}
footer#footer div.misc {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
}
footer#footer div.misc div.information {
	width: calc(100% - 560px);
}
footer#footer div.misc div.information h3 {
	margin-bottom: 15px;
}
footer#footer div.misc div.information h3 img {
  width: auto;
  height: 26px;
}
footer#footer div.misc div.information p.tel-fax span.tel {
	margin-right: 10px;
}
footer#footer div.misc div.map {
	position: relative;
	width: 560px;
	height: 240px;
}
footer#footer div.misc div.map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
footer#footer div.misc p.map {
	position: absolute;
	left: 0px;
	top: 100px;
}
footer#footer div.misc p.map a {
	padding-right: 15px;
	background: url(../../images/arrow-more.svg) no-repeat right center;
	background-size: auto 12px;
}
footer#footer p.banner-nihon-soken {
	position: absolute;
	width: 260px;
	height: 70px;
	left: 0px;
	bottom: 0px;
	text-align: center;
}
footer#footer p.banner-nihon-soken a {
	display: block;
	box-sizing: border-box;
	height: 100%;
	text-decoration: none;
	border: 1px solid #ffffff;
	padding-top: 12px;
	transition: 0.25s background-color ease;
}
footer#footer p.banner-nihon-soken a:hover {
	color: #002346;
	background-color: #ffffff;
}
footer#footer p.banner-nihon-soken span {
	display: block;
}
footer#footer p.banner-nihon-soken span.main {
	margin-bottom: 3px;
	background: url(../../images/logo-alternate-active.svg) no-repeat center;
	background-size: auto 100%;
}
footer#footer p.banner-nihon-soken span.main img {
	width: auto;
	height: 23px;
	margin: auto;
}
footer#footer p.banner-nihon-soken a:hover span.main img {
	opacity: 0;
}
footer#footer p.banner-nihon-soken span.sub {
	font-size: 12px;
	line-height: 20px;
}
footer#footer p.copyright {
	text-align: right;
	font-family: "Gill Sans W01 Light", Helvetica, Arial, sans-serif;
	font-size: 10px;
}
