@charset "UTF-8";

:root {
	--color-primary: #4FBAD3;
	--color-secondary: #00254E;
	--color-accent: #4FBAD3;
	--color-text: #1a1a1a;
	--color-text-link: #ff0000;
	--color-primary-bg: #F5F7FB;
	--color-secondary-bg: #F2F2F2;
	--color-border-1: #ddd;
	--color-gradient: linear-gradient(90deg, #4FBAD3, #70C8DB);

	--fontSize: 16px;
	--font-2xs: calc(var(--fontSize) * 0.6875);/* 11px */
	--font-xs: calc(var(--fontSize) * 0.75);/* 12px */
	--font-s: calc(var(--fontSize) * 0.875);/* 14px */
	--font-ms: calc(var(--fontSize) * 0.875);/* 14px */
	--font-m: calc(var(--fontSize) * 1);/* 16px */
	--font-l: calc(var(--fontSize) * 1);/* 16px */
	--font-xl: calc(var(--fontSize) * 1.125);/* 18px */
	--font-xxl: calc(var(--fontSize) * 1.125);/* 18px */
	--font-2xl: calc(var(--fontSize) * 1.125);/* 18px */
	--font-3xl: calc(var(--fontSize) * 1.375);/* 22px */
	--font-4xl: calc(var(--fontSize) * 1.375);/* 22px */
	--font-5xl: calc(var(--fontSize) * 1.375);/* 22px */
	--font-6xl: calc(var(--fontSize) * 2);/* 32px */
	--primary-font: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	/*--primary-font: "Noto Sans JP", sans-serif;*/
	--accent-font: "Quattrocento Sans", sans-serif;
}

@media (min-width: 768px) {
	:root {
		--font-2xs: calc(var(--fontSize) * 0.6875);/* 11px */
		--font-xs: calc(var(--fontSize) * 0.75);/* 12px */
		--font-s: calc(var(--fontSize) * 0.875);/* 14px */
		--font-ms: calc(var(--fontSize) * 0.9735);/* 15px */
		--font-m: calc(var(--fontSize) * 1);
		--font-l: calc(var(--fontSize) * 1.125);/* 18px */
		--font-xl: calc(var(--fontSize) * 1.25);/* 20px */
		--font-xxl: calc(var(--fontSize) * 1.375);/* 22px */
		--font-2xl: calc(var(--fontSize) * 1.5);/* 24px */
		--font-3xl: calc(var(--fontSize) * 1.75);/* 28px */
		--font-4xl: calc(var(--fontSize) * 2);/* 32px */
		--font-5xl: calc(var(--fontSize) * 2.125);/* 34px */
		--font-6xl: calc(var(--fontSize) * 2.625);/* 42px */
	}
}
ol, ul, li {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	vertical-align: baseline;
}
body {
	position: relative;
	font-size: var(--font-m);
	font-family: var(--primary-font);
	color: var(--color-text);
	line-height: 1.75;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	>* {
		position: relative;
		z-index: 1;
	}
	@media (min-width: 1120px) {
	}
	@media (max-width: 330px) {
		font-size: var(--font-xs);
	}
}
@media (min-width: 1000px) {
	body * {
		font-weight: 500;
	}
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
p {
	line-height: 1.6;
}
a {
	color: inherit;
}
strong {
	font-weight: 600;
}
.ib {
	display: inline-block;
}
.mode_pc,
.mode_pc-ib {
	display: none;
}
.mode_sp {
	display: block;
}
.mode_sp-ib {
	display: inline-block;
}
.mover {
	transition: opacity 0.2s ease-out;
	backface-visibility: hidden;
	zoom: 1;
}
.mover:hover {
	opacity: 0.8;
}
.mover02 {
	transition: opacity 0.2s ease-out;
	backface-visibility: hidden;
	zoom: 1;
}
.mover02:hover {
	opacity: 0.9;
}
.inner,
.inner-min {
	padding: 0 4vw;
}
.inner {
	.inner-min {
		padding: 0;
	}
}
img {
	max-width: 100%;
}
.em {
	font-weight: 600;
}
.text-link {
	color: var(--color-text-link);
}
.image-wrap {
	text-align: center;
}
@media (min-width: 768px) {
	
}
@media (min-width: 1120px) {
	p {
		line-height: 1.75;
	}
	.inner {
		width: 90%;
		max-width: 1240px;
		margin: auto;
		padding: 0;
	}
	.inner-min {
		width: 90%;
		max-width: 1020px;
		margin: auto;
		padding: 0;
	}
	.mode_pc {
		display: block;
	}
	.mode_pc-ib {
		display: inline-block;
	}
	.mode_sp,
	.mode_sp-ib {
		display: none;
	}
}

#content-wrap {
	overflow: hidden;
	.bg-content {
		background-color: var(--color-primary-bg);
	}
	.content-title {
		font-weight: 600;
		color: var(--color-secondary);
		font-size: var(--font-5xl);
		line-height: 1.5;
		padding-bottom: 1em;
		.en {
			display: block;
			font-family: var(--accent-font);
			font-size: var(--font-s);
			font-weight: 400;
			color: var(--color-accent);
			letter-spacing: .05em;
			padding-bottom: 1em;
		}
		.sub-title {
			display: block;
			font-weight: 500;
			color: var(--color-text);
			letter-spacing: .05em;
			line-height: 1.6;
			font-size: var(--font-l);
			padding-bottom: .5em;
		}
		>* {
			font-weight: 600;
		}
	}
	.inner-title {
		align-items: center;
		font-size: var(--font-l);
		font-weight: 600;
		line-height: 1.5;
		padding-bottom: 1em;
	}
	.inner-title02 {
		align-items: center;
		font-size: var(--font-2xl);
		color: var(--color-secondary);
		font-weight: 600;
		line-height: 1.5;
		padding-bottom: 1em;
	}
	.t-left {
		text-align: left;
	}
	@media (min-width: 768px) {
		.content-title {
			padding-bottom: 1.5em;
			.en {
				font-size: var(--font-m);
				padding-bottom: 2em;
			}
			.sub-title {
				font-size: var(--font-xl);
				padding-bottom: 1em;
			}
		}
		.inner-title02,
		.inner-title {
			line-height: 1.75;
		}
		.inner-title {
			font-size: var(--font-xl);
		}
	}
}
.content-box {
	text-align: center;
	padding: 40px 0;
	@media (min-width: 768px) {
		padding: 100px 0;
	}
}

/*
header
---------------------------*/
header {
	position: fixed;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 8px;
	z-index: 20;
	transition: .5s ease;
	background-color: rgba(255,255,255,.95);
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
	border-radius: 5px;
	margin: 0 10px;
	#headerInner {
		position: relative;
		text-align: left;
		padding: 18px 2%;
	}
	.siteNameBox {
		.logo {
			width: 150px;
		}
	}
	&.open {
		height: 100%;
	}
	/*
	#contentNav
	---------------------------*/
	#contentNav {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: none;
		height: 100%;
		.navInner {
			text-align: left;
			padding: 60px 6% 20px;
			a {
				display: block;
				font-size: 15px;
				padding: 20px 0;
			}
			li {
				position: relative;
				&:before {
					width: 8px;
					height: 8px;
					position: absolute;
					content: "";
					top: 50%;
					transform: translateY(-50%) rotate(45deg);
					right: 0;
					border-top: solid 1px var(--color-primary);
					border-right: solid 1px var(--color-primary);
				}
			}
		}
	}
	@media (min-width: 1200px) {
		padding: 0 20px;
		border-radius: 10px;
		#headerInner {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 20px 10px;
		}
		&.is-fixed {
			position: fixed;
			background-color: rgba(255,255,255,.8);
			transition: all 1000ms;
			transform: translate(0, -5px);
			#contentNav {
				top: 0;
			}
		}
		.siteNameBox {
			min-width: 400px;
			.logo {
				width: 300px;
			}
		}
		&.open {
			height: auto;
		}
		#contentNav {
			display: flex!important;
			flex-wrap: wrap;
			justify-content: flex-end;
			position: relative;
			left: auto;
			height: auto;
			background-color: transparent;
			.navInner {
				order: 2;
				width: 100%;
				display: flex;
				align-items: center;
				justify-content: flex-end;
				padding: 0;
				a {
					position: relative;
					padding: 0;
					&:after {
						content: '';
						display: block;
						position: absolute;
						height: 1px;
						background: var(--color-primary);
						left: 0;
						right: 0;
						margin: auto;
						bottom: -8px;
						transition: all .3s ease;
						-webkit-transition: all .3s ease;
						width: 0;
					}
					&:hover {
						&:after {
							width: 100%;
						}
					}
				}
				li {
					&+li {
						margin-left: 15px;
						padding-left: 15px;
						border-left: 1px solid var(--color-border-1);
					}
					&:before {
						content: none;
					}
				}
				.current {
					a {
						&:after {
							width: 100%;
						}
					}
				}
			}
		}
	}
}
#menu_btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
	text-align: center;
	padding: 10px;
	margin: auto;
	cursor: pointer;
	margin: auto;
	display: flex;
	align-items: center;
	div {
		position: relative;
		width: 40px;
		height: 10px;
	}
	span {
		position: absolute;
		right: 0;
		width: 40px;
		height: 1px;
		background-color: var(--color-primary);
		transition: all 0.4s;
		margin: auto;
		&:nth-of-type(1) {
			top: 0;
			.open & {
				-webkit-transform: translateY(5px) rotate(-30deg);
				transform: translateY(5px) rotate(-30deg);
			}
		}
		&:nth-of-type(2) {
			top: auto;
			bottom: 0;
			.open & {
				-webkit-transform: translateY(-5px) rotate(30deg);
				transform: translateY(-5px) rotate(30deg);
			}
		}
	}
	@media (min-width: 1200px) {
		display: none;
	}
}
/*
footer
---------------------------*/
footer {
	background-image: url(../img/common/footer-bg.jpg);
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
	.site-map {
		padding: 0;
		li {
		}
	}
	.copy {
		font-size: var(--font-2xs);
		font-family: var(--accent-font);
		color: var(--color-border-1);
		padding-top: 30px;
	}
	.produced-by {
		padding: 50px 0;
		border-bottom: 1px solid var(--color-border-1);
		.note,
		.note02 {
			font-size: var(--font-s);
			font-family: var(--accent-font);
			padding: 30px 0 15px;
		}
		.note02 {
			padding: 0;
		}
	}
	.slogan {
		font-size: var(--font-2xl);
		line-height: 1.5;
	}
	.site-map {
		li {
			padding: 10px 0;
			a {
				position: relative;
				padding-left: 30px;
				&:after {
					position: absolute;
					content: "";
					top: 0;
					bottom: 0;
					left: 0;
					width: 24px;
					height: 24px;
					margin: auto;
					transition: all 0.3s 
						ease-out;
					background-image: url(../img/top/arrow-circle.svg);
					background-size: cover;
				}
				&:hover {
					&:after {
						left: 5px;
					}
				}
			}
		}
	}
	.footer-bottom-content {
		display: flex;
		flex-wrap: wrap;
		text-align: left;
		>div {
			width: 100%;
		}
		.company-detail {
			padding-top: 30px;
		}
		padding: 20px 0 15px;
		dt {
			font-weight: 600;
			font-size: var(--font-l);
			padding-bottom: 1em;
		}
		dd {
			p {
				&+p {
					padding-top: .5em;
				}
			}
		}
	}
	@media (min-width: 768px) {
		.copy {
			padding-top: 60px;
		}
		.produced-by {
			padding: 80px 0;
			.note {
				padding: 50px 0 30px;
			}
		}
		.slogan {
			font-size: var(--font-5xl);
		}
		.footer-bottom-content {
			display: flex;
			justify-content: space-between;
			padding: 50px 0 20px;
			>div {
				width: 50%;
			}
			.company-detail {
				padding-top: 0;
				order: 1;
			}
			.site-map-box {
				order: 2;
				display: flex;
				justify-content: flex-end;
			}
		}
	}
}
.page_top {
	display: none;
	position: fixed;
	z-index: 11;
	bottom: 0;
	right: 0;
	background-color: var(--color-secondary);
	opacity: 0.9;
	a {
		display: block;
		width: 40px;
		height: 40px;
	}
	&:before {
		content: '';
		width: 15px;
		height: 15px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		transform: rotate(-45deg);
		position: absolute;
		bottom: 8px;
		right: 12px;
	}
	@media (max-width: 767px) {
		display: none!important;
	}
}

