/* ///////////////////////////////////////////////////////////////////

top

/////////////////////////////////////////////////////////////////// */

#page-top .mv-area {
	position: relative;
	margin-right: 100px;
}
#page-top .mv-area .mv-list .mv-item {
	position: relative;
	background-position: center center;
	background-size: cover;
	height: 800px;
}
#page-top .mv-area .mv-list .mv-item-01 {
	background-image: url(../images/top-mv-img-01-pc.png)
}
#page-top .mv-area .mv-list .mv-item-02 {
	background-image: url(../images/top-mv-img-02-pc.png)
}
#page-top .mv-area .mv-list .mv-item-03 {
	background-image: url(../images/top-mv-img-03-pc.png)
}
#page-top .mv-area .mv-list .mv-item-04 {
	background-image: url(../images/top-mv-img-04-pc.png)
}
#page-top .mv-area .mv-list .mv-item .mv-item-main {
	position: absolute;
	left: 0;
	top: 0;
	width: 650px;
	height: 100%;
	color: #ffffff;
}
#page-top .mv-area .mv-list .mv-item .mv-item-main .mv-item-main-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0041BA;
	mix-blend-mode: multiply;
}
#page-top .mv-area .mv-list .mv-item .mv-item-main .mv-item-main-main {
	position: relative;
	padding: 100px 60px;
}
#page-top .mv-area .mv-list .mv-item .mv-item-main .mv-item-main-main .text-01 {
	margin-bottom: 60px;
	font-size: 41px;
	font-family: 'Noto Serif JP';
	line-height: 1.6;
}
#page-top .mv-area .mv-list .mv-item .mv-item-main .mv-item-main-main .text-02 {
	font-size: 20px;
}
#page-top .mv-area .mv-list .slick-dots {
	position: absolute;
	bottom: 30px;
	right: 150px;
}
#page-top .mv-area .mv-list .slick-dots li {
	display: inline-block;
	margin: 0 6px;
	position: relative;
}
#page-top .mv-area .mv-list .slick-dots li button {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
#page-top .mv-area .mv-list .slick-dots li button:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #FFFFFF;
}
#page-top .mv-area .mv-list .slick-dots li.slick-active button:before {
	background: #0041BA;
}
#page-top .mv-area .scroll-down {
	position: absolute;
	right: -100px;
	top: 100px;
	color: #0041BA;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Vollkorn';
	transform: rotate(90deg);
}
#page-top .mv-area .scroll-down::before {
	content: "";
	position: absolute;
	left: 120px;
	top: 8px;
	width: 250px;
	height: 1px;
	background: #1A3E9D;
}
#page-top .news-area .news-main {
	position: relative;
	display: flex;
	background: #ffffff;
}
#page-top .news-area .news-main .news-main-left {
	padding: 50px 5%;
	width: 20%;
	border-right: solid 1px #C1CCDD;
}
#page-top .news-area .news-main .news-main-left .link {
	padding-top: 20px;
}
#page-top .news-area .news-main .news-main-left .link a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #002F88;
}
#page-top .news-area .news-main .news-main-right ul li {
	margin-bottom: 10px;
	color: #002F88;
}
#page-top .news-area .news-main .news-main-right ul li a {
	text-decoration: none;
	color: #002F88;
}
#page-top .news-area .news-main .news-main-right ul li .date {
	display: block;
	font-size: 12px;
}
#page-top .news-area .news-main .news-main-right ul li .text {
	font-family: 'Noto Serif JP';
}
#page-top .news-01-area .inner {
	padding: 0 60px;
}
#page-top .news-01-area .news-main .news-main-left {
	padding: 50px 0;
	width: 590px;
}
#page-top .news-01-area .news-main .news-main-right {
	flex: 1;
	padding: 50px 0 50px 5%;
}
#page-top .news-02-area {
	position: relative;
	padding: 50px 0 120px;
	background-color: #EEF1F6;
	background-image: url(../images/0-bg-text-04.png);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}
