@charset "utf-8";
/*
Theme Name: wulaixi2026
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: 1580px) {
	html {
		font-size: calc(1000vw / 1580);
	}
}
@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: 2.2rem 3.6rem 1.7rem 3rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	align-items: center;
	z-index: 100;
}
#gHeader h1 a {
	position: relative;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: 0;
}
#gHeader h1 a img {
	margin-right: 1.8rem;
	width: 6.8rem;
}
#gHeader h1 small {
	position: absolute;
	left: 9rem;
	top: -1.4rem;
	display: block;
	font-size: 1.2rem;
}
#gNavi {
	margin: 1.2rem 0 0 2rem;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
}
#gNavi > ul {
	margin: 0.2rem 6.9rem 0 0;
	justify-content: flex-end;
	flex-wrap: nowrap;
}
#gNavi > ul > li {
	margin-left: 7rem;
}
#gNavi > ul > li:first-child {
	margin-left: 0 !important;
}
#gNavi > ul > li > a {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0;
}
#gNavi > ul > li.on > a {
	color: #ccff00;
}
#gNavi > ul > li .subNavi {
	display: none;
}
#gNavi .link a {
	padding: 0.8rem 3.7rem;
	text-align: center;
	display: inline-block;
	color: #000001;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	background-color: rgb(204, 255, 0);
	border-radius: 0.5rem;
}
#gNavi .link a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gNavi > ul > li > a:hover {
		color: #ccff00;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
	}
	#gHeader .lBox {
		position: relative;
		z-index: 101;
		width: 100%;
		padding: 2.5rem 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 h1 small {
		left: 5.2rem;
		top: -1.2rem;
		font-size: 1rem;
	}
	#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 {
	padding: 6.9rem 0 7.5rem;
	position: relative;
	background: url(img/common/footer_bg.jpg) no-repeat center top/cover;
}
#gFooter .fBox {
	max-width: 150rem;
	margin: 0 auto;
}
#gFooter .fNavi {
	width: 81.5rem;
	letter-spacing: 0;
	column-count: 2;
}
#gFooter .fNavi li {
	margin-bottom: 1.2rem;
	break-inside: avoid;
}
#gFooter .fNavi a {
	display: inline-block;
	color: #fff;
	padding-left: 1.4em;
	text-indent: -1.4em;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .fInfo {
	margin-top: 1.5rem;
	width: 31.8rem;
}
#gFooter .fInfo a {
	display: block;
	position: relative;
}
#gFooter .fInfo .sm {
	color: #fff;
  font-size: 1.2rem;
  top: -1.6rem;
  left: 7rem;
  position: absolute;
}
#gFooter .fLink {
	margin: 2.7rem 0 2.1rem;
}
#gFooter .fLink a {
	padding: 0.9rem 4rem 1.1rem;
	display: block;
	color: #000;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	background: rgb(204, 255, 0) url(img/common/icon08.png) no-repeat right 3.3rem center;
	background-size: 1.8rem auto;
	border-radius: 0.5rem;
}
#gFooter .fLink a:hover {
	opacity: 0.7;
}
#gFooter address {
	text-align: right;
	color: #fff;
	letter-spacing: 0;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 3.5rem 2rem;
	}
	#gFooter .fBox {
		max-width: inherit;
		display: block;
	}
	#gFooter .fNavi {
		width: fit-content;
		margin: 0 auto;
	}
	#gFooter .fInfo {
		margin: 4rem auto 0;
		width: 31.8rem;
	}
	#gFooter address {
		text-align: center;
	}
}
/*------------------------------------------------------------
	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 {
	min-height: 60.1rem;
	padding-top: 6.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(img/common/page_ttl_bg.jpg) no-repeat center top/cover;
}
.pageTtl h2 {
	width: fit-content;
	margin: 0 auto;
	color: #fff;
	font-size: 6rem;
	letter-spacing: 0;
	font-weight: 700;
	background: -webkit-linear-gradient(#00d9ff,#00d9ff) repeat-x center bottom 1.4rem / 100% 1rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.pageTtl h2 .green {
	color: #ccff00;
}
@media all and (max-width: 896px) {
	.pageTtl {
		min-height: 34rem;
		padding-top: 2rem;
	}
	.pageTtl h2 {
		font-size: 3.2rem;
		background-position: center bottom 0.5rem;
	}
}
/*------------------------------------------------------------
	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;
	}
}
/*------------------------------------------------------------
	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 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 #pagePath {
	margin-bottom: 6rem;
}
#news .headLine01 {
	margin-bottom: 4rem;
}
#news .detail {
	margin-bottom: 12rem;
	align-items: flex-start;
}
#news .detail .lBox {
	width: 29rem;
	padding: 0 2rem 4rem;
	box-sizing: border-box;
	background-color: #f6f6f6;
}
#news .detail .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%;
}
#news .detail .lBox .ttl img {
	width: 3.4rem;
	margin: 0 2rem 0 0;
	display: inline-block;
	vertical-align: middle;
}
#news .detail .lBox li:not(:last-child) {
	margin-bottom: 2rem;
}
#news .detail .lBox li a {
	padding: 0 0 0 4.4rem;
	display: block;
	position: relative;
	color: #666;
	font-size: 1.8rem;
	line-height: 1.66;
}
#news .detail .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;
}
#news .detail .rBox {
	width: 79rem;
}
#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 .lBox li a:hover {
		color: #000;
	}
	#news .detail .wpBox {
		display: flex;
		justify-content: center;
	}
	#news .detail .wpBox .subWpBox {
		width: 100%;
	}
	#news .detail p a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#news .detail {
		margin-bottom: 7rem;
	}
	#news .detail .lBox {
		order: 1;
		margin: 2rem 0 0;
		width: 100%;
		padding: 0 2rem 2rem;
		position: static;
		box-sizing: border-box;
	}
	#news .detail .lBox .ttl {
		margin: 0 -2rem 1.5rem;
		padding: 1.2rem 0 1.5rem;
	}
	#news .detail .lBox .ttl img {
		margin: 0 1rem 0 0;
		width: 2rem;
	}
	#news .detail .lBox li:not(:last-child) {
		margin-bottom: 1rem;
	}
	#news .detail .lBox li a {
		padding: 0 0 0 2.5rem;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	#news .detail .lBox li span {
		width: 2rem;
		height: 2rem;
		left: 0;
		top: 1px;
		padding-top: 0.3rem;
	}
	#news .detail .rBox {
		width: 100%;
	}
	#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 .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 #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 .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;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 12.1rem;
	text-align: center;
	color: #000;
	font-size: 4.8rem;
	font-weight: 700;
	letter-spacing: 0;
}
.headLine03.green {
	color: #ccff00;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 4rem;
		font-size: 3rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 4.2rem;
	text-align: center;
	color: #00d9ff;
	font-size: 2.4rem;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 3rem;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin: 0 -2rem 6.9rem;
	text-align: center;
	color: #ccff00;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: -0.05em;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin: 0 0 2rem;
		font-size: 2.6rem;
	}
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin-bottom: 7.7rem;
	text-align: center;
	color: #0a1628;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0;
}
.headLine06 span {
	background: -webkit-linear-gradient(#ccff00,#ccff00) repeat-x center bottom 0.5rem / 100% 1rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
@media all and (max-width: 896px) {
	.headLine06 {
		margin-bottom: 3rem;
		font-size: 3rem;
	}
}
/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
	margin-bottom: 13.6rem;
	text-align: center;
	color: #fff;
	font-size: 4.8rem;
	font-weight: 700;
	letter-spacing: 0;
}
.headLine07 span {
	background: -webkit-linear-gradient(#00d9ff,#00d9ff) repeat-x center bottom 0.7rem / 100% 1rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.headLine07 span small {
	font-size: 3rem;
}
.headLine07.color {
	color: #000;
}
.headLine07.color span {
	background-image: -webkit-linear-gradient(#ccff00,#ccff00);
}
@media all and (max-width: 896px) {
	.headLine07 {
		margin-bottom: 6rem;
		font-size: 3.6rem;
	}
	.headLine07 small {
		font-size: 2rem;
		display: block;
	}
}
/*------------------------------------------------------------
	headLine08
------------------------------------------------------------*/
.headLine08 {
	width: fit-content;
	margin: 0 auto 6.1rem;
	padding: 2.6rem 5.6rem 2.4rem;
	text-align: center;
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0;
	background-color: #ccff00;
}
@media all and (max-width: 896px) {
	.headLine08 {
		margin: 0 auto 3rem;
		padding: 1.5rem 2rem;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	comWid
------------------------------------------------------------*/
.comWid {
	max-width: 152rem;
	padding: 0 2rem;
	margin: 0 auto;
	box-sizing: border-box;
}
.comWid.wid01 {
	max-width: 154rem;
}
@media all and (max-width: 896px) {
	.comWid {
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList {
	position: relative;
}
.comTextList li {
	width: 30.4%;
	padding: 6.1rem 1rem 6.9rem;
	text-align: center;
	color: #000;
	border-radius: 0.5rem;
	background-color: #fff;
	box-shadow: 0 0 0.8rem rgba(0,0,0,0.2);
	box-sizing: border-box;
}
.comTextList .ttl {
	margin-bottom: 2.2rem;
	font-size: 2.4rem;
	font-weight: 500;
}
.comTextList .ttl .ico {
	display: block;
	width: 6rem;
	margin: 0 auto 3.7rem;
}
.comTextList p {
	line-height: 2.25;
	letter-spacing: 0;
}
.comTextList p > span {
	display: inline-block;
	text-align: left;
}
@media all and (min-width: 897px) {
	.comTextList::after {
		content: "";
		width: 30.4%;
	}
}
@media all and (max-width: 896px) {
	.comTextList {
		display: block;
	}
	.comTextList li {
		margin-bottom: 2rem;
		width: auto;
		padding: 3rem 2rem;
	}
	.comTextList .ttl {
		margin-bottom: 2rem;
		font-size: 2.2rem;
	}
	.comTextList .ttl .ico {
		margin: 0 auto 1rem;
	}
}
/*------------------------------------------------------------
	comBg
------------------------------------------------------------*/
.comBg {
	position: relative;
	background-color: #0A1628;
}
.comBg::before {
	position: absolute;
	left: 0;
	top: -10.7rem;
	width: 100%;
	height: 10.8rem;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background-color: #0A1628;
	content: "";
}
@media all and (max-width: 896px) {
	.comBg::before {
		top: -5rem;
		height: 5.1rem;
	}
}
/*------------------------------------------------------------
	comTextUl
------------------------------------------------------------*/
.comTextUl > li {
	width: calc(50% - 3.6rem);
	padding: 5.3rem 3rem 6.2rem;
	background-color: #232e3e;
	box-sizing: border-box;
}
.comTextUl p {
	line-height: 2.25;
	text-align: center;
	color: #fff;
	letter-spacing: 0;
}
.comTextUl .textUl {
	width: fit-content;
	margin: 0 auto;
	padding-top: 0.3rem;
	color: #fff;
	letter-spacing: 0;
}
.comTextUl .textUl li:not(:last-child) {
	margin-bottom: 4.5rem;
}
.comTextUl .textUl span {
	margin-bottom: 1.2rem;
	display: block;
	font-size: 1.8rem;
}
@media all and (max-width: 896px) {
	.comTextUl {
		display: block;
	}
	.comTextUl > li {
		margin-bottom: 2rem;
		width: auto;
		padding: 3rem 2rem;
	}
	.comTextUl > li:last-child {
		margin-bottom: 0;
	}
	.comTextUl .textUl li:not(:last-child) {
		margin-bottom: 2.5rem;
	}
	.comTextUl .textUl span {
		margin-bottom: 0.5rem;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comNum
------------------------------------------------------------*/
.comNum {
	width: 6.4rem;
	height: 6.4rem;
	position: absolute;
	left: 0.2rem;
	top: -1.2rem;
	padding-top: 0.5rem;
	font-weight: 700;
	text-align: center;
	font-size: 4.8rem;
	color: #fff;
	line-height: 1;
	background-color: #00d9ff;
}
@media all and (max-width: 896px) {
	.comNum {
		width: 4rem;
		height: 4rem;
		left: 0;
		top: 0;
		padding-top: 0.4rem;
		font-size: 3rem;
	}
}
/*------------------------------------------------------------
	wp-production
------------------------------------------------------------*/
#wp-production .cancellation {
	padding: 17.9rem 0 29.4rem;
	background-color: #f8f9fa;
}
#wp-production .merritt {
	padding: 14.8rem 0 21.3rem;
}
#wp-production .business {
	padding: 15.7rem 0 18.6rem;
}
#wp-production .business li {
	margin-bottom: 6rem;
	padding: 4.5rem 2rem 4.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8f9fa;
}
#wp-production .business li:last-child {
	padding-bottom: 3.5rem;
	margin-bottom: 0 !important;
}
#wp-production .business .ttl {
	color: #04b0e8;
	font-size: 2.4rem;
	font-weight: 500;
}
#wp-production .business .text {
	margin: 0.5rem 0 0 3.2rem;
	color: #000;
	letter-spacing: 0;
}
#wp-production .business .text01 {
	font-size: 2.4rem;
	line-height: 2;
	font-weight: 500;
}
#wp-production .condition {
	padding: 15.7rem 0 15.5rem;
	background: url(img/common/com_bg01.jpg) no-repeat center center;
	background-size: cover;
}
#wp-production .condition .textList > li {
	width: calc(50% - 3.6rem);
}
#wp-production .condition .bgBox {
	padding: 5.7rem 4.2rem 2.7rem;
	background-color: rgba(255,255,255,0.102);
}
#wp-production .condition p {
	margin-bottom: 4.9rem;
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: 0;
}
#wp-production .condition .textUl {
	margin-left: -0.8rem;
	color: #00d9ff;
	font-size: 2.4rem;
}
#wp-production .condition .textUl li {
	padding-bottom: 3.6rem;
	font-weight: 500;
}
#wp-production .condition .textUl span {
	margin-left: 1.3rem;
	color: #fff;
}
#wp-production .importance {
	padding: 19.2rem 0 15.4rem;
}
#wp-production .importance .textList {
	margin-bottom: 15.7rem;
}
#wp-production .importance .textList li {
	width: calc(50% - 3.6rem);
	padding: 14rem 4.6rem 6.3rem;
	background-color: #f8f9fa;
}
#wp-production .importance .textList li:last-child .headLine06 {
	letter-spacing: -0.05em;
}
#wp-production .importance .textList p {
	line-height: 2.25;
	color: #0a1628;
	letter-spacing: 0;
}
#wp-production .importance .textList p span {
	margin: 3.2rem 0 4rem;
	display: block;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
	font-weight: 500;
}
#wp-production .importance .txtList > li:not(:last-child) {
	margin-bottom: 8.4rem;
}
#wp-production .importance .title {
	position: relative;
	padding-left: 9rem;
	color: #04b0e8;
	font-size: 2.4rem;
	font-weight: 500;
}
#wp-production .importance .title .sml {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2.4rem;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
}
#wp-production .importance .txtUl {
	margin: 4.9rem 0 0 9.4rem;
	color: #000;
	line-height: 2.25;
	letter-spacing: 0;
}
#wp-production .importance .txtUl li:not(:last-child) {
	margin-bottom: 3.6rem;
}
#wp-production .service {
	padding: 18.2rem 0 18.3rem;
	background: url(img/common/com_bg02.jpg) no-repeat top center;
	background-size: cover;
}
#wp-production .service .txtUl {
	width: 113rem;
	margin: 0 auto 13.5rem;
}
#wp-production .service .txtUl > li {
	width: 46rem;
	color: #fff;
}
#wp-production .service .txtUl .ttl {
	margin-bottom: 2.2rem;
	font-size: 2.4rem;
	font-weight: 500;
	text-indent: -2.7em;
	padding-left: 2.7em;
}
#wp-production .service .txtUl ul {
	margin-left: 1.3rem;
	font-size: 1.8rem;
}
#wp-production .service .txtUl ul li {
	margin-bottom: 0.3rem;
}
#wp-production .service .txtUl span {
	color: #04b0e8;
	font-size: 3.6rem;
	font-weight: 700;
}
#wp-production .service .text {
	margin: -0.3rem 0 7.6rem;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0;
}
#wp-production .service .img {
	text-align: center;
}
#wp-production .reason {
	padding: 15.7rem 0 13.2rem;
}
#wp-production .reason .textList li {
	width: 49.5%;
	padding-left: 8.5rem;
	position: relative;
	line-height: 2.25;
	color: #000;
	letter-spacing: 0;
	box-sizing: border-box;
}
#wp-production .reason .textList .bold {
	margin: 6rem 0 0;
	display: block;
	font-size: 2.4rem;
	line-height: 2;
	font-weight: 500;
}
#wp-production .reason .textList .mail {
	display: block;
	margin: 0 0 2rem 11.5rem;
}
#wp-production .reason .textList a:hover {
	opacity: 0.7;
}
#wp-production .reason .textList .link {
	text-align: center;
}
#wp-production .reason .textList .link a {
	text-decoration: underline;
	display: inline-block;
	padding-left: 2.5rem;
	background: url(img/common/icon11.png) no-repeat left top 1.5rem;
	  background-size: 2.2rem auto;
	color: #0DF;
}
@media all and (min-width: 897px) {
	#wp-production .reason .textList .link a:hover {
		text-decoration: none;
		opacity: 1;
	}
	#wp-production .cancellation .headLine03 {
		margin-right: 2.9rem;
	}
	#wp-production .merritt .headLine03 {
		margin: 0 0 14.5rem 4rem;
	}
	#wp-production .business .headLine03 {
		margin-bottom: 6.7rem;
	}
	#wp-production .importance .headLine03 {
		margin-bottom: 11.7rem;
	}
	#wp-production .reason .headLine07 {
		margin-bottom: 14rem;
	}
	#wp-production .reason .textList .comNum {
		left: -0.9rem;
		top: 0.4rem;
	}
	#wp-production .service .img img {
		width: 83.3rem;
	}
}
@media all and (max-width: 896px) {
	#wp-production .pageTtl {
		padding: 0 2rem;
	}
	#wp-production .cancellation {
		padding: 10rem 0;
	}
	#wp-production .merritt {
		padding: 10rem 0;
	}
	#wp-production .business {
		padding: 10rem 0;
	}
	#wp-production .business li {
		margin-bottom: 2rem;
		padding: 2rem;
		display: block;
	}
	#wp-production .business .ttl {
		font-size: 2rem;
	}
	#wp-production .business .text {
		margin: 1rem 0 0;
	}
	#wp-production .business .text01 {
		font-size: 1.5rem;
		line-height: 2;
	}
	#wp-production .condition {
		padding: 10rem 0;
	}
	#wp-production .condition .textList {
		display: block;
	}
	#wp-production .condition .textList > li {
		margin-bottom: 5rem;
		width: auto;
	}
	#wp-production .condition .textList > li:last-child {
		margin-bottom: 0;
	}
	#wp-production .condition .bgBox {
		padding: 3rem 2rem;
	}
	#wp-production .condition p {
		margin-bottom: 2rem;
		font-size: 1.6rem;
	}
	#wp-production .condition .textUl {
		font-size: 1.6rem;
	}
	#wp-production .condition .textUl li {
		padding-bottom: 1rem;
	}
	#wp-production .condition .textUl span {
		margin-left: 1rem;
	}
	#wp-production .importance {
		padding: 10rem 0;
	}
	#wp-production .importance .textList {
		margin-bottom: 7rem;
		display: block;
	}
	#wp-production .importance .textList li {
		margin-bottom: 5rem;
		width: auto;
		padding: 3rem 2rem;
	}
	#wp-production .importance .textList li:last-child {
		margin-bottom: 0;
	}
	#wp-production .importance .textList p span {
		margin: 2rem 0;
		font-size: 2rem;
	}
	#wp-production .importance .txtList > li:not(:last-child) {
		margin-bottom: 4rem;
	}
	#wp-production .importance .title {
		padding-left: 6rem;
		font-size: 2rem;
	}
	#wp-production .importance .title .sml {
		margin: 1rem 0 0;
		display: block;
		font-size: 1.4rem;
		line-height: 2.25;
	}
	#wp-production .importance .txtUl {
		margin: 1rem 0 0 6rem;
	}
	#wp-production .importance .txtUl li:not(:last-child) {
		margin-bottom: 2.5rem;
	}
	#wp-production .service {
		padding: 10rem 0;
	}
	#wp-production .service .txtUl {
		width: auto;
		margin: 0 auto 3rem;
		display: block;
	}
	#wp-production .service .txtUl > li {
		padding-bottom: 3rem;
		width: auto;
	}
	#wp-production .service .txtUl .ttl {
		margin-bottom: 1rem;
		font-size: 2rem;
	}
	#wp-production .service .txtUl ul {
		font-size: 1.6rem;
	}
	#wp-production .service .txtUl span {
		font-size: 3rem;
	}
	#wp-production .service .text {
		margin: 0 0 3rem;
		font-size: 1.4rem;
		line-height: 2;
	}
	#wp-production .reason {
		padding: 10rem 0 7rem;
	}
	#wp-production .reason .textList li {
		width: auto;
		padding: 0 0 3rem 6rem;
	}
	#wp-production .reason .textList .bold {
		margin: 3rem 0 1rem;
		font-size: 2rem;
	}
	#wp-production .reason .textList .mail {
		margin: 0 0 1rem 11rem;
		font-size: 1.7rem;
	}
	#wp-production .reason .textList .link {
		font-size:1.8rem;
		text-align: left;
	}
	#wp-production .reason .textList .link a {
		background-position: left top 1.1rem;
		 background-size: 1.8rem auto;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index .mainVisual {
	padding: 26.4rem 0 19.3rem;
	background: url(img/index/main_visual_bg.jpg) no-repeat bottom center;
	background-size: cover;
}
#index .mainVisual .imgBox {
	margin: 0 -1.1rem 0 -1rem;
}
#index .mainVisual .pho {
	width: 62.2rem;
}
#index .mainVisual .textBox {
	width: 81rem;
	margin-top: 1.2rem;
	color: #fff;
}
#index .mainVisual .ttl {
	margin-bottom: 4.9rem;
	font-size: 5.6rem;
	font-weight: 700;
	line-height: 1.42;
	letter-spacing: 0;
}
#index .mainVisual .ttl .num {
	color: #ccff00;
	font-size: 8rem;
}
#index .mainVisual .ttl .sml {
	margin-top: 1.6rem;
	display: block;
	color: #00d9ff;
	font-size: 4.8rem;
}
#index .mainVisual p {
	margin-bottom: 7.1rem;
	line-height: 2.18;
	font-size: 2.2rem;
	letter-spacing: 0;
}
#index .mainVisual .link {
	width: 29.8rem;
}
#index .mainVisual .link a {
	padding: 1rem 2.8rem;
	display: block;
	color: #000;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	background: rgb(204, 255, 0) url(img/common/icon08.png) no-repeat right 2.4rem center;
	background-size: 1.8rem auto;
	border-radius: 0.5rem;
}
#index .mainVisual .link a:hover {
	opacity: 0.7;
}
#index .market {
	padding: 17.9rem 0 26.2rem;
	background-color: #f8f9fa;
}
#index .book {
	padding: 14.7rem 0 23.5rem;
}
#index .book .headLine03 .note {
	margin-top: 3rem;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
}
#index .mechanisms {
	padding: 0.1rem 0 15rem;
}
#index .mechanisms .imgBox {
	margin: 0 -1.5rem;
}
#index .mechanisms .pho {
	width: 68rem;
	margin-top: -6.9rem;
	position: relative;
}
#index .mechanisms .textBox {
	width: 75.2rem;
	padding-top: 15.7rem;
}
#index .mechanisms .headLine03 {
	margin-bottom: 5.9rem;
	text-align: left;
}
#index .mechanisms li {
	padding: 0 0 5.8rem 1rem;
	line-height: 2.25;
	letter-spacing: 0;
}
#index .mechanisms li .blue {
	margin-bottom: -0.5rem;
	display: block;
	color: #0ab3ea;
	font-size: 2.4rem;
	font-weight: 500;
}
#index .price {
	padding: 13.6rem 0 16.7rem;
	background: url(img/common/com_bg03.jpg) no-repeat top center;
	background-size: cover;
}
#index .price .headLine03 {
	color: #fff;
}
#index .price .headLine03 .color {
	color: #ccff00;
}
#index .price .headLine03 .sml {
	margin-top: 3rem;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
}
#index .price .textList {
	position: relative;
}
#index .price .textList li {
	width: 30.65%;
	padding: 4.1rem 2.9rem 6.1rem;
	position: relative;
	color: #0a1628;
	border-radius: 0.5rem;
	background-color: #fff;
	box-shadow: 0 0 0.8rem rgba(0,0,0,0.2);
	box-sizing: border-box;
}
#index .price .textList .sml {
	position: absolute;
	right: -1.4rem;
	top: 2rem;
	width: 10.9rem;
	padding: 0.5rem 0;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0;
	background-color: #CCFF00;
}
#index .price .textList .ttl {
	margin-bottom: 2.8rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
}
#index .price .textList .ttl .num {
	margin-bottom: 2.1rem;
	display: block;
	font-size: 9rem;
	font-weight: 700;
	font-style: italic;
}
#index .price .textList .ttl .jp {
	min-height: 7.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#index .price .textList p {
	margin-bottom: 3.7rem;
	width: fit-content;
	font-size: 1.8rem;
}
#index .price .textList p:last-child {
	margin-bottom: 0 !important;
}
#index .price .textList p .num {
	color: #04b0e8;
	font-size: 3.6rem;
	font-weight: 700;
}
#index .price .textList .text {
	padding-top: 1.4rem;
}
#index .price .textList .txt {
	margin: 1.7rem 0 0 1.4rem;
	display: block;
}
#index .price .textList .txt .num {
	font-size: 4.8rem;
}
#index .price .textList .sm {
	display: block;
	text-align: right;
	font-size: 1.4rem;
}
#index .company {
	padding: 13.4rem 0 14.2rem;
}
#index .company .headLine03 {
	font-size: 6rem;
	color: #0a1628;
}
#index .company .headLine03 .sml {
	display: block;
	width: fit-content;
	margin: 1.5rem auto 0;
	padding: 1rem 6rem 1.1rem;
	font-size: 2.4rem;
	font-weight: 500;
	background-color: #CCFF00;
}
#index .company ul {
	margin-top: -0.9rem;
}
#index .company li {
	padding-bottom: 6rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#index .company .img {
	width: 18rem;
}
#index .company .textBox {
	width: calc(100% - 22.2rem);
	margin-top: 2.7rem;
}
#index .company .headLine06 {
	margin-bottom: 5.6rem;
	text-align: left;
	font-size: 2.4rem;
	font-weight: 500;
}
#index .company .headLine06 span {
	background-position: left bottom;
}
#index .company p {
	letter-spacing: 0;
}
@media all and (min-width: 897px) {
	#index .market .comTextList li {
		padding-bottom: 5.8rem;
	}
	#index .book .headLine03 {
		margin-bottom: 8.9rem;
	}
	#index .book .comTextUl li {
		padding-bottom: 3.7rem;
	}
	#index .price .headLine03 {
		margin-bottom: 9.1rem;
	}
	#index .price .textList::after {
		content: "";
		width: 30.65%;
	}
}
@media all and (max-width: 896px) {
	#index .mainVisual {
		padding: 10rem 0;
	}
	#index .mainVisual .imgBox {
		margin: 0;
		display: block;
	}
	#index .mainVisual .pho {
		width: auto;
	}
	#index .mainVisual .pho img {
		width: 100%;
	}
	#index .mainVisual .textBox {
		width: auto;
		margin: 0 0 4rem;
	}
	#index .mainVisual .ttl {
		margin-bottom: 2rem;
		font-size: 3rem;
	}
	#index .mainVisual .ttl .num {
		font-size: 5rem;
	}
	#index .mainVisual .ttl .sml {
		margin-top: 1rem;
		font-size: 2.5rem;
	}
	#index .mainVisual p {
		margin-bottom: 3rem;
		font-size: 1.6rem;
	}
	#index .market {
		padding: 10rem 0;
	}
	#index .book {
		padding: 10rem 0;
	}
	#index .book .headLine03 .note {
		margin-top: 1rem;
		font-size: 1.4rem;
	}
	#index .mechanisms {
		padding-bottom: 10rem;
	}
	#index .mechanisms .imgBox {
		margin: 0;
		display: block;
	}
	#index .mechanisms .pho {
		width: auto;
		margin-top: -3rem;
	}
	#index .mechanisms .pho img {
		width: 100%;
	}
	#index .mechanisms .textBox {
		width: auto;
		padding-top: 3rem;
	}
	#index .mechanisms .headLine03 {
		margin-bottom: 2rem;
		text-align: center;
	}
	#index .mechanisms li {
		padding: 0 0 2rem;
	}
	#index .mechanisms li .blue {
		font-size: 2rem;
	}
	#index .price {
		padding: 10rem 0;
	}
	#index .price .headLine03 .sml {
		margin-top: 1rem;
		font-size: 1.4rem;
	}
	#index .price .textList {
		display: block;
	}
	#index .price .textList li {
		width: auto;
		padding: 3rem 2rem;
		margin-bottom: 2rem;
	}
	#index .price .textList li:last-child {
		margin-bottom: 0;
	}
	#index .price .textList .ttl {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	#index .price .textList .ttl .jp {
		min-height: inherit;
	}
	#index .company {
		padding: 10rem 0;
	}
	#index .company .headLine03 {
		font-size: 5rem;
	}
	#index .company .headLine03 .sml {
		margin: 0.5rem auto 0;
		padding: 0.5rem 3rem;
		font-size: 1.6rem;
	}
	#index .company ul {
		margin-top: 0;
	}
	#index .company li {
		padding-bottom: 4rem;
		display: block;
	}
	#index .company li:last-child {
		padding-bottom: 0;
	}
	#index .company .img {
		width: 18rem;
		margin: 0 auto;
	}
	#index .company .textBox {
		width: auto;
		margin-top: 2rem;
		text-align: center;
	}
	#index .company .headLine06 {
		margin-bottom: 1rem;
		font-size: 2rem;
		text-align: center;
	}
	#index .company p {
		line-height: 2;
	}
}
/*------------------------------------------------------------
	shopify
------------------------------------------------------------*/
#wp-production.shopify .importance .textList dt {
	font-size: 2.4rem;
	color: #0ab3ea;
	margin-bottom: 0.3rem;
}
#wp-production.shopify .importance .textList dd {
	letter-spacing: 0;
	line-height: 2.25;
	margin-bottom: 6.8rem;
}
#wp-production.shopify .importance .textList dd:last-child {
	margin-bottom: 0;
}
#wp-production.shopify .importance .textList {
	margin-bottom: 0;
}
#wp-production.shopify .stepsList {
	display: flex;
	flex-wrap: wrap;
	gap: 6rem;
}
#wp-production.shopify .stepsList li {
	border-radius: 0.5rem;
	background-color: #fff;
	text-align: center;
	padding: 6.3rem 2rem 6.8rem;
	width: calc((100% - (6rem * 2 + 0.2rem)) / 3);
}
#wp-production.shopify .stepsList p {
	font-weight: 500;
	text-align: center;
	color: #0a1628;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0;
	margin-bottom: 0;
}
#wp-production.shopify .stepsList .num {
	margin-bottom: 4.3rem;
	font-size: 9rem;
	line-height: 1;
	color: #00D9FF;
	font-weight: 700;
	font-style: italic;
}
#wp-production.shopify .cancellation {
	background-color: #FFFFFF;
}
#wp-production.shopify .merrittList {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 7rem;
}
#wp-production.shopify .merrittList > li {
	width: calc((100% - 7rem) / 2);
}
#wp-production.shopify .merrittList .headLine03 {
	margin: 0 -1rem 6.5rem;
}
#wp-production.shopify .merrittList .comTextUl > li {
	width: auto;
}
#wp-production.shopify .merrittList .comTextUl .headLine04 {
	text-align: left;
	font-weight: 500;
}
#wp-production.shopify .merrittList .textList {
	margin-bottom: 7.5rem;
}
#wp-production.shopify .merrittList .textList:last-child {
	margin-bottom: 0;
}
#wp-production.shopify .merrittList .textList li {
	color: #fff;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 2.25;
	letter-spacing: 0;
}
#wp-production.shopify .merrittList .comTextUl .item .headLine04 {
	margin-bottom: 1.2rem;
}	
#wp-production.shopify .merrittList .comTextUl p {
	text-align: left;
	margin: 0 1.5rem 5.5rem;
}
#wp-production.shopify .merrittList .comTextUl p:last-child {
	margin-bottom: 0;
}
#wp-production.shopify .business .btmTxt {
	text-align: center;
	margin: 5.5rem 0 0;
	letter-spacing: 0;
}
#wp-production.shopify .serviceList {
	max-width: 106rem;
	margin: 0 auto;
}
#wp-production.shopify .serviceList > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 9.2rem;
	align-items: center;
}
#wp-production.shopify .serviceList > li:last-child {
	margin-bottom: 0;
}
#wp-production.shopify .serviceList .headLine08 {
	margin: 0 7rem 0 0;
	padding-inline: 1rem;
	width: 40rem;
	font-weight: 500;
}
#wp-production.shopify .serviceList .rBox {
	flex: 1;
}
#wp-production.shopify .serviceList p {
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 2;
}
#wp-production.shopify .serviceList p .txtSpan {
	font-size: 3.6rem;
	color: #04b0e8;
	font-weight: 700;
	margin-left: 2rem;
	line-height: 1.0;
}
#wp-production.shopify .serviceList .textList li {
	color: #fff;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.8rem;
	line-height: 2;
}
#wp-production.shopify .btmBox {
	padding: 11.5rem 0 12.5rem;
	background-color: #F8F9FA;
}
#wp-production.shopify .btmBox p {
	text-align: center;
	line-height: 2.25;
	letter-spacing: 0;
	margin-bottom: 2rem;
}
#wp-production.shopify .btmBox p a {
	text-decoration: underline;
	display: inline-block;
	padding-left: 2.5rem;
	background: url(img/common/icon11.png) no-repeat left center;
	background-size: 2rem auto;
	color: #0DF;
}
#wp-production.shopify .btmBox p:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	#wp-production.shopify .business {
		padding-block: 16.7rem 32rem;
	}
	#wp-production.shopify .comTextUl > li {
		padding-bottom: 3.5rem;
	}
	#wp-production.shopify .importance .textList .headLine06 {
		font-size: 4.8rem;
		margin-bottom: 10.5rem;
	}
	#wp-production.shopify .importance .textList li {
		min-height: 68.8rem;
		padding-block: 12.3rem 6rem;
	}
	#wp-production.shopify .importance {
		padding-bottom: 19.8rem;
	}
	#wp-production.shopify .headLine05 {
		margin-bottom: 9.2rem;
		font-size: 4.8rem;
		letter-spacing: 0;
	}
	#wp-production.shopify .condition {
		padding: 13.7rem 0 17.5rem;
	}
	#wp-production.shopify .cancellation {
		padding: 13.7rem 0 29.5rem;
	}
	#wp-production.shopify .cancellation .headLine03 {
		margin-bottom: 9rem;
	}
	#wp-production.shopify .comTextList p {
		font-size: 2.4rem;
		font-weight: 500;
		line-height: 1.5;
	}
	#wp-production.shopify .comTextList li {
		width: 30.6%;
		padding: 8rem 1rem 9.6rem;
	}
	#wp-production.shopify .comTextList::after {
		width: 30.6%;
	}
	#wp-production.shopify .comTextList .ttl {
		margin-bottom: 4.7rem;
	}
	#wp-production.shopify .merrittList .comTextUl > li {
		padding-inline: 4.2rem;
		padding-bottom: 6.5rem;
	}
	#wp-production.shopify .merritt2 {
		padding-bottom: 17rem;
	}
	#wp-production.shopify .business2 {
		padding: 12.3rem 0 18.8rem;
	}
	#wp-production.shopify .service{
		padding: 16.8rem 0 18.3rem;
	}
	#wp-production.shopify .merrittList .headLine03 {
		font-size: 4.5rem;
	}
	#wp-production.shopify .btmBox p a:hover {
		text-decoration: none;
	}
}

