@charset "UTF-8";
.l-content-inner {
		width: 1100px;
		max-width: 100%;
		margin: auto auto auto;
}
@media screen and (max-width: 768px) {
		.l-content-inner {
				width: 100%;
				padding: 0 20px;
		}
}

.m-narrow {
		width: 1000px;
		max-width: 100%;
		margin: auto auto auto;
}

/* ------------------------------
    common
------------------------------ */
.sec_ttl {
		position: relative;
		margin-bottom: 50px;
		white-space: nowrap;
}

.sec_ttl.center {
		padding-top: 76px;
}

.sec_ttl .en {
		font-size: 4.6rem;
		letter-spacing: 0.05em;
		display: inline-block;
		line-height: 46px;
}

.sec_ttl .ja {
		display: inline-block;
		font-weight: bold;
		font-size: 1.8rem;
		margin-top: 8px;
		line-height: 1;
}

@media screen and (max-width: 768px) {
		.sec_ttl {
				margin-bottom: 25px;
				padding: 0 0 0 37px;
				white-space: normal;
		}
		.sec_ttl.center {
				padding: 0;
				padding-top: 45px;
		}
		.sec_ttl .en {
				font-size: 3rem;
				line-height: 30px;
		}
		.sec_ttl .ja {
				font-size: 1.1rem;
				margin-top: 4px;
		}
}
@media screen and (max-width: 400px) {
		.sec_ttl .en {
				font-size: 2.6rem;
				line-height: 27px;
		}
		.sec_ttl.center {
				padding: 0;
				padding-top: 37px;
		}
}
/* ------------------------------
    mv
------------------------------ */
/*
#mv {
	width: 100%;
	height: calc(100vh - 220px);
	background: 
		url(../img/index/mv.jpg) no-repeat right 4% top 100px/ 100%;
	background-attachment: fixed;
	z-index: 1;
}
#mv:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.77);
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}
#mv:after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(../img/index/clip.png) no-repeat right 16% top/ auto 100%;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
}
*/
#mv {
		width: 100%;
		height: 0;
		padding-top: 39%;
		background: url(../img/index/mv.jpg) no-repeat center 100px/100%;
		background-attachment: fixed;
}

#mv::before {
		content: "";
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.77);
		position: absolute;
		left: 0;
		top: 0;
}

#mv .content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		z-index: 4;
		position: absolute;
		top: 0;
		right: 50%;
		width: 500px;
		height: 100%;
}

#mv .content .lead {
		line-height: 1.25;
		-webkit-font-feature-settings: "halt";
		        font-feature-settings: "halt";
}

#mv .content .main {
		display: inline-block;
		margin-bottom: 0.1em;
		font-size: 4.5rem;
		/*	letter-spacing: 0.05em;*/
		font-weight: bold;
		color: #121212;
		position: relative;
}

#mv .content .sub {
		font-size: 1.6rem;
		line-height: 1.625;
		font-weight: bold;
		color: #121212;
}

#mv .content [data-text] {
		display: inline-block;
		position: relative;
		overflow: hidden;
		line-height: 1;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 50%;
		        transform-origin: 0 50%;
}

#mv .content [data-text]::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #121212;
		-webkit-transform-origin: 100% 50%;
		        transform-origin: 100% 50%;
}

body.loaded #mv .content [data-text] {
		-webkit-transform: none;
		transform: none;
}

body.loaded #mv .content [data-text]::after {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
}

body.loaded #mv .content [data-text],
body.loaded #mv .content [data-text]::after {
		-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.loaded #mv .content [data-text]::after {
		-webkit-transition-duration: 0.4s;
		        transition-duration: 0.4s;
}

body.loaded #mv .content [data-text=価値ある暮らし、] {
		-webkit-transition-delay: 0.55s;
		        transition-delay: 0.55s;
}

body.loaded #mv .content [data-text=彩りある日常を提案する] {
		-webkit-transition-delay: 0.65s;
		        transition-delay: 0.65s;
}

body.loaded #mv .content .sub [data-text] {
		-webkit-transition-delay: 0.75s;
		        transition-delay: 0.75s;
}

@media screen and (min-width: 769px) {
		body.loaded #mv .content [data-text=価値ある暮らし、]::after {
				-webkit-transition-delay: 1s;
				        transition-delay: 1s;
		}
		body.loaded #mv .content [data-text=彩りある日常を提案する]::after {
				-webkit-transition-delay: 1.1s;
				        transition-delay: 1.1s;
		}
		body.loaded #mv .content .sub [data-text]::after {
				-webkit-transition-delay: 1.2s;
				        transition-delay: 1.2s;
		}
		.ie #mv .content [data-text] {
				padding-top: 8px;
				margin-top: -8px;
		}
		.ie #mv .content .main {
				margin-bottom: -6px;
		}
}
@media screen and (max-width: 768px) {
		body.loaded #mv .content [data-text=価値ある暮らし、]::after,
body.loaded #mv .content [data-text=彩りある日常を提案する]::after {
				-webkit-transition-delay: 0.5s;
				        transition-delay: 0.5s;
		}
		body.loaded #mv .content .sub [data-text]::after {
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
		}
		#mv {
				width: 100%;
				height: 0;
				padding-top: 113%;
				background: url(../img/index/mv_sp.png) no-repeat center top/100%;
		}
		#mv .content {
				display: block;
				top: 50%;
				right: auto;
				left: 50%;
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
				width: 100%;
				max-width: inherit;
				height: auto;
		}
		#mv .content .lead {
				text-align: center;
		}
		#mv .content .main {
				display: inline-block;
				margin-bottom: 0.1em;
				font-size: 5.3vw;
				text-align: center;
				padding-top: 7vw;
		}
		#mv .content .sub {
				font-size: 3.2vw;
		}
}
/* ------------------------------
    #intro
------------------------------ */
#intro {
		margin: 50px auto 0;
}

