@charset "utf-8";
/*
Theme Name: wulaixi2025
Theme URI: null
Description: Description
Author: 81bridge - QP
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	html {
		font-size: calc(1000vw / 1280);
	}
}
@media all and (max-width: 460px) {
	html {
		font-size: calc(1000vw / 460);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #020202;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #020202;
}
a:hover {
	color: #020202;
}
a:active {
	color: #020202;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
.mb0 {
	margin-bottom: 0 !important;
}
/*----------------------------------
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #020202;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 1.7rem 2.6rem 1.7rem 2.3rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	align-items: center;
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.5) 36%, transparent 90%);
	z-index: 100;
}
#gHeader h1 a {
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#gHeader h1 a img {
	margin-right: 1.3rem;
	width: 6.8rem;
}
#gNavi {
	margin-left: 2rem;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
}
#gNavi > ul {
	margin-right: 5.1rem;
	justify-content: flex-end;
	flex-wrap: nowrap;
}
#gNavi > ul > li {
	margin-left: 6rem;
}
#gNavi > ul > li:first-child {
	margin-left: 0 !important;
}
#gNavi > ul > li > a {
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.03em;
}
#gNavi > ul > li > a:hover {
	opacity: 0.7;
}
#gNavi > ul > li .subNavi {
	display: none;
}
#gNavi .link a {
	padding: 1rem 2.6rem;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.03em;
	background-color: rgba(0, 115, 203, 0.6);
}
#gNavi .link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 1360px) {
	#gNavi > ul > li {
		margin-left: 3.2vw;
	}
	#gNavi > ul {
		margin-right: 2.8vw;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
	}
	#gHeader .lBox {
		position: relative;
		z-index: 101;
		width: 100%;
		padding: 1rem 1.5rem;
		display: flex;
		justify-content: space-between;
	}
	#gHeader h1 a {
		font-size: 1.5rem;
	}
	#gHeader h1 a img {
		margin-right: 0.8rem;
		width: 4.2rem;
	}
	#gHeader .menu {
		margin-top: 0.5rem;
		width: 3rem;
		height: 3rem;
		cursor: pointer;
		position: relative;
	}
	#gHeader .menu span {
		height: 1px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all .35s ease;
		background: #fff;
	}
	#gHeader .menu span:nth-of-type(2) {
		top: 0.7rem;
	}
	#gHeader .menu span:nth-of-type(3) {
		top: 1.4rem;
	}
	#gHeader .menu.on span:nth-of-type(1) {
		transform: translateY(0.7rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	#gHeader .menu.on span:nth-of-type(3) {
		transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
	}
	#gHeader .menu.on span {
		background: #FFF;
	}
	#gNavi {
		display: none;
		margin-left: 0;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background-color: rgba(0, 0, 0, 0.7);
		z-index: 100;
	}
	#gNavi > ul {
		margin: 6rem 0 3rem;
		display: block;
		border-top: 1px solid #fff;
	}
	#gNavi > ul > li {
		margin-left: 0;
		border-bottom: 1px solid #fff;
	}
	#gNavi > ul > li > a {
		padding: 1rem;
		font-size: 1.6rem;
		display: block;
		text-align: center;
	}
	#gNavi .link {
		margin-bottom: 4rem;
		text-align: center;
	}
	#gNavi .link a {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	background: url(img/common/footer_bg.jpg) no-repeat center bottom/cover;
}
#gFooter .fixBtn {
	position: fixed;
	right: 1.8rem;
	bottom: 1.8rem;
	width: 6.8rem;
	z-index: 80;
}
#gFooter .fixBtn li {
	position: relative;
}
#gFooter .fixBtn li:not(:last-child) {
	margin-bottom: 0.5rem;
}
#gFooter .fixBtn li:last-child {
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
#gFooter .fixBtn li:last-child.show {
	opacity: 1;
	visibility: visible;
}
#gFooter .fixBtn a:hover {
	opacity: 0.7;
}
#gFooter .fixBtn .codeBox {
	display: none;
	min-height: 10rem;
	width: 15rem;
	position: absolute;
	right: calc(100% + 1.5rem);
	top: 50%;
	padding: 1rem 2.5rem 1rem 1rem;
	transform: translateY(-50%);
	background-color: #fff;
	box-shadow: 0 0.4rem 1.1rem 0 rgba(0, 0, 0, .3);
}
#gFooter .fixBtn .codeBox:after {
	position: absolute;
	right: -2rem;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	box-shadow: 0 0.4rem 1.1rem 0 rgba(0, 0, 0, .3);
	width: 2rem;
	height: 2rem;
	content: "";
}
#gFooter .fixBtn .codeBox .close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 1.2rem;
	height: 1.2rem;
	cursor: pointer;
	transition: .3s;
}
#gFooter .fixBtn .codeBox .code {
	text-align: center;
}
#gFooter .fixBtn .codeBox .code p {
	font-size: 1.4rem;
}
#gFooter .fixBtn .codeBox01 {
	padding: 2rem 1.5rem 2rem 1rem;
}
#gFooter .fixBtn .codeBox .btn {
	margin: 0 auto;
	width: 10.4rem;
	text-align: center;
}
#gFooter .fixBtn.on {
	position: absolute;
	bottom: auto;
	top: -24rem;
}
#gFooter .fInner {
	padding: 5rem 0;
}
#gFooter .fNavi {
	margin: 1rem 2rem 0 0;
	flex: 1;
}
#gFooter .fNavi li:not(:last-child) {
	margin-bottom: 3.2rem;
}
#gFooter .fNavi a {
	display: inline-block;
	color: #fff;
	padding-left: 1.4em;
	text-indent: -1.4em;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .fNavi a:before {
	margin-right: 1.7rem;
	content: ">";
}
#gFooter .rBox {
	width: 73rem;
}
#gFooter .rBox .item {
	padding: 2.2rem;
	width: 48%;
	background-color: #fff;
}
#gFooter .rBox .item p {
	color: #333;
	line-height: 1.88;
}
#gFooter .rBox .item .ttl {
	margin-bottom: 1rem;
	color: #0073cb;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
}
#gFooter .rBox .item .btnList {
	margin: 0 0.8rem 0.9rem;
}
#gFooter .rBox .item .btnList li {
	margin-bottom: 1.2rem;
	text-align: center;
}
#gFooter .rBox .item .btnList p {
	margin-bottom: 0.2rem;
	color: #333;
}
#gFooter .rBox .item .btnList a {
	display: flex;
	min-height: 6rem;
	justify-content: center;
	align-items: center;
	padding: 1rem 1rem 1rem 5.5rem;
	color: #0b0b0b;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	background: #e5f1fa url(img/common/icon02.png) no-repeat 1rem center/4.1rem auto;
}
#gFooter .rBox .item .btnList .tel, #gFooter .rBox .item .btnList .tel02 {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	background-image: url(img/common/icon01.png);
}
#gFooter .rBox .item .btnList .tel02 {
	padding-left: 6.5rem;
	background-image: url(img/common/icon04.png);
}
#gFooter .rBox .item .btmTxt {
	text-align: center;
	line-height: 1.5;
}
#gFooter .rBox .item.contact .ttl {
	margin-bottom: 0.7rem;
}
#gFooter .rBox .item.contact .txt {
	margin-bottom: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 0;
	font-feature-settings: "palt";
}
#gFooter .rBox .item.contact .success {
	display: none;
}
#gFooter .rBox .item.contact .ajax-loader {
	margin: 0 -2rem 0 0.4rem;
}
#gFooter .rBox .item.contact .sendUl {
	margin: 0 1rem 0.6rem;
}
#gFooter .rBox .item.contact .sendUl li:not(:last-child) {
	margin-bottom: 1.5rem;
}
#gFooter .rBox .item.contact .sendUl li input {
	padding: 0.5rem 1.5rem;
	width: 100%;
	height: 4rem;
	color: #020202;
	font-size: 1.4rem;
	border-radius: 0;
	border: 1px solid #B1B1B1;
	box-sizing: border-box;
	-webkit-appearance: none;
}
#gFooter .rBox .item.contact .wpcf7-not-valid-tip {
	font-size: 1.4rem;
	text-align-last: left;
}
#gFooter .rBox .item.contact p.agree {
	margin: 0 1rem 1.5rem;
	text-align: left;
}
#gFooter .rBox .item.contact .agree label {
	display: inline-block;
}
#gFooter .rBox .item.contact .btmTxt a,
#gFooter .rBox .item.contact .agree a {
	text-decoration: underline;
}
#gFooter .rBox .item.contact .btmTxt a:hover,
#gFooter .rBox .item.contact .agree a:hover {
	text-decoration: none;
}
#gFooter .rBox .item.contact .agree span.wpcf7-list-item {
	margin: 0;
}
#gFooter .rBox .item.contact input[type="checkbox"] {
	display: none;
}
#gFooter .rBox .item.contact input[type="checkbox"] + span {
	padding-left: 3rem;
	display: inline-block;
	min-height: 2.6rem;
	font-size: 1.4rem;
	cursor: pointer;
	background: url(img/common/check_img01.png) no-repeat left 0.3rem/2.2rem;
}
#gFooter .rBox .item.contact input[type="checkbox"]:checked + span {
	background-image: url(img/common/check_img02.png);
}
#gFooter .rBox .item.contact .submit {
	margin-bottom: 1rem;
	text-align: center;
}
#gFooter .rBox .item.contact .submit li:not(:last-child) {
	margin-bottom: 1rem;
}
#gFooter .rBox .item.contact .submit li input {
	padding: 1rem 2rem;
	width: 20rem;
	cursor: pointer;
	color: #FFF;
	font-size: 1.8rem;
	box-sizing: border-box;
	border-radius: 0;
	background: #0A0A0A;
	border: 0;
	-webkit-appearance: none;
	transition: .3s;
}
#gFooter .rBox .item.contact .btmTxt {
	margin-bottom: 0;
}
#gFooter address {
	padding: 1rem;
	color: #fff;
	text-align: center;
	background-color: #0b0b0b;
}
@media all and (min-width: 897px) {
	#gFooter .rBox .item.contact .submit li input:hover {
		opacity: 0.7;
	}
	#gFooter .fixBtn .codeBox .close:hover {
		opacity: 0.7;
	}
	#gFooter .rBox .item .btnList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter .fixBtn {
		right: 0.5rem;
		bottom: 0.5rem;
		width: 4rem;
	}
	#gFooter .fixBtn li:not(:last-child) {
		margin-bottom: 0;
	}
	#gFooter .fixBtn.on {
		top: -13rem;
	}
	#gFooter .fixBtn .codeBox {
		width: 12rem;
	}
	#gFooter .fixBtn .codeBox .code p {
		font-size: 1.2rem;
	}
	#gFooter .fixBtn .codeBox .btn {
		width: 7rem;
	}
	#gFooter .fInner {
		padding: 3rem 0;
	}
	#gFooter .fInner .content {
		display: block;
	}
	#gFooter .fNavi {
		margin: 0 0 3rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#gFooter .fNavi li {
		width: 46%;
	}
	#gFooter .fNavi li:nth-child(2n) {
		width: 50%;
	}
	#gFooter .fNavi li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#gFooter .fNavi a:before {
		margin-right: 1rem;
	}
	#gFooter .rBox {
		width: auto;
		display: block;
	}
	#gFooter .rBox .item {
		padding: 1.5rem 2rem;
		width: auto;
	}
	#gFooter .rBox .item .ttl {
		margin-bottom: 1rem;
		font-size: 2rem;
	}
	#gFooter .rBox .item .btnList {
		margin: 0 auto 2rem;
		max-width: 28rem;
	}
	#gFooter .rBox .item .btnList li {
		margin-bottom: 1.5rem;
	}
	#gFooter .rBox .item .btnList p {
		margin-bottom: 0.4rem;
	}
	#gFooter .rBox .item.contact .ttl {
		margin-bottom: 0.7rem;
	}
	#gFooter .rBox .item.contact {
		margin-top: 2rem;
	}
	#gFooter .rBox .item.contact .sendUl li input {
		font-size: 1.3rem;
	}
	#gFooter address {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 124rem;
}
#pagePath li {
	margin-right: 0.2rem;
	display: inline;
	color: #666;
	line-height: 1.88;
	letter-spacing: 0;
}
#pagePath a {
	margin-right: 1rem;
	padding-bottom: 0.4rem;
	color: #0062b1;
	border-bottom: 1px solid #0062b1;
}
@media all and (min-width: 897px) {
	#pagePath a:hover {
		border-bottom-color: transparent;
	}
}
/*------------------------------------------------------------
	fade
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transform: translateY(5rem);
	transition: .8s;
}
.fadeInUp.on {
	opacity: 1;
	transform: none;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 120rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2.6rem;
	font-size: 3.6rem;
	letter-spacing: 0;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2rem;
		font-size: 2.3rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 6.8rem;
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
}
.headLine02 .sub {
	padding-bottom: 0.4rem;
	display: inline-block;
	border-bottom: 5px solid #0062b1;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 3rem;
		font-size: 2rem;
	}
	.headLine02 .sub {
		border-width: 3px;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	margin: 0 auto;
	width: 30rem;
	position: relative;
	height: 6rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0b0b0b;
}
.comBtn a:after {
	position: absolute;
	right: 2.2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3rem;
	height: 0.7rem;
	transition: .3s;
	background: url(img/common/arrow01.png) no-repeat left center/100%;
	content: "";
}
ul.comBtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.comBtn li {
	margin: 0 4rem;
	width: calc(50% - 8rem);
}
ul.comBtn a {
	padding-right: 2rem;
	width: 100%;
	height: 8.8rem;
	line-height: 1.875;
	text-align: center;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
	.comBtn a:hover:after {
		right: 1.2rem;
	}
}
@media all and (max-width: 896px) {
	ul.comBtn {
		display: block;
	}
	ul.comBtn li {
		margin: 0 auto 2rem;
		width: auto;
	}
	ul.comBtn li:last-child {
		margin-bottom: 0;
	}
	ul.comBtn a {
		padding-right: 3rem;
		height: 7rem;
	}
	ul.comBtn a::after {
		right: 1.2rem;
	}
}
/*------------------------------------------------------------
	comCtaBtn
------------------------------------------------------------*/
.comCtaBtn {
	margin: 0 auto 100px;
	width: 260px;
}
.comCtaBtn a {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	background-color: rgb(0, 115, 203);
	border-radius: 30px;
	transition: 0.3s;
}
.comCtaBtn a:hover {
	opacity: 0.7;
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		text-decoration: none;
	}
}
/*------------------------------------------------------------
	pageTtl
------------------------------------------------------------*/
.pageTtl {
	margin-bottom: 1rem;
	min-height: 50rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(img/business/page_bg.jpg) no-repeat center top/cover;
}
.pageTtl h2 {
	margin-top: 2.2rem;
	color: #fff;
	font-size: 3.6rem;
	line-height: 1.67;
	text-align: center;
	letter-spacing: 0;
	text-shadow: 0 0 1.2rem #000, 0 0 1.2rem #000;
}
.pageTtl h2 .large {
	margin-bottom: 2.2rem;
	display: block;
	font-size: 4.8rem;
}
.pageTtl h2 .large .en {
	margin-right: 2rem;
	font-style: italic;
	font-size: 7.2rem;
}
.pageTtl .headLine03 {
	margin: 0.4rem 0 0 0;
	font-size: 7.2rem;
	text-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.5);
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.pageTtl {
		min-height: 36rem;
	}
	.pageTtl h2 {
		margin-top: 1rem;
		font-size: 2.4rem;
		text-shadow: 0 0 1.2rem #000;
	}
	.pageTtl h2 .large {
		margin-bottom: 1rem;
		font-size: 3rem;
		line-height: 1.3;
	}
	.pageTtl h2 .large .en {
		margin-right: 1rem;
		font-size: 4.8rem;
	}
	.pageTtl .headLine03 {
		font-size: 3rem;
	}
}
/*------------------------------------------------------------
	newsList
------------------------------------------------------------*/
.newsList {
	margin-bottom: 8.8rem;
}
.newsList li {
	border-bottom: 1px solid #eaeaea;
}
.newsList a {
	padding: 3.4rem 3rem 2.9rem;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newsList a::after {
	width: 0;
	height: 1px;
	background-color: #0073cb;
	position: absolute;
	bottom: -1px;
	right: 0;
	content: "";
	transition: width .5s cubic-bezier(.73, .965, .76, 1);
}
.newsList .date {
	width: 15rem;
	display: flex;
	align-items: center;
	color: #000;
	text-align: center;
	font-size: 3.6rem;
	line-height: 1.4;
}
.newsList .date small {
	display: block;
	font-size: 1.6rem;
}
.newsList .date .new {
	margin-left: 1rem;
	padding: 0.3rem 0.5rem;
	color: #fff;
	font-size: 1.3rem;
	border-radius: 0.4rem;
	background: #0073cb;
}
.newsList .text {
	width: calc(100% - 16rem);
	letter-spacing: 0.03em;
}
@media all and (min-width: 897px) {
	.newsList a:hover::after {
		width: 100%;
		right: auto;
		left: 0;
	}
	.newsList a:hover .text {
		color: #000;
	}
	.newsList li {
		position: relative;
	}
	.newsList li:first-child::before,
	.newsList li:nth-child(2)::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 1px;
		content: '';
		background-color: #eaeaea;
	}
}
@media all and (max-width: 896px) {
	.newsList {
		margin-bottom: 5rem;
	}
	.newsList a {
		padding: 1rem 0;
	}
	.newsList .date {
		width: 12rem;
		font-size: 2.4rem;
	}
	.newsList .date small {
		display: block;
		font-size: 1.4rem;
	}
	.newsList .date .new {
		margin-left: 0.8rem;
		padding: 0.2rem 0.3rem 0;
		font-size: 1.1rem;
		border-radius: 0.3rem;
	}
	.newsList .text {
		width: calc(100% - 12rem);
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	width: 40px;
	height: 40px;
	font-size: 1.8rem;
	color: #fff;
	display: inline-block;
	padding-top: 5px;
	margin: 0 5px;
	text-align: center;
	box-sizing: border-box;
	background-color: #b5b5b5;
}
.wp-pagenavi span.current {
	background-color: #090909;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages,
.wp-pagenavi .extend {
	display: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		background-color: #090909;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		width: 30px;
		height: 30px;
		font-size: 1.4rem;
		padding-top: 4px;
		margin: 0 2px;
	}
}
/*------------------------------------------------------------
	comSearch
------------------------------------------------------------*/
.comSearch {
	position: absolute;
	width: 60rem;
	right: 13rem;
	top: 2rem;
}
.comSearch input[type="text"] {
	width: 100%;
	height: 4.9rem;
	padding: 0 5.5rem 0 2.8rem;
	color: #020202;
	font-size: 1.8rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f6f6f6;
	border-radius: 5rem;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.comSearch input[type="submit"] {
	position: absolute;
	right: 0.9rem;
	top: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	width: 4.9rem;
	height: 4.9rem;
	cursor: pointer;
	transition: .3s;
	background: url("img/information/icon01.png") no-repeat center center/2.9rem;
}
@media all and (min-width: 897px) {
	.comSearch input[type="submit"]:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comSearch {
		margin-bottom: 2rem;
		position: relative;
		width: auto;
		right: auto;
		top: auto;
	}
	.comSearch input[type="text"] {
		height: 4rem;
		padding: 0 4rem 0 1.5rem;
		font-size: 1.2rem;
	}
	.comSearch input[type="submit"] {
		right: 0.5rem;
		width: 4rem;
		height: 4rem;
		background-size:2rem auto;
	}
}
.comSortBox {
	position: absolute;
    top: 2rem;
    right: 0;
	width: 12rem;
}
.comSortBox .sortSel {
    height: 4.9rem;
    padding: 0.5rem;
	color: #020202;
    font-size: 1.8rem;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.comSearchList {
	position: absolute;
	width: 60rem;
	right: 13rem;
	top: 7.5rem;
}
.comSearchList li {
	margin-right: 2rem;
	display: inline-block;
}
.comSearchList li:last-child {
	margin-right: 0;
}
.comSearchList a {
	color: #0062b1;
	text-decoration: underline;
}
.comSearchList a:hover {
	text-decoration: none;
}
@media all and (max-width: 896px) {
	.comSortBox {
		margin-bottom: 2rem;
		position: static;
		text-align: right;
		width: auto;
	}
	.comSortBox .sortSel {
    	height: 4rem;
    	font-size: 1.4rem;
	}
	.comSearchList {
		margin-bottom: -4.2rem;
		position: relative;
		width: calc(100% - 10rem);
		right: auto;
		top: -1rem;
		z-index: 1;
	}
	.comSearchList li {
		margin-right: 0;
		display: block;
	}
	.comSearchList a:hover {
		text-decoration: underline;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index #main {
	margin-bottom: 5rem;
}
#index .mainVisual {
	position: relative;
}
#index .mainVisual .foo li {
	height: 100svh;
	min-height: 57rem;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}
#index .mainVisual .foo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
}
#index .mainVisual .foo .animate img {
	animation: slideimg 5s forwards linear;
}
@keyframes slideimg {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
#index .mainVisual .foo .slick-dots {
	width: 100%;
	height: 0.5rem;
	position: absolute;
	left: 0;
	bottom: 16.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
#index .mainVisual .foo .slick-dots li {
	margin: 0 1rem;
	width: 2.5rem;
	height: 0.5rem;
	min-height: inherit;
	border-radius: 0.25rem;
	background: #fff;
	opacity: 0.302;
	cursor: pointer;
}
#index .mainVisual .foo .slick-dots li:before {
	display: none;
}
#index .mainVisual .foo .slick-dots li.slick-active {
	width: 5rem;
	opacity: 1;
}
#index .mainVisual .foo .slick-dots li button {
	display: none !important;
}
#index .mainVisual .content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	margin-top: -2rem;
	transform: translate(-50%, -50%);
	z-index: 10;
}
#index .mainVisual .title {
	color: #fff;
	font-size: 7.2rem;
	line-height: 1.25;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 0 2rem #000;
}
#index .mainVisual .title .num {
	font-size: 12rem;
	font-style: italic;
}
#index .mainVisual .newsBox {
	padding: 2.6rem 2.5rem 2.1rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
