@charset "UTF-8";

/* ========== animation ========== */
.fadeInDelay-0,
.fadeInDelay-1,
.fadeInDelay-2,
.fadeInDelay-3,
.fadeInDelay-4,
.fadeInDelay-5,
.fadeInDelay-6,
.fadeInDelay-7,
.fadeInDelay-8,
.fadeInDelay-9,
.fadeInDelay-10,
.fadeInDelay-11,
.fadeInDelay-12,
.fadeInDelay-13,
.fadeInDelay-14,
.fadeInDelay-15,
.fadeInDelay-16,
.fadeInDelay-17,
.fadeInDelay-18 {
	opacity: 0;
}

.content-wrapper.animated {
	opacity: 0;
}

.sec-inner {
	padding: 100px 0;
}

.visible {
	z-index: 999 !important;
	opacity: 1 !important;
	transition: opacity 0.5s ease;
}

.top-mv-body a {
	opacity: 0;
}

/* ========== common ========== */
@media screen and (max-width: 1240px) and (min-width: 769px) {
	body {
		width: 1240px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

b,
strong {
	font-weight: 700 !important;
}

.flexbox {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.oswald {
	padding-bottom: 0.2em;
	font-family: Oswald, sans-serif;
	font-weight: 300;
}

.ffs {
	font-feature-settings: "palt";
}

.txt-area {
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: 0.04em;
}

.txt-area+p.txt-area {
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	.txt-area {
		font-size: 1.4rem;
	}
}

.loaded {
	opacity: 1 !important;
}

#wrapper {
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 769px) and (max-width: 1240px) {
	#wrapper {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	#wrapper {
		width: 500px;
		min-width: auto;
		margin: 0 auto;
	}
}

#mainvisual {
	padding-top: 110px;
}

@media screen and (max-width: 768px) {
	#mainvisual {
		padding-top: 90px;
	}
}

#mainvisual .mv-inner {
	height: 300px;
	background-color: #0057b7;
}

#mainvisual .mv-inner .content-width {
	margin: 0;
}

#mainvisual .mv-inner.flexbox {
	align-items: center;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

#mainvisual .mv-ttl {
	font-size: 5rem;
	line-height: 1;
	color: #fff;
	text-align: center;
}

#mainvisual .mv-sub-ttl {
	margin-top: 20px;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
}

/* ========== section ========== */
.sec-inner {
	padding: 70px 0;
}

.sec-ttl-box.diagonal {
	position: relative;
}

.sec-ttl-box.diagonal::before {
	position: absolute;
	top: -10px;
	left: -28px;
	display: block;
	width: 30px;
	height: 2px;
	content: "";
	background-color: #0057b7;
	transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sec-ttl {
	margin-top: 6px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.04em;
}

.sec-sub-ttl {
	font-size: 4.2rem;
	line-height: 1;
	letter-spacing: 0.04em;
}

.content-width {
	box-sizing: border-box;
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.content-width {
		width: 500px;
	}
}

.content-left .content-wrapper {
	border-left: 1px solid #fff;
}

.content-right .content-wrapper {
	border-right: 1px solid #fff;
}

/* ========== button and decotaion ========== */
.btn {
	box-sizing: border-box;
	display: block;
	width: 280px;
	padding: 16px 20px;
	font-size: 1.8rem;
	color: #fff;
	text-align: left;
	letter-spacing: 0.04em;
	background-color: #0057b7;
}

@media screen and (max-width: 768px) {
	.btn {
		padding: 13px 20px;
	}
}

.btn .oswald {
	color: #fff;
}

.arrow-right {
	position: relative;
}

.arrow-right::after {
	position: absolute;
	display: block;
	width: 54px;
	height: 6px;
	content: "";
	background-image: url(../images/arrow_right_01.png);
}

.arrow-right-black::after {
	position: absolute;
	display: block;
	width: 54px;
	height: 6px;
	content: "";
	background-image: url(../images/arrow_right_black_01.png);
}

.arrow-right-black {
	position: relative;
	top: 7px;
	right: 0;
}

.arrow-right-black::before {
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	width: 54px;
	height: 1px;
	content: "";
	background-color: #111;
}

.arrow-right-black::after {
	position: absolute;
	top: 2px;
	right: 0;
	display: block;
	width: 13px;
	height: 1px;
	content: "";
	background-color: #111;
	transform: rotate(30deg);
}

.triangle {
	position: relative;
}

.triangle::after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	content: "";
	border-bottom: 30px solid #fff;
	border-left: 30px solid transparent;
	opacity: 0.2;
}

.triangle-right {
	position: relative;
}

.triangle-right::after {
	position: absolute;
	top: 45%;
	right: 11px;
	display: block;
	content: "";
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #111;
}

