@charset "utf-8";
/*=======================================================
基本設定
=======================================================*/
@font-face {
	font-family: "noto-sans-jp";
	src: url(../fonts/Noto-Sans-JP/NotoSansJP-Regular.woff) format("woff");
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: "noto-sans-jp";
	src: url(../fonts/Noto-Sans-JP/NotoSansJP-Medium.woff) format("woff");
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: "noto-sans-jp";
	src: url(../fonts/Noto-Sans-JP/NotoSansJP-Bold.woff) format("woff");
	font-weight: bold;
	font-display: swap;
}
@font-face {
	font-family: "noto-serif-jp";
	src: url(../fonts/Noto-Serif-JP/NotoSerifJP-Regular.woff) format("woff");
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: "noto-serif-jp";
	src: url(../fonts/Noto-Serif-JP/NotoSerifJP-Bold.woff) format("woff");
	font-weight: bold;
	font-display: swap;
}
* {
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	/* -webkit-box-sizing: border-box; */
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-style: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	line-break: strict;
	overflow-wrap: anywhere;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:focus,
a:focus {
	outline: none;
}
body,
.ly-head,
.ly-main,
.ly-foot {
	min-width: 1024px;
}
body {
	background: #fff;
	font-family: "noto-sans-jp", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	-webkit-text-size-adjust: 100%;
	color: #222;
}
article,
aside,
figcaption,
figure,
picture,
footer,
main,
header,
nav,
section {
	display: block;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
ul,
ol {
	list-style: none;
}
p,
li,
dt,
dd,
th,
td {
	-ms-line-break: strict;
	line-break: strict;
	overflow-wrap: anywhere;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}
picture {
	line-height: 0;
}
input,
button,
select,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 16px;
	outline: none;
	color: #222;
}
input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #fff inset;
}
input[type="checkbox"] {
	display: none;
}
input[type="radio"] {
	display: none;
}
button,
textarea {
	font-family: inherit;
	font-size: 100%;
}
/* PC SP */
.pc {
	display: initial;
}
.sp {
	display: none;
}
@media only screen and (min-device-width: 1025px) {
	/* PCのみホバー効果 */
	a, .hp-hover {
		transition: all 0.3s ease;
	}
	a:hover, .hp-hover:hover{
		opacity: 0.7;
	}
	label:hover {
		cursor: pointer;
	}
}
@media screen and (max-width: 750px) {
	body,
	.ly-head,
	.ly-main,
	.ly-foot {
		min-width: 750px;
		max-width: 750px;
		width: 100%;
	}
	body {
		font-size: 28px;
		line-height: 1.5;
	}
	.sp {
		display: initial;
	}
	.pc {
		display: none;
	}
}

/*=============================
共通レイアウト
==============================*/
/* 全体のWrapper */
.ly-all-wrapper {
	overflow: hidden;
	max-width: 2000px;
	margin: 0 auto;
}