#index .mainVisual .txtList li {
	margin-bottom: 1rem;
}
#index .mainVisual .txtList a {
	display: flex;
	color: #fff;
}
#index .mainVisual .txtList a:hover {
	opacity: 0.7;
}
#index .mainVisual .txtList .date {
	width: 10rem;
}
#index .mainVisual .txtList .ttl {
	flex: 1;
}
#index .mainVisual .link {
	text-align: right;
}
#index .mainVisual .link a {
	color: #fff;
}
#index .mainVisual .link a span {
	transition: .3s;
	border-bottom: 1px solid #fff;
}
#index #main .midTxt {
	margin-bottom: 5.3rem;
	color: #666;
	line-height: 1.88;
	text-align: center;
}
#index .concept {
	padding: 13rem 0;
	background: url(img/index/concept_bg.png) no-repeat left top -0.2rem/46.4rem;
}
#index .concept .linkList {
	margin-bottom: 8rem;
	gap: 0 2rem;
}
#index .concept .linkList li {
	flex: 1;
	transition: .3s;
	position: relative;
	height: 50rem;
}
#index .concept .linkList img {
	width: auto;
	height: 100%;
	object-fit: cover;
}
#index .concept .linkList .txtBox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 2rem 2rem;
	color: #fff;
}
#index .concept .linkList .txtBox p {
	flex: 1;
	line-height: 1.88;
}
#index .concept .linkList .txtBox h3 {
	width: 9rem;
	margin-right: 1.5rem;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
}
#index .concept .linkList .txtBox h3 .num {
	display: block;
	font-size: 6rem;
	line-height: 1;
}
#index .strength {
	margin-bottom: 14rem;
}
#index .strength .pointList {
	margin-bottom: 8rem;
}
#index .strength .pointList li {
	width: 39.6%;
}
#index .strength .pointList img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index .strength .pointList .wid01 {
	width: auto;
	flex: 1;
}
#index .strength .pointList .txtBox {
	padding: 5rem 3.3rem;
	height: 100%;
	background-color: #f2f2f2;
}
#index .strength .pointList .txtBox h3 {
	margin: -1.6rem 0 2.2rem;
	width: 100%;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
}
#index .strength .pointList .txtBox h3 .num {
	display: block;
	font-size: 6rem;
	line-height: 1;
}
#index .strength .pointList .txtBox p {
	color: #666;
	line-height: 1.88;
}
#index .strength .pointList .txtBox .subBox {
	max-width: 35rem;
}
#index .strength .pointList .txtBox02 {
	justify-content: flex-end;
}
#index #main .imgBox {
	margin-bottom: 10rem;
}
#index #main .imgBox .phoBox {
	width: 55%;
}
#index #main .imgBox .phoBox img {
	width: 100%;
}
#index #main .imgBox .txtBox {
	margin: 3.7rem 0 0 5rem;
	flex: 1;
}
#index #main .imgBox .txtBox h2 {
	margin: 0 0 1rem -2rem;
	text-align: left;
}
#index #main .imgBox .txtBox h3 {
	margin-bottom: 2rem;
	font-size: 2.4rem;
}
#index #main .imgBox .txtBox p {
	color: #666;
	line-height: 1.88;
	margin-bottom: 3.5rem;
}
#index #main .imgBox .txtBox .comBtn a {
	margin: 0;
	background-color: #0073cc;
}
#index #main .imgBox02 {
	flex-direction: row-reverse;
}
#index #main .imgBox02 .txtBox {
	margin-left: 0;
	margin-right: 7rem;
}
#index #main .imgBox02 .txtBox h3 .ruby {
	position: relative;
}
#index #main .imgBox02 .txtBox h3 .rubyTxt {
	color: #338fd5;
	font-size: 1.6rem;
	position: absolute;
	left: 0;
	top: -1.5rem;
	white-space: nowrap;
}
#index .information {
	margin-top: 14rem;
	padding: 9.8rem 0 9.4rem;
	background: url(img/index/information_bg.jpg) no-repeat center top/cover;
}
#index .information h2 {
	margin-bottom: 6.2rem;
}
#index .information .infoList {
	margin-bottom: 7.8rem;
	background-color: #fff;
}
#index .information .infoList li {
	width: 50%;
	border-bottom: 1px solid #eaeaea;
}
#index .information .infoList a {
	padding: 1.5rem 3rem;
	position: relative;
	display: flex;
	align-items: flex-start;
}
#index .information .infoList a:after {
	width: 0;
	height: 1px;
	background-color: #0073cb;
	position: absolute;
	bottom: -1px;
	right: 0;
	content: "";
	transition: width .5s cubic-bezier(.73, .965, .76, 1);
}
#index .information .infoList .num {
	margin: 2rem 2rem 0 0;
	padding: 0.3rem 0.5rem;
	width: 6rem;
	color: #fff;
	font-size: 1.2rem;
	background-color: #0073ce;
	clip-path: polygon(0 0, 100% 0, 5rem 50%, 100% 100%, 0 100%);
}
#index .information .infoList .txt {
	flex: 1;
	color: #666;
	line-height: 1.88;
	transition: .3s;
}
@media all and (min-width: 897px) {
	#index .mainVisual .link a:hover span {
		border-color: transparent;
	}
	#index .concept .linkList li:hover {
		flex: 2;
	}
	#index .information .infoList a:hover:after {
		width: 100%;
		right: auto;
		left: 0;
	}
	#index .information .infoList a:hover .txt {
		color: #000;
	}
	#index .concept .linkList .txtBox p {
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
}
@media all and (max-width: 896px) {
	#index #main {
		margin-bottom: 0;
	}
	#index .mainVisual {
		overflow: hidden;
	}
	#index .mainVisual .content {
		margin: -8rem 0 0;
	}
	#index .mainVisual .foo li {
		min-height: 25rem;
	}
	#index .mainVisual .foo img {
		max-width: inherit;
		width: 150%;
		margin: 0 -25%;
	}
	#index .mainVisual .foo .slick-dots {
		bottom: 2rem;
		transform: scale(0.8);
	}
	#index .mainVisual .title {
		font-size: 2.9rem;
		text-shadow: 0 0 1rem #000;
	}
	#index .mainVisual .title .num {
		font-size: 5rem;
	}
	#index .mainVisual .newsBox {
		padding: 2rem 2rem 1.5rem;
		left: 50%;
		transform: translateX(-50%);
		bottom: 5rem;
		width: calc(100% - 4rem);
	}
	#index .mainVisual .newsBox .date {
		width: 9rem;
	}
	#index #main .midTxt {
		margin-bottom: 3rem;
	}
	#index #main .midTxt .sub {
		display: inline-block;
		text-align: left;
	}
	#index .concept {
		padding: 6rem 0;
		background-size: 23rem;
	}
	#index .concept .linkList {
		margin-bottom: 4rem;
		display: block;
	}
	#index .concept .linkList li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#index .concept .linkList li {
		height: auto;
	}
	#index .concept .linkList img {
		width: 100%;
		height: auto;
	}
	#index .concept .linkList .txtBox {
		padding: 1rem;
		align-items: center;
	}
	#index .concept .linkList .txtBox h3 {
		width: 7rem;
		margin-right: 0.5rem;
		font-size: 2rem;
	}
	#index .concept .linkList .txtBox h3 .num {
		font-size: 4rem;
	}
	#index .strength {
		margin-bottom: 6rem;
	}
	#index .strength .pointList {
		margin-bottom: 4rem;
		display: block;
	}
	#index .strength .pointList li {
		width: auto;
	}
	#index .strength .pointList .txtBox {
		padding: 2rem 2rem 2rem 1rem;
		display: flex;
		align-items: center;
	}
	#index .strength .pointList .txtBox h3 {
		margin: 0 0.5rem 0 0;
		font-size: 2rem;
		width: 7rem;
		text-align: center;
	}
	#index .strength .pointList .txtBox h3 .num {
		font-size: 4rem;
	}
	#index .strength .pointList .txtBox p {
		flex: 1;
	}
	#index .strength .pointList .txtBox .subBox {
		max-width: inherit;
		display: flex;
		align-items: center;
	}
	#index .strength .pointList .txtBox02 {
		justify-content: start;
	}
	#index #main .imgBox {
		margin-bottom: 5rem;
		display: block;
	}
	#index #main .imgBox .phoBox {
		width: auto;
	}
	#index #main .imgBox .txtBox {
		margin: 3rem 0 0;
	}
	#index #main .imgBox .txtBox h2 {
		margin: 0 0 1rem -1rem;
	}
	#index #main .imgBox .txtBox h3 {
		font-size: 2rem;
	}
	#index #main .imgBox .txtBox .comBtn a {
		margin: 0 auto;
	}
	#index #main .imgBox02 .txtBox {
		margin-right: 0;
	}
	#index #main .imgBox02 .txtBox h3 .rubyTxt {
		font-size: 1.4rem;
	}
	#index .information {
		margin-top: 6rem;
		padding: 5rem 0;
	}
	#index .information h2 {
		margin-bottom: 3rem;
	}
	#index .information .infoList {
		margin-bottom: 4rem;
		display: block;
	}
	#index .information .infoList li {
		width: auto;
	}
	#index .information .infoList a {
		padding: 1rem 1.5rem;
	}
	#index .information .infoList .num {
		margin-right: 1.5rem;
	}
}
/*------------------------------------------------------------
	business
------------------------------------------------------------*/
#business .sec01 {
	padding: 8.6rem 0;
}
#business .sec01 .headLine01 {
	margin-bottom: 7rem;
}
#business .sec01 .imgBox {
	align-items: center;
}
#business .sec01 .imgBox .phoBox {
	width: 60rem;
}
#business .sec01 .imgBox .phoBox img {
	width: 100%;
}
#business .sec01 .imgBox .txtBox {
	margin: 0 0 4.6rem 2rem;
	flex: 1;
}
#business .sec01 .imgBox .txtBox p {
	color: #666;
	line-height: 1.88;
	text-align: center;
	letter-spacing: 0;
}
#business .sec01 .imgBox .txtBox p strong {
	color: #020202;
}
#business .sec01 .imgBox .txtBox p:not(:last-child) {
	margin-bottom: 3rem;
}
#business .sec02 {
	padding: 4.2rem 0;
}
#business .sec02 .headLine01 {
	margin-bottom: 5.7rem;
}
#business .sec02 .listBox {
	padding: 9rem 0;
	position: relative;
}
#business .sec02 .listBox:after {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(50% + 69.8rem);
	height: 100%;
	z-index: -1;
	background: url(img/business/sec02_bg.png) no-repeat right top/cover;
	content: "";
}
#business .sec02 .listUl {
	margin: 0 4rem 0 5rem;
	gap: 0 10.4rem;
}
#business .sec02 .listUl li {
	width: 30rem;
}
#business .sec02 .listUl p {
	color: #fff;
	font-size: 2rem;
	text-align: center;
}
#business .sec02 .listUl .ttl {
	margin-top: 2.4rem;
	position: relative;
	padding: 3.2rem 2rem;
	color: #020202;
	font-size: 2.4rem;
	font-weight: 500;
	background-color: #fff;
}
#business .sec02 .subBox:not(:last-child) {
	margin-bottom: 9.5rem;
}
#business .sec02 .listUl li:not(:last-child) .ttl:after {
	margin-top: -0.5rem;
	position: absolute;
	right: -6rem;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1;
	content: "x";
}
#business .sec02 .subBox02 .headLine02 {
	margin-bottom: 7.6rem;
}
#business .sec02 .pointList {
	gap: 3rem 7.5rem;
}
#business .sec02 .pointList > li {
	width: 34.9rem;
}
#business .sec02 .pointList .num {
	margin: 0 auto 2.2rem;
	padding-top: 3rem;
	color: #0062b1;
	font-size: 2.4rem;
	line-height: 1.2;
	width: 15.3rem;
	height: 15.3rem;
	text-align: center;
	border: 2px solid #0062b1;
	border-radius: 50%;
}
#business .sec02 .pointList .num .large {
	display: block;
	font-size: 6rem;
	line-height: 1;
}
#business .sec02 .pointList .ttl {
	margin-bottom: 2.6rem;
	color: #0062b1;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