/* = Pagenavi
-------------------------------------------------------------- */
.wp-pagenavi {
	margin: 60px 0 0;
	clear: both;
	font-size: 1.6rem;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	width: 3em;
	height: 3em;
	margin: 0 0.5em;
	font-family: Oswald, sans-serif;
	font-weight: bold;
	line-height: 3;
	color: #0057b7;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #0057b7;
	transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.wp-pagenavi a:hover,
.wp-pagenavi span {
	color: #fff;
	text-decoration: none;
	background: #0057b7;
	border-color: #0057b7;
	opacity: 1;
}

.wp-pagenavi a:hover {
	transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.wp-pagenavi .extend {
	width: 1em;
	color: #0057b7;
	background: rgba(44, 100, 169, 0) none repeat scroll 0 0;
	border: medium none;
}

.wp-pagenavi .extend::after {
	content: "…";
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: relative;
	width: 3em;
	height: 3em;
	text-indent: -999999px;
	vertical-align: middle;
	background: #fff;
}

.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	content: "";
	border-top: 2px solid #0057b7;
	border-right: 2px solid #0057b7;
}

.wp-pagenavi .previouspostslink::after {
	transform: rotate(225deg);
	transform: rotate(225deg);
}

.wp-pagenavi .nextpostslink::after {
	transform: rotate(45deg);
	transform: rotate(45deg);
}

.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
	border-color: #fff;
}

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

	.wp-pagenavi a,
	.wp-pagenavi span {
		display: inline-block;
		width: 1.9em;
		height: 1.9em;
		font-size: 1.6rem;
		line-height: 2em;
	}
}

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

	.wp-pagenavi a,
	.wp-pagenavi span {
		display: inline-block;
		width: 1.9em;
		height: 1.9em;
		margin: 0 2px;
		font-size: 1.4rem;
		line-height: 2em;
	}

	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		font-family: Oswald, sans-serif;
		font-size: 1.6rem;
	}
}

.result_count {
	margin-bottom: 15px;
	font-family: Oswald, sans-serif;
	font-size: 1.4rem;
	color: #0057b7;
	text-align: center;
}

/* = .breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
	padding: 8px 0;
	font-size: 1.2rem;
	background: #fff;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
	color: #111;
}

/* ========== header ========== */
.hamburger {
	position: fixed;
	top: 30px;
	right: 20px;
	z-index: 300;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

@media screen and (max-width: 1240px) {
	.hamburger {
		display: block !important;
	}
}

.hamburger__line--1 {
	top: 0;
}

.hamburger__line--2 {
	top: 10px;
}

.hamburger__line--3 {
	top: 20px;
}

.hamburger__line {
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #111;
	transition: all 0.6s;
	transition: all 0.6s;
}

.nav-open {
	right: 0;
}

.nav-open .sp-global-nav {
	right: 0;
}

.nav-open .black-bg {
	visibility: visible;
	opacity: 0.8;
}

.nav-open .hamburger__line--1 {
	top: 20px;
	transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-open .hamburger__line--2 {
	left: 50%;
	width: 0;
}

.nav-open .hamburger__line--3 {
	top: 20px;
	transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-item {
	padding: 41px 0;
}

.show-menu {
	opacity: 1 !important;
	transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
}

.h-inner {
	position: relative;
}

/* ========== btn ========== */
.btn-entry.btn-box {
	margin-top: 20px;
}

.btn-entry .btn {
	position: relative;
	width: 100%;
	background-color: #d8e400;
}

.btn-entry .btn::before {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 60px;
	height: 1px;
	content: "";
	background-color: #111;
}

.btn-entry .btn .oswald {
	color: #111 !important;
}

/* ========== sp-menu ========== */
/* @media all and (min-width: 769px) and (max-width: 1240px) {
  html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
      transform: translate(-656px, 0) !important;
      transform: translate3d(-656px, 0, 0) !important;
  }
}

@media all and (min-width: 768px) and (max-width: 1240px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
      transform: translate(656px, 0) !important;
      transform: translate3d(656px, 0, 0) !important;
  }
} */

.mm-panels>.mm-panel>.mm-listview .menu-item:last-child {
	border-bottom: none;
}

.mm-menu .mm-listview>li {
	border-color: #0057b7 !important;
}

.mm-menu .mm-listview>li {
	border-color: #0057b7 !important;
}

.mm-navbar .mm-title {
	padding: 22px 0 !important;
}

.mm-menu .mm-listview>.sp-cv-box a,
.mm-panels>.mm-panel>.mm-listview .menu-item a {
	font-size: 1.6rem !important;
}

.mm-menu .mm-listview>li>a.tel {
	font-size: 2.5rem;
	font-weight: bold;
}

.mm-menu .mm-listview>li>a.tel .oswald {
	padding-left: 10px;
	font-size: 3rem;
}

.mm-menu .mm-listview>.sp-cv-box a,
.mm-panels>.mm-panel>.mm-listview .menu-item a {
	height: 53px;
}

.mm-menu .mm-listview>.sp-cv-box a,
.mm-panels>.mm-panel>.mm-listview .menu-item a {
	padding: 15px 10px;
	text-align: left;
}

.mm-menu .mm-listview>li>a.tel {
	text-align: left;
}

.mm-panel>.mm-listview.sub-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.mm-panel>.mm-listview.sub-menu .menu-item {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	padding-left: 10px;
	border: none !important;
}

.mm-panel>.mm-listview.sub-menu .menu-item::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 10px;
	height: 2px;
	content: "";
	background-color: #fff;
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
	padding: 10px 0 10px 20px !important;
}

.mm-panels>.mm-panel>.mm-listview .menu-item.mm-opened {
	color: #fff !important;
	background-color: #0057b7 !important;
}

.mm-panels>.mm-panel>.mm-listview .menu-item.mm-opened>a:not(.mm-next) {
	border-bottom: 2px solid #fff;
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
	color: #fff !important;
	background: none !important;
}

#sp-menu .mm-next::after {
	position: absolute;
	right: unset !important;
	display: block;
	width: 20px !important;
	height: 20px !important;
	font-size: 2rem;
	font-weight: 600;
	line-height: 20px !important;
	color: #0057b7;
	text-align: center !important;
	content: "+";
	border: none !important;
	transform: rotate(0deg) !important;
}

#sp-menu .menu-item.mm-opened .mm-next::after {
	position: absolute;
	right: unset !important;
	display: block;
	width: 20px !important;
	height: 20px !important;
	font-size: 3rem;
	font-weight: 600;
	line-height: 20px !important;
	color: #fff;
	text-align: center !important;
	content: "-";
	border: none !important;
	transform: rotate(0deg) !important;
}

