@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&display=swap");
/*
 * reset.css
/*-------------------------*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	width: 100%;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

a {
	color: initial;
	text-decoration: none;
	cursor: pointer;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	padding: 0;
	background-color: rgba(255, 255, 255, 0);
	color: #000;
}

li {
	list-style: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
input[type="search"],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

:root {
	--margin: 10px;
}

/* pxをvwに変換
/*-------------------------*/
/* pxをvhに変換
/*-------------------------*/
/**
 * minを関数対応化
/*-------------------------*/
/**
 * maxを関数対応化
/*-------------------------*/
@media screen and (min-width: 768px), print {
	.only-sp {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.only-pc {
		display: none !important;
	}
}
/* 三角形の作成関数
/*-------------------------*/
/* barlow */
/* reg */
/* medium */
/* semibold */
/* bold */
/* extra bold */
/* noto sans cjk jp */
/* light */
/* regular */
/* medium */
/* bold */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 0.625rem;
}

body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	display: block;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: 0;
}

img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	font-family: "object-fit: cover; object-position: center", sans-serif;
}

br.md {
	display: none;
}
br.lg {
	display: none;
}
br.xl {
	display: none;
}
@media screen and (min-width: 768px) {
	br.sp {
		display: none;
	}
	br.md {
		display: block;
	}
}
@media screen and (min-width: 1024px) {
	br.lg {
		display: block;
	}
}
@media screen and (min-width: 1366px) {
	br.xl {
		display: block;
	}
}

.cookie {
	position: fixed;
	bottom: 5.33vw;
	right: 5.33vw;
	z-index: 10;
	opacity: 0;
}
.cookie__wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding: 20px 30px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: #333 solid 1px;
}
.cookie__text {
	padding-right: 5.33vw;
}
.cookie__link {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}
.cookie__btns {
	display: flex;
}
.cookie__btn {
	padding: 8px 16px;
	border: #333 solid 1px;
}
.cookie__optIn {
	margin-right: 2.67vw;
}
.cookie.is-show {
	visibility: visible;
	-webkit-animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
	animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.cookie.is-checked {
	-webkit-animation: fade-out 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
	animation: fade-out 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes fade-out {
	0% {
		opacity: 1;
	}
	99% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		visibility: hidden;
	}
}
@keyframes fade-out {
	0% {
		opacity: 1;
	}
	99% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		visibility: hidden;
	}
}
@media screen and (min-width: 768px) {
	.cookie {
		bottom: 1.46vw;
		right: 1.46vw;
	}
	.cookie__text {
		padding-right: 1.46vw;
	}
	.cookie__optIn {
		margin-right: 0.73vw;
	}
}
body {
	color: #0c3860;
}
body.active {
	overflow: hidden;
}

.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
@media screen and (min-width: 768px), print {
	.wrapper {
		min-width: 1250px;
	}
}

