@charset "UTF-8";

/* ----------------------------------------------------
 全ページ共通
---------------------------------------------------- */
.bg-lightblue {
	background: linear-gradient(315deg, #E7F5FF -2.7%, #F7FCFD 83.68%);
}

.w980 {
	max-width: 980px;
	margin: 75px auto 132px;
}

.contents h2 {
	color: #008CD5;
	font-family: var(--notoserifJP);
	font-size: min(3.4rem, 2.489vw);
	font-weight: 600;
	line-height: 64px;
	letter-spacing: 1.7px;
	border-bottom: 2px solid;
	border-image: linear-gradient(
		to right,
		#008CD5 0%,
		#008CD5 5%,
		#DCDCDC 5%,
		#DCDCDC 100%
	) 1;
	padding-bottom: 10px;
	margin-bottom: 34px;
}

.contents .txt {
	color: #333;
	font-size: min(1.8rem, 1.318vw);
	font-weight: 400;
	line-height: 34px;
}

.contents .txt2 {
	color: #333;
	font-size: min(1.8rem, 1.318vw);
	font-weight: 400;
	line-height: 23px;
}

.contents .wrap {
	display: flex;
	align-items: baseline;
}

.history .kv,
.branch .kv,
.office .kv {
	background: url(../img/history_kv.webp) no-repeat;
	background-size: 100%;
	width: 100%;
	/* height: 16.9vw; */
	height: 208px;
	color: #fff;
	position: relative;
}

.history .kv .inner,
.branch .kv .inner,
.office .kv .inner {
	position: absolute;
	/* top: 5vw; */
	top: 60px;
	left: 15vw;
}

.history .kv .inner h1,
.branch .kv .inner h1,
.office .kv .inner h1 {
	font-feature-settings: 'palt' on;
	font-family: "Noto Serif JP";
	font-family: var(--notoserifJP);
	font-size: min(4.8rem, 3.514vw);
	font-weight: 600;
	line-height: 77.678px;
	letter-spacing: 12.838px;
	position: relative;
}
.history .kv .inner h1::after,
.branch .kv .inner h1::after,
.office .kv .inner h1::after {
	content: '';
	display: block;
	width: 3px;
	height: 48.376px;
	background: #FFF;
	position: absolute;
	top: 18px;
	left: -20px;
}


@media screen and (max-width: 768px) {
	.w980 {
		margin: 55px auto 0;
	}
	.contents {
		padding: 0 16px;
	}
	.contents h2 {
		font-size: min(2.6rem, 6.933vw);
		letter-spacing: 0;
		border-bottom: 2px solid;
		border-image: linear-gradient(
			to right,
			#008CD5 0%,
			#008CD5 13%,
			#DCDCDC 13%,
			#DCDCDC 100%
		) 1;
		padding-bottom: 0;
		margin-bottom: 34px;
	}
	.contents .txt {
		font-size: min(1.6rem, 4.267vw);
		line-height: 30px;
	}
	.contents .txt2 {
		font-size: min(1.6rem, 4.267vw);
		line-height: 22px;
	}
	.contents .wrap {
		display: block;
	}
	.history .kv,
	.branch .kv,
	.office .kv {
		background: url(../img/history_kv_sp.webp) no-repeat;
		background-size: 100%;
		height: 36.9vw;
	}
	.history .kv .inner,
	.branch .kv .inner,
	.office .kv .inner {
		top: 9vw;
		left: 9vw;
	}
	.history .kv .inner h1,
	.branch .kv .inner h1,
	.office .kv .inner h1 {
		font-size: min(3.4rem, 9.067vw);
		line-height: 64px;
		letter-spacing: 3.4px;
	}
	.history .kv .inner h1::after,
	.branch .kv .inner h1::after,
	.office .kv .inner h1::after {
		width: 2px;
		height: 34px;
		top: 18px;
		left: -15px;
	}

}


/* ----------------------------------------------------
 TOPページ用
---------------------------------------------------- */
.home .kv {
	background: url(../img/top-kv.webp) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 43vw;
	color: #fff;
	position: relative;
}

.home .kv .inner {
	position: absolute;
	top: 8vw;
	left: 6vw;
}

.home .kv .inner h1 {
	font-feature-settings: 'palt' on;
	font-family: "Noto Serif JP";
	font-family: var(--notoserifJP);
	font-size: min(5.3rem, 3.88vw);
	font-weight: 600;
	line-height: clamp(40px, 6vw, 77.678px);
	letter-spacing: 12.838px;
	position: relative;
}
.home .kv .inner h1::after {
	content: '';
	display: block;
	width: 64.936px;
	height: 2px;
	background: #FFF;
	margin: 25.51px 0;
}

.home .kv .inner .txt {
	text-shadow: 0 0 11px #46B626;
	font-size: min(1.8rem, 1.318vw);
	font-weight: 500;
	line-height: clamp(22px, 4vw, 38px);
}

.area_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 860px;
	margin: 0 auto 78px;
}

