  @charset "UTF-8";

/*
Theme Name: 福田組
Description: Fukuda corporation Theme
Version: 1.0.0
 */

.wf-regulator {
	font-style: normal;
	font-weight: 700;
	font-family: regulator-nova, sans-serif;
}

.mincho {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN", "source-han-serif-japanese", serif;
}

body {
	font-family: noto-sans-cjk-jp, "游ゴシック体", YuGothic, "游ゴシック Medium",
		"Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, verdana, sans-serif;
}

/* =color
-------------------------------------------------------------- */
.main-txt-color {
	color: #1953a3;
}

.main-bg-color {
	background-color: #1953a3;
}

.sec-bg-color {
	background-color: #efefef;
}

.color-red {
	color: #d71518;
}

/* =Layout
-------------------------------------------------------------- */
#wrapper {
	position: relative;
	min-width: 1040px;
	overflow: hidden;
}

#main {
	position: relative;
	padding-top: 80px;
	overflow: hidden;
}

.container {
	padding-top: 60px;
	padding-bottom: 100px;
}

.container.has-sidebar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.content.sidebar-exist {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
	padding-right: 2%;
	border-right: 1px solid #efefef;
}

.top-container {
	padding-top: 0;
}

#sidebar {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 40%;
	padding-left: 5%;
}

/* = Common Layout
-------------------------------------------------------------- */
.content-width {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}

.sec-box {
	margin-top: 0;
}

.sec-box+.sec-box {
	margin-top: 60px;
}

.sec-img {
	text-align: center;
}

.sec-img+.sec-box {
	margin-top: 60px;
}

/*btn-box*/
.sec-box .btn-box {
	text-align: center;
}

.subsec-box {
	margin-top: 20px;
}

.subsec-box+.subsec-box {
	margin-top: 40px;
}

/* =title
-------------------------------------------------------------- */
.page-ttl-box {
	padding-bottom: 20px;
	letter-spacing: 0.06em;
}

.page-ttl {
	margin: 0;
	font-size: 3.4rem;
	line-height: 1.2;
}

.page-subttl {
	margin: 8px 0 0;
	font-weight: 700;
	font-size: 1rem;
	color: #1953a3;
}

.sec-ttl-box {
	margin: 0 0 20px;
}

.sec-ttl {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.sec-ttl::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 10px;
	background: #dfe7f2;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.sec-subttl {
	margin: 0;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.1;
	color: #1953a3;
}

.subsec-ttl-box {
	margin-bottom: 16px;
}

.subsec-ttl {
	position: relative;
	margin: 0;
	padding-left: 17px;
	font-weight: 700;
	font-size: 2.1rem;
	line-height: 1.2;
	color: #1953a3;
}

.subsec-ttl::before,
.subsec-ttl::after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	height: 100%;
}

.subsec-ttl::before {
	left: 0;
	width: 4px;
	background-color: #1953a3;
}

.subsec-ttl::after {
	left: 7px;
	width: 1px;
	margin-left: 2px;
	background-color: #bbbbbb;
}