#page-top .news-02-area .news-bg {
	content: "";
	position: absolute;
	top: 0;
	left: 20%;
	width: 500%;
	height: 100%;
	background: #ffffff;
}
#page-top .news-02-area .news-main {
	margin-left: 20%;
}
#page-top .news-02-area .news-main .news-main-left {
	padding: 50px 5%;
	width: 20%;
}
#page-top .news-02-area .news-main .news-main-right {
	width: 65%;
	padding: 50px 0 50px 5%;
}
.report-01-area {
	padding: 40px 0;
	background: #C1CCDD;
}
.report-01-area .report-01-left {
	float: left;
	width: 40%;
}
.report-01-area .report-01-left h2 {
	margin-top: 5px;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Noto Serif JP';
	color: #042A71;
}
.report-01-area .report-01-right {
	float: right;
	width: 58%;
}
.report-01-area .report-01-right p {
	margin: 0;
}
.report-02-area {
	padding: 70px 0;
	background: url(../images/top-report-02-bg-01.png);
	background-position: center center;
	background-size: cover;
}
.report-02-area .report-02-list {
	display: flex;
}
.report-02-area .report-02-list .report-02-item {
	display: flex;
	background: #ffffff;
	margin: 0 2%;
	width: 46%;
	box-shadow: 10px 10px 0px #C1CCDD;
}
.report-02-area .report-02-list .report-02-item a {
	display: flex;
	text-decoration: none;
}
.report-02-area .report-02-list .report-02-item .report-02-item-left {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35%;
	border-right: solid 1px #C1CCDD;
}
.report-02-area .report-02-list .report-02-item .report-02-item-right {
	position: relative;
	width: 65%;
}
.report-02-area .report-02-list .report-02-item .report-02-item-right .text {
	padding: 30px 50px;
}
.report-02-area .report-02-list .report-02-item .report-02-item-right .text h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Noto Serif JP';
	color: #042A71;
}
.report-02-area .report-02-list .report-02-item .report-02-item-right .text p {
	line-height: 1.6;
}
.report-02-area .report-02-list .report-02-item .report-02-item-right .link {
	padding: 5px 3%;
	background: #002F88;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Noto Serif JP';
	color: #ffffff;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 94%;
}
#page-top .strengths-feature-area {
	background: #F5F5F5;
}
#page-top .strengths-area {
	position: relative;
	padding-bottom: 20%;
	background-image: url(../images/0-bg-text-05.png);
	background-position: right top 190px;
	background-repeat: no-repeat;
}
#page-top .strengths-area .strengths-bg {
	content: "";
	position: absolute;
	top: 0;
	right: 20%;
	width: 500%;
	height: 100%;
	background: #ffffff;
}
#page-top .strengths-area .strengths-main {
	position: relative;
	margin-right: 30%;
	padding: 100px 0 150px;
}
#page-top .strengths-area .img-01 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
	text-align: right;
	z-index: 1;
}
#page-top .feature-area {
	position: relative;
	margin: -15% 0 -150px;
	padding: 100px 0 0;
	background-image: url(../images/0-bg-text-06.png);
	background-position: left top 50px;
	background-repeat: no-repeat;
}
#page-top .feature-area .feature-bg {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 500%;
	height: 100%;
	background: #ffffff;
}
#page-top .feature-area .feature-main {
	position: relative;
}
#page-top .feature-area .feature-main .feature-item {
	position: relative;
}
#page-top .feature-area .feature-main .feature-item-01 {
	padding: 200px 140px 50px;
}
#page-top .feature-area .feature-main .feature-item-01::before,
#page-top .feature-area .feature-main .feature-item-02::before {
	content: "";
	position: absolute;
	width: 500%;
	left: 0;
	bottom: 0;
	border-bottom: solid 1px #E3E3E3;
}
#page-top .feature-area .feature-main .feature-item-01 .img-01 {
	margin: 50px 0;
	text-align: center;
}
#page-top .feature-area .feature-main .feature-item-02 {
	padding: 100px 140px;
}
#page-top .feature-area .feature-main .feature-item-02 h3 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Noto Serif JP';
	color: #042A71;
}
#page-top .feature-area .feature-main .feature-item-02 .feature-item-02-list {
	text-align: center;
}
#page-top .feature-area .feature-main .feature-item-02 .feature-item-02-item {
	display: inline-block;
	margin: 0 4%;
	width: 40%;
	vertical-align: top;
}
#page-top .feature-area .feature-main .feature-item-02 .feature-item-02-item h4 {
	margin-bottom: 20px;
	font-size: 20px;
	font-family: 'Noto Serif JP';
	color: #042A71;
}
#page-top .feature-area .feature-main .feature-item-02 .feature-item-02-item .img {
	margin-bottom: 20px;
}
#page-top .feature-area .feature-main .feature-item-02 .feature-item-02-item p {
	text-align: left;
}
#page-top .feature-area .feature-main .feature-item-03 {
	padding: 60px 140px;
}
#page-top .services-area {
	padding: 170px 0 100px;
	background: #E2E7EF;
	background-image: url(../images/top-services-bg-01.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#page-top .services-area .services-top .services-top-left {
	float: left;
	width: 40%;
}
#page-top .services-area .services-top .services-top-right {
	float: right;
	width: 58%;
}
#page-top .services-area .services-list {
	margin-bottom: 100px;
}
#page-top .services-area .services-list .services-item {
	display: inline-block;
	margin: 0 2% 40px;
	width: 29%;
	min-height: 480px;
	background: #ffffff;
	vertical-align: top;
}
#page-top .services-area .services-list .services-item:nth-child(2),
#page-top .services-area .services-list .services-item:nth-child(5) {
	position: relative;
	top: 80px;
}
#page-top .services-area .services-list .services-item a {
	text-decoration: none;
}
#page-top .services-area .services-list .services-item .img {
}
#page-top .services-area .services-list .services-item .title {
	padding: 20px 5%;
	border-bottom: solid 1px #E3E7EE;
	font-family: 'Noto Serif JP';
	font-weight: bold;
	font-size: 20px;
	color: #073DA3;
}
#page-top .services-area .services-list .services-item .title span {
	font-size: 14px;
}
#page-top .services-area .services-list .services-item .main {
	padding: 20px 5% 40px;
}
#page-top .services-area .services-list .services-item .main .link {
	text-align: right;
	font-size: 14px;
	font-family: 'Noto Serif JP';
	color: #002F88;
}
#page-top .under-planning-area {
	padding: 50px 0 100px;
	background: #F5F5F5;
}
#page-top .under-planning-area .under-planning-list {
	display: flex;
	flex-wrap: wrap;
}
#page-top .under-planning-area .under-planning-list .under-planning-item {
	margin: 0 1%;
	width: 47%;
	background: #ffffff;
	vertical-align: top;
}
#page-top .under-planning-area .under-planning-list .under-planning-item a {
	text-decoration: none;
}
#page-top .under-planning-area .under-planning-list .under-planning-item .under-planning-item-top {
	padding: 20px 5%;
	border-bottom: solid 1px #C8C8C8;
	color: #002F88;
}
#page-top .under-planning-area .under-planning-list .under-planning-item .under-planning-item-top .info {
}
#page-top .under-planning-area .under-planning-list .under-planning-item .under-planning-item-top .info .info-01 {
	display: inline-block;
	margin-right: 15px;
	font-family: 'Noto Serif JP';
	font-size: 14px;
}
#page-top .under-planning-area .under-planning-list .under-planning-item .under-planning-item-top .info .info-02 {
	display: inline-block;
	font-size: 12px;
}
#page-top .under-planning-area .under-planning-list .under-planning-item .under-planning-item-top .title {
	font-family: 'Noto Serif JP';
	font-weight: bold;
	font-size: 20px;
}
#page-top .under-planning-area .under-planning-list .under-planning-item .under-planning-item-bottom {
	padding: 20px 5%;
}
#page-top .recruit-area {
	position: relative;
	padding: 50px 0;
}
#page-top .recruit-area .recruit-main {
	width: 45%;
}
#page-top .recruit-area .recruit-main .text-01 {
	font-size: 20px;
	color: #0041BA;
	font-weight: bold;
	font-family: 'Noto Serif JP';
	line-height: 1.6;
}
#page-top .recruit-area .recruit-main .text-03 a {
	font-size: 14px;
	color: #0041BA;
	font-weight: bold;
	font-family: 'Noto Serif JP';
	text-decoration: none;
}
#page-top .recruit-area .recruit-img {
	position: absolute;
	top: -50px;
	right: 0;
	width: 50%;
}


@media screen and (max-width:640px) {

#page-top .mv-area {
	margin: 0;
}
#page-top .mv-area .mv-list .slick-list {
	overflow: inherit!important;
}
#page-top .mv-area .mv-list .mv-item {
	height: 80vw;
}
#page-top .mv-area .mv-list .mv-item-01 {
	background-image: url(../images/top-mv-img-01-sp.png);
}
#page-top .mv-area .mv-list .mv-item-02 {
	background-image: url(../images/top-mv-img-02-sp.png);
}
#page-top .mv-area .mv-list .mv-item-03 {
	background-image: url(../images/top-mv-img-03-sp.png);
}
#page-top .mv-area .mv-list .mv-item-04 {
	background-image: url(../images/top-mv-img-04-sp.png);
}
#page-top .mv-area .mv-list .mv-item .mv-item-main {
	width: 93%;
	height: auto;
	top: 25vw;
}
#page-top .mv-area .mv-list .mv-item .mv-item-main .mv-item-main-main {
	padding: 30px 5%;
}
#page-top .mv-area .mv-list .mv-item .mv-item-main .mv-item-main-main .text-01 {
	margin-bottom: 20px;
	font-size: 5vw;
}
#page-top .mv-area .mv-list .mv-item .mv-item-main .mv-item-main-main .text-02 {
	margin: 0;
	font-size: 3.5vw;
}
#page-top .mv-area .mv-list .slick-dots {
	display: none !important;
}
#page-top .news-area-wrap {
	background: #EEF1F6;
	background-image: url(../images/0-bg-text-04-sp.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 70% auto;
}
#page-top .news-area .title-01 {
	margin-bottom: 10px;
}
#page-top .news-area .title-01-02 .jp {
	display: inline-block;
	margin: 0;
}
#page-top .news-area .news-main {
	display: block;
	width: 90%;
}
#page-top .news-area .news-main .news-main-left {
	padding: 30px 5%;
	width: auto;
	border: none;
	border-bottom: solid 1px #C1CCDD;
}
#page-top .news-area .news-main .news-main-left .link {
	padding: 0;
}
#page-top .news-area .news-main .news-main-right ul li {
	margin-bottom: 20px;
}
#page-top .news-01-area {
	padding-top: 180px;
}
#page-top .news-01-area .news-main {
	display: block;
}
#page-top .news-01-area .inner {
	padding: 0;
}
#page-top .news-01-area .news-main .news-main-right {
	padding: 30px 5%;
}
#page-top .news-02-area {
	padding: 50px 0 40px;
	overflow: inherit;
	background-image: none;
	background-color: initial;
}
#page-top .news-02-area .news-main {
	width: auto;
	margin-left: 5%;
	margin-right: -6%;
}
#page-top .news-02-area .news-main .news-main-left {
}
#page-top .news-02-area .news-main .news-main-right {
	width: auto;
	padding: 30px 5%;
}
.report-01-area .report-01-left {
	float: none;
	width: auto;
}
.report-01-area .report-01-left h2 {
	margin-bottom: 20px;
	font-size: 26px;
}
.report-01-area .report-01-right {
	float: none;
	width: auto;
}
.report-02-area {
	padding: 70px 0 30px;
}
.report-02-area .report-02-list {
	display: block;
}
.report-02-area .report-02-list .report-02-item {
	margin: 0 0 30px;
	width: 98%;
}
.report-02-area .report-02-list .report-02-item .report-02-item-left {
	width: 20%;
	padding: 0 5%;
}
.report-02-area .report-02-list .report-02-item .report-02-item-right {
	width: 70%;
}
.report-02-area .report-02-list .report-02-item .report-02-item-right .text {
	margin-bottom: 20px;
	padding: 20px 6%;
}
.report-02-area .report-02-list .report-02-item .report-02-item-right .text h3 {
	font-size: 18px;
}
#page-top .strengths-area {
	padding-top: 20%;
}
#page-top .strengths-area {
	background-image: url(../images/0-bg-text-05-sp.png);
	background-position: right top 10px;
	background-repeat: no-repeat;
	background-size: 35% auto;
}
#page-top .strengths-area .strengths-main {
	margin-right: 10%;
	padding: 50px 0 150px;
}
#page-top .strengths-area .strengths-bg {
	right: 0;
}
#page-top .strengths-area .img-01 {
	width: 90%;
}
#page-top .feature-area {
	margin-bottom: 0;
	background: #fff;
}	
#page-top .feature-area .global-inner {
	margin: 0;
}
#page-top .feature-area .feature-main {
	position: relative;
	margin-right: 10%;
}
#page-top .feature-area .feature-main::before {
	content: "";
	position: absolute;
	top: -50px;
	right: 0;
	height: 200%;
	width: 1px;
	background: #E3E3E3;
}
#page-top .feature-area .feature-main .feature-item-01 {
	padding: 0 5% 50px;
}
#page-top .feature-area .feature-main .feature-item-01 .img-01 img {
	width: 70%;
}
#page-top .feature-area .feature-main .feature-item-02 {
	padding: 50px 5% 50px;
}
#page-top .feature-area .feature-main .feature-item-02 h3 {
	font-size: 25px;
}
#page-top .feature-area .feature-main .feature-item-02 .feature-item-02-item {
	display: block;
	margin: 0 0 30px;
	width: auto;
}
#page-top .feature-area .feature-main .feature-item-02 .feature-item-02-item .img img {
	width: 80%;
}
#page-top .feature-area .feature-main .feature-item-03 {
	padding: 50px 5%;
}