@media all and (max-width: 896px) {
	#wp-production.shopify .importance .textList dt {
		font-size: 2rem;
	}
	#wp-production.shopify .importance .textList dd {
		margin-bottom: 4rem;
	}
	#wp-production.shopify .condition .headLine05 {
		margin-bottom: 5rem;
	}
	#wp-production.shopify .stepsList {
		flex-direction: column;
	}
	#wp-production.shopify .stepsList li {
		width: 100%;
		padding-block: 5rem;
	}
	#wp-production.shopify .stepsList p {
		font-size: 1.8rem;
	}
	#wp-production.shopify .stepsList .num {
		font-size: 7rem;
		margin-bottom: 3rem;
	}
	#wp-production.shopify .comTextList p {
		line-height: 1.5;
	}
	#wp-production.shopify .merrittList {
		flex-direction: column;
		gap: 5rem 0;
	}
	#wp-production.shopify .merrittList > li {
		width: 100%;
	}
	#wp-production.shopify .merrittList .headLine03 {
		margin: 0 0 3rem;
		font-size: 2.5rem;
	}
	#wp-production.shopify .merrittList .textList {
		margin-bottom: 4rem;
	}
	#wp-production.shopify .merrittList .comTextUl p {
		margin-bottom: 3rem;
	}
	#wp-production.shopify .serviceList > li {
		margin-bottom: 4rem;
		flex-direction: column;
	}
	#wp-production.shopify .serviceList .headLine08 {
		width: 100%;
		margin: 0 0 2rem;
	}
	#wp-production.shopify .serviceList p {
		font-size: 1.4rem;
	}
	#wp-production.shopify .serviceList p .txtSpan {
		font-size: 2.2rem;
		margin-left: 1rem;
	}
	#wp-production.shopify .serviceList .textList li {
		font-size: 1.4rem;
	}
	#wp-production.shopify .serviceList .rBox {
		width: 100%;
	}
	#wp-production.shopify .btmBox {
		padding: 8rem 0;
	}
	#wp-production.shopify .business .btmTxt {
		text-align: left;
	}
}