#sp-menu .menu-item .mm-next::before {
	border-left: none !important;
}

.sp-cv-box {
	border-bottom: none !important;
}

.sp-cv-box .btn {
	position: relative;
	display: block;
	padding-left: 26% !important;
	margin: 20px auto;
	background-color: #d8e400;
}

.sp-cv-box .btn::before {
	position: absolute;
	top: calc(50% - 13px);
	left: 20%;
	display: block;
	width: 38px;
	height: 26px;
	content: "";
	background-image: url(../images/logo_mail_01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.sp-gnav-interview-list {
	margin-top: 10px;
}

.sp-gnav-interview-list .interview-item {
	position: relative;
	padding-left: 10px;
}

.sp-gnav-interview-list .interview-item::before {
	position: absolute;
	top: 25px;
	left: 0;
	display: block;
	width: 10px;
	height: 2px;
	content: "";
	background-color: #fff;
}

.sp-gnav-interview-list .interview-item a {
	display: block;
}

.sp-gnav-interview-list .interview-name {
	margin-top: 4px;
}

.sp-gnav-interview-list .name {
	font-weight: bold !important;
	line-height: 1.3 !important;
}

.sp-gnav-interview-list .department {
	padding-left: 10px;
	font-size: 1.2rem !important;
	font-weight: bold !important;
	line-height: 1.3;
}

.sp-global-welfare a {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

/* ========== modal ========== */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
}

.modal__content {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 60%;
	padding: 40px 90px 40px 60px;
	background: #fff;
	transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.js-modal {
	z-index: -1;
	opacity: 0;
	transition: all 0.5s ease;
}

.js-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.js-modal-close.modal__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: auto;
}

.js-modal-close::before {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 50px;
	height: 1px;
	content: "";
	background-color: #111;
	transform: rotate(45deg);
	transform: rotate(45deg);
}

.js-modal-close::after {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 50px;
	height: 1px;
	content: "";
	background-color: #111;
	transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ========== header ========== */
#header {
	z-index: 2;
	background-color: #fff;
}

#header.h-fixed {
	position: fixed;
	width: 100%;
}

@media screen and (max-width: 768px) {
	#header.h-fixed {
		box-sizing: border-box;
		width: 500px;
	}
}

#header .h-inner {
	box-sizing: border-box;
	height: 110px;
	padding-left: 34px;
}

@media screen and (max-width: 768px) {
	#header .h-inner {
		box-sizing: border-box;
		height: 90px;
		padding-left: 20px;
	}
}

#header .h-inner.flexbox {
	flex-direction: column;
	align-items: center;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 15px;
	-webkit-box-pack: justify;
	-webkit-box-align: center;
}

#header .h-inner.flexbox .site-logo {
	display: inline-block;
	flex: 0 0 auto;
}

#header .h-inner.flexbox .site-logo img {
	height: 40px;
}

#header .h-right {
	margin-right: 190px;
}

@media screen and (max-width: 1500px) {
	#header .h-right {
		margin-right: 14.4%;
	}
}

@media screen and (max-width: 1240px) {
	#header .h-right {
		display: none !important;
	}

	#header .h-inner.flexbox {
		padding-top: 20px;
	}
}

