@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　規格書top用CSS
/kikaku/index.asp
-------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/*-----------------
 *2021/12/追加　トップページ 
-----------------*/
.toppage * {
	font-family: 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
	line-height: 160%;
	font-size: 16px;
	color: #333;
}

span,
a {
	color: inherit;
}

.alc {
	text-align: center;
}

.sp {
	display: none;
}

.pc {
	display: block;
}


/* ===== color ===== */
.toppage .org {
	color: #FAA500;
}

.toppage .bg_org {
	background: #FAA500;
}

.toppage .grn {
	color: #86B81C;
}

.toppage .bg_grn {
	background: #86B81C;
}

.toppage .wh {
	color: #fff;
}

.toppage .bg_wh {
	background: #fff;
}



/* ===== cnt01 ===== */
.cnt01 {
	background: url(../images/bg_cnt01.jpg) top center/cover;
}

.cnt01_inner {
	width: 96%;
	max-width: 1190px;
	margin: auto;
	padding: 105px 0 150px;
}

.cnt01_title_wrap {
	max-width: 720px;
	margin: 0 0 0 auto;
}

.cnt01_title_wrap img {
	width: 300px;
}

.cnt01_inner .mv_title {
	font-size: 96px;
	line-height: 110%;
	font-weight: bold;
	text-shadow: 2px 4px 24px rgba(0, 0, 0, 0.8);
	margin-top: 32px;
}

.cnt01_inner .mv_text {
	font-weight: bold;
	font-size: 22px;
	line-height: 140%;
	letter-spacing: 0.02em;
	text-shadow: 2px 4px 24px rgba(0, 0, 0, 0.8);
	margin-top: 18px;
}

/* ===== cnt02 ===== */
.toppage .cnt02 {
	width: 100%;
	max-width: 1190px;
	margin: auto;
	position: relative;
	z-index: 0;
}

.toppage .cnt02_inner {
	width: 100%;
	display: flex;
	position: absolute;
	left: auto;
	top: -82px;
}

.toppage .cnt02_inner .left_box {
	width: 700px;
}

.toppage .cnt02_inner .link_card {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.toppage .cnt02_inner .link_card li {
	width: 222px;
	height: 165px;
	box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.3);
	border-radius: 32px;
	background: #86B81C;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}

.toppage .cnt02_inner .link_card li::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	background: url(../images/ico_arrow_right.svg) no-repeat center center / contain;
	width: 8px;
	height: 18px;
}

.toppage .cnt02_inner .link_card li:hover {
	background: #7A9F2A;
}

.toppage .cnt02_inner .link_card li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 17px 16px 20px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.toppage .cnt02_inner .link_card li a figure {
	width: 100%;
	margin: auto;
	text-align: center;
}

.toppage .cnt02_inner .link_card li a figure img {
	height: 72px;
	width: 72px;
}

.toppage .cnt02_inner .link_card li a figure figcaption {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	color: #fff;
}

.toppage .cnt02_inner .link_card li a figure figcaption .fs22 {
	font-size: 22px;
	line-height: 140%;
	color: #fff;
}

.toppage .cnt02_inner .link_card li a figure figcaption .fs12 {
	font-size: 12px;
	line-height: 140%;
	margin-top: 8px;
	color: #fff;
}

.toppage .cnt02_inner .right_box {
	width: 360px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px 32px;
	background: #fff;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12);
	border-radius: 32px;
	margin: 0 0 0 auto;
}

.toppage .cnt02_inner .right_box .title {
	line-height: 140%;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
}

.toppage .cnt02_inner .right_box .date {
	margin: 8px 0 0 0;
	line-height: 140%;
	font-size: 12px;
	font-weight: bold;
}

.toppage .cnt02_inner .right_box .link_title a {
	display: block;
	margin-top: 8px;
	font-size: 16px;
	color: #333;
	text-decoration: underline;
}

.toppage .cnt02_inner .right_box .link_title a:hover {
	text-decoration: none;
}

/* ===== cnt03 ===== */
.toppage .cnt03 {
	width: 100%;
	background: url(../images/bg_cnt02.png) no-repeat top center / 100% auto;
}

.toppage .cnt03 .cnt03_inner {
	max-width: 800px;
	margin: 0 auto;
	padding: 220px 0 0;
}