/* =button
-------------------------------------------------------------- */
.btn {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px 60px;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.1em;
	background: #26a1ff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn:hover,
.btn:active,
.btn:focus {
	color: #ffffff;
	background: #6dc0ff;
	opacity: 1;
}

.btn-box {
	margin: 30px 0 0;
}

.btn-block {
	display: block;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.btn-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 13px;
	height: 20px;
	background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.25%2028.42%22%3E%3Cpath%20d%3D%22M1%2027.42l17-12.71a.63.63%200%2000.12-.88l-.12-.12L1%201%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-icon img {
	display: inline-block;
	margin-right: 16px;
}

.btn-search {
	position: relative;
	display: inline-block;
}

.btn-search::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(/anniversary/css/assets/images/common/icon_search.png);
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.btn-box-center {
	margin-top: 30px;
	text-align: center;
}

.btn-blue {
	width: 436px;
	padding: 32px 0;
	font-weight: 100;
	font-size: 2rem;
	letter-spacing: 0;
	background-color: #263288;
}

.btn-blue::before {
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	display: inline-block;
	width: 22px;
	height: 12px;
	margin: auto;
	background: url(/anniversary/img/icon_arrow_01.svg) center / contain no-repeat;
	transition: all 0.3s ease;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
	background: #263288;
	opacity: 0.8;
}

.btn-blue:hover::before {
	right: 10px;
	transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
	.btn-blue {
		width: 100%;
	}
}

/* = Header
-------------------------------------------------------------- */
.header {
	position: relative;
	height: 80px;
	background: #ffffff;
}

.header.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	min-width: 1040px;
}

.header-content {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding-right: 20px;
	padding-left: 20px;
	background: #ffffff;
}

.header-logo {
	z-index: 100;
	margin: 0;
}

.global-nav .menu>li {
	position: relative;
	display: inline-block;
	padding: 17px 0;
}

.global-nav .menu>li a {
	display: inline-block;
	font-weight: 700;
	font-size: 1.5rem;
}

.global-nav .menu>li a:not([href]) {
	/*color: #1b1b1b;*/
	cursor: pointer;
}

.global-nav .menu>li span {
	/*display: block;*/
	display: none;
	font-weight: 700;
	font-size: 1rem;
	color: #1953a3;
}

.global-nav .menu>li:not(:first-child) {
	margin-left: 14px;
}

.global-nav .sub-menu {
	position: absolute;
	top: 80px;
	width: 100%;
	min-width: 220px;
	margin-left: -10px;
	padding: 0 10px;
	background: #ffffff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.global-nav .sub-menu li {
	padding: 10px 20px;
}

.global-nav li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

.sp-menu {
	position: fixed;
	top: 0;
	right: -100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 400px;
	height: 100%;
	padding: 100px 30px 30px;
	overflow-y: scroll;
	background: #ffffff;
	-webkit-transition: right ease-out 0.5s;
	transition: right ease-out 0.5s;

	@media screen and (min-width: 450px) {
		max-width: 400px;
	}
}

.sp-nav .menu-item {
	position: relative;
}

.sp-nav .menu-item a {
	display: block;
	font-weight: 700;
	font-size: 1.6rem;
}

.sp-nav .menu-item span {
	display: block;
	font-weight: 700;
	font-size: 1rem;
	color: #1953a3;
}

.sp-nav .menu-item:not(:first-child) {
	margin-top: 20px;
}

.sp-nav .menu-item-has-children {
	position: relative;
}

.sp-nav .menu-item-has-children .sub-menu {
	display: none;
	width: 224px;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	background: #ffffff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.sp-nav .menu-item-has-children .sub-menu .menu-item {
	padding: 10px 20px;
}

.sp-nav .menu-item-has-children .submenu-toggle {
	position: absolute;
	top: 14px;
	right: 0;
	z-index: 10;
	display: block;
	width: 13px;
	height: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.sp-nav .menu-item-has-children .submenu-toggle::before,
.sp-nav .menu-item-has-children .submenu-toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 13px;
	height: 2px;
	background: #1953a3;
	-webkit-transition: -webkit-transform ease-out 0.5s;
	transition: -webkit-transform ease-out 0.5s;
	transition: transform ease-out 0.5s;
	transition: transform ease-out 0.5s, -webkit-transform ease-out 0.5s;
}

.sp-nav .menu-item-has-children .submenu-toggle::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-nav .menu-item-has-children .submenu-toggle.is-active::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-nav .menu-item-has-children .submenu-toggle.is-active::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.nav-toggle {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 10;
	display: none;
	width: 25px;
	height: 22px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.nav-toggle span {
	position: absolute;
	left: 0;
	display: block;
	width: 25px;
	border-bottom: solid 2px #1953a3;
	-webkit-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}

.nav-toggle span:nth-child(1) {
	top: 0;
}

.nav-toggle span:nth-child(2) {
	top: 10px;
}

.nav-toggle span:nth-child(3) {
	top: 20px;
}

.is-active .nav-toggle span:nth-child(1) {
	top: 10px;
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.is-active .nav-toggle span:nth-child(2) {
	-webkit-transform: scale(0.1, 1);
	transform: scale(0.1, 1);
	opacity: 0;
}

.is-active .nav-toggle span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* =to top
-------------------------------------------------------------- */
#to-top {
	position: fixed;
	right: -100px;
	bottom: 20px;
	z-index: 10;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#to-top a {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	padding: 0 5px;
	vertical-align: top;
	text-align: center;
	color: #ffffff;
	background: #1b1b1b;
	border-radius: 50%;
}

#to-top a .arrow-top {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 15px;
	height: 15px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-webkit-transform: translate(-50%, -40%) rotate(-45deg);
	transform: translate(-50%, -40%) rotate(-45deg);
}

#to-top a:hover {
	opacity: 1;
}

#to-top.is-active {
	right: 20px;
}

/* = Footer
-------------------------------------------------------------- */
.footer {
	padding-top: 96px;
	color: #ffffff;
	background: #1b1b1b;
}

.footer-ttl {
	margin: 0 0 15px;
	font-size: 1.4rem;
}

.footer-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 0 15px;
}

.footer-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer-nav {
	margin-left: 40px;
}

.footer-nav>li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
	font-weight: 700;
	font-size: 1.8rem;
}

.footer-nav>li a:not([href]) {
	color: #ffffff;
}

.footer-nav>li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 4px solid #1953a3;
	border-radius: 50%;
}

.footer-nav>li .sub-menu {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2;
}

.footer-bottom {
	color: #717171;
	border-top: 1px solid #717171;
}

.footer-bottom-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 14px 0;
}

.footer-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer-links li+li {
	margin-left: 30px;
}