#header .h-right .sub-menu {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	background-color: #0057b7;
	border-bottom: 2px solid #fff;
	transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
}

#header .h-right .sub-menu .sub-menu-width {
	width: 1000px;
	margin: 70px auto;
}

#header .h-right .sub-menu .sub-menu-ttl-box .en {
	font-size: 4.2rem;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 0.05em;
}

#header .h-right .sub-menu .sub-menu-ttl-box .ja {
	margin-top: 20px;
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: 0.05em;
}

#header .h-right .sub-menu .sub-menu-ttl-box {
	width: 300px;
}

#header .h-right .sub-menu .link-list {
	box-sizing: border-box;
	width: 700px;
	padding-left: 40px;
}

#header .h-right .sub-menu .link-list.flexbox {
	flex-wrap: wrap;
}

#header .h-right .sub-menu .link-list-item {
	box-sizing: border-box;
	display: block;
	width: 320px;
	height: 120px;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#header .h-right .sub-menu .link-list-item:nth-child(n+3) {
	margin-top: 20px;
}

#header .h-right .sub-menu .link-list-item:nth-child(2n) {
	margin-left: 20px;
}


#header .h-right .gnav-company .sub-menu .link-list-item:nth-child(1) {
	background-image: url(../images/COMPANY_OUTLINE.jpg);
}

#header .h-right .gnav-company .sub-menu .link-list-item:nth-child(2) {
	background-image: url(../images/COMPANY_HISTORY.jpg);
}

#header .h-right .gnav-company .sub-menu .link-list-item:nth-child(3) {
	background-image: url(../images/QUALITY_ASSURANCE.jpg);
}

#header .h-right .gnav-service .sub-menu .link-list-item:nth-child(1) {
	background-image: url(../images/PRODUCT_DEVELOPMENT.jpg);
}

#header .h-right .gnav-service .sub-menu .link-list-item:nth-child(2) {
	background-image: url(../images/ORIGINAL_PRODUCTS.jpg);
}

#header .h-right .gnav-service .sub-menu .link-list-item:nth-child(3) {
	background-image: url(../images/OEM_PRODUCTION.jpg);
}

#header .h-right .gnav-service .sub-menu .link-list-item:nth-child(4) {
	background-image: url(../images/PRODUCTION_SYSTEM.jpg);
}

#header .h-right .gnav-service .sub-menu .link-list-item:nth-child(5) {
	background-image: url(../images/MATERIAL_SALE.jpg);
}

#header .h-right .gnav-recruit .sub-menu .link-list-item:nth-child(1) {
	background-image: url(../images/TOP-MESSAGE.jpg);
}

#header .h-right .gnav-recruit .sub-menu .link-list-item:nth-child(2) {
	background-image: url(../images/WELFARE.jpg);
}

#header .h-right .gnav-recruit .sub-menu .link-list-item:nth-child(3) {
	background-image: url(../images/REQUIREMENTS.jpg);
}


#header .h-right .sub-menu .link-list-item .en {
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
	color: #fff;
}

#header .gnav-recruit .link-list-item:nth-child(2) .en {
	font-size: 2.7rem;
}

#header .h-right .sub-menu .link-list-item .ja {
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
}

#header .h-right .sub-menu-service .btn-box {
	margin-top: 30px;
}

#header .h-right .sub-menu-service .btn {
	background-color: transparent;
	border: 1px solid #fff;
}

#header .h-right .sub-menu-service .btn::after {
	top: 50%;
	right: 20px;
}

#header .h-right .sub-menu-recruit .sub-menu-ttl-box .ja {
	margin-top: 0 !important;
}

#header .h-right .sub-menu-recruit .btn-box {
	margin-top: 30px;
}

#header .h-right .sub-menu-recruit .btn {
	position: relative;
	width: 100%;
	background-color: #d8e400;
}

#header .h-right .sub-menu-recruit .btn .oswald {
	color: #111;
}

#header .h-right .sub-menu-recruit .btn::before {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 60px;
	height: 1px;
	content: "";
	background-color: #111;
}

#header .h-right .sub-menu-recruit .link-list {
	width: 340px;
}

#header .h-right .sub-menu-recruit .link-list .link-list-item:nth-child(n+3) {
	margin-top: 0;
}

#header .h-right .sub-menu-recruit .link-list .link-list-item:nth-child(2n) {
	margin-left: 0;
}

#header .h-right .sub-menu-recruit .link-list .link-list-item+.link-list-item {
	margin-top: 20px;
}

#header .h-right .sub-menu-recruit .link-list-ttl-box .en {
	font-size: 3rem;
	line-height: 1;
	color: #fff;
	letter-spacing: 0.1em;
}

#header .h-right .sub-menu-recruit .link-list-ttl-box .ja {
	margin-top: 0;
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: 0.05em;
}