#page-top .services-area {
	position: relative;
	padding: 40px 0;
}
#page-top .services-area .services-top .services-top-left {
	float: none;
	width: auto;
}
#page-top .services-area .services-top .services-top-right {
	float: none;
	width: auto;
}
#page-top .services-area .services-list .services-item {
	display: block;
	margin: 0 0 40px;
	width: auto;
	min-height: auto;
}
#page-top .services-area .services-list .services-item:nth-child(2),
#page-top .services-area .services-list .services-item:nth-child(5) {
	top: auto;
}

#page-top .under-planning-area .under-planning-list .under-planning-item {
	display: block;
	margin: 0 0 30px;
	width: auto;
}
#page-top .recruit-area {
	position: relative;
	width: 90%;
	padding: 35% 0 50px;
}
#page-top .recruit-area::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #E8ECF2;
}
#page-top .recruit-area .recruit-main {
	width: auto;
}
#page-top .recruit-area .recruit-img {
	top: -25%;
	right: -11%;
	width: 90%;
}
#page-top .recruit-area .recruit-main .text-01 {
	position: relative;
	padding-bottom: 20px;
	font-size: 17px;
}
#page-top .recruit-area .recruit-main .text-01::before {
	content: "";
	position: absolute;
	left: -50%;
	bottom: 0;
	width: 200%;
	height: 1px;
	background: #E8ECF2;
}
}




/* ///////////////////////////////////////////////////////////////////

company

/////////////////////////////////////////////////////////////////// */

#page-company .entry-header {
	background-image: url(../images/company-title-bg-pc.png);
}
#page-company .about-area .img-01 {
	text-align: center;
	margin-bottom: 30px;
}
#page-company .about-area .text-03 {
	margin-bottom: 50px;
}
#page-company .management-area {
	position: relative;
	padding: 100px 0;
	background: #F5F5F5;
}
#page-company .management-area .img-01 {
	position: absolute;
	top: 100px;
	right: 0;
	width: 47%;
	text-align: right;
	z-index: 1;
}
#page-company .management-area .global-inner {
}
#page-company .management-area .management-bg {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 500%;
	height: 100%;
	background: #ffffff;
}
#page-company .management-area .management-main {
	position: relative;
}
#page-company .management-area .management-main .management-item {
	position: relative;
	padding: 50px 80px;
}
#page-company .management-area .management-main .management-item-01 {
	margin-top: 8%;
	padding-top: 3%;
}
#page-company .management-area .management-main .management-item-01::before {
	content: "";
	position: absolute;
	width: 500%;
	left: 0;
	bottom: 0;
	border-bottom: solid 1px #C8C8C8;
}
#page-company .management-area .management-main .management-item-01 .text-01 {
	margin: 13% 0 10px;
	text-align: center;
	font-weight: bold;
	font-size: 53px;
	font-family: 'Noto Serif JP'; 
	color: #668DD6;
	line-height: 1.4;
}
#page-company .management-area .management-main .management-item-01 h3 {
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	font-family: 'Noto Serif JP'; 
	color: #073DA3;
	line-height: 1.4;
}
#page-company .management-area .management-main .management-item-01 h5 {
	margin: 40px 0 20px;
	padding-left: 20px;
	font-family: 'Noto Serif JP';
	font-size: 16px;
	color: #073DA3;
	text-indent: -20px;
}
#page-company .management-area .management-main .management-item-02 .text-01 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
	font-family: 'Noto Serif JP'; 
}
#page-company .management-area .management-main .management-item-02 .management-item-02-list {
	text-align: center;
}
#page-company .management-area .management-main .management-item-02 .management-item-02-item {
	display: inline-block;
	margin: 0 4%;
	width: 40%;
	vertical-align: top;
}
#page-company .management-area .management-main .management-item-02 .management-item-02-item h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-family: 'Noto Serif JP';
	color: #073DA3;
}
#page-company .management-area .management-main .management-item-02 .management-item-02-item .img {
	margin-bottom: 20px;
}
#page-company .management-area .management-main .management-item-02 .management-item-02-item p {
	text-align: left;
}
#page-company .management-area .management-main .management-item-02 .management-item-02-box-01 {
	margin-top: 50px;
}
#page-company .management-area .management-main .management-item-02 .management-item-02-box-01 h3 {
	margin-bottom: 20px;
	font-size: 30px;
	font-family: 'Noto Serif JP';
	font-weight: bold;
	color: #042A71;
}
#page-company .office-area h3 {
	font-size: 20px;
	font-family: 'Noto Serif JP';
	color: #073DA3;
}
#page-company .office-area h4 {
	font-family: 'Noto Serif JP';
	color: #073DA3;
}
#page-company .office-area .map iframe {
	width: 100%;
	height: 260px;
}
#page-company .office-area .map-link {
	text-align: right;
}
#page-company .office-area .map-link a {
	padding-right: 20px;
	background-image: url(../images/0-icon-link.png);
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #0041BA;
}


@media screen and (max-width:640px) {
#page-company .entry-header {
	background-image: url(../images/company-title-bg-sp.png);
}
#page-company .about-area .img-01 img {
	width: 75%;
}
#page-company .management-area .global-inner {
	margin: 0;
}
#page-company .management-area .global-inner .title-01 {
	margin-left: 5%;
}
#page-company .management-area .management-title {
	margin-bottom: 60% !important;
}
#page-company .management-area .img-01 {
	top: 7%;
	width: 90%;
}
#page-company .management-area .management-main .management-item {
	padding: 50px 5%;
}
#page-company .management-area .management-main .management-item-01 {
	margin-top: 55%;
	padding-top: 20%;
}
#page-company .management-area .management-main .management-item-01 .text-01 {
	margin: 13% 0 20px;
	font-size: 30px;
}
#page-company .management-area .management-main .management-item-01 h3 {
	font-size: 24px;
}
#page-company .management-area .management-main .management-item-02 .management-item-02-item {
	display: block;
	margin: 0 5% 50px;
	width: auto;
}
#page-company .management-area .management-main .management-item-02 .management-item-02-box-01 h3 {
	margin-top: 50px;
	text-align: center;
	font-size: 26px;
}
#page-company .office-area .map iframe {
	height: 200px;
}
}