#intro .list .btn {
		width: 300px;
}

@media screen and (max-width: 768px) {
		#intro {
				margin: 25px auto 0;
		}
		#intro .list {
				display: block;
		}
		#intro .list .btn {
				display: block;
				width: 94%;
				margin: 0 auto;
		}
		#intro .list .btn + .btn {
				margin-top: 15px;
		}
}
/* ------------------------------
    #about
------------------------------ */
#about .about00 {
		margin: 150px auto 0;
		padding: 80px 0 70px;
		background: url(../img/index/bg_about.jpg) no-repeat right center/calc(50% + 160px) auto;
		position: relative;
}

#about .about00 .txt_wrap {
		max-width: 495px;
}

#about .about00 .txt_wrap .txt {
		letter-spacing: -0.02em;
		margin-bottom: 30px;
}

#about .about00 .list .btn {
	width: 230px;
}

#about .about00 .list .about-sns {
	width: 230px;
	display: flex;
	gap: 15px;
	margin-top: 18px;
	align-items: center;
	justify-content: center;
}

#about .about00 .list .about-sns-item {
	width: 35px;
}

#about .about00 .list .btn:nth-child(n+3) {
		margin-top: 18px;
}

@media screen and (max-width: 768px) {
		#about .about00 {
				margin: 75px auto 0;
				padding: 40px 0 75px;
				background: none;
		}
		#about .about00 .img {
				width: 78%;
				height: 206px;
				background: url(../img/index/bg_about_sp.jpg) no-repeat center/cover;
				position: absolute;
				top: 0;
				right: 0;
		}
		#about .about00 .wrap {
				position: static;
		}
		#about .about00 .txt_wrap {
				max-width: inherit;
		}
		#about .about00 .sec_ttl {
				white-space: nowrap;
				margin-bottom: 150px;
		}
		#about .about00 .txt_wrap .txt {
				margin-bottom: 15px;
		}
		#about .about00 .list .btn {
				width: 45%;
		}
		#about .about00 .list .btn:nth-child(n+3) {
				margin-top: 15px;
		}
		#about .about00 .list .about-sns {
			width: 45%;
			display: flex;
			gap: 15px;
			margin-top: 15px;
		}
		#about .about00 .list .about-sns-item {
			width: 30px;
		}
}
/* ------------------------------
    #business
------------------------------ */
#business {
		margin: 150px auto 0;
		position: relative;
		z-index: 1;
}

#business .list li {
		width: calc((100% - 20px) / 3);
		margin-top: 30px;
}

@media print, screen and (min-width: 769px) {
		#business .list li:nth-child(1),
#business .list li:nth-child(2),
#business .list li:nth-child(3) {
				margin-top: 0;
		}
}

#business .list .img {
		position: relative;
}

#business .list .img .mask {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(61, 73, 117, 0.67);
		opacity: 0;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
}

#business .list .img .mask .icon {
		width: 69px;
}

#business .list .item a:hover .mask {
		opacity: 1;
}

#business .list .txt {
		padding: 10px;
}

#business .list .txt .ttl {
		font-weight: bold;
		font-size: 2rem;
		padding-left: 1em;
		position: relative;
		margin-bottom: 5px;
}

.ie #business .list .txt .ttl {
		padding-top: 5px;
		margin-bottom: 0;
}

#business .list .txt .ttl::before {
		content: "";
		display: inline-block;
		width: 12px;
		height: 4px;
		background: #3d4975;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -2px;
}

@media screen and (max-width: 768px) {
		#business {
				margin: 75px auto 0;
		}
		#business .list {
				padding: 0 5%;
		}
		#business .list li {
				width: 100%;
				margin-top: 17px;
		}
		#business .list li:nth-child(1),
#business .list li:nth-child(2) {
				width: 100%;
				margin-top: 0;
		}
		#business .list li:nth-child(2) {
				margin-top: 25px;
		}
		#business .list .img .mask .icon {
				width: 34px;
		}
		#business .list .txt {
				padding: 8px 0 0;
		}
		#business .list .txt .ttl {
				font-size: 1.5rem;
				padding-left: 0.8em;
				margin-bottom: 3px;
		}
		.ie #business .list .txt .ttl {
				padding-top: 0;
				margin-bottom: 3px;
		}
		#business .list .txt .ttl::before {
				width: 6px;
				height: 2px;
				margin-top: -3px;
		}
}
/* ------------------------------
    #products
------------------------------ */
#products {
		margin: 140px auto 0;
		position: relative;
}

#products .sec_ttl {
		margin-bottom: 40px;
}

#products .bg_g {
		margin-top: 40px;
		padding: 100px 0;
}

#products .list {
		padding: 0 36px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}

#products .list li {
		width: 20%;
		height: 65px;
		text-align: center;
		line-height: 1;
		position: relative;
}

#products .list li img {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}

#products .list li:nth-child(1) img {
		max-width: 104px;
}

#products .list li:nth-child(2) img {
		max-width: 94px;
}

#products .list li:nth-child(3) img {
		max-width: 114px;
}

#products .list li:nth-child(4) img {
		max-width: 112px;
}

#products .list li:nth-child(5) img {
		max-width: 76px;
}

#products .list li:nth-child(6) img {
		max-width: 123px;
}

#products .list li:nth-child(7) img {
		max-width: 140px;
}

#products .list li:nth-child(8) img {
		max-width: 89px;
}

#products .list li:nth-child(9) img {
		max-width: 97px;
}

#products .list li:nth-child(10) img {
		max-width: 61px;
}

#products .list li:nth-child(n+6) {
		margin-top: 50px;
}