/*copyright*/
.copyright {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.copyright small {
	margin: 0;
	font-size: 1em;
}

/* =main-visual
-------------------------------------------------------------- */
/*top mv*/
.top-mv .mv-inner {
	position: relative;
	height: 640px;
	margin-left: calc((100% - 900px) / 2);
}

.top-mv .mv-inner::before {
	content: "";
	position: absolute;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/anniversary/css/assets/images/top/mv_text.png) bottom 0 left no-repeat;
	background-size: contain;
}

.top-mv-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top-mv .mv-ttl {
	position: absolute;
	top: 340px;
	left: 60px;
	z-index: 1;
	margin: 0;
	font-weight: 500;
	font-size: 4.6rem;
	line-height: 1.4;
	color: #ffffff;
}

.top-mv .mv-bg-item {
	height: 640px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.top-mv .mv-bg-item.mv-bg-item01 {
	background-image: url(/anniversary/css/assets/images/top/fv_01.jpg);
}

.top-mv .mv-bg-item.mv-bg-item02 {
	background-image: url(/anniversary/css/assets/images/top/fv_02.jpg);
}

.top-mv .mv-bg-item.mv-bg-item03 {
	background-image: url(/anniversary/css/assets/images/top/fv_03.jpg);
}

.top-mv .mv-bg-item.mv-bg-item04 {
	background-image: url(/anniversary/css/assets/images/top/fv_04.jpg);
}

.top-mv .mv-bg-item.mv-bg-item05 {
	background-image: url(/anniversary/css/assets/images/top/fv_05.jpg);
}

.top-mv {
	position: relative;
}

.top-mv .bnr-box {
	position: absolute;
	top: 20px;
	left: 3%;
	width: 180px;
	z-index: 10;
}

.top-mv .bnr-box .img-box {
	display: block;
}

.top-mv .bnr-box .img-box+.img-box {
	margin-top: 10px;
}

@media screen and (max-width: 1000px) {
	.top-mv .bnr-box {
		width: 140px;
	}
}

@media screen and (max-width: 767px) {
	.top-mv {
		padding-bottom: 200px;
	}

	.top-mv .mv-ttl {
		display: none;
	}

	.top-mv .bnr-box {
		top: auto;
		bottom: 0;
		left: unset;
		width: 100%;
		text-align: center;
	}

	.top-mv .bnr-box .img-box {
		display: inline-block;
	}

	.top-mv .bnr-box .img-box+.img-box {
		margin-top: 0;
		margin-left: 6px;
	}

}

/*mv*/
.mv {
	background: #1953a3 url(/anniversary/img/mv_bg.jpg) top right no-repeat;
	background-size: cover;
}

.mv .mv-inner {
	display: table;
	height: 300px;
}

.mv .mv-ttl-box {
	display: table-cell;
	vertical-align: middle;
}

.mv .mv-ttl {
	margin: 30px 0 0;
	font-weight: 400;
	font-size: 4rem;
	line-height: 1.2;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.1em;
}

.mv .mv-subttl {
	margin: 0;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.2;
	text-align: center;
	color: #4b7dc3;
	letter-spacing: 0.1em;
}

/* = .breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
	padding: 8px 0;
	font-size: 1.4rem;
	background: #ffffff;
}

.breadcrumbs a,
.breadcrumbs a:hover,
.breadcrumbs a:active {
	color: #1953a3;
}

.breadcrumbs>span {
	color: #1b1b1b;
}

/* =single
-------------------------------------------------------------- */
.post-ttl {
	margin: 0;
	padding: 0 0 30px;
	font-size: 3.6rem;
	line-height: 1.2;
}

/* = Sidebar
-------------------------------------------------------------- */
.side-box {
	padding-bottom: 50px;
}

.side-ttlbox {
	padding-bottom: 10px;
}

.side-ttl {
	margin: 0;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

.side-subttl {
	margin: 0;
	font-size: 1.3rem;
	color: #1953a3;
	letter-spacing: 0.1em;
}

/* = Pagenavi
-------------------------------------------------------------- */
.wp-pagenavi {
	clear: both;
	margin: 30px 0 0;
	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-weight: bold;
	line-height: 3;
	vertical-align: middle;
	text-align: center;
	color: #999999;
	border: 2px solid #cccccc;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.wp-pagenavi a:hover,
.wp-pagenavi span {
	color: #ffffff;
	text-decoration: none;
	background: #1b1b1b;
	border-color: #1b1b1b;
	opacity: 1;
}

.wp-pagenavi a:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.wp-pagenavi .extend {
	width: 1em;
	color: #1b1b1b;
	background: rgba(0, 0, 0, 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;
	vertical-align: middle;
	text-indent: -999999px;
	background: #ffffff;
}

.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
}

.wp-pagenavi .previouspostslink::after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.wp-pagenavi .nextpostslink::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
	border-color: #ffffff;
}

.result_count {
	margin-bottom: 15px;
	font-size: 1.4rem;
	text-align: center;
	color: #999999;
}

/* = #nav-below
-------------------------------------------------------------- */
#nav-below {
	padding: 2.5rem 0 0;
	font-size: 1.4rem;
	border-top: 1px solid #efefef;
}

#nav-below a {
	display: table;
	width: 100%;
}