.flex-content {
	>div {
		width: 100%;
		&+div {
			margin-top: 20px;
		}
	}
	@media (min-width: 768px) {
		display: flex;
		justify-content: space-between;
		>div {
			width: calc((100% - 32px) / 2);
			&+div {
				margin-top: 0;
			}
		}
		.od1 {
			order: 1;
		}
		.od2 {
			order: 2;
		}
	}
}
.flex-content-type02 {
	>div {
		width: 100%;
		&+div {
			margin-top: 20px;
		}
	}
	@media (min-width: 1120px) {
		display: flex;
		justify-content: space-between;
		>div {
			width: calc((100% - 32px) / 2);
			&+div {
				margin-top: 0;
			}
		}
		.od1 {
			order: 1;
		}
		.od2 {
			order: 2;
		}
	}
}
/*
inview style
---------------------------*/
.bottom_to_top {
	transform: translate3d(0, 50px, 0);
	opacity: 0;
}
.bottom_to_top_fadeIn {
	transform: translate3d(0, 0, 0);
	transition: 0.5s ease-in-out 0.3s;
	opacity: 1;
}
.fadeIn {
	transition: all 0.8s ease-out;
	opacity: 0;
}
.fadeIn_fadeIn {
	opacity: 1;
}
#content-wrap.lower {
	min-height: 100vh;
	.fadeIn {
		opacity: 1;
	}
}
.mainvisual-wrap {
	background-color: var(--color-primary-bg);
	background-image: url(../img/common/bg-pattern.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 65px;
	@media (min-width: 768px) {
		padding-top: 96px;
	}
}
/*
mainvisual
---------------------------*/
.mainvisual {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 120px;
	p {
		display: block;
		width: 100%;
		padding-bottom: 5px;
	}
	h1 {
		font-size: var(--font-3xl);
		font-weight: 600;
		span {
			font-weight: 600;
			vertical-align: middle;
			display: inline-block;
		}
		>* {
			font-weight: 600;
		}
	}
	.tag {
		display: inline-block;
		font-size: var(--font-xs);
		background-color: var(--color-secondary);
		color: #fff;
		font-weight: 400;
		padding: 6px 8px;
		border-radius: 50px;
		margin-right: 6px;
		span {
			font-weight: 600;
		}
	}
	@media (min-width: 768px) {
		min-height: 200px;
		background-position: left top;
		background-size: 100%;
		p {
			padding-bottom: 8px;
		}
		h1 {
			>* {
				font-weight: 500;
			}
		}
		.tag {
			font-size: var(--font-l);
			letter-spacing: .1em;
			padding: 10px 15px;
			margin-right: 12px;
		}
	}
	@media (max-width: 330px) {
		h1 {
			font-size: var(--font-l);
		}
	}
}
.topic {
	text-align: left;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 0;
	overflow-y: scroll;
	p {
		font-size: var(--font-xs);
		white-space: nowrap;
		&+p {
			position: relative;
			padding-left: 15px;
			margin-left: 15px;
			&:before {
				position: absolute;
				left: 0;
				top: 0;
				bottom: 0;
				content: "";
				display: block;
				width: 1px;
				height: 15px;
				background-color: var(--color-accent);
				margin: auto;
				transform: rotate(25deg);
			}
		}
	}
	@media (min-width: 1120px) {
		overflow-y: default;
		padding: 20px 0;
		p {
			font-size: var(--font-xs);
		}
	}
}

/*
btn
---------------------------*/
.btn-wrap {
	text-align: center;
	padding: 20px 0;
	.btn-base {
		&+.btn-base {
			margin-top: 20px;
		}
	}
	@media (min-width: 768px) {
		padding: 30px 0;
		&.left-type {
			text-align: left;
		}
		.btn-base {
			&+.btn-base {
				margin: 0 0 0 30px;
			}
		}
	}
}
input.wpcf7-form-control {
	background-color: transparent;
	border: none;
}
input.wpcf7-form-control:hover {
	color: var(--color-secondary);
}
.btn-base {
	position: relative;
	display: inline-block;
	background-color: #fff;
	text-align: center;
	min-width: 80%;
	background-color: var(--color-secondary);
	border: 1px solid var(--color-secondary);
	color: #fff;
	border-radius: 50px;
	transition: all 0.3s ease-out;
	&:hover {
		background-color: #fff;
		color: var(--color-secondary);
		border: 1px solid var(--color-secondary);
		&:after {
			border-top: solid 1px var(--color-secondary);
			border-right: solid 1px var(--color-secondary);
		}
		a, input {
			color: var(--color-secondary);
		}
	}
	a, input {
		display: block;
		font-size: var(--font-m);
		font-weight: 600;
		color: #fff;
		padding: 10px;
		cursor: pointer;
		width: 100%;
	}
	&:after {
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		width: 8px;
		height: 8px;
		position: absolute;
		content: "";
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		right: 15px;
	}
	&.type02 {
		background-color: #999;
		color: #fff;
		&:after {
			border-top: solid 1px #fff;
			border-right: solid 1px #fff;
			width: 8px;
			height: 8px;
			position: absolute;
			content: "";
			top: 50%;
			transform: translateY(-50%) rotate(225deg);
			right: auto;
			left: 15px;
		}
		&:hover {
			background-color: #fff;
			color: v.$textColor;
			&:after {
				border-top: solid 1px var(--color-secondary);
				border-right: solid 1px var(--color-secondary);
				border-right: solid 1px var(--color-secondary);
			}
		}
	}
	@media (min-width: 768px) {
		min-width: 450px;
		a, input {
			font-size: var(--font-l);
			padding: 20px;
		}
		&:after {
			width: 10px;
			height: 10px;
			right: 20px;
		}
	}
}