#products .link_list {
		margin-top: 55px;
}

#products .link_list .btn {
		width: 220px;
}

@media screen and (max-width: 768px) {
		#products {
				margin: 75px auto 0;
		}
		#products .sec_ttl {
				margin-bottom: 20px;
		}
		#products .bg_g {
				margin-top: 20px;
				padding: 35px 0;
		}
		#products .list {
				padding: 0 5%;
		}
		#products .list li {
				width: 20%;
				height: 46px;
		}
		#products .list li img {
				width: 100%;
		}
		#products .list li:nth-child(1) img {
				width: 56%;
		}
		#products .list li:nth-child(2) img {
				width: 50.6%;
		}
		#products .list li:nth-child(3) img {
				width: 61.4%;
		}
		#products .list li:nth-child(4) img {
				width: 60.3%;
		}
		#products .list li:nth-child(5) img {
				width: 40.9%;
		}
		#products .list li:nth-child(6) img {
				width: 66.2%;
		}
		#products .list li:nth-child(7) img {
				width: 75.4%;
		}
		#products .list li:nth-child(8) img {
				width: 47.9%;
		}
		#products .list li:nth-child(9) img {
				width: 52.2%;
		}
		#products .list li:nth-child(10) img {
				width: 32.8%;
		}
		#products .list li:nth-child(n+6) {
				margin-top: 18px;
		}
		#products .link_list {
				margin-top: 25px;
		}
		#products .link_list .btn {
				width: 45%;
		}
		#products .link_list .btn:nth-child(n+3) {
				margin-top: 15px;
		}
}
/* ------------------------------
    #company
------------------------------ */
#company {
		margin: 150px auto 0;
		padding: 80px 0 150px;
		position: relative;
}

#company .img {
		position: absolute;
		left: 0;
		top: 0;
		width: calc(50% + 160px);
		height: 100%;
		background: url(../img/index/bg_company.jpg) no-repeat right 72%/cover;
}

#company .txt_wrap {
		max-width: 620px;
		margin-left: auto;
}

#company .txt_wrap .txt {
		letter-spacing: -0.02em;
		margin-bottom: 30px;
		padding-left: 125px;
}

#company .list {
		padding-left: 125px;
}

#company .list .btn {
		width: 230px;
}

#company .list .btn:nth-child(n+3) {
		margin-top: 18px;
}

@media screen and (max-width: 768px) {
		#company {
				margin: 75px auto 0;
				padding: 40px 0 0;
				background: none;
		}
		#company .img {
				width: 78%;
				height: 206px;
				background: url(../img/index/bg_company.jpg) no-repeat right 30% bottom/cover;
				position: absolute;
				top: 0;
		}
		#company .sec_ttl {
				width: 260px;
				margin-left: auto;
				margin-bottom: 110px;
		}
		#company .txt_wrap {
				max-width: inherit;
				margin-left: auto;
		}
		#company .txt_wrap .txt {
				margin-bottom: 15px;
				padding-left: 0;
		}
		#company .list {
				padding-left: 0;
		}
		#company .list .btn {
				width: 45%;
		}
		#company .list .btn:nth-child(n+3) {
				margin-top: 15px;
		}
}
@media screen and (max-width: 400px) {
		#company .sec_ttl {
				width: 230px;
		}
}
/* ------------------------------
    #recruit
------------------------------ */
#recruit {
		margin: 150px auto 0;
		padding: 80px 0 100px;
		position: relative;
}

#recruit .img {
		position: absolute;
		right: 0;
		top: 0;
		width: calc(50% + 160px);
		height: 100%;
		background: url(../img/index/bg_recruit.jpg) no-repeat left center/cover;
}

#recruit .txt_wrap {
		max-width: 495px;
}

#recruit .txt_wrap .txt {
		letter-spacing: -0.02em;
		margin-bottom: 30px;
}

#recruit .txt_wrap .txt span {
		font-size: 1.8rem;
}

#recruit .btn {
		width: 230px;
}

@media screen and (max-width: 768px) {
		#recruit {
				margin: 75px auto 0;
				padding: 40px 0 0;
				background: none;
				overflow: hidden;
		}
		#recruit .img {
				width: 78%;
				height: 206px;
				background: url(../img/index/bg_recruit_sp.jpg) no-repeat right top/cover;
				position: absolute;
				top: 0;
				right: 0;
		}
		#recruit .txt_wrap {
				max-width: inherit;
		}
		#recruit .sec_ttl {
				display: inline-block;
				margin-bottom: 150px;
		}
		#recruit .txt_wrap .txt {
				margin-bottom: 25px;
		}
		#recruit .txt_wrap .txt span {
				font-size: 1.5rem;
				display: inline-block;
				margin-bottom: 5px;
		}
		#recruit .btn {
				width: 152px;
				margin: 0 auto;
		}
}
/* ------------------------------
    #link_area
------------------------------ */
#link_area {
		margin: 150px auto 50px;
		position: relative;
}

#link_area .link_list .btn {
		width: 220px;
}