#nav-below .nav-previous {
	float: left;
}

#nav-below .nav-next {
	float: right;
}

#nav-below .nav-previous a,
#nav-below .nav-next a {
	position: relative;
	display: inline-block;
	min-width: 12em;
	height: 3em;
	font-weight: 700;
	line-height: 3;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	background: #26a1ff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#nav-below .nav-previous a:hover,
#nav-below .nav-next a:hover {
	color: #ffffff;
	background-color: #6dc0ff;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#nav-below .nav-previous a::before,
#nav-below .nav-next a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#nav-below .nav-previous a::before {
	left: 20px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

#nav-below .nav-next a::after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-below .nav-previous a:hover::before,
#nav-below .nav-next a:hover::after {
	border-color: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#nav-below .nav-previous a:hover::before {
	left: 10px;
}

#nav-below .nav-next a:hover::after {
	right: 10px;
}

#nav-below .leftside {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}

#nav-below .rightside {
	float: right;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	text-align: right;
	border-left: 1px solid #efefef;
}

#nav-below h3 {
	margin: 0 0 1rem 0;
	font-size: 1.5rem;
}

#nav-below .imgbox {
	display: table-cell;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 74px;
	overflow: hidden;
	vertical-align: middle;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

#nav-below a img {
	width: 100%;
}

#nav-below a h4 {
	display: table-cell;
	padding: 0 1rem;
	font-weight: 400;
	line-height: 1.25;
	vertical-align: middle;
}

#nav-below .first,
#nav-below .last {
	margin: 2.85rem 0;
}

/* =serch-form
-------------------------------------------------------------- */
.search-form {
	font-size: 0;
}

.search-form input {
	font-size: 1.6rem;
}

.search-form input[type="text"] {
	padding: 2px 0.5em;
}

/* =list common
-------------------------------------------------------------- */
.entry-meta-box .entry-date {
	margin-right: 10px;
	font-size: 1.6rem;
	line-height: 1.6;
}

.entry-list-item {
	padding: 10px 0;
}

.cat-box {
	display: inline-block;
}

.cat-box a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 120px;
	padding: 6px 10px;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
	background: #dfe7f2;
}

.cat-box .cat-ir {
	color: #ffffff;
	background: #d12c40;
}

.cat-box .cat-ir:hover,
.cat-box .cat-ir:active {
	background: #df6674;
}

.cat-box .cat-recruit {
	color: #ffffff;
	background: #00954c;
}

.cat-box .cat-recruit:hover,
.cat-box .cat-recruit:active {
	background: #00c866;
}

.cat-box .cat-info {
	color: #ffffff;
	background: #1953a3;
}

.cat-box .cat-info:hover,
.cat-box .cat-info:active {
	background: #206acf;
}

.entry-ttl {
	margin: 0;
	font-weight: 400;
	font-size: 1.8rem;
	word-wrap: break-word;

	overflow-wrap: break-word;
}

/* = post list
-------------------------------------------------------------- */
.post-list .entry-list-item .item-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.post-list .entry-list-item+.entry-list-item {
	margin-top: 10px;
}

.post-list .entry-meta-box {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-flex: 0;

	-ms-flex: 0 0 auto;
}

.post-list .entry-meta-box .entry-date {
	display: inline-block;
}

.post-list .entry-meta-box .cat-box {
	margin-right: 10px;
}

.post-list .entry-ttl-box {
	margin-left: 1em;
}

/* = blog list
-------------------------------------------------------------- */
.blog-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -20px;
}

.blog-list .entry-list-item {
	width: 32%;
	margin: 0 2% 2% 0;
}

.blog-list .entry-list-item:nth-child(3n) {
	margin-right: 0;
}

.blog-list .entry-meta-box {
	margin: 10px 0;
}

.blog-list .entry-meta-box .entry-date {
	float: left;
}

.blog-list .entry-meta-box .cat-box {
	float: right;
}

/* = side list
-------------------------------------------------------------- */
.side-list .entry-list-item {
	margin: 0 0 15px;
}

.side-list .entry-list-item:last-child {
	margin-bottom: 0;
}

.side-list .side-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.side-list .thumb-box {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-flex: 0;
	width: 80px;

	-ms-flex: 0 0 auto;
}

.side-list .item-inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	text-align: left;
}

.side-list .entry-ttl {
	margin: 0;
	font-weight: 400;
	font-size: 1.5rem;
}

.side-list .entry-meta-box {
	margin: 10px 0;
}

.side-list .entry-meta-box .entry-date {
	float: left;
	margin-right: 20px;
	font-size: 1.4rem;
}

.side-list .entry-meta-box .cat-box {
	display: inline-block;
}

.table {
	border-top: none;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-left: none;
}

.table th,
.table td {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
}

.table thead th {
	color: #ffffff;
	background-color: #1953a3;
}

.table tbody th {
	font-weight: 700;
	color: #717171;
	background: none;
}