#header .h-right .sub-menu-recruit .interview-link-list {
	margin-top: 20px;
}

#header .h-right .sub-menu-recruit .interview-link-list a {
	position: relative;
	display: block;
	padding-left: 40px;
	font-size: 2.4rem;
	line-height: 1;
	color: #fff;
	letter-spacing: 0.1em;
}

#header .h-right .sub-menu-recruit .interview-link-list a::before {
	position: absolute;
	top: 0.5em;
	left: 0;
	display: block;
	width: 20px;
	height: 2px;
	content: "";
	background-color: #fff;
}

#header .h-right .sub-menu-recruit .interview-link-list a+a {
	margin-top: 20px;
}

#header .h-right .sub-menu-recruit .interview-link-list .interview-link-name {
	margin-left: 16px;
}

#header .h-right .sub-menu-recruit .interview-link-list .interview-link-content.flexbox {
	align-items: center;
	justify-content: flex-start;
	margin-top: 8px;
}

#header .h-right .sub-menu-recruit .interview-link-list .department {
	font-size: 1.4rem;
}

#header .h-right .sub-menu-recruit .interview-link-list .name {
	margin-top: 6px;
	font-size: 2rem;
}

#header #global-nav {
	width: 100%;
}

#header #global-nav .menu-item {
	padding: 8px 0;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

#header #global-nav .menu-item>a {
	padding: 14px 18px;
	opacity: 1 !important;
}

#header .menu-item {
	transition: 0.3s ease;
}

#header .menu-item:hover {
	color: #fff;
	background-color: #0057b7;
	transition: 0.3s ease;
}

#header #global-nav li:last-child {
	margin-right: 0;
}

#header .h-contact {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
}

#header .h-contact a {
	box-sizing: border-box;
	display: block;
	width: 160px;
	height: 160px;
	padding: 40px 26px 0;
	text-align: center;
	background-color: #d8e400;
}

#header .h-contact .ja {
	margin-top: 16px;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.04em;
}

#header .h-contact .en {
	margin-top: 8px;
	font-size: 1.2rem;
	line-height: 1;
	color: #949828;
	letter-spacing: 0.04em;
}

#header .gnav-company>a,
#header .gnav-service>a {
	pointer-events: none;
	cursor: auto;
}

#header .gnav-company .sub-menu,
#header .gnav-service .sub-menu {
	visibility: hidden;
	opacity: 0;
	transition: 0.3s ease;
}

#header .gnav-company:hover .sub-menu,
#header .gnav-service:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	transition: 0.3s ease;
}

/* ========== card ========== */
.card-list.flexbox {
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-box-pack: start;
}

.card-item {
	position: relative;
	width: 270px;
	margin-left: 40px;
}

@media screen and (max-width: 768px) {
	.card-item {
		width: 100%;
		margin-left: 0;
	}
}

.card-item .card-cat {
	position: absolute;
	top: -4px;
	left: 0;
	z-index: 1;
	margin: 0 auto;
	text-align: center;
	background: #d8e400;
}

.card-item .card-cat .parent-cat {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	padding: 0 10px;
	line-height: 1;
}

.card-item .card-cat .parent-cat::before {
	position: absolute;
	top: -6px;
	right: -10px;
	display: block;
	content: "";
	border-top: 27px solid #d8e400;
	border-right: 10px solid transparent;
}

@media screen and (max-width: 768px) {
	.card-item .card-cat .parent-cat::before {
		top: -7px;
		right: -9px;
		border-top: 32px solid #d8e400;
	}
}

.card-item .card-cat .parent-cat span {
	font-size: 1.4rem;
	line-height: 1;
	color: #111;
	letter-spacing: 0.04em;
}

.card-item .card-meta {
	margin-top: 10px;
}

.card-item .card-meta.flexbox {
	align-items: center;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-box-align: center;
}

.card-item .card-date {
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0;
}

.card-item .card-tag a {
	font-size: 1.2rem;
	line-height: 1;
	color: #8e8e8e;
	text-decoration: underline;
	letter-spacing: 0.04em;
}

.card-item .card-ttl {
	margin-top: 10px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

#archive-original .card-purchase {
	text-align: right;
}

#archive-original .card-purchase a {
	padding-right: 60px;
	font-size: 1.4rem;
	font-weight: 600;
}

#archive-original .card-container {
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-box-pack: start;
}

#archive-original .card-container .card-item {
	width: 372px;
	margin-left: 42px;
}

#archive-original .card-container .card-item:nth-child(n+4) {
	margin-top: 60px;
}

#archive-original .card-container .card-item:nth-child(3n-2) {
	margin-left: 0;
}

@media screen and (max-width: 768px) {
	#archive-original .card-container .card-item:nth-child(3n-2) {
		margin-left: auto;
	}
}