/* 追跡グラデ背景 */
.c-gradient {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background: linear-gradient(-35deg, #005698 0%, #00918f 100%);
	background-size: 100% 100%;
}
@media (max-width: 767px) {
	.c-gradient {
		height: 105vh;
	}
}
.c-gradient.type02 {
	background: linear-gradient(-35deg, #005698 0%, #00b2c1 100%);
	background-size: 100% 100%;
}
.c-gradient.type03 {
	background: linear-gradient(-35deg, #00ac9f 0%, #008b91 100%);
	background-size: 100% 100%;
}

/* コンタクトサイドバナー */
.c-contact {
	position: absolute;
}
@media screen and (min-width: 768px), print {
	.c-contact {
		width: 236px;
		right: 0;
		top: 378px;
	}
}
@media (max-width: 767px) {
	.c-contact {
		width: 315px;
		right: 0;
		bottom: 20px;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
}
.c-contact-tel {
	color: #0c3860;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	display: flex;
	align-items: flex-end;
	font-size: 25px;
	letter-spacing: 0.07em;
	line-height: 27px;
	transform: translateX(100%);
	opacity: 0;
}
.c-contact-tel.active {
	-webkit-animation: slideIn 0.8s ease forwards;
	animation: slideIn 0.8s ease forwards;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
@media (max-width: 767px) {
	.c-contact-tel {
		width: 227px;
	}
}
.c-contact-tel span {
	font-size: 17px;
	letter-spacing: 0.08em;
	display: block;
	margin-right: 8px;
}
.c-contact-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 6px;
	padding: 17px 0;
	color: #fff;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	font-size: 18px;
	letter-spacing: 0.07em;
	transform: translateX(100%);
	opacity: 0;
}
.c-contact-btn.active {
	-webkit-animation: slideIn 0.8s ease forwards;
	animation: slideIn 0.8s ease forwards;
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.c-contact-btn .ja {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.06em;
	display: block;
	margin-left: 8px;
}

/* グラデーションボタン */
.c-button-grd {
	position: relative;
	overflow: hidden;
	z-index: 0;
	background: linear-gradient(32deg, #005698 0%, #00918f 100%);
}
@media screen and (min-width: 768px), print {
	.c-button-grd:hover::after {
		transform: translateX(0);
	}
	.c-button-grd::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: linear-gradient(32deg, #0069b9 0%, #00dbd8 100%);
		transform: translateX(-100%);
		transition: transform 0.4s ease-in-out;
		z-index: -1;
	}
}

/* ヘッダーホバーアニメーション */
.c-clone {
	overflow: hidden;
	position: relative;
}
@media screen and (min-width: 768px), print {
	.c-clone:hover .origin,
	.c-clone:hover .clone {
		transform: translate3d(0, -150%, 0);
		transition: transform 0.65s cubic-bezier(0.67, 0.25, 0.1, 1);
	}
}
@media screen and (min-width: 768px), print {
	.c-clone .clone {
		left: 0;
		position: absolute;
		top: 150%;
		transform: translateZ(0) rotate(10deg);
	}
}

/* テキストグラデ */
.c-text-grd01 {
	color: #00918f;
	background: linear-gradient(30deg, #005698 0, #00918f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 0.1em;
}

.c-text-grd02 {
	color: #00918f;
	background: linear-gradient(-30deg, #005698 0, #00918f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 0.01em;
}

.c-text-grd03 {
	color: #0c3860;
	background: linear-gradient(2deg, white 0, #00f2ef 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.c-text-grd04 {
	color: #00918f;
	background: linear-gradient(320deg, #00918f 0, #005698 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 0.01em;
}

.c-text-grd05 {
	color: #0c3860;
	background: linear-gradient(90deg, white 0, #00f2ef 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-bottom: 4px solid #fff;
}

/* 一文字づつ表示されるアニメーション */
.c-title .c-title-inner__tate {
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.c-title .c-title-inner__tate .c-title-item {
	display: inline-block;
	will-change: transform;
	transform: translate3d(0, 100%, 0);
}
.c-title .c-title-inner__tate .c-title-item:nth-child(2) {
	transition-delay: 0.06s;
}
.c-title .c-title-inner__tate .c-title-item:nth-child(3) {
	transition-delay: 0.12s;
}
.c-title .c-title-inner__tate .c-title-item:nth-child(4) {
	transition-delay: 0.18s;
}
.c-title .c-title-inner__tate .c-title-item:nth-child(5) {
	transition-delay: 0.24s;
}
.c-title .c-title-inner__tate .c-title-item:nth-child(6) {
	transition-delay: 0.3s;
}
.c-title .c-title-inner__tate .c-title-item:nth-child(7) {
	transition-delay: 0.36s;
}
.c-title .c-title-inner__tate .c-title-item:nth-child(8) {
	transition-delay: 0.42s;
}
.c-title .c-title-inner__tate .c-title-item:nth-child(9) {
	transition-delay: 0.48s;
}
.c-title .c-title-inner__tate .c-title-item:nth-child(10) {
	transition-delay: 0.54s;
}
.c-title .c-title-inner__tate .c-title-item:nth-child(11) {
	transition-delay: 0.6s;
}
.c-title .c-title-inner__tate .c-title-item:nth-child(12) {
	transition-delay: 0.66s;
}
.c-title .c-title-inner__tate .c-title-item:nth-child(13) {
	transition-delay: 0.72s;
}
.c-title .c-title-inner__tate .c-title-item:nth-child(14) {
	transition-delay: 0.78s;
}
.c-title[data-scroll="in"] .c-title-inner__tate:nth-child(2) .c-title-item {
	transition-delay: 0.06s;
}
.c-title[data-scroll="in"] .c-title-inner__tate:nth-child(3) .c-title-item {
	transition-delay: 0.12s;
}
.c-title[data-scroll="in"] .c-title-inner__tate:nth-child(4) .c-title-item {
	transition-delay: 0.18s;
}
.c-title[data-scroll="in"] .c-title-inner__tate:nth-child(5) .c-title-item {
	transition-delay: 0.24s;
}
.c-title[data-scroll="in"] .c-title-inner__tate:nth-child(6) .c-title-item {
	transition-delay: 0.3s;
}
.c-title[data-scroll="in"] .c-title-inner__tate:nth-child(7) .c-title-item {
	transition-delay: 0.36s;
}
.c-title[data-scroll="in"] .c-title-inner__tate:nth-child(8) .c-title-item {
	transition-delay: 0.42s;
}
.c-title[data-scroll="in"] .c-title-inner__tate:nth-child(9) .c-title-item {
	transition-delay: 0.48s;
}
.c-title[data-scroll="in"] .c-title-inner__tate:nth-child(10) .c-title-item {
	transition-delay: 0.54s;
}
.c-title[data-scroll="in"] .c-title-inner__tate:nth-child(11) .c-title-item {
	transition-delay: 0.6s;
}
.c-title[data-scroll="in"] .c-title-inner__tate:nth-child(12) .c-title-item {
	transition-delay: 0.66s;
}
.c-title[data-scroll="in"] .c-title-inner__tate:nth-child(13) .c-title-item {
	transition-delay: 0.72s;
}
.c-title[data-scroll="in"] .c-title-inner__tate:nth-child(14) .c-title-item {
	transition-delay: 0.78s;
}
.c-title[data-scroll="in"] .c-title-inner__tate .c-title-item {
	transform: translateZ(0);
	transition: transform 0.6s cubic-bezier(0.16, 0.5, 0.43, 1);
	will-change: transform;
}

/* 英文字アニメーション---青いグラデ　横書き */
.c-square-blue__wrapper {
	display: inline-block;
	position: relative;
}
.c-square-blue__wrapper::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(-35deg, #005698 0%, #00918f 100%);
}
.c-square-blue__item {
	display: inline-block;
	opacity: 0;
}
.c-square-blue[data-scroll="in"] .c-square-blue__wrapper::after {
	-webkit-animation: passingBar 0.8s ease 0.5s 1 normal forwards;
	animation: passingBar 0.8s ease 0.5s 1 normal forwards;
}
.c-square-blue[data-scroll="in"] .c-square-blue__item {
	-webkit-animation: passingTxt 0s ease 0.9s 1 normal forwards;
	animation: passingTxt 0s ease 0.9s 1 normal forwards;
}

/* 英文字アニメーション---navy　横書き */
.c-square-navy__wrapper {
	display: inline-block;
	position: relative;
}
.c-square-navy__wrapper::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #0c3860;
}
.c-square-navy__item {
	display: inline-block;
	opacity: 0;
}
.c-square-navy[data-scroll="in"] .c-square-navy__wrapper::after {
	-webkit-animation: passingBar 0.8s ease 0.5s 1 normal forwards;
	animation: passingBar 0.8s ease 0.5s 1 normal forwards;
}
.c-square-navy[data-scroll="in"] .c-square-navy__item {
	-webkit-animation: passingTxt 0s ease 0.9s 1 normal forwards;
	animation: passingTxt 0s ease 0.9s 1 normal forwards;
}

/* 英文字アニメーション---青いグラデ　縦書き */
.c-square-blue__tate .c-square-blue__tateWrapper {
	display: inline-block;
	position: relative;
}
.c-square-blue__tate .c-square-blue__tateWrapper::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: linear-gradient(-35deg, #005698 0%, #00918f 100%);
}
.c-square-blue__tate .c-square-blue__tateItem {
	display: inline-block;
	opacity: 0;
}
.c-square-blue__tate[data-scroll="in"] .c-square-blue__tateWrapper::after {
	-webkit-animation: passingBarTate 0.8s ease 0.5s 1 normal forwards;
	animation: passingBarTate 0.8s ease 0.5s 1 normal forwards;
}
.c-square-blue__tate[data-scroll="in"] .c-square-blue__tateItem {
	-webkit-animation: passingTxt 0s ease 0.9s 1 normal forwards;
	animation: passingTxt 0s ease 0.9s 1 normal forwards;
}

/* 英文字アニメーション---白いグラデ　横書き */
.c-square-white__wrapper {
	display: inline-block;
	position: relative;
}
.c-square-white__wrapper::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
}
.c-square-white__item {
	display: inline-block;
	opacity: 0;
}
.c-square-white[data-scroll="in"] .c-square-white__wrapper::after {
	-webkit-animation: passingBar 0.8s ease 0.5s 1 normal forwards;
	animation: passingBar 0.8s ease 0.5s 1 normal forwards;
}
.c-square-white[data-scroll="in"] .c-square-white__item {
	-webkit-animation: passingTxt 0s ease 0.9s 1 normal forwards;
	animation: passingTxt 0s ease 0.9s 1 normal forwards;
}

/* 画像スライスアニメーション */
.c-slice {
	position: relative;
}
.c-slice[data-scroll="in"] .c-slice-square {
	-webkit-animation: is-hide-squarePc 1s ease forwards;
	animation: is-hide-squarePc 1s ease forwards;
	transition-timing-function: cubic-bezier(0.2, 0.52, 0.35, 0.99);
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
@media (max-width: 767px) {
	.c-slice[data-scroll="in"] .c-slice-square {
		-webkit-animation-delay: 0.5s;
		animation-delay: 0.5s;
	}
}
.c-slice-box {
	position: absolute;
}
@media screen and (min-width: 768px), print {
	.c-slice-box {
		width: 25%;
		height: 100%;
		top: 0;
	}
	.c-slice-box:nth-of-type(1) {
		left: 0;
	}
	.c-slice-box:nth-of-type(1) .c-slice-item {
		left: 0;
	}
	.c-slice-box:nth-of-type(2) {
		left: 25%;
	}
	.c-slice-box:nth-of-type(2) .c-slice-item {
		left: -100%;
	}
	.c-slice-box:nth-of-type(3) {
		left: 50%;
	}
	.c-slice-box:nth-of-type(3) .c-slice-item {
		left: -200%;
	}
	.c-slice-box:nth-of-type(4) {
		right: 0;
	}
	.c-slice-box:nth-of-type(4) .c-slice-item {
		left: -300%;
	}
}
@media (max-width: 767px) {
	.c-slice-box {
		width: 50%;
		height: 100%;
		top: 0;
	}
	.c-slice-box:nth-of-type(1) {
		left: 0;
	}
	.c-slice-box:nth-of-type(1) .c-slice-item {
		left: 0;
	}
	.c-slice-box:nth-of-type(2) {
		left: 50%;
	}
	.c-slice-box:nth-of-type(2) .c-slice-item {
		left: -100%;
	}
	.c-slice-box:nth-of-type(3) {
		display: none;
		top: 50%;
	}
	.c-slice-box:nth-of-type(3) .c-slice-item {
		display: none;
		top: -200%;
	}
	.c-slice-box:nth-of-type(4) {
		display: none;
		bottom: 0;
	}
	.c-slice-box:nth-of-type(4) .c-slice-item {
		display: none;
		top: -300%;
	}
}
.c-slice-item {
	position: absolute;
	display: block;
	z-index: 0;
	height: 100%;
}
@media screen and (min-width: 768px), print {
	.c-slice-item {
		width: 400%;
	}
}
@media (max-width: 767px) {
	.c-slice-item {
		width: 200%;
	}
}
.c-slice-square {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	z-index: 1;
	top: 0;
	right: 0;
}

/* 詳しく見るボタン */
.c-button-ar {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 768px), print {
	.c-button-ar {
		width: 104px;
	}
	.c-button-ar:hover .c-button-ar__item::after {
		-webkit-animation: toLeft 0.6s 1;
		animation: toLeft 0.6s 1;
		-webkit-animation-delay: 0.5s;
		animation-delay: 0.5s;
		-webkit-animation-timing-function: ease;
		animation-timing-function: ease;
	}
	.c-button-ar:hover .c-button-ar__item::before {
		-webkit-animation: toRight 1s 1;
		animation: toRight 1s 1;
		-webkit-animation-timing-function: ease;
		animation-timing-function: ease;
	}
	.c-button-ar:hover .c-button-ar__obj {
		transform: translateX(10px);
	}
}
@media (max-width: 767px) {
	.c-button-ar {
		width: 100px;
	}
}
.c-button-ar__item {
	color: #0c3860;
	display: inline-block;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
	position: relative;
	overflow: hidden;
}
.c-button-ar__item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #0c3860;
	bottom: 0;
	left: -100%;
}
.c-button-ar__item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #0c3860;
	bottom: 0;
}
@media screen and (min-width: 768px), print {
	.c-button-ar__item {
		font-size: 15px;
		padding-bottom: 7px;
	}
}
@media (max-width: 767px) {
	.c-button-ar__item {
		font-size: 14px;
		padding-bottom: 6px;
	}
}
.c-button-ar__obj {
	display: block;
	width: 15px;
	margin-left: 10px;
	transition: transform 0.3s ease-in-out;
}

/* fade in up */
.fadeInUp {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.fadeInUp[data-scroll="in"] {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.6s;
}
@media (max-width: 767px) {
	.fadeInUp[data-scroll="in"] {
		transition-delay: 0.2s;
	}
}

/* 画像マスク表示 */
.c-mask {
	position: relative;
}
.c-mask-square {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
	transition: width 0.8s cubic-bezier(0.2, 0.52, 0.35, 0.99);
	transition-delay: 0.6s;
}
@media (max-width: 767px) {
	.c-mask-square {
		transition-delay: 0.2s;
	}
}
.c-mask[data-scroll="in"] .c-mask-square {
	width: 0;
}

@media (max-width: 767px) {
	.company-img .c-mask-square {
		width: 84%;
	}
}

/* 画像マスク表示02 */
.c-width-box {
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	transition: width 0.6s cubic-bezier(0.2, 0.52, 0.35, 0.99);
	transition-delay: 0.6s;
}
@media (max-width: 767px) {
	.c-width-box {
		transition-delay: 0.2s;
	}
}
.c-width[data-scroll="in"] .c-width-box {
	width: 100%;
}

/* swiper css */
.swiper-container {
	height: 100%;
	overflow: hidden;
}

.swiper-wrapper {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	height: 100%;
}

.swiper-slide {
	height: 100%;
}

/* 共通バナー */
@media screen and (min-width: 768px), print {
	.c-banner {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	.c-banner {
		width: 100%;
	}
}
.c-banner-item {
	display: block;
	position: relative;
}
@media screen and (min-width: 768px), print {
	.c-banner-item {
		width: 50%;
		height: 430px;
	}
	.c-banner-item:hover picture img {
		transform: scale(1.1);
	}
}
@media (max-width: 767px) {
	.c-banner-item {
		width: 100%;
		height: 236px;
	}
}
.c-banner-item__title {
	display: inline-block;
	padding: 10px 12px;
	background: linear-gradient(45deg, #0c3860 0%, #005698 100%);
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.35em;
}
@media screen and (min-width: 768px), print {
	.c-banner-item__title {
		top: 20px;
		left: 20px;
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.c-banner-item__title {
		top: 15px;
		left: 15px;
		font-size: 20px;
	}
}
.c-banner-item picture {
	display: block;
	overflow: hidden;
	height: 100%;
}
.c-banner-item picture img {
	transition: transform 0.3s ease-in-out;
}

/* hover color opacity */
@media screen and (min-width: 768px), print {
	.hover-color {
		transition: color 0.3s ease-in-out;
	}
	.hover-color:hover {
		color: #005698;
	}
}

/* common heading */
@media screen and (min-width: 768px), print {
	.c-heading {
		padding-top: 265px;
		margin-left: 125px;
	}
}
@media (max-width: 767px) {
	.c-heading {
		padding: 156px 30px 0 30px;
	}
}
@media screen and (min-width: 768px), print {
	.c-heading.type02 {
		padding-top: 239px;
	}
}
@media (max-width: 767px) {
	.c-heading.type02 {
		padding-top: 141px;
	}
}
.c-heading-eng__wrapper {
	display: inline-block;
	position: relative;
}
.c-heading-eng__wrapper::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(-35deg, #005698 0%, #00918f 100%);
}
.c-heading-eng__item {
	display: inline-block;
	opacity: 0;
}
.c-heading-eng.active .c-heading-eng__wrapper::after {
	-webkit-animation: passingBar 0.8s ease 0.5s 1 normal forwards;
	animation: passingBar 0.8s ease 0.5s 1 normal forwards;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.c-heading-eng.active .c-heading-eng__item {
	-webkit-animation: passingTxt 0s ease 0.9s 1 normal forwards;
	animation: passingTxt 0s ease 0.9s 1 normal forwards;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.c-heading-eng__item {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
	.c-heading-eng__item {
		font-size: 86px;
	}
}
@media (max-width: 767px) {
	.c-heading-eng__item {
		font-size: 50px;
	}
}
.c-heading-ja {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.06em;
	opacity: 0;
}
.c-heading-ja.active {
	-webkit-animation: fadeInUp 0.8s ease forwards;
	animation: fadeInUp 0.8s ease forwards;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
@media screen and (min-width: 768px), print {
	.c-heading-ja {
		font-size: 19px;
		margin-top: 27px;
	}
}
@media (max-width: 767px) {
	.c-heading-ja {
		font-size: 15px;
		margin-top: 17px;
	}
}

/* pagination */
.c-pagination {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 768px), print {
	.c-pagination {
		width: 548px;
		margin: 130px auto 0 auto;
	}
}
@media (max-width: 767px) {
	.c-pagination {
		margin-top: 70px;
		padding: 0 30px;
	}
}
.c-pagination a,
.c-pagination span {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	letter-spacing: 0.08em;
	color: #0c3860;
}
@media screen and (min-width: 768px), print {
	.c-pagination a,
	.c-pagination span {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.c-pagination a,
	.c-pagination span {
		font-size: 18px;
	}
}
.c-pagination .dots {
	display: block;
}
@media screen and (min-width: 768px), print {
	.c-pagination .dots {
		margin: 0 67px;
	}
}
@media (max-width: 767px) {
	.c-pagination .dots {
		margin: 0 38px;
	}
}
.c-pagination-num {
	display: block;
	transition: color 0.3s ease-in-out;
	position: relative;
}
@media screen and (min-width: 768px), print {
	.c-pagination-num:hover {
		color: #005698;
	}
}
.c-pagination-num.active::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	background: #0c3860;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (min-width: 768px), print {
	.c-pagination-num.active::after {
		bottom: -20px;
	}
}
@media (max-width: 767px) {
	.c-pagination-num.active::after {
		bottom: -15px;
	}
}
@media screen and (min-width: 768px), print {
	.c-pagination-num + .c-pagination-num {
		margin-left: 70px;
	}
}
@media (max-width: 767px) {
	.c-pagination-num + .c-pagination-num {
		margin-left: 40px;
	}
}
.c-pagination-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
	.c-pagination-arrow {
		width: 22px;
	}
}
@media (max-width: 767px) {
	.c-pagination-arrow {
		width: 15px;
	}
}
@media screen and (min-width: 768px), print {
	.c-pagination-arrow.prev {
		left: 0;
		transition: left 0.3s ease-in-out;
	}
	.c-pagination-arrow.prev:hover {
		left: -10px;
	}
}
@media (max-width: 767px) {
	.c-pagination-arrow.prev {
		left: 30px;
	}
}
@media screen and (min-width: 768px), print {
	.c-pagination-arrow.next {
		right: 0;
		transition: right 0.3s ease-in-out;
	}
	.c-pagination-arrow.next:hover {
		right: -10px;
	}
}
@media (max-width: 767px) {
	.c-pagination-arrow.next {
		right: 30px;
	}
}

/* news navigation */
@media screen and (min-width: 768px), print {
	.news-nav {
		padding: 130px 0 150px;
	}
}
@media (max-width: 767px) {
	.news-nav {
		padding: 90px 30px 80px 30px;
	}
}
@media screen and (min-width: 768px), print {
	.news-nav-inner {
		width: 1126px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (min-width: 768px), print {
	.news-nav-box {
		width: 364px;
	}
}
@media (max-width: 767px) {
	.news-nav-box + .news-nav-box {
		margin-top: 60px;
	}
}
.news-nav-box__title {
	color: #fff;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	letter-spacing: 0.08em;
}
@media screen and (min-width: 768px), print {
	.news-nav-box__title {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.news-nav-box__title {
		font-size: 24px;
	}
}
.news-nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
	.news-nav-list {
		margin-top: 26px;
	}
}
@media (max-width: 767px) {
	.news-nav-list {
		margin-top: 20px;
	}
}
.news-nav-item {
	color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
	position: relative;
}
@media screen and (min-width: 768px), print {
	.news-nav-item:nth-child(n + 3) {
		margin-top: 15px;
	}
}
@media (max-width: 767px) {
	.news-nav-item:nth-child(n + 3) {
		margin-top: 12px;
	}
}
.news-nav-item::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 11px;
	background: url(/assets/images/news/arrow-cate.png) no-repeat 0 0;
	background-size: cover;
	top: 5px;
	left: 0;
}
@media screen and (min-width: 768px), print {
	.news-nav-item::after {
		transition: left 0.3s ease-in-out;
	}
}
@media screen and (min-width: 768px), print {
	.news-nav-item {
		width: 50%;
		font-size: 16px;
		padding-left: 20px;
	}
	.news-nav-item:hover::after {
		left: 10px;
	}
}
@media (max-width: 767px) {
	.news-nav-item {
		width: 50%;
		font-size: 15px;
		padding-left: 30px;
	}
}

/* article navigation */
.c-article-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (min-width: 768px), print {
	.c-article-nav {
		width: 545px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.c-article-nav {
		padding: 0 30px;
	}
}
.c-article-nav__text {
	display: block;
	border: 2px solid #0c3860;
	text-align: center;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
	color: #0c3860;
	position: relative;
}
@media screen and (min-width: 768px), print {
	.c-article-nav__text {
		width: 400px;
		padding: 22px 0;
		font-size: 15px;
		z-index: 1;
		transition: color 0.3s ease-in-out;
	}
	.c-article-nav__text:hover {
		color: #fff;
	}
	.c-article-nav__text:hover::after {
		width: 100%;
	}
	.c-article-nav__text::after {
		content: "";
		position: absolute;
		width: 0;
		height: 100%;
		top: 0;
		left: 0;
		background: linear-gradient(45deg, #005698 0%, #00918f 100%);
		transition: width 0.3s ease-in-out;
		z-index: -1;
	}
}
@media (max-width: 767px) {
	.c-article-nav__text {
		width: 234px;
		padding: 19px 0;
		font-size: 14px;
	}
}
@media screen and (min-width: 768px), print {
	.c-article-nav__arrow {
		width: 22px;
	}
}
@media (max-width: 767px) {
	.c-article-nav__arrow {
		width: 15px;
	}
}
@media screen and (min-width: 768px), print {
	.c-article-nav__arrow.prev {
		transition: transform 0.3s ease-in-out;
	}
	.c-article-nav__arrow.prev:hover {
		transform: translateX(-10px);
	}
}
@media screen and (min-width: 768px), print {
	.c-article-nav__arrow.next {
		transition: transform 0.3s ease-in-out;
	}
	.c-article-nav__arrow.next:hover {
		transform: translateX(10px);
	}
}

/* mv img */
.c-img {
	position: relative;
}
@media screen and (min-width: 768px), print {
	.c-img {
		margin-top: 120px;
		height: 660px;
	}
}
@media (max-width: 767px) {
	.c-img {
		margin-top: 78px;
		height: 260px;
	}
}
.c-img-square {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
}
.c-img.active .c-img-square {
	-webkit-animation: is-hide-squarePc 1s ease forwards;
	animation: is-hide-squarePc 1s ease forwards;
	transition-timing-function: cubic-bezier(0.2, 0.52, 0.35, 0.99);
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

/* hover opacity */
.hover-opacity {
	transition: opacity 0.3s ease-in-out;
}
.hover-opacity:hover {
	opacity: 0.5;
}

/* recruit title outline animation */
.rc-title[data-scroll="in"] .rc-title-inner {
	opacity: 1;
}
.rc-title[data-scroll="in"] .rc-title-item {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
@media screen and (min-width: 768px), print {
	.rc-title[data-scroll="in"] .rc-title-item {
		-webkit-animation: SVG-anim02 4s ease-out forwards;
		animation: SVG-anim02 4s ease-out forwards;
	}
}
@media (max-width: 767px) {
	.rc-title[data-scroll="in"] .rc-title-item {
		-webkit-animation: SVG-anim02 7s ease-out forwards;
		animation: SVG-anim02 7s ease-out forwards;
	}
}
.rc-title-inner {
	opacity: 0;
}
.rc-title-item {
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	fill: none;
	stroke: #fdfdfd;
	stroke-dasharray: 2000;
	stroke-dashoffset: 0;
	stroke-width: 1;
}

.c-products-intro {
	background: #fff;
}
.c-products-intro .c-heading-eng {
	position: relative;
}
.c-products-intro .c-heading-eng__wrapper::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #0c3860;
}
@media screen and (min-width: 768px), print {
	.c-products-intro .c-heading-eng__item {
		font-size: 40px;
	}
}
@media (max-width: 767px) {
	.c-products-intro .c-heading-eng__item {
		font-size: 30px;
	}
}
.c-products-intro .c-heading-ja {
	position: relative;
}
.c-products-intro .c-heading-ja::after {
	content: "";
	position: absolute;
	background: #0c3860;
}
@media screen and (min-width: 768px), print {
	.c-products-intro .c-heading-ja::after {
		width: 30px;
		height: 3px;
		left: 0;
		top: -25.5px;
	}
}
@media (max-width: 767px) {
	.c-products-intro .c-heading-ja::after {
		width: 20px;
		height: 2px;
		left: 0;
		top: -20px;
	}
}
@media screen and (min-width: 768px), print {
	.c-products-intro .c-heading-ja {
		font-size: 36px;
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.c-products-intro .c-heading-ja {
		font-size: 20px;
		line-height: 32px;
		margin-top: 43px;
	}
}

.c-products-menu {
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.c-products-menu.active {
	opacity: 1;
}
@media screen and (min-width: 768px), print {
	.c-products-menu {
		width: 100%;
		padding: 19px 0;
	}
}
@media (max-width: 767px) {
	.c-products-menu {
		width: 100%;
		overflow-x: scroll;
		padding: 11px 20px;
	}
}
.c-products-menu__inner {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (min-width: 768px), print {
	.c-products-menu__inner {
		width: 883px;
	}
}
@media (max-width: 767px) {
	.c-products-menu__inner {
		width: 577px;
	}
}
.c-products-menu__inner.type02 {
	width: auto;
	justify-content: center;
}
@media screen and (min-width: 768px), print {
	.c-products-menu__inner.type02 .c-products-menu__item + .c-products-menu__item {
		margin-left: 50px;
	}
}
@media (max-width: 767px) {
	.c-products-menu__inner.type02 .c-products-menu__item + .c-products-menu__item {
		margin-left: 20px;
	}
}
.c-products-menu__item {
	display: inline-block;
	color: #0c3860;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
	position: relative;
}
.c-products-menu__item::after {
	content: "";
	position: absolute;
	width: 11px;
	height: 7px;
	background: url(/assets/images/products/semi/arrow-down.png) no-repeat 0 0;
	background-size: 100% 100%;
	top: 60%;
	transform: translateY(-50%);
	right: 0;
}
@media screen and (min-width: 768px), print {
	.c-products-menu__item {
		font-size: 15px;
		transition: color 0.3s ease-in-out;
		padding-right: 25px;
	}
	.c-products-menu__item:hover {
		color: #005698;
	}
}
@media (max-width: 767px) {
	.c-products-menu__item {
		font-size: 12px;
		padding-right: 17px;
	}
}
.c-products-menu__button {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	right: 0;
	top: 0;
	background: linear-gradient(-25deg, #005698 0%, #00b2c1 100%);
}
.c-products-menu__button picture {
	display: block;
	width: 11px;
}

/* 初期表示ちらつき防止 */
.c-whiteBg {
	position: absolute;
	display: block;
	width: 100%;
	height: 200px;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 7;
}
@media (max-width: 767px) {
	.c-whiteBg {
		height: 80px;
	}
}

@media screen and (min-width: 768px), print {
	.products-nav {
		width: 1085px;
		margin: 133px auto 0 auto;
	}
}
@media (max-width: 767px) {
	.products-nav {
		margin-top: 70px;
		padding: 0 30px;
	}
}
.products-nav-text {
	color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
	.products-nav-text {
		width: 810px;
		margin: 0 auto;
		font-size: 16px;
		line-height: 30px;
	}
}
@media (max-width: 767px) {
	.products-nav-text {
		font-size: 15px;
		line-height: 32px;
	}
}
@media screen and (min-width: 768px), print {
	.products-nav-list {
		margin-top: 61px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}
@media (max-width: 767px) {
	.products-nav-list {
		margin-top: 50px;
	}
}
.products-nav-item {
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 768px), print {
	.products-nav-item {
		width: 334px;
		height: 90px;
	}
	.products-nav-item:hover img {
		transform: scale(1.1);
	}
}
@media (max-width: 767px) {
	.products-nav-item {
		height: 55px;
	}
}
@media screen and (min-width: 768px), print {
	.products-nav-item:nth-child(n + 4) {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.products-nav-item:nth-child(n + 2) {
		margin-top: 10px;
	}
}
.products-nav-item__img {
	display: block;
}
@media screen and (min-width: 768px), print {
	.products-nav-item__img {
		width: 90px;
		overflow: hidden;
	}
	.products-nav-item__img img {
		transition: transform 0.3s ease-in-out;
	}
}
@media (max-width: 767px) {
	.products-nav-item__img {
		width: 55px;
	}
}
.products-nav-inner {
	background: #fff;
	position: relative;
	color: #0c3860;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
}
.products-nav-inner::after {
	content: "";
	position: absolute;
	width: 11px;
	height: 15px;
	background: url(/assets/images/products/semi/arrow-bottom.png) no-repeat 0 0;
	background-size: 100% 100%;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
	.products-nav-inner::after {
		right: 25px;
	}
}
@media (max-width: 767px) {
	.products-nav-inner::after {
		right: 20px;
	}
}
@media screen and (min-width: 768px), print {
	.products-nav-inner {
		width: calc(100% - 90px);
		padding: 32px 0 0 22px;
		font-size: 17px;
	}
}
@media (max-width: 767px) {
	.products-nav-inner {
		width: calc(100% - 55px);
		padding: 16px 0 0 15px;
		font-size: 15px;
	}
}
.products-nav-file {
	display: block;
	text-align: center;
	color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
	position: relative;
	background: linear-gradient(45deg, #002867 0%, #005698 100%);
	padding: 23px 0;
}
.products-nav-file::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 11px;
	background: url(/assets/images/component/arrow-white.png) no-repeat 0 0;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
	.products-nav-file::after {
		right: 25px;
		transition: right 0.3s ease-in-out;
	}
}
@media (max-width: 767px) {
	.products-nav-file::after {
		right: 20px;
	}
}
@media screen and (min-width: 768px), print {
	.products-nav-file {
		width: 550px;
		margin: 71px auto 0 auto;
		font-size: 15px;
	}
	.products-nav-file:hover::after {
		right: 15px;
	}
}
@media (max-width: 767px) {
	.products-nav-file {
		margin-top: 30px;
		font-size: 14px;
	}
}

@media screen and (min-width: 768px), print {
	.products-detail #semi-order {
		padding-top: 200px;
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.products-detail #semi-order {
		padding-top: 100px;
		margin-top: 0;
	}
}
@media screen and (min-width: 768px), print {
	.products-detail .list {
		margin-top: 200px;
	}
}
@media (max-width: 767px) {
	.products-detail .list {
		margin-top: 100px;
		padding: 0 10px;
	}
}
@media screen and (min-width: 768px), print {
	.products-detail .list.type02 {
		margin-top: 130px;
	}
}
@media (max-width: 767px) {
	.products-detail .list.type02 {
		margin-top: 80px;
	}
}
.products-detail .list-title {
	color: #fff;
	text-align: center;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
}
@media screen and (min-width: 768px), print {
	.products-detail .list-title {
		font-size: 32px;
		letter-spacing: 0.06em;
	}
}
@media (max-width: 767px) {
	.products-detail .list-title {
		font-size: 24px;
		letter-spacing: 0.05em;
	}
}
.products-detail .list-inner {
	background: #fff;
	position: relative;
}
.products-detail .list-inner::after {
	content: "";
	position: absolute;
	width: 2px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (min-width: 768px), print {
	.products-detail .list-inner::after {
		height: 40px;
		top: -63px;
	}
}
@media (max-width: 767px) {
	.products-detail .list-inner::after {
		height: 30px;
		top: -30px;
	}
}
@media screen and (min-width: 768px), print {
	.products-detail .list-inner {
		width: 1246px;
		margin: 93px auto 0 auto;
		padding: 0 80px 163px 80px;
	}
}
@media (max-width: 767px) {
	.products-detail .list-inner {
		margin-top: 50px;
		padding: 0 30px 50px 30px;
	}
}
.products-detail .list-inner.type02 {
	margin-top: 0;
}
.products-detail .list-inner.type02::after {
	display: none;
}
@media screen and (min-width: 768px), print {
	.products-detail .list-item {
		padding-top: 140px;
	}
}
@media (max-width: 767px) {
	.products-detail .list-item {
		padding-top: 50px;
	}
}
@media screen and (min-width: 768px), print {
	.products-detail .list-item:nth-of-type(1) {
		padding-top: 118px;
	}
}
@media (max-width: 767px) {
	.products-detail .list-item:nth-of-type(1) {
		padding-top: 40px;
	}
}
@media screen and (min-width: 768px), print {
	.products-detail .list-item-contents {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 5px;
	}
}
.products-detail .list-item-img {
	display: block;
}
@media screen and (min-width: 768px), print {
	.products-detail .list-item-img {
		width: 503px;
	}
}
.products-detail .list-item-img img {
	width: 100%;
	vertical-align: bottom;
}
.products-detail .list-item-img .thumblist-item01,
.products-detail .list-item-img .thumblist-item02,
.products-detail .list-item-img .thumblist-item03,
.products-detail .list-item-img .thumblist-item04 {
	background-color: #000;
	flex: 0 0 23.5%;
	max-width: 23.5%;
	margin: 2% 2% 0 0;
	cursor: pointer;
}
.products-detail .list-item-img .thumblist-item01:nth-child(1),
.products-detail .list-item-img .thumblist-item02:nth-child(1),
.products-detail .list-item-img .thumblist-item03:nth-child(1),
.products-detail .list-item-img .thumblist-item04:nth-child(1) {
	margin-top: 0;
}
.products-detail .list-item-img .thumblist-item01:nth-child(2),
.products-detail .list-item-img .thumblist-item02:nth-child(2),
.products-detail .list-item-img .thumblist-item03:nth-child(2),
.products-detail .list-item-img .thumblist-item04:nth-child(2) {
	margin-top: 0;
}
.products-detail .list-item-img .thumblist-item01:nth-child(3),
.products-detail .list-item-img .thumblist-item02:nth-child(3),
.products-detail .list-item-img .thumblist-item03:nth-child(3),
.products-detail .list-item-img .thumblist-item04:nth-child(3) {
	margin-top: 0;
}
.products-detail .list-item-img .thumblist-item01:nth-child(4),
.products-detail .list-item-img .thumblist-item02:nth-child(4),
.products-detail .list-item-img .thumblist-item03:nth-child(4),
.products-detail .list-item-img .thumblist-item04:nth-child(4) {
	margin-top: 0;
}
.products-detail .list-item-img .thumblist-item01:nth-child(4n),
.products-detail .list-item-img .thumblist-item02:nth-child(4n),
.products-detail .list-item-img .thumblist-item03:nth-child(4n),
.products-detail .list-item-img .thumblist-item04:nth-child(4n) {
	margin-right: 0;
}
.products-detail .list-item-img .thumblist {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.products-detail .list-item-img .thumblist-item01 img,
.products-detail .list-item-img .thumblist-item02 img,
.products-detail .list-item-img .thumblist-item03 img,
.products-detail .list-item-img .thumblist-item04 img {
	opacity: 0.5;
}
.products-detail .list-item-img .thumblist-item01.current img,
.products-detail .list-item-img .thumblist-item02.current img,
.products-detail .list-item-img .thumblist-item03.current img,
.products-detail .list-item-img .thumblist-item04.current img {
	opacity: 1;
}
@media screen and (min-width: 768px), print {
	.products-detail .list-item-info {
		width: 503px;
	}
}
@media (max-width: 767px) {
	.products-detail .list-item-info {
		margin-top: 25px;
	}
}
.products-detail .list-item-title {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
	.products-detail .list-item-title {
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	.products-detail .list-item-title {
		font-size: 22px;
	}
}
.products-detail .list-item-text {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: justify;
}
@media screen and (min-width: 768px), print {
	.products-detail .list-item-text {
		margin-top: 26px;
		font-size: 16px;
		line-height: 30px;
	}
}
@media (max-width: 767px) {
	.products-detail .list-item-text {
		margin-top: 15px;
		font-size: 15px;
		line-height: 32px;
	}
}
.products-detail .list-item-purpose {
	margin-top: 40px;
	position: relative;
	background: linear-gradient(35deg, #005698 0%, #00918f 100%);
	color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 28px;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
	.products-detail .list-item-purpose {
		padding: 30px;
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.products-detail .list-item-purpose {
		padding: 20px;
		font-size: 14px;
	}
}
.products-detail .list-item-purpose .label {
	display: block;
	position: absolute;
	width: 136px;
	left: 0;
	top: -14px;
	color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 30px;
	background: linear-gradient(45deg, #0c3860 0%, #106db4 100%);
	text-align: center;
}
@media screen and (min-width: 768px), print {
	.products-detail .list-item-purpose.c-button-grd {
		padding: 15px;
		font-size: 15px;
		width: 250px;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: 700;
		font-style: normal;
	}
	.products-detail .list-item-purpose.c-button-grd:hover::after {
		right: 20px;
	}
}
.products-detail .list-item-purpose.c-button-grd::after {
	content: "";
	position: absolute;
	background: url(/assets/images/products/semi/arrow-white.png) no-repeat 0 0;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 11px;
	left: auto;
	right: 30px;
	transition: right 0.3s ease-in-out;
}
@media (max-width: 767px) {
	.products-detail .list-item-purpose.c-button-grd::after {
		right: 20px;
	}
}
.products-detail .list-item-details__item {
	padding: 25px 0;
	border-bottom: 2px solid #0c3860;
}
.products-detail .list-item-details__item.non-border {
	border-bottom: none;
	padding: 25px 0 0 0;
}
@media screen and (min-width: 768px), print {
	.products-detail .list-item-details__item.flex {
		display: flex;
		align-items: center;
	}
}
@media screen and (min-width: 768px), print {
	.products-detail .list-item-details__item .item + .item {
		margin-left: 40px;
	}
}
@media (max-width: 767px) {
	.products-detail .list-item-details__item .item + .item {
		margin-top: 6px;
	}
}
.products-detail .list-item-details__item .item {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 768px), print {
	.products-detail .list-item-details__item .item .title {
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: 700;
		font-style: normal;
		letter-spacing: 0.05em;
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.products-detail .list-item-details__item .item .title {
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 15px;
		letter-spacing: 0.05em;
	}
}
.products-detail .list-item-details__item .item .text {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 28px;
}
@media screen and (min-width: 768px), print {
	.products-detail .list-item-details__item .item .text {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.products-detail .list-item-details__item .item .text {
		font-size: 14px;
	}
}
.products-detail .list-item-details__item .item.type02 {
	justify-content: space-between;
	align-items: flex-start;
}
.products-detail .list-item-details__item .item.type02 .title {
	display: block;
	padding-top: 8px;
}
.products-detail .list-item-details__item .item.type02 .text {
	display: block;
	width: calc(100% - 83px);
}

@media screen and (min-width: 768px), print {
	.c-flow {
		padding: 160px 0 170px;
	}
}
@media (max-width: 767px) {
	.c-flow {
		padding: 90px 30px 80px 30px;
	}
}
.c-flow-title {
	color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
}
@media screen and (min-width: 768px), print {
	.c-flow-title {
		font-size: 32px;
		letter-spacing: 0.06em;
	}
}
@media (max-width: 767px) {
	.c-flow-title {
		font-size: 24px;
		letter-spacing: 0.05em;
	}
}
.c-flow-title.type02 {
	position: relative;
}
.c-flow-title.type02::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (min-width: 768px), print {
	.c-flow-title.type02::after {
		bottom: -26px;
	}
}
@media (max-width: 767px) {
	.c-flow-title.type02::after {
		bottom: -20px;
	}
}
@media screen and (min-width: 768px), print {
	.c-flow-title.type02 {
		font-size: 28px;
	}
}
@media screen and (min-width: 768px), print {
	.c-flow-title.type02 small {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.c-flow-title.type02 small {
		font-size: 18px;
	}
}
.c-flow-subtitle {
	color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	margin-top: 10px;
}
@media screen and (min-width: 768px), print {
	.c-flow-subtitle {
		font-size: 20px;
		letter-spacing: 0.06em;
	}
}
@media (max-width: 767px) {
	.c-flow-subtitle {
		font-size: 16px;
		letter-spacing: 0.05em;
	}
}
.c-flow-subtitle span {
	display: inline-block;
	position: relative;
}
.c-flow-subtitle span::after {
	content: "";
	position: absolute;
	height: 2px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
	.c-flow-subtitle span::after {
		width: 120px;
		left: -146px;
	}
}
@media (max-width: 767px) {
	.c-flow-subtitle span::after {
		width: 70px;
		left: -86px;
	}
}
.c-flow-subtitle span::before {
	content: "";
	position: absolute;
	height: 2px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
	.c-flow-subtitle span::before {
		width: 120px;
		right: -146px;
	}
}
@media (max-width: 767px) {
	.c-flow-subtitle span::before {
		width: 70px;
		right: -86px;
	}
}
@media screen and (min-width: 768px), print {
	.c-flow-list {
		width: 980px;
		margin: 60px auto 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	.c-flow-list {
		margin-top: 40px;
	}
}
.c-flow-item {
	display: block;
	padding: 24px 0;
	text-align: center;
	color: #0c3860;
	font-size: 15px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 0;
}
.c-flow-item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	z-index: -1;
	transition: transform 0.3s ease-in-out;
	pointer-events: none;
}
.c-flow-item::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(/assets/images/about/ico-popup.png) no-repeat 0 0;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
	right: 35px;
}
@media screen and (min-width: 768px), print {
	.c-flow-item {
		width: 300px;
		cursor: pointer;
	}
	.c-flow-item:hover::after {
		transform: scale(0.92);
	}
}
@media (max-width: 767px) {
	.c-flow-item {
		margin-top: 16px;
	}
}
.c-flow-order {
	display: block;
	border: 2px solid #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	position: relative;
}
.c-flow-order::after {
	content: "";
	position: absolute;
	background: url(/assets/images/products/semi/arrow-white.png) no-repeat 0 0;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
	.c-flow-order::after {
		width: 32px;
		height: 24px;
		right: 327px;
	}
}
@media (max-width: 767px) {
	.c-flow-order::after {
		width: 15px;
		height: 11px;
		right: 20px;
	}
}
@media screen and (min-width: 768px), print {
	.c-flow-order.semi::after {
		right: 280px;
	}
}
@media (max-width: 767px) {
	.c-flow-order.full {
		line-height: 1.5;
	}
}
@media screen and (min-width: 768px), print {
	.c-flow-order.full::after {
		right: 240px;
	}
}
@media screen and (min-width: 768px), print {
	.c-flow-order {
		width: 980px;
		margin: 30px auto 0 auto;
		padding: 64px 0 64px 328px;
		font-size: 22px;
		letter-spacing: 0.06em;
	}
}
@media (max-width: 767px) {
	.c-flow-order {
		margin-top: 20px;
		text-align: center;
		padding: 44px 0;
		font-size: 15px;
		letter-spacing: 0.05em;
	}
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	overflow-y: scroll;
	display: none;
}
@media screen and (min-width: 768px), print {
	.popup {
		height: 100vh;
		z-index: 20;
	}
}
@media (max-width: 767px) {
	.popup {
		height: 100%;
		z-index: 22;
	}
}
.popup.active {
	display: block;
}
.popup-bg {
	position: fixed;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
}
.popup-inner {
	background: #fff;
	position: relative;
}
@media screen and (min-width: 768px), print {
	.popup-inner {
		width: 1126px;
		margin: 120px auto;
	}
}
@media (max-width: 767px) {
	.popup-inner {
		margin: 72px 30px 40px 30px;
	}
}
.popup-close {
	position: absolute;
}
@media screen and (min-width: 768px), print {
	.popup-close {
		width: 35px;
		top: -50px;
		right: -65px;
		cursor: pointer;
	}
}
@media (max-width: 767px) {
	.popup-close {
		width: 24px;
		top: -50px;
		right: 0;
	}
}
.popup-item {
	height: 100%;
	background: linear-gradient(32deg, #005698 0%, #00918f 100%);
}
@media screen and (min-width: 768px), print {
	.popup-item {
		padding-bottom: 80px;
	}
}
@media (max-width: 767px) {
	.popup-item {
		padding-bottom: 30px;
	}
}
.popup-heading {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 768px), print {
	.popup-heading {
		padding: 99px 0;
	}
}
@media (max-width: 767px) {
	.popup-heading {
		padding: 60px 0 55px;
		flex-direction: column;
	}
}
.popup-heading-title {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
}
@media screen and (min-width: 768px), print {
	.popup-heading-title {
		font-size: 28px;
		letter-spacing: 0.06em;
	}
}
@media (max-width: 767px) {
	.popup-heading-title {
		font-size: 24px;
		letter-spacing: 0.05em;
	}
}
.popup-heading-subtitle {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
}
@media screen and (min-width: 768px), print {
	.popup-heading-subtitle {
		font-size: 16px;
		letter-spacing: 0.06em;
		margin-left: 20px;
	}
}
@media (max-width: 767px) {
	.popup-heading-subtitle {
		font-size: 15px;
		letter-spacing: 0.05em;
		margin-top: 5px;
	}
}
.popup-step {
	background: #fff;
	display: flex;
	align-items: center;
}
@media screen and (min-width: 768px), print {
	.popup-step {
		padding: 50px 90px;
	}
}
@media (max-width: 767px) {
	.popup-step {
		padding: 30px;
		flex-direction: column;
		justify-content: center;
	}
}
.popup-step.gray {
	background: #eaeaea;
}
@media screen and (min-width: 768px), print {
	.popup-step-num {
		width: 117px;
	}
}
@media (max-width: 767px) {
	.popup-step-num {
		width: 95px;
	}
}
.popup-step-title {
	background: linear-gradient(32deg, #005698 0%, #00918f 100%);
	color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.06em;
	text-align: center;
}
@media screen and (min-width: 768px), print {
	.popup-step-title {
		width: 210px;
		margin-left: 40px;
		font-size: 19px;
		padding: 9.5px 0;
	}
}
@media (max-width: 767px) {
	.popup-step-title {
		width: 100%;
		padding: 12.5px 0;
		margin-top: 20px;
		font-size: 17px;
	}
}
.popup-step-title small {
	display: block;
	margin-top: 5px;
}
@media screen and (min-width: 768px), print {
	.popup-step-title small {
		font-size: 14px;
		white-space: nowrap;
	}
}
@media (max-width: 767px) {
	.popup-step-title small {
		font-size: 13px;
	}
}
.popup-step-text {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
	.popup-step-text {
		width: 542px;
		font-size: 16px;
		line-height: 30px;
		margin-left: 37px;
	}
}
@media (max-width: 767px) {
	.popup-step-text {
		font-size: 15px;
		line-height: 28px;
		margin-top: 20px;
	}
}
.popup-step-text.indent {
	padding-left: 1em;
	text-indent: -1em;
}
.popup-step-text .list {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 0;
}
.popup-step-text .notice {
	display: block;
	background: #fff;
	text-indent: 0;
	position: relative;
}
.popup-step-text .notice::after {
	content: "※注1";
	position: absolute;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
	white-space: nowrap;
}
@media screen and (min-width: 768px), print {
	.popup-step-text .notice::after {
		font-size: 15px;
		width: 40px;
		top: 10px;
		left: 10px;
	}
}
@media (max-width: 767px) {
	.popup-step-text .notice::after {
		width: 37px;
		font-size: 14px;
		top: 15px;
		left: 14px;
	}
}
@media screen and (min-width: 768px), print {
	.popup-step-text .notice {
		margin: 15px 0 0 17px;
		padding: 10px 10px 10px 63px;
	}
}
@media (max-width: 767px) {
	.popup-step-text .notice {
		margin-top: 28px;
		padding: 15px 15px 15px 61px;
	}
}
.popup-button {
	position: relative;
	color: #fff;
	background: linear-gradient(35deg, #002867 0%, #005698 100%);
	padding: 23px 0;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
	.popup-button {
		font-size: 15px;
		display: block;
		text-align: center;
		width: 733px;
		margin: 70px auto 40px auto;
		overflow: hidden;
		z-index: 0;
	}
	.popup-button:hover::after {
		width: 100%;
	}
	.popup-button::after {
		content: "";
		position: absolute;
		width: 0%;
		height: 100%;
		top: 0;
		left: 0;
		transition: width 0.4s ease-in-out;
		background: linear-gradient(35deg, #005698 0%, #002867 100%);
		z-index: -1;
	}
}
@media (max-width: 767px) {
	.popup-button {
		font-size: 14px;
		line-height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 40px 20px 30px 20px;
		text-align: center;
	}
}
.popup-button-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}
@media (max-width: 767px) {
	.popup-button-arrow {
		right: 20px;
	}
}
@media screen and (min-width: 768px), print {
	.popup-button-arrow {
		right: 25px;
	}
}
.popup-nav {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 768px), print {
	.popup-nav {
		justify-content: space-between;
		width: 682px;
		margin: 40px auto 0 auto;
	}
}
@media (max-width: 767px) {
	.popup-nav {
		justify-content: center;
		margin: 15px 20px 0 20px;
		flex-direction: column;
	}
}
.popup-nav-item {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 768px), print {
	.popup-nav-item {
		cursor: pointer;
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	.popup-nav-item {
		width: 183px;
		justify-content: center;
		position: relative;
	}
}
.popup-nav-item .text {
	color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
	position: relative;
	overflow: hidden;
}
.popup-nav-item .text::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	bottom: 0;
	left: -100%;
}
.popup-nav-item .text::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	bottom: 0;
}
@media screen and (min-width: 768px), print {
	.popup-nav-item .text {
		display: inline-block;
		font-size: 15px;
		padding-bottom: 6.5px;
	}
	.popup-nav-item .text:hover::after {
		-webkit-animation: toLeft 0.6s 1;
		animation: toLeft 0.6s 1;
		-webkit-animation-delay: 0.5s;
		animation-delay: 0.5s;
		-webkit-animation-timing-function: ease;
		animation-timing-function: ease;
	}
	.popup-nav-item .text:hover::before {
		-webkit-animation: toRight 1s 1;
		animation: toRight 1s 1;
		-webkit-animation-timing-function: ease;
		animation-timing-function: ease;
	}
}
@media (max-width: 767px) {
	.popup-nav-item .text {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 133px;
		text-align: center;
		font-size: 14px;
		padding-bottom: 5.5px;
		margin-top: 15px;
	}
}
.popup-nav-item .arrow {
	width: 15px;
	transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
	.popup-nav-item .arrow {
		display: block;
		padding-top: 10px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (min-width: 768px), print {
	.popup-nav-item:nth-of-type(1):hover .arrow {
		transform: translateX(-10px);
	}
}
@media screen and (min-width: 768px), print {
	.popup-nav-item:nth-of-type(1) .text {
		margin-left: 10px;
	}
}
@media (max-width: 767px) {
	.popup-nav-item:nth-of-type(1) .arrow {
		left: 0;
	}
}
@media screen and (min-width: 768px), print {
	.popup-nav-item:nth-of-type(3):hover .arrow {
		transform: translateX(10px);
	}
}
@media screen and (min-width: 768px), print {
	.popup-nav-item:nth-of-type(3) .text {
		margin-right: 10px;
	}
}
@media (max-width: 767px) {
	.popup-nav-item:nth-of-type(3) .arrow {
		right: 0;
	}
}
.popup-nav-close {
	color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: center;
	display: block;
	border: 2px solid #fff;
}
@media screen and (min-width: 768px), print {
	.popup-nav-close {
		width: 240px;
		font-size: 15px;
		padding: 10px 0;
		cursor: pointer;
	}
}
@media (max-width: 767px) {
	.popup-nav-close {
		font-size: 14px;
		padding: 12px 0;
		margin-top: 35px;
		width: 100%;
	}
}

@-webkit-keyframes is-hide-sliderSquarePc {
	0% {
		width: 100%;
		opacity: 0.3;
	}
	99% {
		opacity: 0.3;
	}
	100% {
		opacity: 0;
		width: 0;
	}
}

@keyframes is-hide-sliderSquarePc {
	0% {
		width: 100%;
		opacity: 0.3;
	}
	99% {
		opacity: 0.3;
	}
	100% {
		opacity: 0;
		width: 0;
	}
}
@-webkit-keyframes is-hide-sliderSquareSp {
	0% {
		height: 100%;
		opacity: 0.3;
	}
	99% {
		opacity: 0.3;
	}
	100% {
		opacity: 0;
		height: 0;
	}
}
@keyframes is-hide-sliderSquareSp {
	0% {
		height: 100%;
		opacity: 0.3;
	}
	99% {
		opacity: 0.3;
	}
	100% {
		opacity: 0;
		height: 0;
	}
}
@-webkit-keyframes is-hide-squarePc {
	0% {
		width: 100%;
	}
	100% {
		width: 0;
	}
}
@keyframes is-hide-squarePc {
	0% {
		width: 100%;
	}
	100% {
		width: 0;
	}
}
@-webkit-keyframes is-hide-squareSp {
	0% {
		height: 100%;
	}
	100% {
		height: 0;
	}
}
@keyframes is-hide-squareSp {
	0% {
		height: 100%;
	}
	100% {
		height: 0;
	}
}
@-webkit-keyframes is-hide-img {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes is-hide-img {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes is-hide-img02 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes is-hide-img02 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes passingBar {
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@keyframes passingBar {
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passingBarTate {
	0% {
		top: 0;
		height: 0;
	}
	50% {
		top: 0;
		height: 100%;
	}
	51% {
		top: 0;
		height: 100%;
	}
	100% {
		top: 100%;
		height: 0;
	}
}
@keyframes passingBarTate {
	0% {
		top: 0;
		height: 0;
	}
	50% {
		top: 0;
		height: 100%;
	}
	51% {
		top: 0;
		height: 100%;
	}
	100% {
		top: 100%;
		height: 0;
	}
}
@-webkit-keyframes passingTxt {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes passingTxt {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes toRight {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}
@keyframes toRight {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}
@-webkit-keyframes toLeft {
	0% {
		left: -100%;
	}
	100% {
		left: 0;
	}
}
@keyframes toLeft {
	0% {
		left: -100%;
	}
	100% {
		left: 0;
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes fadeInUp {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes slideIn {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes slideIn {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes slideInSp {
	0% {
		opacity: 0;
		right: -100%;
	}
	100% {
		opacity: 1;
		right: 0;
	}
}
@keyframes slideInSp {
	0% {
		opacity: 0;
		right: -100%;
	}
	100% {
		opacity: 1;
		right: 0;
	}
}
@-webkit-keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}
@-webkit-keyframes slideDownSp {
	0% {
		top: -72px;
	}
	100% {
		top: 0;
	}
}
@keyframes slideDownSp {
	0% {
		top: -72px;
	}
	100% {
		top: 0;
	}
}
@-webkit-keyframes SVG-anim01 {
	0% {
		stroke-dashoffset: 2000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes SVG-anim01 {
	0% {
		stroke-dashoffset: 2000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes SVG-anim02 {
	0% {
		stroke-dashoffset: 2000;
	}
	100% {
		stroke-dashoffset: 500;
	}
}
@keyframes SVG-anim02 {
	0% {
		stroke-dashoffset: 2000;
	}
	100% {
		stroke-dashoffset: 500;
	}
}
@-webkit-keyframes rcSlideIn {
	0% {
		opacity: 0;
		transform: translateX(-100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes rcSlideIn {
	0% {
		opacity: 0;
		transform: translateX(-100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fvTitle {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes fvTitle {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}
@-webkit-keyframes fvBg {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes fvBg {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
.footer {
	background: #fff;
	position: relative;
}
@media screen and (min-width: 768px), print {
	.footer {
		padding: 160px 0;
	}
}
@media (max-width: 767px) {
	.footer {
		padding: 80px 30px 30px 30px;
	}
}
@media screen and (min-width: 768px), print {
	.footer-inner {
		width: 83.3%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
@media screen and (min-width: 768px), print {
	.footer-left {
		width: 471px;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
}
.footer-logo {
	display: block;
	width: 164px;
}
@media (max-width: 767px) {
	.footer-logo {
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.footer-info {
		margin-top: 61px;
	}
}
.footer-info-company {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.12em;
}
@media screen and (min-width: 768px), print {
	.footer-info-company {
		font-size: 19px;
	}
}
@media (max-width: 767px) {
	.footer-info-company {
		font-size: 18px;
	}
}
.footer-info-address {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
	.footer-info-address {
		margin-top: 15px;
		font-size: 15px;
		line-height: 26px;
	}
}
@media (max-width: 767px) {
	.footer-info-address {
		margin-top: 8px;
		font-size: 14px;
		line-height: 24px;
	}
}
.footer-info-contact {
	margin-top: 15px;
}
.footer-info-contact a {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	display: flex;
	align-items: flex-end;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0.05em;
	color: #0c3860;
}
.footer-info-contact a small {
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.08em;
	display: inline-block;
	margin-right: 4px;
}
.footer-right {
	display: flex;
	align-items: flex-start;
}
@media screen and (min-width: 768px), print {
	.footer-right {
		width: 434px;
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	.footer-right {
		margin-top: 70px;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.footer-list + .footer-list {
		margin-left: 51px;
	}
}
@media screen and (min-width: 768px), print {
	.footer-item + .footer-item {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.footer-item + .footer-item {
		margin-top: 42px;
	}
}
.footer-item a {
	display: block;
	color: #0c3860;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
	.footer-item a {
		font-size: 16px;
		line-height: 28px;
	}
}
@media (max-width: 767px) {
	.footer-item a {
		font-size: 15px;
		line-height: 22px;
	}
}
.footer-item.type02 {
	border-left: 2px solid #0c3860;
}
@media screen and (min-width: 768px), print {
	.footer-item.type02 {
		margin: 32.5px 0 40px;
		padding-left: 28.5px;
	}
}
@media (max-width: 767px) {
	.footer-item.type02 {
		margin: 38.5px 0 30px;
		padding-left: 20.5px;
	}
}
.footer-item.type02 a + a {
	margin-top: 15px;
}
@media (max-width: 767px) {
	.footer-item.type02 a + a {
		margin-top: 25px;
	}
}
@media (max-width: 767px) {
	.footer-item.type03 {
		margin-top: 40px;
	}
}
.footer-copyright {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
	.footer-copyright {
		position: absolute;
		left: 30px;
		bottom: 30px;
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.footer-copyright {
		margin-top: 80px;
		text-align: center;
		font-size: 13px;
	}
}

.header {
	opacity: 0;
	position: fixed;
	background: #fff;
	z-index: 10;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (min-width: 768px), print {
	.header.active {
		transform: translateY(0);
		opacity: 1;
	}
}
@media (max-width: 767px) {
	.header.active {
		top: 0;
		opacity: 1;
	}
}
@media screen and (min-width: 768px), print {
	.header {
		transform: translateY(-100%);
		min-width: 1250px;
		z-index: 6;
		top: 0;
		padding: 20px 20px 20px 6px;
		transition: opacity 0.3s ease-in-out, transform 0.6s ease-in-out;
	}
}
@media (max-width: 767px) {
	.header {
		top: -100%;
		z-index: 21;
		padding: 0 16px 0 0;
		transition: opacity 0.3s ease-in-out, top 1s ease-in-out;
	}
}
@media screen and (min-width: 768px), print {
	.header-logo {
		width: 200px;
	}
}
@media (max-width: 767px) {
	.header-logo {
		width: 210px;
	}
}
@media screen and (min-width: 768px), print {
	.header-list {
		width: 1050px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
@media screen and (min-width: 768px), print {
	.header-item {
		display: block;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 15px;
		letter-spacing: 0.11em;
		color: #0c3860;
	}
}
@media screen and (min-width: 768px), print {
	.header-sns {
		width: 20px;
	}
}
@media screen and (min-width: 768px), print {
	.header-sns__item {
		width: 20px;
	}
}
@media screen and (min-width: 768px), print {
	.header-sns__item + .header-sns__item {
		margin-top: 12px;
	}
}
@media (max-width: 767px) {
	.header-button {
		width: 34px;
		height: 18px;
		position: relative;
	}
}
.header-button.active span:nth-of-type(1) {
	transform: translateY(5px) rotate(-45deg);
}
.header-button.active span:nth-of-type(2) {
	opacity: 0;
}
.header-button.active span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}
.header-button span {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #0c3860;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.header-button span:nth-of-type(1) {
	top: 0;
	left: 0;
}
.header-button span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.header-button span:nth-of-type(3) {
	bottom: 0;
	left: 0;
}
@media screen and (min-width: 768px), print {
	.header-contact {
		width: 182px;
	}
}
@media screen and (min-width: 768px), print {
	.header-contact-tel {
		display: flex;
		align-items: flex-end;
		font-family: "Barlow", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-display: swap;
		letter-spacing: 0.08em;
		font-size: 22px;
		white-space: nowrap;
		color: #0c3860;
		margin-bottom: 5px;
	}
}
@media screen and (min-width: 768px), print {
	.header-contact-tel small {
		font-size: 13px;
		display: inline-block;
		margin-right: 3px;
	}
}
@media screen and (min-width: 768px), print {
	.header-contact-button {
		color: #fff;
		text-align: center;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: 700;
		font-style: normal;
		letter-spacing: 0.14em;
		font-size: 13px;
		padding: 10px 0;
	}
}

@media (max-width: 767px) {
	.nav {
		top: 0;
		height: 100%;
		position: fixed;
		left: 100%;
		z-index: 10;
		width: 100%;
		padding-top: 71px;
		overflow-y: scroll;
		background: linear-gradient(-35deg, #005698 0%, #00918f 100%);
		background-size: 100% 100%;
		padding-bottom: 100px;
		transition: left 0.3s ease-in-out;
	}
	.nav::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 72px;
		background: #fff;
		top: 0;
		left: 0;
	}
}
@media (max-width: 767px) {
	.nav.active {
		left: 0;
	}
}
@media (max-width: 767px) {
	.nav-contact {
		padding: 1.875rem 20px;
		background: #fff;
	}
}
@media (max-width: 767px) {
	.nav-contact-tel {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		font-family: "Barlow", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-display: swap;
		letter-spacing: 0.08em;
		font-size: 6.667vw;
		white-space: nowrap;
		color: #0c3860;
		margin-bottom: 13px;
	}
}
@media screen and (min-width: 768px), print {
	.nav-contact-tel small {
		font-size: 4.533vw;
		display: inline-block;
		margin-right: 7px;
	}
}
@media (max-width: 767px) {
	.nav-contact-button {
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 21px 0;
	}
	.nav-contact-button .eng {
		font-family: "Barlow", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-display: swap;
		font-size: 5.333vw;
		letter-spacing: 0.07em;
	}
	.nav-contact-button .ja {
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 3.467vw;
		letter-spacing: 0.06em;
		display: inline-block;
		margin-left: 8px;
	}
}
@media (max-width: 767px) {
	.nav-inner {
		padding: 3.438em 0;
		width: 86%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}
@media (max-width: 767px) {
	.nav-item + .nav-item {
		margin-top: 42px;
	}
}
.nav-item a {
	display: block;
	color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
}
@media (max-width: 767px) {
	.nav-item a {
		font-size: 4vw;
		line-height: 22px;
	}
}
.nav-item.type02 {
	border-left: 2px solid #fff;
}
@media (max-width: 767px) {
	.nav-item.type02 {
		margin: 38.5px 0 30px;
		padding-left: 20.5px;
	}
}
@media (max-width: 767px) {
	.nav-item.type02 a + a {
		margin-top: 25px;
	}
}
@media (max-width: 767px) {
	.nav-item.type03 {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.nav-button {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 315px;
		margin: 0 auto;
		border: 2px solid #fff;
		padding: 1.125rem 0;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: 700;
		font-style: normal;
		letter-spacing: 0.05em;
		font-size: 3.733vw;
		color: #fff;
	}
}
@media (max-width: 767px) {
	.nav-button picture {
		display: block;
		width: 10px;
		margin-left: 0.906rem;
	}
}

.nav02 {
	position: absolute;
	left: 0;
	width: 100%;
	transition: top 0.5s ease-in-out, visibility 0.3s ease-in-out;
}
@media screen and (min-width: 768px), print {
	.nav02 {
		top: -101px;
		z-index: 7;
	}
}
@media (max-width: 767px) {
	.nav02 {
		top: -71px;
		z-index: 25;
	}
}
.nav02.is-show {
	-webkit-animation: navDown 1s forwards;
	animation: navDown 1s forwards;
}
.nav02-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (min-width: 768px), print {
	.nav02-header {
		z-index: 6;
		padding: 0 50px 0 0;
	}
}
@media (max-width: 767px) {
	.nav02-header {
		z-index: 6;
		padding: 0 20px 0 0;
	}
}
@media screen and (min-width: 768px), print {
	.nav02-header-logo {
		width: 296px;
	}
}
@media (max-width: 767px) {
	.nav02-header-logo {
		width: 210px;
	}
}
@media screen and (min-width: 768px), print {
	.nav02-header-list {
		width: 920px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
@media screen and (min-width: 768px), print {
	.nav02-header-item {
		display: block;
		color: #0c3860;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 16px;
		letter-spacing: 0.11em;
	}
}
@media screen and (min-width: 768px), print {
	.nav02-header-sns {
		width: 51px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
@media screen and (min-width: 768px), print {
	.nav02-header-sns__item {
		width: 18px;
	}
}
@media (max-width: 767px) {
	.nav02-header-button {
		width: 34px;
		height: 18px;
		position: relative;
	}
}
.nav02-header-button.active span:nth-of-type(1) {
	transform: translateY(5px) rotate(-45deg);
}
.nav02-header-button.active span:nth-of-type(2) {
	opacity: 0;
}
.nav02-header-button.active span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}
.nav02-header-button span {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #0c3860;
}
.nav02-header-button span:nth-of-type(1) {
	top: 0;
	left: 0;
}
.nav02-header-button span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.nav02-header-button span:nth-of-type(3) {
	bottom: 0;
	left: 0;
}

@media screen and (min-width: 768px), print {
	@-webkit-keyframes navDown {
		0% {
			top: -101px;
		}
		100% {
			top: 19px;
		}
	}
	@keyframes navDown {
		0% {
			top: -101px;
		}
		100% {
			top: 19px;
		}
	}
}
@media (max-width: 767px) {
	@-webkit-keyframes navDown {
		0% {
			top: -71px;
		}
		100% {
			top: 0px;
		}
	}
	@keyframes navDown {
		0% {
			top: -71px;
		}
		100% {
			top: 0px;
		}
	}
}
.contact .c-heading-ja {
	margin-top: 10px;
}
@media screen and (min-width: 768px), print {
	.contact .c-heading {
		padding-top: 241px;
		margin-top: 0;
		margin-left: 0;
	}
	.contact .c-heading-ja {
		margin-top: 15px;
	}
}

.heading__text {
	padding: 0 30px;
	margin: 74px 0 0;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 32px;
}
@media screen and (min-width: 768px), print {
	.heading {
		width: 1126px;
		margin: 0 auto 0;
	}
	.heading__text {
		padding: 0;
		margin: 150px 0 0;
	}
}

.info {
	position: relative;
	margin: 66px 0 0;
	overflow: hidden;
}
.info__back {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180vh;
	background: linear-gradient(#005698, #005698, #00918f, #00918f, #00918f);
}
.info__inner {
	position: relative;
	z-index: 1;
	padding: 53px 30px 51px;
}
.info__title {
	position: relative;
	padding: 0 0 26px;
}
.info__title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #fff;
}
.info__title span,
.info__title small {
	display: block;
	color: #fff;
}
.info__title span {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.05em;
}
.info__title small {
	margin: 15px 0 0;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.info__tel {
	display: inline-block;
	align-items: flex-end;
	justify-content: flex-start;
	margin: 20px 0 0;
	color: #fff;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
.info__tel small {
	font-size: 13px;
	letter-spacing: 0.08em;
}
.info__tel span {
	font-size: 28px;
	letter-spacing: 0.07em;
}
@media screen and (min-width: 768px), print {
	.info {
		margin-top: 86px;
	}
	.info__inner {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		width: 766px;
		padding: 94px 0;
		margin: 0 auto;
	}
	.info__title {
		padding: 0 50px 0 0;
	}
	.info__title::after {
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 2px;
		height: auto;
	}
	.info__title span {
		font-size: 22px;
		letter-spacing: 0.06em;
	}
	.info__title small {
		margin: 10px 0 0;
		text-align: right;
		letter-spacing: 0.06em;
	}
	.info__tel {
		margin: 3px 0 0 50px;
	}
	.info__tel small {
		font-size: 21px;
	}
	.info__tel span {
		font-size: 41px;
	}
}

.form {
	margin: 65px 0 80px;
}
.form .cForm__confirm-text {
	min-height: 60px;
	padding: 20px 0 0;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 0.05em;
}
.form input {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	border: 0;
	outline: 0;
	background-color: #f7f7f7;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 0.05em;
}
.form input::-moz-placeholder {
	color: rgba(12, 56, 96, 0.3);
	font-size: 15px;
}
.form input:-ms-input-placeholder {
	color: rgba(12, 56, 96, 0.3);
	font-size: 15px;
}
.form input::placeholder {
	color: rgba(12, 56, 96, 0.3);
	font-size: 15px;
}
.form select {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	border: 0;
	outline: 0;
	background-color: #f7f7f7;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #0c3860;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 0.05em;
}
.form textarea {
	width: 100%;
	height: 280px;
	padding: 10px 20px;
	border: 0;
	outline: 0;
	background-color: #f7f7f7;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.form__wrap {
	padding: 0 30px;
}
.form__block + .form__block {
	margin-top: 35px;
}
.form__row {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.form__text {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 32px;
}
.form__required {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 21px;
	margin-left: 10px;
	background: linear-gradient(45deg, #005698, #00918f);
	color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.05em;
}
.form__item {
	margin: 6px 0 0;
}
.form__error {
	margin: 5px 0 0;
	color: #b7001e;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
}
.form__error.privacypolicy {
	text-align: center;
}
.form__select {
	position: relative;
}
.form__select::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	width: 10px;
	height: 8px;
	background: url("../images/contact/arrow@2x.png") no-repeat;
	background-position: center;
	background-size: contain;
}
.form__radio + .form__radio {
	margin-left: 30px;
}
.form__radio input {
	display: none;
}
.form__radio span {
	position: relative;
	display: block;
	padding: 0 0 0 29px;
	color: #0c3860;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 0.05em;
}
.form__radio span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 19px;
	height: 19px;
	border: 1px solid #d1d1d1;
	border-radius: 19px;
}
.form__radio span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	transform: translate(0, -50%);
	width: 7px;
	height: 7px;
	background-color: #0c3860;
	border-radius: 7px;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.form__radio input:checked + span::after {
	opacity: 1;
}
.form__add {
	margin: 52px 0 0;
}
.form__add input,
.form__add select {
	height: 50px;
}
.form__option {
	padding: 28px 30px;
	margin: 20px 0 0;
	border: 2px solid #efefef;
}
.form__block_check {
	margin-top: 35px;
}
.form__security_text {
	font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 30px;
}
.form__block.privacy {
	position: relative;
	margin: 45px 0 0;
}
.form__block.privacy .form__text {
	text-align: center;
}
.form__privacy {
	display: block;
	margin: 25px 0 0;
	text-align: center;
}
.form__privacy input {
	display: none;
}
.form__privacy .form__text {
	position: relative;
	display: inline-block;
	padding: 0 0 0 23px;
	white-space: nowrap;
}
.form__privacy .form__text::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 17px;
	height: 17px;
	border: 1px solid #d1d1d1;
}
.form__privacy .form__text::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translate(0, -50%);
	width: 9px;
	height: 9px;
	background-color: #0c3860;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.form__privacy input:checked + .form__text::after {
	opacity: 1;
}
.form__privacy .form__required {
	margin-left: 0;
}
.form__buttons {
	margin: 35px 0 0;
}
.form__button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 66px;
	background: linear-gradient(45deg, #005698, #00918f);
}
.form__button__text {
	color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
}
.form__button__icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 18px;
	transform: translate(0, -50%);
	width: 17px;
	height: 13px;
	background: url("../images/contact/button-arrow@2x.png") no-repeat;
	background-position: center;
	background-size: contain;
}
.form__buttons .form__block + .form__block {
	margin-top: 20px;
}
.form__back .form__button__icon {
	right: auto;
	left: 18px;
	transform: translate(0, -50%) scale(-1, 1);
}
.form__add__type {
	margin-top: 8px;
}
.form__add__size {
	margin-top: 5px;
}
.form .option-size-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 0.05em;
	white-space: nowrap;
}
.form .option-size-item.block {
	display: block;
	width: 100%;
}
.form .option-size-item.block small {
	display: block;
}
.form .option-size-item.block input {
	width: 100%;
	margin: 10px 0 0;
}
.form .option-size-item input {
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	margin: 0 8px;
}
.form .option-size-item + .option-size-item {
	margin-top: 8px;
}
@media screen and (min-width: 768px), print {
	.form {
		margin: 89px 0 160px;
	}
	.form .cForm__confirm-text {
		padding-left: 20px;
		font-size: 16px;
		line-height: 32px;
	}
	.form input,
	.form select {
		height: 74px;
	}
	.form textarea {
		height: 254px;
	}
	.form__inner {
		width: 912px;
		margin: 0 auto;
	}
	.form__wrap {
		padding: 0;
	}
	.form__block {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.form__block + .form__block {
		margin-top: 45px;
	}
	.form__block > label {
		flex: 0 0 224px;
		width: 224px;
		padding: 20px 0 0;
	}
	.form__item {
		flex: 0 0 688px;
		width: 688px;
		margin: 0;
	}
	.form__text {
		font-size: 16px;
	}
	.form__add {
		margin-top: 71px;
	}
	.form__add .form__text br {
		display: none;
	}
	.form__required {
		width: 39px;
		height: 24px;
		margin-left: 12px;
		font-size: 13px;
	}
	.form__option {
		padding: 74px 70px 62px;
		margin: 10px 0 0;
	}
	.form__option .cForm__confirm-text {
		padding-top: 14px;
	}
	.form__option .form__block + .form__block {
		margin-top: 72px;
	}
	.form__option .form__block > label {
		padding-top: 0;
	}
	.form__radio span {
		line-height: 32px;
	}
	.form__block_check > label {
		padding-top: 6px;
	}
	.form__input--security {
		margin-top: 12px;
	}
	.form__block.privacy {
		display: block;
		margin: 95px 0 0;
	}
	.form__block.privacy > label {
		flex: 0 0 350px;
		width: 350px;
		padding: 0;
		margin: 8px auto 0;
	}
	.form__block.privacy .form__text {
		width: 100%;
		text-align: center;
	}
	.form__block.privacy .form__text br {
		display: none;
	}
	.form__privacy {
		top: 14px;
	}
	.form__buttons {
		margin: 76px 0 0;
	}
	.form__button {
		width: 550px;
		height: 70px;
		margin: 0 auto;
	}
	.form__button__text {
		font-size: 15px;
	}
	.form__button__icon {
		right: 23px;
	}
	.form__back .form__button__icon {
		left: 23px;
	}
	.form .option-size {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-top: -22px;
	}
	.form .option-size-item {
		font-size: 16px;
	}
	.form .option-size-item input {
		flex: 0 0 80px;
		width: 80px;
		height: 74px;
		margin: 0 8px;
	}
	.form .option-size-item.block input {
		width: 560px;
		margin: 10px 0 0;
	}
	.form .option-size-item + .option-size-item {
		margin-top: 0px;
		margin-left: 6px;
	}
	.form .option-lot {
		margin-top: -20px;
	}
	.form .form__add__date {
		margin-top: 45px !important;
	}
	.form .option-date {
		margin-top: -20px;
	}
	.form .form__add__purpose {
		margin-top: 45px !important;
	}
	.form .option-purpose {
		margin-top: -20px;
	}
	.form__select__lot {
		flex: 0 0 210px;
		width: 210px;
	}
	.form__add__date input {
		flex: 0 0 210px;
		width: 210px;
	}
	.form__add__purpose input {
		flex: 0 0 568px;
		width: 568px;
	}
}

.form__submit,
.form__back {
	display: none;
}

.is-form-confirm .form__submit,
.is-form-confirm .form__back {
	display: block;
}

.is-form-confirm .form__confirm,
.is-form-confirm .form__block_check {
	display: none;
}

.is-form-confirm .form__select::after,
.is-form-confirm .form__privacy,
.is-form-confirm .form__radio > span,
.is-form-confirm .js-form-item,
.is-form-confirm .option-size-item small {
	display: none;
	pointer-events: none;
	border: none;
	opacity: 0;
}

.is-form-confirm .form__radio + .form__radio {
	margin-left: 0;
}

.form__radio .cForm__confirm-text {
	display: none;
}

.form__radio input:checked + .cForm__confirm-text {
	display: block;
	padding: 0;
}

.is-form-confirm .form .option-size .cForm__confirm-text {
	padding-top: 22px;
}

@media screen and (min-width: 768px), print {
	.is-form-confirm .form .option-size {
		margin-top: -14px;
	}
	.is-form-confirm .form .option-size .cForm__confirm-text {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding-top: 0;
		padding-left: 0;
	}

	.is-form-confirm .form .option-lot {
		margin-top: -14px;
	}
	.is-form-confirm .form .option-lot .cForm__confirm-text {
		padding-left: 0;
	}

	.is-form-confirm .form .option-date {
		margin-top: -14px;
	}
	.is-form-confirm .form .option-date .cForm__confirm-text {
		padding-left: 0;
	}

	.is-form-confirm .form .option-purpose {
		margin-top: -14px;
	}
	.is-form-confirm .form .option-purpose .cForm__confirm-text {
		padding-left: 0;
	}

	.is-form-confirm .option-size-item small + input {
		padding-top: 0;
	}
}
a.form-href {
	display: inline-block;
	color: #0c3860;
	border-bottom: 1px solid #0c3860;
}
@media (max-width: 767px) {
	.footer-item.type04 {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.footer .nav-contact {
		margin: 2.875em 0 0;
	}
}
/*# sourceMappingURL=contact.css.map */