/* ///////////////////////////////////////////////////////////////////

analysis

/////////////////////////////////////////////////////////////////// */

.analysis-page .analysis-top {
	background-image: url(../images/analysis-bg-01.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.analysis-page .analysis-top .analysis-top-01 {
	position: relative;
	margin-bottom: -4%;
}
.analysis-page .analysis-top .analysis-top-01 .analysis-top-01-bg {
	content: "";
	position: absolute;
	top: 0;
	right: 20%;
	width: 500%;
	height: 100%;
	background: #ffffff;
}
.analysis-page .analysis-top .analysis-top-01 .analysis-top-01-main {
	position: relative;
	margin-right: 30%;
	padding: 100px 0 150px;
}
.analysis-page .analysis-top .analysis-top-01 .analysis-top-01-main h2 {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 30px;
	font-family: 'Noto Serif JP';
	color: #042A71;
}
.analysis-page .analysis-top .analysis-top-01 .analysis-top-01-main ul li {
	margin-bottom: 20px;
	padding-left: 35px;
	background-image: url(../images/0-icon-check.png);
	background-position: left top 5px;
	background-repeat: no-repeat;
	font-size: 24px;
	font-family: 'Noto Serif JP'; 
	font-weight: bold;
}
.analysis-page .analysis-top .img-01 {
	position: relative;
	text-align: right;
	margin-bottom: -4%;
	z-index: 1;
}
.analysis-page .analysis-top .img-01 img {
	width: 60%;
}
.analysis-page .analysis-top .analysis-top-02 {
	background: #ffffff;
}
.analysis-page .analysis-top .analysis-top-02 .inner {
	padding: 150px 50px 50px;
}
.analysis-page .analysis-top .analysis-top-02 .text-01 {
	margin-bottom: 5px;
	text-align: center;
	font-size: 20px;
	font-family: 'Noto Serif JP';
	color: #073DA3;
}
.analysis-page .analysis-top .analysis-top-02 .text-02 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Noto Serif JP';
	color: #042A71;
}
.analysis-page .analysis-top .analysis-top-02 .text-03 {
	text-align: center;
	font-size: 20px;
	font-family: 'Noto Serif JP';
	color: #073DA3;
}
.analysis-page .analysis-top .analysis-top-02 .analysis-top-02-bottom {
	padding: 50px 100px;
	border-top: solid 1px #C8C8C8;
}
.analysis-page .analysis-top .analysis-top-02 .analysis-top-02-bottom .analysis-top-02-bottom-box {
	padding: 20px;
	background: #F5F5F5;
}

.analysis-page .analysis-link-list ul {
	display: flex;
	flex-wrap: wrap;
}
.analysis-page .analysis-link-list ul li {
	display: flex;
	position: relative;
	margin: 0 1.5% 30px;
	width: 30%;
}
.analysis-page .analysis-link-list ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #002F88;
}
.analysis-page .analysis-link-list ul li a {
	display: flex;
	position: relative;
	padding: 10px 3%;
	min-height: 100px;
	width: 94%;
	background-position: center center;
	background-size: cover;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Noto Serif JP';
	color: #ffffff;
	z-index: 1;
}
.analysis-page .analysis-link-list ul li:hover::before {
	display: none;
}
.analysis-page .analysis-link-list ul li:hover a {
	color: #073DA3;
	opacity: 1 !important;
}
.analysis-page .analysis-link-list ul li.analysis-link-01 a {
	background-image: url(../images/analysis-link-img-01.png);
}
.analysis-page .analysis-link-list ul li.analysis-link-02 a {
	background-image: url(../images/analysis-link-img-02.png);
}
.analysis-page .analysis-link-list ul li.analysis-link-03 a {
	background-image: url(../images/analysis-link-img-03.png);
}
.analysis-page .analysis-link-list ul li.analysis-link-04 a {
	background-image: url(../images/analysis-link-img-04.png);
}
.analysis-page .analysis-link-list ul li.analysis-link-05 a {
	background-image: url(../images/analysis-link-img-05.png);
}
.analysis-page .analysis-link-list ul li.analysis-link-06 a {
	background-image: url(../images/analysis-link-img-06.png);
}
.analysis-page .box-01 {
	padding: 30px 50px;
	background: #ffffff;
}


@media screen and (max-width:640px) {
	

.analysis-page .analysis-top .analysis-top-01 {
	margin-bottom: -10%;
}
.analysis-page .analysis-top .analysis-top-01 .analysis-top-01-bg {
	right: 5%;
}
.analysis-page .analysis-top .analysis-top-01 .analysis-top-01-main {
	margin-right: 10%;
	padding: 30px 0 20%;
}
.analysis-page .analysis-top .analysis-top-01 .analysis-top-01-main h2 {
	font-size: 26px;
}
.analysis-page .analysis-top .analysis-top-01 .analysis-top-01-main ul li {
	margin-bottom: 20px;
	font-size: 16px;
}
.analysis-page .analysis-top .img-01 {
	margin-bottom: -10%;
}
.analysis-page .analysis-top .img-01 img {
	width: 90%;
}
.analysis-page .analysis-top .analysis-top-02 .inner {
	padding: 20% 3% 20px;
}
.analysis-page .analysis-top .analysis-top-02 .text-01 {
	margin-bottom: 20px;
	font-size: 18px;
}
.analysis-page .analysis-top .analysis-top-02 .text-02 {
	margin-bottom: 50px;
	font-size: 25px;
}
.analysis-page .analysis-top .analysis-top-02 .analysis-top-02-bottom {
	padding: 30px 5%;
}

.analysis-page .analysis-link-list ul {
	display: block;
}
.analysis-page .analysis-link-list ul li {
	display: block;
	position: relative;
	margin: 0 0 20px;
	width: auto;
}
.analysis-page .analysis-link-list ul li a {
	min-height: 80px;
	font-size: 18px;
}
.analysis-page .box-01 {
	padding: 30px 5%;
}
}


/* ///////////////////////////////////////////////////////////////////

literature

/////////////////////////////////////////////////////////////////// */

#page-literature .entry-header {
	background-image: url(../images/literature-title-bg-pc.png);
}

@media screen and (max-width:640px) {
#page-literature .entry-header {
	background-image: url(../images/literature-title-bg-sp.png);
}
}



/* ///////////////////////////////////////////////////////////////////

circuit

/////////////////////////////////////////////////////////////////// */

#page-circuit .entry-header {
	background-image: url(../images/circuit-title-bg-pc.png);
}
#page-circuit .img-01 {
	position: relative;
	text-align: right;
	margin-bottom: -4%;
	z-index: 1;
}
#page-circuit .img-02 {
	margin: 30px 0;
	text-align: center;
}
#page-circuit .img-02 img {
	width: 80%;
}
#page-circuit .img-03 {
	margin: 30px 0 200px;
	text-align: center;
}
#page-circuit .bg-text-01 {
	background-image: url(../images/0-bg-text-01.png);
	background-position: left top 50px;
	background-repeat: no-repeat;
}

@media screen and (max-width:640px) {
#page-circuit .entry-header {
	background-image: url(../images/circuit-title-bg-sp.png);
}
#page-circuit .img-01 img {
	width: 90%;
}
#page-circuit .img-02 img {
	width: 90%;
}
#page-circuit .img-03 {
	margin: 30px 0 100px;
}
#page-circuit .bg-text-01 {
	background-image: none;
}
}


