@charset "UTF-8";
/*----------------------------------------

	#dna
	- common
	- d_mv
	- article

-----------------------------------------*/


/*----------------------------------------
	common
-----------------------------------------*/
.fade {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.8s, transform 0.8s;
}
.fade.fade-on {
	opacity: 1;
	transform: translateY(0);
}

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* font family */
body {
	font-family: "ヒラギノ角ゴPro W3", Hiragino Kaku Gothic Pro, Osaka, "メイリオ", meiryo, "MS Pゴシック", MS PGothic, Arial, Helvetica, Verdana, sans-serif;
	color: #222;
	font-weight: 400;
}
body .min {
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
body .montserrat {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

/* font color */
.f_b01 {
	color: #004ea2;
}
.f_b02 {
	color: #2180c9;
}
.f_y {
	color: #fff25c;
}
.f_w {
	color: #ffffff;
}
.f_bk {
	color: #222222;
}
.f_g {
	color: #999999;
}

/* font size */
[class*="font14"]{font-size: 1.4rem;}
[class*="font15"]{font-size: 1.5rem;}
[class*="font16"]{font-size: 1.6rem;}
[class*="font18"]{font-size: 1.8rem;}
[class*="font20"]{font-size: 2.0rem;}
[class*="font24"]{font-size: 2.4rem;}
[class*="font26"]{font-size: 2.6rem;}
[class*="font30"]{font-size: 3.0rem;}
[class*="font36"]{font-size: 3.6rem;}
[class*="font38"]{font-size: 3.8rem;}
[class*="font56"]{font-size: 5.6rem;}
[class*="font58"]{font-size: 5.8rem;}
[class*="font70"]{font-size: 7.0rem;}
[class*="font72"]{font-size: 7.2rem;}
[class*="font76"]{font-size: 7.6rem;}
[class*="font120"]{font-size: 12.0rem;}
[class*="font126"]{font-size: 12.6rem;}
@media screen and (max-width: 767px){
	[class*="font"][class*="_10"]{font-size: 1.0rem;}
	[class*="font"][class*="_12"]{font-size: 1.2rem;}
	[class*="font"][class*="_13"]{font-size: 1.3rem;}
	[class*="font"][class*="_14"]{font-size: 1.4rem;}
	[class*="font"][class*="_16"]{font-size: 1.6rem;}
	[class*="font"][class*="_18"]{font-size: 1.8rem;}
	[class*="font"][class*="_20"]{font-size: 2.0rem;}
	[class*="font"][class*="_22"]{font-size: 2.2rem;}
	[class*="font"][class*="_27"]{font-size: 2.7rem;}
	[class*="font"][class*="_28"]{font-size: 2.8rem;}
	[class*="font"][class*="_32"]{font-size: 3.2rem;}
	[class*="font"][class*="_38"]{font-size: 3.8rem;}
	[class*="font"][class*="_39"]{font-size: 3.9rem;}
	[class*="font"][class*="_40"]{font-size: 4.0rem;}
	[class*="font"][class*="_41"]{font-size: 4.1rem;}
	[class*="font"][class*="_42"]{font-size: 4.2rem;}
	[class*="font"][class*="_58"]{font-size: 5.8rem;}
	[class*="font"][class*="_76"]{font-size: 7.6rem;}
	[class*="font"][class*="_84"]{font-size: 8.4rem;}
	[class*="font"][class*="_116"]{font-size: 11.6rem;}
	[class*="font"][class*="_120"]{font-size: 12.0rem;}
}

/* lineheight */
[class*="lh1"] {line-height: 1;}
[class*="lh11"] {line-height: 1.1;}
[class*="lh12"] {line-height: 1.2;}
[class*="lh15"] {line-height: 1.5;}
[class*="lh17"] {line-height: 1.7;}
@media screen and (max-width: 767px){
	[class*="_1lh"] {line-height: 1;}
	[class*="_11lh"] {line-height: 1.1;}
	[class*="_12lh"] {line-height: 1.2;}
	[class*="_15lh"] {line-height: 1.5;}
	[class*="_163lh"] {line-height: 1.63;}
	[class*="_17lh"] {line-height: 1.7;}
	[class*="_175lh"] {line-height: 1.75;}
}

.f_bold {
	font-weight: 700;
}

/* text align */
.taC {text-align: center;}
.taL {text-align: left;}
.taR {text-align: right;}

/* link,visited,hover,active */
a:link,
a:visited,
a:hover,
a:active {
	color: #004ea2;
	text-decoration: none;
}

a img,
a>div {
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
a:hover img,
a:hover>div {
	opacity: 0.7;
}
main#main {
	width: 100%;
}
#content {
	
}
#content>div {
	max-width: 100%;
	padding: 0;
}
@media screen and (max-width: 1000px){
	#main {
		margin-top: 0;
	}
}

