@charset "UTF-8";


/* Sass Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
	height: 100%;
}

html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	color: #323232;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 100%;
	list-style-type: none;
	text-align: left;
}

figure {
	margin: 0;
}

* {
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

a img {
	transition: opacity 0.3s ease-out;
}

a img:hover {
	opacity: 0.7;
}

p {
	font-size: 1.4rem;
	line-height: 1.6;
}

.eng {
	font-family: "Roboto", sans-serif;
}

.sp {
	display: none !important;
}

.pc {
	display: block !important;
}

.pc_ib {
	display: inline-block !important;
}

.hide {
	display: none !important;
}

#idx .inner {
	width: 1200px;
	margin: 0 auto;
	padding: 0 100px;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

#idx .outer_inner {
	min-width: 1200px;
	max-width: 1350px;
	margin: 0 auto;
}

.outer_inner {
	min-width: 1000px;
	max-width: 1360px;
	margin: 0 auto;
}

.bg_fixed {
	min-width: 1000px;
}

img.gTagImg{
	display: none;
}
/* ----------------------------------------------------------------------------------------------------
	wpブログスタイル
* --------------------------------------------------------------------------------------------------*/
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
	display: block;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	max-width: 100%;
	height: auto;
}

.clearfix {
	zoom: 1;
	overflow: hidden;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.page_link {
	text-align: center;
}

.page_link a.stickarrow {
	display: inline-block;
	min-width: 22em;
	padding: 1.8em 4em 1.8em 1em;
	background: #fff;
	background: #323232;
	text-align: center;
	transition: .3s;
}

.page_link a.stickarrow:hover {
	opacity: .7;
}

.stickarrow span {
	display: inline-block;
	position: relative;
	padding: 0;
	color: #fff;
	font-size: 1.3rem;
}

.stickarrow span::after {
	position: absolute;
	top: 20%;
	right: -2em;
	width: 1.3em;
	height: .3em;
	transform: translateY(-50%);
	transform: skew(45deg);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
}

.page_link a.stickarrow.center {
	padding: 1.8em 3em 1.8em 3em;
}

.stickarrow.center span::after {
	right: -4em;
}

a.trgt_blank span {
	position: relative;
	padding-right: 1.3em;
}

a.trgt_blank span::after {
	position: absolute;
	top: 60%;
	right: 0;
	width: .9em;
	height: .8em;
	transform: translateY(-50%);
	background: url("/img/corp/common/icon_blank.png") no-repeat top center/contain;
	content: '';
}

a.login span {
	position: relative;
	padding-left: 2em;
}

a.login span::before {
	position: absolute;
	top: 60%;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	transform: translateY(-50%);
	background: url("/img/corp/common/icon_login.png") no-repeat top center/contain;
	content: '';
}

.ie11 main {
	display: block;
}

main {
	padding-top: 86px;
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
#header {
	z-index: 100;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

h1#logo {
	width: 140px;
}

h1#logo img {
	width: 100%;
	height: auto;
}

#header_bg {
	background: #fff;
}

.header_inner {
	display: flex;
	align-items: center;
}

#gnav nav ul {
	display: flex;
	justify-content: flex-end;
}

#gnav nav ul li:last-child a {
	padding-right: 0;
}

#gnav nav ul li a {
	display: block;
	padding: 1em 1.8em 1.5em;
	font-size: 1.4rem;
	font-weight: 500;
	transition: .3s;
}

#gnav nav ul li a.active {
	color: #81bf00;
}

#gnav nav ul li a.active span::after {
	border-right: 1px solid #81bf00;
	border-bottom: 1px solid #81bf00;
}

a.dropdown-trigger span {
	position: relative;
}

a.dropdown-trigger span::after {
	position: absolute;
	top: 50%;
	right: -1em;
	width: .6rem;
	height: .6rem;
	transform: translateY(-50%) rotate(45deg);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	content: '';
}

#unav {
	margin-bottom: 1em;
	padding-top: 2em;
}

#unav nav ul {
	display: flex;
	justify-content: flex-end;
}

#unav nav ul li a {
	padding: 1em 2em;
	transition: .3s;
}

#unav nav ul li a:last-child {
	padding-right: 0;
}

#unav nav ul li a:hover {
	opacity: .7;
}