/*------------------------------------------------------------
	shopify/structure
------------------------------------------------------------*/
#wp-production.structure .comTextList li p {
	margin: 0 0 4.8rem 2rem;
	text-align: left;
	letter-spacing: 0;
	line-height: 2.25;
}
#wp-production.structure .comTextList li p:last-child {
	margin-bottom: 0;
}
#wp-production.structure .comTextList li .ttl2 {
	font-weight: 500;
	margin: 0 0.2rem 0.7rem;
	font-size: 2.4rem;
	color: #04b0e8;
}
#wp-production.structure .comTextList li .subList li {
	background: none;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
	width: auto;
	line-height: 2.25;
	margin-left: 2.5rem;
	letter-spacing: 0;
}
#wp-production.structure .merritt .comTextUl .textUl li {
	margin-bottom: 3.7rem;
	line-height: 2.25;
}
#wp-production.structure .merritt .comTextUl .textUl li:last-child {
	margin-bottom: 0;
}
#wp-production.structure .merritt .comTextUl .textUl .txtSpan {
	margin-bottom: -0.2rem;
	color: #ccff00;
	font-weight: 500;
}
#wp-production.structure .merritt .comTextUl p {
	text-align: left;
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0;
	padding-top: 0.7rem;
}
#wp-production.structure .companies {
	padding: 15.7rem 0 20.5rem;
}
#wp-production.structure .companies .headLine03 {
	margin-bottom: 12.7rem;
}
#wp-production.structure .companies .imgBox .textList li {
	line-height: 2.25;
	text-indent: -1em;
	padding-left: 1em;
	color: #000;
}
#wp-production.structure .companies .imgBox .photoBox {
	width: 69.6rem;
	margin-right: 5.5rem;
}
#wp-production.structure .companies .imgBox .textBox {
	padding-top: 3.8rem;
	flex: 1;
}
#wp-production.structure .companies .imgBox .textBox p {
	line-height: 2.25;
	margin-bottom: 6.5rem;
	letter-spacing: 0;
	color: #000;
}
#wp-production.structure .companies .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
#wp-production.structure .companies .imgBox .textBox h4 {
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0;
	margin-bottom: 0.5rem;
	color: #0ab3ea;
}
#wp-production.structure .service .txtUl .headLine08 {
	margin: 0 0 6.1rem;
	width: auto;
}
#wp-production.structure .service .txtUl .headLine08 {
	font-weight: 500;
	letter-spacing: 0;
	padding-block: 2rem 2.2rem;
}
#wp-production.structure .service .txtUl .pBox {
	margin-left: 3rem;
}
#wp-production.structure .service .txtUl p {
	margin-bottom: 3.5rem;
	font-size: 1.8rem;
	line-height: 2;
}
#wp-production.structure .service .txtUl p:last-child {
	margin-bottom: 0;
}
#wp-production.structure .service .txtUl p .txtSpan {
	display: block;
	color: #04b0e8;
	font-size: 1.8rem;
	font-weight: 500;
}
#wp-production.structure .service .txtUl ul {
	padding-left: 1.8rem;
}
#wp-production.structure .service .txtUl ul li {
	line-height: 1.8;
	font-size: 1.8rem;
}
#wp-production.structure .reason .headLine07 {
	color: #000;
	margin-bottom: 10rem;
}
#wp-production.structure .reason .headLine07 span {
	background: none;
}
#wp-production.structure .reason .textList {
	margin-bottom: 12.7rem;
	gap: 9rem 0;
}
#wp-production.structure .reason .textList h4 {
	font-size: 2.4rem;
	color: #04b0e8;
	font-weight: 500;
	margin-bottom: 2.7rem;
}
#wp-production.structure .reason .textList p strong {
	font-weight: 500;
}
#wp-production.structure .reason .btmTxt {
	text-align: center;
	color: #010101;
	letter-spacing: 0;
}
@media all and (min-width: 897px) {
	#wp-production.structure .comTextList li {
		padding: 6.1rem 4rem 8.2rem; 
		width: 48%;
	}
	#wp-production.structure .comTextList .ttl {
		margin-bottom: 3.5rem;
		font-weight: 500;
	}
	#wp-production.structure .cancellation {
		padding-bottom: 28rem;
	}
	#wp-production.structure .merritt .comTextUl > li {
		width: 30.7%;
		padding: 5.3rem 5rem 5.7rem;
	}
	#wp-production.structure .merritt .comTextUl::after {
		content: '';
		width: 30.7%;
	}
	#wp-production.structure .merritt .comTextUl > li .textUl {
		margin: 0;
	}
	#wp-production.structure .merritt .comTextUl .headLine04 {
		margin: 0 -1rem 3.0rem;
	}
	#wp-production.structure .service .txtUl {
		margin-bottom: 0;
		width: 114.5rem;
	}
	#wp-production.structure .service .txtUl > li {
		width: 40rem;
	}
	#wp-production.structure .service .txtUl .headLine08 {
		font-size: 2.4rem;
		margin-bottom: 6.5rem;
	}
	#wp-production.structure .reason {
		padding-bottom: 15.5rem;
	}
	#wp-production.structure .reason .textList li {
		padding-top: 0.5rem;
		padding-left: 8rem;
	}
}