@media screen and (max-width: 768px) {
		#link_area {
				margin: 75px auto 25px;
		}
		#link_area .link_list .btn {
				width: 45%;
		}
		#link_area .link_list .btn:nth-child(n+3) {
				margin-top: 14px;
		}
}
.en_page {
		/* ------------------------------
			#about
		------------------------------ */
}
.en_page #about {
		margin: 150px auto 0;
		padding: 80px 0 70px;
		background: url(../img/index/img_about.jpg) no-repeat right center/calc(50% + 160px) auto;
		position: relative;
}
.en_page #about .txt_wrap {
		max-width: 495px;
}
.en_page #about .txt_wrap .txt {
		letter-spacing: -0.02em;
		margin-bottom: 30px;
}
.en_page #about .list .btn {
		width: 230px;
}
.en_page #about .list .btn:nth-child(n+3) {
		margin-top: 18px;
}
@media screen and (max-width: 768px) {
		.en_page #about {
				margin: 75px auto 0;
				padding: 40px 0 75px;
				background: none;
		}
		.en_page #about .img {
				width: 78%;
				height: 206px;
				background: url(../img/index/img_about.jpg) no-repeat center/cover;
				position: absolute;
				top: 0;
				right: 0;
		}
		.en_page #about .wrap {
				position: static;
		}
		.en_page #about .txt_wrap {
				max-width: inherit;
		}
		.en_page #about .sec_ttl {
				white-space: nowrap;
				margin-bottom: 150px;
		}
		.en_page #about .txt_wrap .txt {
				margin-bottom: 15px;
		}
		.en_page #about .list .btn {
				width: 45%;
		}
		.en_page #about .list .btn:nth-child(n+3) {
				margin-top: 15px;
		}
}

/* ------------------------------
    英語ページ
------------------------------ */
.en_page #mv .content {
		width: 530px;
}

.en_page #mv .content .main {
		margin-bottom: 0.4em;
}

.en_page #mv .content .main span {
		vertical-align: text-bottom;
		line-height: 1.1;
}

.en_page #mv .content .sub {
		font-size: 2.2rem;
		font-weight: 400;
		line-height: 1.2;
}

.en_page #about {
		padding: 80px 0 100px;
}

.en_page #about::before {
		bottom: -170px;
}

.en_page #about .txt_wrap .txt {
		padding-right: 10px;
}

.en_page #products {
		margin: 150px auto;
		padding: 80px 0 150px;
		position: relative;
}

.en_page #products .img {
		position: absolute;
		left: 0;
		top: 0;
		width: calc(50% + 160px);
		height: 100%;
		background: url(../img/index/img_about01.jpg) no-repeat left center/cover;
}

.en_page #products .txt_wrap {
		max-width: 480px;
		margin-left: auto;
}

.en_page #products .txt_wrap .txt {
		letter-spacing: -0.02em;
		margin-bottom: 30px;
}

.en_page #products .btn {
		width: 230px;
}

@media screen and (max-width: 768px) {
		.en_page #mv .content {
				width: 100%;
		}
		.en_page #mv .content .main {
				margin-bottom: 0.2em;
		}
		.en_page #mv .content .main span {
				line-height: 1.2;
		}
		.en_page #mv .content .sub {
				font-size: 3.2vw;
		}
		.en_page #about {
				padding: 40px 0 75px;
		}
		.en_page #about::before {
				bottom: -60px;
		}
		.en_page #about .txt_wrap .txt {
				padding-right: 0;
		}
		.en_page #products {
				margin: 0 auto 75px;
				padding: 40px 0 0;
				background: none;
		}
		.en_page #products::before {
				width: 226px;
				height: 174px;
				right: 0;
				bottom: -75px;
		}
		.en_page #products .img {
				width: 78%;
				height: 206px;
				position: absolute;
				top: 0;
		}
		.en_page #products .sec_ttl {
				width: 350px;
				margin-left: auto;
				margin-bottom: 120px;
		}
		.en_page #products .txt_wrap {
				max-width: inherit;
				margin-left: auto;
		}
		.en_page #products .txt_wrap .txt {
				margin-bottom: 15px;
				padding-left: 0;
		}
		.en_page #products .btn {
				width: 152px;
				margin: 0 auto;
		}
		.en_page #products .list .btn:nth-child(n+3) {
				margin-top: 15px;
		}
}
@media screen and (max-width: 400px) {
		.en_page #products .sec_ttl {
				width: 210px;
				margin-bottom: 100px;
		}
}
body:not(.fixed):not(.en_page) {
		/* ------------------------------
		   header
		------------------------------ */
}
@media print, screen and (min-width: 769px) {
		body:not(.fixed):not(.en_page) #header.transparent {
				position: absolute;
				background: transparent;
				-webkit-transition: 0.5s background;
				transition: 0.5s background;
		}
		body:not(.fixed):not(.en_page) #header.transparent .logo,
body:not(.fixed):not(.en_page) #header.transparent .h_right.pc {
				opacity: 0;
				visibility: hidden;
				-webkit-transition: 0.5s opacity;
				transition: 0.5s opacity;
		}
		body:not(.fixed):not(.en_page) #header.transparent .toggle {
				border-color: #ffffff;
		}
		body:not(.fixed):not(.en_page) #header.transparent .toggle span {
				background-color: #ffffff;
		}
		body:not(.fixed):not(.en_page) #header .logo,