.table tr:nth-child(even) th,
.table tr:nth-child(even) td {
	background-color: #dfe7f2;
}

.table .cell-date {
	width: 20%;
}

.table .cell-file {
	width: 20%;
	text-align: center;
}

.table .cell-file a {
	display: inline-block;
}

.table .cell-file img {
	width: 32px;
	height: 32px;
}

/* =table-dl-box
-------------------------------------------------------------- */
.table-dl-box {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bbbbbb;
}

.table-dl-box dl {
	display: table;
	width: 100%;
	margin: 0;
	border-top: 1px solid #bbbbbb;
}

.table-dl-box dt,
.table-dl-box dd {
	display: table-cell;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 48px;
	margin: 0;
	padding: 20px 30px;
	vertical-align: middle;
}

.table-dl-box dt {
	width: 25%;
	font-weight: 700;
	font-size: 1.5rem;
	background-color: #efefef;
}

.table-dl-box dd {
	width: 70%;
	font-size: 1.5rem;
}

.table-dl-box.history-lists {
	width: 80%;
	border-bottom: none;
}

.table-dl-box.history-lists dl {
	border-top: none;
}

.table-dl-box.history-lists dl+dl {
	margin-top: 1em;
}

.table-dl-box.history-lists dt,
.table-dl-box.history-lists dd {
	min-height: initial;
	padding: 0.5em 0;
	vertical-align: top;
	background-color: #ffffff;
}

.table-dl-box.history-lists dt {
	width: 28%;
	color: #1953a3;
}

.table-dl-box.history-lists dd {
	width: 72%;
	padding-right: 1em;
	padding-left: 1em;
}

.table-dl-box.file-lists dt {
	width: 28%;
}

.table-dl-box.file-lists dd {
	position: relative;
	width: 72%;
	padding: 20px 50px 20px 10px;
}

.table-dl-box.file-lists .btn-download-file {
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.table-dl-box.file-lists .btn-download-file img {
	width: 32px;
	height: 32px;
}

.table-dl-box.file-only dt {
	width: 45%;
	padding: 17px 20px;
}

.table-dl-box.file-only dd {
	padding: 17px 10px;
	vertical-align: middle;
	text-align: right;
}

.table-dl-box.file-only .btn-download-file {
	display: inline-block;
}

.table-dl-box.file-only .btn-download-file img {
	width: 32px;
	height: 32px;
}

.table-dl-box.date-lists dt {
	width: 16em;
	text-align: right;
}

.table-dl-box.date-lists dd {
	width: calc(100% - 16em);
}

.table-dl-box.businessrepo-lists dt {
	width: 40%;
}

.table-dl-box.businessrepo-lists dd {
	width: 60%;
}

.lists-faq-inner+.lists-faq-inner {
	margin-top: 30px;
}

.lists-faq .faq-question,
.lists-faq .faq-answer {
	padding: 20px 40px;
	border: 1px solid #dfe7f2;
}

.lists-faq .faq-question {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 30px;
	font-weight: 700;
	font-size: 2rem;
	background-color: #dfe7f2;
	cursor: pointer;
}

.lists-faq .faq-question-inner {
	padding-right: 40px;
	padding-left: 40px;
}

.lists-faq .faq-question-inner::before {
	content: "Q.";
	position: absolute;
	top: 20px;
	left: 40px;
	padding-right: 20px;
	font-weight: 700;
	font-size: 2rem;
}

.lists-faq .faq-question-inner::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 40px;
	display: block;
	width: 13px;
	height: 20px;
	background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.25%2028.42%22%3E%3Cpath%20d%3D%22M1%2027.42l17-12.71a.63.63%200%2000.12-.88l-.12-.12L1%201%22%20fill%3D%22none%22%20stroke%3D%22%231b1b1b%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	-webkit-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}

.lists-faq .faq-question-inner.is-active::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.lists-faq .faq-answer {
	margin-left: 0;
}

.lists-faq .faq-answer-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.lists-faq .faq-answer-inner::before {
	content: "A.";
	padding-right: 20px;
	font-weight: 700;
	font-size: 2rem;
}

.lists-faq .faq-answer-inner a {
	color: #1953a3;
}

.lists-faq .faq-question+.faq-answer {
	display: none;
}

.lists-faq .ex_link {
	position: relative;
	display: inline-block;
	padding-left: 1em;
}

.lists-faq .ex_link::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	padding-right: 0.5em;
	border-width: 5px 0 5px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #1953a3;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.list li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

.list li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #26a1ff;
	border-radius: 50%;
}

.list li+li {
	margin-top: 10px;
}

.list ul {
	margin-top: 10px;
}

.list ul>li::before {
	background: rgba(38, 161, 255, 0.6);
}

.list-num {
	margin: 1em 0;
	padding-left: 1em;
	list-style-type: decimal;
}

.list-num li {
	padding-left: 0.5em;
	list-style-type: decimal;
	line-height: 2;
}

.columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.columns .column-half {
	width: 50%;
}

.images-box {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 30px;
}