/*----------------------------------------
	header
-----------------------------------------*/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: none;
}
header .header-logo {
	width: 196px;
	padding: 30px 0;
	margin: 0 0 0 20px;
}
@media screen and (max-width: 767px){
	header .header-logo {
		width: 98px;
		padding: 20px 0;
	}
}

/*----------------------------------------
	d_mv
-----------------------------------------*/
#d_mv {
	overflow: hidden;
	background: url("../img/d_mv_bg01.png") center center no-repeat;
	background-size: auto 100%;
}
#d_mv .inner {
	display: flex;
	align-items: center;
	height: 554px;
	position: relative;
	width: 91.151%;
	max-width: 1030px;
	margin: 0 auto;
}
#d_mv .txt {
	max-width: 60%;
	text-align: center;
	opacity: 0;
	transition: opacity 3s;
	padding: 100px 0 0;
}
#d_mv .txt h1 {
	max-width: 524px;
	margin: 0 auto 50px;
}
#d_mv .txt figure {
	position: absolute;
	top: 50%;
	right: -13%;
	max-width: 58%;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 1s;
}
#d_mv .bnr {
	margin: 30px 0 0;
	color: #1d50a2;
	font-size: 1.4rem;
	text-align: center;
}
#d_mv .bnr p {
	margin: 0 0 5px;
}
#d_mv .bnr a {
	display: block;
	width: 300px;
	margin: 0 auto;
}
@media screen and (max-width: 767px){
	#d_mv {
		background-image: url("../img/d_mv_bg01s.png");
		background-size: cover;
	}
	#d_mv .inner {
		width: 100%;
		height: auto;
	}
	#d_mv .txt {
		max-width: none;
		padding: 20% 0;
	}
	#d_mv .txt h1 {
		width: 60%;
		margin: 0 auto 1%;
	}
	#d_mv .txt figure {
		position: static;
		max-width: none;
		margin: 0 0 3%;
		transform: none;
	}
	#d_mv .bnr a {
		width: 60%;
	}
}