body:not(.fixed):not(.en_page) #header .h_right.pc {
				opacity: 1;
				visibility: visible;
				-webkit-transition: 0.5s opacity;
				transition: 0.5s opacity;
		}
		body:not(.fixed):not(.en_page) main {
				padding-top: 0 !important;
		}
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .btn a {
				font-size: 1.4rem;
				padding: 13px 0;
		}
}
body:not(.fixed):not(.en_page) .c-secttl {
		text-align: center;
}
body:not(.fixed):not(.en_page) .c-secttl.m-left {
		text-align: left;
}
body:not(.fixed):not(.en_page) .c-secttl.m-deco {
		padding-left: 33px;
		position: relative;
}
body:not(.fixed):not(.en_page) .c-secttl.m-deco::before {
		content: "";
		width: 16px;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		background-image: url(../img/index/img_ttl_deco.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .c-secttl.m-deco::before {
				width: 9px;
				padding-left: 17px;
		}
}
body:not(.fixed):not(.en_page) .c-secttl .ja {
		font-size: 3.5rem;
		font-weight: bold;
		display: block;
		line-height: 1.1;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .c-secttl .ja {
				font-size: 1.8rem;
		}
}
body:not(.fixed):not(.en_page) .c-secttl .en {
		font-size: 1.6rem;
		display: block;
		font-weight: bold;
		letter-spacing: 0.1em;
		line-height: 2.1875;
		margin-top: 5px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .c-secttl .en {
				font-size: 1rem;
				margin-top: 0;
		}
}
body:not(.fixed):not(.en_page) .c-linkbox {
		background-color: rgba(255, 255, 255, 0.95);
		padding: 29px 79px 30px 38px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .c-linkbox {
				padding: 14px 16px 15px;
		}
}
body:not(.fixed):not(.en_page) .c-linkbox.m-deco {
		background-image: url(../img/index/img_bar.svg);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center bottom;
}
body:not(.fixed):not(.en_page) .c-linkbox__item {
		font-size: 1.6rem;
		font-weight: bold;
		margin-top: 24px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .c-linkbox__item {
				font-size: 1.4rem;
				margin-top: 8px;
				font-weight: 500;
		}
}
body:not(.fixed):not(.en_page) .c-linkbox__item:first-of-type {
		margin-top: 0;
}
body:not(.fixed):not(.en_page) .c-linkbox__item a {
		display: block;
		position: relative;
}
body:not(.fixed):not(.en_page) .c-linkbox__item a::after {
		content: "";
		width: 42px;
		height: 8px;
		background-image: url(../img/index/arrow-right.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		display: block;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		position: absolute;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .c-linkbox__item a::after {
				width: 22px;
				height: 5px;
		}
}
body:not(.fixed) .mv {
		position: relative;
		height: 100vh;
		overflow: hidden;
}
body:not(.fixed) .mv-slider {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		        transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
		body:not(.fixed) .mv-slider {
				height: 100%;
		}
}
body:not(.fixed) .mv-slider .slick-list {
		height: 100%;
}
body:not(.fixed) .mv-slider .slick-track {
		height: 100%;
}
body:not(.fixed) .mv-slider__item {
		height: 100%;
}
body:not(.fixed) .mv-slider__item-bg {
		width: 100%;
		height: 100%;
		position: relative;
}
body:not(.fixed) .mv-slider__item-bg::before{
		content: "";
		width: 100%;
		height: 100%;
		background-color: rgba(61, 74, 118,.3);
		position: absolute;
		left: 0;
		top: 0;
}
body:not(.fixed) .mv-slider__item-bg img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
}
body:not(.fixed) .mv-slider__item-cnt {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}
body:not(.fixed) .mv-slider__item-cnt .l-content-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}
@-webkit-keyframes mv-fadeup {
		0% {
				opacity: 0;
				-webkit-transform: translateY(20px);
				        transform: translateY(20px);
		}
		100% {
				-webkit-transform: translateY(0);
				        transform: translateY(0);
				opacity: 1;
		}
}
@keyframes mv-fadeup {
		0% {
				opacity: 0;
				-webkit-transform: translateY(20px);
				        transform: translateY(20px);
		}
		100% {
				-webkit-transform: translateY(0);
				        transform: translateY(0);
				opacity: 1;
		}
}
body:not(.fixed) .mv-slider__item-mark {
		width: 126px;
		margin: auto auto auto;
}
@media screen and (max-width: 768px) {
		body:not(.fixed) .mv-slider__item-mark {
				width: 90px;
		}
}
body:not(.fixed) .mv-slider__item-mark img {
		width: 100%;
}
body:not(.fixed) .mv-slider__item-title {
		text-align: center;
		color: #ffffff;
		font-size: 4rem;
		font-weight: bold;
		line-height: 1.35;
		margin: 18px 0;
}
@media screen and (max-width: 768px) {
		body:not(.fixed) .mv-slider__item-title {
				font-size: 2.1rem;
				margin: 18px 0 15px;
		}
}
body:not(.fixed) .mv-slider__item-text {
		font-size: 1.8rem;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
		body:not(.fixed) .mv-slider__item-text {
				font-size: 1.3rem;
		}
}
body:not(.fixed) .mv-slider__item:not(.slick-current) .mv-slider__item-mark,
body:not(.fixed) .mv-slider__item:not(.slick-current) .mv-slider__item-title,
body:not(.fixed) .mv-slider__item:not(.slick-current) .mv-slider__item-text {
		opacity: 0;
}
body:not(.fixed) .mv-slider__item.slick-current .mv-slider__item-mark,
body:not(.fixed) .mv-slider__item.slick-current .mv-slider__item-title,
body:not(.fixed) .mv-slider__item.slick-current .mv-slider__item-text {
		opacity: 0;
}
body:not(.fixed) .mv-slider__item.slick-current .mv-slider__item-mark {
		-webkit-animation: mv-fadeup 0.8s ease 0.5s forwards;
		        animation: mv-fadeup 0.8s ease 0.5s forwards;
}
body:not(.fixed) .mv-slider__item.slick-current .mv-slider__item-title {
		-webkit-animation: mv-fadeup 0.8s ease 1s forwards;
		        animation: mv-fadeup 0.8s ease 1s forwards;
}
body:not(.fixed) .mv-slider__item.slick-current .mv-slider__item-text {
		-webkit-animation: mv-fadeup 0.8s ease 1.5s forwards;
		        animation: mv-fadeup 0.8s ease 1.5s forwards;
}
body:not(.fixed) .mv-scroll {
		position: absolute;
		bottom: 24px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		width: 28px;
		height: 28px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed) .mv-scroll {
				width: 18px;
				height: 18px;
		}
}
body:not(.fixed) .mv-scroll a {
		display: block;
		width: 100%;
		height: 100%;
}
body:not(.fixed) .mv-scroll a::before {
		content: "";
		width: 100%;
		height: 100%;
		border: 1px solid #ffffff;
		border-width: 0 2px 2px 0;
		display: block;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
}
body:not(.fixed):not(.en_page) .news-anchor {
		position: relative;
		top: 100px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .news-anchor {
				top: 0;
		}
}
body:not(.fixed):not(.en_page) .news {
		padding-top: 192px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .news {
				padding-top: 45px;
		}
}
body:not(.fixed):not(.en_page) .news-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0 50px;
		margin-top: 50px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .news-list {
				display: block;
				margin-top: 30px;
		}
}
body:not(.fixed):not(.en_page) .news-item {
		width: 300px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .news-item {
				width: 100%;
				margin-top: 13px;
		}
		body:not(.fixed):not(.en_page) .news-item:first-of-type {
				margin-top: 0;
		}
}
body:not(.fixed):not(.en_page) .news-item__image {
		margin: 0 0 0;
		border: 1px solid #919191;
		width: 100%;
		height: 169px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .news-item__image {
				height: 49.8vw;
		}
}
body:not(.fixed):not(.en_page) .news-item__image img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
}
body:not(.fixed):not(.en_page) .news-item__cnt {
		margin-top: 10px;
}
body:not(.fixed):not(.en_page) .news-item__meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .news-item__meta {
				margin-bottom: 4px;
		}
}
body:not(.fixed):not(.en_page) .news-item__date {
		color: #919191;
		font-size: 1.2rem;
		font-weight: 500;
		margin-right: 1.1em;
}
body:not(.fixed):not(.en_page) .news-item__cate {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
body:not(.fixed):not(.en_page) .news-item__cate li {
		color: #919191;
		font-size: 1.2rem;
		font-weight: bold;
}
body:not(.fixed):not(.en_page) .news-item__cate li + li {
		margin-left: 1em;
}
body:not(.fixed):not(.en_page) .news-item__title {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.8571428571;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .news-item__title {
				font-size: 1.3rem;
		}
}
body:not(.fixed):not(.en_page) .news-category {
		margin-top: 55px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .news-category {
				display: block;
				margin-top: 35px;
		}
}
body:not(.fixed):not(.en_page) .news-category__head {
		font-size: 1.6rem;
		font-weight: bold;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .news-category__head {
				text-align: center;
				font-size: 1.4rem;
				margin-bottom: 8px;
		}
}
body:not(.fixed):not(.en_page) .news-category__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .news-category__list {
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				gap: 7px 0;
		}
}
body:not(.fixed):not(.en_page) .news-category__item {
		font-size: 1.6rem;
		font-weight: bold;
		padding-right: 1em;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .news-category__item {
				font-size: 1.4rem;
		}
}
body:not(.fixed):not(.en_page) .news-category__item::before {
		content: "／";
		margin-right: 1em;
		display: inline-block;
}
body:not(.fixed):not(.en_page) .news-category__item:first-of-type::before {
		content: none;
}
body:not(.fixed):not(.en_page) .news-category__item:last-of-type {
		padding-right: 0;
}
body:not(.fixed):not(.en_page) .news .btn {
		width: 250px;
		margin: 60px auto auto;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .news .btn {
				margin-top: 30px;
				width: 100%;
		}
		body:not(.fixed):not(.en_page) .news .btn a {
				padding: 13px 0;
		}
}
body:not(.fixed):not(.en_page) #about {
		position: relative;
		padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #about {
				padding-top: 75px;
				padding-bottom: 30px;
		}
}
body:not(.fixed):not(.en_page) #about::before {
		content: "";
		width: calc(100% - 130px);
		height: calc(100% - 385px);
		display: block;
		background-color: #F8F9FC;
		position: absolute;
		left: 0;
		bottom: 0;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #about::before {
				width: 87%;
				height: calc(100% - 710px);
		}
}
body:not(.fixed):not(.en_page) #about .about00 {
		background-image: url(../img/index/img_about.jpg);
		background-repeat: no-repeat;
		background-size: calc(50% - 80px);
		position: relative;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #about .about00 {
				background-image: none;
				margin-top: 0;
				padding-top: 0;
				padding-bottom: 0;
		}
}
body:not(.fixed):not(.en_page) #about .about00 .txt_wrap {
		max-width: 550px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #about .about00 .txt_wrap {
				max-width: 100%;
		}
		body:not(.fixed):not(.en_page) #about .about00 .txt_wrap .txt {
				letter-spacing: 0;
				line-height: 1.7692307692;
		}
}
body:not(.fixed):not(.en_page) #about .about00 .c-secttl {
		margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #about .about00 .c-secttl {
				margin-bottom: 20px;
		}
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #about .about00 .about-btnlist {
				padding-right: 20px;
		}
}
body:not(.fixed):not(.en_page) #about .about00 .about-btnlist .btn.l2 a{
	padding: 9px 0;
}
@media screen and (max-width: 768px) {
	body:not(.fixed):not(.en_page) #about .about00 .about-btnlist .btn.sp_txts a{
		font-size: 1.2rem;
	}
	body:not(.fixed):not(.en_page) #about .about00 .about-btnlist .btn.l2 a,
	body:not(.fixed):not(.en_page) #about .about00 .about-btnlist .btn.sp_txts a{
				padding: 7px 0;
		}
}
body:not(.fixed):not(.en_page) #about .about00 .about-btnlist .btn.w100 {
		width: 100%;
}
body:not(.fixed):not(.en_page) #about .about00 .about-inner {
		width: 500px;
		max-width: 100%;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #about .about00 .img {
				width: 100%;
				height: 350px;
				background-image: url(../img/index/img_about.jpg);
				position: static;
				margin-bottom: 22px;
		}
}
body:not(.fixed):not(.en_page) #about .about-sec {
		position: relative;
		padding-top: 65px;
		margin-top: 80px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #about .about-sec {
				padding-top: 136px;
				margin-top: 30px;
		}
}
body:not(.fixed):not(.en_page) #about .about-sec::before {
		content: "";
		display: block;
		position: absolute;
		background-repeat: no-repeat;
		width: calc(50% + 140px);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: cover;
		height: 464px;
		left: 0;
		top: 0;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #about .about-sec::before {
				width: calc(100% - 20px);
				height: 136px;
				background-position: center center;
		}
}
body:not(.fixed):not(.en_page) #about .about-sec .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #about .about-sec .wrap {
				display: block;
		}
}
body:not(.fixed):not(.en_page) #about .about-sec.about01 {
		margin-top: 100px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #about .about-sec.about01 {
				margin-top: 50px;
		}
}
body:not(.fixed):not(.en_page) #about .about-sec.about01::before {
		background-image: url(../img/index/img_about01.jpg);
}
@media print, screen and (min-width: 769px) {
		body:not(.fixed):not(.en_page) #about .about-sec.about01::before {
				height: 420px;
		}
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #about .about-sec.about01::before {
				background-image: url(../img/index/img_about01_sp.jpg);
		}
}
body:not(.fixed):not(.en_page) #about .about-sec.about02::before {
		background-image: url(../img/index/img_about02.jpg);
		background-position: left center;
		left: auto;
		right: 0;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #about .about-sec.about02::before {
				background-image: url(../img/index/img_about02_sp.jpg);
		}
}
body:not(.fixed):not(.en_page) #about .about-sec.about02 .wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
}
body:not(.fixed):not(.en_page) #about .about-sec.about02 .about-sec__cnt {
		padding-left: 0;
}
body:not(.fixed):not(.en_page) #about .about-sec.about03::before {
		background-image: url(../img/index/img_about03.jpg);
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #about .about-sec.about03::before {
				background-image: url(../img/index/img_about03_sp.jpg);
		}
}
@media print, screen and (min-width: 769px) {
		body:not(.fixed):not(.en_page) #about .about-sec.about03 .about-sec__cnt .txt {
				margin-right: -3em;
		}
}
body:not(.fixed):not(.en_page) #about .about-sec__inner {
		width: 425px;
		max-width: 100%;
		position: relative;
}
body:not(.fixed):not(.en_page) #about .about-sec__cnt {
		padding-left: 100px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #about .about-sec__cnt {
				padding: 12px 0 0 0;
		}
}
body:not(.fixed):not(.en_page) #about .about-sec__title {
		font-weight: bold;
		font-size: 2.4rem;
		margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #about .about-sec__title {
				font-size: 1.6rem;
				margin-bottom: 15px;
		}
}
body:not(.fixed):not(.en_page) #about .about-sec .txt {
		letter-spacing: 0;
		line-height: 1.7692307692;
}
body:not(.fixed):not(.en_page) #about .about-sec .c-linkbox {
		margin-top: 50px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #about .about-sec .c-linkbox {
				margin-top: 10px;
				width: calc(100% - 27px);
		}
}
body:not(.fixed):not(.en_page) .links-column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0 10px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .links-column {
				display: block;
		}
}
body:not(.fixed):not(.en_page) .links-column__box {
		width: 100%;
		background-size: cover;
		background-position: center center;
		padding: 66px 0 60px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .links-column__box {
				padding: 30px 34px 30px;
				margin-top: 6px;
		}
		body:not(.fixed):not(.en_page) .links-column__box:first-of-type {
				margin-top: 0;
		}
}
body:not(.fixed):not(.en_page) .links-column__box.-customer {
		background-image: url(../img/index/img_links_customer.jpg);
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .links-column__box.-customer {
				background-image: url(../img/index/img_links_customer_sp.jpg);
		}
}
body:not(.fixed):not(.en_page) .links-column__box.-recruit {
		background-image: url(../img/index/img_links_recruit.jpg);
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .links-column__box.-recruit {
				background-image: url(../img/index/img_links_recruit_sp.jpg);
		}
}
body:not(.fixed):not(.en_page) .links__title {
		text-align: center;
		font-weight: bold;
		color: #ffffff;
		font-size: 2.4rem;
		margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .links__title {
				font-size: 1.6rem;
				margin-bottom: 12px;
		}
}
body:not(.fixed):not(.en_page) .links .txt {
		text-align: center;
		color: #ffffff;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .links .txt {
				letter-spacing: 0;
				line-height: 1.7692307692;
		}
}
body:not(.fixed):not(.en_page) .links .c-linkbox {
		margin: 27px auto auto;
		width: 425px;
		padding: 30px 60px 25px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) .links .c-linkbox {
				width: 100%;
				margin-top: 18px;
				padding: 18px 18px 16px;
		}
}
body:not(.fixed):not(.en_page) #business .c-secttl {
		margin-bottom: 18px;
}
body:not(.fixed):not(.en_page) #business .list .txt p:not(.ttl) {
		letter-spacing: 0;
		line-height: 1.7692307692;
}
body:not(.fixed):not(.en_page) #products .c-secttl + .center {
		letter-spacing: 0;
		line-height: 1.7692307692;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #products .c-secttl + .center {
				text-align: left;
		}
}
body:not(.fixed):not(.en_page) #products .bg_g {
		padding: 30px 0;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #products .bg_g {
				padding: 18px 0;
		}
}
body:not(.fixed):not(.en_page) #products .products-slider .slick-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
body:not(.fixed):not(.en_page) #products .products-slider__item {
		width: 110px;
		height: 60px;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-right: 50px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #products .products-slider__item {
				margin-right: 16px;
				width: 64px;
				height: 33px;
		}
}
body:not(.fixed):not(.en_page) #products .products-slider__item img {
		display: block;
		margin: 0;
		max-width: 100%;
		max-height: 100%;
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
}
body:not(.fixed):not(.en_page) #company .img {
		width: calc(50% - 90px);
		background-position: center right;
		background-size: cover;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #company .img {
				width: calc(100% + 40px);
				height: 152px;
				background-image: url(../img/index/bg_company_sp.jpg);
				background-size: cover;
				background-position: center;
				position: static;
				margin: auto -20px auto;
		}
}
body:not(.fixed):not(.en_page) #company .c-secttl {
		margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #company .c-secttl {
				margin-bottom: 22px;
				text-align: center;
		}
}
body:not(.fixed):not(.en_page) #company .txt_wrap {
		max-width: 582px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #company .txt_wrap {
				max-width: 100%;
		}
}
body:not(.fixed):not(.en_page) #company .txt_wrap .txt {
		padding-left: 0;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #company .txt_wrap .txt {
				margin-top: 10px;
				letter-spacing: 0;
				line-height: 1.7692307692;
		}
}
body:not(.fixed):not(.en_page) #company .list {
		padding-left: 0;
		padding-right: 20px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #company .list {
				margin-top: 20px;
		}
}
@media print, screen and (min-width: 769px) {
		body:not(.fixed):not(.en_page) #company .list .btn {
				width: 260px;
		}
}
body:not(.fixed):not(.en_page) #recruit .img {
		width: calc(50% - 90px);
		background-position: center right;
		background-size: cover;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #recruit .img {
				width: calc(100% + 40px);
				height: 152px;
				background-image: url(../img/index/bg_recruit_sp.jpg);
				background-size: cover;
				background-position: center;
				position: static;
				margin: auto -20px auto;
		}
}
body:not(.fixed):not(.en_page) #recruit .c-secttl {
		margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #recruit .c-secttl {
				margin-bottom: 22px;
				text-align: center;
		}
}
body:not(.fixed):not(.en_page) #recruit .txt_wrap {
		max-width: 560px;
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #recruit .txt_wrap {
				max-width: 100%;
		}
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #recruit .txt_wrap .txt {
				margin-top: 10px;
				letter-spacing: 0;
				line-height: 1.7692307692;
		}
}
@media screen and (max-width: 768px) {
		body:not(.fixed):not(.en_page) #recruit .btn {
				width: 100%;
		}
}

