@charset "UTF-8";

#head .cover {
	width: 100%;
	height: 340px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.breadcrumb {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.breadcrumb ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 9%;
	font-size: 1.2rem;
}
.breadcrumb ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.breadcrumb ul li::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 11px;
	margin: 0 15px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215px%22%20height%3D%2222px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(170%2C%20170%2C%20170)%22%20stroke-width%3D%222px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M1.999%2C2.0%20L10.999%2C11.0%20L1.999%2C19.0%20%22%2F%3E%3C%2Fsvg%3E') no-repeat center center / 100%;
}
.breadcrumb ul li:last-child::after {
	display: none;
}
.breadcrumb ul li a:hover {
	opacity: 0.5;
}

.main_ttl {
	font-size: 5.0rem;
	font-weight: 600;
}
.main_ttl > .en {
	letter-spacing: 0.15rem;
}
.main_ttl > .jp {
	display: block;
	margin-top: 15px;
	font-size: 1.9rem;
	font-weight: 500;
}
.container {
	margin-top: 80px;
}
.container p {
	font-size: 1.4rem;
	line-height: 1.9;
}
.container .lead {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 40px;
}
.container .main_txt {
	font-size: 1.5rem;
	line-height: 2.3;
}
.container .main_txt.message {
	margin-bottom: 20px;
}
.container .credit {
	text-align: right;
	margin-top: 20px;
}

.business_detail {
	margin-top: 90px;
}
.business_detail .block + .block {
	margin-top: 40px;
}
.business_detail .main_img {
	width: 100%;
	height: 19.2vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.detail_wrap {
	background: #fff;
	padding: 60px;
	box-sizing: border-box;
}
.detail_wrap .ttl {
	font-size: 3.0rem;
	font-weight: 600;
	margin-bottom: 50px;
}
.detail_wrap .ttl > span {
	font-size: 1.3rem;
	margin-left: 15px;
}
.point_ttl {
	border-left: 3px solid #6b9a91;
	padding: 2px 0 2px 15px;
	font-size: 1.7rem;
	font-weight: 600;
}
.point_list {
	margin-top: 25px;
}
.point_list li {
	border: 2px solid #f7f9f8;
	box-sizing: border-box;
}
.point_list li + li {
	margin-top: 10px;
}
.point_head {
	position: relative;
	background: #f7f9f8;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 20px 30px;
	cursor: pointer;
}
.point_head:hover {
	color: #6b9a91;
}
.point_head::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	width: 15px;
	height: 10px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232px%22%20height%3D%2221px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(0%2C%200%2C%200)%22%20d%3D%22M0.106%2C4.260%20L3.865%2C0.500%20L16.58%2C12.911%20L28.240%2C0.500%20L32.0%2C4.260%20L16.58%2C20.433%20L0.106%2C4.260%20Z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center / 100%;
}
.point_head.open::after {
	transform: scale(1, -1);
}
.point_inner {
	display: none;
	padding: 25px 30px;
}
.point_inner p {
	font-size: 1.3rem;
	line-height: 1.7;
}
.point_inner .credit {
	line-height: 1;
	text-align: right;
	margin-top: 10px;
}
.category {
	margin-top: 60px;
}
.category ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.category li {
	width: 32.5%;
}
.category li a:hover .category_img {
	opacity: 0.8;
}
.category_img {
	position: relative;
}
.category_img .arrow {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background: rgba(107,154,145,0.8);
}
.category_img .arrow > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 11px;
	height: 11px;
}
.category_ttl {
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}
.category_ttl > span {
	display: block;
	font-size: 1.0rem;
	margin-top: 10px;
}