.toppage .cnt03 .cnt03_title h2 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.toppage .cnt03 .cnt03_title .fs28 {
	font-size: 28px;
	line-height: 140%;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.toppage .cnt03 .cnt03_title .fs96 {
	font-size: 96px;
	line-height: 140%;
	font-weight: bold;
	margin: 0 0 0 40px;
}

.toppage .cnt03 .cnt03_title .fs20 {
	font-size: 20px;
	line-height: 140%;
	font-weight: bold;
	margin: 0 0 20px 24px;
}

.toppage .cnt03 .cnt03_title p.fs22 {
	font-size: 22px;
	line-height: 180%;
	font-weight: bold;
	margin: 40px 0 0 0;
}

.campany_wrap {
	width: 100%;
	max-width: 800px;
	position: relative;
	z-index: 0;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12);
	border-radius: 32px;
	margin: 48px auto 0;
	background: #fff;
	padding: 40px 20px;
}

.campany_wrap img {
	width: 100%;
	height: auto;
}

.company_lists h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 140%;
	margin-bottom: 24px;
}

.campany_wrap .lists {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.campany_wrap .lists > div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
	width: 170px;
	max-width: 30%;
}


/* ===== cnt04 ===== */
.cnt04 {
	padding: 96px 0 220px;
}

.cnt04_inner {
	max-width: 960px;
	margin: auto;
}

.cnt04_inner .text_wrap {
	max-width: 800px;
	margin: auto;
}

.cnt04_inner .text_wrap .fs56 {
	font-weight: bold;
	font-size: 56px;
	line-height: 81px;
}

.cnt04_inner .text_wrap .fs56+p {
	font-weight: bold;
	margin-top: 20px;
	line-height: 180%;
}

.cnt04_inner .icon_image {
	width: 100%;
	margin: 40px auto 0;
}

.cnt04_inner .icon_image .flex {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
}

.cnt04_inner .icon_image li {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	position: relative;
	margin: 0 -15px;
}

.cnt04_inner .icon_image li:nth-child(1) {
	z-index: 2;
}

.cnt04_inner .icon_image li:nth-child(2) {
	z-index: 1;
	top: 185px;
}

.cnt04_inner .icon_image li:nth-child(3) {
	z-index: 2;
}

.cnt04_inner .icon_image li:nth-child(4) {
	z-index: 1;
	top: 185px;
}

.cnt04_inner .icon_image li::after {
	content: "";
	display: block;
	width: 320px;
	height: 320px;
	background: #FFFCED;
	border-radius: 50%;
	position: absolute;
	top: -40px;
	left: -40px;
	z-index: -1;
}


.cnt04_inner .icon_image li figure {
	position: relative;
	background: #FAA500;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	padding: 40px 0 0;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12);
}

.cnt04_inner .icon_image li img {
	display: block;
	width: 80px;
	height: auto;
	margin: auto;
	margin-bottom: 12px;
}

.cnt04_inner .icon_image li figcaption {
	font-weight: bold;
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
}


/* ===== cnt05 ===== */
.cnt05 {
	margin-top: 56px;
	position: relative;
}

.cnt05::before,
.cnt05::after {
	content: "";
	display: block;
	position: absolute;
}

.cnt05::before {
	width: 400px;
	height: 214px;
	background: url(../images/bg_dotted.png) no-repeat center / 100% auto;
	z-index: -1;
	left: 0;
	top: 90px;
}

.cnt05::after {
	width: 276px;
	height: 493px;
	background: url(../images/bg_cnt05_circle02.png) no-repeat center / 100% auto;
	z-index: -1;
	right: 0;
	top: -124px;
}

.cnt05_inner .text_wrap {
	max-width: 780px;
	margin: auto;
}

.cnt05_inner .text_wrap h2 {
	font-weight: bold;
	font-size: 44px;
	line-height: 200%;
}

.cnt05_inner .text_wrap h2 .s_small {
	font-size: 44px;
}

.cnt05_inner .text_wrap h2 span.fs20 {
	font-weight: bold;
	font-size: 20px;
	display: block;
}

.cnt05_inner .text_wrap .sub_text {
	font-weight: bold;
	font-size: 16px;
	line-height: 180%;
	margin: 32px auto 0;
}


.cnt05_inner .image_document {
	display: flex;
	justify-content: space-around;
	max-width: 800px;
	margin: 60px auto 0;
}

.cnt05_inner .image_document li {
	width: 360px;
	-webkit-filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.12));
	filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.12));
	border-radius: 32px;
}

.cnt05_inner .image_document li figure {
	width: 100%;
	position: relative;
	z-index: 0;
}