#business .sec02 .pointList .bgTxt {
	margin-bottom: 2.6rem;
	padding: 1rem;
	color: #020202;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	background-color: #d9e8f3;
}
#business .sec02 .pointList .txtList {
	margin: 0 -0.4rem;
}
#business .sec02 .pointList .txtList li {
	padding-left: 1em;
	text-indent: -1em;
	color: #666;
	line-height: 1.88;
}
#business .sec02 .pointList .txtList strong {
	color: #020202;
}
#business .sec03 {
	padding: 8rem 0 15rem;
}
#business .sec03 .headLine01 {
	margin-bottom: 7.3rem;
}
#business .sec03 .imgBox {
	margin-bottom: 10rem;
	align-items: center;
}
#business .sec03 .imgBox .phoBox {
	width: 55%;
}
#business .sec03 .imgBox .phoBox img {
	width: 100%;
}
#business .sec03 .imgBox .txtBox {
	margin-left: 5rem;
	flex: 1;
}
#business .sec03 .imgBox .txtBox h4 {
	margin-bottom: 2rem;
	padding-left: 1.2em;
	text-indent: -1.2em;
	font-size: 2.4rem;
	letter-spacing: 0;
}
#business .sec03 .imgBox .txtBox p, #business .sec03 .imgBox .txtBox .txtList li {
	color: #666;
	line-height: 1.88;
	letter-spacing: 0;
}
#business .sec03 .imgBox .txtBox p:not(:last-child), #business .sec03 .imgBox .txtBox .txtList:not(:last-child) {
	margin-bottom: 3rem;
}
#business .sec03 .imgBox .txtBox .txtList01 {
	margin-left: 2em;
}
#business .sec03 .imgBox .txtBox .txtList li {
	padding-left: 1em;
	text-indent: -1em;
}
#business .sec03 .imgBox .txtBox .notes {
	padding-left: 1em;
	text-indent: -1em;
}
#business .sec03 .imgBoxR {
	flex-direction: row-reverse;
}
#business .sec03 .imgBoxR .txtBox {
	margin: 0 4rem 0 0;
}
#business .sec03 .comBtn {
	margin-bottom: 14.2rem;
	margin-top: 13.7rem;
}
#business .sec03 .comBtn a {
	width: 52.2rem;
}
#business .sec03 .linkBox {
	padding: 4.9rem 3rem 5.3rem;
	text-align: center;
	background: url(img/business/contact_bg.jpg) no-repeat center top/cover;
}
#business .sec03 .linkBox .headLine01 {
	margin-bottom: 1.5rem;
	color: #fff;
}
#business .sec03 .linkBox p {
	margin-bottom: 3.2rem;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0;
}
#business .sec03 .linkBox .btn {
	margin: 0 auto;
	width: 30rem;
	background-color: #fff;
}
#business .sec03 .linkBox .btn a {
	display: block;
	padding: 1.3rem 1rem 1.8rem;
	color: #0b0b0b;
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: 700;
	background-color: #fff;
}
#business .sec03 .linkBox .btn a:hover {
	opacity: 0.7;
}
#business .sec03 .linkBox .btn a span {
	padding-left: 4.5rem;
	display: inline-block;
	background: url(img/common/icon03.png) no-repeat left 0.6rem/2.9rem;
}
@media all and (max-width: 1460px) {
	#business .sec02 .listBox::after {
		width: calc(100% - 2rem);
	}
}
@media all and (max-width: 896px) {
	#business {
		overflow: hidden;
	}
	#business .sec01 {
		padding: 6rem 0;
	}
	#business .sec01 .headLine01 {
		margin-bottom: 3.5rem;
	}
	#business .sec01 .imgBox {
		display: block;
	}
	#business .sec01 .imgBox .phoBox {
		width: auto;
	}
	#business .sec01 .imgBox .txtBox {
		margin: 3rem 0 0;
	}
	#business .sec01 .imgBox .txtBox p {
		text-align: left;
	}
	#business .sec01 .imgBox .txtBox p:not(:last-child) {
		margin-bottom: 2rem;
	}
	#business .sec02 {
		padding: 2rem 0;
	}
	#business .sec02 .headLine01 {
		margin-bottom: 3rem;
	}
	#business .sec02 .listBox {
		padding: 4rem 0;
	}
	#business .sec02 .listBox:after {
		width: 140%;
	}
	#business .sec02 .listUl {
		margin: 0 2rem;
		display: block;
	}
	#business .sec02 .listUl li {
		width: auto;
	}
	#business .sec02 .listUl li:not(:last-child) {
		margin-bottom: 5rem;
	}
	#business .sec02 .listUl p {
		font-size: 1.6rem;
	}
	#business .sec02 .listUl .ttl {
		margin-top: 1.2rem;
		padding: 1.6rem 1rem;
		font-size: 2rem;
	}
	#business .sec02 .subBox:not(:last-child) {
		margin-bottom: 5rem;
	}
	#business .sec02 .listUl li:not(:last-child) .ttl:after {
		margin-top: 0;
		right: auto;
		left: 50%;
		top: auto;
		bottom: -3.6rem;
		transform: translate(-50%, 0);
		font-size: 3rem;
	}
	#business .sec02 .subBox02 .headLine02 {
		margin-bottom: 4rem;
	}
	#business .sec02 .pointList {
		display: block;
	}
	#business .sec02 .pointList > li {
		width: auto;
	}
	#business .sec02 .pointList > li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#business .sec02 .pointList .num {
		margin-bottom: 1.5rem;
		padding-top: 2.4rem;
		font-size: 1.8rem;
		width: 12rem;
		height: 12rem;
	}
	#business .sec02 .pointList .num .large {
		font-size: 4rem;
	}
	#business .sec02 .pointList .ttl {
		margin-bottom: 2rem;
		font-size: 3rem;
	}
	#business .sec02 .pointList .bgTxt {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	#business .sec02 .pointList .txtList {
		margin: 0 -0.2rem;
	}
	#business .sec03 {
		padding: 6rem 0 10rem;
	}
	#business .sec03 .headLine01 {
		margin-bottom: 4rem;
	}
	#business .sec03 .imgBox {
		margin-bottom: 5rem;
		display: block;
	}
	#business .sec03 .imgBox .phoBox {
		width: auto;
	}
	#business .sec03 .imgBox .txtBox {
		margin: 3rem 0 0 !important;
		flex: 1;
	}
	#business .sec03 .imgBox .txtBox h4 {
		margin-bottom: 1.5rem;
		font-size: 2rem;
	}
	#business .sec03 .imgBox .txtBox p:not(:last-child), #business .sec03 .imgBox .txtBox .txtList:not(:last-child) {
		margin-bottom: 2rem;
	}
	#business .sec03 .comBtn {
		margin-bottom: 7rem;
		margin-top: 7rem;
	}
	#business .sec03 .comBtn a {
		width: auto;
		max-width: 33.5rem;
		text-align: center;
	}
	#business .sec03 .linkBox {
		padding: 4rem 2rem 5rem;
	}
	#business .sec03 .linkBox .headLine01 {
		font-size: 2rem;
	}
	#business .sec03 .linkBox p {
		font-size: 1.5rem;
	}
	#business .sec03 .linkBox .btn {
		width: auto;
		max-width: 26rem;
	}
	#business .sec03 .linkBox .btn a {
		
		font-size: 1.8rem;
	}
	#business .sec03 .linkBox .btn a span {
		padding-left: 3.7rem;
		background-position: left 0.5rem;
		background-size: 2.2rem;
	}
}
/* company */
#company p {
	letter-spacing: 0;
}
#company .pageTtl {
	background-image: url(img/company/page_bg.jpg);
}
#company .pageTtl h2 {
	margin: 0.4rem 0 0 0;
	font-size: 7.2rem;
	text-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.5);
	letter-spacing: 0.23em;
}
#company #pagePath {
	margin-bottom: 12.2rem;
}
#company .content {
	position: relative;
}
#company .h3Title {
	color: #fff;
	width: 12rem;
	min-height: 36.5rem;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.6rem;
}
#company .sec01 {
	margin-bottom: 12.4rem;
	position: relative;
}
#company .sec01 .image {
	width: 120rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