.detail_wrap .subttl {
	background: #6b9a91;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 40px;
	padding: 15px 30px;
}
.material_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.material_list li {
	width: 47%;
	margin-bottom: 5%;
}
.material_img {
	margin-bottom: 15px;
}
.material_ttl {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 20px;
	padding-left: 10px;
	border-left: 3px solid #222;
}
.material_ttl > small {
	font-size: 1.3rem;
}
.material_item strong {
	font-weight: 600;
}
.material_item p {
	font-size: 1.3rem;
	line-height: 1.6;
}
.material_item p + p {
	margin-top: 2px;
}
.btn {
	margin-top: 60px;
}
.btn a {
	display: block;
	position: relative;
	background: #6b9a91;
	padding: 35px 50px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1;
}
.btn a::after {
	position: absolute;
	top: 50%;
	right: 50px;
	content: url('data:image/svg+xml;utf-8,<svg fill="%23ffffff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><g><path d="M13,1l-2.8,2.8l6.2,6.2H0v4h16.4l-6.2,6.2L13,23l11-11L13,1z"/></g></g></svg>');
	display: inline-block;
	width: 23px;
	transform: translateY(-50%);
}
.btn a:hover {
	background: #86a69e;
}
.btn a:hover::after {
	right: 45px;
}

.flow .main_txt {
	margin-bottom: 40px;
}
.flow .default .block + .block {
	margin-top: 20px;
}
.flow .default .block {
	padding: 40px 60px;
}
.flow .default .block .ttl {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.flow_wrap {
	margin-top: 100px;
}
.flow_wrap > .ttl {
	font-size: 2.4rem;
	font-weight: 600;
}
.flow_chart {
	margin-top: 40px;
}
.flow_chart .block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	padding: 25px 60px;
	box-sizing: border-box;
}
.flow_chart .block + .block {
	margin-top: 40px;
}
.flow_chart .num {
	font-size: 4.0rem;
	font-weight: 600;
	margin-right: 4%;
}
.flow_chart .detail .ttl {
	font-size: 1.8rem;
	font-weight: 600;
}
.flow_chart .detail p {
	line-height: 1.4;
	margin-top: 10px;
}
.flow_chart .block::after {
	content: "";
	position: absolute;
	bottom: -48px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #fff;
	border-width: 24px;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.flow_chart .block:last-child::after {
	display: none;
}

.vision_list {
	font-size: 1.8rem;
	font-weight: bold;
}
.vision_list li::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #222;
	margin-right: 10px;
	vertical-align: middle;
}
.vision_list li + li {
	margin-top: 25px;
}
.motto_detail .motto {
	line-height: 1;
	margin-bottom: 10px;
}
.motto_detail .motto strong {
	font-size: 4.6rem;
	font-weight: bold;
}
.motto_detail .motto small {
	font-size: 1.3rem;
	margin-left: 5px;
}
.container .motto_detail .lead {
	color: #6b9a91;
	font-size: 1.8rem;
	line-height: 1;
	margin: 40px 0 20px;
}
.company_list {
	margin-top: 60px;
}
.company_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	line-height: 1.6;
}
.company_list li + li {
	margin-top: 40px;
}
.company_list .left {
	width: 30%;
}
.company_list .en {
	display: block;
	font-size: 1.2rem;
	margin-top: 5px;
}
.company_list .right {
	width: 70%;
}
.container .company_list p {
	line-height: 1.6;
}
.company_list .link {
	margin-top: 5px;
}
.company_list a {
	color: #6b9a91;
	text-decoration: underline;
}
.company_list a:hover {
	text-decoration: none;
}
.external::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%236B9A91%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M22%2C6v12H6V6H22z%20M24%2C0H4v20h20V0z%20M2%2C22V3H0v21h21v-2H2z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center / 100%;
	vertical-align: middle;
}
.partner_list + .partner_list {
	margin-top: 40px;
}
.partner_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.partner_list ul::after {
	display: block;
	content:"";
	width: 32%;
}
.partner_list li {
	background: #fff;
	width: 32%;
	margin-bottom: 2%;
	padding: 30px 0;
	font-size: 1.5rem;
	text-align: center;
}
.partner_list small {
	font-size: 1.2rem;
}
.client_wrap {
	margin-bottom: 100px;
}
.client_wrap .ttl {
	font-size: 3.2rem;
	font-weight: 600;
	margin-bottom: 40px;
}
.partner_list .ttl {
	background: #6b9a91;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 600;
	margin-bottom: 2%;
	padding: 15px 30px;
}
.attention {
	text-align: right;
}
.img_wrap .img_flex {
	float: right;
	width: 30%;
	margin-left: 4%;
	margin-bottom: 4%;
}
.rights .list {
	margin-top: 20px;
}

