@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	min-width: 1000px;
}

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;
}

/* end
http://meyerweb.com/eric/tools/css/reset/
*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* font */
@font-face {
	font-family: icon;
	src:
		url(../fonts/icon.ttf) format("truetype"),
		url(../fonts/icon.woff) format("woff");
}
/* common */
html {
	font-size: 16px;
}

body,
input,
textarea {
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", Meiryo,
		sans-serif;
	-webkit-textsize-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color: inherit;
}

.clear {
	clear: both;
}

.for-sp {
	display: none !important;
}

.link-tel {
	text-decoration: none !important;
	pointer-events: none;
}

.link-pdf:after {
	content: "　";
	background: url(../images/icon_pdf.svg) no-repeat 0 50%;
	background-size: contain;
	margin: -0.1em 0 0 0.3em;
	font-size: 1em;
	text-decoration: none !important;
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
}

/* #wrapper */
#wrapper {
	padding: 132px 0 0;
	overflow: hidden;
}

/* #header */
#header {
	display: block;
	min-height: 132px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
	transform: translateZ(0);
}

.inner-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 20px;
}

.logo-header {
	display: inline-block;
	opacity: 1;
}

.ul-nav-main {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

.li-nav-main {
	font-size: 0.813em;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.04em;
	text-align: center;
	position: relative;
	z-index: 0;
}
.li-nav-main::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 30px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.li-nav-main > a {
	text-align: center;
}

.li-nav-main > a span.li-nav-jp {
	display: block;
	color: #8f8888;
	font-size: 12px;
	font-weight: normal;
}

.ul-nav-sub {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 40px;
	background-color: #fff;
	border: 1px solid #e0dbdb;
	border-radius: 20px;
	position: absolute;
	top: calc(100% + 30px);
	left: 50%;
	transform: translateX(-50%);
}
.ul-nav-sub::before {
	content: "";
	position: absolute;
	left: calc(50% - 11px);
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-color: transparent #fff #fff transparent;
	border-width: 8px;
	top: -8px;
	border-radius: 0 0 4px 0;
	box-shadow: 1px 1px #e0dbdb;
	transform: rotate(-135deg);
}
.ul-nav-sub[data-megamenu-child="hidden"] {
	display: none;
}
.ul-nav-sub[data-megamenu-child="visible"] {
	display: flex;
	opacity: 1;
	transition: opacity 0.4s ease-in-out;
}
@starting-style {
	.ul-nav-sub[data-megamenu-child="visible"] {
		opacity: 0;
	}
}

.li-nav-sub {
	padding-left: 16px;
	background-image: url(../images/icon_chevron-right.svg);
	background-repeat: no-repeat;
	background-position: left 6px;
	background-size: 8px 12px;
	text-align: left;
	white-space: nowrap;
}
.li-nav-sub span {
	display: block;
	color: #8f8888;
	font-size: 12px;
	font-weight: normal;
}

.btn-nav-main {
	color: #fff;
	display: block;
	text-align: center;
}

.btn-nav-main a {
	font-size: 12px;
	font-weight: bold;
	background: #ed276e;
	display: block;
	border-radius: 4px;
}

@media screen and (max-width: 767px) {
	#header {
		min-height: 45px;
		background: #fff !important;
	}
	.inner-header {
		padding: 0;
	}
	.logo-header {
		width: 37.2%;
		margin: 2.8% 0 0 3.3%;
	}
	.nav-main {
		float: none;
		width: 100%;
		margin: 0 auto;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
	}
	.wrap-nav-main {
		-webkit-transform: translateY(-99999px);
		transform: translateY(-99999px);
		overflow-y: scroll;
	}
	.ul-nav-main {
		display: block;
		margin: 12% 0 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		padding: 8% 0;
		z-index: 1;
	}
	.li-nav-main {
		font-size: 0.7em;
		display: block;
		text-align: right;
		width: 80%;
		margin: 0 auto 5.9%;
		line-height: 1;
		-webkit-transform: translateY(0px) !important;
		transform: translateY(0px) !important;
	}
	.li-nav-main > a {
		border-bottom: solid 1px #7f7f7f;
	}
	.ul-nav-sub {
		position: static;
		padding: 0;
		border: 0;
		transform: none;
		gap: 0;
	}
	.ul-nav-sub::before {
		display: none;
	}
	.ul-nav-sub[data-megamenu-child="hidden"] {
		display: flex;
	}
	.li-nav-sub {
		margin-top: 8px;
		padding: 8px 0;
		background: none;
		font-size: 0.8em;
	}
	.btn-nav-main {
		margin-inline: auto;
	}
	.bg-nav-main {
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.3);
		width: 100%;
		height: 120vh;
		margin: 12% 0 0;
	}
	.btn-toggle-nav {
		width: 5.2%;
		margin: 3.734%;
		background: none;
		border: none;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
	.open-nav,
	.close-nav {
		position: absolute;
		top: 0;
		left: 0;
	}
	.close-nav {
		opacity: 0;
	}
	.nav-main ul .li-nav-main a {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: flex-end;
		padding: 0.58em 0;
	}
	.nav-main ul a .li-nav-jp {
		font-weight: normal;
		font-size: 0.705em;
		color: #8f8888;
	}
	.nav-main .btn-nav-main {
		text-align: center;
		width: 46.4%;
		line-height: 3;
		font-size: 0.66em;
		border: none;
		margin-top: 11.8%;
	}
	.nav-main .btn-nav-main a {
		padding: 0;
	}
	#contact-canvas {
		display: none;
	}
}
/* #overview */
#overview {
	width: 1000px;
	margin: 0 auto;
	min-height: calc(100vh - 108px);
	position: relative;
}