#company .sec01 .textBox p {
	color: #666666;
	text-align: center;
	line-height: 1.875;
	letter-spacing: 0;
}
#company .sec01 .textBox .title {
	margin-bottom: 3.7rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
}
#company .sec01 .textBox .title .num {
	margin-bottom: 1.6rem;
	display: block;
	color: #0062b1;
	font-size: 6rem;
	font-weight: normal;
}
#company .sec01 .textBox .title .txt {
	display: inline-block;
	vertical-align: top;
	border-bottom: 0.5rem solid #0062b1;
	padding-bottom: 0.5rem;
}
#company .sec01 .textBox p + .title {
	margin-top: 6.5rem;
}
#company .sec01 .textBox p + p {
	margin-top: 3rem;
}
#company .sec02 {
	margin-bottom: 17.1rem;
	padding: 10.4rem 0 9.6rem;
	background: url("img/company/bg02.jpg") no-repeat center center / cover;
}
#company .centerTxt {
	color: #666666;
	text-align: center;
	line-height: 1.875;
}
#company .centerTxt .sub {
	text-align: left;
	margin: 0 auto;
	width: fit-content;
	display: inline-block;
}
#company .centerTxt + .centerTxt {
	margin-top: 3rem;
}
#company .listUl {
	margin-top: 11.4rem;
}
#company .listUl li {
	display: flex;
	align-items: center;
	margin-bottom: 5rem;
}
#company .listUl li:last-child {
	margin-bottom: 0;
}
#company .listUl .ttl {
	font-size: 2.4rem;
	margin-bottom: 1.7rem;
}
#company .listUl .image {
	width: 20rem;
	flex-shrink: 0;
	position: relative;
}
#company .listUl .image span {
	position: absolute;
	bottom: 3.5rem;
	left: 0;
	display: block;
	width: 100%;
	font-weight: 700;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	padding-left: 0.6rem;
}
#company .listUl .rightBox {
	flex: 1;
	margin-left: 6.1rem;
}
#company .listUl p {
	color: #666666;
	line-height: 1.875;
}
#company .showBox {
	position: relative;
}
#company .showBox .image {
	width: 58.4rem;
	position: absolute;
	top: 1.2rem;
	right: 0;
	z-index: -1;
}
#company .listDl {
	margin-left: auto;
	max-width: 93.4rem;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.875;
}
#company .listDl dt {
	padding: 1.3rem 0.9rem 1.3rem 0;
	width: 21rem;
	text-align: center;
	font-weight: 600;
	border-bottom: 1px solid #0062b1;
}
#company .listDl dd {
	padding: 1.3rem 0 1.6rem 5.8rem;
	color: #666666;
	width: calc(100% - 21rem);
	letter-spacing: 0;
	border-bottom: 1px solid #dddddd;
}
#company .listDl dd a {
	color: #666666;
}
#company .mapBox {
	margin: 6.6rem -2.6rem 0;
}
#company .mapBox img {
	width: 100%;
}
#company {
	padding-bottom: 22.7rem;
}
@media all and (min-width: 897px) {
	#company .h3Title span {
		-webkit-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
		display: inline-block;
		white-space: nowrap;
		vertical-align: top;
	}
	#company .sec01 .h3Title {
		position: absolute;
		top: -2.3rem;
		left: 4rem;
	}
	#company .sec02 .h3Title {
		padding-top: 2.5rem;
		position: absolute;
		top: -15.2rem;
		right: 0;
		letter-spacing: 0.9em;
	}
	#company .showBox .h3Title {
		padding-top: 1.8rem;
		position: absolute;
		top: -3rem;
		left: 4rem;
		letter-spacing: 0.45em;
	}
}
@media all and (max-width: 896px) {
	#company .pageTtl h2 {
		font-size: 3.2rem;
	}
	#company .h3Title {
		margin-bottom: 4rem;
		padding: 1rem 0.5rem;
		width: auto;
		min-height: 0;
		font-size: 2.5rem;
	}
	#company .sec01 {
		margin-bottom: 6rem;
	}
	#company .sec01 .textBox .title {
		font-size: 2rem;
	}
	#company .sec01 .textBox .title .num {
		margin-bottom: 1rem;
		font-size: 4.5rem;
		font-weight: normal;
	}
	#company .sec01 .textBox .title .txt {
		border-width: 0.3rem;
	}
	#company .sec01 .textBox p + .title {
		margin-top: 4rem;
	}
	#company .sec01 .image {
		width: 37rem;
	}
	#company .sec01 .textBox p {
		letter-spacing: -0.05em;
	}
	#company .sec02 {
		margin-bottom: 8.1rem;
		padding: 6.4rem 0;
	}
	#company .listUl {
		margin-top: 6rem;
	}
	#company .listUl li {
		display: block;
	}
	#company .listUl .image {
		width: 13rem;
		margin: 0 auto 3rem;
	}
	#company .listUl .rightBox {
		margin-left: 0;
	}
	#company .listUl .ttl {
		font-size: 1.8rem;
	}
	#company .listDl dt {
		width: 10rem;
	}
	#company .listDl dd {
		padding: 1.3rem 0 1.6rem 0.8rem;
		width: calc(100% - 10rem);
	}
	#company .mapBox {
		margin: 4.6rem 0 0;
		overflow: hidden;
	}
	#company .mapBox img {
		margin: 0 -55%;
		width: 210%;
		max-width: inherit;
	}
	#company {
		padding-bottom: 5.7rem;
	}
	#company #pagePath {
		margin-bottom: 6.2rem;
	}
	#company .listUl .image span {
		bottom: 2rem;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	concept
------------------------------------------------------------*/
#concept {
	margin-bottom: 19.2rem;
}
#concept .pageTtl {
	justify-content: flex-end;
	gap: 5rem;
	position: relative;
	background: #010100 url(img/concept/main_img.png) no-repeat left calc(50% - 18.8rem) center / 102.5rem;
}
#concept .pageTtl .ttlBox {
	width: 50%;
}
#concept .pageTtl .ttlBox h2 {
	margin-top: 5.6rem;
	width: fit-content;
}
#concept .pageTtl h2 .large {
	margin-bottom: 3.2rem;
}
#concept .pageTtl .num {
	width: 5.7rem;
	position: absolute;
	top: 50%;
	transform: translateY(-14%);
	left: calc(50% - 21.9rem);
}
#concept .sec01 {
	margin: 13.3rem 0 16.5rem;
}
#concept .sec01 .imgBox {
	color: #fff;
	display: flex;
	justify-content: space-between;
	background: #0062b1;
}
#concept .sec01 .photoBox {
	margin: -3.3rem 0 -4.1rem;
	width: 58rem;
	position: relative;
}
#concept .sec01 .posTxt {
	padding: 0 1rem 4rem;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 1.875;
	letter-spacing: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0.05) 58%, transparent 70%);
}
#concept .sec01 .textBox {
	padding-bottom: 1rem;
	flex: 1;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 2.777;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
}
#concept .sec02 {
	margin-bottom: 12.7rem;
}
#concept .sec02 .inner01 {
	margin-bottom: 13.7rem;
}
#concept .sec02 .headLine01 span {
	margin-right: 0.9rem;
	font-style: italic;
	color: #0062b1;
	font-size: 5rem;
}
#concept .pointUl {
	margin: 16.3rem 0 4.5rem;
	gap: 7.45rem;
}
#concept .pointUl li {
	padding: 0.6rem 1rem 3.6rem;
	width: calc((100% - 15rem) / 3);
	background: #d9e8f3;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.02em;
	font-weight: 500;
}
#concept .pointUl .point {
	margin: -10rem auto 1.5rem;
	padding-top: 3.5rem;
	width: 15.3rem;
	height: 15.3rem;
	border-radius: 100%;
	font-size: 2.4rem;
	background: #0062b1;
	color: #fff;
	font-weight: 400;
}
#concept .pointUl .point .num {
	font-size: 6rem;
	display: block;
	line-height: 0.9;
}
#concept .pointUl .text {
	display: flex;
	align-items: center;
	justify-content: center;
}
#concept .note {
	font-size: 2rem;
	color: #0062b1;
	text-align: center;
	font-weight: 500;
}
#concept .sec02 .bgBox {
	padding: 7.5rem 0 8.3rem;
	color: #FFF;
	background: url(img/concept/bg01.jpg) no-repeat center center / cover;
}
#concept .sec02 .pointDl {
	padding: 0 1.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10.1rem 1.3rem;
}
#concept .sec02 .pointDl dt {
	padding: 1rem 0.4rem 1.2rem 1rem;
	width: 27.4rem;
	font-weight: 700;
	font-size: 4.5rem;
	font-style: italic;
	background: #0062b1;
	text-align: center;
	clip-path: polygon(3.2rem 0, 100% 0%, calc(100% - 3.2rem) 100%, 0% 100%);
}
#concept .sec02 .pointDl dd {
	width: calc(100% - 29.4rem);
	letter-spacing: 0;
}
#concept .sec02 .pointDl .title {
	margin: 2.5rem 0 2.9rem;
	font-size: 3rem;
}
#concept .sec02 .pointDl p,
#concept .sec02 .pointDl ul {
	line-height: 1.875;
}
#concept .sec02 .pointDl p:last-child {
	margin-bottom: 0;
}
#concept .sec02 .pointDl p {
	margin-bottom: 3rem;
}
#concept .sec02 .pointDl .subUl li {
	padding-left: 1em;
	text-indent: -1em;
}
#concept .sec03 {
	padding-bottom: 19.6rem;
	background: url(img/concept/bg02.png) no-repeat right top / 114.1rem;
}
#concept .sec03 .headLine01 {
	margin-bottom: 8.4rem;
}
#concept .tips {
	text-align: center;
	color: #666;
	letter-spacing: 0;
	line-height: 1.875;
}
#concept .sec03 .list {
	margin: 4.3rem 5.8rem 9.7rem 6rem;
}
#concept .sec03 .list li {
	width: fit-content;
	padding: 1rem 3.95rem;
	min-height: 10rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	line-height: 2;
	color: #fff;
	background: #0062b1;
	position: relative;
}
#concept .sec03 .list li:last-child {
	padding: 1rem 3.45rem;
}
#concept .sec03 .list li:last-child::after {
	display: none;
}
#concept .sec03 .list li::after {
	content: "+";
	position: absolute;
	right: -4.7rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2.4rem;
	line-height: 1;
	color: #020202;
}
#concept .sec03 .list li:nth-child(2)::after {
	content: "=";
}
#concept .sec03 .list02 {
	margin: 4.5rem auto 0;
	width: fit-content;
}
#concept .sec03 .list02 li {
	margin-left: 4.2rem;
	width: 60.3rem;
	font-size: 2.4rem;
	position: relative;
}
#concept .sec03 .list02 li + li {
	margin-top: 5.4rem;
}
#concept .sec03 .list02 .num {
	font-size: 4.8rem;
	color: #0062b1;
	font-style: italic;
	line-height: 0.8;
	position: absolute;
	right: calc(100% + 1rem);
	top: 0.5rem;
}
#concept .sec03 .list02 .txt {
	display: block;
	font-weight: 500;
	padding: 0 0 0.9rem 1.2rem;
	border-bottom: 1px solid #0062b1;
}
#concept .sec04 {
	margin-bottom: 17.3rem;
	padding: 1px;
	background: #D9E8F3;
}
#concept .sec04 .imgBox {
	align-items: center;
}
#concept .sec04 .photoBox {
	margin: -2.9rem 1rem -3rem 0;
	width: 58.7rem;
}
#concept .sec04 .textBox {
	flex: 1;
}
#concept .sec04 .heading,
#concept .sec04 .textList {
	font-size: 2.4rem;
	line-height: 1.875;
	font-weight: 400;
}
#concept .sec04 .heading {
	margin: 1.3rem 0 6.2rem;
	text-align: center;
	font-weight: 500;
}
#concept .sec04 .textList {
	margin: 1.4rem auto 0;
	width: fit-content;
}
#concept .sec04 .textList li {
	padding-left: 3.2rem;
	text-indent: -2.3rem;
	letter-spacing: 0.03em;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	#concept {
		margin-bottom: 10rem;
		overflow: hidden;
	}
	#concept .pageTtl {
		background-size: auto 100%;
		background-image: none;
		background-position: left -30rem center;
	}
	#concept .pageTtl .num {
		left: calc(50% - 16.5rem);
		width: 4.5rem;
	}
	#concept .pageTtl .num img {
		position: relative;
		z-index: 1;
	}
	#concept .pageTtl .num::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		width: 75rem;
		height: 36rem;
		transform: translate(-50%, -56.8%);
		background: url(img/concept/main_img.png) no-repeat center center / 100%;
	}
	#concept .pageTtl .ttlBox {
		margin-right: 1rem;
		width: 67%;
		max-width: 47rem;
	}
	#concept .pageTtl .ttlBox h2 {
		line-height: 1.5;
		position: relative;
		z-index: 2;
		font-size: 2rem;
	}
	#concept .pageTtl h2 .large {
		margin-bottom: 1.2rem;
		font-size: 2.5rem;
	}
	#concept .sec01 {
		margin: 9rem 0 10rem;
	}
	#concept .sec01 .imgBox {
		padding: 1px 2rem 4rem;
		display: block;
	}
	#concept .sec01 .photoBox {
		margin-bottom: 2rem;
		width: 100%;
	}
	#concept .sec01 .posTxt {
		padding-bottom: 1rem;
		line-height: 1.5;
		text-align: left;
	}
	#concept .sec01 .textBox {
		font-size: 2.2rem;
		line-height: 1.8;
	}
	#concept .sec02 {
		margin-bottom: 5rem;
	}
	#concept .sec02 .inner01 {
		margin-bottom: 6.5rem;
	}
	#concept .sec02 .headLine01 span {
		margin-right: 0.5rem;
		font-size: 3rem;
	}
	#concept .pointUl {
		margin: 10.3rem 0 2.5rem;
		display: block;
	}
	#concept .pointUl li {
		width: 100%;
		font-size: 1.7rem;
	}
	#concept .pointUl li + li {
		margin-top: 9rem;
	}
	#concept .pointUl .point .num {
		font-size: 4rem;
	}
	#concept .pointUl .point {
		margin: -7rem auto 1rem;
		padding-top: 2rem;
		width: 10rem;
		height: 10rem;
		font-size: 1.8rem;
	}
	#concept .note {
		font-size: 1.8rem;
	}
	#concept .sec02 .bgBox {
		padding: 5rem 0;
	}
	#concept .sec02 .pointDl {
		display: block;
	}
	#concept .sec02 .pointDl dt {
		padding: 0.5rem 2.6rem;
		width: fit-content;
		font-size: 2.6rem;
	}
	#concept .sec02 .pointDl dd {
		margin-bottom: 3.3rem;
		width: 100%;
	}
	#concept .sec02 .pointDl .title {
		margin: 1rem 0 1.5rem;
		font-size: 2.2rem;
	}
	#concept .sec02 .pointDl p {
		margin-bottom: 1.5rem;
	}
	#concept .sec02 .pointDl ul li {
		padding-left: 1.4rem;
		text-indent: -1.4rem;
	}
	#concept .sec03 {
		padding-bottom: 11rem;
		background-size: cover;
	}
	#concept .sec03 .headLine01 {
		margin-bottom: 3rem;
	}
	#concept .sec03 .list {
		margin: 2.5rem 0 3rem;
	}
	#concept .sec03 .list li {
		width: 100%;
		font-size: 1.8rem;
		min-height: 5rem;
	}
	#concept .sec03 .list li + li {
		margin-top: 5rem;
	}
	#concept .sec03 .list li::after {
		right: 50%;
		transform: translateX(50%);
		top: calc(100% + 1.2rem);
	}
	#concept .sec03 .list02 {
		margin-top: 3rem;
	}
	#concept .sec03 .list02 li {
		width: auto;
		font-size: 1.7rem;
	}
	#concept .sec03 .list02 li + li {
		margin-top: 3rem;
	}
	#concept .sec03 .list02 .num {
		font-size: 3.5rem;
		right: calc(100% + 0.2rem);
	}
	#concept .sec04 {
		margin-bottom: 10rem;
	}
	#concept .sec04 .imgBox {
		padding-bottom: 4rem;
		display: block;
	}
	#concept .sec04 .photoBox {
		margin: -3rem 0 3rem;
		width: 100%;
	}
	#concept .sec04 .heading,
	#concept .sec04 .textList {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#concept .sec04 .heading {
		margin-bottom: 3.2rem;
	}
	#concept .sec04 .textList li {
		padding-left: 1.8rem;
		text-indent: -1.8rem;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news .pageTtl {
	background-image: url(img/news/page_bg.jpg);
}
#news #pagePath {
	margin-bottom: 6rem;
}
#news .headLine01 {
	margin-bottom: 4rem;
}
#news .detail {
	margin-bottom: 12rem;
}
#news .detail h4 {
	margin-bottom: 3.1rem;
	padding: 2.4rem 0;
	text-align: center;
	font-size: 2.4rem;
	color: #090909;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}