@media screen and (max-width: 768px) {
	#archive-original .card-container .card-item {
		margin-right: auto;
		margin-left: auto;
	}

	#archive-original .card-container .card-item+.card-item {
		margin-top: 60px;
	}
}

#archive-original .card-ttl {
	font-size: 1.6rem;
}

#archive-original .card-excerpt {
	margin-top: 10px;
	font-size: 1.4rem;
}

#archive-original .card-meta.flexbox {
	justify-content: flex-end;
}

.bnr-list-container {
	padding: 40px 0;
	background-color: #f4f4f4;
}

.bnr-list-container .flexbox {
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.bnr-list-container .content-width.flexbox {
		flex-wrap: wrap;
	}
}

.bnr-list-container a {
	width: 230px;
	margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
	.bnr-list-container a {
		width: 220px;
		margin: 0;
	}
}

@media screen and (max-width: 768px) {
	.bnr-list-container a:nth-child(n+3) {
		margin-top: 20px;
	}
}

/* = footer
-------------------------------------------------------------- */
#footer {
	box-sizing: border-box;
	border-top: 1px solid #f4f4f4;
}

#footer .f-inner {
	box-sizing: border-box;
	width: 100%;
	padding: 34px 30px;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	#footer .f-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
	}
}

#footer .f-left.flexbox {
	-webkit-box-align: center;
	align-items: center;
}

#footer .f-left.flexbox .f-site-logo img {
	height: 80px;
}

@media screen and (max-width: 768px) {
	#footer .f-left.flexbox {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	#footer .f-site-logo {
		margin: 40px 0;
	}
}

#footer .corporate,
#footer .address,
#footer .tel-box {
	margin-left: 20px;
}

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

	#footer .corporate,
	#footer .address,
	#footer .tel-box {
		width: 100%;
		margin: 0 auto;
	}
}

#footer .btn {
	height: 50px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.04em;
	background-color: #d8e400;
}

@media screen and (max-width: 768px) {
	#footer .btn {
		padding: 16px 20px;
		margin: 0 auto;
	}
}

#footer .copyright {
	padding: 20px 0;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.04em;
	background: #fff;
	border-top: 1px solid #ddd;
}

/* = footer
-------------------------------------------------------------- */
.category .news-item {
	box-sizing: border-box;
	padding: 20px;
}

@media screen and (max-width: 768px) {
	.category .news-item {
		display: block;
		padding: 20px 0;
	}
}

.category .news-item.flexbox {
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.category .news-item+.news-item {
	border-top: 1px solid #ddd;
}

.category .news-item .news-meta {
	justify-content: flex-start;
}

.category .news-item .news-date {
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	.category .news-item .news-date {
		margin-left: 0;
	}
}

.category .news-item .news-cats.flexbox {
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.category .news-item .news-cats .news-cat {
	display: block;
	padding: 0 8px;
	margin-left: 10px;
	color: #fff;
	background-color: #0057b7;
}

@media screen and (max-width: 768px) {
	.category .news-item .news-cats .news-cat {
		font-size: 1.3rem;
	}
}

.category .news-item .news-cats .news-cat+.news-cat {
	margin-left: 8px;
}

.category .news-item .news-ttl {
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	.category .news-item .news-ttl {
		margin-left: 0;
	}
}

/* ========== magazine-archive ========== */
.journal-archive.archive .magazine-cats .content-width {
	margin-top: 70px;
}

.journal-archive.archive .card-container.flexbox,
.post-type-archive-credo-pj .card-container.flexbox,
.tax-credo_category .card-container.flexbox {
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-box-pack: start;
}

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

	.journal-archive.archive .card-container.flexbox,
	.post-type-archive-credo-pj .card-container.flexbox,
	.tax-credo_category .card-container.flexbox {
		display: block;
	}
}

.journal-archive.archive .card-item,
.post-type-archive-credo-pj .card-item,
.tax-credo_category .card-item {
	width: 31%;
	margin-left: 42px;
}

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

	.journal-archive.archive .card-item+.card-item,
	.post-type-archive-credo-pj .card-item+.card-item,
	.tax-credo_category .card-item+.card-item {
		margin-top: 70px !important;
	}
}

.journal-archive.archive .card-item:nth-child(3n-2),
.post-type-archive-credo-pj .card-item:nth-child(3n-2),
.tax-credo_category .card-item:nth-child(3n-2) {
	margin-left: 0;
}