#overview h2 {
	width: 14.9%;
	margin: 0 auto;
	padding: 13% 0 4.8%;
}

#overview .box-cts {
	padding: 13% 0 7%;
	height: calc(100vh - 108px);
}

#overview .box-cts h2 {
	padding-top: 0;
}

#overview table {
	font-size: 0.875em;
	line-height: 1.57;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	letter-spacing: 0.12em;
}

#overview table a {
	text-decoration: underline;
}

#overview td,
#overview th {
	padding: 0.9em 0;
}

#overview th {
	width: 23.5%;
}

#overview h3 {
	font-size: 0.875em;
	font-weight: 500;
	text-align: center;
	padding: 3.8% 0 2.7%;
}

#overview .bnr-foot {
	font-size: 0.875em;
	text-align: center;
	padding: 5.7% 0 8.5%;
}

#overview .bnr-foot li {
	display: inline-block;
	border: solid 1px #b2b2b2;
	vertical-align: top;
	width: 15.8%;
	line-height: 3.715;
	margin: 0 0.6%;
	background: #fff;
}

#overview .bnr-foot li a {
	display: block;
}

#overview .bnr-foot img {
	display: block;
}

.nav-sns-overview {
	text-align: center;
}

.nav-sns-overview li {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

.nav-sns-overview li:first-child {
	padding-top: 0.3%;
}

#overview .wrap-info {
	display: flex;
}

#overview .info-table {
	flex: 1;
}

#overview .info-twitter {
	width: 320px;
}

/* #footer */
#footer .copyright-footer {
	font-size: 10px;
	text-align: center;
	display: block;
	width: 100%;
	letter-spacing: 0.04em;
	padding: 0 0 2.2em;
}

@media screen and (max-width: 1000px) {
	.lay-mobile {
		font-size: 1.6vw;
	}
	.lay-mobile body {
		min-width: 100%;
	}
	.lay-mobile img {
		width: 100%;
		height: auto;
	}
	.lay-mobile #overview {
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.nav-main a,
	.bnr-foot a,
	.lay-hover {
		transition: opacity 200ms;
	}
	.nav-main a:hover,
	.bnr-foot a:hover,
	.lay-hover:hover {
		opacity: 0.6;
	}
	.btn-nav-main {
		position: relative;
	}
	.btn-nav-main a {
		position: relative;
		background: none;
		z-index: 2;
	}
	.btn-nav-main a span {
		display: block;
		position: relative;
		z-index: 2;
	}
	#contact-canvas {
		position: absolute;
		bottom: 50%;
		transform: translate(50%, 50%);
		right: 50%;
	}
}
@media screen and (max-width: 767px) {
	html,
	.lay-mobile {
		font-size: 6.667vw;
	}
	body {
		min-width: 0px;
	}
	img {
		width: 100%;
		height: auto;
	}
	.for-sp {
		display: block !important;
	}
	.for-pc {
		display: none !important;
	}
	.lay-mobile .link-tel {
		text-decoration: underline !important;
		pointer-events: auto;
	}
	/* #wrapper */
	#wrapper {
		padding: 12% 0 0;
		width: 100%;
		overflow: hidden;
	}
	/* #overview */
	#overview {
		width: 100%;
		min-height: 0;
	}
	#overview h2,
	#overview .box-cts h2 {
		padding: 25.1% 0 5.3% 0;
		width: 25%;
	}
	#overview table {
		width: 81%;
		font-size: 0.44em;
	}
	#overview h3 {
		font-size: 0.44em;
		padding: 5.8% 0 4.3%;
	}
	#overview .bnr-foot {
		font-size: 0.389em;
		width: 80%;
		margin: 0 auto;
		padding: 13.5% 0 7.3%;
	}
	#overview .bnr-foot li {
		width: 37%;
		box-sizing: border-box;
		margin: 0 1.3% 3.334%;
		height: 0;
		padding: 0 0 12%;
		overflow: hidden;
	}
	#overview .wrap-info {
		display: block;
	}
	#overview .info-table {
		flex: none;
	}
	#overview .info-twitter {
		width: 70%;
		margin-top: 0.5em;
		margin-right: auto;
		margin-left: auto;
	}
	.nav-sns-overview img {
		display: block;
		width: 30px;
	}
	.nav-sns-overview li {
		margin: 0 8px;
	}
	.nav-sns-overview li:first-child {
		padding-top: 0.3%;
	}
	/* #footer */
	#footer .copyright-footer {
		font-size: 0.32em;
		padding-bottom: 1.7em;
	}
}