#news .detail h4 span {
	margin-top: 0.9rem;
	display: block;
	color: #666666;
	font-size: 1.8rem;
	font-weight: normal;
}
#news .detail p {
	margin-bottom: 3.6rem;
	line-height: 2;
	color: #090909;
	letter-spacing: 0;
}
#news .detail p a {
	text-decoration: underline;
}
#news .detail .noteTxt {
	margin-bottom: 1.5rem;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0;
}
@media all and (min-width: 897px) {
	#news .detail .wpBox {
		display: flex;
		justify-content: center;
	}
	#news .detail p a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#news .detail {
		margin-bottom: 7rem;
	}
	#news .detail h4 {
		margin-bottom: 2rem;
		padding: 1rem 0;
		font-size: 1.8rem;
	}
	#news .detail h4 span {
		margin-top: 0.2rem;
		font-size: 1.4rem;
	}
	#news .detail p {
		margin-bottom: 1.5rem;
		line-height: 1.6;
	}
}
/*------------------------------------------------------------
	information
------------------------------------------------------------*/
#information .pageTtl {
	background-image: url(img/information/page_bg.jpg);
}
#information .information {
	margin-top: 6rem;
	position: relative;
}
#information .headLine01 {
	margin-bottom: 9rem;
	text-align: left;
	max-width: 46rem;
}
#information .info {
	margin-bottom: 10rem;
	align-items: flex-start;
}
#information .info .lBox {
	width: 29rem;
	padding: 0 2rem 4rem;
	box-sizing: border-box;
	background-color: #f6f6f6;
}
#information .info .lBox .ttl {
	margin: 0 -2rem 2.8rem;
	padding: 1.2rem 0 3.3rem;
	text-align: center;
	color: #fff;
	background: url("img/information/ttl_bg01.png") no-repeat center bottom;
	background-size: 100% 100%;
}
#information .info .lBox .ttl img {
	width: 3.4rem;
	margin: 0 2rem 0 0;
	display: inline-block;
	vertical-align: middle;
}
#information .info .lBox li:not(:last-child) {
	margin-bottom: 2rem;
}
#information .info .lBox li a {
	padding: 0 0 0 4.4rem;
	display: block;
	position: relative;
	color: #666;
	font-size: 1.8rem;
	line-height: 1.66;
}
#information .info .lBox li span {
	position: absolute;
	width: 3.5rem;
	height: 3.5rem;
	left: 1px;
	top: -1px;
	padding-top: 0.8rem;
	text-align: center;
	display: block;
	color: #fff;
	line-height: 1;
	background-color: #0062b1;
	box-sizing: border-box;
}
#information .info .rBox {
	width: 79rem;
}
#information .newsList {
	margin: 0 !important;
}
@media all and (min-width: 897px) {
	#information .info .lBox li a:hover {
		color: #000;
	}
	#information .newsList a {
		padding: 1.5rem 3rem;
	}
}
@media all and (max-width: 896px) {
	#information .information {
		margin-top: 3rem;
	}
	#information .headLine01 {
		margin-bottom: 4rem;
		max-width: none;
	}
	#information .info {
		margin-bottom: 3rem;
	}
	#information .info .lBox {
		order: 1;
		margin: 2rem 0 0;
		width: 100%;
		padding: 0 2rem 2rem;
		position: static;
		box-sizing: border-box;
	}
	#information .info .lBox .ttl {
		margin: 0 -2rem 1.5rem;
		padding: 1.2rem 0 1.5rem;
	}
	#information .info .lBox .ttl img {
		margin: 0 1rem 0 0;
		width: 2rem;
	}
	#information .info .lBox li:not(:last-child) {
		margin-bottom: 1rem;
	}
	#information .info .lBox li a {
		padding: 0 0 0 2.5rem;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	#information .info .lBox li span {
		width: 2rem;
		height: 2rem;
		left: 0;
		top: 1px;
		padding-top: 0.3rem;
	}
	#information .info .rBox {
		width: 100%;
	}
}
/*------------------------------------------------------------
	お役に立ち情報/detail
------------------------------------------------------------*/
#information .detail h4 {
	margin-bottom: 3.1rem;
	padding: 2.4rem 0;
	text-align: center;
	font-size: 2.4rem;
	color: #090909;
	font-feature-settings: "palt";
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}
#information .detail h4 span {
	margin-top: 0.9rem;
	display: block;
	color: #666666;
	font-size: 1.8rem;
	font-weight: normal;
}
#information .detail p {
	line-height: 2;
	color: #090909;
	letter-spacing: 0;
}
#information .detail .btmBox {
	margin: 0 0 11rem 6rem;
}
#information .detail .btmBox p {
	margin-bottom: 2rem;
	font-size: 1.4rem;
}
#information .detail .btmBox .txt01 {
	padding-left: 1.4rem;
}
#information .detail .btmBox .indent {
	padding-left: 1.4rem;
	text-indent: -1.4rem;
}
#information .detail .btmBox p:last-child {
	margin-bottom: 0;
}
#information .detail .btmBox .red {
	color: #F00;
}
#information .detail .btmBox .gray {
	color: #808080;
}
#information .detail .noteTxt {
	margin-bottom: 1.5rem;
	font-size: 1.4rem;
}
#information .detail .comCtaBtn {
	margin-left: 0;
	margin-right: 0;
}
@media all and (max-width: 896px) {
	#information .detail h4 {
		margin-bottom: 2rem;
		padding: 1rem 0;
		font-size: 1.8rem;
	}
	#information .detail h4 span {
		margin-top: 0.2rem;
		font-size: 1.4rem;
	}
	#information .detail p {
		margin-bottom: 1.5rem;
		line-height: 1.6;
	}
	#information .detail .btmBox {
		margin: 0 auto 11rem;
	}
	#information .detail .btmBox p {
		display: block;
	}
}
/* case */
#case {
	margin-bottom: 10rem;
}
#case .pageTtl {
	background-image: url(img/case/page_bg.jpg);
}
#case .content {
	max-width: 126.6rem;
	font-feature-settings: "palt";
}
#case .topTxt {
	margin: 10.5rem 0 8.5rem;
	font-size: 3.6rem;
	text-align: center;
	line-height: 2;
	font-weight: bold;
	letter-spacing: 0.02em;
}
#case .headLine01 {
	margin-bottom: 6rem;
}
#case .tabBox {
	margin: 0 auto 6rem;
	padding-left: 2rem;
	max-width: 84rem;
	font-size: 1.8rem;
}
#case .tabBox table {
	margin: 0 auto;
	width: 88rem;
}
#case .tabBox th,
#case .tabBox td {
	line-height: 2.5;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #eaeaea;
}
#case .tabBox th {
	padding: 1rem 0;
	width: 21rem;
	text-align: center;
	font-weight: normal;
}
#case .tabBox th span {
	min-width: 12.6rem;
	padding-bottom: 1rem;
	display: inline-block;
	border-bottom: 0.2rem solid #0062b1;
}
#case .tabBox th .ttl {
	padding: 0.3rem;
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-bottom: none;
	background-color: #EAEAEA;
}
#case .tabBox td {
	padding: 1.5rem 0 1.5rem 8.5rem;
	width: auto;
	line-height: 2;
}
#case .tabBox td a:hover {
	text-decoration: underline;
}
@media all and (max-width: 896px) {
	#case {
		margin-bottom: 5rem;
	}
	#case .content {
		margin: 0 1.5rem;
		padding: 0;
		max-width: inherit;
	}
	#case .topTxt {
		margin: 3.8rem 0 5rem;
		font-size: 2rem;
		letter-spacing: 0;
	}
	#case .photo {
		margin-bottom: 2rem;
	}
	#case .tabBox {
		margin: 0 auto 6rem;
		padding-left: 0;
		max-width: inherit;
		font-size: 1.4rem;
	}
	#case .tabBox table {
		width: 100%;
	}
	#case .tabBox th {
		padding: 0;
		width: 100%;
		display: block;
		border: none;
		box-sizing: border-box;
	}
	#case .tabBox th span {
		min-width: 8rem;
		padding-bottom: 1rem;
	}
	#case .tabBox td {
		width: 100%;
		display: block;
		padding: 1.5rem 0;
		box-sizing: border-box;
	}
	#case .tabBox td a:hover {
		text-decoration: underline;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact {
	margin-bottom: 10rem;
}
#contact .pageTtl {
	background-image: url(img/contact/page_bg.jpg);
}
#contact #pagePath {
	margin-bottom: 10.5rem;
}
#contact .headLine01 {
	margin-bottom: 4rem;
}
#contact .ctrText {
	margin-bottom: 4.2rem;
    font-size: 1.8rem;
    text-align: center;
}
#contact .topText {
	margin: 0 auto 4rem;
    width: fit-content;
    letter-spacing: 0;
    box-sizing: border-box;
	font-feature-settings: "palt";
	font-size: 1.8rem;
}
#contact form {
	width: 83rem;
	margin: -0.4rem auto 0;
	text-align: center;
}
#contact table {
	margin-bottom: 1.2rem;
	width: 100%;
	border-collapse: collapse;
}
#contact table th,
#contact table td {
	padding: 1rem 0 1.5rem;
	font-weight: normal;
	font-size: 1.8rem;
	color: #000;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	border-bottom: 1px solid #eaeaea;
}
#contact table th {
	width: 36.4%;
}
#contact table th .text {
	padding: 1rem 0 0.9rem;
	display: inline-block;
	width: 21.5rem;
	text-align: center;
	background-color: #eaeaea;
}
#contact table th .must {
	margin: -0.6rem 0 0 1.2rem;
	width: 5rem;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #cd0c0c;
	border-radius: 0.5rem;
}
#contact table td input[type="text"],
#contact table td input[type="email"],
#contact table td input[type="tel"],
#contact table td textarea {
	width: 100%;
	height: 4.4rem;
	padding: 0 1rem;
	color: #020202;
	font-size: 1.8rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border-radius: 0;
	border: 1px solid #ccc;
}
#contact table td textarea {
	padding: 1rem;
	height: 18.3rem;
	resize: vertical;
}
#contact .agree {
	margin-bottom: 5.5rem;
	text-align: center;
	font-size: 1.6rem;
}
#contact .agree a {
	text-decoration: underline;
}
#contact .agree a:hover {
	text-decoration: none;
}
#contact .agree input[type="checkbox"] {
	display: none;
}
#contact .agree input[type="checkbox"] + span {
	padding: 0 0 0 2.8rem;
	display: inline-block;
	background: url("img/common/check_img01.png") no-repeat left center / 2.2rem;
	cursor: pointer;
}
#contact .agree input[type="checkbox"]:checked + span {
	background-image: url("img/common/check_img02.png");
}
#contact .submit {
	text-align: center;
}
#contact .submit li {
	margin: 1.5rem 1.5rem 0;
	display: inline-block;
}
#contact .submit li input {
	padding: 1rem 0.5rem 1.1rem;
    height: 5.4rem;
	min-width: 30rem;
	cursor: pointer;
	color: #FFF;
	font-size: 1.8rem;
	border-radius: 0;
	border: none;
	background-color: #181617;
    box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#contact .submit li input:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#contact {
		margin-bottom: 5rem;
	}
	#contact .content {
		margin: 0 1.5rem;
	}
	#contact #pagePath {
		margin-bottom: 4rem;
	}
	#contact .topText {
		padding-left: 0;
		width: auto;
		font-size: 1.4rem;
	}
	#contact form {
		width: auto;
		margin: 0;
	}
	#contact table th,
	#contact table td {
		display: block;
		width: 100%;
		padding: 1rem 0;
		font-size: 1.4rem;
		border-bottom: 1px solid #eaeaea;
	}
	#contact table th {
		padding-bottom: 0;
		border-bottom: none;
	}
	#contact table td input[type="text"],
	#contact table td input[type="email"],
	#contact table td input[type="tel"],
	#contact table td textarea {
		padding: 0 0.5rem;
		font-size: 1.4rem;
	}
	#contact table td textarea {
		padding: 0.5rem;
		height: 13rem;
	}
	#contact .agree {
		margin-bottom: 2rem;
		font-size: 1.6rem;
	}
	#contact .agree a:hover {
		text-decoration: underline;
	}
	#contact .agree input[type="checkbox"] + span {
		background-position: left center;
	}
	#contact .submit li {
		margin: 0 auto 1rem;
	}
	#contact .submit li:last-child {
		margin-bottom: 0;
	}
	#contact .submit li input {
		height: 5.4rem;
		min-width: 24rem;
		font-size: 1.4rem;
	}
	#contact .submit li input:hover {
		opacity: 1;
	}
	div.wpcf7 .ajax-loader {
		margin: 0 auto !important;
		display: block !important;
	}
}
/*------------------------------------------------------------
	policy
------------------------------------------------------------*/
#policy {
	margin-bottom: 10rem;
}
#policy .pageTtl {
	background-image: url(img/policy/page_bg.jpg);
}
#policy .content {
	letter-spacing: 0;
}
#policy .headLine01 {
	margin-bottom: 5rem;
}
#policy #pagePath {
    margin-bottom: 10.5rem;
}
#policy .textUl > li:not(:last-child) {
	margin-bottom: 5rem;
}
#policy .textUl {
	margin-bottom: 5rem;
	font-feature-settings: "palt";
}
#policy .textUl p {
	font-size: 1.8rem;
	line-height: 2;
}
#policy .textUl h4 {
	margin-bottom: 2.1rem;
	color: #0062b1;
	font-size: 2.4rem;
}
#policy .txtUl {
	margin-top: 2.5rem;
	font-feature-settings: "palt";
}
#policy .txtUl li {
	margin-left: 2.3rem;
	line-height: 1.75;
	position: relative;
	font-size: 1.8rem;
}
#policy .txtUl li:before {
	width: 0.7rem;
	height: 0.7rem;
	position: absolute;
	top: 1.2rem;
	left: -1.6rem;
	content: "";
	background: #333333;
	border-radius: 100%;
}
@media all and (min-width: 897px) {
	#policy p {
		font-size: 1.8rem;
	}
	#policy p .mail:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#policy {
		margin-bottom: 5rem;
	}
	#policy .content {
		margin: 0 1.5rem;
	}
	#policy #pagePath {
		margin-bottom: 4rem;
	}
	#policy .textUl > li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#policy .textUl p {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	#policy .textUl h4 {
		margin-bottom: 1rem;
		font-size: 1.8rem;
	}
	#policy .txtUl {
		margin-top: 1.5rem;
	}
	#policy .txtUl li {
		margin-left: 1.5rem;
		line-height: 1.6;
		font-size: 1.4rem;
	}
	#policy .txtUl li:before {
		width: 0.5rem;
		height: 0.5rem;
		top: 0.9rem;
		left: -1.2rem;
	}
}
#contact.disabling .pageTtl {
	background-image: url(img/disabling-web-tracking/page_bg.jpg);
}
#contact.unsubscribe .pageTtl {
	background-image: url(img/unsubscribe/page_bg.jpg);
}
.unsubscribe form input[type="email"] {
	width: 28rem;
}
/*------------------------------------------------------------
	campaign
------------------------------------------------------------*/
#campaign {
	font-size: 1.6rem;
	line-height: 2.5;
}
#campaign .topLead {
    padding: 20px;
    color: #FFF;
    font-size: 3rem;
    text-align: center;
    background: #0000FF;
}
#campaign .mainImg {
    margin: 0 auto 60px;
    max-width: 1000px;
}
#campaign .pageTitle {
    background-image: url(img/campaign/page_title_bg.jpg);
}
#campaign .topBox {
    margin: 0 auto;
    padding: 20px;
    width: 600px;
    border: 2px solid #0162B1;
    box-sizing: border-box;
}
#campaign p {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
}
#campaign .topBox {
    margin-bottom: 50px;
}
#campaign .topBox p {
    color: #808080;
}
#campaign .topBox p span {
	margin-top: 20px;
    display: block;
    color: #ff0000;
}
#campaign .topBox p small {
    font-size: 1.8rem;
}
#campaign .text01 {
    margin: 0 auto 80px;
    padding-left: 160px;
    width: 690px;
}
#campaign h3 {
    margin-bottom: 30px;
    text-align: center;
}
#campaign h3 span {
    display: inline-block;
    color: #808080;
    font-size: 2.4rem;
    vertical-align: top;
    text-align: left;
}
#campaign .titleBox {
    margin-bottom: 90px;
    padding: 45px 30px;
    text-align: center;
    background: url(img/plan/title_bg01.jpg) no-repeat center center / cover;
    box-sizing: border-box;
}
#campaign .titleBox p {
    margin-bottom: 50px;
    padding-bottom: 10px;
    color: #FFF;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 4px solid #FFF;
}
#campaign .titleBox p.sm {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #000;
    font-size: 2.3rem;
    font-weight: normal;
    border-bottom: none;
}
#campaign .photo {
    margin-bottom: 40px;
    text-align: center;
}
#campaign .noteUl {
    margin-bottom: 80px;
}
#campaign .noteUl li {
    padding-left: 1em;
    color: #808080;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
    text-indent: -1em;
}
#campaign .flow .title {
    margin-bottom: 53px;
    padding: 20px 10px 14px 40px;
    display: flex;
    color: #333;
    font-size: 2.4rem;
    line-height: 1.67;
    align-items: center;
    border: 1px solid #000;
}
#campaign .btmText {
    text-align: center;
}
#campaign .btmText span {
    display: inline-block;
    color: #808080;
    vertical-align: top;
    text-align: left;
}
#campaign .btmText span a {
    color: #808080;
}
@media all and (max-width: 896px) {
	#campaign {
		font-size: 1.3rem;
		line-height: 1.6;
	}
    #campaign .topLead {
        padding: 10px;
        font-size: 1.4rem;
    }
    #campaign .mainImg {
        margin-bottom: 30px;
    }
    #campaign .topBox {
        padding: 10px;
        width: auto;
    }
    #campaign p {
        font-size: 1.4rem;
    }
    #campaign .topBox {
        margin-bottom: 30px;
    }
    #campaign .topBox p small {
        font-size: 1.2rem;
    }
    #campaign .text01 {
        margin-bottom: 20px;
        padding-left: 0;
        width: auto;
    }
    #campaign h3 {
        margin-bottom: 20px;
    }
    #campaign h3 span {
        font-size: 1.8rem;
    }
    #campaign .titleBox {
        margin-bottom: 30px;
        padding: 10px;
    }
    #campaign .titleBox p {
        margin-bottom: 10px;
        padding-bottom: 5px;
        font-size: 1.7rem;
        line-height: 1.5;
        border-bottom-width: 1px;
    }
    #campaign .titleBox p.sm {
        font-size: 1.1rem;
        border-bottom: none;
    }
    #campaign .photo {
        margin-bottom: 30px;
    }
    #campaign .noteUl {
        margin-bottom: 30px;
    }
    #campaign .noteUl li {
        font-size: 1.3rem;
    }
    #campaign .flow .title {
        margin-bottom: 20px;
        padding: 10px;
        font-size: 1.4rem;
    }
}
/*------------------------------------------------------------
	big_enterprise
------------------------------------------------------------*/
#campaign.enterprise .banner {
	padding: 78px 0 46px;
	text-align: center;
}
#campaign.enterprise .mainPic {
	margin-bottom: 125px;
	text-align: center;
}
#campaign.enterprise h2 {
	margin-bottom: 20px;
	color: #3FA9F5;
	font-size: 2.6rem;
	text-align: center;
}
#campaign.enterprise .textImg {
	margin: 0 auto 70px;
	width: 930px;
}
#campaign.enterprise .imgBox {
	margin: 0 auto 58px;
	width: 850px;
	display: flex;
	justify-content: space-between;
}
#campaign.enterprise .imgBox01 {
	margin-bottom: 220px;
}
#campaign.enterprise .imgBox .photoBox {
	width: 278px;
}
#campaign.enterprise .imgBox .photoBox p {
	margin: 45px 0 0 20px;
	color: #F15A24;
	font-size: 1.8rem;
	line-height: 1.8;
}
#campaign.enterprise .imgBox .textBox {
	width: 510px;
}
#campaign.enterprise .imgBox .textBox p {
	margin-bottom: 30px;
	color: #808080;
	font-size: 1.8rem;
}
#campaign.enterprise .imgBox .textBox p.ttl {
	margin-bottom: 10px;
	color: #1700D4;
}
#campaign.enterprise .imgBox .textBox ul {
	margin-left: 110px;
	color: #1700D4;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.5;
}
#campaign.enterprise .imgBox .textBox .blueBdBox {
	padding: 15px 5px 5px 15px;
	border: 1px solid #0000FF;
}
#campaign.enterprise .imgBox .textBox .blueBdBox p {
	margin-bottom: 0;
	color: #4D4D4D;
	font-size: 1.9rem;
	line-height: 2;
}
#campaign.enterprise .imgBox .textBox .blueBdBox p small {
	display: inline-block;
	font-size: 1.4rem;
	vertical-align: 2px;
}
#campaign.enterprise .imgBox .textBox .blueBdBox p .sm01 {
	font-size: 1.7rem;
}
#campaign.enterprise .imgBox .textBox .blueBdBox p .cor01 {
	color: #808080;
}
#campaign.enterprise .imgBox .textBox .blueBdBox p .cor02 {
	color: #ff0000;
	font-size: 2.5rem;
	line-height: 1;
}
#campaign.enterprise .imgBox .textBox .blueBdBox p .cor02 small {
	font-size: 1.9rem;
}
#campaign.enterprise .imgBox .textBox .blueBdBox01 {
	padding: 5px 5px 5px 15px;
}
#campaign.enterprise .imgBox .textBox .blueBdBox01 p {
	margin-bottom: 20px;
	color: #1A1A1A;
	font-size: 1.6rem;
	line-height: 1.5;
}
#campaign.enterprise .imgBox .textBox .blueBdBox01 p .fsz01 {
	color: #4E4D4E;
	font-size: 1.8rem;
}
#campaign.enterprise .imgBox .textBox .blueBdBox01 dl {
	color: #808080;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.7;
}
#campaign.enterprise .imgBox .textBox .blueBdBox01 dt {
	float: left;
	clear: left;
}
#campaign.enterprise .imgBox .textBox .blueBdBox01 dd {
	padding-left: 130px;
}
#campaign.enterprise .imgBox .textBox .blueBdBox01 .note {
	margin: 15px 0 0;
	color: #808080;
	font-size: 1.3rem;
	font-weight: bold;
}
@media all and (max-width: 896px) {
	#campaign.enterprise .banner {
		padding: 45px 0 20px;
	}
	#campaign.enterprise .mainPic {
		margin-bottom: 50px;
	}
	#campaign.enterprise h2 {
		margin-bottom: 20px;
		font-size: 1.9rem;
	}
	#campaign.enterprise .textImg {
		margin: 0 auto 70px;
		width: auto;
	}
	#campaign.enterprise .imgBox {
		margin-bottom: 30px;
		width: auto;
		display: block;
	}
	#campaign.enterprise .imgBox01 {
		margin-bottom: 50px;
	}
	#campaign.enterprise .imgBox .photoBox {
		margin-bottom: 15px;
		width: auto;
		text-align: center;
	}
	#campaign.enterprise .imgBox .photoBox img {
		width: 100%;
	}
	#campaign.enterprise .imgBox .photoBox p {
		margin: 0;
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1.8;
		text-align: left;
	}
	#campaign.enterprise .imgBox .textBox {
		width: auto;
	}
	#campaign.enterprise .imgBox .textBox p {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	#campaign.enterprise .imgBox .textBox p.ttl {
		margin-bottom: 10px;
	}
	#campaign.enterprise .imgBox .textBox ul {
		margin-left: 0;
		font-size: 1.4rem;
	}
	#campaign.enterprise .imgBox .textBox .blueBdBox {
		padding: 5px;
	}
	#campaign.enterprise .imgBox .textBox .blueBdBox p {
		margin-bottom: 0;
		font-size: 1.4rem;
		line-height: 1.7;
	}
	#campaign.enterprise .imgBox .textBox .blueBdBox p small {
		font-size: 1.1rem;
		vertical-align: 1px;
	}
	#campaign.enterprise .imgBox .textBox .blueBdBox p .sm01 {
		font-size: 1.1rem;
	}
	#campaign.enterprise .imgBox .textBox .blueBdBox p .cor02 {
		font-size: 1.7rem;
	}
	#campaign.enterprise .imgBox .textBox .blueBdBox p .cor02 small {
		font-size: 1.3rem;
	}
	#campaign.enterprise .imgBox .textBox .blueBdBox01 {
		padding: 5px;
	}
	#campaign.enterprise .imgBox .textBox .blueBdBox01 p {
		margin-bottom: 20px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#campaign.enterprise .imgBox .textBox .blueBdBox01 p .fsz01 {
		font-size: 1.2rem;
	}
	#campaign.enterprise .imgBox .textBox .blueBdBox01 dl {
		font-size: 1.3rem;
		line-height: 1.7;
	}
	#campaign.enterprise .imgBox .textBox .blueBdBox01 dd {
		padding-left: 130px;
	}
	#campaign.enterprise .imgBox .textBox .blueBdBox01 .note {
		margin: 15px 0 0;
		color: #808080;
		font-size: 1.3rem;
		font-weight: bold;
	}
}
/*------------------------------------------------------------
	activity11
------------------------------------------------------------*/
#activity11 {
	padding-top: 78px;
	line-height: 1.5;
    font-feature-settings: "palt";
}
#activity11 h2 {
	margin: 0 0 53px;
	padding: 23px 0 17px;
	color: #FFF;
	font-size: 3.6rem;
	text-align: center;
	background: #1D2087;
}
#activity11 .topArea {
	max-width: 1040px;
	margin: 0 auto 50px;	
}
#activity11 .topArea .txtImg {
	margin-top: 10px;
}
#activity11 .topArea .txtBox {
	width: 750px;
}
#activity11 .topArea .txtBox p {
	margin-bottom: 30px;
	line-height: 1.8;
}
#activity11 .topArea .txtBox .text {
	font-size: 1.8rem;
	line-height: 1.8;
}
#activity11 .topArea .txtBox .text .red {
	font-size: 2.2rem;
}
#activity11 .red {
	color: #E50012;
}
#activity11 .blue {
	color: #0000FF;
}
#activity11 .topBox {
	max-width: 1040px;
	/* max-width: 1020px; */
	margin: 0 auto 210px;
	padding: 20px 30px 15px;
	color: #FFF;
	box-sizing: border-box;
	background-color: #1D2087;
}
#activity11 .topBox h3 {
	padding: 20px 15px 15px;
	width: 200px;
	font-size: 2.2rem;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	justify-content: center;
	box-sizing: border-box;
	border: 2px solid #FFF;
}
#activity11 .topBox .txtBox {
	width: 730px;
	padding: 7px 5px 10px 15px;
	font-size: 2rem;
	box-sizing: border-box;
	border: 1px solid #FFF;
	text-align: justify;
}
#activity11 .topBox .txtBox li:not(:last-child) {
	margin-bottom: 8px;
}
#activity11 .topBox .txtBox li .ttl {
	font-weight: bold;
	color: #FFF;
}
#activity11 .topBox .txtBox li .red {
	color: #E50012;
}
#activity11 .topBox .txtBox li:nth-child(2n-1) {
	color: #E95513;

}
#activity11 .heading01 {
	margin-bottom: 30px;
}
#activity11 .heading01 span {
	padding: 3px 40px 3px;
	display: inline-block;
	color: #FFF;
	font-size: 4.4rem;
	background-color: #040000;
}
#activity11 .heading01 img {
	margin-left: 40px;
	vertical-align: middle;
}
#activity11 .sec01 {
    margin-bottom: 200px;
}
#activity11 .sec01 .imgBox .txtBox {
	width: 520px;
}
#activity11 .imgBox .txtBox {
	width: 520px;
}
#activity11 .sec01 .imgBox .txtBox h4 {
	margin-bottom: 20px;
	color: #0000FF;
	font-size: 2.1rem;
	line-height: 1.2;
}
#activity11 .sec01 .imgBox .txtBox h4 .num {
	margin-right: 10px;
	padding: 0px 7px;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	background-color: #0000FF;
}
#activity11 .sec01 .imgBox .txtBox .subBox {
	margin-bottom: 100px;
}
#activity11 .sec01 .imgBox .txtBox .subBox .pho {
	width: 243px;
}
#activity11 .sec01 .imgBox .txtBox .subBox .pho .txt {
	margin-top: 10px;
	display: block;
	text-align: center;
	font-size: 1.5rem;
}
#activity11 .sec01 .imgBox .txtBox .subBox .txtArea {
	width: 253px;
}
#activity11 .sec01 .imgBox .txtBox .subBox .txtArea .ttl {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
}
#activity11 .sec01 .imgBox .txtBox .subBox .txtArea p {
	margin-bottom: 30px;
	font-size: 1.5rem;
	line-height: 1.7;
}
#activity11 .sec01 .imgBox .txtBox .numList01 {
	font-size: 1.6rem;
	font-weight: bold;
}
#activity11 .sec01 .imgBox .txtBox .numList01 li:not(:last-child){
	margin-bottom: 8px;
}
#activity11 .sec01 .imgBox .txtBox .text01 {
	margin-bottom: 30px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	font-size: 1.9rem;
}
#activity11 .sec01 .imgBox .txtBox .numList02 {
	margin-bottom: 30px;
	padding: 12px 15px;
	font-size: 1.8rem;
	font-weight: bold;
	border: 2px solid #0000FF;
	background-color: #D2FFFF;
	border-radius: 2px;
}
#activity11 .sec01 .imgBox .txtBox .numList02 li:not(:last-child){
	margin-bottom: 5px;
}
#activity11 .sec01 .imgBox .txtBox .text02 {
	font-weight: bold;
	color: #4D4D4D;
	font-size: 1.8rem;
}
#activity11 .sec02 {
    margin-bottom: 210px;
}
#activity11 .sec02 .imgBox .txtBox dt {
	margin-left: -14px;
	color: #1D2087;
	font-weight: bold;
	font-size: 2.1rem;
}
#activity11 .sec02 .imgBox .txtBox dd {
	margin-bottom: 47px;
	font-size: 1.75rem;
}
#activity11 .sec02 .imgBox .txtBox dd:last-child {
	margin-bottom: 0;
}
#activity11 .sec02 .imgBox .txtBox dd .txt01 {
	display: block;
	margin: 0 0 10px 70px;
}
#activity11 .sec02 .imgBox .txtBox dd .red {
	color: #C30D23;
}
#activity11 .sec03 {
	margin-bottom: 150px;
}
#activity11 .sec03 .imgBox01 {
	max-width: 880px;
	margin: 0 auto;
}
#activity11 .sec03 .imgBox01 .phoBox {
	width: 375px;
	text-align: center;
}
#activity11 .sec03 .imgBox01 .phoBox .txt {
	margin-top: 15px;
	display: block;
	color: #FF0000;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
}
#activity11 .sec03 h3 {
	margin-bottom: 60px;
}
#activity11 .sec03 .imgBox01 .txtBox {
	width: 435px;
}
#activity11 .sec03 .txtBox p {
	margin: 0 0 15px;
	font-size: 1.65rem;
	line-height: 1.7;
}
#activity11 .sec03 .txtBox .txtInner {
	padding: 15px 30px;
	border: 1px solid #0000FF;
}
#activity11 .sec03 .txtBox .txtInner p {
	margin: 0;
}
#activity11 .sec03 .txtBox .arrow {
	margin-bottom: 30px;
	text-align: center;
}
#activity11 .sec03 .imgBox02 {
	margin-top: 120px;
}
#activity11 .sec03 .imgBox02 .phoBox {
	width: 662px;
	text-align: right;
}
#activity11 .sec03 .imgBox02 .txtBox {
	margin-left: -30px;
	width: 558px;
}
#activity11 .sec03 .imgBox02 .txtBox p {
	margin: 0 0 50px 40px;
}
#activity11 .sec03 .imgBox02 .txtBox .arrow {
	margin-bottom: 15px;
	width: 360px;
	text-align: center;
}
#activity11 .sec03 .imgBox02 .txtBox .text01 {
	margin: 0 0 20px;
}
#activity11 .sec03 .imgBox02 .txtBox .title {
	margin: 0;
}
#activity11 .sec03 .imgBox02 .txtBox .txtInner {
	margin-bottom: 20px;
	max-width: 420px;
}
#activity11 .sec03 .imgBox02 .txtBox dt {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.8rem;	
}
#activity11 .sec03 .imgBox02 .txtBox dd {
	margin-bottom: 15px;
	font-size: 1.8rem;	
}
#activity11 .sec03 .imgBox02 .txtBox dd:last-child {
	margin-bottom: 0;
}
#activity11 .sec03 .imgBox02 .txtBox .btmTxt {
	color: #FF0000;
}
#activity11 .sec04 {
	margin-bottom: 290px;
}
#activity11 .sec04 .txtInfo {
	margin-bottom: 110px;
}
#activity11 .sec04 .txtInfo .txtImg {
	margin: 130px -50px 0 0;
}
#activity11 .sec04 .txtInfo .txtArea {
	width: 900px;
	font-size: 2.2rem;
	color: #595757
}
#activity11 .sec04 .txtArea .blue {
	color: #1D2087;
}
#activity11 .sec04 .txtArea p {
	margin-bottom: 17px;
	line-height: 1.7;
}
#activity11 .sec04 .txtArea .txtList {
	max-width: 360px;
	margin: 0 auto 35px;
	padding: 15px 5px 15px 20px;
	box-sizing: border-box;
	border: 1px solid #1D2087;
}
#activity11 .sec04 .txtArea p .cor {
	color: #231815;
}
#activity11 .sec04 .txtArea .title {
	font-weight: bold;
}
#activity11 .sec04 .txtArea .numList {
	max-width: 330px;
	margin: 0 auto;
}
#activity11 .sec04 .txtArea .numList li {
	margin-bottom: 5px;
	color: #E50012;
	font-weight: bold;
}
#activity11 .sec04 .txtArea .numList li:last-child {
	margin-bottom: 0;
}
#activity11 .sec04 .txtInner {
	margin-bottom: 50px;
	padding: 17px 35px 30px;
	color: #FFF;
	background-color: #1D2087;
}
#activity11 .sec04 .txtInner p {
	margin-bottom: 30px;
	text-align: center;
	font-size: 2.2rem;
}
#activity11 .sec04 .txtInner p:last-child {
	margin-bottom: 0;
}
#activity11 .sec04 .txtInner .imgBox {
	margin-bottom: 35px;
}
#activity11 .sec04 .txtInner .imgBox .txtBox {
	width: 500px;
}
#activity11 .sec04 .txtInner .imgBox .txtBox li:nth-child(2n-1) {
	color: #B4B4B5;
}
#activity11 .sec04 .txtInner .imgBox .txtBox li {
	margin-bottom: 10px;
	font-size: 2.1rem;
	font-weight: bold;
}
#activity11 .sec04 .txtInner .imgBox .txtBox li .cor {
	color: #FFF;
	font-weight: normal;
}
#activity11 .sec04 .txtInner .imgBox .txtBox li:last-child {
	margin-bottom: 0;
}
#activity11 .sec04 .txtInner p .ttl {
	font-weight: bold;
	font-size: 2.7rem;
}
#activity11 .sec04 .btmTxt {
	color: #808080;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}