/*----------------------------------------
	article
-----------------------------------------*/
/* philosophy */
#what {
	position: relative;
	padding: 110px 0 100px;
	background: #e2f8fe url("../img/d_what_bg01.png") center center no-repeat;
	background-size: auto 100%;
}
#what > div::before {
	content: '';
	position: absolute;
	top: -160px;
	left: 50%;
	width: 1px;
	height: 100px;
	background: #0072b2;
}
#what > div {
	width: 91.151%;
	max-width: 1030px;
	margin: 0 auto;
}
#what > div h2 {
	margin: 0 0 50px;
	color: #0072b2;
	text-align: center;
}
#what > div h2 span {
	display: block;
}
#what .lead {
	display: flex;
	margin: 0 0 70px;
}
#what .lead figure {
	width: 34.952%;
	margin-right: 4%;
}
#what .lead p {
	flex: 1;
	color: #0072b2;
	line-height: 2;
}
#what .history {
	position: relative;
	z-index: 0;
	padding: 65px 50px 50px;
	background: #fff;
}
#what .history h3 {
	position: relative;
	display: table;
	margin: 0 auto 22px;
	color: #0072b2;
	white-space: nowrap;
}
#what .history h3::before,
#what .history h3::after,
#what .history h3 span::before,
#what .history h3 span::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 10px;
	width: 2px;
	background: #0072b2;
}
#what .history h3::before,
#what .history h3::after {
	height: 36px;
}
#what .history h3::before {
	left: -20px;
	transform: rotate(-30deg);
	transform-origin: right bottom;
}
#what .history h3::after {
	right: -20px;
	transform: rotate(30deg);
	transform-origin: left bottom;
}
#what .history h3 span::before,
#what .history h3 span::after {
	height: 22px;
}
#what .history h3 span::before {
	left: -30px;
	transform: rotate(-45deg);
	transform-origin: right bottom;
}
#what .history h3 span::after {
	right: -30px;
	transform: rotate(45deg);
	transform-origin: left bottom;
}
#what .history > div {
	display: flex;
}
#what .history > div > div:nth-child(1) {
	flex: 1;
}
#what .history > div > div:nth-child(2) {
	width: 30.646%;
	min-height: 0%;
	margin-right: -1.506%;
	margin-left: 1.936%;
}
#what .history > div p {
	margin: 0 0 20px;
}
#what .history .bg > span::before,
#what .history .bg > span::after {
	content: '';
	position: absolute;
	z-index: -1;
	background: #fff center center no-repeat;
	background-size: 100% 100%;
	image-rendering: pixelated;
}
#what .history .bg > span:nth-child(1)::before,
#what .history .bg > span:nth-child(1)::after {
	left: 0;
	width: 100%;
	height: 8px;
}
#what .history .bg > span:nth-child(1)::before {
	top: 0;
	background-image: url("../img/d_what_obj01.png");
}
#what .history .bg > span:nth-child(1)::after {
	bottom: 0;
	background-image: url("../img/d_what_obj03.png");
}
#what .history .bg > span:nth-child(2)::before,
#what .history .bg > span:nth-child(2)::after {
	top: 0;
	width: 8px;
	height: 100%;
}
#what .history .bg > span:nth-child(2)::before {
	left: 0;
	background-image: url("../img/d_what_obj04.png");
}
#what .history .bg > span:nth-child(2)::after {
	right: 0;
	background-image: url("../img/d_what_obj02.png");
}
@media screen and (max-width: 767px){
	#what {
		padding: 56px 0 70px;
		background-image: url("../img/d_what_bg01s.png"), url("../img/d_what_bg02s.png");
		background-position: center top, center bottom;
		background-repeat: no-repeat, no-repeat;
		background-size: 100% auto, 100% auto;
	}
	#what > div::before {
		top: -91px;
		height: 70px;
	}
	#what > div {
		width: 89.334%;
	}
	#what > div h2 {
		margin: 0 0 45px;
	}
	#what .lead {
		display: block;
	}
	#what .lead figure {
		width: 100%;
		margin: 0 0 22px;
	}
	#what .lead p {
		line-height: 1.8;
	}
	#what .history {
		padding: 45px 7.466% 30px;
	}
	#what .history h3 {
		margin: 0 auto 15px;
	}
	#what .history h3::before,
	#what .history h3::after {
		height: 32px;
	}
	#what .history h3::before {
		left: -5px;
		transform: rotate(-20deg);
	}
	#what .history h3::after {
		right: -5px;
		transform: rotate(20deg);
	}
	#what .history h3 span::before,
	#what .history h3 span::after {
		height: 18px;
	}
	#what .history h3 span::before {
		left: -12px;
		transform: rotate(-35deg);
	}
	#what .history h3 span::after {
		right: -12px;
		transform: rotate(35deg);
	}
	#what .history > div {
		flex-direction: column-reverse;
	}
	#what .history > div > div:nth-child(1) {
		flex: auto;
	}
	#what .history > div > div:nth-child(2) {
		width: 100%;
		margin: 0;
	}
	#what .history > div figure {
		width: 76%;
		margin: 0 auto 10px;
	}
	#what .history > div p {
		margin: 0 0 14px;
		line-height: 1.75;
	}
	#what .history .bg > span:nth-child(1)::before,
	#what .history .bg > span:nth-child(1)::after {
		height: 5px;
	}
	#what .history .bg > span:nth-child(1)::before {
		background-image: url("../img/d_what_obj01s.png");
	}
	#what .history .bg > span:nth-child(1)::after {
		background-image: url("../img/d_what_obj03s.png");
	}
	#what .history .bg > span:nth-child(2)::before,
	#what .history .bg > span:nth-child(2)::after {
		width: 5px;
	}
	#what .history .bg > span:nth-child(2)::before {
		background-image: url("../img/d_what_obj04s.png");
	}
	#what .history .bg > span:nth-child(2)::after {
		background-image: url("../img/d_what_obj02s.png");
	}
}