.images-box figure {
	display: block;
	margin: 0;
}

.images-box figure+figure,
.images-box figure+.btn {
	margin-left: 5%;
}

.topics-categories {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1%;
	margin-left: -1%;
}

.topics-category {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	padding: 0 1% 2%;
}

.topics-category .btn {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

.topics-year {
	margin-top: 40px;
	font-size: 1.8rem;
	text-align: right;
}

.topics-year-item {
	display: inline-block;
	padding: 0 20px;
}

.topics-year-item+.topics-year-item {
	border-left: 1px solid #efefef;
}

.topics-year .current-year {
	color: #1953a3;
}

.calendar-note {
	display: inline-block;
	margin-left: auto;
	font-size: 1.4rem;
}

.projects-box+.projects-box {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #efefef;
}

.projects-year {
	margin: 0;
	font-size: 2rem;
	color: #1953a3;
}

.projects-btn-box {
	margin-top: 20px;
	text-align: right;
}

.projects-link-box {
	display: block;
	opacity: 1;
}

.projects-link-box .thumb-box {
	position: relative;
	overflow: hidden;
}

.projects-link-box .thumb-box img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.5s ease-out;
	transition: -webkit-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.projects-link-box .thumb-box::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0);
}

.projects-link-box:hover .thumb-box img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.projects-link-box:hover .thumb-box::before {
	background-color: rgba(255, 255, 255, 0.3);
}

.projects-link-box .entry-ttl {
	color: #26a1ff;
}

@media screen and (max-width: 1000px) {
	/* PC */
}

@media screen and (max-width: 768px) {

	/* SP */
	#wrapper {
		min-width: auto;
	}

	.container.has-sidebar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.content.sidebar-exist,
	#sidebar {
		float: none;
		width: 100%;
	}

	.content.sidebar-exist {
		padding-right: none;
		border-right: none;
	}

	#sidebar {
		margin-top: 100px;
		padding-left: 0;
	}

	.content-width {
		padding-right: 30px;
		padding-left: 30px;
	}

	.btn-block {
		width: 380px;
	}

	.header.header-fixed {
		min-width: 100%;
	}

	.header-content {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.global-nav {
		display: none;
	}

	.nav-toggle {
		display: block;
	}

	.is-active .global-nav {
		visibility: visible;
		opacity: 1;
	}

	.is-active .sp-menu {
		right: 0;
	}

	.footer {
		padding-top: 40px;
	}

	.footer-logo {
		text-align: center;
	}

	.footer-main,
	.footer-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-nav {
		margin-top: 20px;
		margin-left: 0;
	}

	.footer-bottom-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.footer-links,
	.copyright {
		width: 100%;
	}

	.footer-links li {
		width: 50%;
	}

	.copyright {
		margin-top: 30px;
	}

	.top-mv .mv-inner {
		position: relative;
		height: 300px;
		margin-left: 0;
	}

	.top-mv .mv-inner::before {
		background-size: contain;
	}

	.top-mv .mv-inner .mv-bg-item {
		height: 300px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		display: inline-block;
		width: 1.9em;
		height: 1.9em;
		font-size: 1.6rem;
		line-height: 2em;
	}

	#nav-below {
		margin-bottom: 4rem;
	}

	#nav-below a h4 {
		font-size: 1.3rem;
	}

	.search-form {
		display: none;
	}

	.entry-meta-box {
		margin: 0 0 10px !important;
	}

	.post-list .entry-ttl-box {
		margin-left: 0;
	}

	.post-list .entry-list-item+.entry-list-item {
		margin-top: 20px;
	}

	.post-list .entry-list-item .item-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.blog-list .entry-list-item {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.blog-list .thumb-box {
		float: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		padding-right: 2%;
	}

	.blog-list .item-inner {
		float: right;
		width: 50%;
	}

	.side-list .item-inner {
		width: 380px;
	}

	.table th,
	.table td {
		width: 100%;
	}

	.table th:not(.cell-date),
	.table td:not(.cell-date) {
		display: inline-block;
	}

	.table .cell-date {
		width: 180px;
	}

	.table .cell-file {
		width: 100%;
	}

	.table td.cell-date {
		vertical-align: top;
	}

	.table tbody .cell-file {
		text-align: right;
	}

	.table-dl-box dl,
	.table-dl-box dt,
	.table-dl-box dd {
		display: block;
		width: 100%;
	}

	.table-dl-box dt,
	.table-dl-box dd {
		padding: 20px;
	}

	.table-dl-box.history-lists {
		width: 100%;
	}

	.table-dl-box.history-lists dt,
	.table-dl-box.history-lists dd {
		width: 100%;
		padding: 0.25em 0;
	}

	.table-dl-box.date-lists dt,
	.table-dl-box.date-lists dd,
	.table-dl-box.businessrepo-lists dt,
	.table-dl-box.businessrepo-lists dd,
	.table-dl-box.file-lists dt,
	.table-dl-box.file-lists dd {
		width: 100%;
	}

	.table-dl-box.date-lists dt,
	.table-dl-box.businessrepo-lists dt,
	.table-dl-box.file-lists dt {
		text-align: left;
	}

	.table-dl-box.file-only dt {
		width: 100%;
	}

	.columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.columns .column-half {
		width: 100%;
	}

	.images-box figure {
		display: block;
		margin: 0;
	}

	.images-box figure+figure,
	.images-box figure+.btn {
		margin-top: 20px;
		margin-left: 0;
	}

	.topics-category {
		width: 50%;
	}

	.projects-btn-box {
		text-align: center;
	}
}