#activity11 .sec04 .btmTxt .sub {
	display: inline-block;
	text-align: left;
}
#activity11 .sec04 .btmTxt .red {
	color: #FF0000;
}
#activity11 .sec05 {
	max-width: 1124px;
	margin: 0 auto 120px;
}
#activity11 .sec05 h3 {
	margin-bottom: 20px;
	text-align: center;
	color: #FFF;
	font-size: 4rem;
}
#activity11 .sec05 h3 span {
	padding: 10px 25px 10px;
	display: inline-block;
	background-color: #1B1464;
}
#activity11 .sec05 .photo {
	margin-bottom: 140px;
	text-align: center;
}
#activity11 .sec05 .imgBox .phoBox {
	width: 345px;
}
#activity11 .sec05 .imgBox .txtBox {
	margin-top: 10px;
	width: 740px;
	position: relative;
}
#activity11 .sec05 .imgBox .txtBox .mark {
	position: absolute;
	right: 0;
	top: -85px;
}
#activity11 .sec05 .imgBox .txtBox p {
	margin-bottom: 5px;
	color: #595757;
	line-height: 1.8;
	font-size: 2.2rem;
}
#activity11 .sec05 .imgBox .txtBox .note {
	margin-bottom: 75px;
	padding-left: 1em;
	text-indent: -1em;
	text-align: right;
}
#activity11 .sec05 .imgBox .txtBox .note .sub {
	display: inline-block;
	text-align: left;
}
#activity11 .sec05 .imgBox .txtBox .note .red {
	color: #E50012;
}
#activity11 .sec05 .imgBox .txtBox .note .cor {
	color: #231815;
}
#activity11 .sec05 .imgBox .txtBox .note02 {
	margin-bottom: 25px;
	font-size: 1.8rem;
}
#activity11 .sec05 .imgBox .txtBox .sml {
	font-size: 1.7rem;
	text-align: right;
	line-height: 2;
}
#activity11 .sec05 .imgBox .txtBox .sml a {
	color: #595757;
}
#activity11 .sec06 {
	margin-bottom: 50px;
	padding: 75px 0 65px;
	color: #f9f8f5;
	background: url(img/activity11/sec06_bg.jpg) no-repeat center center / cover;
}
#activity11 .sec06 .content {
	max-width: 824px;
}
#activity11 .sec06 h3 {
	margin-bottom: 45px;
	text-align: center;
	color: #1d2087;
	font-size: 3.6rem;
}
#activity11 .sec06 h3 span {
	min-width: 540px;
	padding: 10px 20px 3px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #FFF;
}
#activity11 .sec06 p {
	margin-bottom: 35px;
	text-align: center;
	font-size: 2rem;
}
#activity11 .sec06 .stepList {
	margin-bottom: 70px;
}
#activity11 .sec06 .stepList li {
	margin-bottom: 67px;
	padding: 5px 20px 2px 4.6em;
	position: relative;
	font-size: 2rem;
	line-height: 1.8;
	text-indent: -2em;
	background-color: #000;
}
#activity11 .sec06 .stepList li::before {
	padding-left: 40px;
	position: absolute;
	left: 0;
	bottom: -62px;
	width: 100%;
	font-size: 3rem;
	text-align: center;
	content: "↓";
	box-sizing: border-box;
}
#activity11 .sec06 .stepList li:last-child {
	margin-bottom: 0;
}
#activity11 .sec06 .stepList li:last-child::before {
	display: none;
}
#activity11 .sec06 .txtUl li {
	padding: 10px 0 10px;
	margin-right: 24px;
	width: 188px;
	font-size: 1.6rem;
	color: #000;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.7);
}
#activity11 .sec06 .txtUl li:nth-child(4n) {
	margin-right: 0;
}