.img_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}
.img_item {
	width: 30%;
	margin-bottom: 3%;
}
.img_item:last-child {
	margin-bottom: 0;
}
.img_item > p {
	color: #999;
	font-size: 1.2rem;
	margin-top: 5px;
}
.licence {
	margin-top: 60px;
}
.licence .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.licence .card + .card {
	margin-top: 20px;
}
.licence .card .ttl {
	position: relative;
	width: 25%;
	background: #6b9a91;
	padding: 30px 0;
	text-align: center;
	box-sizing: border-box;
}
.licence .card .ttl > * {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 1.5rem;
}
.licence .card .detail {
	width: 75%;
	background: #fff;
	padding: 30px 40px;
	font-size: 1.5rem;
	box-sizing: border-box;
}
.licence .card .detail dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.licence .card .detail dl + dl {
	margin-top: 10px;
}
.licence .card:first-child .detail dl dt {
	width: 260px;
}
.licence .card:nth-child(2) .detail dl::before {
	content: "・";
	display: inline-block;
	margin-right: 1%;
}
.licence .card:nth-child(2) .detail dl dt {
	width: 140px;
}

.default .block {
	background: #fff;
	padding: 50px 60px;
	box-sizing: border-box;
}
.default .block + .block {
	margin-top: 50px;
}
.default .block .ttl {
	border-bottom: 1px solid #222;
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-size: 2.1rem;
	font-weight: 600;
}
.default .block .list {
	margin: 20px 0;
}
.default .block .list .num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
	line-height: 1.9;
}
.default .block .list .num > span {
	width: 3%;
}
.default .block .list .num > p {
	width: 97%;
}

.contact .container a {
	color: #6b9a91;
	text-decoration: underline;
}
.contact .container a:hover {
	text-decoration: none;
}
.contact .block + .block {
	margin-top: 80px;
}
.contact .block > .ttl {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.whitebox {
	background: #fff;
	padding: 45px 70px;
	box-sizing: border-box;
	text-align: center;
}
@media screen and (min-width: 1280px) {
	.whitebox .tel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.whitebox .tel p + p {
		margin-left: 30px;
	}
}
.whitebox .tel a {
	text-decoration: none;
}
.whitebox .tel p {
	font-size: 3.4rem;
	font-weight: 600;
}
.whitebox .tel .color {
	color: #6b9a91;
}
.whitebox .txt {
	font-size: 1.5rem;
	margin-top: 10px;
}
.whitebox .txt > span + span {
	margin-left: 20px;
}
.dot_list {
	font-size: 1.4rem;
	line-height: 1.8;
	padding-left: 20px;
}
.dot_list li + li {
	margin-top: 5px;
}
.dot_list li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #222;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: -15px;
}
.contact_form {
	margin-top: 40px;
}
.contact_form .contactTbl {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.3rem;
}
.contact_form .contactTbl tr {
	border-top: 1px solid #ececec;
}
.contact_form .contactTbl th {
	width: 28%;
	background: #ddd;
	padding: 20px 30px;
	font-weight: 700;
	text-align: left;
}
.contact_form .contactTbl th em {
	background: #e31c34;
	padding: 3px 12px;
	border-radius: 100vw;
	margin-left: 10px;
	color: #fff;
	font-size: 1.0rem;
	font-style: normal;
	line-height: 1;
	vertical-align: 1px;
}
.contact_form .contactTbl td {
	width: 72%;
	background: #fff;
	padding: 15px 30px;
	font-size: 1.2rem;
}
.contact_form .contactTbl td input,
.contact_form .contactTbl td textarea {
	width: 80%;
	margin: 10px 5px 10px 0;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	background: #fff;
}
.contact_form .contactTbl td textarea {
	width: 100%;
}
.contact_form .contactTbl td > *.middle {
	width: 60%;
}
.contact_form .contactTbl td > *.short {
	width: 10%;
}
.noticeBox {
	margin-top: 60px;
	text-align: center;
}
.noticeBox .ttl {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.container .noticeBox p {
	line-height: 1.8;
}
.btnBox {
	margin-top: 50px;
}
.btnBox ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btnBox li {
	width: 30%;
}
.btnBox li + li {
	margin-left: 20px;
}
.btnBox li input {
	padding: 15px 0;
	border: none;
	border-radius: 100vw;
	outline: none;
	box-shadow: none;
	width: 100%;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 600;
	cursor: pointer;
}
.btnBox li input.reset {
	background: #999;
}
.btnBox li input.conf {
	background: #6b9a91;
}
.btnBox li input:hover {
	opacity: 0.7;
}

.privacy .block + .block {
	margin-top: 60px;
}
.privacy .ttl {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 40px;
}
.privacy .container p {
	font-size: 1.4rem;
	line-height: 1.6;
}
.privacy .list {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 10px;
}
.privacy .list li + li {
	margin-top: 5px;
}
.privacy .list .num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.privacy .list .num > span {
	width: 4%;
}
.privacy .list .num > p {
	width: 96%;
}
.list .disc > p::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #222;
	border-radius: 50%;
	margin-right: 15px;
	margin-left: -21px;
	vertical-align: 2px;
}
.list .disc > p {
	padding-left: 25px;
}
.privacy .container .strong {
	color: #6b9a91;
	font-size: 2.0rem;
	font-weight: 600;
	margin-top: 40px;
}