/* ///////////////////////////////////////////////////////////////////

semiconductor

/////////////////////////////////////////////////////////////////// */

#page-semiconductor .entry-header {
	background-image: url(../images/semiconductor-title-bg-pc.png);
}
#page-semiconductor .img-01 {
	position: relative;
	text-align: right;
	margin-bottom: -4%;
	z-index: 1;
}
#page-semiconductor .bg-text-01 {
	background-image: url(../images/0-bg-text-02.png);
	background-position: left top 50px;
	background-repeat: no-repeat;
}

@media screen and (max-width:640px) {
#page-semiconductor .entry-header {
	background-image: url(../images/semiconductor-title-bg-sp.png);
}
#page-semiconductor .img-01 img {
	width: 90%;
}
#page-semiconductor .bg-text-01 {
	background-image: none;
}
}


/* ///////////////////////////////////////////////////////////////////

patent

/////////////////////////////////////////////////////////////////// */

#page-patent .entry-header {
	background-image: url(../images/patent-title-bg-pc.png);
}

@media screen and (max-width:640px) {
#page-patent .entry-header {
	background-image: url(../images/patent-title-bg-sp.png);
}
}




/* ///////////////////////////////////////////////////////////////////

panel

/////////////////////////////////////////////////////////////////// */

#page-panel .entry-header {
	background-image: url(../images/panel-title-bg-pc.png);
}
#page-panel .img-01 {
	position: relative;
	text-align: right;
	margin-bottom: -4%;
	z-index: 1;
}


@media screen and (max-width:640px) {
#page-panel .entry-header {
	background-image: url(../images/panel-title-bg-sp.png);
}
#page-panel .img-01 img {
	width: 80%;
}
}


/* ///////////////////////////////////////////////////////////////////

system

/////////////////////////////////////////////////////////////////// */

#page-system .entry-header {
	background-image: url(../images/system-title-bg-pc.png);
}

@media screen and (max-width:640px) {
#page-system .entry-header {
	background-image: url(../images/system-title-bg-sp.png);
}
}


/* ///////////////////////////////////////////////////////////////////

analysis-results

/////////////////////////////////////////////////////////////////// */

#page-analysis-results .entry-header {
	background-image: url(../images/analysis-results-title-bg-pc.png);
}
#page-analysis-results .text-01 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
	font-family: 'Noto Serif JP'; 
}
.analysis-top {
	position: relative;
	margin-top: -100px;
	padding: 100px 0;
	background-image: url(../images/analysis-results-analysis-top-bg-01.png);
	background-size: cover;
	background-position: center center;
	z-index: -1;
}
.analysis-list {
	display: flex;
	flex-wrap: wrap;
}
.analysis-list .analysis-item {
	display: flex;
	margin: 0 2% 40px;
	width: 46%;
	background: #ffffff;
	box-shadow: 10px 10px 0px #c1ccdd;
}
.analysis-list .analysis-item .analysis-item-left {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
	padding: 0 5%;
	border-right: solid 1px #C1CCDD;
}
.analysis-list .analysis-item .analysis-item-right {
	width: 55%;
	padding: 20px 5%;
}
.analysis-list .analysis-item .analysis-item-right h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-family: 'Noto Serif JP';
	color: #073DA3;
}
.analysis-list .analysis-item .analysis-item-right p {
	margin: 0;
}
#page-analysis-results .sample-report-list {
	display: flex;
	flex-wrap: wrap;
}
#page-analysis-results .sample-report-list .sample-report-item {
	width: 26%;
	margin: 0 1% 30px;
	padding: 25px 2%;
	border: solid 1px #C1CCDD;
}
#page-analysis-results .sample-report-list .sample-report-item h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	font-family: 'Noto Serif JP';
}
#page-analysis-results .sample-report-list .sample-report-item ul li {
	margin-bottom: 5px;
	text-align: center;
}
#page-analysis-results .sample-report-list .sample-report-item ul li span {
	padding-right: 25px;
	background: url(../images/0-icon-pdf.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#page-analysis-results .sample-report-list .sample-report-item ul li a {
	color: #0041BA;
}


@media screen and (max-width:640px) {
#page-analysis-results .entry-header {
	background-image: url(../images/analysis-results-title-bg-sp.png);
}
#page-analysis-results .text-01 {
	margin-bottom: 30px;
	font-size: 18px;
}
.analysis-list {
	display: block;
}
.analysis-list .analysis-item {
	margin: 0 2% 30px;
	width: auto;
}
.analysis-list .analysis-item .analysis-item-left {
	width: 22%;
	padding: 0 3%;
}
#page-analysis-results .sample-report-list {
	display: block;
}
#page-analysis-results .sample-report-list .sample-report-item {
	width: auto;
	margin: 0 1% 20px;
	padding: 20px 2%;
}
}


/* ///////////////////////////////////////////////////////////////////

sales-report

/////////////////////////////////////////////////////////////////// */

#page-sales-report .entry-header {
	background-image: url(../images/sales-report-title-bg-pc.png);
}
#page-sales-report .text-01 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
	font-family: 'Noto Serif JP'; 
}
#page-sales-report .report-list {
	overflow-y: scroll;
	height: 960px;
	margin-bottom: 50px;
	padding: 50px;
	border: solid 1px #C8C8C8;
}
#page-sales-report .report-list .report-item {
	padding: 25px 0;
	border-bottom: solid 1px #F5F5F5;
}
#page-sales-report .report-list .report-item a {
	text-decoration: none;
}
#page-sales-report .report-list .report-item .info {
	margin-bottom: 10px;
}
#page-sales-report .report-list .report-item .info .cat {
	display: inline-block;
	min-width: 150px;
	margin-right: 10px;
	padding: 2px 5px;
	background: #002F88;;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}
#page-sales-report .report-list .report-item .info .date {
	display: inline-block;
	margin: 0 10px 0 0;
	color: #0041BA;
}
#page-sales-report .report-list .report-item .title {
	margin-bottom: 10px;
	font-size: 18px;
	font-family: 'Noto Serif JP';
	color: #002F88;
}
#page-sales-report .report-list .report-item .text {
	margin: 0;
}
#page-sales-report .cat-link-list h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Noto Serif JP';
	color: #002F88;
}
#page-sales-report .cat-link-list ul {
	text-align: center;
}
#page-sales-report .cat-link-list ul li {
	display: inline-block;
	margin: 0 1% 20px;
	width: 22%;
}
#page-sales-report .cat-link-list ul li a {
	display: block;
	padding: 5px 3%;
	background: #0041BA;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Noto Serif JP';
	color: #ffffff;
}
#page-sales-report .report-01-area .report-01-left h2 {
	margin-bottom: 10px;
}
#page-sales-report .report-01-area .report-01-right {
	float: right;
	width: 48%;
}
#page-sales-report .report-01-area .report-01-right .btn {
	display: block;
	padding: 30px 3%;
	background: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #002F88;
}


@media screen and (max-width:640px) {
#page-sales-report .entry-header {
	background-image: url(../images/sales-report-title-bg-sp.png);
}
#page-sales-report .text-01 {
	margin-bottom: 30px;
	font-size: 18px;
}
#page-sales-report .report-list {
	height: 600px;
	padding: 10px 5%;
}
#page-sales-report .report-list .report-item {
	padding: 15px 0;
}
#page-sales-report .cat-link-list ul li {
	display: block;
	margin: 0 0 10px;
	width: auto;
}
#page-sales-report .cat-link-list ul li a {
	padding: 10px 3%;
	font-size: 18px;
}
#page-sales-report .report-01-area .report-01-right {
	float: none;
	width: auto;
}
}


/* ///////////////////////////////////////////////////////////////////

privacy-policy

/////////////////////////////////////////////////////////////////// */