@media all and (min-width:0) and (max-width:767px) {
	#activity11 {
		padding-top: 45px;
	}
	#activity11 h2 {
		margin: 0 0 30px;
		padding: 23px 10px 17px;
		font-size: 2rem;
		line-height: 1.67;
	}
	#activity11 .topArea {
		margin-bottom: 30px;
		display: block;
	}
	#activity11 .topArea .txtImg {
		margin: 0 auto 30px;
		width: 140px;
		text-align: center;
	}
	#activity11 .topArea .txtBox {
		width: auto;
		text-align: center;
	}
	#activity11 .topArea .txtBox p {
		display: inline-block;
		text-align: left;
	}
	#activity11 .topArea .txtBox .text {
		font-size: 1.4rem;
	}
	#activity11 .topArea .txtBox .text .red {
		font-size: 1.6rem;
	}
	#activity11 .topBox {
		margin: 0 auto 100px;
		display: block;
		padding: 20px 10px;
	}
	#activity11 .topBox h3 {
		padding: 20px 10px 15px;
		margin: 0 auto 25px;
		width: 200px;
		font-size: 2rem;
		text-align: center;
		border-width: 1px;
	}
	#activity11 .topBox .txtBox {
		width: auto;
		padding: 15px 15px;
		font-size: 1.4rem;
		text-align: center;
	}
	#activity11 .topBox .txtBox ul {
		display: inline-block;
		text-align: left;
	}
	#activity11 .heading01 span {
		padding: 5px 10px;
		font-size: 2.2rem;
	}
	#activity11 .heading01 img {
		margin-left: 20px;
	}
	#activity11 .sec01 {
		margin-bottom: 100px;
	}
	#activity11 .imgBox {
		display: block;
	}
	#activity11 .imgBox .phoBox {
		margin-bottom: 25px;
		text-align: center;
	}
	#activity11 .imgBox .txtBox {
		width: auto !important;
	}
	#activity11 .sec01 .imgBox .txtBox h4 {
		margin-bottom: 20px;
		padding-left: 35px;
		position: relative;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	#activity11 .sec01 .imgBox .txtBox h4 .num {
		position: absolute;
		padding: 2px 7px;
		left: 0;
		top: 0;
	}
	#activity11 .sec01 .imgBox .txtBox .subBox {
		margin-bottom: 60px;
		display: block;
	}
	#activity11 .sec01 .imgBox .txtBox .subBox .pho {
		margin-bottom: 20px;
		width: auto;
		text-align: center;
	}
	#activity11 .sec01 .imgBox .txtBox .subBox .txtArea {
		width: auto;
	}
	#activity11 .sec01 .imgBox .txtBox .box01 {
		text-align: center;
	}
	#activity11 .sec01 .imgBox .txtBox .numList01 {
		display: inline-block;
		text-align: left;
		font-size: 1.4rem;
	}
	#activity11 .sec01 .imgBox .txtBox .text01 {
		font-size: 1.5rem;
	}
	#activity11 .sec01 .imgBox .txtBox .numList02 {
		padding: 15px 15px;
		font-size: 1.4rem;
	}
	#activity11 .sec01 .imgBox .txtBox .numList02 li:not(:last-child){
		margin-bottom: 15px;
	}
	#activity11 .sec01 .imgBox .txtBox .text02 {
		margin: 0;
		font-size: 1.5rem;
	}
	#activity11 .sec02 {
		margin-bottom: 100px;
	}
	#activity11 .sec02 .imgBox .txtBox dt {
		margin-left: 0;
		font-size: 1.4rem;
	}
	#activity11 .sec02 .imgBox .txtBox dd {
		margin-left: 35px;
		font-size: 1.5rem;
	}
	#activity11 .sec02 .imgBox .txtBox dd .txt01 {
		margin: 0 0 10px;
	}
	#activity11 .sec03 {
		margin-bottom: 100px;
	}
	#activity11 .sec03 .imgBox01 {
		max-width: inherit;
		display: block;
	}
	#activity11 .sec03 .imgBox01 .phoBox {
		margin-bottom: 20px;
		width: auto;
	}
	#activity11 .sec03 .imgBox01 .phoBox .txt {
		font-size: 1.4rem;
	}
	#activity11 .sec03 h3 {
		margin-bottom: 30px;
	}
	#activity11 .sec03 .imgBox01 .txtBox {
		width: auto;
	}
	#activity11 .sec03 .txtBox p {
		margin: 0 0 15px;
		font-size: 1.4rem;
	}
	#activity11 .sec03 .txtBox .txtInner {
		padding: 15px;
	}	
	#activity11 .sec03 .imgBox02 {
		margin-top: 50px;
		display: block;
	}
	#activity11 .sec03 .imgBox02 .phoBox {
		margin-bottom: 20px;
		width: auto;
		text-align: center;
	}
	#activity11 .sec03 .imgBox02 .txtBox {
		margin-left: 0;
		width: auto;
	}
	#activity11 .sec03 .imgBox02 .txtBox .box01 {
		text-align: center;
	}
	#activity11 .sec03 .imgBox02 .txtBox p {
		display: inline-block;
		margin: 0 0 20px;
		text-align: left;
	}
	#activity11 .sec03 .imgBox02 .txtBox .arrow {
		width: auto;
	}
	#activity11 .sec03 .imgBox02 .txtBox .text01 {
		margin: 0 0 20px;
	}	
	#activity11 .sec03 .imgBox02 .txtBox .title {
		margin: 0 0 20px;
		display: block;
		text-align: center;
	}	
	#activity11 .sec03 .imgBox02 .txtBox .txtInner {
		max-width: inherit;
		text-align: center;
	}
	#activity11 .sec03 .imgBox02 .txtBox .txtInner dl {
		display: inline-block;
		text-align: left;
	}
	#activity11 .sec03 .imgBox02 .txtBox dt {
		font-size: 1.4rem;	
	}
	#activity11 .sec03 .imgBox02 .txtBox dd {
		font-size: 1.4rem;	
	}
	#activity11 .sec04 {
		margin-bottom: 100px;
	}
	#activity11 .sec04 .txtInfo {
		margin-bottom: 110px;
		display: block;
	}
	#activity11 .sec04 .txtInfo .txtImg {
		margin: 0 auto 30px;
		width: 200px;
	}
	#activity11 .sec04 .txtInfo .txtArea {
		width: auto;
		font-size: 1.4rem;
	}
	#activity11 .sec04 .txtInfo .txtArea .box01 {
		max-width: 290px;
		margin: 0 auto;
		text-align: center;
	}
	#activity11 .sec04 .txtInfo .txtArea .box01 p {
		display: inline-block;
		text-align: left;
		text-align: justify;
	}
	#activity11 .sec04 .txtArea .txtList {
		max-width: inherit;
		padding: 0;
		text-align: center;
		border: 0;
	}
	#activity11 .sec04 .txtArea .txtList span {
		padding: 15px 25px 15px;
		display: inline-block;
		text-align: left;
		border: 1px solid #1D2087;
	}
	#activity11 .sec04 .txtInfo .txtArea .box02 {
		text-align: center;
	}
	#activity11 .sec04 .txtArea .numList {
		max-width: inherit;
		display: inline-block;
		text-align: left;
	}
	#activity11 .sec04 .txtInner {
		margin-bottom: 50px;
		padding: 15px 15px;
	}
	#activity11 .sec04 .txtInner p {
		font-size: 1.4rem;
	}
	#activity11 .sec04 .txtInner .imgBox .txtBox {
		width: auto;
		text-align: center;
	}
	#activity11 .sec04 .txtInner .imgBox .txtBox ul {
		display: inline-block;
		text-align: left;
	}
	#activity11 .sec04 .txtInner .imgBox .txtBox li {
		font-size: 1.4rem;
	}
	#activity11 .sec04 .txtInner p .ttl {
		font-size: 1.5rem;
	}
	#activity11 .sec04 .btmTxt {
		font-size: 1.4rem;
	}
	#activity11 .sec05 h3 {
		font-size: 2.2rem;
	}
	#activity11 .sec05 .photo {
		margin-bottom: 60px;
	}
	#activity11 .sec05 .imgBox .phoBox {
		width: auto;
		display: none;
	}
	#activity11 .sec05 .imgBox .txtBox {
		margin-top: 20px;
		width: auto;
	}
	#activity11 .sec05 .imgBox .txtBox .mark {
		position: absolute;
		right: 0;
		top: -45px;
		width: 100px;
		display: none;
	}
	#activity11 .sec05 .imgBox .txtBox p {
		font-size: 1.4rem;
	}
	#activity11 .sec05 .imgBox .txtBox .note {
		margin-bottom: 35px;
	}
	#activity11 .sec05 .imgBox .txtBox .note02 {
		font-size: 1.4rem;
	}
	#activity11 .sec05 .imgBox .txtBox .sml {
		font-size: 1.2rem;
	}
	#activity11 .sec06 {
		padding: 40px 0;
	}
	#activity11 .sec06 .content {
		max-width: inherit;
	}
	#activity11 .sec06 h3 {
		margin-bottom: 45px;
		font-size: 2rem;
	}
	#activity11 .sec06 h3 span {
		min-width: inherit;
		padding: 6px 20px 6px;
		
	}
	#activity11 .sec06 p {
		font-size: 1.5rem;
	}
	#activity11 .sec06 .stepList {
		margin-bottom: 50px;
	}
	#activity11 .sec06 .stepList li {
		margin-bottom: 67px;
		padding: 5px 15px 5px 3em;
		font-size: 1.5rem;
	}
	#activity11 .sec06 .stepList li::before {
		padding-left: 40px;
		font-size: 3rem;
	}
	#activity11 .sec06 .stepList li:last-child {
		margin-bottom: 0;
	}
	#activity11 .sec06 .stepList li:last-child::before {
		display: none;
	}
	#activity11 .sec06 .txtUl {
		justify-content: space-between;
	}
	#activity11 .sec06 .txtUl li {
		padding: 10px 10px 10px;
		margin: 15px 0 0;
		width: 45%;
		box-sizing: border-box;
		font-size: 1.5rem;
	}
	#activity11 .sec06 .txtUl li:nth-child(4n) {
		margin-right: 0;
	}
	
}