.area_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #008CD5;
	width: 206.103px;
	height: 60.905px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: min(2.2rem, 1.611vw);
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.66px;
	position: relative;
}
.area_link a::after {
	content: '';
	background: url(../img/btn_item02.svg) no-repeat;
	background-size: 100%;
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 53%;
	right: 10px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#establishment {
	margin-top: 138px;
}

#establishment .year,
#establishment .date,
#establishment .txt {
	color: #333;
	font-weight: 400;
	line-height: 34px;
	margin-top: 0;
}

#establishment .year {
	margin-right: 4px;
}

#establishment .date {
	width: 100px;
}

#establishment ul li.wrap .txt {
	margin-top: 0;
}

#organization {
	margin-top: 86px;
}

#sales {
	margin-top: 123px;
}

#sales h3 {
	color: #008CD5;
	font-size: min(1.8rem, 1.318vw);
	font-weight: 600;
	line-height: 34px;
}

#sales h4 {
	color: #333;
	font-size: min(1.8rem, 1.318vw);
	font-weight: 600;
	line-height: 34px;
	margin-left: 20px;
}
#sales h4:nth-of-type(2),
#sales h4:nth-of-type(3) {
	margin-top: 50px;
}

#sales .box .txt {
	margin-left: 20px;
}

#sales .box:nth-of-type(2) {
	margin-top: 50px;
}

#sales .box:nth-of-type(2) .txt {
	margin-left: 40px;
}

#news {
	background: #fff;
	margin-top: 120px;
	padding: 26px 48px 50px;
}

#news h2 {
	font-size: min(3.4rem, 2.489vw);
	font-weight: 600;
	line-height: 64px;
	letter-spacing: 3.4px;
	border-bottom: none;
	margin-bottom: 23px;
	padding-bottom: 0;
}

#news ul {
	display: flex;
	border-bottom: 1px solid #D3D4D5;
	padding: 30px 0;
}
#news ul:nth-of-type(1) {
	padding-top: 0;
}
#news ul:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#news ul li {
	font-size: min(1.8rem, 1.318vw);
	font-weight: 400;
	line-height: 25px;
}
#news ul li:first-child {
	color: #008CD5;
	font-weight: 500;
}
#news ul li:last-child {
	margin-left: 36px;
}