@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-size: 1.6rem;
	}
}

/* add in July 2020 by yokoki
----------------------------------------------------*/
/*note-list*/
.note-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
}

.note-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.note-list .entry-ttl {
	font-size: 2rem;
	line-height: 1.75;
	color: inherit;
	letter-spacing: 0.06em;
}

.note-list .item-inner {
	padding-top: 25px;
}

.note-list .item-detail {
	padding-top: 35px;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.06em;
}

.note-list .post-cat {
	display: inline-block;
	margin-left: 15px;
	padding: 0 6px;
	color: #26a1ff;
	border: solid 2px #26a1ff;
	border-radius: 5px;
}

.note-list li {
	width: 47%;
}

.note-list li:nth-child(n + 3) {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.note-list li {
		width: 100%;
	}

	.note-list li+li {
		margin-top: 50px;
	}

	.note-list .item-detail {
		padding-top: 10px;
	}
}

/*single-note*/
.single-note #main .content-width {
	width: 65%;
}

.single-note #main .entry-content {
	padding: 30px 0;
}

.single-note #main .thumb-img {
	margin-bottom: 30px;
}

.single-note #main .post-cat {
	display: inline-block;
	margin-left: 15px;
	padding: 0 6px;
	color: #26a1ff;
	border: solid 2px #26a1ff;
	border-radius: 5px;
}

@media screen and (max-width: 767px) {
	.single-note #main .content-width {
		width: 100%;
	}
}

/*header*/
.global-nav .menu>li {
	position: unset;
}

.global-nav .sub-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.global-nav .menu>li {
	padding: 27px 0;
}

.global-nav .nav-child {
	position: fixed;
	top: 80px;
	left: 0;
	width: 100vw;
	color: #ffffff;
	background-color: #1953a3;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.global-nav .nav-child-inner {
	padding: 47px 0 25px;
}

.global-nav .nav-child-inner .left {
	font-size: 2.6rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.global-nav .nav-child-ul {
	width: 734px;
}

.global-nav .nav-child-ul>li a {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 163px;
	font-weight: lighter;
	letter-spacing: 0.05em;
}

.global-nav #menu-global-nav>li:hover>.nav-child {
	visibility: visible;
	opacity: 1;
}

.global-nav #menu-global-nav>li {
	position: relative;
}

.global-nav #menu-item-1041::before,
.global-nav #menu-item-1042::before,
.global-nav #menu-item-1043::before,
.global-nav #menu-item-1016::before,
.global-nav #menu-item-791::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-width: 0 9px 9px 9px;
	border-style: solid;
	border-color: transparent transparent #1953a3 transparent;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease;
}

.global-nav #menu-item-1041:hover::before,
.global-nav #menu-item-1042:hover::before,
.global-nav #menu-item-1043:hover::before,
.global-nav #menu-item-1016:hover::before,
.global-nav #menu-item-791:hover::before {
	visibility: visible;
	opacity: 1;
	transition: all 0.2s ease;
}

/*mega-menu img*/
/*企業情報*/
.global-nav #menu-item-1041 .nav-child-ul li {
	width: 225px;
	margin-right: 4%;
}

.global-nav #menu-item-1041 .nav-child-ul li:nth-child(3n) {
	margin-right: 0;
}

.global-nav #menu-item-1041 #menu-item-40 {
	background: url(/anniversary/css/assets/images/menu/menu_company_01.jpg) no-repeat;
}

.global-nav #menu-item-1041 #menu-item-1020 {
	background: url(/anniversary/css/assets/images/menu/menu_company_02.jpg) no-repeat;
}

.global-nav #menu-item-1041 #menu-item-1938 {
	background: url(/anniversary/css/assets/images/menu/menu_company_03.jpg) no-repeat;
}

.global-nav #menu-item-1041 #menu-item-1021 {
	background: url(/anniversary/css/assets/images/menu/menu_company_04.jpg) no-repeat;
}

.global-nav #menu-item-1041 #menu-item-1022 {
	background: url(/anniversary/css/assets/images/menu/menu_company_05.jpg) no-repeat;
}

.global-nav #menu-item-1041 #menu-item-1023 {
	background: url(/anniversary/css/assets/images/menu/menu_company_06.jpg) no-repeat;
}

/*ソリューション*/
.global-nav #menu-item-1016 .nav-child-ul li {
	width: 225px;
	margin-right: 4%;
}