#unav nav ul li a span {
	color: #747474;
	font-size: 1.2rem;
}

#header_nav {
	flex-grow: 1;
}

.line {
	position: relative;
	padding-bottom: 1.4em;
	line-height: 1.5;
	text-align: center;
}

.line::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 1px;
	margin: 0 auto;
	background: #81bf00;
	content: '';
}

.heading {
	text-align: center;
}

.heading h2.ttl {
	text-align: center;
}

.heading h2.ttl span.side_line {
	display: inline-block;
	position: relative;
	padding: 0 1.8em;
	font-size: 3.2rem;
	font-weight: 600;
}

.heading h2.ttl span.side_line::after, .heading h2.ttl span.side_line::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 3em;
	height: 2px;
	background: #000;
	content: '';
}

.heading h2.ttl span.side_line::after {
	right: -2em;
}

.heading h2.ttl span.side_line::before {
	left: -2em;
}

.heading h2.ttl span.jp_ttl {
	display: block;
	margin-top: 1.5em;
	color: #c2c2c2;
	font-size: 1.2rem;
}

.list_link {
	margin-bottom: 1em;
	text-align: right;
}

.list_link a {
	transition: .3s;
}

.list_link a:hover {
	opacity: .7;
}

.list_link a span {
	position: relative;
	padding-left: 1.5em;
	color: #b4b4b4;
	font-size: 1.3rem;
}

.list_link a span::before {
	position: absolute;
	top: 65%;
	left: 0;
	width: 1.1em;
	height: 1.1em;
	transform: translateY(-50%);
	background: url("/img/corp/common/icon_link_list.png") no-repeat top center;
	content: '';
}

/* ----------------------------------------------------------------------------------------------------
*  ドロップダウン
* --------------------------------------------------------------------------------------------------*/
#dropdown {
	z-index: 1;
	position: absolute;
	top: 8.7rem;
	width: 100%;
}

.dropdown {
	-webkit-transform: scale(1) perspective(1000);
	-webkit-transform-origin: top center;
	display: none;
	position: relative;
	transform: scale(1) perspective(1000);
	transform-origin: top center;
	opacity: 0;
}

.dropdown .dropdown_bg {
	z-index: 2;
	position: relative;
	overflow: hidden;
	background: rgba(50, 50, 50, 0.9);
}

.dropdown.active {
	-webkit-animation: dropdown 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-webkit-animation-fill-mode: both;
	display: block;
	z-index: 1;
	animation: dropdown 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	animation-fill-mode: both;
	pointer-events: all;
}

.dropdown_container {
	padding: 2em;
}

.row {
	display: flex;
	justify-content: center;
}

.ie11 .row {
	width: 100% !important;
}

.col {
	padding: 4em 6em 0em 6em;
}

.col:first-of-type {
	flex-shrink: 0;
	padding-left: 0;
	border-right: 1px solid #7a7c7a;
}

.ie11 .col:first-of-type {
	display: flex;
	justify-content: flex-end;
	width: 30%;
}

.col:last-of-type {
	padding-right: 0;
}

.ie11 .col:last-of-type {
	width: 70%;
}

.dropdown_heading {
	padding-bottom: 6em;
}

h2.dropdown_title {
	margin-bottom: .8em;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 500;
}

h2.dropdown_title span {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
}

.dropdown_link-top a {
	display: inline-block;
	padding: 1em 3em 1em 2em;
	background: #fff;
	font-size: 1.3rem;
	transition: .3s;
}

.dropdown_link-top a:hover {
	opacity: .7;
}

.dropdown_link-top a span {
	color: #323232;
}

.ie11 .dropdown_link-top a {
	line-height: 1.2;
}

.dropdown_link-top a.stickarrow span::after {
	width: .9em;
	height: .3em;
	border-right: 1px solid #9acc33;
	border-bottom: 1px solid #9acc33;
}

.ie11 .dropdown_link-top a.stickarrow span::after {
	top: 30%;
}

.dropdown_content {
	max-width: 1000px;
}

dl.dropdown_item {
	display: flex;
	margin-bottom: 4em;
}

dl.dropdown_item dt {
	flex-shrink: 0;
	min-width: 4em;
	margin-right: 3em;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.2;
}