@media screen and (max-width: 768px) {
	.home .kv {
		background: url(../img/top-kv_sp.webp) no-repeat;
		background-size: 100%;
		width: 100%;
		height: 142vw;
	}
	.home .kv .inner {
		position: absolute;
		top: auto;
		left: 6vw;
		bottom: 40px;
	}
	.home .kv .inner h1 {
		font-size: min(3.4rem, 9.067vw);
		line-height: 49.925px;
		letter-spacing: 5.157px;
	}
	.home .kv .inner h1::after {
		width: 39.07px;
		height: 1.5px;
		margin: 12px 0;
	}
	.home .kv .inner .txt {
		font-size: min(1.5rem, 4vw);
		line-height: 26px;
	}
	.area_link {
		flex-wrap: wrap;
		padding: 0 16px;
		margin: 0 auto 64px;
	}
	.area_link a {
		width: 166.345px;
		height: 54.529px;
		border-radius: 4px;
		font-size: min(2rem, 5.333vw);
		letter-spacing: 0.6px;
		padding-right: 10px;
	}
	.area_link a::after {
		top: 53%;
		right: 0;
	}
	.area_link a:nth-of-type(1),
	.area_link a:nth-of-type(2) {
		margin-bottom: 13px;
	}
	#establishment {
		margin-top: 58px;
	}
	#establishment .year,
	#establishment .date,
	#establishment .txt {
		font-size: min(1.6rem, 4.267vw);
		line-height: 30px;
	}
	#establishment ul li.wrap {
		display: flex;
		align-items: baseline;
		margin-bottom: 10px;
	}
	#establishment .date {
		width: 100px;
	}
	#establishment .txt,
	#establishment .txt2 {
		width: 100%;
		line-height: 22px;
	}
	#organization {
		margin-top: 73px;
	}
	#sales {
		margin-top: 70px;
	}
	#sales h3 {
		font-size: min(1.6rem, 4.267vw);
		line-height: 30px;
	}
	#sales h4 {
		font-size: min(1.6rem, 4.267vw);
		line-height: 30px;
	}
	#news {
		background: #fff;
		margin-top: 74px;
		padding: 26px 14px 130px;
	}
	#news h2 {
		font-size: min(2.6rem, 6.933vw);
		margin-bottom: 20px;
	}
	#news ul {
		display: block;
		border-bottom: 1px solid #D3D4D5;
		padding: 30px 0;
	}
	#news ul li {
		font-size: min(1.5rem, 4vw);
		font-weight: 400;
		line-height: 26px;
	}
	#news ul li:first-child {
		font-weight: 600;
	}
	#news ul li:last-child {
		margin-left: 0;
	}
}



/* ----------------------------------------------------
 沿革ページ
---------------------------------------------------- */
.history table {
	position: relative;
	margin-top: 30px;
}

.history table tr {
	vertical-align: sub;
}