.global-nav #menu-item-1016 .nav-child-ul li:nth-child(3n) {
	margin-right: 0;
}

.global-nav #menu-item-1016 #menu-item-1017 {
	background: url(/anniversary/css/assets/images/menu/menu_solution_01.jpg) no-repeat;
}

.global-nav #menu-item-1016 #menu-item-1018 {
	background: url(/anniversary/css/assets/images/menu/menu_solution_02.jpg) no-repeat;
}

.global-nav #menu-item-1016 #menu-item-1019 {
	background: url(/anniversary/css/assets/images/menu/menu_solution_03.jpg) no-repeat;
}

/*株主?投資家*/
.global-nav #menu-item-1042 .nav-child-ul {
	width: 852px;
}

.global-nav #menu-item-1042 .nav-child-ul li {
	width: 160px;
	margin-right: 13px;
}

.global-nav #menu-item-1042 .nav-child-ul li:nth-child(5n) {
	margin-right: 0;
}

.global-nav #menu-item-1042 #menu-item-789 {
	background: url(/anniversary/css/assets/images/menu/menu_financial_01.jpg) no-repeat;
}

.global-nav #menu-item-1042 #menu-item-1024 {
	background: url(/anniversary/css/assets/images/menu/menu_financial_02.jpg) no-repeat;
}

.global-nav #menu-item-1042 #menu-item-1025 {
	background: url(/anniversary/css/assets/images/menu/menu_financial_03.jpg) no-repeat;
}

.global-nav #menu-item-1042 #menu-item-1026 {
	background: url(/anniversary/css/assets/images/menu/menu_financial_04.jpg) no-repeat;
}

.global-nav #menu-item-1042 #menu-item-1027 {
	background: url(/anniversary/css/assets/images/menu/menu_financial_05.jpg) no-repeat;
}

.global-nav #menu-item-1042 #menu-item-1028 {
	background: url(/anniversary/css/assets/images/menu/menu_financial_06.jpg) no-repeat;
}

.global-nav #menu-item-1042 #menu-item-1029 {
	background: url(/anniversary/css/assets/images/menu/menu_financial_07.jpg) no-repeat;
}

.global-nav #menu-item-1042 #menu-item-6655 {
	background: url(/anniversary/css/assets/images/menu/menu_financial_08.jpg) no-repeat;
}

.global-nav #menu-item-1042 .nav-child-ul>li a {
	margin-bottom: 25px;
	padding-top: 115px;
}

/*CSR*/
.global-nav #menu-item-1043 .nav-child-ul li {
	width: 225px;
	margin-right: 4%;
}

.global-nav #menu-item-1043 .nav-child-ul li:nth-child(3n) {
	margin-right: 0;
}

.global-nav #menu-item-1043 #menu-item-790 {
	background: url(/anniversary/css/assets/images/menu/menu_csr_01.jpg) top / 100% no-repeat;
}

.global-nav #menu-item-1043 #menu-item-5734 {
	background: url(/anniversary/css/assets/images/menu/menu_sdgs.jpg) top / 100% no-repeat;
}

.global-nav #menu-item-1043 #menu-item-1030 {
	background: url(/anniversary/css/assets/images/menu/menu_csr_02.jpg) top / 100% no-repeat;
}

.global-nav #menu-item-1043 #menu-item-1031 {
	background: url(/anniversary/css/assets/images/menu/menu_csr_03.jpg) top / 100% no-repeat;
}

.global-nav #menu-item-1043 .nav-child-ul {
	width: 790px;
}

.global-nav #menu-item-1043 .nav-child-ul>li a {
	padding-top: 132px;
}

.global-nav #menu-item-1043 .nav-child-ul li {
	width: 185px;
	margin-right: 16px;
}

.global-nav #menu-item-1043 .nav-child-ul li:nth-child(3n) {
	margin-right: 16px;
}

.global-nav #menu-item-1043 .nav-child-ul li:nth-child(4n) {
	margin-right: 0;
}

/* 採用情報 */
.global-nav #menu-item-791 .nav-child-ul li {
	width: 225px;
	margin-right: 4%;
}

.global-nav #menu-item-791 .nav-child-ul li:nth-child(3n) {
	margin-right: 0;
}

.global-nav #menu-item-791 #menu-item-9460 {
	background: url(/anniversary/css/assets/images/menu/menu_recruit_newgrads.jpg) no-repeat;
}

.global-nav #menu-item-791 #menu-item-9461 {
	background: url(/anniversary/css/assets/images/menu/menu_recruit_career.jpg) no-repeat;
}

/*entry.css*/
.post-ttl .entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content p {
	letter-spacing: 0.05em;
}

.nav-toggle.is-mobile {
	display: block;
}

.global-nav.is-mobile {
	display: none;
}

@media screen and (min-width: 769px) {
	.is-active .sp-menu.is-mobile {
		right: 0;
	}
}

.pdf-list {
	margin-top: 20px;
}

.pdf-list li {
	text-decoration: underline;
}