/* newsletter */
#newsletter {
	padding: 90px 0 0;
}
#newsletter > p {
	margin: 0 0 40px;
	line-height: 2;
}
#newsletter > section {
	padding: 0 0 35px;
}
#newsletter > section h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 95px;
	margin: 0 0 80px;
}
#newsletter > section h3 span + span {
	position: relative;
	margin-left: 30px;
	padding-left: 30px;
}
#newsletter > section h3 span + span::before {
	content: '';
	position: absolute;
	top: calc(50% - 15px);
	left: -1px;
	width: 2px;
	height: 30px;
	background: rgba(255,255,255,0.5);
}
#newsletter > section h3::before {
	content: '';
	position: absolute;
	top: 100%;
	left: calc(50% - 40px);
	border-width: 30px 40px 0 40px;
	border-style: solid;
}
#newsletter > section:nth-last-child(4n+1) h3 {background: #7de2f3;}
#newsletter > section:nth-last-child(4n+1) h3::before {border-color: #7de2f3 transparent transparent transparent;}
#newsletter > section:nth-last-child(4n+2) h3 {background: #c0e257;}
#newsletter > section:nth-last-child(4n+2) h3::before {border-color: #c0e257 transparent transparent transparent;}
#newsletter > section:nth-last-child(4n+3) h3 {background: #f6d253;}
#newsletter > section:nth-last-child(4n+3) h3::before {border-color: #f6d253 transparent transparent transparent;}
#newsletter > section:nth-last-child(4n+4) h3 {background: #f38498;}
#newsletter > section:nth-last-child(4n+4) h3::before {border-color: #f38498 transparent transparent transparent;}
#newsletter > section .iconList {
	display: flex;
	justify-content: center;
	width: 91.151%;
	max-width: 1030px;
	margin: 0 auto 70px;
}
#newsletter > section .iconList > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
}
#newsletter > section .iconList dl {
	display: flex;
	align-items: center;
	width: calc(50% - 10px);
	margin: 0 0 10px;
}
#newsletter > section .iconList dl:nth-child(2n+2) {
	margin-left: 20px;
}
#newsletter > section .iconList dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 114px;
	height: 52px;
	margin: 0 10px 0 0;
	padding: 5px 0;
	background: #000;
	color: #fff;
	text-align: center;
}
#newsletter > section .iconList dl dd {
	flex: 1;
	padding: 5px 0;
}
#newsletter > section ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 91.151%;
	max-width: 1030px;
	margin: 0 auto;
}
#newsletter > section ul::before,
#newsletter > section ul::after {
	content: '';
	order: 1;
	display: block;
	width: 22.525%;
}
#newsletter > section ul > li {
	width: 22.525%;
	margin: 0 0 60px;
}
#newsletter > section ul > li a figure {
	position: relative;
	z-index: 0;
	margin: 0 8px 22px 0;
}
#newsletter > section ul > li a figure::before,
#newsletter > section ul > li a figure::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
}
#newsletter > section ul > li a figure::before {
	top: 10px;
	left: 8px;
	z-index: -2;
	background: 0 0 repeat;
	background-size: 40px 40px;
}
#newsletter > section ul > li a figure::after {
	top: 0;
	left: 0;
	z-index: -1;
	background: #fff;
}
#newsletter > section ul > li a figure img {
	border: 1px solid #cccccc;
}
#newsletter > section ul > li a figure span {
	display: block;
	position: absolute;
	top: -10px;
	left: 10px;
	width: 120px;
	padding: 6px 0;
	background: #999;
}
#newsletter > section ul > li a figure span::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 20px;
	border-width: 5px;
	border-style: solid;
	border-color: #999 transparent transparent #999;
}
#newsletter > section ul > li a p {
	text-decoration: underline;
	line-height: 1.8;
}
#newsletter > section ul > li a p::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 0 -4px 5px;
    background-image: url(../../img/c_pdf_icon01.png);
    background-repeat: no-repeat;
    background-size: 22px 22px;
}
#newsletter > section .iconList dl[data-cat="事業・製品"] dt,
#newsletter > section ul > li[data-cat="事業・製品"] a figure span {background: #3092bf;}
#newsletter > section ul > li[data-cat="事業・製品"] a figure span::after {border-color: #3092bf transparent transparent #3092bf;}
#newsletter > section ul > li[data-cat="事業・製品"] a figure::before {background-image: url("../img/d_newsletter_bg01.png");}
#newsletter > section .iconList dl[data-cat="面白いこと"] dt,
#newsletter > section ul > li[data-cat="面白いこと"] a figure span {background: #f6ab00;}
#newsletter > section ul > li[data-cat="面白いこと"] a figure span::after {border-color: #f6ab00 transparent transparent #f6ab00;}
#newsletter > section ul > li[data-cat="面白いこと"] a figure::before {background-image: url("../img/d_newsletter_bg03.png");}
#newsletter > section .iconList dl[data-cat="ダイバーシティ"] dt,
#newsletter > section ul > li[data-cat="ダイバーシティ"] a figure span,
#newsletter > section .iconList dl[data-cat="DE&I"] dt,
#newsletter > section ul > li[data-cat="DE&I"] a figure span {background: #f38498;}
#newsletter > section ul > li[data-cat="ダイバーシティ"] a figure span::after, #newsletter > section ul > li[data-cat="DE&I"] a figure span::after {border-color: #f38498 transparent transparent #f38498;}
#newsletter > section ul > li[data-cat="ダイバーシティ"] a figure::before, #newsletter > section ul > li[data-cat="DE&I"] a figure::before {background-image: url("../img/d_newsletter_bg04.png");}
#newsletter > section .iconList dl[data-cat="その他"] dt,
#newsletter > section ul > li[data-cat="その他"] a figure span {background: #a9cf52;}
#newsletter > section ul > li[data-cat="その他"] a figure span::after {border-color: #a9cf52 transparent transparent #a9cf52;}
#newsletter > section ul > li[data-cat="その他"] a figure::before {background-image: url("../img/d_newsletter_bg02.png");}
@media screen and (max-width: 767px){
	#newsletter {
		padding: 60px 0 0;
	}
	#newsletter > p {
		margin: 0 0 30px;
		line-height: 1.75;
	}
	#newsletter > section {
		padding: 0 0 15px;
	}
	#newsletter > section h3 {
		margin: 0 0 50px;
	}
	#newsletter > section h3::before {
		left: calc(50% - 20px);
		border-width: 15px 20px 0 20px;
	}
	#newsletter > section .iconList {
		margin-bottom: 50px;
	}
	#newsletter > section .iconList > div {
		width: 100%;
	}
	#newsletter > section .iconList dl {
		display: block;
	}
	#newsletter > section .iconList dl dt {
		width: 100%;
		height: auto;
		padding: 2px 0;
	}
	#newsletter > section .iconList dl dd {
		padding: 4px 0 0;
	}
	#newsletter > section ul {
		width: 89.334%;
	}
	#newsletter > section ul::before,
	#newsletter > section ul::after {
		width: 46.27%;
	}
	#newsletter > section ul > li {
		width: 46.27%;
		margin: 0 0 43px;
	}
	#newsletter > section ul > li a figure {
		margin: 0 5px 15px 0;
	}
	#newsletter > section ul > li a figure::before {
		top: 5px;
		left: 5px;
		background-size: 20px 20px;
	}
	#newsletter > section ul > li a figure span {
		left: 5px;
		width: 110px;
		padding: 2px;
	}
	#newsletter > section ul > li a figure span::after {
		left: 10px;
	}
	#newsletter > section ul > li a p {
		line-height: 1.75;
	}
}