@media all and (max-width: 896px) {
	#wp-production.structure .comTextList li .ttl2 {
		font-size: 2rem;
	}
	#wp-production.structure .comTextList li p {
		margin: 0 0 2rem;
		line-height: 2;
	}
	#wp-production.structure .comTextList li .subList li {
		margin-left: 0;
		margin-bottom: 0;
	}
	#wp-production.structure .comTextUl .textUl {
		margin: 0;
	}
	#wp-production.structure .merritt .comTextUl p {
		font-size: 1.4rem;
	}
	#wp-production.structure .companies {
		padding: 8rem 0;
	}
	#wp-production.structure .companies .headLine03 {
		margin-bottom: 5rem;
	}
	#wp-production.structure .companies .imgBox {
		display: block;
	}
	#wp-production.structure .companies .imgBox .photoBox {
		width: auto;
		margin: 0 0 2rem;
	}
	#wp-production.structure .companies .imgBox .photoBox img {
		width: 100%;
	}
	#wp-production.structure .companies .imgBox .textBox {
		padding: 0;
	}
	#wp-production.structure .companies .imgBox .textBox p {
		margin-bottom: 3rem;
	}
	#wp-production.structure .companies .imgBox .textBox h4 {
		font-size: 2rem;
	}
	#wp-production.structure .service .txtUl > li {
		padding-bottom: 6rem;
	}
	#wp-production.structure .service .txtUl > li:last-child {
		padding-bottom: 0;
	}
	#wp-production.structure .service .txtUl .headLine08 {
		margin-bottom: 2rem;
	}
	#wp-production.structure .service .txtUl .pBox {
		margin: 0;
	}
	#wp-production.structure .service .txtUl ul {
		padding-left: 0;
	}
	#wp-production.structure .service .txtUl ul li {
		font-size: 1.4rem;
	}
	#wp-production.structure .reason .textList h4 {
		font-size: 2rem;
		line-height: 2;
		margin-bottom: 1rem;
	}
	#wp-production.structure .reason .textList {
		gap: 0;
		margin-bottom: 2rem;
	}
	#wp-production.structure .reason .headLine07 {
		margin-bottom: 5rem;
	}
	#wp-production.structure .reason .btmTxt {
		text-align: left;
	}
}

/*------------------------------------------------------------
	mail
------------------------------------------------------------*/
#contact.mail .topText {
	text-align: center;
}
#contact.mail .sendUl {
	margin: 0 auto 1.2rem;
	width: 500px;
}
#contact.mail .sendUl li:first-child {
	margin-bottom: 1.5rem;
}
#contact.mail .sendUl input {
	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.mail .submit li {
	margin: 1.5rem;
}
#contact.mail .btmTxt a {
	text-decoration: underline;
}
#contact.mail .btmTxt a:hover {
	text-decoration: none;
}
@media all and (max-width: 896px) {
	#contact.mail .sendUl {
		width: 100%;
	}
	#contact.mail .sendUl input {
		padding: 0 0.5rem;
		font-size: 1.4rem;
	}
	#contact.mail .btmTxt a:hover {
		text-decoration: underline;
	}
}