.journal-archive.archive .card-item:nth-child(n+4),
.post-type-archive-credo-pj .card-item:nth-child(n+4),
.tax-credo_category .card-item:nth-child(n+4) {
	margin-top: 50px;
}

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

	.journal-archive.archive .card-item:nth-child(n+4),
	.post-type-archive-credo-pj .card-item:nth-child(n+4),
	.tax-credo_category .card-item:nth-child(n+4) {
		margin-top: 0;
	}
}

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

	.journal-archive.archive .card-item,
	.post-type-archive-credo-pj .card-item,
	.tax-credo_category .card-item {
		width: 460px;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

.journal-archive.archive .magazine-cats-list.flexbox,
.post-type-archive-credo-pj .magazine-cats-list.flexbox,
.tax-credo_category .magazine-cats-list.flexbox {
	-webkit-box-pack: center;
	justify-content: center;
}

.journal-archive.archive .magazine-cats-list .magazine-cat-item,
.post-type-archive-credo-pj .magazine-cats-list .magazine-cat-item,
.tax-credo_category .magazine-cats-list .magazine-cat-item {
	font-size: 2rem;
}

.journal-archive.archive .magazine-cats-list .magazine-cat-item+.magazine-cat-item,
.post-type-archive-credo-pj .magazine-cats-list .magazine-cat-item+.magazine-cat-item,
.tax-credo_category .magazine-cats-list .magazine-cat-item+.magazine-cat-item {
	margin-left: 50px;
}

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

	.journal-archive.archive .magazine-cats-list .magazine-cat-item+.magazine-cat-item,
	.post-type-archive-credo-pj .magazine-cats-list .magazine-cat-item+.magazine-cat-item,
	.tax-credo_category .magazine-cats-list .magazine-cat-item+.magazine-cat-item {
		margin-left: 36px;
	}
}

.journal-archive.archive .no-post {
	text-align: center;
}

/* ========== sdgs/ credo ========== */
#sdgs-act-intro .img-box {
	margin-bottom: 70px;
}

#sdgs-act-intro .txt-area,
#credo-pj-intro .txt-area {
	text-align: center;
}

#credo-pj-intro .txt-area+.txt-area {
	margin-top: 40px;
}

#credo-pj-intro {
	position: relative;
	padding-top: 240px;
}

#credo-pj-intro::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 80%;
	content: "";
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%), url(../images/credo_back.jpg) no-repeat center center / cover;
}

#sdgs-action .sec-ttl-box,
#sdgs-pickup .sec-ttl-box,
#credo-pj .sec-ttl-box {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}

#sdgs-action .sec-ttl-box .en,
#sdgs-pickup .sec-ttl-box .en,
#credo-pj .sec-ttl-box .en {
	font-size: 4.2rem;
	font-weight: 400;
	line-height: 1;
}

#sdgs-action .sec-ttl-box .ja,
#sdgs-pickup .sec-ttl-box .ja,
#credo-pj .sec-ttl-box .ja {
	margin-top: 8px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
}

#sdgs-action .sec-ttl-box::before,
#sdgs-pickup .sec-ttl-box::before,
#credo-pj .sec-ttl-box::before {
	position: absolute;
	bottom: -30px;
	left: calc(50% - 15px);
	display: block;
	width: 30px;
	height: 2px;
	content: "";
	background-color: #0057b7;
}

.credo-pj-ttl {
	margin-bottom: 50px;
	text-align: center;
}

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

	#sdgs-act-intro .txt-area,
	#credo-pj-intro .txt-area {
		text-align: left;
	}

	#credo-pj-intro {
		padding-top: 100px;
	}

	#credo-pj-intro::before {
		height: 260px;
	}
}

/* ========== square-links ========== */
.square-links {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.square-links.flexbox {
		display: block;
	}
}

.square-links .square-links-item {
	position: relative;
	width: 250px;
	height: 250px;
	font-size: 2.4rem;
	color: #fff;
	letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
	.square-links .square-links-item {
		width: 100%;
		height: 200px;
	}
}

.square-links .square-links-item::before {
	position: absolute;
	top: -16px;
	left: -7px;
	display: block;
	font-family: Oswald, sans-serif;
	font-size: 13rem;
	line-height: 1;
	color: #5d8cc6;
	letter-spacing: -0.06em;
}