/* footer */
footer {
	padding-top: 20px;
}
footer .f_menu {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 33px 60px 30px 40px;
	background: #f5f5f5;
}
footer .f_menu [class^="box_"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
footer .f_menu .box_l .f_logo {
	margin-right: 40px;
}
footer .f_menu .box_l .f_logo img {
	width: auto;
}
footer .f_menu .box_r {
	margin-left: 40px;
}
footer .f_menu .box_r a+a {
	margin-left: 38px;
}
footer > #pagetop {
	opacity: 1;
	z-index: 2;
	top: 0;
	right: 20px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: none;
	background: #004ea2;
	cursor: pointer;
	box-shadow: none;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
}
footer > #pagetop::after {
	top: calc(50% - 4px);
	left: calc(50% - 10px);
	width: 13px;
	height: 13px;
	border-width: 4px;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
footer > #pagetop:hover {
	border: none;
	background: #fff;
	box-shadow: none;
}
footer > #pagetop:hover::after {
	border-top: 4px solid #004ea2;
    border-right: 4px solid #004ea2;
	opacity: 0.7;
}
@media screen and (max-width: 1100px){
	footer .f_menu::after {
		right: 60px;
	}
	footer .f_menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	footer .f_menu .box_l {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	footer .f_menu .box_l .f_logo {
		margin: 30px 0 0;
	}
	footer .f_menu .box_l .copyright {
		margin: 30px 0 0;
	}
	footer .f_menu .box_r {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-left: 0;
	}
	footer .f_menu .box_r a {
		width: 50%;
	}
	footer .f_menu .box_r a+a {
		margin-left: 0;
	}
	footer .f_menu .box_r a:nth-child(odd) {
		padding-right: 15px;
	}
	footer .f_menu .box_r a:nth-child(n+3) {
		margin-top: 15px;
	}
}
@media screen and (max-width: 767px){
	footer {
		padding-top: 10px;
	}
	footer > #pagetop {
		background: #004ea2;
		box-shadow: none;
		cursor: pointer;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	footer > #pagetop:hover {
		background: #004ea2;
	}
	footer > #pagetop:hover::after {
		background: #004ea2;
		border-top-color: #fff;
		border-right-color: #fff;
		opacity: 1;
	}
	footer .f_menu {
		padding: 40px 20px 30px 20px;
		border-width: 1px;
	}
	footer .f_menu::after {
		top: auto;
		bottom: 100%;
		right: 30%;
		width: 50%;
		background-size: 100%;
		background-position: bottom;
		margin-bottom: -0.9%;
	}
	footer .f_menu .box_r a:nth-child(n+3) {
		margin-top: 13px;
	}
	footer .f_menu .box_l .copyright {
		margin-top: 25px;
	}
}
/* copyright */
.copyright {
	letter-spacing: -0.03em;
}