.history table th {
	width: 10px;
	color: #008CD5;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-bottom: none;
	position: relative;
	top: -1px;
}
.history table th::before {
	content: '';
	display: block;
	background: #008CD5;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 94%;
	left: 45%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.history table tr:last-child th::before {
	content: '';
	display: none;
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, .history table th::before {
		content: '';
		display: block;
		background: #008CD5;
		width: 1px;
		height: 91%;
		position: absolute;
		top: 100%;
		left: 45%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
}

.history table th.no_border::before {
	content: '';
	height: 0;
}

.history table td {
	color: #333;
	font-size: min(1.8rem, 1.318vw);
	border-bottom: none;
	padding: 5px 0;
	padding-left: 10px;
}

.history table td:nth-of-type(1) {
	color: #008CD5;
	font-weight: 600;
	line-height: 44px; 
}

.history table td:nth-of-type(2) {
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.9px;
}

@media screen and (max-width: 768px) {
	.history table {
		margin: 30px 16px 100px;
	}
	.history table th {
		width: 10px;
		color: #008CD5;
		font-family: Roboto;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		border-bottom: none;
		position: relative;
		top: -1px;
	}
	.history table th::before {
		top: 75%;
		height: 110%;
	}
	.history table td {
		font-size: min(1.6rem, 4.267vw);
		border-bottom: none;
		padding: 5px 0;
		padding-left: 5px;
	}
	.history table td:nth-of-type(1) {
		width: 78px;
	}
	.history table td:nth-of-type(2) {
		padding-left: 0;
		letter-spacing: 0;
	}
}


/* ----------------------------------------------------
 本社所在地ページ
---------------------------------------------------- */
.office .wrap {
	display: flex;
	justify-content: space-between;
}

.office .wrap .boxA {
	width: 55%;
}

.office .wrap .boxB {
	width: 40%;
}

.office .wrap .boxA h2 {
	font-family: var(--notoserifJP);
	font-size: min(3.2rem, 2.343vw);
	font-weight: 600;
	line-height: 64px;
	letter-spacing: 3.2px;
	margin-bottom: 24px;
}

.office .wrap .boxA ul {
	display: flex;
	font-size: min(1.8rem, 1.318vw);
	font-weight: 400;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1.5px solid;
	border-image: linear-gradient(
		to right,
		#008CD5 0%,
		#008CD5 18%,
		#DCDCDC 18%,
		#DCDCDC 100%
	) 1;
}

.office .wrap .boxA ul li:first-child {
	width: 130px;
}

@media screen and (max-width: 768px) {
	.office .wrap {
		display: block;
		padding: 0 16px 120px;
	}
	.office .wrap .boxA {
		width: 100%;
	}
	.office .wrap .boxB {
		width: 90%;
		margin: 57px auto 0;
	}
	.office .wrap .boxA h2 {
		font-size: min(3rem, 8vw);
		letter-spacing: 3px;
		margin-bottom: 24px;
	}
	.office .wrap .boxA ul {
		font-size: min(1.6rem, 4.267vw);
		border-bottom: 1.5px solid;
		border-image: linear-gradient(
			to right,
			#008CD5 0%,
			#008CD5 22%,
			#DCDCDC 22%,
			#DCDCDC 100%
		) 1;
	}
}


/* ----------------------------------------------------
 支店所在地ページ
---------------------------------------------------- */
.branch table {
	width: 100%;
	border-collapse: collapse;
	font-size: min(1.5rem, 1.098vw);
	table-layout: fixed;
}

.branch table th {
	background-color: #008CD5;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-weight: 600;
	white-space: nowrap;
}

.branch table td {
	padding: 12px 0;
	vertical-align: middle;
}

.branch table tr:nth-child(even) td {
	background-color: #fff;
}

.branch table tr:nth-child(odd) td {
	background-color: rgba(0, 0, 0, 0);
}

.branch table th {
	border: 1px solid #fff;
}

.branch table td {
	border-bottom: 1px solid #e0e0e0;
}


/* 支店名 */
.branch table th:nth-child(1),
.branch table td:nth-child(1) {
	width: 70px;
	text-align: center;
}

/* 郵便番号 */
.branch table th:nth-child(2),
.branch table td:nth-child(2) {
	width: 88px;
	text-align: center;
	white-space: nowrap;
}

/* 所在地 */
.branch table th:nth-child(3),
.branch table td:nth-child(3) {
	width: 566px;
}
.branch table td:nth-child(3) {
	padding: 12px 5px;
}

/* 電話番号 */
.branch table th:nth-child(4),
.branch table td:nth-child(4) {
	width: 128px;
	text-align: center;
	white-space: nowrap;
}

/* FAX */
.branch table th:nth-child(5),
.branch table td:nth-child(5) {
	width: 128px;
	text-align: center;
	white-space: nowrap;
}

.branch .current {
	text-align: right;
	font-size: min(1.6rem, 1.171vw);
	font-weight: 400;
	line-height: 26px;
	margin-top: 27px;
}

@media screen and (max-width: 768px) {
	.branch .w980 {
		margin-bottom: 143px;
	}
	.branch table {
		font-size: min(1.5rem, 4vw);
	}
	.branch-table-scroll {
		padding: 0 16px;
	}
	.branch-table-scroll__top {
		overflow-x: scroll;
		overflow-y: hidden;
		height: 18px;
		scrollbar-gutter: stable;
		margin-bottom: 8px;
	}
	.branch-table-scroll__top-inner {
		width: 980px;
		height: 1px;
	}
	.branch-table-scroll__inner {
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
	}
	.branch-table-scroll table {
		min-width: 980px;
	}
	.branch-table-scroll__top::-webkit-scrollbar {
		height: 8px;
	}
	.branch-table-scroll__top::-webkit-scrollbar-track {
		background: transparent;
	}
	.branch-table-scroll__top::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.25);
		border-radius: 999px;
	}
	.branch-table-scroll__inner::-webkit-scrollbar {
		display: none;
	}
	.branch-table-scroll__inner::-webkit-scrollbar-track {
		background: transparent;
	}
	.branch-table-scroll__inner::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.25);
		border-radius: 999px;
	}
	.branch .current {
		font-size: min(1.6rem, 4.267vw);
		padding: 0 16px;
	}
	.scroll-hint-icon-wrap {
		position: fixed;
		top: 100px;
		left: 0;
		width: 100%;
		height: 100%;
		max-height: 100%;
		pointer-events: none;
	}
	.scroll-hint-icon {
		position: absolute;
		top: calc(50% - 25px);
		left: calc(50% - 80px);
		box-sizing: border-box;
		width: 160px;
		height: 90px;
		border-radius: 5px;
		transition: opacity 1s;
		opacity: 0;
		background: rgba(0, 0, 0, .7);
		text-align: center;
		padding: 20px 10px 10px 10px;
	}
}