/*英語ページ*/
body.en_page:not(.fixed) .mv {
	height: calc(100vh - 100px);
}

@media screen and (max-width: 768px) {
	body.en_page:not(.fixed) .mv {
		height: calc(100vh - 50px);
	}
}



/*popup*/
.popup {
	position: relative;
	width: 1000px;
	max-width: 90%;
	margin: 120px auto;
	transition: 0.3s ease;
	transition: 0.3s ease;
}

.popup .detailbox {
	padding: 40px;
	background-color: #fff;
}

.popup .detailbox .ttl_line {
	text-align: center;
	font-weight: bold;
	font-size: 2.0rem;
	padding-left: 0;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 40px;
}

.popup .detailbox .ttl_line::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	bottom: 0;
	top: auto;
	left: 50%;
	margin-left: -6px;
}

.popup .detailbox .txt {
	text-align: center;
	margin-top: 28px;
}

.popup .detailbox .logo {
	width: 415px;
	margin: 30px auto 0;
}

.popup .detailbox .img {
	width: 100%;
	margin: 30px auto 0;
}

.popup .detailbox .box {
	padding: 30px;
	margin-top: 30px;
}

.popup .detailbox .box .btn {
	width: 125px;
	margin-top: 23px;
}

.popup .detailbox .box .btn a {
	font-size: 1.4rem;
	padding: 10px 0;
}