#page-privacy-policy .entry-header {
	background-image: url(../images/privacy-policy-title-bg-pc.png);
}
#page-privacy-policy .box-01 {
	margin-left: 20px;
}
#page-privacy-policy .box-02 {
	margin-left: 50px;
}
#page-privacy-policy h5 {
	margin: 30px 0 10px;
}
#page-privacy-policy h6 {
	margin: 20px 0 5px;
}


@media screen and (max-width:640px) {

#page-privacy-policy .entry-header {
	background-image: url(../images/privacy-policy-title-bg-sp.png);
}
#page-privacy-policy .box-01 {
	margin: 0;
}
}



/* ///////////////////////////////////////////////////////////////////

faq

/////////////////////////////////////////////////////////////////// */

#page-faq {
	background: #EEF1F6;
}
#page-faq .entry-header {
	background-image: url(../images/faq-title-bg-pc.png);
}
#page-faq .text-01 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
	font-family: 'Noto Serif JP'; 
}
#page-faq .faq-item {
	margin: 0 auto 30px;
	padding: 40px;
	width: 800px;
	background: #ffffff;
}
#page-faq .faq-item .q {
	margin: 0 0 20px 45px;
	text-indent: -45px;
	font-size: 20px;
	font-family: 'Noto Serif JP';
	color: #073DA3;
}
#page-faq .faq-item .q span {
	margin-right: 5px;
}
#page-faq .faq-item .a {
	margin-left: 90px;
}
#page-faq .faq-item .a p {
	margin: 0;
	text-indent: -45px;
}
#page-faq .faq-item .a p span {
	margin-right: 10px;
	font-size: 20px;
	font-family: 'Noto Serif JP';
}


@media screen and (max-width:640px) {

#page-faq .entry-header {
	background-image: url(../images/faq-title-bg-sp.png);
}
#page-faq .text-01 {
	margin-bottom: 30px;
	font-size: 18px;
}
#page-faq .faq-item {
	padding: 20px 10px;
	width: auto;
}
#page-faq .faq-item .q {
	margin: 0 0 20px 40px;
	text-indent: -36px;
	font-size: 16px;
}
#page-faq .faq-item .q span {
	margin-right: 10px;
}
#page-faq .faq-item .a {
	margin-left: 40px;
}
#page-faq .faq-item .a p span {
	font-size: 16px;
}
#page-faq .faq-item .a p {
	text-indent: -36px;
}
}







/* ///////////////////////////////////////////////////////////////////

activity

/////////////////////////////////////////////////////////////////// */

#page-activity .entry-header {
	background-image: url(../images/activity-title-bg.png);
}
#page-activity .activity-01-area ul {
	margin-top: 50px;
	text-align: center;
}
#page-activity .activity-01-area ul li {
	display: inline-block;
	margin: 0 1% 15px;
	width: 16%;
}
#page-activity .activity-02-area .content-list .content-item {
	display: flex;
	width: 80%;
	margin-bottom: 30px;
	padding: 30px;
	background: #ffffff;
	border-radius: 20px;
}
#page-activity .activity-02-area .content-list .content-item-r {
	float: right;
}
#page-activity .activity-02-area .content-list .content-item .left {
	display: flex;
	width: 25%;
	margin-right: 5%;
	text-align: center;
	align-items: center;
}
#page-activity .activity-02-area .content-list .content-item .left .img img {
	width: 80%;
}
#page-activity .activity-02-area .content-list .content-item .left p {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#page-activity .activity-02-area .content-list .content-item .right {
	display: flex;
	width: 70%;
	align-items: center;
}
#page-activity .activity-02-area .text-01 {
	margin: 100px 0 50px;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
}
#page-activity .activity-03-area .area-03 {
	background-image: url(../images/activity-03-bg-01.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#page-activity .activity-03-area .text-01 {
	margin-bottom: 80px;
	text-align: center;
	font-size: 22px;
}
#page-activity .activity-03-area .text-01 span {
	font-weight: bold;
}
#page-activity .activity-03-area .img-01 {
	border-radius: 25px;
	overflow: hidden;
}

#page-activity .activity-04-area h3 {
	margin-top: 50px;
}
#page-activity .activity-04-area table {
	width: 100%;
}
#page-activity .activity-04-area table th {
	text-align: left;
	width: 13%;
}

#page-activity .activity-05-area .voice-list {
	text-align: center;
}
#page-activity .activity-05-area .voice-list .voice-item {
	display: inline-block;
	width: 44%;
	margin: 0 2.5%;
	vertical-align: top;
	text-align: left;
}
#page-activity .activity-05-area .voice-list .voice-item .img {
	margin-bottom: 30px;
	border-radius: 25px;
	overflow: hidden;
}
#page-activity .activity-05-area .voice-list .voice-item h3 {
	font-size: 24px;
	font-weight: bold;
}
#page-activity .activity-05-area .voice-list .voice-item p {
	font-size: 16px;
}
#page-activity .activity-06-area .flow-list .flow-item {
	margin-bottom: 30px;
	padding-bottom: 50px;
	background: url(../images/0-icon-arrow-01.png);
	background-position:  center bottom;
	background-repeat: no-repeat;
}
#page-activity .activity-06-area .flow-list .flow-item:last-child {
	background: none;
	margin: 0;
	padding: 0;
}
#page-activity .activity-06-area .flow-list .flow-item .flow-item-inner {
	display: flex;
	border: solid 2px #CCCCCC;
}
#page-activity .activity-06-area .flow-list .flow-item .img {
	width: 38%;
	background-position: center center;
	background-size: cover;
}
#page-activity .activity-06-area .flow-list .flow-item-01 .img {
	background-image: url(../images/activity-06-img-01.png);
}
#page-activity .activity-06-area .flow-list .flow-item-02 .img {
	background-image: url(../images/activity-06-img-02.png);
}
#page-activity .activity-06-area .flow-list .flow-item-03 .img {
	background-image: url(../images/activity-06-img-03.png);
}
#page-activity .activity-06-area .flow-list .flow-item-04 .img {
	background-image: url(../images/activity-06-img-04.png);
}
#page-activity .activity-06-area .flow-list .flow-item .text {
	width: 52%;
	margin: 0 5%;
	padding: 30px 0;
}
#page-activity .activity-06-area .flow-list .flow-item .text h3 {
	font-size: 22px;
	font-weight: bold;
}
#page-activity .activity-06-area .flow-list .flow-item .text p {
	margin: 0;
	font-size: 16px;
}
#page-activity .activity-06-area .flow-list .flow-item .text .box {
	margin-top: 20px;
	padding: 20px;
	border: solid 1px #D3D3D3;
}
#page-activity .activity-06-area .flow-list .flow-item .text .box h4 {
	font-weight: bold;
}
#page-activity .activity-07-area table {
	width: 100%;
	line-height: 1.6;
	font-size: 22px;
}
#page-activity .activity-07-area table th,
#page-activity .activity-07-area table tr td {
	padding: 15px 3%;
	vertical-align: middle;
	border: solid 1px #AAAAAA;
}
#page-activity .activity-07-area table tr th {
	width: 50%;
	background: #CAEDE4;
}
#page-activity .activity-07-area table tr td {
	text-align: center;
	background: #ffffff;
}

#page-activity .activity-07-area .activity-07-box-01 {
	margin-top: 80px;
}
#page-activity .activity-07-area .activity-07-box-01 .left {
	float: left;
	width: 40%;
}
#page-activity .activity-07-area .activity-07-box-01 .right {
	float: right;
	width: 54%;
}
#page-activity .activity-07-area .activity-07-box-01 .right p {
	margin-top: 60px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
}