/* ----------------------------------------------------
 個人情報保護宣言ページ
---------------------------------------------------- */
.privacy {
	border-top: 1px solid #D3D4D5;
}

.privacy .wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1.5px solid;
	border-image: linear-gradient(
		to right,
		#008CD5 0%,
		#008CD5 5%,
		#DCDCDC 5%,
		#DCDCDC 100%
	) 1;
	padding-bottom: 16px;
	margin-bottom: 39px;
}

.privacy .wrap h1 {
	font-family: var(--notoserifJP);
	font-size: min(3.1rem, 2.269vw);
	font-weight: 600;
	letter-spacing: 3.1px;
}

.privacy .wrap p {
	font-size: min(1.8rem, 1.318vw);
	font-weight: 400;
}

.privacy .txt,
.privacy .txtB,
.privacy .txtC {
	font-size: min(1.8rem, 1.318vw);
}

.privacy .txtB {
	padding-left: 0.5em;
}

.privacy .txt .text-indent,
.privacy .txtC .text-indent {
	display: inline-block;
	text-indent: 1em;
}

.privacy .txt .text-indentB,
.privacy .txtC .text-indentB {
	display: inline-block;
	text-indent: 1.6em;
}

.privacy .txt .text-indentC {
	display: inline-block;
	padding-left: 2em;
	text-indent: -1em;
}

.privacy .txtB .text-indentC {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.privacy .content {
	margin-top: 35px;
}

.privacy .content h2 {
	color: #008CD5;
	font-size: min(1.8rem, 1.318vw);
	font-weight: 600;
	line-height: 28px;
}

.privacy .content h3 {
	color: #008CD5;
	font-family: var(--notoserifJP);
	font-size: min(1.8rem, 1.318vw);
	font-weight: 600;
	border-bottom: 1px solid #DCDCDC;
	margin: 16px 0;
}

.privacy .contentB {
	margin-top: 16px;
}

.privacy .contentB h4 {
	background: #eee;
	font-size: min(1.8rem, 1.318vw);
	font-style: normal;
	font-weight: 500;
	line-height: 44px;
	margin-bottom: 16px;
	padding-left: 20px;
}

.privacy .contentB ul {
	display: flex;
}

.privacy .contentB ul li {
	line-height: 32px;
	padding-left: 20px;
}
.privacy .contentB ul li:first-child {
	width: 400px;
}

.privacy .contentB ul li a {
	color: #333;
	text-decoration: underline;
}

.privacy .info {
	margin-top: 40px;
}

.privacy .info ul {
	display: flex;
	align-items: baseline;
}

.privacy .info ul:nth-of-type(1) li:first-child,
.privacy .info ul:nth-of-type(2) li:first-child {
	width: 70px;
}

.privacy .info ul:nth-of-type(3) {
	margin: 20px 0;
}
.privacy .info ul:nth-of-type(3) li:first-child {
	width: 90px;
}

.privacy .info .note {
	font-size: min(1.5rem, 1.098vw);
}
.privacy .info .note::before {
	content: '※';
}

.privacy .info ul:nth-of-type(2) li.note {
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	.privacy .w980 {
		padding: 0 16px 120px;
	}
	.privacy .wrap {
		display: block;
		border-bottom: 1.5px solid;
		border-image: linear-gradient(
			to right,
			#008CD5 0%,
			#008CD5 10%,
			#DCDCDC 10%,
			#DCDCDC 100%
		) 1;
		padding-bottom: 16px;
		margin-bottom: 39px;
	}
	.privacy .wrap h1 {
		font-size: min(2.6rem, 6.933vw);
	}
	.privacy .wrap p {
		font-size: min(1.6rem, 4.267vw);
	}
	.privacy .txt,
	.privacy .txtB,
	.privacy .txtC {
		font-size: min(1.6rem, 4.267vw);
		line-height: 30px;
	}
	.privacy .txtC .text-indent {
		padding-left: 0.5em;
		text-indent: 0;
	}
	.privacy .txtC .text-indentB {
		padding-left: 1em;
		text-indent: 0;
	}
	.privacy .content h2 {
		font-size: min(1.6rem, 4.267vw);
	}
	.privacy .content h3 {
		font-size: min(1.8rem, 4.8vw);
		margin-top: 30px;
	}
	.privacy .contentB h4 {
		font-size: min(1.6rem, 4.267vw);
	}
	.privacy .contentB ul {
		display: block;
		font-size: min(1.6rem, 4.267vw);
	}
	.privacy .contentB ul li:first-child {
		width: 100%;
	}
	.privacy .info {
		font-size: min(1.6rem, 4.255vw);
	}
	.privacy .info ul {
		padding-bottom: 10px;
	}
	.privacy .info ul:nth-of-type(2) {
		flex-wrap: wrap;
	}
	.privacy .info ul:nth-of-type(1) li:first-child {
		width: 80px;
	}
	.privacy .info ul:nth-of-type(2) li:first-child {
		width: 60px;
	}
	.privacy .info ul:nth-of-type(3) li:first-child {
		width: 80px;
	}
	.privacy .info .note {
		font-size: min(1.4rem, 3.723vw);
	}
	.privacy .info ul:nth-of-type(2) li.note {
		margin-left: 0;
		padding-top: 10px;
		flex-basis: 100%;
	}
}


/* ----------------------------------------------------
 情報セキュリティ基本方針ページ
---------------------------------------------------- */
.security {
	border-top: 1px solid #D3D4D5;
}

.security .wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1.5px solid;
	border-image: linear-gradient(
		to right,
		#008CD5 0%,
		#008CD5 5%,
		#DCDCDC 5%,
		#DCDCDC 100%
	) 1;
	padding-bottom: 16px;
	margin-bottom: 39px;
}