.ie11 dl.dropdown_item {
	width: 100%;
}

.ie11 dl.dropdown_item dd {
	width: 100%;
}

ul.dropdown_nav {
	display: flex;
	flex-wrap: wrap !important;
	margin-top: .2em;
	margin-bottom: 2em;
}

ul.dropdown_nav.width-fixed {
	width: 80%;
}

ul.dropdown_nav li {
	margin-bottom: 2em;
	padding-right: 4em;
}

.ie11 ul.dropdown_nav {
	width: 100%;
}

ul.dropdown_nav.single li:first-child {
	padding-left: 0em;
}

a.dropdown_nav-item {
	display: inline-block;
	position: relative;
	padding-left: 1.8em;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
	transition: .3s;
}

a.dropdown_nav-item:hover {
	opacity: .7;
}

a.dropdown_nav-item:first-line {
	line-height: 1;
}

a.dropdown_nav-item::before {
	position: absolute;
	top: 55%;
	left: 0em;
	width: 15px;
	height: 15px;
	transform: translateY(-50%);
	background: url("/img/corp/common/icon_nav_arrow.png") no-repeat center center;
	content: '';
}

.ie11 a.dropdown_nav-item::before {
	width: 16px;
	height: 16px;
	background-size: contain;
}

@keyframes dropdown {
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  page_heading
* --------------------------------------------------------------------------------------------------*/
#page_heading {
	position: relative;
}

#main_visual {
	position: relative;
	min-width: 1000px;
	height: 220px;
	margin: 0 auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

#page_title {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 1000px;
	margin: 0 auto;
}

h1.page_ttl {
	display: inline-block;
	position: absolute;
	bottom: 0;
	min-width: 320px;
	min-height: 123px;
	padding: 2em 2em 0em 0;
	background: #fff;
}

h1.page_ttl span.jp_ttl {
	display: block;
	color: #848484;
	font-size: 1.4rem;
	line-height: 1.2;
}

h1.page_ttl span.jp_ttl.single {
	color: #000;
	font-size: 2.9rem;
}

h1.page_ttl span.eng.ttl {
	display: block;
	font-size: 4.2rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.2;
}

.breadcrumbs {
	z-index: 5;
	position: relative;
	padding: 2em 0;
}

.breadcrumbs ul {
	display: flex;
}

.breadcrumbs ul li {
	color: #000;
	font-size: 1.2rem;
}

.breadcrumbs ul li:first-child {
	margin-left: auto;
}

.breadcrumbs ul li a {
	display: inline-block;
	position: relative;
	margin-right: 2em;
	color: #000;
	transition: .3s;
}

.breadcrumbs ul li a:hover {
	opacity: .7;
}

.breadcrumbs ul li a::after {
	position: absolute;
	top: 25%;
	right: -1.3em;
	width: 1em;
	height: .3em;
	transform: translateY(-50%);
	transform: skew(45deg);
	border-right: 1px solid #9acc33;
	border-bottom: 1px solid #9acc33;
	content: '';
}

/* ----------------------------------------------------------------------------------------------------
*  下層のヘッダーと下層のパンくず
* --------------------------------------------------------------------------------------------------*/
.underlayer #page_title {
	position: relative;
	padding: 6em 0;
}

.underlayer #page_title::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 125px;
	height: 3px;
	margin: 0 auto;
	background: #81bf00;
	content: '';
}

.underlayer #page_title h1.page_ttl {
	display: block;
	position: static;
	min-width: inherit;
	min-height: inherit;
	padding: 0;
	text-align: center;
}

.underlayer #page_title h1.page_ttl span.jp_ttl {
	color: #000;
	font-size: 2.9rem;
	letter-spacing: .2em;
}

.underlayer .breadcrumbs {
	padding: 1.5em 0 1em;
	border-top: 1px solid #D9DADB;
	background: #F5F5F5;
}

.underlayer .breadcrumbs ul li {
	margin-bottom: .5em;
}

/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #81bf00;
}

.footer_link_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5em 0;
}

.sns_link ul {
	display: flex;
	justify-content: flex-end;
}

.sns_link ul li {
	width: 25px;
	height: 25px;
	margin-right: .5em;
}

.sns_link ul li img {
	width: 100%;
	height: auto;
}

