@charset "UTF-8";
/* =================================
Foundation
================================= */
/*
Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
*, *::before, *::after {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
	width: 100%;
	max-width: 100%;
	height: auto;
}
input[type="submit"], input[type="button"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: none;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
	display: none;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
}
select::-ms-expand {
	display: none;
}
/*
Settings
————————————————————————————————————————— */
/*
Base
————————————————————————————————————————— */
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: no4rmal;
	font-stretch: normal;
	color: #212121;
	line-height: 1.6;
	letter-spacing: 0.03em;
	transition: background-color 0.5s ease;
}
h1 {
	font-weight: 700;
	font-size: 3.5rem;
	margin-bottom: 32px;
}
h2 {
	font-weight: 500;
	font-size: 2.5rem;
	margin-bottom: 48px;
}
h3 {
	font-weight: 500;
	font-size: 1.5rem;
	margin-bottom: 32px;
}
h4 {
	font-weight: 500;
	font-size: 1.5rem;
	margin-bottom: 24px;
}
p {
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 16px;
}
p.text18 {
	font-size: 1.125rem;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	component(768)
	=========================*/
	h1 {
		font-size: 2rem;
		margin-bottom: 32px;
	}
	h2 {
		font-size: 1.5rem;
		margin-bottom: 24px;
	}
	h3 {
		font-size: 1.25rem;
		margin-bottom: 20px;
	}
	h4 {
		font-size: 1.25rem;
		margin-bottom: 16px;
	}
}
/* =================================
Layout
================================= */
/*
layout
————————————————————————————————————————— */
.l-main {
	flex: 1;
	padding: 72px 0;
}
.l-main img {
	border-radius: 10px;
}
body.home .l-main {
	padding: 0;
}
.l-footer {
	background: #F8F8F8;
	border-top: 1px solid #151D70;
}
.l-siteWrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.l-wrapper {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.l-wrapper2 {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
.l-wrapper3 {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.l-wrapper4 {
	width: 90%;
	max-width: 860px;
	margin: 0 auto;
}
.l-section {
	padding: 72px 0;
}
.l-section2 {
	padding-top: 72px;
}
.l-section3 {
	/*padding-top: 128px;*/
}
.l-section4 {
	padding-bottom: 64px;
}
.l-section5 {
	padding-top: 128px;
	padding-bottom: 48px;
}
.l-section6 {
	padding: 96px 0;
}
.l-section7 {
	padding: 128px 0;
}
.l-section8 {
	padding-top: 64px;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
	/* ======================
	layout(992)
	=========================*/
	.l-wrapper, .l-wrapper2, .l-wrapper3 {
		max-width: 90%;
	}
}
@media screen and (max-width: 767px) {
	/* ======================
	layout(767)
	=========================*/
	.l-section {
		padding: 48px 0;
	}
	.l-section2 {
		padding-top: 48px;
	}
	.l-section3 {
		padding-top: 96px;
	}
	.l-section4 {
		padding-bottom: 96px;
	}
	.l-section5 {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.l-section6 {
		padding: 48px 0;
	}
	.l-section7 {
		padding: 64px 0;
	}
	.l-section4 {
		padding: 32px 0;
	}
	.l-wrapper.-full, .l-wrapper2.-full {
		max-width: 100%;
	}
}
/* =================================
Object
================================= */
/*
component
————————————————————————————————————————— */
h2.c-title span {
	font-family: "Karla", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	color: #FBDB13;
	display: block;
}
h2.c-title.center {
	text-align: center;
}
h3.c-title {
	color: #151D70;
	display: flex;
	align-items: center;
	gap: 25px;
}
h3.c-title:before {
	content: "";
	display: inline-block;
	background: #FBDB13;
	width: 30px;
	height: 1px;
}
.c-mv {
	position: relative;
	height: 500px;
	/* スクロールダウンの位置 */
	/* 線のアニメーション部分 */
	/* 線のアニメーション */
}
.c-mv .mv {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
}
.c-mv .mv img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.c-mv .flex {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 90%;
}
.c-mv .text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 64px;
}
.c-mv .title {
	word-break: break-word;
	overflow: hidden;
	transform: translate(-100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
	font-family: "Karla", sans-serif;
	font-weight: 700;
	font-size: 4.5rem;
	color: #151D70;
	position: relative;
	margin-bottom: 16px;
}
.c-mv .title span {
	background: #FBDB13;
	line-height: 1.1;
	padding: 10px 20px;
	display: block;
	transform: translate(100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.c-mv .title.-visible, .c-mv .title.-visible span {
	transform: translate(0, 0);
}
.c-mv .sentence {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 1.5rem;
	color: #212121;
	position: relative;
	overflow: hidden;
	transform: translate(-100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.c-mv .sentence span {
	display: block;
	background: #FBDB13;
	line-height: 1.4;
	padding: 6px 30px;
	transform: translate(100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.c-mv .sentence.-visible, .c-mv .sentence.-visible span {
	transform: translate(0, 0);
}
.c-mv .scroll {
	font-weight: 500;
	font-size: 1rem;
	writing-mode: vertical-rl;
	position: relative;
}
.c-mv .scroll::before {
	animation: scroll 2s infinite;
	background-color: #000;
	bottom: -115px;
	content: "";
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
.c-breadCrumb {
	padding: 12px 0;
	background: linear-gradient(270deg, #2a61ba 0%, #111a6f 100%);
}
.c-breadCrumb ul {
	display: flex;
	align-items: center;
}
.c-breadCrumb li {
	font-size: 0.875rem;
	color: #fff;
	margin: 0 30px 0 0;
	position: relative;
}
.c-breadCrumb li a {
	color: #fff;
}
.c-breadCrumb li:before {
	content: ">";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -20px;
	color: #fff;
	transform: translateY(-50%);
}
.c-breadCrumb li:last-child {
	margin: 0;
}
.c-breadCrumb li:last-child:before {
	display: none;
}
.c-link {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	width: fit-content;
	min-width: 240px;
	padding: 12px 50px 12px 73px;
	border-radius: 50px;
	background: linear-gradient(90deg, #295eb7 0%, #064ba2 100%);
	position: relative;
	margin-top: 32px;
}
.c-link.center {
	margin-inline: auto;
}
.c-link:before {
	content: "";
	display: inline-block;
	background: url(../img/common/arrow01.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	position: absolute;
	top: calc(50% + .8px);
	left: 7px;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
}
.c-link:hover::before {
	background: url(../img/common/arrow01-hover.png) no-repeat;
	background-size: contain;
}
.c-link.link02 {
	background: #fff;
	color: #212121;
}
.c-link.link02:before {
	background: url(../img/common/arrow03.png) no-repeat;
	background-size: contain;
}
.c-link.link02:hover::before {
	background: url(../img/common/arrow01-hover.png) no-repeat;
	background-size: contain;
}
.c-button {
	position: relative;
	display: inline-block;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.c-hamburger {
	position: fixed;
	top: 22px;
	right: 5%;
	z-index: 50;
	width: 35px;
	height: 20px;
	margin: auto;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.c-hamburger:hover, .c-hamburger:focus {
	box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.c-hamburger__line {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 35px;
	height: 2px;
	background-color: #151D70;
	-webkit-transition: inherit;
	transition: inherit;
	transition: 0.35s ease-in-out;
}
.c-hamburger__line:before, .c-hamburger__line:after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #151D70;
	content: "";
	-webkit-transition: inherit;
	transition: inherit;
}
.c-hamburger__line:before {
	top: -10px;
}
.c-hamburger__line:after {
	top: 10px;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line {
	background-color: transparent;
	transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before, .c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
	top: 0;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
	-webkit-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	transform: translate(50px, 0) rotate(-315deg);
}
.c-pageTOP {
	display: block;
	width: 40px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	component(768)
	=========================*/
	h2.c-title {
		font-size: 1.5rem;
	}
	h2.c-title span {
		font-size: 1.5rem;
	}
	h3.c-title {
		font-size: 1.25rem;
		gap: 8px;
	}
	h3.c-title:before {
		width: 24px;
	}
	.c-mv .mv {
		width: 100%;
	}
	.c-mv .flex {
		top: unset;
		left: 50%;
		bottom: 48px;
		transform: translateX(-50%);
		width: 90%;
		justify-content: center;
	}
	.c-mv .text {
		margin-top: 0;
	}
	.c-mv .title {
		font-size: 2.5rem;
		margin-bottom: 8px;
		width: 100%;
	}
	.c-mv .title span {
		padding: 10px 18px;
		text-align: center;
	}
	.c-mv .sentence {
		width: 100%;
	}
	.c-mv .sentence span {
		padding: 6px 18px;
		text-align: center;
	}
	.c-mv .scroll {
		display: none;
	}
	.c-pageTOP {
		width: 35px;
		right: 15px;
	}
}
/*
footer
————————————————————————————————————————— */
.p-footer {
	padding: 72px 0;
	display: flex;
	justify-content: space-between;
}
.p-footer .address {
	width: 65%;
}
.p-footer .address .flex {
	display: flex;
	align-items: center;
	gap: 20px 60px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}
.p-footer .address .logo {
	width: 160px;
}
.p-footer .address h3 {
	font-weight: 700;
	margin-bottom: 6px;
}
.p-footer .address address p {
	margin-bottom: 0;
}
.p-footer .address .telBox span {
	font-size: 0.875rem;
	display: block;
	text-align: right;
}
.p-footer .address .telBox .telLink {
	font-weight: 500;
	font-size: 2.25rem;
	color: #212121;
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}
.p-footer .address .telBox .telLink img {
	width: 35px;
	height: 35px;
}
.p-footer .address .mailLink {
	background: #FBDB13;
	padding: 20px;
	width: 100%;
	max-width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: #212121;
	border-radius: 5px;
	transition: all 0.3s ease 0s;
}
.p-footer .address .mailLink svg {
	fill: #151D70;
}
.p-footer .address .mailLink:hover {
	background: #151D70;
	color: #fff;
}
.p-footer .address .mailLink:hover svg {
	fill: #FBDB13;
}
.p-footer .nav {
	width: 30%;
}
.p-footer .nav .footerList {
	display: flex;
	justify-content: space-between;
	gap: 20px 30px;
}
.p-footer .nav .footerList > .item {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.p-footer .nav .footerList a {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.4;
	color: #212121;
	transition: all 0.3s ease 0s;
}
.p-footer .nav .footerList a:hover {
	color: #151D70;
}
.p-footer .nav .footerListChild {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: -8px;
}
.p-footer__copy {
	padding: 14px 0;
	background: #151D70;
}
.p-footer__copy .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p-footer__copy small {
	font-size: 0.75rem;
	color: #fff;
}
.p-footer__copy .copyList {
	display: flex;
	justify-content: flex-end;
	gap: 26px;
}
.p-footer__copy .copyList a {
	color: #fff;
	font-size: 0.875rem;
	transition: all 0.3s ease 0s;
}
.p-footer__copy .copyList a:hover {
	color: #FBDB13;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-footer {
		padding: 64px 0;
		flex-direction: column;
	}
	.p-footer .address {
		width: 100%;
	}
	.p-footer .address .flex {
		flex-direction: column;
		justify-content: center;
		gap: 32px;
		margin-bottom: 72px;
	}
	.p-footer .address h3 {
		text-align: center;
		margin-bottom: 24px;
	}
	.p-footer .address address p {
		text-align: left;
	}
	.p-footer .address .cta p {
		text-align: center;
	}
	.p-footer .address .mailLink {
		width: 300px;
	}
	.p-footer .nav {
		width: 90%;
		margin-inline: auto;
	}
	.p-footer .nav .footerList > .item {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	.p-footer__copy .flex {
		flex-direction: column-reverse;
	}
	.p-footer__copy .copyList {
		justify-content: center;
		margin-bottom: 8px;
	}
}
/*
header
————————————————————————————————————————— */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 15px 0;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 10px 10px rgba(170, 169, 160, 0.25);
}
.header-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo {
	width: 160px;
	transition: all 0.3s ease 0s;
}
.header-menu {
	display: flex;
	gap: 15px;
}
.header-mail a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 15px;
	border-radius: 5px;
	background: #FBDB13;
	transition: all 0.3s ease 0s;
}
.header-mail a svg {
	fill: #151D70;
	transition: all 0.3s ease 0s;
}
.header-mail a:hover {
	background: #151D70;
}
.header-mail a:hover svg {
	fill: #FBDB13;
}
.header-mail a img {
	width: 22px;
}
.header-list {
	display: flex;
	align-items: center;
}
.header-item a {
	font-size: 0.875rem;
	color: #212121;
	display: block;
	padding: 15px;
	transition: all 0.3s ease 0s;
}
.header-item > a:hover {
	color: #151D70;
}
.megaMenu {
	background-color: #fff;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	visibility: hidden;
	width: 100%;
	transition: opacity 0.3s, visibility 0.3s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px;
}
.megaMenu-image {
	overflow: hidden;
	aspect-ratio: 1;
	width: 286px;
	border-radius: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.megaMenu-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.megaMenu-list {
	width: calc(100% - 343px);
	display: flex;
	flex-wrap: wrap;
	gap: 9px 30px;
}
.megaMenu-item {
	position: relative;
	width: calc(33.3333333333% - 20px);
	transition: all 0.3s ease-in-out;
}
.megaMenu-item a {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 20px 0;
	font-size: 1rem;
	letter-spacing: 0.04em;
	color: #212121;
	border-bottom: 1px solid #D8D8D8;
	position: relative;
}
.megaMenu-item a:after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #151D70;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.megaMenu-item a:hover:after {
	transform: scale(1, 1);
}
/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
	opacity: 1;
	visibility: visible;
}
/* レイアウトのためのスタイル */
a {
	text-decoration: none;
}
#p-globalMenuSp {
	width: 100%;
	height: 100vh;
	background: white;
	position: fixed;
	top: -120%;
	left: 0;
	z-index: -10;
	padding-top: 104px;
	padding-bottom: 40px;
	transition: all 0.6s;
	overflow: auto;
}
#p-globalMenuSp.is-active {
	top: 0;
	z-index: -1;
}
.p-globalMenuSp__list {
	width: 90%;
	margin-inline: auto;
	text-align: left;
	margin-bottom: 24px;
}
.p-globalMenuSp__list .child {
	margin-left: 5%;
}
.p-globalMenuSp__list .child {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	margin-top: 8px;
}
.p-globalMenuSp__list .child a {
	font-size: 0.875rem;
	color: #212121;
	position: relative;
	padding-left: 32px;
}
.p-globalMenuSp__list .child a:before {
	content: "";
	display: inline-block;
	background: #000;
	width: 16px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.p-globalMenuSp__item:last-child {
	margin-bottom: 0;
}
.p-globalMenuSp__item > a {
	font-weight: 400;
	font-size: 1rem;
	color: #212121;
	line-height: 1.6;
	padding: 16px 5%;
	display: block;
	border-bottom: solid 1px #E9E9E9;
	position: relative;
}
#p-globalMenuSp .click-menu > a:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s ease 0s;
}
#p-globalMenuSp .click-menu > a.open:after {
	transform: translateY(-50%) rotate(225deg);
	top: calc(50% + 5px);
}
#p-globalMenuSp .click-menu .p-menu-content {
	display: none;
}
#p-globalMenuSp .header-mail {
	width: 90%;
	margin-inline: auto;
}
#p-globalMenuSp .header-mail a:hover {
	background: #FBDB13;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.header {
		padding: 10px 0;
		position: fixed;
	}
	.header-logo {
		width: 92px;
	}
	.header-nav {
		justify-content: space-between;
		gap: 20px;
	}
	.header-menu {
		display: none;
	}
	.header-tel {
		display: block;
		margin-right: 65px;
	}
	.header-tel img {
		width: 29px;
	}
}
/*
top
————————————————————————————————————————— */
.p-top__mainvisual {
	position: relative;
	width: 100%;
	height: 80vh;
	overflow-x: hidden;
}
.p-top__mainvisual:after {
	content: "";
	display: inline-block;
	background: #000;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	opacity: 0.6;
}
.p-mainvisual_inner {
	position: relative;
	width: 100vw;
	height: 80vh;
	overflow: hidden;
}
.p-mainvisual_inner video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	z-index: 2;
}
.p-mainvisual_hero {
	position: absolute;
	top: calc(50% + 50px);
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 90%;
	z-index: 4;
}
.p-mainvisual_hero h1 {
	font-size: 3.75rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.p-mainvisual_hero span {
	font-weight: 400;
	font-size: 1.5rem;
	color: #fff;
	display: block;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.p-top_about {
	padding: 72px 0;
	background: url(../img/top/about-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 4;
}
.p-top_about .l-wrapper {
	position: relative;
	z-index: 1;
}
.p-top_about .l-wrapper:before {
	content: "";
	display: inline-block;
	background: url(../img/top/about-mark.png) no-repeat;
	background-size: contain;
	aspect-ratio: 1.0874524715;
	width: 500px;
	position: absolute;
	top: -170px;
	left: -120px;
	z-index: -1;
}
.p-top_about h1 {
	font-weight: 700;
	font-size: 3rem;
	text-align: center;
}
.p-top_about h1 .en {
	font-family: "Karla", sans-serif;
	font-weight: 900;
	font-size: 2rem;
	color: #FBDB13;
	display: block;
}
.p-top_about h1 .ja {
	font-weight: 400;
	font-size: 1.5rem;
	display: block;
}
.p-top_about .flex {
	display: flex;
	gap: 24px;
}
.p-top_about .text {
	width: 100%;
}
.p-top_about .text .c-link {
	margin-top: 32px;
}
.p-top_about .slideFlex {
	display: flex;
	gap: 30px;
	width: 100%;
}
.p-top_about .slideFlex .box {
	width: 100%;
}
.p-top_about .swiper-wrap {
	max-width: 100%;
	position: relative;
	overflow: hidden;
}
.p-top_about .swiper-slide {
	width: 100% !important;
	max-width: 100% !important;
	overflow: hidden;
	border-radius: 10px;
}
@keyframes zoom-in-top {
	0% {
		transform: translateX(-15%) scale(1);
	}
	100% {
		transform: translateX(0) scale(1);
	}
}
.p-top_about .swiper-slide-active .slide-img, .p-top_about .swiper-slide-duplicate-active .slide-img, .p-top_about .swiper-slide-prev .slide-img {
	animation: zoom-in-top 6s linear;
}
.p-top_about .slide-img {
	aspect-ratio: 0.5691382766;
}
.p-top_about .slide-img img {
	max-width: inherit;
	width: calc(100% + 15%);
	height: 100%;
	object-fit: cover;
}
.p-top__service .block {
	background: #fff;
	width: 100%;
	min-height: 100dvh;
	padding: 22vh 0;
	display: flex;
	align-items: center;
	position: sticky;
	top: 0;
}
.p-top__service .block-one {
	z-index: 2;
}
.p-top__service .block-two {
	z-index: 4;
}
.p-top__service .block-three {
	z-index: 6;
}
.p-top__service .flex {
	width: 100%;
	display: flex;
	gap: 60px;
	align-items: center;
	position: relative;
}
.p-top__service .image {
	width: 47%;
}
.p-top__service .image img {
	width: 100%;
	height: 460px;
	object-fit: cover;
	border-radius: 10px;
}
.p-top__service .text {
	width: 40%;
	max-width: 500px;
}
.p-top__service h1 {
	position: absolute;
	top: -65px;
	left: 45%;
	transform: translateX(-50%);
	text-align: center;
	color: #FBDB13;
	font-weight: 900;
	font-size: 4.5625rem;
	white-space: nowrap;
}
.p-top__service h2 {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 16px;
}
.p-top__service p {
	margin-bottom: 32px;
}
.p-top_product {
	overflow-x: hidden;
}
.p-top_product .block01 {
	position: relative;
	z-index: 2;
	background: linear-gradient(180deg, #2a61ba 0%, #111a6f 100%);
}
.p-top_product .block01:before {
	content: "";
	display: inline-block;
	background: url(../img/top/about-mark.png) no-repeat;
	background-size: contain;
	aspect-ratio: 1.0874524715;
	width: 500px;
	position: absolute;
	bottom: -100px;
	left: 45%;
	transform: translateX(-50%);
	z-index: -1;
	opacity: 0.2;
}
.p-top_product .block01 .flex {
	display: flex;
}
.p-top_product .block01 .text {
	padding-top: 40px;
	padding-bottom: 100px;
	width: 55%;
	position: relative;
	z-index: 2;
}
.p-top_product .block01 h1 {
	color: #FBDB13;
	font-weight: 900;
	font-size: 4.5625rem;
	white-space: nowrap;
	margin-bottom: 16px;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.p-top_product .block01 h2 {
	font-weight: 700;
	font-size: 2.25rem;
	color: #fff;
	margin-bottom: 24px;
}
.p-top_product .block01 p {
	color: #fff;
	margin-bottom: 32px;
}
.p-top_product .block01 .slideBox {
	width: 45%;
	display: flex;
	gap: 20px;
}
@keyframes vertical-animation {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-50%);
	}
}
@keyframes vertical-animation02 {
	from {
		transform: translateY(-50%);
	}
	to {
		transform: translateY(0);
	}
}
.p-top_product .block01 .slider-container {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.p-top_product .block01 .slider-wrapper {
	display: grid;
	animation: vertical-animation 40s linear infinite;
}
.p-top_product .block01 .slider-wrapper.slider-wrapper02 {
	animation: vertical-animation02 40s linear infinite;
}
.p-top_product .block01 .slide {
	width: 100%;
	flex-shrink: 0;
	margin: 10px 0;
}
.p-top_product .block01 .slide img {
	width: 100%;
	aspect-ratio: 0.8970099668;
	object-fit: cover;
	vertical-align: bottom;
	border-radius: 10px;
}
.p-top_product .block02 {
	padding: 88px 0;
	background: url(../img/top/product-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.p-top_product .block02 .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p-top_product .block02 .image {
	width: 56%;
}
.p-top_product .block02 .image .preview {
	border-radius: 10px;
	width: 100%;
	aspect-ratio: 1.3724696356;
	object-fit: cover;
	transition: opacity 0.5s;
}
.p-top_product .block02 .image02 {
	display: none;
}
.p-top_product .block02 .text {
	width: calc(44% - 46px);
}
.p-top_product .block02 li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #fff;
	padding: 35px 0;
	padding-left: 16px;
	position: relative;
}
.p-top_product .block02 li a:hover .arrow-before {
	transform: translateY(-50%);
	opacity: 0;
}
.p-top_product .block02 li a:hover .arrow-after {
	transform: translateY(-50%);
	opacity: 1;
}
.p-top_product .block02 li:last-child a {
	border-bottom: 1px solid #fff;
}
.p-top_product .block02 h3 {
	margin-bottom: 8px;
	color: #FBDB13;
}
.p-top_product .block02 p {
	color: #fff;
	margin: 0;
}
.p-top_product .block02 .arrow {
	position: absolute;
	top: 50%;
	right: 0;
	width: 19px;
	transform: translateY(-50%);
}
.p-top_product .block02 .arrow-before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition-duration: 0.7s;
	transition-property: transform, opacity;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-top_product .block02 .arrow-after {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-80%, -50%);
	opacity: 0;
	transition-duration: 0.7s;
	transition-property: transform, opacity;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-top__news {
	padding: 120px 0;
}
.p-top__news h1 {
	font-family: "Karla", sans-serif;
	text-align: center;
	font-weight: 900;
	font-size: 4.375rem;
	line-height: 1.2;
	color: #FBDB13;
}
.p-top__news h1 span {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	color: #212121;
	display: block;
}
.p-top__news .newsList {
	height: 380px;
	overflow-y: scroll;
}
.p-top__news .newsList a {
	display: flex;
	gap: 60px;
	padding: 16px 5%;
	border-bottom: 1px dashed #C0C0C0;
}
.p-top__news .newsList a .date, .p-top__news .newsList a .title {
	line-height: 1.6;
	margin: 0;
}
.p-top__news .newsList a:hover .date, .p-top__news .newsList a:hover .title {
	opacity: 0.7;
}
.p-top__news .date {
	font-size: 0.875rem;
	color: #212121;
	transition: all 0.3s ease 0s;
}
.p-top__news .title {
	font-size: 0.875rem;
	color: #212121;
	line-height: 1.4;
	transition: all 0.3s ease 0s;
}
.p-top__news .linkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	font-size: 1rem;
	color: #212121;
	margin-top: 40px;
}
.p-top__news .linkBtn::after {
	content: "";
	display: inline-block;
	background: url(../img/common/arrow02.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	transition: all 0.3s ease 0s;
}
.p-top__news .linkBtn:hover::after {
	transform: translateX(10px);
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-top__mainvisual {
		height: 85vh;
	}
	.p-mainvisual_inner {
		height: 85vh;
	}
	.p-mainvisual_hero {
		top: calc(50% + 30px);
	}
	.p-mainvisual_hero h1 {
		font-size: 2rem;
	}
	.p-mainvisual_hero h1 b {
		font-size: 3rem;
	}
	.p-mainvisual_hero .hero01 {
		margin-bottom: 48px;
	}
	.p-mainvisual_hero .hero02 {
		font-size: 1rem;
		margin-top: 48px;
	}
	.p-top_about {
		padding: 32px 0 64px;
	}
	.p-top_about .l-wrapper {
		width: 100%;
		max-width: 100%;
	}
	.p-top_about .l-wrapper:before {
		width: 360px;
		top: -120px;
		left: -100px;
	}
	.p-top_about h1 {
		font-weight: 500;
		font-size: 1.5rem;
		margin-bottom: 60px;
	}
	.p-top_about h1 .en {
		margin-bottom: 16px;
	}
	.p-top_about h1 .ja {
		font-size: 1.125rem;
		margin-top: 16px;
	}
	.p-top_about .flex {
		flex-direction: column;
		gap: 48px;
	}
	.p-top_about .text {
		width: 90%;
		margin-inline: auto;
	}
	.p-top_about .c-link {
		margin-inline: auto;
	}
	.p-top_about .slideFlex {
		gap: 20px;
	}
	.p-top__service {
		padding-bottom: 64px;
	}
	.p-top__service .block {
		min-height: unset;
		padding: 64px 0;
		position: relative;
		top: unset;
	}
	.p-top__service .flex {
		flex-direction: column;
		gap: 0;
		align-items: unset;
	}
	.p-top__service .image {
		width: 100%;
	}
	.p-top__service .image img {
		height: 390px;
	}
	.p-top__service .text {
		width: 90%;
		margin-inline: auto;
		max-width: unset;
	}
	.p-top__service h1 {
		position: static;
		top: unset;
		left: unset;
		transform: translateX(0);
		text-align: left;
		font-size: 2.75rem;
		line-height: 1.2;
		white-space: unset;
		width: 90%;
		margin-inline: auto;
		margin-top: -55px;
		margin-bottom: 16px;
	}
	.p-top__service h2 {
		margin-bottom: 24px;
	}
	.p-top__service .c-link {
		margin-inline: auto;
	}
	.p-top_product .block01 {
		padding-top: 64px;
	}
	.p-top_product .block01:before {
		width: 500px;
		bottom: 200px;
	}
	.p-top_product .block01 .flex {
		flex-direction: column-reverse;
	}
	.p-top_product .block01 .text {
		padding-top: 32px;
		padding-bottom: 64px;
		width: 100%;
	}
	.p-top_product .block01 h1 {
		font-size: 3.75rem;
		line-height: 1.2;
		white-space: unset;
		margin-bottom: 32px;
	}
	.p-top_product .block01 .slideBox {
		width: 100%;
		gap: 18px;
	}
	.p-top_product .block01 .slider-container {
		height: 400px;
	}
	.p-top_product .block01 .c-link {
		margin-inline: auto;
	}
	.p-top_product .block02 {
		padding: 64px 0;
	}
	.p-top_product .block02 .flex {
		flex-direction: column;
		gap: 24px;
	}
	.p-top_product .block02 .image {
		width: 100%;
		margin-bottom: 24px;
	}
	.p-top_product .block02 .image .preview {
		aspect-ratio: 1.5;
		transition: unset;
	}
	.p-top_product .block02 .image02 {
		display: none;
	}
	.p-top_product .block02 .text {
		width: 100%;
	}
	.p-top_product .block02 li a {
		display: block;
		border-top: none;
		border-bottom: 1px solid #fff;
		padding: 32px 0;
		padding-left: 0;
	}
	.p-top_product .block02 li:first-child a {
		padding-top: 0;
	}
	.p-top_product .block02 h3 {
		margin-bottom: 8px;
		color: #FBDB13;
		position: relative;
		width: fit-content;
	}
	.p-top_product .block02 h3:after {
		content: "";
		display: inline-block;
		background: url(../img/common/arrow04.svg) no-repeat;
		background-size: contain;
		width: 19px;
		height: 12px;
		position: absolute;
		top: 50%;
		right: -30px;
		transform: translateY(-50%);
	}
	.p-top_product .block02 .arrow {
		display: none;
	}
	.p-top__news {
		padding: 64px 0;
	}
	.p-top__news .newsList a {
		flex-direction: column;
		gap: 8px;
		padding: 24px 5%;
	}
	.p-top__news .linkBtn {
		margin-top: 32px;
	}
}
/*
template
————————————————————————————————————————— */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
	display: none;
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, .modaal-close:before {
	background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
	background: #666;
}
/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
	font-size: 1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}
/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
	padding: 0;
}
.p-template .btnFlex {
	display: flex;
	gap: 20px 30px;
	flex-wrap: wrap;
}
.p-template .btnFlex.center {
	justify-content: center;
}
.p-template .btnFlex .c-link {
	margin: 0;
}
.p-template .p-list li {
	font-size: 1.125rem;
	margin-bottom: 9px;
	line-height: 1.4;
	padding-left: 20px;
	position: relative;
}
.p-template .p-list li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 1px;
	background: #000;
}
.p-template .p-list2 {
	list-style-type: decimal;
	padding-left: 20px;
}
.p-template .p-list2 li {
	font-size: 1.125rem;
	margin-bottom: 9px;
	line-height: 1.4;
}
.p-template .p-list3 {
	list-style-type: circle;
	padding-left: 20px;
}
.p-template .p-list3 li {
	font-size: 1.125rem;
	margin-bottom: 9px;
	line-height: 1.4;
}
.p-template section.bg-color01 {
	background: #F8F8F8;
}
.p-template section .bg-color01 {
	background: #F8F8F8!important;
}
.p-template .p-text-center {
	text-align: center;
}
.p-template .mb8 {
	margin-bottom: 8px;
}
.p-template .mb16 {
	margin-bottom: 16px;
}
.p-template .mb24 {
	margin-bottom: 24px;
}
.p-template .mb32 {
	margin-bottom: 32px;
}
.p-template .mb64 {
	margin-bottom: 64px;
}
.p-template .mb72 {
	margin-bottom: 72px;
}
.p-template .mb128 {
	margin-bottom: 128px;
}
.p-template .mt8 {
	margin-top: 8px;
}
.p-template .mt16 {
	margin-top: 16px;
}
.p-template .mt24 {
	margin-top: 24px;
}
.p-template .mt32 {
	margin-top: 32px;
}
.p-template .mt48 {
	margin-top: 48px;
}
.p-template .mt64 {
	margin-top: 64px;
}
.p-template .mt72 {
	margin-top: 72px;
}
.p-template .mt128 {
	margin-top: 128px;
}
.p-template .table__scroll {
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow: hidden;
	display: contents;
}
.p-template .table__scroll::-webkit-scrollbar {
	display: none;
}
.p-template .p-page__table01 {
	border-collapse: collapse;
	width: 100%;
}
.p-template .p-page__table01 tr {
	border-bottom: 1px solid #D8D8D8;
}
.p-template .p-page__table01 tr:first-child {
	border-top: 1px solid #D8D8D8;
}
.p-template .p-page__table01 th, .p-template .p-page__table01 td {
	padding: 20px 0 20px 10px;
	font-size: 0.875rem;
	line-height: 1.4;
}
.p-template .p-page__table01 th {
	width: 10em;
	white-space: nowrap;
	text-align: center;
}
.p-template .p-page__table02 {
	border-collapse: collapse;
	width: 100%;
}
.p-template .p-page__table02 tr {
	border-bottom: 1px solid #D8D8D8;
}
.p-template .p-page__table02 tr:first-child {
	border-top: 1px solid #D8D8D8;
}
.p-template .p-page__table02 th, .p-template .p-page__table02 td {
	padding: 32px 0 32px 10px;
	font-size: 0.875rem;
	line-height: 1.4;
}
.p-template .p-page__table02 th {
	width: 10em;
	white-space: nowrap;
	text-align: center;
	border-bottom: 1px solid #151D70;
	vertical-align: middle;
}
.p-template .p-page__table02 th:first-child {
	border-top: 1px solid #151D70;
}
.p-template .p-page__table03 {
	border-collapse: collapse;
	width: 100%;
	min-width: 1000px;
}
.p-template .p-page__table03 tr.gray td {
	background: #F1F2F2;
}
.p-template .p-page__table03 th, .p-template .p-page__table03 td {
	font-size: 0.875rem;
	border: solid 1px #D8D8D8;
	padding: 16px 32px;
	text-align: left;
}
.p-template .p-page__table03 th {
	font-weight: 600;
	background: #FEFFD2;
}
.p-template .p-page__table03 .center {
	text-align: center;
}
.p-template .p-page__table03 .gallery {
	color: #212121;
}
.p-template .p-page__table03 .gallery:after {
	content: "";
	display: inline-block;
	background: url(../img/common/link_icon02.png) no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-top: -1px;
	margin-left: 8px;
}
.p-template .sticky-content .flex {
	display: flex;
	align-items: flex-start;
	gap: 70px;
}
.p-template .sticky-content .image {
	width: 40%;
	position: sticky;
	top: 120px;
}
.p-template .sticky-content .image img {
	border-radius: 5px;
}
.p-template .sticky-content .text {
	width: calc(60% - 70px);
	min-height: 800px;
}
.p-template .fixed-content .block {
	background: #fff;
	width: 100%;
	min-height: 80dvh;
	padding: 22vh 0;
	display: flex;
	align-items: center;
	position: sticky;
	top: 0;
}
.p-template .fixed-content .block-one {
	z-index: 2;
}
.p-template .fixed-content .block-two {
	z-index: 4;
}
.p-template .fixed-content .block-three {
	z-index: 6;
}
.p-template .fixed-content .block-four {
	z-index: 7;
}
.p-template .fixed-content .block-five {
	z-index: 8;
}
.p-template .fixed-content .flex {
	width: 90%;
	display: flex;
	gap: 60px;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.p-template .fixed-content .flex.rev {
	flex-direction: row-reverse;
}
.p-template .fixed-content .image {
	width: 50%;
}
.p-template .fixed-content .image img {
	width: 100%;
	height: 460px;
	object-fit: cover;
	border-radius: 5px;
}
.p-template .fixed-content .column-outside-right {
	flex: 1;
	margin-right: calc(50% - 50vw);
}
.p-template .fixed-content .column-outside-left {
	flex: 1;
	margin-left: calc(50% - 50vw);
}
.p-template .fixed-content .text {
	width: 40%;
	max-width: 500px;
}
.p-template .fixed-content h1 {
	position: absolute;
	top: -65px;
	left: 45%;
	transform: translateX(-50%);
	text-align: center;
	color: #FBDB13;
	font-weight: 900;
	font-size: 4.5625rem;
	white-space: nowrap;
}
.p-template .fixed-content h2 {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 16px;
}
.p-template .fixed-content p {
	margin-bottom: 16px;
}
.p-template .step-content ul {
	display: flex;
	flex-direction: column;
	gap: 96px;
}
.p-template .step-content li {
	display: flex;
	align-items: center;
	gap: 42px;
	position: relative;
}
.p-template .step-content li::after {
	content: "";
	display: inline-block;
	background: #151D70;
	width: 1px;
	height: 135%;
	position: absolute;
	bottom: -150px;
	left: 50px;
}
.p-template .step-content li:last-child::after {
	display: none;
}
.p-template .step-content .left {
	width: 35%;
	display: flex;
}
.p-template .step-content .right {
	width: calc(65% - 42px);
}
.p-template .step-content .right p {
	margin-bottom: 32px;
}
.p-template .step-content .number {
	width: 100px;
	line-height: 1.2;
	border-radius: 5px 0 0 5px;
	background: #151D70;
	color: #FBDB13;
	font-size: 2.25rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.p-template .step-content .number span {
	display: block;
	font-size: 1rem;
}
.p-template .step-content .image {
	width: calc(100% - 100px);
}
.p-template .step-content .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 10px 10px 0;
}
.p-template .check-content {
	padding-bottom: 48px;
	position: relative;
}
.p-template .check-content:before {
	content: "";
	display: inline-block;
	background: #151D70;
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.p-template .check-content:after {
	content: "";
	display: inline-block;
	background: #FBDB13;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 113px;
	left: 0;
	z-index: -1;
}
.p-template .check-content .flex {
	display: flex;
	gap: 72px;
}
.p-template .check-content .box {
	width: 100%;
	background: #F8F8F8;
	border-radius: 10px;
	padding: 40px;
}
.p-template .check-content ul {
	display: flex;
	flex-direction: column;
	gap: 26px;
}
.p-template .check-content ul li {
	position: relative;
	padding-left: 56px;
}
.p-template .check-content ul li:before {
	content: "";
	display: inline-block;
	background: url(../img/common/check.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -9px;
	left: 0;
}
.p-template .modaal-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 30px;
}
.p-template .modaal-list .image {
	margin-bottom: 18px;
}
.p-template .modaal-list table {
	width: 100%;
	border-collapse: collapse;
}
.p-template .modaal-list table tr {
	border-bottom: 1px dashed #D9D9D9;
}
.p-template .modaal-list table th, .p-template .modaal-list table td {
	font-size: 1rem;
	line-height: 1.6;
	padding: 14px 8px;
}
.p-template .modaal-list table th {
	white-space: nowrap;
}
.p-template .grid-full {
	margin: 0 0 26px;
}
.p-template .grid-full p {
	font-size: 1rem;
	text-align: center;
	margin: 5px 0 0;
}
.p-template .grid-full .h-type1 {
	object-fit: cover;
	height: 200px;
}
.p-template .grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-template .grid p {
	font-size: 1rem;
	margin: 5px 0 0;
	margin-bottom: 16px;
}
.p-template .grid > div {
	margin: 0 0 26px;
}
.p-template .grid .gcol12 {
	width: 100%;
}
.p-template .grid .gcol6 {
	width: 49%;
}
.p-template .grid .gcol4 {
	width: 32%;
}
.p-template .grid .gcol5 {
	width: 46%;
}
.p-template .grid .gcol8 {
	width: 66%;
}
.p-template .grid .gcol3 {
	width: 23.5%;
}
.p-template .grid .h-type1 {
	object-fit: cover;
	height: 200px;
}
.p-template .grid .h-type2 {
	object-fit: cover;
	height: 100px;
}
.p-template .grid.center {
	display: flex;
	justify-content: center;
}
.p-template .grid.center > div {
	margin: 0 2% 26px 0;
}
.p-template .grid.center > div:last-child {
	margin: 0 0 26px;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-template .btnFlex {
		justify-content: center;
	}
	.p-template .p-list li {
		font-size: 1rem;
		margin-bottom: 6px;
		padding-left: 12px;
	}
	.p-template .p-list2 li {
		font-size: 1.125rem;
		margin-bottom: 6px;
	}
	.p-template .mt128 {
		margin-top: 64px;
	}
	.p-template .mb128 {
		margin-bottom: 64px;
	}
	.p-template .table__scroll {
		display: block;
	}
	.p-template .p-page__table01 th, .p-template .p-page__table01 td {
		display: block;
		padding: 8px 32px;
	}
	.p-template .p-page__table01 th {
		font-weight: 700;
		width: 100%;
		text-align: left;
		padding-bottom: 0;
	}
	.p-template .p-page__table01 td {
		width: 100%;
	}
	.p-template .p-page__table02 tr {
		border-bottom: none;
	}
	.p-template .p-page__table02 tr:first-child {
		border-top: none;
	}
	.p-template .p-page__table02 th, .p-template .p-page__table02 td {
		display: block;
		padding: 8px 32px;
	}
	.p-template .p-page__table02 th {
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #D8D8D8;
	}
	.p-template .p-page__table02 th:first-child {
		border-top: none;
	}
	.p-template .p-page__table02 td {
		width: 100%;
		border-bottom: 1px solid #151D70;
	}
	.p-template .sticky-content .flex {
		flex-direction: column;
		gap: 24px;
	}
	.p-template .sticky-content .image {
		width: 100%;
		position: relative;
		top: unset;
	}
	.p-template .sticky-content .text {
		width: 100%;
		min-height: unse;
	}
	.p-template .fixed-content .block {
		min-height: unset;
		padding: 64px 0;
		position: relative;
		top: unset;
	}
	.p-template .fixed-content .flex {
		flex-direction: column;
		gap: 0;
		align-items: unset;
	}
	.p-template .fixed-content .flex.rev {
		flex-direction: column;
	}
	.p-template .fixed-content .image {
		width: 100%;
		margin-bottom: 24px;
	}
	.p-template .fixed-content .image img {
		aspect-ratio: 1.5;
		object-fit: cover;
		height: auto;
		width: calc(100% + 12%);
		max-width: unset;
		margin-left: -6%;
	}
	.p-template .fixed-content .column-outside-right {
		margin-right: 0;
		margin-left: 0;
	}
	.p-template .fixed-content .column-outside-left {
		margin-left: 0;
		margin-right: 0;
	}
	.p-template .fixed-content .text {
		width: 90%;
		margin-inline: auto;
		max-width: unset;
	}
	.p-template .fixed-content h1 {
		position: static;
		top: unset;
		left: unset;
		transform: translateX(0);
		text-align: left;
		font-size: 2.75rem;
		line-height: 1.2;
		white-space: unset;
		width: 90%;
		margin-inline: auto;
		margin-top: -55px;
		margin-bottom: 16px;
	}
	.p-template .fixed-content h2 {
		margin-bottom: 24px;
	}
	.p-template .fixed-content .c-link {
		margin-inline: auto;
	}
	.p-template .step-content ul {
		gap: 152px;
	}
	.p-template .step-content li {
		flex-direction: column;
		gap: 24px;
	}
	.p-template .step-content li::after {
		height: 56px;
		bottom: -105px;
		left: 50%;
		transform: translateX(-50%);
	}
	.p-template .step-content .left {
		width: 100%;
		flex-direction: column;
	}
	.p-template .step-content .right {
		width: 100%;
	}
	.p-template .step-content .number {
		width: 100%;
		line-height: 1.2;
		border-radius: 5px 5px 0 0;
		padding: 12px;
	}
	.p-template .step-content .image {
		width: 100%;
	}
	.p-template .step-content .image img {
		aspect-ratio: 1.3333333333;
		height: auto;
		border-radius: 0 0 10px 10px;
	}
	.p-template .check-content .flex {
		flex-direction: column;
		gap: 56px;
	}
	.p-template .check-content .box {
		padding: 32px 20px;
	}
	.p-template .check-content ul {
		gap: 18px;
	}
	.p-template .check-content ul li {
		padding-left: 48px;
	}
	.p-template .check-content ul li:before {
		width: 32px;
		height: 32px;
		top: -4px;
	}
	.p-template .modaal-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 72px;
	}
	.p-template .grid-full .h-type1 {
		height: 220px;
	}
	.p-template .grid .gcol6 {
		width: 100%;
	}
	.p-template .grid .gcol4 {
		width: 100%;
	}
	.p-template .grid .gcol5 {
		width: 100%;
	}
	.p-template .grid .gcol8 {
		width: 100%;
	}
	.p-template .grid .gcol3 {
		width: 49%;
	}
	.p-template .grid .h-type1 {
		height: 220px;
	}
	.p-template .grid .h-type2 {
		height: 120px;
	}
}
/*
news
————————————————————————————————————————— */
.p-news .p-news__article {
	display: flex;
	gap: 60px;
	padding: 16px 5%;
	border-bottom: 1px dashed #C0C0C0;
}
.p-news .p-news__article:hover .date, .p-news .p-news__article:hover .title {
	opacity: 0.7;
}
.p-news .p-news__date {
	font-size: 0.875rem;
	color: #212121;
}
.p-news .p-news__title {
	font-size: 0.875rem;
	color: #212121;
	line-height: 1.4;
}
.p-pagenation {
	margin-top: 80px;
}
.p-pagenation ul {
	display: flex;
	justify-content: center;
}
.p-pagenation li {
	margin-right: 18px;
}
.p-pagenation li:last-child {
	margin: 0;
}
.p-pagenation li .current {
	border-bottom: 1px solid #212121;
}
.p-pagenation a, .p-pagenation span {
	font-weight: 700;
	font-size: 1.125rem;
	color: #212121;
}
.p-single .p-single__date {
	font-size: 1rem;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
}
.p-single .p-single__title {
	font-weight: 500;
	font-size: 1.125rem;
}
.p-single .p-single__content img {
	width: auto;
}
.p-single .p-single__content p {
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 2;
}
.p-single .c-link {
	margin-inline: auto;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-news .p-news__article {
		flex-direction: column;
		gap: 8px;
		padding: 24px 5%;
	}
	.p-pagenation {
		margin-top: 32px;
	}
	.p-single .p-single__title {
		font-size: 1rem;
	}
}
/*
product
————————————————————————————————————————— */
.p-product th, .p-product td {
	color: #212121;
}
.p-product .category-btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px 0 40px;
	gap: 10px;
}
.p-product .category-btn li a {
	display: block;
	padding: 10px 30px;
	background: #151D70;
	color: #fff;
	font-size: 1rem;
	border-radius: 100vmax;
	transition: 0.3s ease;
}
.p-product .category-btn li a:hover {
	opacity: 0.8;
}
.p-product .filter-btn.active {
	background-color: #FBDB13;
	color: #151D70;
}
.p-product .is-animate {
	opacity: 1;
	animation: 0.6s zoom-in;
}
@keyframes zoom-in {
	0% {
		opacity: 0.3;
		transform: scale(0.8);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}
.p-productdetail .p-detail__flex {
	display: flex;
	justify-content: space-between;
}
.p-productdetail .p-detail__image, .p-productdetail .p-detail__text {
	width: 48%;
}
.p-productdetail .p-detail__sticky {
	position: sticky;
	top: 100px;
}
.p-productdetail .slider-main, .p-productdetail .slider-thumbs {
	width: 100%;
}
.p-productdetail .slider-main {
	margin-bottom: 10px;
}
.p-productdetail .slider-thumbs .swiper-slide {
	opacity: 0.5;
	cursor: pointer;
	transition: opacity 0.3s;
}
.p-productdetail .slider-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.p-productdetail .p-detail__contents {
	margin-top: 32px;
}
.p-productdetail .c-link {
	margin-inline: auto;
	margin-top: 64px;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-productdetail .p-detail__flex {
		flex-direction: column;
	}
	.p-productdetail .p-detail__image, .p-productdetail .p-detail__text {
		width: 100%;
	}
	.p-productdetail .p-detail__text {
		margin-top: 32px;
	}
	.p-productdetail .p-detail__sticky {
		position: static;
		top: unset;
	}
	.p-productdetail .c-link {
		margin-top: 32px;
	}
}
/*
developmentSupport
————————————————————————————————————————— */
.p-developmentSupport .support .flex {
	display: flex;
	gap: 40px;
}
.p-developmentSupport .support .image {
	width: calc(30% - 40px);
}
.p-developmentSupport .support .text {
	width: 70%;
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.p-developmentSupport .suggestion .flex {
	display: flex;
	flex-direction: row-reverse;
	gap: 40px;
}
.p-developmentSupport .suggestion .image {
	width: calc(35% - 40px);
}
.p-developmentSupport .suggestion .text {
	width: 65%;
}
.p-developmentSupport .selection .flex {
	display: flex;
	gap: 40px;
}
.p-developmentSupport .selection .image {
	width: calc(35% - 40px);
}
.p-developmentSupport .selection .text {
	width: 65%;
}
.p-developmentSupport .construction ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 40px;
}
.p-developmentSupport .construction .image {
	margin-bottom: 24px;
}
.p-developmentSupport .construction h4 {
	text-align: center;
}
.p-developmentSupport .masSupport .flex {
	display: flex;
	gap: 40px;
}
.p-developmentSupport .masSupport .image {
	width: calc(30% - 40px);
}
.p-developmentSupport .masSupport .text {
	width: 70%;
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.p-developmentSupport .faq .accordion:not([open]) {
	margin-bottom: 7px;
}
.p-developmentSupport .faq .accordion summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 1em 2em;
	border-left: 5px solid #151D70;
	background-color: #f2f2f2;
	font-weight: 500;
	font-size: 1rem;
	cursor: pointer;
}
.p-developmentSupport .faq .accordion summary::-webkit-details-marker {
	display: none;
}
.p-developmentSupport .faq .accordion summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	min-width: 7px;
	min-height: 7px;
	margin-left: 10px;
	border-bottom: 3px solid #c2c2c2;
	border-right: 3px solid #c2c2c2;
	content: "";
	transition: transform 0.3s;
}
.p-developmentSupport .faq .accordion[open] summary::after {
	transform: rotate(225deg);
}
.p-developmentSupport .faq .accordion p {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 1em 2em 2em 2em;
	color: #333333;
	transition: transform 0.5s, opacity 0.5s;
}
.p-developmentSupport .faq .accordion[open] p {
	transform: none;
	opacity: 1;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-developmentSupport .support .flex {
		flex-direction: column;
		gap: 32px;
	}
	.p-developmentSupport .support .image {
		width: 100%;
	}
	.p-developmentSupport .support .text {
		width: 100%;
		gap: 24px;
	}
	.p-developmentSupport .suggestion .flex {
		flex-direction: column;
		gap: 32px;
	}
	.p-developmentSupport .suggestion .image {
		width: 100%;
	}
	.p-developmentSupport .suggestion .text {
		width: 100%;
	}
	.p-developmentSupport .selection .flex {
		flex-direction: column;
		gap: 32px;
	}
	.p-developmentSupport .selection .image {
		width: 100%;
	}
	.p-developmentSupport .selection .text {
		width: 100%;
	}
	.p-developmentSupport .construction ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 32px;
	}
	.p-developmentSupport .masSupport .flex {
		flex-direction: column;
		gap: 32px;
	}
	.p-developmentSupport .masSupport .image {
		width: 100%;
	}
	.p-developmentSupport .masSupport .text {
		width: 100%;
		gap: 24px;
	}
}
/*
facility
————————————————————————————————————————— */
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
}
/*
company
————————————————————————————————————————— */
.p-company .history .flex {
	display: flex;
	gap: 32px;
}
.p-company .history .map {
	width: 35%;
}
.p-company .history .map iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-company .history .text {
	width: calc(65% - 32px);
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.p-company .history .text h3 {
	margin-bottom: 16px;
}
.p-company .history .text h4 {
	margin-bottom: 8px;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-company .history .flex {
		flex-direction: column;
	}
	.p-company .history .map {
		width: 100%;
	}
	.p-company .history .map iframe {
		height: auto;
		aspect-ratio: 1.5;
	}
	.p-company .history .text {
		width: 100%;
	}
}
/*
quality
————————————————————————————————————————— */
.p-quality .about {
	text-align: center;
}
.p-quality .quality .flex {
	display: flex;
	gap: 40px;
}
.p-quality .quality .image {
	width: calc(30% - 40px);
}
.p-quality .quality .text {
	width: 70%;
}
.p-quality .traceability .flex {
	display: flex;
	flex-direction: row-reverse;
	gap: 40px;
}
.p-quality .traceability .image {
	width: calc(35% - 40px);
}
.p-quality .traceability .text {
	width: 65%;
}
.p-quality .check .flex {
	display: flex;
	gap: 40px;
}
.p-quality .check .image {
	width: calc(35% - 40px);
}
.p-quality .check .text {
	width: 65%;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-quality .quality .flex {
		flex-direction: column;
		gap: 32px;
	}
	.p-quality .quality .image {
		width: 100%;
	}
	.p-quality .quality .text {
		width: 100%;
		gap: 24px;
	}
	.p-quality .traceability .flex {
		flex-direction: column;
		gap: 32px;
	}
	.p-quality .traceability .image {
		width: 100%;
	}
	.p-quality .traceability .text {
		width: 100%;
	}
	.p-quality .check .flex {
		flex-direction: column;
		gap: 32px;
	}
	.p-quality .check .image {
		width: 100%;
	}
	.p-quality .check .text {
		width: 100%;
	}
}
/*
recruit
————————————————————————————————————————— */
.p-recruit th {
	width: 25%!important;
}
.p-recruit .flow ul {
	display: flex;
	gap: 48px;
}
.p-recruit .flow li {
	background: #151D70;
	border-radius: 100vmax;
	padding: 25px;
	color: #fff;
	text-align: center;
	position: relative;
	min-width: 200px;
}
.p-recruit .flow li:after {
	content: "";
	display: inline-block;
	background: #151D70;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -100%;
	transform: translateY(-50%);
}
.p-recruit .flow li:last-child::after {
	display: none;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-recruit .flow ul {
		flex-direction: column;
		gap: 32px;
	}
	.p-recruit .flow li {
		padding: 20px;
	}
	.p-recruit .flow li:after {
		width: 1px;
		height: 100%;
		top: unset;
		bottom: -100%;
		right: unset;
		left: 50%;
		transform: translate(-50%);
	}
}
/*
utillity
————————————————————————————————————————— */
.u-screen-reader-text {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}
.u-visuallyHidden {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	margin: -1px;
}
.u-sp-none992 {
	display: none;
}
.u-sp-none768 {
	display: none;
}
.u-sp-none576 {
	display: none;
}
.u-link-none {
	pointer-events: none;
}
.u-m-auto {
	margin: 0 auto;
}
.u-display-center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.u-position-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.u-fade {
	opacity: 0;
	transition: all 1s ease;
}
.u-fade2 {
	transition: all 2s ease;
}
.u-fade.is-active {
	opacity: 1;
	transform: none;
}
.u-fade-up {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s;
}
.u-fade-up.is-active {
	transform: translateY(0);
}
.u-fade-down {
	opacity: 0;
	transform: translateY(-20px);
	transition: all 1s;
}
.u-fade-down.is-active {
	transform: translateY(0);
}
.u-fade-down2 {
	transition: all 2s;
}
.u-fade-lr {
	transform: translate(-100px, 0);
}
.u-fade-rl {
	transform: translate(100px, 0);
}
.u-mask-bg {
	color: transparent;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.u-mask-bg h2 {
	opacity: 0;
	transition: all 1s ease;
}
.u-mask-bg img {
	opacity: 0;
	transition: all 0.6s ease;
	transform: translateX(-100%);
}
.u-mask-bg:after {
	background: #151D70;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(110%);
}
.u-mask-bg.-black:after {
	background: #000;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(110%);
}
.u-mask-bg.is-animated:after {
	animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-animated h2 {
	opacity: 1;
}
.u-mask-bg.is-animated img {
	opacity: 1;
	transform: translateX(0);
}
.u-mask-bg.is-active:after {
	animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-active h2 {
	opacity: 1;
}
.u-mask-bg.is-active img {
	opacity: 1;
	transform: translateX(0);
}
@keyframes mask-bg {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(110%);
	}
}
.u-fade-blur {
	opacity: 0;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.u-fade-blur.is-active {
	-webkit-animation-name: imageBlur;
	animation-name: imageBlur;
	opacity: 1;
	transition: 0.8s;
}
@-webkit-keyframes imageBlur {
	from {
		opacity: 0;
		-webkit-filter: blur(15px);
		-moz-filter: blur(15px);
		-ms-filter: blur(15px);
		-o-filter: blur(15px);
		filter: blur(15px);
	}
	to {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes imageBlur {
	from {
		opacity: 0;
		-webkit-filter: blur(15px);
		-moz-filter: blur(15px);
		-ms-filter: blur(15px);
		-o-filter: blur(15px);
		filter: blur(15px);
	}
	to {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
	overflow: hidden;
	display: inline-block;
}
.slide-in_inner {
	display: inline-block;
}
/* 上下のアニメーション*/
.downAnime {
	opacity: 0;
	/* 事前に透過0 にして消しておく*/
}
.slideAnimeDownUp {
	animation-name: slideTextY100;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes slideTextY100 {
	from {
		transform: translateY(100%);
		/* 要素を上の枠外に移動*/
		opacity: 0;
	}
	to {
		transform: translateY(0);
		/* 要素を元の位置に移動*/
		opacity: 1;
	}
}
.slideAnimeUpDown {
	animation-name: slideTextY-100;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes slideTextY-100 {
	from {
		transform: translateY(-100%);
		/* 要素を下の枠外に移動*/
		opacity: 0;
	}
	to {
		transform: translateY(0);
		/* 要素を元の位置に移動*/
		opacity: 1;
	}
}
/*========= ローディング画面のためのCSS ===============*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #151D70;
	z-index: 9999999;
	text-align: center;
	color: #fff;
}
#splash-logo {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#splash-logo p {
	font-size: 1.5rem;
	color: #fff;
}
#splash-logo p:last-child {
	font-size: 1.125rem;
}
#splash-logo img {
	width: 126px;
	display: block;
	margin-inline: auto;
	margin-top: 24px;
	margin-bottom: 24px;
}
/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
	display: none;
}
/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
	display: block;
	content: "";
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	transform: scaleX(0);
	background-color: #151D70;
	/*伸びる背景色の設定*/
	animation-name: PageAnime;
	animation-duration: 1.2s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}
@keyframes PageAnime {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}
	50% {
		transform-origin: left;
		transform: scaleX(1);
	}
	50.001% {
		transform-origin: right;
	}
	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}
/*画面遷移の後現れるコンテンツ設定*/
#container {
	opacity: 0;
	/*はじめは透過0に*/
}
/*bodyにappearクラスがついたら出現*/
body.appear #container {
	animation-name: PageAnimeAppear;
	animation-duration: 1s;
	animation-delay: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes PageAnimeAppear {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
	/* ======================
	utility(992)
	=========================*/
	.u-sp-none992 {
		display: block;
	}
	.u-pc-none992 {
		display: none;
	}
	a[href^="tel:"] {
		pointer-events: none;
		cursor: none;
	}
}
@media screen and (min-width: 768px) {
	/* ======================
	utility(768)
	=========================*/
	.u-sp-none768 {
		display: block;
	}
	.u-pc-none768 {
		display: none;
	}
}
@media screen and (min-width: 576px) {
	/* ======================
	utility(576)
	=========================*/
	.u-sp-none576 {
		display: block;
	}
	.u-pc-none576 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.u-sp-visuallyHidden {
		position: absolute;
		white-space: nowrap;
		width: 1px;
		height: 1px;
		overflow: hidden;
		border: 0;
		padding: 0;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		margin: -1px;
	}
	.u-fade-up-delay1 {
		transition-delay: unset;
	}
	.u-fade-up-delay2 {
		transition-delay: unset;
	}
	.u-fade-up-delay3 {
		transition-delay: unset;
	}
}


/* contact, reserve */
/*********************
INPUTS
*********************/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
	display: block;
	/*height: 40px;*/
	line-height: 40px;
	font-size: 1em;
	color: #5c6b80;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: none;
	border: 1px solid #ADABAB;
	width: 100%;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	padding-left: 5px;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
	background-color: #f7f8fa;
}
input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
	color: #FD5659;
	border-color: #FD5659;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_error.png);*/
	outline-color: #FD5659;
}
input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
	color: #e6efc2;
	border-color: #e6efc2;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_ok.png);*/
	outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
	cursor: not-allowed;
	border-color: #cfcfcf;
	opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
	background-color: #d5edf8;
}
input[type="password"] {
	letter-spacing: 0.3em;
}

.button {
	width: 380px;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 1em 1em;
	color: #000000;
	background: #FFE660;
	border: none;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.button:hover {
	color: #000000;
	background: #FFCD06;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.submit_box {
	margin: 2em 0 1em;
}



/* sitemap */
@media screen and (min-width: 768px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		width: 750px;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}
@media screen and (max-width: 767px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}

.addressbox .telBox .telLink {
	font-weight: 500;
	font-size: 2.25rem;
	color: #212121;
	align-items: center;
	gap: 10px;
}


.addressbox .telBox .telLink img {
	width: 35px;
	height: 35px;
	margin-bottom: 8px;
	margin-right: 16px;
}