.security .wrap h1 {
	font-family: var(--notoserifJP);
	font-size: min(3.1rem, 2.269vw);
	font-weight: 600;
	letter-spacing: 3.1px;
}

.security .wrap p {
	font-size: min(1.8rem, 1.318vw);
	font-weight: 400;
}

.security .txt {
	font-size: min(1.8rem, 1.318vw);
}

.security .txt .text-indent {
	display: inline-block;
	text-indent: 1em;
}

.security .content {
	margin-top: 35px;
}

.security .content h2 {
	color: #008CD5;
	font-size: min(1.8rem, 1.318vw);
	font-weight: 600;
	line-height: 28px;
}

@media screen and (max-width: 768px) {
	.security .w980 {
		padding: 0 16px 120px;
	}
	.security .wrap {
		display: block;
		border-bottom: 1.5px solid;
		border-image: linear-gradient(
			to right,
			#008CD5 0%,
			#008CD5 10%,
			#DCDCDC 10%,
			#DCDCDC 100%
		) 1;
		padding-bottom: 16px;
		margin-bottom: 39px;
	}
	.security .wrap h1 {
		font-size: min(2.6rem, 6.933vw);
		letter-spacing: 0;
	}
	.security .wrap p {
		font-size: min(1.6rem, 4.267vw);
	}
	.security .txt {
		font-size: min(1.6rem, 4.267vw);
	}
	.security .content h2 {
		font-size: min(1.6rem, 4.267vw);
	}
}


/* ----------------------------------------------------
 コンプライアンス基本方針ページ
---------------------------------------------------- */
.compliance {
	border-top: 1px solid #D3D4D5;
}

.compliance .wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1.5px solid;
	border-image: linear-gradient(
		to right,
		#008CD5 0%,
		#008CD5 5%,
		#DCDCDC 5%,
		#DCDCDC 100%
	) 1;
	padding-bottom: 16px;
	margin-bottom: 39px;
}

.compliance .wrap h1 {
	font-family: var(--notoserifJP);
	font-size: min(3.1rem, 2.269vw);
	font-weight: 600;
	letter-spacing: 3.1px;
}