#footer_nav {
	display: flex;
	align-items: center;
}

#footer_nav figure {
	width: 3.5rem;
	height: 3.5rem;
	margin-right: 1em;
}

#footer_nav figure img {
	width: 100%;
	height: auto;
}

#footer_nav nav ul {
	display: flex;
	font-size: 1.2rem;
}

#footer_nav nav ul li {
	padding-right: 1em;
}

#footer_nav nav ul li::after {
	padding-right: 1em;
	border-right: 1px solid #848484;
	content: '';
}

#footer_nav nav ul li:last-child::after {
	display: none;
}

#footer_nav nav ul li a {
	color: #848484;
	transition: .3s;
}

#footer_nav nav ul li a:hover {
	opacity: .7;
}

#copyright_area {
	padding: 4em 0;
	background: #f5f9eb;
}

#copyright_area p#copyright {
	color: #747474;
	font-size: 1.0rem;
	text-align: center;
}

/* ------------------------------
   ハンバーガーメニュー
------------------------------ */
#hamburger {
	display: none;
	z-index: 1001;
	position: fixed;
	top: 2.5em;
	right: 2em;
}

.menu-trigger,
.menu-trigger span {
	box-sizing: border-box;
	display: inline-block;
	transition: all .4s;
}

.menu-trigger {
	position: relative;
	width: 8em;
	height: 6em;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 2.8em;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(2.7em) rotate(-45deg);
	transform: translateY(2.7em) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-2.7em) rotate(45deg);
	transform: translateY(-2.7em) rotate(45deg);
}

/* ------------------------------
   スマホナビゲーション
------------------------------ */
#drawer {
	-webkit-overflow-scrolling: touch;
	display: none;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background: #323232;
}

#drawer.open {
	display: block;
}

#drawer_body {
	padding: 20% 10%;
}

.drower_nav li, .drower_nav a {
	display: block;
	color: #fff;
	font-size: 2.8rem;
}

ul.drower_nav li.drower_ctg {
	position: relative;
}

ul.drower_nav li.drower_ctg > span, ul.drower_nav li.drower_ctg a {
	display: block;
	padding: 2em 0;
}

ul.drower_nav li.drower_ctg > span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

ul.drower_nav li.drower_ctg > span.active {
	color: #81bf00;
}

ul.drower_nav li.drower_ctg > span.active::after {
	border-right: 2px solid #81bf00;
	border-bottom: 2px solid #81bf00;
}

ul.drower_nav li.drower_ctg > span::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: .5em;
	height: .5em;
	transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
}

ul.drower_nav ul.sub_ctg {
	display: none;
	padding-left: 1em;
}

ul.drower_nav ul.sub_ctg span, ul.drower_nav ul.sub_ctg a {
	display: block;
	padding: 1em 0;
}

ul.sub_ctg_item {
	padding-bottom: 1em;
	padding-left: 2em;
}

ul.sub_ctg_item a {
	display: block;
	position: relative;
	padding: 1em 0;
}

ul.sub_ctg_item a::before {
	position: absolute;
	top: 50%;
	left: -1.5em;
	width: 1em;
	height: 1em;
	transform: translateY(-50%);
	border-radius: 1em;
	background: #fff;
	content: '';
}

ul.sub_ctg_item a:after {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: -1.25em;
	width: .3em;
	height: .3em;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: center center;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	content: '';
}

.drower_login {
	width: 100%;
	margin-top: 6em;
}

.drower_login a {
	display: block;
	padding: 2em;
	border: 1px solid #fff;
	color: #fff;
	font-size: 2.8rem;
	text-align: center;
}

.drower_login a span {
	position: relative;
}

.drower_login a span::before {
	position: absolute;
	top: 50%;
	left: -2em;
	width: 1.5em;
	height: 1.5em;
	transform: translateY(-50%);
	background: url("/img/corp/common/sp_icon_login_.png") no-repeat top center;
	background-size: contain;
	content: '';
}

.drower_sub {
	display: flex;
	justify-content: center;
	padding-top: 6em;
}

.drower_sub a {
	display: block;
	position: relative;
	width: 40%;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
}

.drower_sub a:last-of-type::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 1.5em;
	transform: translateY(-50%);
	background: #fff;
	content: '';
}