/*mfp*/
.mfp-container {
	padding: 0;
}

.mfp-bg {
	transition: 0.3s ease;
	background: rgba(61, 74, 118, .82);
	opacity: 1;
}

.popup .mfp-close {
	width: 55px;
	height: 55px;
	border: 2px solid #fff;
	position: fixed;
	right: 24px;
	top: 24px;
	color: transparent;
	font-size: 0;
	padding: 0;
}

.popup .mfp-close::before,
.popup .mfp-close::after{
	content: "";
	width: 28px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.popup .mfp-close::before{
	transform: translate(-50%,-50%) rotate(45deg);
}

.popup .mfp-close::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}

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

	/*popup*/
	.popup {
		width: 90%;
		margin: 50px auto;
	}

	.popup .detailbox {
		padding: 20px;
	}

	.popup .detailbox .ttl_line {
		font-size: 1.5rem;
		padding-bottom: 7px;
		margin-bottom: 20px;
	}

	.popup .detailbox .ttl_line::before {
		width: 6px;
    height: 2px;
		margin-left: -3px;
	}

	.popup .detailbox .txt {
		margin-top: 20px;
	}

	.popup .detailbox .logo {
		width: 68%;
		margin: 20px auto 0;
	}

	.popup .detailbox .img {
		width: 100%;
		margin: 20px auto 0;
	}

	.popup .detailbox .box {
		padding: 20px;
		margin-top: 20px;
	}

	.popup .detailbox .box .btn {
		width: 45%;
		max-width: 150px;
		margin-top: 20px;
	}

	.popup .detailbox .box .btn a {
		font-size: 1.1rem;
		padding: 7px 0;
	}

	/*mfp*/
	.popup .mfp-close {
		width: 29px;
		height: 29px;
		border: 1px solid #fff;
		right: 12px;
		top: 12px;
	}
	
	.popup .mfp-close::before,
	.popup .mfp-close::after{
		width: 15px;
		height: 1px;
	}
}