.cnt05_inner .image_document li figure img {
	width: 100%;
}

.cnt05_inner .image_document li figure figcaption {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	right: -30px;
}

.cnt05_inner .image_document li figure figcaption .fig_cate {
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
}

.cnt05_inner .image_document li figure figcaption .fig_num {
	font-weight: bold;
	font-size: 40px;
	line-height: 100%;
}

.cnt05_inner .image_document li img {
	width: 100%;
}

.cnt05_inner .image_document li p {
	margin: 8px 0 0 0;
	line-height: 180%;
	font-weight: 400;
}

.cnt05_inner .image_document li .en_text {
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
	margin: 32px 0 0 0;
}

.cnt05_inner .image_document li h5 {
	font-weight: bold;
	font-size: 24px;
	line-height: 140%;
	margin: 8px 0 0 0;
}

.btn_wrap a {
	display: block;
	border-radius: 8px;
	width: 280px;
	height: 56px;
	margin: 40px auto 0;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}

.btn_wrap a .fs20 {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.btn_wrap a:hover {
	background: #7A9F2A;
}

.toppage .bg_org:hover {
	background: #E89E10;
}

/* ====
= cnt06 ===== */
.cnt06 {
	margin-top: 96px;
}

.cnt06_inner {
	max-width: 800px;
	margin: auto;
}

.cnt06_inner .text_wrap h2 {
	font-weight: bold;
	font-size: 44px;
	line-height: 200%;
}

.cnt06_inner .flex {
	display: flex;
	justify-content: space-between;
	margin: 25px auto 0;
}

.cnt06_inner li.left_wrap {
	width: 360px;
	position: relative;
	z-index: 0;
}

.cnt06_inner li.left_wrap img {
	width: 100%;
	-webkit-filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.12));
	filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.12));
}

.cnt06_inner li.left_wrap::after {
	content: "";
	display: block;
	width: 320px;
	height: 320px;
	background: #FFFCED;
	border-radius: 50%;
	position: absolute;
	bottom: -15%;
	left: -60%;
	z-index: -1;
}

.cnt06_inner li.right_wrap {
	width: 375px;
}

.cnt06_inner li.right_wrap p {
	font-weight: bold;
	font-size: 16px;
	line-height: 180%;
}

.cnt06_inner li img {
	width: 100%;
}

/* ===== cnt07 ===== */
.cnt07 {
	margin-top: 160px;
	padding-bottom: 85px;
	position: relative;
}

.cnt07_inner {
	width: 100%;
	position: absolute;
}

.toppage .cnt07_inner .link_card {
	display: flex;
	justify-content: space-between;
	max-width: 700px;
	margin: auto;
}

.toppage .cnt07_inner .link_card li {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 17px 16px 20px;
	width: 222px;
	height: 165px;
	background: #86B81C;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12);
	border-radius: 32px;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}

.toppage .cnt07_inner .link_card li:hover {
	background: #7A9F2A;
}

.toppage .cnt07_inner .link_card li a {
	position: relative;
	z-index: 1;
}

.toppage .cnt07_inner .link_card li a figure {
	width: 100%;
	margin: auto;
	text-align: center;
}

.toppage .cnt07_inner .link_card li a figure img {
	height: 72px;
	width: 72px;
}

.toppage .cnt07_inner .link_card li a figure figcaption {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	color: #fff;
}

.toppage .cnt07_inner .link_card li a figure figcaption .fs22 {
	font-size: 22px;
	line-height: 140%;
	color: #fff;
}

.toppage .cnt07_inner .link_card li a figure figcaption .fs12 {
	font-size: 12px;
	line-height: 140%;
	display: block;
	margin-top: 8px;
	color: #fff;
}

/* ===== cnt08 ===== */
.cnt08 {
	padding: 150px 0 80px;
	background: #f4f4ef;
}

.cnt08_inner .text_wrap h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 140%;
}

.cnt08_inner .text_wrap .sub_text {
	margin-top: 24px;
}

.cnt08_inner ul {
	max-width: 880px;
	margin: 24px auto 0;
	display: flex;
	justify-content: space-between;
}

.cnt08_inner ul li {
	width: 280px;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12);
	border-radius: 24px;
	overflow: hidden;
	background: #fff;
}

.cnt08_inner ul li figure {
	height: 175px;
	overflow: hidden;
}

.cnt08_inner ul li img {
	width: 100%;
	height: auto;
	transition: all .3s ease-in;
}