.compliance .wrap p {
	font-size: min(1.8rem, 1.318vw);
	font-weight: 400;
}

.compliance .txt {
	font-size: min(1.8rem, 1.318vw);
}

.compliance .txt2 {
	font-size: min(1.8rem, 1.318vw);
	margin-left: 15px;
}

.compliance .txt2 p {
	display: flex;
}

.compliance .txt2 p span {
	display: block;
}

.compliance .txt2 .text-indent {
	margin-left: 32px;
}

.compliance .content {
	margin-top: 35px;
}

.compliance .content h2 {
	color: #008CD5;
	font-size: min(1.8rem, 1.318vw);
	font-weight: 600;
	line-height: 28px;
}

@media screen and (max-width: 768px) {
	.compliance .w980 {
		padding: 0 16px 120px;
		height: auto;
	}
	.compliance .wrap {
		display: block;
		border-bottom: 1.5px solid;
		border-image: linear-gradient(
			to right,
			#008CD5 0%,
			#008CD5 10%,
			#DCDCDC 10%,
			#DCDCDC 100%
		) 1;
		padding-bottom: 16px;
		margin-bottom: 39px;
	}
	.compliance .wrap h1 {
		font-size: min(2.6rem, 6.933vw);
		letter-spacing: 0;
	}
	.compliance .wrap p {
		font-size: min(1.6rem, 4.267vw);
	}
	.compliance .txt {
		font-size: min(1.6rem, 4.267vw);
		line-height: 30px;
	}
	.compliance .content h2 {
		font-size: min(1.6rem, 4.267vw);
	}
	.compliance .txt2 {
		font-size: min(1.6rem, 4.267vw);
		line-height: 30px;
		margin-left: 15px;
	}
	.compliance .txt2 .text-indent {
		margin-left: 32px;
	}

}


/* ----------------------------------------------------
 公表事項ページ
---------------------------------------------------- */
.disclosure {
	border-top: 1px solid #D3D4D5;
}

.disclosure .wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1.5px solid;
	border-image: linear-gradient(
		to right,
		#008CD5 0%,
		#008CD5 5%,
		#DCDCDC 5%,
		#DCDCDC 100%
	) 1;
	padding-bottom: 16px;
	margin-bottom: 39px;
}

.disclosure .wrap h1 {
	font-family: var(--notoserifJP);
	font-size: min(3.1rem, 2.269vw);
	font-weight: 600;
	letter-spacing: 3.1px;
}

.disclosure .content {
	margin-top: 30px;
}

.disclosure .content a {
	display: inline-block;
	color: #333;
	font-size: min(2rem, 1.464vw);
	line-height: 37px;
}

.disclosure .content a::after {
	content: '';
	background: url(../img/icon_pdf.svg) no-repeat;
	background-size: 100%;
	display: inline-block;
	width: 15.988px;
	height: 22.433px;
	vertical-align: middle;
	margin-left: 5px;
}

.disclosure .content .policy {
	font-weight: 500;
}
.disclosure .content .policy::before {
	content: '◼︎';
	font-size: 24px;
	vertical-align: top;
}

.disclosure .content .kpi {
	font-weight: 400;
	margin-left: 30px;
}
.disclosure .content .kpi::before {
	content: '・';
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.disclosure .w980 {
		padding: 0 16px 120px;
		height: auto;
	}
	.disclosure .wrap {
		display: block;
		border-bottom: 1.5px solid;
		border-image: linear-gradient(
			to right,
			#008CD5 0%,
			#008CD5 10%,
			#DCDCDC 10%,
			#DCDCDC 100%
		) 1;
		padding-bottom: 16px;
		margin-bottom: 39px;
	}
	.disclosure .wrap h1 {
		font-size: min(2.6rem, 6.933vw);
		letter-spacing: 0;
	}
	.disclosure .content a {
		font-size: min(1.8rem, 4.8vw);
	}
	.disclosure .content .kpi {
		margin-bottom: 15px;
	}
	.disclosure .content .kpi:nth-of-type(2) {
		margin-top: 15px;
	}
}