/* inner */
.ly-head-inner,
.ly-foot-inner,
.ly-cont,
.ly-cont-inner {
	width: 1024px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.ly-cont-inner::before {
	content: "";
	position: absolute;
}
/* 2カラム */
.ly-cont--col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 44px;
}
.ly-cont-main {
	width: 700px;
}
.ly-cont-side {
	width: 280px;
}
/* bl_media */
.bl-media-list {
	display: flex;
	flex-direction: column;
	gap: 56px;
}
.bl-media {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 40px;
	position: relative;
}
.bl-media.--reverse{
	flex-direction: row-reverse;
}
.bl-media-img-wrapper {
	width: 472px;
}
.bl-media-img-wrapper > img{
	border-radius: 10px;
}
.bl-media-body {
	flex: 1;
}
.el-media-ttl {
	font-size: 26px;
	letter-spacing: 1.56px;
	line-height: 1.46;
	padding-bottom: 12px;
	margin-bottom: 16px;
	position: relative;
}
.el-media-ttl::after{
	content: '';
	position: absolute;
	background: url(../images/common/media-ttl-line.svg) top center / contain no-repeat;
	width: 440px;
	height: 4px;
	bottom: 0;
	left: 0;
}
.el-media-txt:not(:first-of-type){
	margin-top: 1.3rem;
}
/* bl_card */
.bl-card-unit {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.bl-card {
	width: 320px;
	padding: 24px;
	position: relative;
}
.bl-card:has(.bl-card-link){
	padding: 0;
}
.bl-card-link{
	display: block;
	width: 100%;
	height: 100%;
	padding: 24px;
}
.el-card-ttl{
	font-size: 22px;
	text-align: center;
	margin-bottom: 16px;
}
/* bl_btnList */
.bl-btn-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
}
@media screen and (max-width: 750px) {
	/* inner */
	.ly-cont,
	.ly-cont-inner {
		width: 690px;
	}
	/* 2カラム */
	.ly-cont--col {
		gap: 80px;
	}
	.ly-cont-main,
	.ly-cont-side {
		width: 100%;
	}
	/* bl_media */
	.bl-media {
	}

	.bl-media-img-wrapper {
		width: 100%;
	}
	.bl-media-img-body{
		width: 100%;
	}
	.el-media-ttl {
		font-size: 36px;
		text-align: center;
		letter-spacing: 2.16px;
		padding-bottom: 22px;
		margin-bottom: 40px;
	}
	.el-media-ttl::after{
		background: url(../images/common/media-ttl-line-sp.svg) top center / contain no-repeat;
		width: 208px;
		height: 6px;
		left: 50%;
		transform: translateX(-50%);
	}
	/* bl_card */
	.bl-card {
		width: 100%;
	}
	.el-card-ttl{
		font-size: 32px;
	}
}
/*=============================
下層MV - パンくず
==============================*/
/* MV */
.ly-lower-head{
	height: 340px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: url(../images/common/mv-bg.jpg) top center / cover no-repeat;
	padding-bottom: 12px;
	position: relative;
	z-index: 2;
}
.ly-lower-head::after{
	content: '';
	position: absolute;
	background: url(../images/company/mv-illust.svg) bottom right 154px / 122px 154px no-repeat;
	width: 1024px;
	height: 100%;
	left: 50%;
	bottom: -28px;
	animation: pop-bounce 0.45s cubic-bezier(0.2, 0.9, 0.2, 1) both;
}
@keyframes pop-bounce {
	0% {
		opacity: 0;
		transform: scale(0) translateX(-50%);
	}
	50% {
		opacity: 1;
		transform: scale(1.15)translateX(-50%);
	}
	60% {
		transform: scale(0.98) translateX(-50%);
	}
	100% {
		transform: scale(1) translateX(-50%);
	}
}
/* .ly-lower-head + section,
.ly-lower-head + div{
z-index: -1;
} */
.el-lower-mv-ttl {
	width: 1024px;
	margin: 0 auto;
	padding: 174px 0 30px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0px;
	position: relative;
}
.el-lower-mv-ttl::after{
	content: '';
	position: absolute;
	font-size: 15px;
	bottom: 0;
	left: 0;
}
/* パンくず */
.bl-breadcrumbs-inner {
	width: 1024px;
	margin: 0 auto;
	padding-top: 8px;
	display: flex;
	white-space: nowrap;
	overflow: hidden;
}
.bl-breadcrumbs-inner > li {
	font-size: 13px;
}
.bl-breadcrumbs-inner > li:first-child{
	display: flex;
	align-items: center;
}
.bl-breadcrumbs-inner > li:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}
.bl-breadcrumbs-inner > li:first-of-type ~ li::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	background: url(../images/common/bread-arrow.svg) top center / contain no-repeat;
	margin: 0 8px;
}
.bl-breadcrumbs-inner .home {
	display: flex;
	align-items: center;
	width: 16px;
}
@media screen and (max-width: 750px) {
	/* MV */
	.ly-lower-head{
		height: 500px;
		background: url(../images/common/mv-bg-sp.jpg) top center / cover no-repeat;
		padding-bottom: 16px;
	}
	.ly-lower-head::after{
		background: url(../images/company/mv-illust.svg) bottom right 80px / 180px 228px no-repeat;
		width: 100%;
		bottom: -40px;
	}
	.el-lower-mv-ttl {
		width: 750px;
		font-size: 38px;
		padding: 208px 30px 50px;
	}
	.el-lower-mv-ttl::after{
		font-size: 22px;
		left: 30px;
	}
	/* パンくず */
	.bl-breadcrumbs-inner {
		width: 690px;
	}
	.bl-breadcrumbs-inner > li {
		font-size: 22px;
	}
	.bl-breadcrumbs-inner > li:first-of-type ~ li::before {
		margin: 0 10px;
	}
	.bl-breadcrumbs-inner .home {
		width: 28px;
	}
}
/*=============================
共通パーツ
==============================*/
/* 各sectionメイン見出し */
.el-main-ttl {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0px;
	padding-bottom: 16px;
	margin-bottom: 40px;
	position: relative;
}
.el-main-ttl::after{
	content: '';
	position: absolute;
	background: linear-gradient(
		90deg,
		#FFA5CA 0%,
		#A0AFFF 25%,
		#FFC8A5 50%,
		#9DFFFF 75%,
		#9AFFA0 100%
	);
	width: 200px;
	height: 4px;
	bottom: 0;
	left: 0;
}
.el-box-ttl{
	min-height: 68px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.96px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00354D;
	border-radius: 10px 10px 0px 0px;
}
.bl-box-cont{
	padding: 40px 24px;
	border: 2px solid #00354D;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
}
.bl-box-cont + .el-box-ttl{
	margin-top: 40px;
}
/* service */
.bl-service-list{
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.bl-service-item{
	width: 225px;
}
.el-service-ttl{
	width: 225px;
	height: 109px;
	background: #D9E5EA;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}
.el-service-ttl::after{
	content: '';
	position: absolute;
	background: url(../images/common/service-icon01.svg) top center / contain no-repeat;
	width: 94px;
	height: 94px;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.bl-service-item:nth-of-type(2) .el-service-ttl::after{
	background: url(../images/common/service-icon02.svg) top center / contain no-repeat;
}
.bl-service-item:nth-of-type(3) .el-service-ttl::after{
	background: url(../images/common/service-icon03.svg) top center / contain no-repeat;
}
.bl-service-item:nth-of-type(4) .el-service-ttl::after{
	background: url(../images/common/service-icon04.svg) top center / contain no-repeat;
}
.--02 .bl-service-item .el-service-ttl::after{
	background: url(../images/common/service-icon05.svg) top center / contain no-repeat;
}
.--02 .bl-service-item:nth-of-type(2) .el-service-ttl::after{
	background: url(../images/common/service-icon06.svg) top center / contain no-repeat;
}
.--02 .bl-service-item:nth-of-type(3) .el-service-ttl::after{
	background: url(../images/common/service-icon07.svg) top center / contain no-repeat;
}
.--02 .bl-service-item:nth-of-type(4) .el-service-ttl::after{
	background: url(../images/common/service-icon08.svg) top center / contain no-repeat;
}
/* product */
.bl-product-list{
	margin-top: 88px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px 70px;
}
.bl-product-item{
	width: 450px;
	border-radius: 10px;
	border: 2px solid #FFA5CA;
	position: relative;
}
.bl-product-item:nth-of-type(2){
	border: 2px solid #FFC8A5;
}
.bl-product-item:nth-of-type(3){
	border: 2px solid #A0AFFF;
}
.bl-product-item:nth-of-type(4){
	border: 2px solid #9AFFA0;
}
.bl-product-item:nth-of-type(5){
	border: 2px solid #FCEE89;
}
.bl-product-item:nth-of-type(6){
	border: 2px solid #FF9A9A;
}
.bl-product-item::before{
	content: '';
	position: absolute;
	background: url(../images/common/icon-offset.png) top center / contain no-repeat;
	width: 90px;
	height: 90px;
	top: -33px;
	left: -54px;
}
.bl-product-item.--pop::before{
	background: url(../images/common/icon-pop.png) top center / contain no-repeat;
}
.bl-product-item.--seal::before{
	background: url(../images/common/icon-seal.png) top center / contain no-repeat;
}
.bl-product-item.--barcode::before{
	background: url(../images/common/icon-barcode.png) top center / contain no-repeat;
}
.bl-product-item.--setup::before{
	background: url(../images/common/icon-setup.png) top center / contain no-repeat;
}
.bl-product-item.--web::before{
	background: url(../images/common/icon-web.png) top center / contain no-repeat;
}
.el-product-ttl{
	min-height: 68px;
	font-size: 24px;
	text-align: center;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFA5CA;
}
.bl-product-item:nth-of-type(2) .el-product-ttl{
	background: #FFC8A5;
}
.bl-product-item:nth-of-type(3) .el-product-ttl{
	background: #A0AFFF;
}
.bl-product-item:nth-of-type(4) .el-product-ttl{
	background: #9AFFA0;
}
.bl-product-item:nth-of-type(5) .el-product-ttl{
	background: #FCEE89;
}
.bl-product-item:nth-of-type(6) .el-product-ttl{
	background: #FF9A9A;
}
.el-product-txt{
	padding: 20px 12px;
	letter-spacing: 0.68px;
	text-align: center;
}
/* bl_bulletList */
.bl-bullet-list > li {
	padding-left: 1em;
	position: relative;
}
.bl-bullet-list > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.bl-bullet-list.bl-bullet-list--square > li {
	padding-left: calc(1em + 8px);
}
.bl-bullet-list.bl-bullet-list--square > li::before {
	content: "■";
}
/* bl_numList */
.bl-num-list {
	counter-reset: num;
}
.bl-num-list > li {
	padding-left: 1.2em;
	position: relative;
}
.bl-num-list > li:before {
	counter-increment: num;
	content: counter(num) ".";
	position: absolute;
	top: 0;
	left: 0;
}
.bl-num-list.bl-num-list--circle > li:first-of-type::before {
	content: "①";
}
.bl-num-list.bl-num-list--circle > li:nth-of-type(2)::before {
	content: "②";
}
.bl-num-list.bl-num-list--circle > li:nth-of-type(3)::before {
	content: "③";
}
.bl-num-list.bl-num-list--circle > li:nth-of-type(4)::before {
	content: "④";
}
.bl-num-list.bl-num-list--circle > li:nth-of-type(5)::before {
	content: "⑤";
}
.bl-num-list.bl-num-list--brackets {
	counter-reset: cnt;
}
.bl-num-list.bl-num-list--brackets > li {
	padding-left: 2em;
	counter-increment: cnt;
}
.bl-num-list.bl-num-list--brackets > li::before {
	content: "(" counter(cnt) ") ";
}
/* el_btn */
.el-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-bottom: 2px;
}
.el-btn.--more{
	width: 216px;
	height: 48px;
	background: #fff;
	border: 2px solid #00354D;
	border-radius: 24px;
	margin: 56px auto 0;
}
.el-btn.--more > span{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00354D;
	font-weight: bold;
	letter-spacing: 0.68px;
	padding: 1px 20px 0 0;
	opacity: 1;
}
.el-btn.--more::after{
	content: "";
	position: absolute;
	background: url(../images/common/btn-arrow01.svg) top center / contain no-repeat;
	width: 34px;
	height: 34px;
	top: 50%;
	transform: translateY(-50%);
	right: 24px;
	transition: all 0.45s;
}
.el-btn.--more:hover{
	background: #00354D;
	opacity: 1;
}
.el-btn.--more:hover > span{
	background: linear-gradient(
		90deg,
		#FFA5CA 0%,
		#A0AFFF 25%,
		#FFC8A5 50%,
		#9DFFFF 75%,
		#9AFFA0 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	opacity: 1;
}
.el-btn.--more:hover::after{
	background: url(../images/common/btn-arrow02.svg) top center / contain no-repeat;
	right: 16px;
}
/* el_label */
.el-label {
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 2px;
}
/* ※ */
.el-att {
	display: flex;
	font-size: 14px;
	position: relative;
}
.el-att::before {
	content: "※";
	flex: 0 1 auto;
}
.el-att.center{
	justify-content: center;
}
.el-att-01,
.el-att-02,
.el-att-03 {
	padding-left: 2.5em;
}
.el-att-01::before {
	content: "※1";
}
.el-att-02::before {
	content: "※2";
}
.el-att-03::before {
	content: "※3";
}
span.el-att {
	display: block;
}
.el-link {
	text-decoration: underline;
	color: #0000ff;
}
.el-txt.center {
	text-align: center;
}
@media screen and (max-width: 750px) {
	/* 各sectionメイン見出し */
	.el-main-ttl {
		font-size: 42px;
		padding-bottom: 22px;
		margin-bottom: 64px;
	}
	.el-main-ttl::after{
		height: 6px;
	}
	.el-box-ttl{
		min-height: 74px;
		font-size: 32px;
		letter-spacing: 1.28px;
	}
	.bl-box-cont{
		padding: 40px 26px;
	}
	.bl-box-cont + .el-box-ttl{
		margin-top: 56px;
	}
	/* service */
	.bl-service-list{
		gap: 32px;
	}
	.bl-service-item{
		width: 300px;
	}
	.el-service-ttl{
		width: 300px;
		height: 145px;
		font-size: 28px;
	}
	.el-service-ttl::after{
		width: 110px;
		height: 110px;
	}
	/* product */
	.bl-product-list{
		gap: 56px;
	}
	.bl-product-item{
		width: 100%;
	}
	.bl-product-item::before{
		width: 110px;
		height: 110px;
		top: 11px;
		left: 27px;
	}
	.el-product-ttl{
		min-height: 132px;
		font-size: 32px;
		letter-spacing: 1.28px;
	}
	.el-product-txt{
		padding: 40px;
		letter-spacing: 1.12px;
	}
	/* el_btn */
	.el-btn.--more {
		width: 440px;
		height: 88px;
		border-radius: 44px;
		margin-top: 64px;
	}
	.el-btn.--more > span{
		font-size: 30px;
		letter-spacing: 1.8px;
	}
	.el-btn.--more::after{
		width: 60px;
		height: 60px;
	}
	/* el_label */
	.el-label {
	}
	/* ※ */
	.el-att {
		font-size: 22px;
	}
}

/*=============================
ヘルプタグ
==============================*/
/* ユニット */
.hp-unit {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* 明朝体 */
.hp-mincho {
	font-family: "noto-serif-jp", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}
/* medium */
.hp-medium {
	font-weight: 500 !important;
}
.hp-bold {
	font-weight: bold !important;
}
/* italic */
.hp-italic {
	transform: skewX(-10deg);
}
.hp-uppercase {
	text-transform: uppercase;
}
.hp-marker{
	background: linear-gradient(
		transparent 50%,
		#D9E5EA 50%
	);
}

/* 打ち消し線 */
.hp-strikethrough {
	padding: 3px 0 0 8px;
	background-image: linear-gradient(#222, #222);
	background-position: 0 50%;
	background-size: 100% 1px;
	background-repeat: repeat-x;
	letter-spacing: 0;
}
/* opacity1 */
.hp-opacity-1 {
	opacity: 1 !important;
}
/* 電話リンク */
.hp-tel {
	pointer-events: none;
}
/* アクセントカラー */
.hp-color--orange {
	color: #ee9e21 !important;
}
/* 影付き角丸白ボックス */
.hp-shadow-radius-white-box {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.35);
}
.hp-scroll-y {
	overflow-y: scroll;
	/*スクロールバー非表示（IE・Edge）*/
	-ms-overflow-style: none;
	/*スクロールバー非表示（Firefox）*/
	scrollbar-width: none;
}
/*スクロールバー非表示（Chrome・Safari）*/
.hp-scroll-y::-webkit-scrollbar {
	display: none;
}
@media screen and (max-width: 750px) {
	/* ユニット */
	.hp-unit {
		display: block;
	}
	/* 電話リンク */
	.hp-tel {
		pointer-events: auto;
	}
}

/*=============================
header
==============================*/
.ly-main {
	/* padding-top: 120px; */
}
.ly-head {
	width: 100%;
	/* height: 100px; */
	height: 120px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 0.3s;
}
.ly-head.is-sticky{
	background: #fff;
	box-shadow: 0 0 16px rgb(0 0 0 / 32%);
}
.bl-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* ロゴ */
.bl-head-logo {
	width: 320px;
}
.bl-head-logo > a {
	display: block;
}
.bl-head-logo img {
	vertical-align: top;
}
/* ヘッダー右側エリア */
.bl-head-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.el-head-btn {
	width: 190px;
	height: 48px;
	background: #00354D;
	border-radius: 24px;
	letter-spacing: 0.85px;
	margin-left: 32px;
	position: relative;
	transition: all 0.45s;
}
.el-head-btn > span{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #fff;
	padding-left: 32px;
	opacity: 1;
}
.el-head-btn:hover{
	opacity: 1;
}
.el-head-btn::before{
	content: '';
	position: absolute;
	background: url(../images/common/icon-mail.svg) top center / contain no-repeat;
	width: 22px;
	height: 16px;
	top: 50%;
	transform: translateY(-50%);
	left: 26px;
	transition: all 0.45s;
}
.el-head-btn > span:hover{
	background: linear-gradient(
		90deg,
		#FFA5CA 0%,
		#A0AFFF 25%,
		#FFC8A5 50%,
		#9DFFFF 75%,
		#9AFFA0 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	opacity: 1;
}
.el-head-btn:hover::before{
	background: url(../images/common/icon-mail02.svg) top center / contain no-repeat;
}
/* ナビ */
.bl-glo-nav {
	z-index: 100;
}
.bl-glo-nav-inner {
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 24px;
	font-weight: bold;
}
.bl-glo-nav-inner > li > a {
	padding-bottom: 4px;
	position: relative;
	transition: all 0.45s;
	opacity: 1;
}
.bl-glo-nav-inner > li > a:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgba(0, 53, 77, 0.7);
	bottom: 0;
	left: 0;
	transition: all 0.3s;
	opacity: 0;
}
.bl-glo-nav-inner > li > a:hover::after{
	opacity: 1;
}
/* スマホ用非表示 */
.bl-burger {
	display: none;
}

@media screen and (max-width: 750px) {
	.ly-head {
		height: 120px;
	}
	.ly-head-inner {
		width: 100%;
		z-index: 110;
		padding: 0 16px 0 30px;
	}
	/* ロゴ */
	.bl-head-logo {
		width: 360px;
		z-index: 100;
	}
	.bl-head-logo > a {
		display: flex;
		justify-content: center;
	}
	/* ヘッダー右側エリア */
	.bl-head-right {
		height: 100%;
	}
	.el-head-btn {
		width: 90px;
		height: 90px;
		border-radius: 50px;
		margin: 0 24px 0 0;
	}
	.el-head-btn > span{
		display: none;
	}
	.el-head-btn::before{
		width: 44px;
		height: 32px;
		background: url(../images/common/icon-mail02.svg) top center / contain no-repeat;
		left: 50%;
		transform: translate(-50% , -50%);
	}
	/* ハンバーガーボタン */
	.bl-burger {
		width: 100px;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 100;

	}
	.bl-burger-inner {
		display: block;
		width: 100px;
		height: 100px;
		border: 2px solid #00354D;
		border-radius: 10px;
		position: relative;
	}
	.is-active .bl-burger-inner{
		background: #00354D;
	}
	.bl-burger-bar {
		width: 58px;
		height: 5px;
		background: #00354D;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.is-active .bl-burger-bar{
		background: #fff;
	}
	.bl-burger-bar:first-child {
		top: 24px;
		transition: transform 0.3s ease;
	}
	.bl-burger-bar:nth-child(2) {
		top: 46px;
		transition: opacity 0.3s ease;
	}
	.bl-burger-bar:nth-child(3) {
		bottom: 24px;
		transition: transform 0.3s ease;
	}
	.bl-burger.is-active .bl-burger-bar:first-child {
		transform: rotate(-45deg) translate(-61%, -5px);
		transition: transform 0.3s ease;
	}
	.bl-burger.is-active .bl-burger-bar:nth-child(2) {
		opacity: 0;
		transition: opacity 0.3s ease;
	}
	.bl-burger.is-active .bl-burger-bar:nth-child(3) {
		transform: rotate(45deg) translate(-63%, 5px);
		transition: transform 0.3s ease;
	}
	/* ナビ */
	.bl-glo-nav {
		width: 100%;
		height: 100%;
		background: url(../images/common/nav-bg-sp.jpg) top center / cover no-repeat;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 90;
		transform: translateX(100%);
		transition: transform 0.3s ease-in-out;
	}
	.bl-glo-nav.is-active {
		transform: translateX(0);
		transition: transform 0.3s ease-in-out;
	}
	.bl-glo-nav-inner {
		padding: 0 20px 0;
		width: 100%;
		height: 100%;
		flex-direction: column;
		justify-content: center;
		overflow: scroll;
		gap: 56px;
	}
	.bl-glo-nav-inner > li > a {
		font-size: 32px;
		letter-spacing: 1.28px;
		padding-bottom: 0;
	}
	.bl-glo-nav-inner > li > a:hover::after{
		content: none;
	}
	/* 閉じるボタン */
	.bl-glo-nav-btn {
		width: 240px;
		height: 80px;
		border-radius: 40px;
		font-size: 30px;
		background: #00354D;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 0 1px 46px;
		position: relative;
	}
	.bl-glo-nav-btn::before {
		content: "";
		position: absolute;
		background: url(../images/common/cross.svg) top center / contain no-repeat;
		width: 24px;
		height: 24px;
		top: 50%;
		transform: translateY(-50%);
		left: 52px;
	}
}

/*=============================
footer
=============================*/
.ly-foot {
	box-shadow: inset 0px 3px 6px #00000029;
	background: #fff;
}
.ly-foot-inner {
	padding: 32px 0 56px;
}
.bl-foot {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* ロゴ */
.bl-foot-logo {
	display: block;
	width: 320px;
}
/* ナビ */
.bl-foot-glo-nav {
	width: 568px;
}
.bl-foot-glo-nav-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
}
.bl-foot-glo-nav-inner > li > a {
	padding-left: 18px;
	font-size: 15px;
	letter-spacing: 0.1em;
	position: relative;
}
.bl-foot-glo-nav-inner > li > a::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #FFA5CA;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.bl-foot-glo-nav-inner > li:nth-child(5n + 1) > a::before{ background:#FFA5CA; }
.bl-foot-glo-nav-inner > li:nth-child(5n + 2) > a::before{ background:#A0AFFF; }
.bl-foot-glo-nav-inner > li:nth-child(5n + 3) > a::before{ background:#FFC8A5; }
.bl-foot-glo-nav-inner > li:nth-child(5n + 4) > a::before{ background:#9DFFFF; }
.bl-foot-glo-nav-inner > li:nth-child(5n + 5) > a::before{ background:#9AFFA0; }

/* コピーライト */
.bl-foot-copyright {
	width: 100%;
	height: 32px;
	background: #00354D;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.bl-foot-copyright small {
	color: #fff;
	font-size: 12px;
	font-family: Verdana; /* Android */
}
/* ページトップボタン */
.bl-pagetop {
	width: 1024px;
	height: 0;
	margin: 0 auto;
	text-align: right;
	position: relative;
}
.bl-pagetop span {
	width: 66px;
	height: 66px;
	z-index: 900;
	cursor: pointer;
}
.bl-pagetop img {
	opacity: 0;
}
.bl-pagetop .fade img {
	transition: all 0.5s ease;
}
.bl-pagetop .in img {
	opacity: 1;
	cursor: pointer;
}
.bl-pagetop span img:nth-of-type(2){
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.bl-pagetop span:hover img:first-of-type{
	opacity: 0;
}
.bl-pagetop span:hover img:nth-of-type(2){
	opacity: 1;
}
@media screen and (max-width: 1400px) {
	/* ページトップボタン */
	.bl-pagetop {
		width: 100%;
	}
	.bl-pagetop span {
		right: 30px;
	}
}
@media screen and (max-width: 750px) {
	/* footer */
	.bl-foot {
		gap: 56px;
	}
	.ly-foot-inner {
		width: 100%;
		height: auto;
		padding: 0 0 64px;
	}
	.bl-foot-left {
		order: 2;
		width: 100%;
	}
	/* ロゴ */
	.bl-foot-logo {
		width: 412px;
		margin: 0 auto;
		order: 2;
	}
	/* 住所とか */
	.bl-foot-add {
		font-size: 24px;
		font-weight: normal;
		text-align: center;
	}
	/* ナビ */
	.bl-foot-glo-nav {
		width: 100%;
		order: 1;
	}
	.bl-foot-glo-nav-inner {
		display: grid;
		grid-template: repeat(3, auto) / 1fr 1fr;
		grid-auto-flow: column;
		gap: 0;
	}
	.bl-foot-glo-nav-inner > li {
		height: 100px;
		font-weight: normal;
		border-bottom: 2px solid #D9E5EA;
	}
	.bl-foot-glo-nav-inner > li:nth-child(-n + 5) {
		border-right: 2px solid #D9E5EA;
	}
	.bl-foot-glo-nav-inner > li > a {
		width: 100%;
		height: 100%;
		font-size: 28px;
		padding-left: 56px;
		display: flex;
		align-items: center;
	}
	.bl-foot-glo-nav-inner > li > a::before {
		border-width: 9px 0 9px 14px;
		top: 50%;
		transform: translateY(-50%);
		left: 30px;
	}
	/* コピーライト */
	.bl-foot-copyright {
		height: 50px;
	}
	.bl-foot-copyright small {
		font-size: 16px;
	}
	/* ページトップボタン */
	.bl-pagetop {
		width: 750px;
		z-index: 90;
	}
	.bl-pagetop span {
		width: 108px;
		height: 108px;
		border-radius: 108px;
		right: 25px;
		bottom: 25px;
	}
}
/*=============================
novearium
=============================*/
.bl-novearium {
	background: url(../images/common/novearium-bg.jpg) top center / cover no-repeat;
	padding: 72px 0 80px;
	color: #fff;
}
.bl-novearium .el-btn {
	width: 350px;
}
@media screen and (max-width: 750px) {
	.bl-novearium {
		background: url(../images/common/novearium-bg-sp.jpg) top center / cover no-repeat;
		padding: 80px 0;
	}
	.bl-novearium .el-btn {
		width: 630px;
	}
}

/*=============================
CTA
=============================*/
.bl-cta {
	padding: 80px 0;
}
.bl-cta .ly-cont-inner{
	background: linear-gradient(103deg, #FFA5CA 0%, #A0AFFF 24%, #FFC8A5 49%, #9DFFFF 75%, #9AFFA0 100%);
	height: 260px;
	border-radius: 30px;
	padding-top: 56px;
	z-index: 1;
}
.bl-cta .ly-cont-inner::before{
	content: '';
	position: absolute;
	width: 1008px;
	height: 244px;
	border-radius: 30px;
	border: 2px solid #222222;
	background: url(../images/common/cta-bg.jpg) top center / cover no-repeat;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.el-cta-ttl {
	font-size: 27px;
	line-height: 1.55;
	text-align: center;
	margin-bottom: 24px;
}
.bl-cta .el-btn {
	width: 254px;
	height: 64px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	background: linear-gradient(
		90deg,
		#FFA5CA 0%,
		#A0AFFF 25%,
		#FFC8A5 50%,
		#9DFFFF 75%,
		#9AFFA0 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	opacity: 1;
	border-radius: 88px;
	padding-left: 36px;
	margin: 24px auto 0;
	/* z-index: 1; */
}
.bl-cta .el-btn.contact::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00354D;
	border-radius: 88px;
	top: 0;
	left: 0;
	z-index: -1;
}
.bl-cta .el-btn::after{
	content: '';
	position: absolute;
	background: url(../images/common/icon-mail02.svg) top center / contain no-repeat;
	width: 30px;
	height: 22px;
	top: 50%;
	transform: translateY(-50%);
	left: 32px;
}
@media screen and (max-width: 750px) {
	.bl-cta .ly-cont-inner{
		height: 442px;
		padding-top: 62px;
	}
	.bl-cta .ly-cont-inner::before{
		width: 674px;
		height: 426px;
		background: url(../images/common/cta-bg-sp.jpg) top center / cover no-repeat;
	}
	.el-cta-ttl {
		font-size: 35px;
		line-height: 1.5;
		letter-spacing: 2.1px;
		margin-bottom: 40px;
	}
	.bl-cta .el-btn {
		width: 390px;
		height: 88px;
		font-size: 30px;
		letter-spacing: 1.8px;
		padding-left: 72px;
	}
	.bl-cta .el-btn::after{
		width: 44px;
		height: 32px;
		left: 64px;
	}
}