.drower_sub a::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 1.5em;
	transform: translateY(-50%);
	background: #fff;
	content: '';
}

.drower_sub a span.blank {
	position: relative;
}

.drower_sub a span.blank::before {
	position: absolute;
	top: 60%;
	left: -1.5em;
	width: 1em;
	height: 1em;
	transform: translateY(-50%);
	background: url("/img/corp/common/sp_icon_blank.png") no-repeat top center;
	background-size: contain;
	content: '';
}

@-webkit-keyframes drawer-open {
	0% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes drawer-open {
	0% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes drawer-close {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}
}

@keyframes drawer-close {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}
}

#pagetop {
	display: none;
	z-index: 9;
	position: fixed;
	right: 2%;
	bottom: 5%;
	width: 5em;
	height: 5em;
}

#pagetop a {
	display: block;
	width: 100%;
	height: 100%;
}

#pagetop a img {
	width: 100%;
	height: auto;
}

/* ----------------------------------------------------------------------------------------------------
*  下層共通
* --------------------------------------------------------------------------------------------------*/

.ir_hamburger {
	display: none;
}

.ir_hamburger span {
	box-sizing: border-box;
	display: inline-block;
	transition: all .4s;
}

.ir_hamburger span {
	position: absolute;
	right: 0;
	left: 0;
	width: 35%;
	height: 3px;
	margin: 0 auto;
	border-radius: 2px;
	background: white;
	background: -moz-linear-gradient(left, white 0%, white 15%, white 15%, #80b600 15%, #80b600 15%, #80b600 30%, #80b600 30%, white 30%, white 100%);
	background: -webkit-linear-gradient(left, white 0%, white 15%, white 15%, #80b600 15%, #80b600 15%, #80b600 30%, #80b600 30%, white 30%, white 100%);
	background: linear-gradient(to right, white 0%, white 15%, white 15%, #80b600 15%, #80b600 15%, #80b600 30%, #80b600 30%, white 30%, white 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}

.ir_hamburger span:nth-of-type(1) {
	top: 32%;
}

.ir_hamburger span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}

.ir_hamburger span:nth-of-type(3) {
	bottom: 32%;
}

.ir_hamburger.active span:nth-of-type(1) {
	top: 40%;
	transform: rotate(45deg);
	background: #fff;
}

.ir_hamburger.active span:nth-of-type(2) {
	display: none;
}

.ir_hamburger.active span:nth-of-type(3) {
	top: 40%;
	bottom: auto;
	transform: rotate(-45deg);
	background: #fff;
}

.ir_hamburger.active::after {
	position: absolute;
	right: 0;
	bottom: 1.2em;
	left: 0;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	content: '閉じる';
}

#ir_underlayer_content {
	position: relative;
}

#ir_content {
	display: flex;
	min-width: 1000px;
	margin: 0 auto 2px;
}

.ir_content_inner {
	/*float: left;*/
	width: 73%;
	height: 100%;
}

.ir_content_inner.bg_line {
	background: url("/img/corp/common/line_bg.jpg");
}

aside.sidebar {
	z-index: 1;
	position: relative;
	flex-shrink: 0;
	width: 270px;
	padding-top: 30px;
	padding-bottom: 6em;
	padding-left: 22px;
	border-left: 1px solid #D9DADB;
	/*float: left;*/
	background: #fff;
}

aside.sidebar > ul {
	flex-shrink: 0;
}

aside.sidebar > ul li {
	margin-bottom: 1em;
}

aside.sidebar > ul > li > a {
	display: block;
	position: relative;
	align-items: center;
	padding: 1.5em 1.5em 1.5em 3.2em;
	font-size: 1.6rem;
	font-weight: 600;
	transition: .3s;
}

aside.sidebar > ul > li > a::before {
	position: absolute;
	top: 54%;
	left: 1.5em;
	width: 16px;
	height: 16px;
	margin-right: .5em;
	transform: translateY(-50%);
	background: url("/img/corp/ir/icon_arrow_gray.png") no-repeat top center;
	content: '';
	transition: .3s;
}

aside.sidebar > ul > li > a:hover, aside.sidebar > ul > li > a.current {
	background: #F5F5F5;
	color: #81bf00;
}

aside.sidebar > ul > li > a:hover::before, aside.sidebar > ul > li > a.current::before {
	background-image: url("/img/corp/ir/icon_arrow_green.png");
}

aside.sidebar ul.ir_category_sub_nav {
	display: none;
}

aside.sidebar ul.ir_category_sub_nav li {
	margin-bottom: 0;
}

aside.sidebar ul.ir_category_sub_nav li:first-child {
	padding-top: 1.4em;
}

aside.sidebar ul.ir_category_sub_nav a {
	display: block;
	padding: .3em 0 .3em 6em;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.6;
	text-indent: -2.2em;
	transition: .3s;
}

aside.sidebar ul.ir_category_sub_nav a:hover {
	opacity: .7;
}

aside.sidebar ul.ir_category_sub_nav a.current {
	color: #81bf00;
}

aside.sidebar ul.ir_category_sub_nav a.current span {
	color: #81bf00;
}

aside.sidebar ul.ir_category_sub_nav a span {
	margin-right: 1em;
	color: #D9DADB;
}

aside.sidebar_sp {
	display: none;
}

aside.sidebar_sp > ul > li {
	border-bottom: 1px solid #DDDEDF;
}

aside.sidebar_sp > ul > li > a.current {
	color: #81bf00;
}

aside.sidebar_sp > ul > li > a.current::before {
	background-image: url("/img/corp/ir/icon_arrow_green.png");
}

.sidebar_sp .ir_category_sub_nav {
	display: none;
	background: #F5F5F5;
}

.sidebar_sp .ir_category_sub_nav li:first-child {
	padding-top: 2em;
	border-top: 1px solid #DDDEDF;
}

.sidebar_sp .ir_category_sub_nav li:last-of-type {
	padding-bottom: 2em;
}

.sidebar_sp .ir_category_sub_nav a {
	display: block;
	padding: 1em 0 1em 4em;
	color: #000;
	font-size: 2.8rem;
}

.sidebar_sp .ir_category_sub_nav a span {
	margin-right: 1em;
	color: #D9DADB;
}

/* ------------------------------
    clearfix
------------------------------ */
.cf:after {
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	font-size: 0;
	content: ".";
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */

@media screen and (max-width: 767px) {
	html {
		font-size: 1.3vw;
	}
	p {
		font-size: 3.0rem;
	}
	#idx .inner {
		width: 100%;
		padding: 0;
	}
	.inner {
		width: 84%;
	}
	.header_inner.inner {
		width: 100%;
	}
	#idx .outer_inner {
		min-width: inherit;
		max-width: inherit;
	}
	.outer_inner {
		min-width: inherit;
		max-width: inherit;
	}
	.bg_fixed {
		min-width: inherit;
	}
	.page_link a.stickarrow {
		padding: 6em 11.5em;
	}
	.stickarrow span {
		font-size: 2.8rem;
	}
	.stickarrow span::after {
		right: -2.5em;
		width: 1em;
	}
	.page_link a.stickarrow.center {
		padding: 5.5em 20em;
	}
	main {
		padding-top: 14.5vw;
	}
	h1#logo {
		width: 37vw;
		padding: 1em 1.7em;
	}
	#header_nav {
		display: none;
	}
	.line {
		text-align: left;
	}
	.line::after {
		margin: 0 auto 0 0;
	}
	.heading h2.ttl span.side_line {
		font-size: 6.0rem;
	}
	.heading h2.ttl span.side_line::after, .heading h2.ttl span.side_line::before {
		width: 2em;
	}
	.heading h2.ttl span.side_line::after {
		right: -.6em;
	}
	.heading h2.ttl span.side_line::before {
		left: -.6em;
	}
	.heading h2.ttl span.jp_ttl {
		font-size: 2.4rem;
	}
	.list_link {
		padding-bottom: 4em;
	}
	.list_link a {
		padding: 2.5em 3em 1.5em;
		border-radius: 3em;
		background: #fff;
	}
	.list_link a span {
		font-size: 2.6rem;
	}
	.list_link a span::before {
		top: 60%;
		width: 1em;
		height: 1em;
		background-size: cover;
	}
	#main_visual {
		min-width: inherit;
		height: 54vw;
	}
	#page_title {
		position: relative;
		top: 0;
		bottom: auto;
		width: 100%;
		margin-top: -8em;
	}
	h1.page_ttl {
		position: relative;
		width: 70%;
		min-width: inherit;
		min-height: inherit;
		padding: 3em 2em 0em 4%;
	}
	h1.page_ttl span.jp_ttl.single {
		font-size: 6rem;
	}
	h1.page_ttl span.jp_ttl {
		margin-bottom: .5em;
		font-size: 2.4rem;
	}
	h1.page_ttl span.eng.ttl {
		font-size: 6.4rem;
	}
	.breadcrumbs {
		padding: 4em 0;
	}
	.breadcrumbs ul {
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
		overflow: auto;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		word-break: keep-all;
	}
	.breadcrumbs ul li {
		font-size: 2.2rem;
	}
	.underlayer #page_title {
		margin-top: 0;
	}
	.underlayer #page_title::after {
		width: 40%;
	}
	.underlayer #page_title h1.page_ttl {
		width: 100%;
	}
	.underlayer #page_title h1.page_ttl span.jp_ttl {
		font-size: 5.8rem;
		letter-spacing: 0;
	}
	.footer_link_area {
		display: block;
	}
	.sns_link {
		display: flex;
		align-items: center;
		padding: 0 5%;
	}
	.sns_link > div {
		margin-right: 4em;
	}
	.sns_link > div figure {
		width: 11em;
		height: 11em;
	}
	.sns_link > div figure img {
		width: 100%;
		height: auto;
	}
	.sns_link ul {
		justify-content: center;
	}
	.sns_link ul li {
		width: 8em;
		height: 8em;
		margin-right: 3em;
	}
	#footer_nav figure {
		display: none;
	}
	#footer_nav nav ul {
		flex-wrap: wrap;
		padding: 2em 0;
		font-size: 2.4rem;
	}
	#footer_nav nav ul li {
		margin-right: 0;
		margin-bottom: 1em;
		margin-left: 1.8em;
	}
	#footer_nav nav ul li::after {
		display: none;
	}
	#footer .footer_flex{
		display: flex;
		align-items: center;
		margin-bottom: 4em;
	}
	#footer .footer_flex figure{
		margin-right: 1em;
		margin-left: 3em;
		width: 11em;
	}
	#footer .footer_flex figure img{
		width: 100%;
		height: auto;
	}
	#copyright_area p#copyright {
		font-size: 2.2rem;
	}
	#hamburger {
		display: block;
	}
	#pagetop {
		width: 11em;
		height: 11em;
	}
	.ir_breadcrumbs_wrap {
		display: flex;
		justify-content: space-between;
	}
	.ir_breadcrumbs_wrap .breadcrumbs {
		width: calc(100% - 10em);
		padding: 3em 0 2.5em;
	}
	.ir_hamburger {
		display: block;
		position: relative;
		flex-shrink: 0;
		width: 10em;
		height: auto;
		background: #80B600;
	}
	#ir_content {
		display: block;
		min-width: inherit;
		margin: 0;
	}
	.ir_content_inner {
		width: 100%;
		padding-bottom: 8em;
	}
	aside.sidebar {
		display: none;
	}
	aside.sidebar_sp {
		z-index: 2;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-bottom: 10em;
		background: #fff;
	}
	aside.sidebar_sp > ul > li > a {
		display: block;
		position: relative;
		padding: 1.5em 2em 1.5em 4em;
		font-size: 2.8rem;
	}
	aside.sidebar_sp > ul > li > a::before {
		position: absolute;
		top: 52%;
		left: 2em;
		width: 1em;
		height: 1em;
		transform: translateY(-50%);
		background: url("/img/corp/ir/icon_arrow_gray.png") no-repeat center left;
		background-size: contain;
		content: '';
	}
}

@media screen and (max-width: 768px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.pc_ib {
		display: none !important;
	}
}

@media (min-width: 767px) {
	a[href*="tel:"] {
		text-decoration: none;
		cursor: default;
		pointer-events: none;
	}
	.ie11 a[href*="tel:"] {
		display: inline-block;
	}
}

@media screen and (min-width: 1000px) {
	aside.sidebar {
		margin-right: calc( (100vw - 1010px) / 2);
	}
}

/*# sourceMappingURL=sourcemaps/common.css.map */