@media screen and (max-width:640px) {

#page-activity .activity-01-area ul li {
	width: 30%;
}
#page-activity .activity-02-area .content-list .content-item {
	display: block;
	width: auto;
	margin-bottom: 30px;
	padding: 30px;
}
#page-activity .activity-02-area .content-list .content-item-r {
	float: none;
}
#page-activity .activity-02-area .content-list .content-item .left {
	display: block;
	width: auto;
	margin: 0 0 30px;
}
#page-activity .activity-02-area .content-list .content-item .left .img img {
	width: 65%;
}
#page-activity .activity-02-area .content-list .content-item .left p {
	font-size: 20px;
}
#page-activity .activity-02-area .content-list .content-item .right {
	display: block;
	width: auto;
}
#page-activity .activity-02-area .text-01 {
	margin: 20px 0 30px;
	font-size: 18px;
}
#page-activity .activity-03-area .area-03 {
	background-image: url(../images/activity-03-bg-01-sp.png);
	background-repeat: no-repeat;
	background-position: top 50px center;
	background-size: 100% auto;
}
#page-activity .activity-03-area .text-01 {
	margin-bottom: 30px;
	font-size: 18px;
}
#page-activity .activity-04-area table th {
	width: 25%;
}
#page-activity .activity-05-area .voice-list .voice-item {
	display: block;
	width: auto;
	margin: 0 0 30px;
}
#page-activity .activity-06-area .flow-list .flow-item .flow-item-inner {
	display: block;
}
#page-activity .activity-06-area .flow-list .flow-item .img {
	width: auto;
	height: 200px;
}
#page-activity .activity-06-area .flow-list .flow-item .text {
	width: auto;
}
#page-activity .activity-06-area .flow-list .flow-item .text h3 {
	font-size: 20px;
}
#page-activity .activity-07-area table {
	font-size: 18px;
	text-align: center;
}
#page-activity .activity-07-area table tr td span {
	display: block;
	font-size: 14px;
}
#page-activity .activity-07-area .activity-07-box-01 .left {
	float: none;
	width: auto;
}
#page-activity .activity-07-area .activity-07-box-01 .right {
	float: none;
	width: auto;
}
#page-activity .activity-07-area .activity-07-box-01 .right p {
	margin-top: 30px;
	font-size: 20px;
}
}

/* ///////////////////////////////////////////////////////////////////

single-post

/////////////////////////////////////////////////////////////////// */

#single-post {
	background: #EEF1F6;
	overflow: hidden;
}
#single-post .entry-header {
	background-image: url(../images/post-title-bg-pc.png);
}
#single-post .post-box {
	margin: 0 0 100px;
	background: #ffffff;
}
#single-post .post-header {
	padding: 20px 3%;
	border-bottom: solid 1px #C8C8C8;
}
#single-post .post-header .title {
	font-size: 30px;
	font-weight: bold;
	font-family: 'Noto Serif JP';
	color: #042A71;
}
#single-post .post-main {
	padding: 30px 3%;
}
#single-post .info {
	margin-bottom: 10px;
}
#single-post .info .cat {
	display: inline-block;
	min-width: 100px;
	margin-right: 10px;
	padding: 2px 5px;
	background: #002F88;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}
#single-post .info .date {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	color: #0041BA;
}
#single-post .img {
	position: relative;
	width: 800px;
	margin: 0 auto 30px;
	text-align: center;
}
#single-post .post-link-list {
	margin-top: 50px;
}
#single-post .post-link-list .post-link-list-inner {
	position: relative;
	margin: 0 auto;
	width: 320px;
}
#single-post .post-link-list a {
	color: #002F88;
	text-decoration: none;
}
#single-post .post-link-list .list {
	text-align: center;
}
#single-post .post-link-list .prev {
	position: absolute;
	padding-left: 25px;
	top: 0;
	left: 0;
}
#single-post .post-link-list .next {
	position: absolute;
	padding-right: 25px;
	top: 0;
	right: 0;
}
#single-post .post-link-list .prev a::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 6%;
	width: 6px;
	height: 6px;
	margin: auto 0;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#single-post .post-link-list .next a::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 6%;
	width: 6px;
	height: 6px;
	margin: auto 0;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


@media screen and (max-width:640px) {

#single-post .entry-header {
	background-image: url(../images/post-title-bg-sp.png);
}
#single-post .post-box {
	margin: 30px 0;
}
#single-post .post-top .info {
	float: none;
	width: auto;
	text-align: left;
}
#single-post .title {
	font-size: 22px;
}
#single-post .img {
	width: auto;
}
#single-post .post-link-list {
	font-size: 14px;
}
#single-post .post-link-list .post-link-list-inner {
	width: auto;
}
}


/* ///////////////////////////////////////////////////////////////////

single-report

/////////////////////////////////////////////////////////////////// */

#single-post.single-report .entry-header {
	background-image: url(../images/sales-report-title-bg-pc.png);
}

@media screen and (max-width:640px) {
#single-post.single-report .entry-header {
	background-image: url(../images/sales-report-title-bg-sp.png);
}
}


/* ///////////////////////////////////////////////////////////////////

archive-post

/////////////////////////////////////////////////////////////////// */


#archive-post {
	background: #EEF1F6;
	overflow: hidden;
}
#archive-post .entry-header {
	background-image: url(../images/post-title-bg-pc.png);
}
.post-list .post-item {
	margin: 0 2% 30px;
	padding: 20px 3%;
	background: #ffffff;
}
.post-list .post-item a {
	display: block;
	text-decoration: none;
	color: #555555;
}
.post-list .post-item .info {
}
.post-list .post-item .info .cat {
	display: inline-block;
	min-width: 150px;
	margin-right: 10px;
	padding: 2px 5px;
	background: #002F88;;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}
.post-list .post-item .info .date {
	display: inline-block;
	margin: 0 10px 0 0;
	color: #0041BA;
}
.post-list .post-item .title {
	margin-bottom: 10px;
	font-size: 18px;
	font-family: 'Noto Serif JP';
	color: #042A71;
}
.post-list .post-item .text {
	margin: 0;
}

@media screen and (max-width:640px) {
#archive-post .entry-header {
	background-image: url(../images/post-title-bg-sp.png);
}
.post-list .post-item {
	display: block;
	width: auto;
	margin: 0 0 20px;
	min-height: auto;
}
.post-list .post-item .img {
}
.post-list .post-item .info {
}
.post-list .post-item .title {
	font-size: 18px;
}
.post-list .post-item .text {
	font-size: 15px;
}
.post-list .post-item .link span {
	padding: 2px 50px 2px 40px;
	font-size: 16px;
	margin: 10px 0;
}
}

.wp-pagenavi {
	margin-top: 50px;
	text-align: center;
	font-size: 16px;
}
.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi .current {
	display: inline-block;
	margin: 0 12px 10px !important;
	padding: 0 !important;
	border: none !important;
	text-decoration: none;
	text-align: center;
	text-decoration: none !important;
	color: #0041BA;
}
.wp-pagenavi .current {
	position: relative;
	color: #222222;
	font-weight: normal !important;
}
.wp-pagenavi .current::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0041BA;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: relative;
	background: inherit;
}
.wp-pagenavi .previouspostslink::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #202124;
	border-right: 2px solid #202124;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.wp-pagenavi .nextpostslink::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #202124;
	border-right: 2px solid #202124;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width:640px) {
#archive-post .post-list .post-item {
	padding: 20px 5%;
}
#archive-post .post-list .post-item .info {
	margin-bottom: 10px;
}
}


/* ///////////////////////////////////////////////////////////////////

archive-report

/////////////////////////////////////////////////////////////////// */

#archive-post.archive-report .entry-header {
	background-image: url(../images/sales-report-title-bg-pc.png);
}

@media screen and (max-width:640px) {
#archive-post.archive-report .entry-header {
	background-image: url(../images/sales-report-title-bg-sp.png);
}
}



/* ///////////////////////////////////////////////////////////////////

contact

/////////////////////////////////////////////////////////////////// */

#page-contact .entry-header {
	background-image: url(../images/contact-title-bg-pc.png);
}
#page-contact .text-01 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
	font-family: 'Noto Serif JP'; 
}
#page-contact .tel {
	margin-bottom: 50px;
	text-align: center;
}