.introduction {
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 30px;
}
.introduction .main_img {
	margin-top: 30px;
}
.sustainability .container {
	margin-top: 50px;
}
.page_navi ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page_navi li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 49%;
	margin-bottom: 2.5%;
	background: #fff;
	padding: 40px 3.5% 30px;
	box-sizing: border-box;
}
.page_navi li > a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.page_navi li:hover {
	opacity: 0.8;
}
.page_navi .ttl {
	font-size: 2.1rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.page_navi .ttl::after {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-left: 15px;
	background: url(../img/sustainability/arrow_navi.png) no-repeat center center / 100%;
	vertical-align: -3px;
}
.page_navi p {
	flex-grow: 1;
	font-size: 1.3rem;
	line-height: 1.9;
	margin-bottom: 20px;
}
.sustainability_wrap {
	margin-top: 35px;
}
.sustainability_wrap .default + .default {
	margin-top: 50px;
}
.sustainability_wrap .default .block {
	padding: 50px 3.5%;
}
.sustainability_wrap .img_wrap .img_flex {
	width: 40%;
}
.sustainability_wrap .detail {
	clear: both;
}
.sustainability_wrap .detail_block + .detail_block {
	margin-top: 40px;
}
.sustainability_wrap .detail .label {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	padding: 12px 0;
	margin: 30px auto 15px;
}
.sustainability_wrap .detail .label > span {
	border: 1px solid #17284f;
	padding: 10px 16px;
	box-sizing: border-box;
}
.container .sustainability_wrap p {
	font-size: 1.5rem;
	line-height: 2;
}
.container .sustainability_wrap .lead {
	color: #6b9a91;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1;
	margin: 30px 0 20px;
}
.sustainability_wrap .detail .img {
	width: 56%;
	margin: 30px auto 0;
}


@media screen and (min-width: 768px) {
	.img_item:nth-last-child(2),
	.img_item:nth-last-child(3) {
		margin-bottom: 0;
	}
	.index {
		margin-top: 50px;
	}
	.wrap + .index {
		margin-top: 0;
	}
	.index li {
		width: 100%;
	}
	.index li + li {
		margin-top: 5px;
	}
	.index_bg::before {
		background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
	}
	.index_wrap {
		left: 70px;
	}
	.index_ttl {
		font-size: 3.5rem;
		line-height: 1.1;
	}
	.index_link {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	#head .cover {
		height: 32vw;
	}
	.breadcrumb {
		padding: 12px 0;
	}
	.breadcrumb ul {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		white-space: nowrap;
		padding: 0 5vw;
		font-size: 2.6vw;
	}
	.breadcrumb ul li:last-child {
		padding-right: 5vw;
	}
	.breadcrumb ul li::after {
		width: 1.4vw;
		height: 2vw;
		margin: 0 3vw;
	}

	.main_ttl {
		font-size: 12vw;
	}
	.main_ttl > .jp {
		font-size: 4vw;
	}
	.container {
		margin-top: 40px;
	}
	.container p {
		font-size: 3.5vw;
	}
	.container .lead {
		font-size: 5.5vw;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.container .main_txt {
		font-size: 3.6vw;
		line-height: 2;
	}

	.business_detail {
		margin-top: 40px;
	}
	.business_detail .block + .block {
		margin-top: 30px;
	}
	.business_detail .main_img {
		height: 34vw;
	}
	.detail_wrap {
		padding: 40px 8vw;
	}
	.detail_wrap .ttl {
		font-size: 6vw;
		margin-bottom: 40px;
	}
	.detail_wrap .ttl > span {
		font-size: 3.2vw;
		margin-left: 3vw;
	}
	.point_ttl {
		padding-left: 3vw;
		font-size: 4vw;
	}
	.point_list {
		margin-top: 20px;
	}
	.point_list li + li {
		margin-top: 5px;
	}
	.point_head {
		font-size: 3.2vw;
		line-height: 1.3;
		padding: 10px 10vw 10px 4vw;
	}
	.point_head::after {
		right: 4vw;
		width: 3.2vw;
		height: 3.2vw;
	}
	.point_inner {
		padding: 15px 5vw;
	}
	.point_inner p {
		font-size: 3vw;
	}
	.category {
		margin-top: 40px;
	}
	.category ul {
		display: block;
	}
	.category li {
		width: 100%;
	}
	.category li + li {
		margin-top: 10px;
	}
	.category li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.category_img {
		width: 45%;
	}
	.category_img .arrow {
		width: 5.5vw;
		height: 5.5vw;
	}
	.category_img .arrow > img {
		width: 2.5vw;
		height: 2.5vw;
	}
	.category_ttl {
		width: 55%;
		margin-top: 0;
		padding-left: 5vw;
		font-size: 4.2vw;
		text-align: left;
	}
	.category_ttl > span {
		font-size: 2vw;
	}

	.material .detail_wrap .ttl {
		font-size: 6vw;
	}
	.material .detail_wrap .ttl > span {
		display: block;
		font-size: 3vw;
		margin-left: 0;
		margin-top: 10px;
	}
	.detail_wrap .subttl {
		font-size: 4vw;
		margin-bottom: 20px;
		padding: 12px 5vw;
	}
	.material_list li {
		width: 100%;
		margin-bottom: 0;
	}
	.material_list li + li {
		margin-top: 30px;
	}
	.material_ttl {
		font-size: 4vw;
		margin-bottom: 15px;
		padding: 2px 2vw;
	}
	.material_ttl > small {
		font-size: 3vw;
	}
	.container .material_item p {
		font-size: 3.2vw;
		line-height: 1.4;
	}
	.material_item p + p {
		margin-top: 5px;
	}
	.btn {
		margin-top: 30px;
	}
	.btn a {
		padding: 20px 6vw;
		font-size: 4vw;
		line-height: 1.2;
	}
	.btn a::after {
		right: 6vw;
		width: 5vw;
	}
	.btn a:hover::after {
		right: 6vw;
	}

	.flow .main_txt {
		margin-bottom: 30px;
	}
	.flow .default .block {
		padding: 30px 8vw;
	}
	.flow .default .block .ttl {
		font-size: 4.5vw;
		margin-bottom: 15px;
	}
	.flow .default .block p {
		line-height: 1.6;
	}
	.flow_wrap {
		margin-top: 70px;
	}
	.flow_wrap > .ttl {
		font-size: 5vw;
	}
	.flow_chart {
		margin-top: 30px;
	}
	.flow_chart .block {
		padding: 20px 6vw 20px 7vw;
	}
	.flow_chart .block + .block {
		margin-top: 30px;
	}
	.flow_chart .block::after {
		bottom: -10vw;
		border-width: 5vw;
	}
	.flow_chart .num {
		font-size: 9vw;
		margin-right: 6vw;
	}
	.flow_chart .detail .ttl {
		font-size: 4vw;
	}
	.flow_chart .detail p {
		font-size: 3.5vw;
		margin-top: 5px;
	}

	.vision_list {
		font-size: 4.4vw;
		line-height: 1.5;
	}
	.vision_list li {
		padding-left: 6vw;
	}
	.vision_list li::before {
		width: 3vw;
		margin-right: 3vw;
		margin-left: -6vw;
	}
	.vision_list li + li {
		margin-top: 15px;
	}
	.motto_detail .motto strong {
		font-size: 9vw;
	}
	.motto_detail .motto small {
		font-size: 2.5vw;
	}
	.container .motto_detail .lead {
		font-size: 4.2vw;
		line-height: 1.5;
		margin: 30px 0 15px;
	}
	.motto_detail > p {
		line-height: 1.8;
	}
	.company_list {
		margin-top: 40px;
	}
	.company_list li {
		display: block;
		font-size: 3.6vw;
	}
	.company_list .left, .company_list .right {
		width: 100%;
	}
	.company_list .left {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-bottom: 15px;
	}
	.company_list .left::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 1px;
		background: #222;
		z-index: 0;
	}
	.company_list .left > * {
		position: relative;
		background: #ececec;
		z-index: 1;
	}
	.company_list .left .en {
		padding-left: 2vw;
		padding-right: 3vw;
		margin-top: 0;
	}
	.company_list .en {
		font-size: 2.6vw;
	}
	.company_list .link {
		margin-top: 10px;
	}
	.external::after {
		width: 2.8vw;
		height: 2.8vw;
		margin-left: 1.5vw;
	}
	.partner_list ul  {
		display: block;
	}
	.partner_list li {
		width: 100%;
		margin-bottom: 10px;
		padding: 20px 0;
		font-size: 3.5vw;
	}
	.partner_list small {
		font-size: 2.6vw;
	}
	.client_wrap {
		margin-bottom: 60px;
	}
	.client_wrap .ttl {
		font-size: 7vw;
		margin-bottom: 30px;
	}
	.partner_list .ttl {
		font-size: 4vw;
		text-align: center;
		margin-bottom: 10px;
		padding: 15px 0;
	}
	.container .attention {
		font-size: 2.5vw;
	}
	.img_wrap .img_flex {
		width: 40%;
	}

	.img_list {
		margin-bottom: 40px;
	}
	.img_item {
		width: 31%;
		margin-bottom: 4%;
	}
	.img_item > p {
		font-size: 2.5vw;
	}
	.licence {
		margin-top: 50px;
	}
	.licence .card {
		display: block;
	}
	.licence .card .ttl {
		width: 100%;
		padding: 15px 6vw;
		text-align: left;
	}
	.licence .card .ttl > * {
		position: static;
		transform: none;
		font-size: 3.6vw;
	}
	.licence .card .detail {
		width: 100%;
		padding: 25px 6vw;
		font-size: 3.6vw;
	}
	.licence .card .detail dl {
		display: block;
	}
	.licence .card .detail dl + dl {
		margin-top: 20px;
	}
	.licence .card .detail dl dd {
		margin-top: 10px;
	}
	.container .licence .card .detail dl dt, .container .licence .card .detail dl dd {
		width: 100%;
	}
	.licence .card:nth-child(2) .detail dl::before {
		display: none;
	}

	.default .block {
		padding: 40px 10vw;
	}
	.default .block + .block {
		margin-top: 30px;
	}
	.default .block .ttl {
		margin-bottom: 20px;
		font-size: 5vw;
	}
	.default .block .list .num {
		font-size: 3.5vw;
	}
	.default .block .list .num > span {
		width: 7%;
	}
	.default .block .list .num > p {
		width: 93%;
	}

	.contact .block + .block {
		margin-top: 50px;
	}
	.contact .block > .ttl {
		font-size: 4.5vw;
	}
	.whitebox {
		padding: 25px 0;
	}
	.whitebox .tel {
		display: block;
	}
	.whitebox .tel p {
		font-size: 6vw;
		line-height: 1;
	}
	.whitebox .tel p + p {
		margin-left: 0;
		margin-top: 8px;
	}
	.whitebox .txt {
		font-size: 3.5vw;
		line-height: 1;
		margin-top: 20px;
	}
	.whitebox .txt > span {
		display: block;
	}
	.whitebox .txt > span + span {
		margin-left: 0;
		margin-top: 8px;
	}
	.dot_list {
		font-size: 3.2vw;
		padding-left: 4.5vw;
	}
	.dot_list li::before {
		width: 1.2vw;
		height: 1.2vw;
		margin-right: 2.5vw;
		margin-left: -3.5vw;
	}
	.contact_form .contactTbl {
		font-size: 3.5vw;
	}
	.contact_form .contactTbl tr {
		border-top: none;
	}
	.contact_form .contactTbl tr > * {
		display: block;
		width: 100%;
	}
	.contact_form .contactTbl th {
		padding: 15px 5vw;
	}
	.contact_form .contactTbl td {
		padding: 20px 5vw;
		font-size: 3vw;
		line-height: 1.6;
	}
	.contact_form .contactTbl td > br {
		display: block;
	}
	.contact_form .contactTbl th em {
		padding: 2px 4vw;
		margin-left: 3vw;
		font-size: 2.5vw;
	}
	.contact_form .contactTbl td input,
	.contact_form .contactTbl td textarea {
		width: 100%;
		margin: 0;
		margin-bottom: 8px;
		padding: 6px 2vw;
	}
	.contact_form .contactTbl td > *.short {
		width: 20%;
	}
	.contact_form .contactTbl td > *.middle {
		width: 50%;
	}
	.contact_form .contactTbl td br + input {
		margin-top: 5px;
	}
	.contact_form .contactTbl td textarea {
		height: 40vw;
	}
	.noticeBox {
		margin-top: 40px;
	}
	.noticeBox .ttl {
		font-size: 4.2vw;
	}
	.container .noticeBox p {
		font-size: 3.2vw;
		text-align: left;
	}
	.btnBox {
		margin-top: 30px;
	}
	.btnBox ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.btnBox li {
		width: 49%;
		text-align: center;
	}
	.btnBox li + li {
		margin-left: 0;
	}
	.btnBox li input {
		font-size: 3.5vw;
	}

	.privacy .block + .block {
		margin-top: 50px;
	}
	.privacy .ttl {
		font-size: 5vw;
		line-height: 1.4;
	}
	.privacy .container p {
		font-size: 3.5vw;
	}
	.privacy .list {
		font-size: 3.5vw;
	}
	.privacy .list .num > span {
		width: 10%;
	}
	.privacy .list .num > p {
		width: 90%;
	}
	.list .disc > p {
		padding-left: 5vw;
	}
	.list .disc > p::before {
		width: 1.2vw;
		height: 1.2vw;
		margin-right: 3vw;
		margin-left: -4.2vw;
	}
	.privacy .container .strong {
		font-size: 4.5vw;
		line-height: 1.4;
		margin-top: 30px;
	}

	.introduction {
		font-size: 3.5vw;
		margin-top: 20px;
	}
	.introduction .main_img {
		margin-top: 20px;
	}
	.sustainability .container {
		margin-top: 30px;
	}
	.page_navi ul {
		display: block;
	}
	.page_navi li {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 10px;
		padding: 25px 6vw;
	}
	.page_navi li:last-child {
		margin-bottom: 0;
	}
	.page_navi .ttl {
		width: 100%;
		font-size: 4.5vw;
		margin-bottom: 15px;
	}
	.page_navi .ttl::after {
		width: 4.8vw;
		height: 4.8vw;
		margin-left: 2.5vw;
	}
	.page_navi p {
		flex-grow: 0;
		width: 62%;
		font-size: 3vw;
		line-height: 1.6;
		margin-bottom: 0;
	}
	.page_navi .navi_img {
		width: 34%;
	}
	.sustainability_wrap {
		margin-top: 40px;
	}
	.sustainability_wrap .default + .default {
		margin-top: 40px;
	}
	.sustainability_wrap .default .block {
		padding: 40px 6vw;
	}
	.sustainability_wrap .default .block .ttl {
		font-size: 4.5vw;
	}
	.sustainability_wrap .detail_block + .detail_block {
		margin-top: 30px;
	}
	.container .sustainability_wrap p {
		font-size: 3.5vw;
		line-height: 1.8;
	}
	.sustainability_wrap .detail {
		margin-top: 40px;
	}
	.sustainability_wrap .detail .label {
		font-size: 3.6vw;
		margin-top: 0;
	}
	.sustainability_wrap .detail .label > span {
		padding: 8px 4vw;
	}
	.sustainability_wrap .detail .img {
		width: 100%;
		margin-top: 20px;
	}
	.container .sustainability_wrap .lead {
		font-size: 4.4vw;
		line-height: 1.4;
		margin: 25px 0 15px;
	}
}