.square-links .square-links-item.flexbox {
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.square-links .square-links-item:first-child {
	background-color: #1c71b5;
}

.square-links .square-links-item:first-child::before {
	top: -16px;
	left: -7px;
	color: #5d8cc6;
	content: "01";
}

.square-links .square-links-item:nth-child(2) {
	background-color: #03487e;
}

.square-links .square-links-item:nth-child(2)::before {
	top: -16px;
	left: -7px;
	color: #1f569a;
	content: "02";
}

.square-links .square-links-item:nth-child(3) {
	background-color: #003869;
}

.square-links .square-links-item:nth-child(3)::before {
	top: -16px;
	left: -7px;
	color: #316097;
	content: "03";
}

.square-links .square-links-item:nth-child(4) {
	background-color: #0a2344;
}

.square-links .square-links-item:nth-child(4)::before {
	top: -16px;
	left: -7px;
	color: #173860;
	content: "04";
}

/* ========== recruit ========== */
.interview-child .content-width {
	width: 1040px;
}

@media screen and (max-width: 768px) {
	.interview-child .content-width {
		width: 100% !important;
	}
}

@media screen and (max-width: 768px) {
	.interview-child .upper.flexbox {
		display: block;
	}
}

.interview-child .txt-area {
	margin-top: 20px;
	font-size: 1.5rem;
}

.interview-child .recruit-outline {
	margin-top: 100px;
}

.interview-child .recruit-outline .sec-inner {
	background-color: #0057b7;
}

.interview-child .recruit-outline .upper .img-box {
	width: 800px;
}

@media screen and (max-width: 768px) {
	.interview-child .recruit-outline .upper .img-box {
		width: 100%;
	}
}

.interview-child .recruit-outline .sec-ttl-box .en {
	font-size: 4.2rem;
	line-height: 1;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.interview-child .recruit-outline .sec-ttl-box .en {
		margin-top: 20px;
	}
}

.interview-child .recruit-outline .sec-ttl-box .ja {
	margin-top: 10px;
	font-size: 1.4rem;
	color: #fff;
}

.interview-child .recruit-outline .content-wrapper {
	width: 800px;
	background-color: transparent;
}

@media screen and (max-width: 768px) {
	.interview-child .recruit-outline .content-wrapper {
		width: 100%;
	}
}

.interview-child .recruit-outline .content-wrapper .txt-area {
	color: #fff;
}

.interview-child .recruit-detail .content-width {
	width: 800px;
	margin: 0 auto;
}

.interview-child .recruit-detail .img-box {
	margin-top: 50px;
}

.interview-child .recruit-detail .content-inner+.content-inner {
	margin-top: 100px;
}

.interview-child .recruit-detail .content-inner h3 {
	font-size: 2.4rem;
}

.interview-child .recruit-detail .signature .img-box {
	text-align: right;
}

.interview-child .recruit-detail .signature .president {
	margin-top: 10px;
	text-align: right;
}

.interview-child .recruit-detail .signature .president .position {
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: 0.04em;
}

.interview-child .recruit-detail .signature .president .name {
	padding-left: 20px;
	font-size: 2.4rem;
}

/* ========== recruit-requirements ========== */
#requirements .sec-inner {
	background-color: #0057b7;
}

#requirements table {
	border: none;
}

#requirements td,
#requirements th {
	text-align: left;
	vertical-align: top;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #eee;
}

#requirements th {
	width: 130px;
}

@media screen and (max-width: 768px) {
	#requirements th {
		width: 100px;
	}
}

.error404 h1 {
	text-align: center;
}

.error404 .content-box .txt-area {
	margin-top: 20px;
	text-align: center;
}

.purpose-cats .content-width {
	margin-top: 70px;
}

.purpose-cats .purpose-cats-list.flexbox {
	justify-content: space-between;
}

.purpose-cats-list .purpose-cat-item {
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	.purpose-cats .purpose-cats-list.flexbox {
		flex-wrap: wrap;
		align-items: center;
	}

	.purpose-cats-list .purpose-cat-item {
		width: 50%;
		margin-top: 15px;
		font-size: 1.4rem;
		text-align: center;
	}

	.purpose-cats-list .purpose-cat-item:nth-child(-n+2) {
		margin-top: 0;
	}
}

/* = pickup-container
-------------------------------------------------------------- */
#sdgs-pickup {
	background-color: #0057b7;
}

#sdgs-pickup .sec-ttl-box {
	color: #fff;
}

#sdgs-pickup .sec-ttl-box::before {
	background-color: #fff;
}

.pickup-container {
	width: 900px;
	margin: 90px auto 0;
}

.pickup-container .pickup-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 2%;
	row-gap: 40px;
	background-color: #fff;
	border: 1px solid #0057b7;
	padding: 30px;
}

.pickup-container .pickup-item+.pickup-item {
	margin-top: 40px;
}

.pickup-container .pickup-item .img-box {
	width: 40%;
	margin-bottom: 0 !important;
}

.pickup-container .pickup-item .txt-box {
	width: 55%;
}

.pickup-container .pickup-item .txt-box .ttl {
	font-size: 2.6rem;
	line-height: 1.4;
}

.pickup-container .pickup-item .txt-box .txt {
	margin-top: 20px;
}

.pickup-container .pickup-item .txt-box .btn-box {
	margin-top: 30px;
}

.pickup-container .pickup-item .txt-box .arrow-right::after {
	top: 25px;
	right: 20px;
}

@media screen and (max-width: 768px) {
	.pickup-container {
		width: 100%;
		margin: 90px auto 0;
	}

	.pickup-container .pickup-item .img-box,
	.pickup-container .pickup-item .txt-box {
		width: 100%;
	}

	.pickup-container .pickup-item .txt-box .ttl {
		font-size: 2.4rem;
	}

	.pickup-container .pickup-item .txt-box .btn {
		margin: auto;
	}
}