.cnt08_inner ul li:hover img {
	transform: scale(1.1);
}

.cnt08_inner ul li .text_wrap {
	padding: 15px 16px 30px;
}

.cnt08_inner ul li .company_name {
	font-weight: bold;
	font-size: 16px;
	line-height: 180%;
}

.cnt08_inner ul li .company_category {
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	line-height: 180%;
	padding: 2px 12px;
	border-radius: 6px;
	margin-top: 4px;
}

.cnt08_inner ul li .fs14 {
	font-weight: normal;
	font-size: 14px;
	line-height: 180%;
	margin: 16px auto 0;
}

.cnt08_inner .btn_gray {
	width: 105px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin: 16px 0 0 0;
	background: #F4F4EF;
	border-radius: 6px;
}

/* ===== cnt09 ===== */
.cnt09 {
	margin: 64px auto 80px;
}

.cnt09_inner {
	max-width: 800px;
	margin: auto;
}

.cnt09_inner .text_wrap h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 140%;
}

.cnt09 .news_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 30px 0;
}

.cnt09 .news_wrap.first_item {
	margin: 48px 0 0 0;
}

.cnt09 .news_wrap+.news_wrap {
	border-top: solid 1px #c4c4c4;
	padding-top: 30px;
}

.cnt09 .news_wrap dt {
	width: 75px;
	font-size: 12px;
	line-height: 220%;
}

.cnt09 .news_wrap dd {
	width: calc(100% - 125px);
}

.cnt09 .news_wrap dd a {
	text-decoration: underline;
}

.cnt09 .news_wrap dd a:hover {
	text-decoration: none;
}

/* ===== cnt10 ===== */
/* popup
-----------------------------------------*/
.cnt10 {
	position: relative;
	z-index: 1;
}

.popup {
	position: relative;
	margin: 0 auto;
	width: 384px;
	height: 300px;
	display: none;
	background: #FAA500;
	position: fixed;
	bottom: 0;
	right: 0;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12);
	border-radius: 32px 32px 0px 0px;
	padding: 17px 32px;
}

.popup_content {
	background: url(../images/ico_popup.png) no-repeat bottom right / 74px auto;
	position: relative;
	z-index: 0;
}

.popup_content__inner .popup_title {
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
}

.popup_content__inner .seminar_title {

	margin: 17px 0 0 0;
	position: relative;
}

.popup_content__inner .seminar_title a {
	font-weight: bold;
	font-size: 24px;
	line-height: 140%;
	color: #fff;
}


.popup_content__inner .list_link {
	margin: 27px 0 0 0;

}

.popup_content__inner .list_link a {
	display: block;
	width: 135px;
	height: 41px;
	font-weight: bold;
	font-size: 12px;
	line-height: 41px;
	text-align: center;
	background: rgba(0, 0, 0, 0.16);
	border-radius: 8px;

}

.popup .popup_content__inner a {
	display: block;
}

.popup .popup_content p.close {
	position: absolute;
	right: 0px;
	top: 0;
}

.popup .popup_content p.close a {
	display: block;
	width: 20px;
	height: 25px;
	text-align: center;
}

.popup .popup_content p.close a span {
	display: block;
	color: #fff;
}

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

	.popup {
		display: none;
	}

	.cnt01 {
		height: 550px;
	}

	.cnt01_title_wrap {
		margin: 0 0 0 40px;
	}

	.cnt01_inner .mv_title {
		font-size: 64px;
	}

	.toppage .cnt02_inner {
		flex-direction: column;
		top: -160px;
	}

	.toppage .cnt02_inner .left_box,
	.toppage .cnt02_inner .right_box {
		width: 91%;
		max-width: 700px;
		margin: 40px auto 0;
	}

	.toppage .cnt02_inner .link_card li {
		height: auto;
	}

	.toppage .cnt02_inner .link_card li::before {
		border-radius: 0;
	}

	.toppage .cnt03 .cnt03_inner,
	.cnt04_inner,
	.cnt05_inner,
	.cnt06_inner,
	.cnt07_inner,
	.cnt09_inner {
		max-width: 90%;
		margin: 0 auto;
	}

	.toppage .cnt03 {
		background-size: 142% auto;
	}

	.toppage .cnt03_inner {
		position: relative;
		z-index: 0;
	}

	.toppage .cnt03_inner::after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 180px;
		background: #fff;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	.cnt04 {
		padding-bottom: 80px;
	}

	.cnt04_inner .text_wrap .fs56 {
		font-size: 44px;
	}

	.cnt04_inner .icon_image .flex {
		flex-wrap: wrap;
	}

	.cnt04_inner .icon_image li {
		margin: 40px;
	}

	.cnt04_inner .icon_image li:nth-child(2),
	.cnt04_inner .icon_image li:nth-child(4) {
		top: 0;
	}

	.cnt05_inner .image_document li {
		width: 44%;
	}

	.cnt06_inner .flex {
		justify-content: center;
	}

	.cnt06_inner li.left_wrap {
		max-width: 320px;
		margin-right: 24px;
	}

	.cnt07 {
		margin-top: 100px;
	}

	.cnt07_inner {
		position: static;
	}

	.toppage .cnt07_inner .link_card li::before {
		border-radius: 0;
	}

	.cnt08 {
		padding-top: 60px;
	}


	.cnt08_inner .text_wrap {
		width: 91%;
		margin: auto;
	}

	.cnt08_inner .cnt08_company_wrap {
		width: 100%;
		padding: 4.5%;
		overflow-x: scroll;
	}

	.cnt08_inner ul {
		width: 880px;
	}




	/* ===== 75rem end ===== */
}