@media screen and (max-width:640px) {
#page-contact .entry-header {
	background-image: url(../images/contact-title-bg-sp.png);
}
#page-contact .text-01 {
	font-size: 18px;
}
}


/* ///////////////////////////////////////////////////////////////////

mw_wp_form

/////////////////////////////////////////////////////////////////// */

.mw_wp_form {
	font-size: 16px;
}
.mw_wp_form .required {
	display: inline-block;
	margin-left: 20px;
	padding: 3px 8px;
	color: #fff;
	background: #DD0011;
	line-height: 1;
	font-size: 12px;
}
.mw_wp_form_confirm .step1 {
	display: none;
}
.mw_wp_form_input .step2 {
	display: none;
}
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"] {
	padding: 10px 1%;
	width: 98%;
	font-size: 16px;
	border: solid 1px #aaaaaa;
}
.mw_wp_form select{
	font-size: 18px;
	padding: 5px;
}
.mw_wp_form .postal-code input {
	width:90px !important;
}
.mw_wp_form textarea {
	padding: 5px 1%;
	width:97%;
	font-size: 16px;
	border: solid 1px #aaaaaa;
}
.mw_wp_form .mwform-radio-field {
	display: inline-block;
	margin: 0 20px 0 0 !important;
	min-width: 33%;
}
.mw_wp_form .mwform-checkbox-field {
	display: inline-block;
	margin: 0 20px 0 0 !important;
}
.mw_wp_form ::placeholder {
  color: #cccccc;
}
.mw_wp_form .privacy {
	margin: 60px 0 20px;
	text-align: center;
	font-size: 16px;
}
.mw_wp_form .btn {
	text-align: center;
}
.mw_wp_form .btn input[type="submit"],
.mw_wp_form .btn input[type="button"]{
	width: 40%;
}
.mw_wp_form .btn-back {
	margin-top: 20px;
}
.mw_wp_form .btn-back input[type="submit"],
.mw_wp_form .btn-back input[type="button"]{
	background-color: #5c5e61;
	background-image: url(../images/0-icon-arrow-02-02.png);
	background-position: center left 20px;
}
.mw_wp_form .privacy .mwform-checkbox-field-text a {
	color: #002F88;
}


@media screen and (max-width:640px) {
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"] {
	width: 97%;
}
.mw_wp_form .btn input[type="submit"], 
.mw_wp_form .btn input[type="button"] {
	padding: 20px 3%;
	width: 80%;
	font-size: 16px;
}
.mw_wp_form .mwform-radio-field {
	display: block;
	min-width: auto;
}
}


/* ///////////////////////////////////////////////////////////////////

cf7

/////////////////////////////////////////////////////////////////// */


form.wpcf7-form {
	margin-top: 50px;
}
form.wpcf7-form ::placeholder {
	color: #cccccc;
}
form.wpcf7-form .required {
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
	border-radius: 4px;
	color: #fff;
	background: #F26E6E;
	font-size: 12px;
}
form.wpcf7-form .any {
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
	border-radius: 4px;
	color: #fff;
	background: #8f8f8f;
	font-size: 12px;
}
form.wpcf7-form input,
form.wpcf7-form select,
form.wpcf7-form textarea {
	font-size: 18px;
}
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="tel"] {
	padding: 0;
	width: 100%;
	border: solid 2px #e6e6e6;
	border: none;
}
form.wpcf7-form span.wpcf7-list-item {
	margin: 0 20px 0 0;
}
form.wpcf7-form select{
	border: solid 2px #e6e6e6;
	border: none;
	padding: 0;
	width: 100%;
}
form.wpcf7-form .postal-code input {
	width:90px;
}
form.wpcf7-form textarea {
	padding: 0;
	width: 100%;
	max-width: 100%;
	border: solid 2px #e6e6e6;
	border: none;
}
form.wpcf7-form .btn {
	margin-top: 50px;
	text-align: center;
}
form.wpcf7-form .btn input[type="submit"],
form.wpcf7-form .btn input[type="button"]{
	position: relative;
	display: inline-block;
	padding: 30px 40px;
	width: 50%;
	border-radius: 100px;
	background-color: #3bad7c;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	font-size: 20px;
	color: #ffffff !important;
	text-decoration: none;
	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
}
form.wpcf7-form .btn input[type="submit"]::before,
form.wpcf7-form .btn input[type="button"]::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 6%;
	width: 6px;
	height: 6px;
	margin: auto 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
form.wpcf7-form input.wpcf7c-conf,
form.wpcf7-form textarea.wpcf7c-conf {
	background: #eee !important;
	border: solid 1px #eee !important;
	color: #666 !important;
}
form.wpcf7-form input[type="text"]:-webkit-autofill,
form.wpcf7-form input[type="email"]:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset;
}
form.wpcf7-form input[type="text"].wpcf7c-conf,
form.wpcf7-form input[type="email"].wpcf7c-conf {
	-webkit-box-shadow: 0 0 0 30px #eee inset !important;
}
form.wpcf7-form .regulation-check a {
	display: inline-block;
	margin: 0 20px;
}
form.wpcf7-form .ajax-loader {
	display: none !important;
}
form.wpcf7-form .consent a {
	color:#102E8C;
	font-weight: bold;
	text-decoration: none;
}
form.wpcf7-form ::placeholder {
  color: #DDDDDD;
}
form.wpcf7-form .wpcf7-spinner {
	display: none;
}
form.wpcf7-form .wpcf7-submit:disabled {
	cursor: not-allowed !important;
	opacity: 0.5;
}
form.wpcf7-form .wpcf7-response-output {
	border: none !important;
	text-align: center;
	color: #65BCA8;
	font-weight: bold;
}

@media screen and (max-width:640px) {
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"] {
	width: 97%;
}
	
form.wpcf7-form .btn input[type="submit"], 
form.wpcf7-form .btn input[type="button"] {
	padding: 20px 3%;
	width: 80%;
	font-size: 18px;
}
form.wpcf7-form span.wpcf7-list-item {
	display: block;
}
}



/* ///////////////////////////////////////////////////////////////////

other

/////////////////////////////////////////////////////////////////// */

.contact-area {
	position: relative;
	padding: 100px 0 60px;
	background: #002F88;
	overflow: hidden;
	color: #ffffff;
	background-image: url(../images/0-bg-text-03.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.contact-area .contact-left {
	float: left;
	width: 45%;
}
.contact-area .contact-left p {
	margin-bottom: 20px;
}
.contact-area .contact-left .text-02 {
	font-size: 14px;
}
.contact-area .contact-left .text-02 a {
	text-decoration: underline;
	color: #ffffff;
}
.contact-area .contact-right {
	float: right;
	width: 45%;
}
.contact-area .contact-right .btn {
	display: block;
	padding: 30px 3%;
	background: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #002F88;
}
.link-list-01 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.link-list-01 li {
	display: flex;
	margin: 0 0.5% 15px;
	width: 23.7%;
}
.link-list-01 li a {
	display: flex;
	position: relative;
	width: 100%;
	padding: 15px 32px 15px 20px;
	background: #0041BA;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Noto Serif JP';
	align-items: center;
}
.link-list-01 li a::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 12px;
	width: 10px;
	height: 10px;
	margin: auto 0;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}


@media screen and (max-width:640px) {
.contact-area {
	padding: 60px 0;
	background-image: url(../images/0-bg-text-03-sp.png);
	background-position: left bottom;
	background-size: 28% auto;
}
.contact-area .contact-left {
	float: none;
	width: auto;
	margin-bottom: 30px;
}
.contact-area .contact-right {
	float: none;
	width: auto;
}
.contact-area .contact-right .btn {
	margin: 0 5%;
}
.link-list-01 {
	display: block;
}
.link-list-01 li {
	display: block;
	margin: 0 0 15px;
	width: auto;
}
.link-list-01 li a {
	display: block;
	width: auto;
	font-size: 16px;
}
	
}