@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.toppage {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.cnt01 {
		height: 500px;
		background: url(../images/bg_cnt01_sp.jpg) top center/cover;
	}

	.cnt01_inner {
		padding: 112px 0 209px;
	}

	.cnt01_title_wrap {
		margin: 0;
		max-width: 100%;
		text-align: center;
	}

	.cnt01_title_wrap img {
		display: block;
		width: 140px;
		margin: auto;
	}

	.cnt01_inner .mv_title {
		font-size: 40px;
		line-height: 110%;
		margin-top: 32px;
	}

	.cnt01_inner .mv_text {
		font-size: 18px;
		margin-top: 16px;
	}

	.toppage .cnt02 {
		position: relative;
		z-index: 0;
	}

	.toppage .cnt02_inner {
		flex-direction: column;
		top: 0;
	}

	.toppage .cnt02_inner .left_box {
		margin-top: -56px;
		width: 100%;
	}

	.toppage .cnt02_inner .link_card {
		width: 100%;
		margin: auto;
	}

	.toppage .cnt02_inner .link_card li {
		width: calc(100% / 3);
		border-radius: 0;
	}

	.toppage .cnt02_inner .link_card li::after {
		right: 6px;
	}

	.toppage .cnt02_inner .link_card li a figure img {
		width: 56px;
		height: 56px;
	}

	.toppage .cnt02_inner .link_card li a figure figcaption {
		font-size: 12px;
		line-height: 140%;
	}

	.toppage .cnt02_inner .link_card li a figure figcaption .fs22 {
		font-size: 14px;
		display: block;
	}

	.toppage .cnt02_inner .link_card li a figure figcaption .fs12 {
		font-weight: 400;
		font-size: 11px;
	}

	.toppage .cnt02_inner .right_box {
		width: 90%;
		margin: 40px auto 0;
	}

	.toppage .cnt03 {
		padding-top: 190px;
		background: url(../images/bg_cnt02_sp.png) no-repeat top center / cover;
		position: relative;
		z-index: -1;
	}

	.toppage .cnt03::after {
		content: "";
		display: block;
		width: 100%;
		height: 30vh;
		background: #fff;
		position: absolute;
		bottom: 0;
		z-index: -1;
	}

	.toppage .cnt03 .cnt03_inner {
		/*width: 90%;
		margin: auto;*/
		padding-top: 172px;
	}

	.toppage .cnt03 .cnt03_title h2 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.toppage .cnt03 .cnt03_title .fs28 {
		margin: 0;
	}

	.toppage .cnt03 .cnt03_title .fs96 {
		margin: 0;
	}

	.toppage .cnt03 .cnt03_title .fs20 {
		margin: 8px 0 0 0;
	}

	.toppage .cnt03 .cnt03_title p.fs22 {
		font-size: 16px;
	}

	.campany_wrap picture {
		margin: 35px auto 0;
	}

	.company_lists h3 {
		margin-bottom: 24px;
	}

	.cnt04 {
		padding: 64px 0 0;
	}

	.cnt04_inner {
		/*width: 91%;
		margin: auto;*/
	}

	.cnt04_inner .text_wrap .fs56 {
		font-size: 40px;
		line-height: 58px;
	}

	.cnt04_inner .text_wrap .fs56+p {
		text-align: left;
	}

	.cnt04_inner .icon_image .flex {
		flex-direction: column;
	}

	.cnt04_inner .icon_image li {
		border: solid 40px #FFFCED;
		width: 320px;
		height: 320px;
		margin: 20px 0;
	}

	.cnt04_inner .icon_image li::after {
		display: none;
	}

	.cnt04_inner .icon_image li figure {}

	/* ===== cnt05 ===== */
	.cnt05 {
		margin-top: 45px;
	}

	.cnt05::before,
	.cnt05::after {
		display: none;
	}

	.cnt05 .cnt05_inner {
		/*width: 91%;
		margin: auto;*/
	}

	.cnt05_inner .text_wrap h2 {
		font-size: 32px;
	}

	.cnt05_inner .text_wrap h2 .s_small {
		font-size: 20px;
	}

	.cnt05_inner .text_wrap h2 span.fs20 {
		display: contents;
	}

	.cnt05_inner .text_wrap .sub_text {
		text-align: left;
	}

	.cnt05_inner .image_document {
		flex-direction: column;
		align-items: center;
		margin-top: 40px;
	}

	.cnt05_inner .image_document li {
		width: 100%;
		max-width: 360px;
	}

	.cnt05_inner .image_document li .en_text {
		margin-top: 15px;
	}

	.cnt05_inner .image_document li h5 {}

	.cnt05_inner .image_document li+li {
		margin-top: 40px;
	}

	.cnt05_inner .image_document li figure figcaption {
		right: 0;
	}

	.cnt06 {
		margin-top: 55px;
	}

	.cnt06_inner {
		/*width: 91%;
		margin: auto;*/
	}

	.cnt06_inner .text_wrap h2 {
		font-size: 32px;
	}

	.cnt06_inner .flex {
		flex-direction: column;
		margin: auto;
	}

	.cnt06_inner li.left_wrap {
		width: 100%;
		max-width: 360px;
		order: 2;
		margin: 15px auto 0;
	}

	.cnt06_inner li.right_wrap {
		order: 1;
		margin: 32px auto 0;
		width: 100%;
	}

	.cnt06_inner li.left_wrap::after {
		display: none;
	}

	.cnt06_inner .btn_wrap a {
		margin-top: 20px;
	}

	.cnt07 {
		margin-top: 88px;
	}

	.cnt07_inner {
		width: 100%;
	}

	.toppage .cnt07_inner .link_card {
		width: 100%;
		margin: auto;
	}

	.toppage .cnt07_inner .link_card li {
		width: calc(100% / 3);
		border-radius: 0;
	}

	.toppage .cnt07_inner .link_card li a figure img {
		width: 56px;
		height: 56px;
	}

	.toppage .cnt07_inner .link_card li a figure figcaption {
		font-size: 12px;
		line-height: 140%;
	}

	.toppage .cnt07_inner .link_card li a figure figcaption .fs22 {
		font-size: 14px;
		display: block;
	}

	.toppage .cnt07_inner .link_card li a figure figcaption .fs12 {
		font-weight: 400;
		font-size: 11px;
	}

	.toppage .cnt07_inner .right_box {
		max-width: 345px;
		margin: 40px auto 0;
	}

	.cnt09_inner {
		/*width: 91%;
		margin: auto;*/
	}

	.cnt09_inner .text_wrap h2 {
		display: none;
	}

	.cnt09 .news_wrap {
		flex-direction: column;
	}

	.cnt09 .news_wrap.first_item {}

	.cnt09 .news_wrap dt,
	.cnt09 .news_wrap dd {
		width: 100%;
	}

	.popup {
		width: 280px;
		height: 178px;
		right: 50%;
		transform: translate(50%, 0);
	}

	.popup_content {
		background-size: 40px auto;
	}

	.popup_content__inner .popup_title {
		font-size: 12px;
	}

	.popup_content__inner .seminar_title {
		font-size: 14px;
		font-weight: 400;
	}

	.popup_content__inner .seminar_title a {
		font-size: 14px;
	}

	.popup_content__inner .list_link {
		margin-top: 12px;
	}


	/* ===== 48em end ===== */
}

@media screen and (max-width: 480px) {
	.campany_wrap .lists > div {
		max-width: 42%;
		width: initial;
	}

}

/* 20220411 NERD受領分修正 */
.toppage .cnt07_inner .link_card li::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	background: url(../web/jp/kikaku/images/ico_arrow_right.svg) no-repeat center center / contain;
	width: 8px;
	height: 18px;
}