/******************
カスタマイズ
*******************/
/* 共通 */
@media print {
	body {
		width:1440px;
	}
}

.gs18-MainContents {
	max-width:1440px;
}

.gs18-BreadcrumbList {
	max-width:1440px;
}

.gs18-PageTitleUnit {
	background:#f0f0f0;
}

.gs18-PageTitleUnit__Inner {
	max-width:1440px;
}

.gs18-Custom-Area .gs18-TileItem__Body,
.gs18-Custom-Area .gs18-TileItem__Foot,
.gs18-Custom-Area .gs18-TileItem__Head {
	padding:30px;
}

.gs18-Custom-Area .gs18-TileItem__Body,
.gs18-Custom-Area .gs18-TileItem__Foot,
.gs18-Custom-Area .gs18-TileItem__Head {
	padding:25px 15px;
}

.gs18-Custom-Area {
	color: #333;
}

.gs18-Custom-Area .gs18-Home {
	color: #484848;
}

.gs18-Custom-Area strong {
	font-weight: bold;
}

.sp_show {
	display: block;
}

.pc_show {
	display: none;
}

.large_pc_show {
	display: none;
}

.lazyload {
	opacity: 0;
}

.lazyload.lazyloaded {
	animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

.gs18-Breadcrumb{
	max-width: initial;
	max-width: auto;
}

.gs18-Header__Search.is-open .gs18-Header__SearchInner>button::after{
	margin-top:4px;
}

.gs18-Custom-Area .gs18-TileItem__Head+.gs18-TileItem__Media+.gs18-TileItem__Body {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.gs18-Custom-Area .gs18-TileItem__Head+.gs18-TileItem__Body {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.gs18-Custom-Area .gs18-TileItem__Head+.gs18-TileItem__Body.pb0 {
	padding-bottom: 0 !important;
}

.gs18-Custom-Area .gs18-TileItem__Head+.gs18-TileItem__Body.gs18-TileItem__Body-02 {
	padding-bottom: 0 !important;
}

.gs18-Custom-Area .gs18-TileItem__Head+.gs18-TileItem__Body figure {
	padding: 0;
	margin: 25px 0 0;
}

.gs18-Custom-Area .gs18-TileItem__Head+.gs18-TileItem__Body figure.overwrite-01 {
	margin-top: 0;
}

.gs18-Custom-Area .gs18-TileItem__Head+.gs18-TileItem__Body figure img{
	width: 100%;
}

.gs18-Custom-Area .gs18-TileItem__Head+.gs18-TileItem__Body+.gs18-HeadingLv2Unit__SubTextCol {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -15px;
	font-size: 1.2rem;
}

.gs18-Custom-Area .gs18-Product-Articles .gs18-Headline__SubTextCol {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: -15px;
	font-size: 1.2rem;
}

.gs18-Custom-Area .gs18-Product-Articles .gs18-Headline__SubTextCol:nth-of-type(n+3) {
	margin-top: 40px;
}

.gs18-Custom-Area .gs18-Product-Articles .gs18-Headline__SubTextCol.gs18-Headline__SubTextCol_02 {
	margin-top: 25px;
	font-size: 1.0rem;
}

.gs18-Custom-Area .gs18-Product-Articles .gs18-TileItem__Body+.gs18-Headline__SubTextCol.gs18-Headline__SubTextCol_02 {
	margin-top: 0;
}

.gs18-Custom-Area .gs18-Product-Articles .ct_table {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 30px;
}

.gs18-Custom-Area .gs18-Product-Articles .ct_table:nth-last-of-type(1) {
	margin-bottom: 35px;
}

.gs18-Custom-Area .gs18-Product-Articles .a_table {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 35px;
}

.gs18-Custom-Area .gs18-Product-Articles .a_table:nth-last-of-type(1) {
	margin-bottom: 35px;
}

.gs18-Custom-Area .gs18-Product-Articles .ct_table_scroll {
	overflow: auto;
	white-space: nowrap;
}

.gs18-Custom-Area .gs18-Product-Articles .ct_table_scroll::-webkit-scrollbar-track{
	background: #333;
}

.gs18-Custom-Area .gs18-Product-Articles .ct_table_scroll::-webkit-scrollbar-thumb {
	background: #999;
}

.gs18-Custom-Area .gs18-Product-Articles .ct_table table {
	width: 100%;
	border-spacing:0;
	border-collapse:collapse;
	border-top:#ccc solid 1px;
	border-left:#ccc solid 1px;
}

.gs18-Custom-Area .gs18-Product-Articles .ct_table th,
.gs18-Custom-Area .gs18-Product-Articles .ct_table td {
	padding: 8px 12px;
	font-size: 0.9rem;
	text-align: center;
	background: #fff;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}

.gs18-Custom-Area .gs18-Product-Articles .ct_table th {
	font-size: 0.8rem;
	background: #dbdbdb;
}

.gs18-Custom-Area .gs18-Product-Articles .ct_table .table_title {
	font-weight: bold;
}

.gs18-Custom-Area .gs18-Tile-Video .gs18-TileItem__Head+.gs18-video-thumb {
	padding-top: 25px;
}

.gs18-Custom-Area .gs18-TileItem__Body,
.gs18-Custom-Area .gs18-TileItem__Head {
	padding: 30px 15px 0 !important;
}

.gs18-Custom-Area .gs18-Home .gs18-TileItem__Body,
.gs18-Custom-Area .gs18-Home .gs18-TileItem__Head {
	padding: 35px 30px 0 !important;
}

.gs18-Custom-Area .gs18-Home .gs18-TileItem__Head + .gs18-TileItem__Body {
	padding-top: 10px !important;
}

.gs18-Custom-Area .gs18-Home .gs18-TileItem__Body .gs18-Text {
	text-align: center;
}

.gs18-Custom-Area .gs18-Home .gs18-Tile-Video .gs18-TileItem__Body .gs18-Text {
	text-align: left;
}

.gs18-Custom-Area .gs18-Tile-Video .gs18-TileItem__Body {
	padding-bottom: 35px !important;
}

.gs18-video-thumb+.gs18-TileItem__Body {
	padding-top: 30px !important;
	padding-bottom: 0 !important;
}

.gs18-Custom-Area .gs18-Tile-Video .gs18-video-thumb {
	padding-top: 0;
	text-align: center;
}

.gs18-Custom-Area .gs18-TileItem__Foot {
	padding: 30px 15px 35px;
}

.gs18-FontSize_01 {
	font-size: 4.2rem;
}

.gs18-Custom-Area .gs18-HeadingLv2Unit__SubTextCol {
	margin-top: 15px;
	margin-bottom: -5px;
}

.gs18-FontSize_02 {
	font-size: 3.2rem;
}

.gs18-FontSize_03 {
	font-size: 2.0rem;
}

.gs18-SPFontSize_02 {
	font-size: 1.54rem;
}

.gs18-SmallText {
	display: block;
	font-size: 0.6em;
}

.gs18-Strong {
	font-weight: bold;
}

.gs18-PrimaryColor {
	color: #C40000;
}

.gs18-AlignCenter {
	text-align: center;
}

.gs18-SPAlignCenter {
	text-align: center;
}

.gs18-ExternalLink {
	position: relative;
	padding-right: 35px;
}

.gs18-Border--top {
	border-top: 1px solid #B1B1B1;
}

.gs18-Border--bottom {
	border-bottom: 1px solid #B1B1B1;
}

.gs18-Pt90 {
	padding-top: 90px !important;
}

.gs18-ExternalLink .gs18-Icon {
	top: 50%;
	right: 5px;
	left: auto;
	margin-top: -13px;
	opacity: 1;
}

.gs18-ExternalLink .gs18-Icon-Red {
	display: none;
}

.gs18-Header {
	/* position: fixed; */
	z-index: 60;
	transition: all 0.5s ease !important;
}

.gs18-Header.absolute {
	position: absolute;
}

.no-property {
	transition-property: none !important;
}

.gs18-Header.fit {
	top: -65px;
}

/* .gs18-HeaderNav {
	overflow-y: scroll;
	height: calc(100vh - 161px);
} */

.gs18-PageTitleUnit {
	position: relative;
	max-width: initial;
	max-width: auto;
	background-position: center center;
	background-size: cover;
}

.gs18-PageTitleUnit::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	content: ' ';
	background: rgba(0, 0, 0, 0.54);
}

.gs18-PageTitleUnit.overwrite-01::after {
	background: rgba(0, 0, 0, 0.3);
}

.gs18-PageTitleUnit__Inner {
	position: relative;
	z-index: 15;
}

.gs18-PageTitleUnit__CategoryCol .gs18-Category {
	color: #fff;
}

.gs18-Home .gs18-PageTitleUnit__SubTitleCol .gs18-SubTitle {
	padding: 0 30px;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 0.9rem;
	font-weight: 400;
	color: #fff;
	text-align: left;
}

.gs18-Home .gs18-PageTitleUnit__SubTitleCol .gs18-MiddleTitle {
	padding: 0 30px;
	margin-top: 2px;
	margin-bottom: 0;
	font-size: 1.3rem;
	font-weight: 400;
	color: #fff;
	text-align: left;
}

.gs18-PageTitleUnit__TitleCol .gs18-PageTitle {
	font-weight: bold;
	color: #fff;
}

.gs18-PageTitleUnit__TitleCol .gs18-PageTitle span {
	display: block;
	padding: 0 15px;
	font-size: 1.0rem;
	line-height: 1.4;
}

.gs18-Home .gs18-PageTitleUnit__TitleCol .gs18-PageTitle {
	padding: 0 30px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}

@media only screen and (max-width: 320px) {
	.gs18-Home .gs18-PageTitleUnit__TitleCol .gs18-PageTitle {
		font-size: 1.34rem;
	}
}

.gs18-PageTitleUnit.gs18-PageTitleUnit-no-overlay::after {
	display: none;
}

.gs18-PageTitleUnit.gs18-PageTitleUnit-without-overlay::after {
	display: none;
}

.gs18-PageTitleUnit.gs18-PageTitleUnit-no-overlay .gs18-PageTitleUnit__TitleCol .gs18-PageTitle {
	color: #000;
}

.gs18-Custom-Area .gs18-HeadingLv2--Shoulder .gs18-HeadingLv2__ShoulderCol {
	margin: 0 0 5px;
}

.gs18-MainContents {
	max-width: initial;
	max-width: auto;
}

.gs18-Custom-Area .gs18-Tile:nth-child(2n) {
	background-color: #F0F0F0;
}

.gs18-Custom-Area .gs18-Tile:nth-child(2n-1) {
	background-color: #fff;
}

.gs18-Custom-Area .gs18-Home .gs18-Tile {
	padding-bottom: 35px;
}

.gs18-Custom-Area .gs18-Home .gs18-Tile.gs18-SolutionsList {
	padding-bottom: 15px;
}

.gs18-Custom-Area .gs18-Home .gs18-Tile:nth-child(2n) {
	background-color: #fff;
}

.gs18-Custom-Area .gs18-Home .gs18-Tile:nth-child(2n-1) {
	background-color: #fff;
}

.gs18-Custom-Area .gs18-Tile.gs18-Tile-Tile:nth-child(2n) {
	background: none;
}

.gs18-Custom-Area .gs18-Tile.gs18-Tile-Tile:nth-child(2n-1) {
	background: none;
}

.gs18-Custom-Area .gs18-Tile-lightGray {
	background-color: #EBEBEB;
}

.gs18-Custom-Area .gs18-Tile:nth-child(2n-1).gs18-Tile-lightGray {
	background-color: #EBEBEB;
}

/* .gs18-Tile-more {
	background-color: #F9F9F9;
}

.gs18-Custom-Area .gs18-Tile:nth-child(2n-1).gs18-Tile-more {
	background-color: #F9F9F9;
}

.gs18-Custom-Area .gs18-Tile:nth-child(2n).gs18-Tile-more {
	background-color: #F9F9F9;
} */

.gs18-Custom-Area .gs18-Tile:nth-child(2n-1) .gs18-TileItem:nth-child(2n-1) {
	background: none;
}

.gs18-Custom-Area .gs18-Tile:nth-child(2n) .gs18-TileItem:nth-child(2n-1) {
	background: none;
}

.gs18-MicroMacro {
	padding: 30px 15px 35px;
}

.gs18-LocalNavList {
	box-sizing: border-box;
	border-left: none;
}

.gs18-Custom-Area .gs18-HeadingLv2Unit__SubTextCol .gs18-Text {
	margin-top: 5px;
}

.gs18-Custom-Area .gs18-HeadingLv2 {
	font-weight: bold;
}

.gs18-Custom-Area .gs18-Home .gs18-HeadingLv2 {
	font-weight: 500;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	width: 100vw;
	height: 110vh;
	background: rgba(0, 0, 0, 0.8);
}

.loading .inner {
	display: table;
	width: 100%;
	height: 100%;
}

.loading .cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.loader,
.loader::after {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.loader {
	position: relative;
	margin: -25px auto 0;
	font-size: 10px;
	text-indent: -9999em;
	border-top: 5px solid #666;
	border-right: 5px solid #666;
	border-bottom: 5px solid #666;
	border-left: 5px solid #fff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.gs18-Custom-Area {
	position: relative;
	z-index: 1;
}

/* HOME */
.gs18-Layer-01 {
	background: #000;
}

.gs18-Home .gs18-PageTitleUnit {
	background-image: url(../png/kv.png);
}

.gs18-Home .gs18-PageTitleUnit::after {
	background: rgba(0, 0, 0, 0.36);
}

.gs18-Home .gs18-TileItem--BgImage {
	padding-bottom: 35px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

.gs18-Home .gs18-Tile--MinHeightS-lg {
	padding-bottom: 0 !important;
}

.gs18-Home .gs18-TileItem--BgImage::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	content: ' ';
	background: rgba(0, 0, 0, 0.36);
}

.gs18-Custom-Area .gs18-Home .gs18-TileItem--BgImage .gs18-HeadingLv2 {
	color: #fff;
}

.gs18-AlignLeft {
	text-align: left !important;
}

.gs18-AlignCenter {
	text-align: center !important;
}

.gs18-Home .gs18-TileItem--BgImage .gs18-HeadingLv2 {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.2;
}

.gs18-Home .gs18-TileItem--BgImage .gs18-ButtonLink {
	padding: 8px 8px;
	margin-top: 8px;
	font-size: 0.8rem;
	font-weight: 500;
}

.gs18-Home .gs18-TileItem--BgImage .gs18-ButtonLink--Pdf {
	padding: 10px 50px 10px 13px;
}

.gs18-TileItem--BgImage .download-size {
	color: #fff;
}

.gs18-Home .gs18-TileItem--BgImage .gs18-TileItem__Head {
	position: relative;
	z-index: 15;
	padding-right: 30px !important;
	padding-left: 30px !important;
}

.gs18-Home .gs18-TileItem--BgImage .gs18-TileItem__Body {
	z-index: 15;
	padding-right: 30px !important;
	padding-left: 30px !important;
	text-align: center;
}

.gs18-Custom-Area .gs18-Home .gs18-Tile-Video .gs18-TileItem__Head+.gs18-video-thumb {
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
}

.gs18-Custom-Area .gs18-Home .gs18-Tile-Video .gs18-TileItem__Body {
	padding: 10px 30px 0 !important;
}

.gs18-LocalMainNav {
	position: fixed;
	top: 65px;
	left: 0;
	z-index: 20;
	width: 100%;
	/* height: 92px; */
	/* overflow: hidden; */
	transition: all 0.5s ease;
}

.gs18-LocalMainNav.fit {
	top: 0;
}

.gs18-LocalMainNav.absolute {
	position: absolute;
}

.gs18-LocalMainNav.small-display {
	/* bottom: auto; */
}

.gs18-LocalMainNav-header .toggle-button-group {
	position: relative;
	z-index: 15;
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 44px;
	color: #fff;
	background: #000;
}

.gs18-LocalMainNav-header .toggle-button-group .headline {
	position: relative;
	display: table-cell;
	padding: 0;
	margin: 0;
	font-size: 0.9rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	transition: all 0.4s ease;
}

.gs18-LocalMainNav-header .toggle-button-group .headline a > span {
	display: inline-block;
	font-weight: bold;
}

.gs18-LocalMainNav-header {
	position: relative;
	/* overflow: hidden; */
	z-index: 10;
}

.gs18-LocalMainNav-list {
	position: relative;
	z-index: 15;
	background: #BF0000;
}

.gs18-LocalMainNav-list ul,
.gs18-LocalMainNav-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.gs18-LocalMainNav-list a {
	box-sizing: border-box;
	display: block;
	height: 48px;
	padding-top: 8px;
	font-size: 0.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.gs18-LocalMainNav-list a span {
	position: relative;
	display: inline-block;
	padding-bottom: 11px;
}

.gs18-LocalMainNav-list a span::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 15px;
	height: 8px;
	margin: 0 0 0 -7px;
	content: ' ';
	background: url(../png/arrowdown-05.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.gs18-LocalMainNav-list ul {
	display: flex;
}

.gs18-LocalMainNav-list li {
	width: 50%;
}

.gs18-LocalMainNav-list-left {
	border-right: 1px solid #EB8F8F;
}

.gs18-LocalMainNav.is-sub-menu .gs18-LocalMainNav-list .toggle.open {
	background: #5C5C5C;
}

.gs18-LocalMainNav.is-sub-menu .gs18-LocalMainNav-list .toggle.open span::after {
	margin: 0 0 1px -9px;
	transform: rotate(180deg);
}

.gs18-LocalMainNav.is-sub-menu .gs18-LocalMainNav-list .toggle-case-study.open {
	background: #5C5C5C;
}

.gs18-LocalMainNav.is-sub-menu .gs18-LocalMainNav-list .toggle-case-study.open span::after {
	margin: 0 0 1px -9px;
	transform: rotate(180deg);
}

@keyframes scale{
	0% {
		opacity: 0;
		transform: scale(1);
	}
	40% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
		transform: scale(3);
	}
}

.gs18-LocalMainNav-footer ul {
	display: table;
	width: 100%;
	padding: 12px 0;
	background: #000;
}

.gs18-LocalMainNav-footer li {
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

.gs18-LocalMainNav-footer ul li a {
	box-sizing: border-box;
	display: table;
	width: 100%;
	font-size: 0.9rem;
	font-weight: 500;
}

.gs18-LocalMainNav-footer ul li a span {
	display: table-cell;
	height: 26px;
	vertical-align: middle;
}

.gs18-LocalMainNav-footer ul li:nth-of-type(even) {
	border-left: 1px solid #FFF;
}

.gs18-LocalMainNav.open {
	z-index: 50;
}

.gs18-Header.fit+.gs18-LocalMainNav.open {
	/* height: calc(100vh); */
}

.gs18-Layer-02 .gs18-ContentsContainer {
	background: #fff;
}

.gs18-Layer-03 .gs18-ContentsContainer {
	background: #fff;
}

.gs18-LocalMainNav .gs18-MainList-Wrapper {
	position: absolute;
	top: 92px;
	left: 0;
	z-index: 10;
	box-sizing: border-box;
	display: none;
	width: 100%;
	overflow: hidden;
	transition: all 0.5s ease;
	transform: translateY(-100%);
}

.gs18-LocalMainNav-header.open .gs18-MainList-Wrapper:not(.gs18-MainList-Wrapper-case-study) {
	/* height: calc(100vh - 153px); */
	transition: all 0.5s ease;
	transform: translateY(0);
}

.gs18-LocalMainNav.fit .gs18-LocalMainNav-header.open .gs18-MainList-Wrapper {
	/* height: calc(100vh - 92px); */
}

.gs18-LocalMainNav-header.open-case-study .gs18-MainList-Wrapper-case-study {
	/* height: calc(100vh - 153px); */
	transition: all 0.5s ease;
	transform: translateY(0);
}

.gs18-LocalMainNav .gs18-MainList,
.gs18-LocalMainNav .gs18-MainList ul,
.gs18-LocalMainNav .gs18-MainList li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.gs18-LocalMainNav .gs18-MainList {
	/* height: calc(100vh - 153px); */
	box-sizing: border-box;
	width: 100%;
	transition: height 0.5s ease;
}

.gs18-LocalMainNav.fit .gs18-LocalMainNav-header.open .gs18-MainList {
	/* height: calc(100vh - 92px); */
}

.gs18-LocalMainNav .gs18-MainList > li {
	background: #fff;
	border-bottom: 1px solid #707070;
}

.gs18-LocalMainNav .gs18-MainList .sub-menu li {
	background: #fff;
	border-top: 1px solid #707070;
}

.gs18-LocalMainNav .gs18-MainList .sub-menu a {
	position: relative;
	display: block;
	padding: 15px 50px 15px 70px;
	margin: 0;
	font-size: 0.9rem;
	font-weight: 500;
	color: #484848;
	text-decoration: none;
	background: #E3E3E3;
}

.gs18-LocalMainNav .gs18-MainList .sub-menu a::after {
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	width: 5px;
	height: 10px;
	margin-top: -5px;
	content: ' ';
	background-image: url(../png/arrowright-02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.gs18-Multiple-Accordion {
	cursor: pointer;
}

.gs18-LocalMainNav .gs18-MainList .headline {
	position: relative;
	display: block;
	padding: 15px 50px;
	margin: 0;
	font-size: 0.9rem;
	font-weight: 500;
	color: #484848;
	transition: background 0.3s ease;
}

.gs18-LocalMainNav .gs18-MainList .headline:hover {
	background: #E3E3E3;
}

.gs18-LocalMainNav .gs18-MainList .headline span {
	position: relative;
	display: inline-block;
}

.gs18-LocalMainNav .gs18-MainList .headline::after {
	position: absolute;
	top: 50%;
	right: 32px;
	display: block;
	width: 2px;
	height: 10px;
	margin-top: -6px;
	content: ' ';
	background: #000;
}

.gs18-LocalMainNav .gs18-MainList-Wrapper-case-study .gs18-MainList .headline::after {
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	width: 5px;
	height: 10px;
	margin-top: -5px;
	content: ' ';
	background: none;
	background-image: url(../png/arrowright-02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.gs18-LocalMainNav .gs18-MainList .headline::before {
	position: absolute;
	top: 50%;
	right: 28px;
	display: block;
	width: 10px;
	height: 2px;
	margin-top: -2px;
	content: ' ';
	background: #000;
}

.gs18-LocalMainNav .gs18-MainList-Wrapper-case-study .gs18-MainList .headline::before {
	display: none;
}

.gs18-LocalMainNav .gs18-MainList .headline.js-accordion-open {
	color: #BF0000;
}

.gs18-LocalMainNav .gs18-MainList .headline.js-accordion-open::after  {
	display: none;
}

.gs18-LocalMainNav .gs18-MainList .headline.gs18-Multiple-Accordion.js-accordion-open span::after {
	transform: rotate(180deg);
}

.gs18-Multiple-Accordion+.sub-menu {
	display: none;
}

.gs18-GoTop {
	z-index: 50;
}

.gs18-GoTop > a {
	height: 40px;
}

.gs18-Footer__LocalMainNav {
	position: fixed;
	right: 47px;
	bottom: 0;
	z-index: 40;
	box-sizing: border-box;
	width: calc(100vw - 47px);
	border-right: 1px solid #FFF;
}

.gs18-Footer__LocalMainNav ul {
	display: table;
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 0;
	background: #BF0000;
}

.gs18-Footer__LocalMainNav li {
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

.gs18-Footer__LocalMainNav li {
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

.gs18-Footer__LocalMainNav ul li a {
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 100%;
	font-size: 0.9rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

.gs18-Footer__LocalMainNav ul li a span {
	display: table-cell;
	height: 26px;
	vertical-align: middle;
}

.gs18-Footer__LocalMainNav__phone {
	position: absolute;
	right: -48px;
	bottom: 50px;
	width: 60px;
}

.gs18-Footer__LocalMainNav__phone span {
	display: block;
	margin-right: 5px;
	margin-bottom: 2px;
	font-size: 0.8rem;
	font-weight: bold;
	text-align: right;
}

.gs18-Footer__LocalMainNav__phone a {
	display: block;
	width: 48px;
	margin-right: 5px;
	margin-left: auto;
	font-size: 0;
	text-align: right;
}

.gs18-Footer__LocalMainNav__phone a img{
	width: 100%;
}

.gs18-Footer__LocalMainNav ul li:nth-of-type(even) a {
	border-left: 1px solid #EB8F8F;
}

/* セクション01 */
.gs18-Custom-Area .gs18-HeadingLv2--Shoulder .gs18-HeadingLv2__ShoulderCol {
	font-size: 1.1rem;
}

.gs18-Text {
	/* font-size: 0.9rem; */
}

/* セクション02 */
.gs18-Custom-Area .gs18-TileItem .gs18-MicroMacro .gs18-ButtonLink {
	display: none;
}

.gs18-Custom-Area .gs18-TileItem .gs18-MicroMacro__Item.is-open .gs18-ButtonLink {
	display: inline-block;
}

.gs18-MicroMacro--Image .gs18-MicroMacro__Item {
	position: relative;
	background-position: center center;
	background-size: cover;
}

.gs18-MicroMacro--Image .gs18-MicroMacro__Item::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: ' ';
	background: rgba(0, 0, 0, 0.6);
}

.gs18-MicroMacro__Links {
	z-index: 2;
}

/* セクション03 */
.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile {
	padding: 25px 15px 0;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile:nth-last-of-type(1) {
	padding-bottom: 35px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem {
	justify-content: left;
	margin: 0;
	background: #F5F5F5 !important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem:nth-last-of-type(even) {
	background: #fff !important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem__Head {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	box-sizing: border-box;
	display: table;
	height: 190px;
	padding: 0 !important;
	color: #fff;
	text-align: center;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem__Head .gs18-HeadingLv2 {
	display: table-cell;
	padding: 0 30px;
	font-size: 1.1rem;
	vertical-align: middle;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile+.gs18-Tile-Tile {
	padding-top: 0;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile+.gs18-TileItem__Foot {
	padding-top: 35px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 {
	padding: 25px 15px 0;
	background: none !important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02:nth-last-of-type(1) {
	padding-bottom: 35px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-TileItem__Body+.gs18-Tile-Tile-02 {
	padding-top: 0;
}

.gs18-Vault .gs18-TileItem .gs18-Tile-Tile-02 {
	padding-bottom: 0;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02+.gs18-TileItem__Foot {
	padding-top: 0 !important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem {
	justify-content: left;
	margin: 0;
	background: #F5F5F5 !important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-TileItem.gs18-Video-Articles {
	justify-content: left;
	margin: 0;
	background: #F5F5F5 !important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem:nth-last-of-type(even) {
	background: #fff !important;
}

.gs18-Custom-Area .gs18-Product-Articles .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem:nth-last-of-type(even) {
	background: #F5F5F5 !important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-TileItem.gs18-Video-Articles:nth-last-of-type(even) {
	background: #fff !important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Head {
	box-sizing: border-box;
	display: table;
	padding: 0 !important;
	margin-top: 30px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Head.gs18-TileItem__Head_02 {
	margin-bottom: 30px;
}

.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Head {
	position: relative;
	box-sizing: border-box;
	display: table;
	height: auto;
	padding: 0 !important;
	margin-top: 30px;
	color: #333;
	text-align: left;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Head .gs18-HeadingLv2 {
	display: table-cell;
	padding: 0 15px;
	font-size: 1.1rem;
	vertical-align: middle;
}

.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Head .gs18-HeadingLv2 {
	display: table-cell;
	padding: 0 15px;
	font-size: 1.1rem;
	vertical-align: middle;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Media {
	position: relative;
	order: -1;
	overflow: hidden;
}

.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Media {
	position: relative;
	order: -1;
	overflow: hidden;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Media .gs18-TileMediaImage .gs18-Image {
	width: 100%;
	height: auto;
}

.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Media .gs18-TileMediaImage .gs18-Image {
	width: 100%;
	height: auto;
}

.gs18-Custom-Area .gs18-TileItem__Head+.gs18-Tile-Tile-02 {
	/* padding-top: 0; */
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02+.gs18-Tile-Tile-02 {
	padding-top: 0;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02+.gs18-TileItem__Foot {
	padding-top: 35px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02+.gs18-TileItem__Foot{
	padding-top: 35px !important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02:nth-last-of-type(1)+.gs18-TileItem__Foot{
	padding-top: 0 !important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 {
	flex-wrap: wrap;
	padding: 25px 15px 0;
	background: none;
}

.gs18-Custom-Area .gs18-TileItem .gs18-TileItem__Body+.gs18-Tile-Tile-03 {
	padding-top: 10px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03:nth-last-of-type(1) {
	padding-bottom: 35px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem {
	justify-content: left;
	margin: 0;
	background: #F5F5F5 !important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem:nth-of-type(even) {
	background: #fff !important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03:nth-of-type(odd) .gs18-TileItem {
	background: #fff !important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03:nth-of-type(odd) .gs18-TileItem:nth-of-type(even) {
	background: #F5F5F5 !important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Head {
	box-sizing: border-box;
	display: table;
	padding: 0 !important;
	margin-top: 30px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Head .gs18-HeadingLv2 {
	display: table-cell;
	padding: 0 15px;
	font-size: 1.1rem;
	vertical-align: middle;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Media {
	position: relative;
	order: -1;
	height: auto;
	overflow: hidden;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Media .gs18-TileMediaImage .gs18-Image {
	width: 100%;
	height: auto;
}

.gs18-Custom-Area .gs18-TileItem .gs18-TileItem__Media {
	position: relative;
	height: 190px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.gs18-Custom-Area .gs18-TileItem .gs18-TileItem__Media.overwrite_01 {
	background-color: #fff;
	background-size: contain;
}

.gs18-Custom-Area .gs18-TileItem .gs18-TileItem__Media::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: ' ';
	background: rgba(0, 0, 0, 0.54);
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Media::after {
	display: none;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01 {
	padding: 30px 20px;
	margin-top: 20px;
	background: #fff;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01.overwrite-01 {
	margin-top: 0;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01 h3 {
	padding: 0;
	margin: 0;
	font-size: 1.25rem;
	font-weight: bold;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01 p {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	font-size: 1.1rem;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01 figure {
	margin-top: 20px;
	text-align: center;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01 img {
	width: 75%;
	margin: 0 auto;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01 ul {
	padding: 0;
	margin: 0;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01 li {
	padding: 0;
	margin: 0;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01 li:nth-of-type(n + 2) {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #CCC;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01 li::after {
	display: none;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01-02 {
	padding: 30px 20px;
	margin-top: 20px;
	background: #fff;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01-02.overwrite-white {
	padding: 0;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01-02.overwrite-01 {
	margin-top: 0;
	background: none;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01-02 h3 {
	padding: 0;
	margin: 0;
	font-size: 1.25rem;
	font-weight: bold;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01-02 p {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	font-size: 1.1rem;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01-02 figure {
	margin-top: 20px;
	text-align: center;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01-02 img {
	width: 75%;
	margin: 0 auto;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01-02 ul {
	padding: 0;
	margin: 0;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01-02 li {
	padding: 0;
	margin: 0;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01-02 li:nth-of-type(n + 2) {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #CCC;
}

.gs18-Custom-Area .gs18-TileItem .image-box-01-02 li::after {
	display: none;
}

.gs18-Custom-Area .gs18-TileItem .image-box-02 {
	padding: 30px 20px;
	margin-top: 25px;
	background: #fff;
}

.gs18-Custom-Area .gs18-TileItem .image-box-02 h3 {
	padding: 0;
	margin: 0;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}

.gs18-Custom-Area .gs18-TileItem .image-box-02 img {
	width: 100%;
	margin: 0 auto;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-01 .right {
	margin-top: 25px;
	text-align: center;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-02 {
	margin-top: 20px;
	border-top: 1px solid #ccc;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-02 ul {
	margin-top: 25px;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-02 li {
	font-size: 1.1rem;
	font-weight: bold;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-02 li::after {
	top: 10px;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-02 li:nth-of-type(n + 2) {
	margin-top: 5px;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-02 .right {
	margin-top: 20px;
	text-align: center;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-02 .right img {
	width: 216px;
	margin: 0 auto;
}

.gs18-Custom-Area .gs18-TileItem .image-box-02 h4 {
	padding: 0;
	margin: 0;
	margin-top: 25px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.3;
	color: #C41614;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 h4 {
	margin-top: 0;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 {
	margin-top: 15px;
}

.gs18-Custom-Area .gs18-TileItem h4 + .flex-box {
	margin-top: 15px;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 h4.flex-box + .flex-box {
	margin-top: 15px;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 .flex-box {
	display: table;
	width: 100%;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 .flex-box .flex-box-left {
	display: table-cell;
	width: 130px;
	vertical-align: middle;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 .flex-box .flex-box-right {
	box-sizing: border-box;
	display: table-cell;
	width: calc(100% - 130px);
	padding-left: 20px;
	font-size: 0.9rem;
	color: #33331A;
	vertical-align: middle;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 .right .flex-box .flex-box-left {
	padding-top: 15px;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 .right .flex-box .flex-box-right {
	padding-top: 15px;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 .right h4 {
	margin-top: 15px;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 .right h4 + .flex-box .flex-box-left {
	padding-top: 0;
}

.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 .right h4 + .flex-box .flex-box-right {
	padding-top: 0;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 {
	margin-top: 30px;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 table {
	width: 100%;
	border-collapse: collapse;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 table td {
	font-size: 0.65rem;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-01 {
	box-sizing: border-box;
	width: 70px;
	padding: 10px;
	font-size: 0.65rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-02 {
	box-sizing: border-box;
	min-width: 212px;
	padding: 10px;
	font-size: 0.75rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: #000;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 tr .cell-type-02:nth-last-of-type(1) {
	border-right: 1px solid #000;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-03 {
	box-sizing: border-box;
	min-width: 70px;
	padding: 10px;
	font-size: 0.65rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	vertical-align: middle;
	background: #EBEBEB;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 tr .cell-type-03:nth-last-of-type(1) {
	border-right: 1px solid #CCC;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 tr .cell-type-04:nth-last-of-type(1) {
	border-right: 1px solid #CCC;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-04 {
	position: relative;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-scale {
	position: absolute;
	top: 0;
	left: -48px;
	z-index: 10;
	width: 43px;
	padding-top: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	background-image: url(../png/cell-scale.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 35px auto;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-arrow-01 {
	background-image: url(../png/cell-arrow.png);
	background-repeat: no-repeat;
	background-position: center center ;
	background-size: auto 90%;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-arrow {
	display: flex;
	flex-direction: column;
	height: 200px;
	text-align: center;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-arrow .top {
	padding-bottom: 21px;
	font-size: 0.875rem;
	font-weight: bold;
	color: #EDB2B2;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-arrow .middle {
	height: calc(100% - 80px);
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-arrow .bottom {
	padding-top: 21px;
	font-size: 0.875rem;
	font-weight: bold;
	color: #C40000;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-04 img {
	max-width: 100%;
	max-height: 78px;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-04 .cell-text {
	display: block;
	margin-top: 5px;
	text-align: left;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-04 .table-flex-box {
	display: table;
	width: 100%;
	margin: 0 auto;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-04 .table-flex-box.auto-width {
	width: auto;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-04 .table-flex-box-02 {
	margin-top: 15px;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-04 .table-flex-box img {
	max-height: 55px;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-04 .table-flex-box.auto-width img {
	max-height: 66px;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-04 .table-flex-box-left {
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-04 .table-flex-box-right {
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-04 .table-flex-box-right span {
	display: block;
	padding-left: 5px;
	text-align: left;
}

.gs18-Custom-Area .gs18-TileItem .list-box-01 {
	margin-top: 25px;
}

.gs18-Custom-Area .gs18-TileItem .list-box-01 .list-box-expansion {
	background: #fbecec;
}

.gs18-Custom-Area .gs18-TileItem .list-box-01 ul {
	padding: 20px 15px;
}

.gs18-Custom-Area .gs18-TileItem .list-box-01 .list-box-expansion ul {
	padding-top: 5px;
}

.gs18-Custom-Area .gs18-TileItem .list-box-01 li {
	font-size: 0.825rem;
}

.gs18-Custom-Area .gs18-TileItem .list-box-01 .list-box-expansion li {
	font-size: 0.875rem;
	font-weight: 400;
}

.gs18-Custom-Area .gs18-TileItem .list-box-01 .list-box-expansion li::after {
	top: 9px;
	background: #c9231d;
}

.gs18-Custom-Area .gs18-TileItem .list-box-01 li::after {
	top: 8px;
	width: 3px;
	height: 3px;
}

.gs18-Custom-Area .gs18-TileItem .list-box-01 .list-box-expansion h4 {
	padding: 20px 20px 0;
	margin: 0;
	font-size: 0.875rem;
	font-weight: 400;
	color: #c9231d;
}

.gs18-Custom-Area .gs18-TileItem .list-box-01 li:nth-of-type(n + 2) {
	margin-top: 5px;
}

.gs18-Custom-Area .gs18-TileItem .list-box-01 .gs18-Text-Smaller {
	padding: 0 15px;
	margin-top: 0;
}

.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Media::after {
	display: none;
}

.gs18-Custom-Area .gs18-TileItem__Head+.gs18-Tile-Tile-03 {
	/* padding-top: 0; */
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03+.gs18-Tile-Tile-03 {
	padding-top: 0;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03+.gs18-TileItem__Foot {
	padding-top: 35px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Head .gs18-HeadingLv2 span {
	box-sizing: border-box;
	display: block;
	padding-bottom: 22px;
	border-bottom: 2px solid #C40000;
}

/* セクション04 */
.gs18-Custom-Area .gs18-Tile-more .gs18-HeadingLv2 {
	font-size: 1.2rem;
}

.gs18-Custom-Area .gs18-Tile-more .gs18-TileItem__Head {
	padding-top: 30px !important;
}

.gs18-video-thumb {
	padding: 35px 15px 0;
}

/* ビデオ関連 */
.gs18-video-play {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.gs18-video-thumb img {
	width: 100%;
}

.gs18-video-thumb a {
	position: relative;
	display: inline-block;
	font-size: 0;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
}

.play-button .outer-ring {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	margin: 0;
	background-color: rgba(236,0,0,.25);
	border-radius: 35px;
	-webkit-transition: all .35s cubic-bezier(.215,.61,.355,1) 0s;
	transition: all .35s cubic-bezier(.215,.61,.355,1) 0s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.play-button .inner-ring {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin: 0;
	background-color: #fff;
	border: 3px solid rgba(236,0,0,.9);
	border-radius: 25px;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.play-button .inner-ring img {
	display: block;
	width: 16px;
	height: auto;
	margin: 0 0 0 2px;
}

/* モーダル */
.video-modal,
.image-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 25000;
	display: none;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.image-modal {
	box-sizing: border-box;
	width: 100vw;
	height: 100vh;
	overflow: scroll;
	background: rgba(6, 17, 30, 0.9);
}

.video-modal .video-modal-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(6,17,30,.9);
}

.image-modal .image-modal-background {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-modal .video-modal-inner {
	position: relative;
	top: 50%;
	width: 100%;
	max-width: 58.125rem;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.image-modal .image-modal-inner {
	position: relative;
	display: table;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
}

.video-modal .video-modal-wrapper {
	position: relative;
	background-color: #000;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.image-modal .image-modal-wrapper {
	display: table-cell;
	padding: 80px 0;
	text-align: center;
	vertical-align: middle;
}

.video-modal .video-modal-wrapper .video-modal-responsive {
	position: relative;
	max-width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.video-modal .video-modal-wrapper.ready .video-modal-responsive embed,
.video-modal .video-modal-wrapper.ready .video-modal-responsive iframe,
.video-modal .video-modal-wrapper.ready .video-modal-responsive object,
.image-modal .image-modal-wrapper.ready embed,
.image-modal .image-modal-wrapper.ready iframe,
.image-modal .image-modal-wrapper.ready object,
.image-modal .image-modal-wrapper.ready .large-image {
	opacity: 1;
}

.video-modal .video-modal-wrapper .video-modal-responsive embed,
.video-modal .video-modal-wrapper .video-modal-responsive iframe,
.video-modal .video-modal-wrapper .video-modal-responsive object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* opacity: 0; */
	-webkit-transition: opacity 1s ease 1s;
	transition: opacity 1s ease 1s;
}

.image-modal .image-modal-wrapper .large-image {
	position: relative;
	z-index: 10;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.video-modal .button-container,
.image-modal .button-container {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 20;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video-modal .button-container .close-button,
.image-modal .button-container .close-button {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.close-button .outer-ring {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	margin: 0;
	background-color: hsla(0,0%,100%,.25);
	border-radius: 24px;
	-webkit-transition: all .35s cubic-bezier(.215,.61,.355,1) 0s;
	transition: all .35s cubic-bezier(.215,.61,.355,1) 0s;
	transform: translate3d(-7px,-7px,0);
}

.close-button .inner-ring {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: 0;
	background-color: #fff;
	border: 3px solid rgba(6,17,30,.9);
	border-radius: 17px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.close-button .inner-ring img {
	display: block;
	width: 12px;
	height: auto;
	margin: 0;
}

.alert-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 25000;
	display: none;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.alert-modal .alert-modal-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(6,17,30,.9);
}

.alert-modal .alert-modal-inner {
	position: relative;
	top: 50%;
	width: 100%;
	max-width: 58.125rem;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.alert-modal .alert-modal-wrapper {
	position: relative;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.alert-modal .alert-modal-wrapper .alert-modal-responsive {
	width: 70%;
	padding: 30px;
	margin: 0 auto;
	color: #000;
	text-align: center;
	background: #fff;
}

.alert-modal .button-container {
	position: absolute;
	top: 20px;
	right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.alert-modal .button-container .close-button {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.gs18-Articles {
	padding-bottom: 0;
}

.gs18-LocalNavList .gs18-LocalNavList a{
	padding-left: 30px;
}

.gs18-LocalNavList--Root {
	width: 100%;
}

.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a {
	display: block;
	padding: .8em 30px .75em;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
}

.gs18-LocalNavItem.is-current .gs18-LocalNavList--Depth1 a {
	background-color: #757575;
}

.gs18-LocalNavItem.is-sibling.is-current>a {
	background-color: #757575;
}

.gs18-LocalNavItem {
	display: list-item;
}

/* バナー */
.gs18-Custom-Area .gs18-Tile-Banner {
	padding: 35px 15px;
}

.gs18-Custom-Area .gs18-Tile-Banner .gs18-TileItem--BgImage {
	position: relative;
	background-position: center center !important;
	background-size: cover !important;
}

.gs18-Custom-Area .gs18-Tile-Banner .gs18-TileItem--BgImage::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: ' ';
	background: rgba(0, 0, 0, 0.4);
}

.gs18-Custom-Area .gs18-Tile-Banner .gs18-TileItem__Body {
	z-index: 10;
	min-height: 170px;
	padding-bottom: 35px !important;
}

.gs18-Custom-Area .gs18-Tile-Banner .gs18-Text {
	font-size: 1.6rem;
}

.gs18-Custom-Area .gs18-Tile-Banner .gs18-ButtonLink {
	margin-top: 30px;
}

/* フォーム */

.gs18-contact-form {
	padding: 0 15px 35px;
}

.gs18-contact-form .gs18-TileItem__Head {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.gs18-contact-form .gs18-TileItem__Body {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.gs18-contact-form h2 {
	padding: 0;
	margin: 25px 0 0;
	font-weight: bold;
}

.gs18-contact-form-description {
	font-weight: bold;
}

.gs18-contact-form-description a {
	color: #333;
	text-decoration: none;
}

.gs18-contact-form th {
	width: 30%;
}

.gs18-contact-form td {
	width: 70%;
}

.gs18-contact-form input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 15px;
	border: 2px solid #000;
}

.gs18-contact-form .notice {
	position: relative;
	margin-top: 8px;
	color: #33331A;
}

.gs18-contact-form .notice_example {
	position: relative;
	margin-top: 8px;
	color: #33331A;
}

.gs18-contact-form input::placeholder {
	color: #AAA;
}

/* IE */
.gs18-contact-form input:-ms-input-placeholder {
	color: #AAA;
}

/* Edge */
.gs18-contact-form input::-ms-input-placeholder {
	color: #AAA;
}

.gs18-contact-form button[type="submit"],
.gs18-contact-form input[type="submit"] {
	padding: 12px 20px;
	margin-top: 35px;
	font-size: 0.7rem;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	background: #C40000;
	border: none;
}

.gs18-contact-form .gs18-TableBodyTd .gs18-checkbox {
	margin-top: 0;
}

.gs18-contact-form .gs18-TableBodyTd .gs18-checkbox:nth-of-type(n+2) {
	margin-top: 15px;
}

.gs18-contact-form .gs18-checkbox {
	margin-top: 30px;
}

.gs18-contact-form .gs18-checkbox input[type="checkbox"] {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	appearance: none;
}

.gs18-contact-form .gs18-checkbox label {
	position: relative;
	display: block;
	/* outline: 0; */
}

.gs18-contact-form .gs18-checkbox label input[type="checkbox"] + span,
.gs18-contact-form .gs18-checkbox label input[type="radio"] + span {
	position: relative;
	padding: 0 0 0 30px;
}

.gs18-contact-form .gs18-checkbox label input[type="checkbox"] + span::before {
	border-color: #00acc1;
}

.gs18-contact-form .gs18-checkbox label span {
	display: inline-block;
}

.gs18-contact-form .gs18-checkbox label input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.gs18-contact-form .gs18-checkbox label input[type="checkbox"] + span::before,
.gs18-contact-form .gs18-checkbox label input[type="checkbox"] + span::after {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	content: '';
}

.gs18-contact-form .gs18-checkbox label input[type="checkbox"] + span::before {
	z-index: 0;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 2px #000 solid;
}

.gs18-contact-form .gs18-checkbox label input[type="checkbox"] + span::after {
	top: 5px;
	left: 5px;
	z-index: 1;
	width: 10px;
	height: 10px;
}

.gs18-contact-form .gs18-checkbox label input[type="checkbox"]:checked + span::before {
	border: 2px #C40000 solid;
}

.gs18-contact-form .gs18-checkbox label input[type="checkbox"]:checked + span::after {
	background-color: #C40000;
}

.gs18-contact-form .gs18-TableBodyTd .personal-information .personal-information-description p {
	padding: 0;
	margin: 0;
}

.gs18-contact-form .gs18-TableBodyTd .personal-information+.error {
	display: inline-block;
	margin: 15px 0 0;
}

.gs18-contact-form .gs18-TableBodyTd .personal-information {
	display: flex;
}

.gs18-contact-form .gs18-TableBodyTd .personal-information:nth-of-type(n + 2) {
	margin-top: 10px;
}

.gs18-contact-form .gs18-TableBodyTd .personal-information .gs18-checkbox {
	width: 30px;
}

.gs18-contact-form .gs18-TableBodyTd .personal-information .personal-information-description {
	width: calc(100% - 30px);
}

.gs18-contact-form .job-title-other {
	display: none;
}

.gs18-contact-form textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 8px 15px;
	line-height: 1.5;
	border: 2px solid #000;
}

.job_title_wrapper {
	width: 100%;
	overflow: hidden;
}

.job_title_wrapper select {
	width: 100%;
	text-overflow: ellipsis;
	cursor: pointer;
	background: transparent;
	background-image: none;
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.job_title_wrapper select::-ms-expand {
	display: none;
}

.job_title_wrapper {
	position: relative;
	box-sizing: border-box;
	background: #fff;
	border: 2px solid #000;
}

.job_title_wrapper::before {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 12px;
	height: 10px;
	margin: -4px 0 0 0;
	pointer-events: none;
	content: ' ';
	background:url(../png/arrowdown-04.png) no-repeat center center;
	background-size: contain;
}

.job_title_wrapper select {
	padding: 10px 20px 10px 15px
}

form .error {
	display: block;
	color: #C40000;
}

/* 詳細ページ */
.article_wrap {
	padding: 30px 15px;
}

.article_wrap p {
	padding: 0;
	margin: 0;
}

.article_wrap .subtitle {
	font-weight: bold;
}

h1.article_title {
	margin: 15px 0 30px;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #C40000;
}

.article_hdr {
	margin: 0 auto 25px;
}

.article_hdr p {
	float: left;
	width: 40%;
	padding: 0;
	padding-top: 7px;
	margin: 0;
	color: #666;
}

.article_hdr ul {
	float: left;
	width: 60%;
	padding: 0;
	margin: 0;
	text-align: right;
}

.article_hdr::after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	content: ".";
}

.article_wrap .article_link {
	padding: 0;
	margin: 0;
	text-align: center;
}

.article_wrap .article_link .gs18-ButtonLink {
	display: inline-block;
	margin: 0 auto;
}

ul.article_share li {
	display: inline-block;
	width: 32px;
	margin: 0 0 0 16px;
	line-height: 1.0;
	list-style: none;
}

.article_foot_share ul.article_share li {
	position: relative;
	left: 6px;
	margin: 0 8px;
}

ul.article_share li a {
	display: block;
	width: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

.article_share li.share_facebook img {
	width: 32px;
	height: auto;
}

.article_share li.share_x {
	position: relative;
	top: -1px;
	margin-left: 13px;
}

.article_foot_share ul.article_share li.share_x  {
	margin-left: 5px;
}

.article_share li.share_x img {
	width: auto;
	height: 30px;
}

.article_share li.share_linkedin {
	position: relative;
	top: 1px;
	width: 44px;
}

ul.article_share li.share_linkedin a {
	width: 44px;
}

.article_share li.share_linkedin img {
	width: auto;
	height: 34px;
}

.article_wrap h2 {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

.article_photo {
	margin-bottom: 35px;
}

.article_wrap > .article_photo:nth-of-type(1) {
	margin-bottom: 20px;
}

.article_photo figure {
	margin: 0;
	text-align: center;
}

.article_photo img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	vertical-align: top;
}

.article_photo a {
	position: relative;
	display: inline-block;
}

.article_caption {
	margin-bottom: 50px;
}

.article_caption h3 {
	margin: 20px 0;
	font-size: 1.0rem;
}

.article_caption p {
	line-height: 1.6;
}

.article_caption p+p {
	margin-top: 15px;
}

.article_caption ol {
	margin: 0;
}

.article_caption ol li:nth-of-type(n+2) {
	margin-top: 10px;
}

.article_caption ol+p {
	margin-top: 20px;
}

.article_caption p+ol {
	margin-top: 20px;
}

.article_caption p+.article_photo {
	margin-top: 50px;
}

.article_caption .article_table+.article_photo {
	margin-top: 20px;
}

.article_table {
	margin-top: 30px;
}

.article_table .gs18-Table {
	margin-top: 0;
}

.article_foot_share {
	margin-top: 35px;
}

.article_foot_share ul {
	padding: 0;
	margin: 0;
	text-align: center;
}

.article_foot_share li {
	margin: 0 7px;
}

.gs18-Tags .gs18-TileItem__Foot {
	margin: -7px;
}

.gs18-Tags ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.gs18-Tags ul li {
	display: inline-block;
	margin: 7px;
}

.gs18-Tags ul li a {
	display: block;
	padding: 12px 14px;
	color: #000;
	text-decoration: none;
	background: #fff;
	border: 1px solid #000;
	border-radius: 6px;
}

/* Vault */
.gs18-Header-Banner {
	position: relative;
	background: #F0F0F0;
	border-bottom: 4px solid #000;
}

.gs18-Header+.gs18-Header-Banner {
	margin-top: 65px;
}

.gs18-LocalMainNav+.gs18-Header-Banner {
	padding-top: 153px;
}

.gs18-Main .gs18-Header-Banner {
	padding-top: 153px;
}

.gs18-Header-Banner.hide {
	display: none;
}

.gs18-Header-Banner+.gs18-Custom-Area {
	margin-top: 0;
}

.gs18-Header-Banner-Hide {
	padding-top: 153px;
}

.gs18-Header-Banner .inner {
	padding: 90px 15px 35px;
	text-align: center;
}

.gs18-Header-Banner p {
	padding: 0;
	margin: 0;
	margin-top: 15px;
	text-align: left;
}

.gs18-Header-Banner .sign-up {
	display: inline-block;
	padding: 12px 20px;
	margin: 30px auto 0;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: #C40000;
}

.gs18-Header-Banner .close {
	position: absolute;
	top: 125px;
	right: 10px;
	display: inline-block;
	width: 46px;
	height: 46px;
	background: #fff;
	border: 2px solid #333;
}

.gs18-Main .gs18-Header-Banner .close {
	top: 125px;
}

.gs18-Header-Banner span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.gs18-Header-Banner .close span::before,
.gs18-Header-Banner .close span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 28px;
	height: 2px;
	margin: -1px 0 0 -14px;
	content: "";
	background: #333;
}

.gs18-Header-Banner .close span::before {
	transform: rotate(-45deg);
}

.gs18-Header-Banner .close span::after {
	transform: rotate(45deg);
}

.gs18-Articles-Accordion .gs18-HeadingLv3 {
	padding: 0 15px;
	margin-top: 20px;
}

.gs18-Articles-Accordion .gs18-HeadingLv3:nth-of-type(n+2) {
	margin-top: 35px;
}

.gs18-Articles-Accordion .gs18-Tile-Tile-02 {
	padding-top: 15px;
}

.gs18-Articles-Accordion {
	transition: padding-bottom 0.2s ease-out;
}

.gs18-Articles-Accordion-Switch {
	position: relative;
	padding-right: 30px;
}

.gs18-Articles-Accordion-Switch .gs18-SPFontSize_02 {
	font-size: 1.48rem;
}

.gs18-Articles-Accordion-Button {
	position: absolute;
	top: 50%;
	right: 0;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.gs18-Articles-Accordion-Button::before,
.gs18-Articles-Accordion-Button::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 18px;
	height: 2px;
	content: '';
	background: #C40000;
	transition: 0.4s ease-out;
	transform: translateY(-50%);
}

.gs18-Articles-Accordion .gs18-Articles-Accordion-Button::after {
	transform: translateY(-49%) rotate(90deg);
}

.gs18-Articles-Accordion.open .gs18-Articles-Accordion-Button::after {
	transform: translateY(-50%) rotate(0);
}

.gs18-Articles-Accordion .gs18-TileItem__Head {
	transition: padding-top 0.4s ease-out;
}

.gs18-Articles-Accordion .gs18-Articles-Accordion-Contents {
	transition: height 0.4s ease-out;
}

.gs18-Vault .gs18-Articles {
	padding-bottom: 35px;
}

.gs18-Vault .gs18-Articles-Accordion {
	padding-bottom: 10px;
}

.gs18-Vault .gs18-Articles-Accordion.open {
	padding-bottom: 35px;
}

.gs18-Articles-Accordion > .gs18-TileItem > .gs18-TileItem__Head {
	padding-top: 10px !important;
}

.gs18-Articles-Accordion.open > .gs18-TileItem > .gs18-TileItem__Head {
	padding-top: 30px !important;
}

.gs18-Articles-Accordion .gs18-Articles-Accordion-Contents {
	height: 0;
	overflow: hidden;
}

.gs18-Articles-Accordion.open .gs18-Articles-Accordion-Contents {
	height: auto;
}

/* スライダー */
.gs18-FooterSlider {
	flex-wrap: wrap;
	padding-bottom: 20px;
	text-align: center;
}

.gs18-FooterSlider .gs18-TileItem__Head {
	text-align: left;
}

.gs18-FooterSlider .swiper-container {
	/* max-width: 120px; */
	margin-top: 35px;
}

.gs18-FooterSlider .swiper-slide {
	box-sizing: border-box;
	padding: 0 15px;
	text-align: left;
	/* justify-content: center; */
	opacity: 0.3;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.gs18-FooterSlider .swiper-slide-active {
	opacity: 1;
}

.gs18-FooterSlider .swiper-slide img {
	width: 100%;
	height: auto;
}

.gs18-FooterSlider .swiper-slide .play-button {
	margin-top: -11px;
}

.gs18-FooterSlider .swiper-slide .play-button .inner-ring img{
	width: 16px;
}

.gs18-FooterSlider .swiper-caption {
	padding: 0;
	margin: 0;
	word-break: break-all;
}

.gs18-FooterSlider .swiper-button-prev,
.gs18-FooterSlider .swiper-button-next {
	top: 57px;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	margin-top: 0;
	background: #fff;
	border: 2px solid #000;
}

.gs18-FooterSlider .swiper-button-prev::after,
.gs18-FooterSlider .swiper-button-next::after {
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 0;
	content: ' ';
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(225deg);
}

.gs18-FooterSlider .swiper-button-next::after {
	position: absolute;
	top: 50%;
	right: 15px;
	left: auto;
	margin: -3px 0 0 0;
	transform: rotate(45deg);
}

.gs18-FooterSlider .swiper-button-prev.swiper-button-disabled,
.gs18-FooterSlider .swiper-button-next.swiper-button-disabled {
	opacity: 0;
}

.gs18-FooterSlider .swiper-button-prev {
	left: 0;
}

.gs18-FooterSlider .swiper-button-next {
	right: 0;
}

/* ヘッダーグループナビゲーション */
.article-nav-static-alpha,
.article-nav-fixed-alpha {
	display: none;
}

.article-nav-static {
	position: relative;
	z-index: 100;
	background: #fff;
}

.ourstories-inner {
	position: relative;
}

.zero-area-container {
	padding: 15px;
}

.article-nav-static .category-select-box,
.article-nav-fixed .category-select-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 2% 0 2% 8px;
	font-size: 0.9rem;
	background: url(../png/top_nav_category_select_arrow.png) no-repeat right 2.3% center, -webkit-gradient(linear, left top, right top, color-stop(90.46455%, #fff), color-stop(90.46455%, #000));
	background: url(../png/top_nav_category_select_arrow.png) no-repeat right 2.3% center, linear-gradient(to right, #fff 90.46455%, #000 90.46455%);
	background-size: 4.8%, 100%;
	border: solid 1px #000;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.article-nav-fixed {
	position: fixed;
	top: 0;
	/* display: none; */
	left: 0;
	z-index: 200;
	width: 100%;
	background: #fff;
}

.article-nav-fixed .zero-area-container {
	padding: 15px;
}

.article-nav-fixed {
	-webkit-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
	transform: translateY(-100%);
}

.article-nav-fixed.show {
	transform: translateY(0);
}

/* 第3階層 */
.gs18-Custom-Area .gs18-TileItem--Pictgram-02 {
	width: auto;
	margin: 35px 15px;
	background: #EBEBEB !important;
}

.gs18-Custom-Area .gs18-TileItem--Pictgram-02>.gs18-TileItem__Pictgram {
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
	min-width: initial;
	min-width: auto;
	max-width: initial;
	max-width: auto;
	height: auto;
	min-height: initial;
	min-height: auto;
	max-height: initial;
	max-height: auto;
	margin: 0;
}

.gs18-Custom-Area .gs18-TileItem--Pictgram-02>.gs18-TileItem__Head,
.gs18-Custom-Area .gs18-TileItem--Pictgram-02>.gs18-TileItem__Body {
	margin-right: 0;
}

.gs18-Custom-Area .gs18-TileItem--Pictgram-02>.gs18-TileItem__Head {
	padding-top: 25px;
}

.gs18-Custom-Area .gs18-TileItem--Pictgram-02>.gs18-TileItem__Head .gs18-HeadingLv2 {
	font-size: 1.2rem;
}

.gs18-Custom-Area .gs18-HeadingLv2 {
	margin: 0;
}

.gs18-Custom-Area .gs18-Home .gs18-HeadingLv2 {
	color: #000;
	text-align: center;
}

.gs18-Custom-Area .gs18-Home .gs18-HeadingLv2__HeadingCol {
	display: block;
	font-size: 1.5rem;
	line-height: 1.3;
}

.gs18-Custom-Area .gs18-Home .gs18-HeadingLv2__HeadingCol span {
	display: block;
	font-size: 1.0rem;
	line-height: 1.4;
}

.gs18-FontSize_04 {
	font-size: 1.34rem !important;
}

.gs18-FontSize_05 {
	font-size: 1.1rem !important;
}

.gs18-Custom-Area .gs18-Home .gs18-HeadingLv2__SubTitleCol {
	font-size: 0.8rem;
	font-weight: 400;
	text-align: center;
}

/* 状態管理 */
.download-size {
	position: absolute;
	bottom: -27px;
	left:-5px;
	display: block;
	width: 100%;
	margin-top: 4px;
	font-size: 0.9rem;
	font-weight: normal;
	color: #666;
	text-align: center;
}

.gs18-Custom-Area .gs18-TileItem .gs18-ButtonLink.not-logged-in-show {
	font-size: 0.9rem;
}

.gs18-Custom-Area .gs18-TileItem .gs18-ButtonLink.logged-in-show {
	display: none;
}

.gs18-Custom-Area .gs18-TileItem__Foot .gs18-ButtonLink.gs18-ButtonLink--Pdf:nth-last-of-type(1),
.gs18-Custom-Area .gs18-TileItem__Foot .gs18-ButtonLink.not-logged-in-show,
.gs18-Custom-Area .gs18-TileItem__Foot .gs18-ButtonLink.logged-in-show {
	margin-bottom: 25px;
}

.gs18-u-Size1of4 {
	width: 50%;
}

.gs18-Footer__SNS > li img {
	width: 32px;
	height: auto;
	vertical-align: middle;
}

.gs18-Footer__SNSLinkedin img {
	width: auto !important;
	height: 32px !important;
}

.gs18-Footer__SNS>li:not(:last-child) {
	margin-right: 16px;
}

.gs18-Footer__List {
	padding: 1px 0 0;
	margin-top: 22px;
	list-style: none;
}

/* 認証 */
.logged-in-show {
	display: none !important;
}

.MEL_SETTINGS_LOGGED_IN .logged-in-show {
	display: block !important;
}

.MEL_SETTINGS_LOGGED_IN .not-logged-in-show {
	display: none !important;
}

.MEL_SETTINGS_LOGGED_IN .gs18-ButtonLink.not-logged-in-show {
	display: none !important;
}

.MEL_SETTINGS_LOGGED_IN .gs18-ButtonLink.logged-in-show {
	display: inline-block !important;
}

p.thanks_message {
	margin: 15px 0 0;
}

p.thanks_message+.gs18-ButtonLink {
	margin-top: 5px;
}

.lock-unlock {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	width: 30px;
}

/* もっと読む */
.gs18-Articles-Load-More .date {
	display: block;
	padding: 20px 15px 0;
	font-size: 0.8rem;
}

.gs18-Articles-Load-More .date+.gs18-TileItem__Head+.gs18-TileItem__Body {
	padding-top: 15px !important;
}

.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .date+.gs18-TileItem__Head {
	margin-top: 15px !important;
}

.gs18-Articles-Load-More .date_en {
	display: block;
}

.gs18-Articles-Load-More .date_ja {
	display: none;
}

.gs18-ButtonLink--More {
	display:inline-block;
	padding-right: 45px;
	background:url(../png/arrowdown-03.png) no-repeat right 15px center;
	background-size: 18px auto;
}

.gs18-ButtonLink--More.hide {
	display:none;
}

.gs18-Footer__SNS>li a {
	display: inline-block;
	text-decoration: none
}

.gs18-detail .gs18-HeadingLv2 {
	text-align: center;
}

.article_wrap+.gs18-Tile .gs18-HeadingLv2 {
	text-align: center;
}

.gs18-detail .gs18-TileItem__Head+.gs18-TileItem__Foot {
	text-align: center;
}

.article_wrap+.gs18-Tile .gs18-TileItem__Head+.gs18-TileItem__Foot {
	text-align: center;
}

.switching {
	display: none;
}

.authentication .authentication {
	display: block;
}

.not-authentication .not-authentication {
	display: block;
}

.gs18-Utility .gs18-Utility-Inner {
	padding: 40px 20px;
	color: #fff;
	background: #000;
	border-bottom: 10px solid #E10101;
}

.gs18-Utility {
	padding: 35px 15px 35px;
}

.gs18-Custom-Area .gs18-Tile-Banner+.gs18-Utility {
	padding-top: 0;
}

.gs18-Utility .gs18-Utility-Inner h2 {
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
	text-align: center;
}

.gs18-Utility-form {
	display: block;
	width: 110px;
	padding: 10px;
	margin: 0 auto 0;
	font-size: 1.0rem;
	font-weight: bold;
	text-align: center;
	border: 2px solid #fff;
}

.gs18-Utility .gs18-Utility-Inner ul a {
	color: #fff;
	text-decoration: none;
}

.gs18-Utility ul {
	padding: 0;
	margin: 30px 0 0;
	list-style: none;
}

.gs18-Utility li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.gs18-Utility li:nth-of-type(n+2) {
	margin-top: 10px;
}

.gs18-Home .gs18-Utility {
	padding: 0;
}

.gs18-Home .gs18-Utility .gs18-Utility-Inner {
	padding: 35px 30px;
}

.gs18-Home .gs18-Utility .gs18-Utility-Inner h2 {
	font-size: 0.9rem;
}

.gs18-Home .gs18-Utility-form {
	display: inline-block;
	width: auto;
	padding: 10px;
	margin: 0 auto 0;
	font-weight: 500;
	text-align: center;
	background: #fff;
	border: 2px solid #fff;
}

.gs18-Home .gs18-Utility ul {
	margin: 20px 0 0;
}

.gs18-Home .gs18-Utility ul li {
	text-align: center;
}

.gs18-Home .gs18-Utility .gs18-Utility-Inner ul a {
	padding: 8px 35px 8px 15px;
	font-size: 0.8rem;
	color: #000;
}

.gs18-Home .gs18-Utility-form.gs18-ButtonLink--External::after {
	top: 50%;
	right: 5px;
	margin-top: -14px;
}

/* 言語切替え */
.gs18-Toggle-Language {
	position: absolute;
	top: 0;
	left: 6px;
	z-index: 10;
	box-sizing: border-box;
	display: table;
	height: 100%;
	text-align: left;
}

.gs18-Toggle-Language a {
	position: relative;
	display: table-cell;
	width: 50%;
	height: 100%;
	padding: 0 10px;
	font-size: 0.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

.gs18-Toggle-Language a abbr {
	position: relative;
	display: inline-block;
}

.gs18-Toggle-Language a:nth-of-type(1)::before {
	position: absolute;
	top: auto;
	right: -1px;
	display: block;
	height: 12px;
	margin: -3px 0 0 0;
	content: ' ';
	border-right: 1px solid #e0e0e0;
	transform: translateY(50%);
}

.gs18-Toggle-Language a.current {
	cursor: default;
}

.gs18-Toggle-Language a.current abbr::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	content: ' ';
	border-bottom: 2px solid #fff;
}

.article_continuation {
	display: none;
}

.article_show {
	display: block;
}

.gs18-anchor-list ul,
.gs18-anchor-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.gs18-anchor-list ul {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
}

.gs18-anchor-list li {
	padding: 0 15px;
	margin: 5px 0;
	line-height: 0.8;
	border-right: 1px solid #000;
}

.gs18-anchor-list li:nth-last-of-type(1) {
	border-right: none;
}

.gs18-anchor-list li:nth-of-type(1) a {
	color: #C40000;
}

.gs18-anchor-list li a {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	margin: 0;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 0.8;
	color: #000;
	text-decoration: none;
}

.gs18-Home .gs18-anchor-list {
	margin-top: 10px;
}

.gs18-Home .gs18-anchor-list ul {
	display: block;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
	border-bottom: 1px solid #707070;
}

.gs18-Home .gs18-anchor-list li {
	display: inline-block;
	margin: 10px 0;
}

.gs18-Home .gs18-anchor-list li:nth-last-of-type(1) {
	border-right: none;
}

.gs18-Home .gs18-anchor-list li a {
	font-size: 1.0rem;
	font-weight: 500;
}

.gs18-Home .gs18-anchor-list + .gs18-TileItem--BgImage {
	margin-top: 20px;
}

.gs18-Home .gs18-TileItem .gs18-TileItem--BgImage::after {
	display: none;
}

.gs18-link-list {
	padding: 17px 30px;
}

.gs18-TileItem .solutions-list:nth-last-of-type(1) .gs18-link-list {
	padding-bottom: 2px;
}

.solutions-list .gs18-TileItem--BgImage {
	position: relative;
}

.solutions-list .gs18-TileItem--BgImage .gs18-TileItem__Head,
.solutions-list .gs18-TileItem--BgImage .gs18-TileItem__Body {
	position: relative;
	z-index: 20;
}

.solutions-list .gs18-TileItem--BgImage::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block !important;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.6);
}

.solutions-list .gs18-TileItem--BgImage.overwrite-01::after {
	background: rgba(0, 0, 0, 0.3);
}

.solutions-list:nth-of-type(5) .gs18-TileItem--BgImage::after {
	background: rgba(0, 0, 0, 0.4);
}

.gs18-link-list ul,
.gs18-link-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.gs18-link-list ul {
	display: flex;
	flex-wrap: wrap;
}

.gs18-link-list li {
	box-sizing: border-box;
	width: 100%;
	text-align: left;
}

.gs18-link-list li a {
	position: relative;
	display: inline-block;
	padding-right: 18px;
	font-weight: 500;
	color: #484848;
	text-align: left;
	text-decoration: none;
}

.gs18-link-list li a span {
	display: inline-block;
	font-size: 0.9rem;
}

.gs18-link-list li a::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 5px;
	height: 10px;
	margin-top: -5px;
	content: ' ';
	background-image: url(../png/arrowright-02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.gs18-link-list li:nth-of-type(n+2) {
	margin-top: 15px;
}

.gs18-link-list + .gs18-TileItem--BgImage {
	margin-top: 20px;
}

.gs18-MainList-Wrapper-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 18;
	display: none;
	width: 100%;
	height: 100%;
}

.gs18-LocalMainNav .gs18-LocalMainNav-header .gs18-MainList {
	position: relative;
	z-index: 25;
}

.gs18-MainList-Wrapper .gs18-MainList-Wrapper-overlay {
	position: absolute;
}

.gs18-Custom-Area .gs18-TileItem__Body .gs18-Text.gs18-Text-Smaller {
	font-size: 0.8em;
}

.gs18-Custom-Area .gs18-TileItem__Body .gs18-Text + ul {
	margin-top: 15px;
}

.gs18-Custom-Area .gs18-TileItem__Body ul,
.gs18-Custom-Area .gs18-TileItem__Body li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.gs18-Custom-Area .gs18-TileItem__Body li {
	position: relative;
	padding-left: 17px;
}

.gs18-Custom-Area .gs18-TileItem__Body li:nth-of-type(n + 2) {
	margin-top: 15px;
}

.gs18-Custom-Area .gs18-TileItem__Body li h3 {
	padding: 0;
	margin: 0;
	font-size: 1.0rem;
	font-weight: normal;
	font-weight: 300;
}

.gs18-Custom-Area .gs18-TileItem__Body li p {
	margin-top: 12px;
}

.gs18-Custom-Area .gs18-TileItem__Body li::after {
	position: absolute;
	top: 6px;
	left: 5px;
	display: block;
	width: 5px;
	height: 5px;
	content: '';
	background: #000;
	border-radius: 50%;
}

.gs18-Custom-Area .gs18-TileItem__Body li.custom_list::after {
	top: 10px;
}

#opt_in_no-error {
	display: none !important;
}

#opt_in_no-error.active {
	display: block !important;
}

.gs18-image-enlarge figure,
.gs18-image-enlarge .gs18-TileItem__Media {
	position: relative;
	font-size: 0;
}

.gs18-image-enlarge figure::after,
.gs18-image-enlarge .gs18-TileItem__Media::before {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 30px;
	height: 30px;
	content: ' ';
	background-image: url(../png/enlarge.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

@media (orientation: landscape) {
	@media only screen and (max-width: 767px) {
		.video-modal .video-modal-wrapper,
		.image-modal .image-modal-wrapper {
			max-width: 70%;
			margin: 0 auto;
			text-align: center;
		}
	}
}

@media only screen and (max-width: 320px) {
	.gs18-FooterSlider .swiper-button-prev,
	.gs18-FooterSlider .swiper-button-next {
		top: 46px;
		margin-top: 0;
	}

	.gs18-Toggle-Language {
		left: 8px;
	}

	.gs18-Toggle-Language a {
		padding: 0 8px;
		font-size: 0.8rem;
	}

	.gs18-Toggle-Language a:nth-of-type(1) abbr::before {
		height: 11px;
		margin: -6px 0 0 0;
	}

	.article_hdr p {
		width: 40%;
	}

	.article_hdr ul {
		width: 60%;
	}

	ul.article_share li {
		margin-left: 5px;
	}

	.gs18-LocalMainNav-list a {
		font-size: 0.7rem;
	}

	.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-scale {
		left: -40px;
		width: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.gs18-LocalNavList--Root>.gs18-LocalNavItem {
		display: block;
		width: 100%;
	}

	.gs18-LocalNavItem .gs18-LocalNavList--Depth1 {
		display: block;
		width: auto;
	}

	.gs18-LocalNavItem .gs18-LocalNavList--Depth2-wrapper {
		display: block;
	}

	.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a {
		padding:.95em 15px .9em;
		font-size:16px;
	}

	.gs18-LocalNavList--Root>.gs18-LocalNavItem>.gs18-LocalNavList>.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a {
		padding-left:30px;
	}

	.gs18-LocalNavList--Root>.gs18-LocalNavItem>.gs18-LocalNavList>.gs18-LocalNavItem>.gs18-LocalNavList>.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a {
		padding-left:45px;
	}

	.gs18-LocalNavList--Root>.gs18-LocalNavItem>.gs18-LocalNavList>.gs18-LocalNavItem>.gs18-LocalNavList>.gs18-LocalNavItem>.gs18-LocalNavList>.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a {
		padding-left:60px;
	}

	.gs18-LocalNavList--Last .gs18-LocalNavItem .gs18-LocalNavList--Depth1 a {
		padding-left:75px;
	}

	.gs18-Custom-Area .gs18-TileItem__Foot {
		padding: 30px 15px 35px !important;
	}

	.gs18-Custom-Area .gs18-TileItem__Body+.gs18-TileItem__Foot {
		padding-top: 0 !important;
	}

	.gs18-PageTitleUnit__Inner {
		min-height: 300px;
	}

	.gs18-Home .gs18-PageTitleUnit__Inner {
		min-height: 215px;
	}
}

@media only screen and (max-width: 768px) {
	.gs18-LocalNavList {
		width: 100%;
		padding: 0;
	}

	.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a {
		padding: .8em 15px .75em;
	}

	.gs18-PageTitleUnit__Inner {
		padding: 157px 0 0;
	}

	.gs18-Home .gs18-PageTitleUnit__Inner {
		padding: 0;
	}
}

@media only screen and (max-width: 980px) {
	/* .gs18-HeaderNav.is-open-small {
		height: calc(100vh - 161px);
	} */

	.gs18-Main {
		padding-top: 0;
		margin-top: 0;
	}

	.gs18-Main .gs18-Custom-Area {
		padding-top: 40px;
		margin-top: 0;
	}

	.gs18-Layer-01 {
		padding-top: 0;
	}

	.gs18-Vault {
		padding-top: 0;
	}

	.gs18-Header-Banner-Hide {
		padding-top: 153px;
	}

	.gs18-Header-Banner-Hide .gs18-Header-Banner-Hide {
		padding-top: 0;
	}

	.gs18-Footer {
		padding-bottom: 78px;
	}

	.gs18-Footer__Title {
		margin-top: 0;
	}

	.gs18-Header__Inner {
		height: 85px;
	}
}

@media only screen and (max-width: 768px) {
	.gs18-Header__Inner {
		height: 65px;
	}

	.gs18-Layer-01 {
		padding-top: 153px;
	}
}

/* PC */
@media only screen and (min-width: 414px) {
	.gs18-FooterSlider .swiper-button-prev,
	.gs18-FooterSlider .swiper-button-next {
		top: 65px;
	}
}

@media only screen and (min-width: 600px) {
	.gs18-Home .gs18-PageTitleUnit {
		background-image: url(../png/kv_pc.png);
	}

	.gs18-FooterSlider .swiper-button-prev,
	.gs18-FooterSlider .swiper-button-next {
		top: 105px;
	}

	.gs18-anchor-list ul {
		justify-content: center;
	}
}

@media only screen and (min-width: 768px) {
	.gs18-PageTitleUnit__Inner {
		height: 495px;
		min-height: 495px;
	}

	.gs18-Home .gs18-PageTitleUnit__Inner {
		height: 600px;
		min-height: 600px;
	}

	.gs18-FooterSlider .swiper-button-prev,
	.gs18-FooterSlider .swiper-button-next {
		top: 145px;
	}
}

.gs18-Personal-Information-Terms h3 {
	padding: 0;
	margin: 0;
}

.gs18-Personal-Information-Terms p {
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

@media only screen and (min-width: 769px) {
	.sp_show {
		display: none;
	}

	.pc_show {
		display: block;
	}

	.gs18-Header {
		max-width: initial;
		max-width: auto;
	}

	.gs18-Header__Inner {
		box-sizing: border-box;
		max-width: 1380px;
		margin: 0 auto;
	}

	.gs18-Custom-Area .gs18-Tile-White .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem:nth-last-of-type(even) {
		background: #F0F0F0 !important;
	}

	.gs18-Custom-Area .gs18-Tile-White .gs18-TileItem .gs18-TileItem.gs18-Video-Articles:nth-last-of-type(even) {
		background: #F0F0F0 !important;
	}

	.gs18-Custom-Area .gs18-Tile-White .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem {
		background: #EBEBEB !important;
	}

	.gs18-Custom-Area .gs18-Tile-White .gs18-TileItem .gs18-TileItem.gs18-Video-Articles {
		background: #EBEBEB !important;
	}

	.gs18-Custom-Area .gs18-Tile-White .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem:nth-last-of-type(even) {
		background: #F0F0F0 !important;
	}

	.gs18-Custom-Area .gs18-Tile-White .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem {
		background: #EBEBEB !important;
	}

	.gs18-Custom-Area .gs18-HeadingLv2Unit__SubTextCol {
		margin-bottom: -10px;
	}

	.gs18-PCFontSize_02 {
		font-size: 2.24rem;
	}

	.gs18-Articles-Accordion-Switch .gs18-SPFontSize_02 {
		font-size: 2.24rem;
	}

	/* .gs18-HeaderNav {
		overflow-y: auto;
		height: auto;
	} */

	.gs18-LocalMainNav-header {
		display: flex;
		max-width: 1380px;
		padding-top: 85px;
		margin: 0 auto;
		transition: all 0.5s ease;
	}

	.gs18-LocalMainNav.fit {
		/* height: 92px; */
	}

	.gs18-LocalMainNav-header .gs18-MainList-Wrapper {
		top: 153px;
	}

	.gs18-LocalMainNav.fit .gs18-LocalMainNav-header .gs18-MainList-Wrapper {
		top: 68px;
	}

	.gs18-LocalMainNav-header.open .gs18-MainList-Wrapper {
		/* height: calc(100vh - 153px); */
	}

	.gs18-LocalMainNav .gs18-MainList {
		/* height: calc(100vh - 153px); */
	}

	.gs18-LocalMainNav.fit .gs18-LocalMainNav-header.open .gs18-MainList-Wrapper:not(.gs18-MainList-Wrapper-case-study) {
		top: 68px;
		/* height: calc(100vh - 68px); */
	}

	.gs18-LocalMainNav.fit .gs18-LocalMainNav-header.open-case-study .gs18-MainList-Wrapper-case-study {
		top: 68px;
		/* height: calc(100vh - 68px); */
	}

	.gs18-LocalMainNav .gs18-LocalMainNav-header .gs18-MainList {
		width: 60%;
		margin-left: auto;
	}

	.gs18-LocalMainNav.fit .gs18-LocalMainNav-header.open .gs18-MainList {
		/* height: calc(100vh - 68px); */
	}

	.gs18-LocalMainNav.fit .gs18-LocalMainNav-header {
		padding-top: 0;
	}

	.gs18-PageTitleUnit__Inner {
		padding-top: 153px;
		padding-bottom: 0;
	}

	.gs18-Custom-Area .gs18-Tile {
		/* background-color: #F0F0F0; */
		padding-bottom: 70px;
	}

	.gs18-Custom-Area .gs18-TileItem {
		max-width: 1380px;
		padding-right: 40px;
		padding-left: 40px;
		margin-right: auto;
		margin-left: auto;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-TileItem {
		padding-right: 0;
		padding-left: 0;
	}

	.gs18-Custom-Area .gs18-TileItem__Head {
		padding: 60px 0 30px !important;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Head.gs18-TileItem__Head_02 {
		margin-bottom: 35px;
	}

	.gs18-Custom-Area .gs18-TileItem__Head+.gs18-TileItem__Body {
		padding-top: 0 !important;
	}

	.gs18-Custom-Area .gs18-TileItem__Head+.gs18-TileItem__Body+.gs18-HeadingLv2Unit__SubTextCol {
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 20px;
	}

	.gs18-Custom-Area .gs18-Product-Articles .gs18-Headline__SubTextCol {
		padding-right: 0;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 15px;
	}

	.gs18-Custom-Area .gs18-Product-Articles .gs18-Headline__SubTextCol:nth-of-type(n+3) {
		margin-top: 40px;
	}

	.gs18-Custom-Area .gs18-Product-Articles .gs18-Headline__SubTextCol.gs18-Headline__SubTextCol_02 {
		margin-top: 25px;
		font-size: 1.0rem;
	}

	.gs18-Custom-Area .gs18-Product-Articles .ct_table {
		padding-right: 0;
		padding-left: 0;
		margin-top: 0;
	}

	.gs18-Custom-Area .gs18-Product-Articles .ct_table:nth-last-of-type(1) {
		margin-bottom: 0;
	}

	.gs18-Custom-Area .gs18-Product-Articles .a_table {
		padding-right: 0;
		padding-left: 0;
		margin-top: 0;
	}

	.gs18-Custom-Area .gs18-Product-Articles .a_table:nth-last-of-type(1) {
		margin-bottom: 0;
	}

	.gs18-Custom-Area .gs18-Tile-Video .gs18-TileItem__Head+.gs18-video-thumb {
		padding-top: 0;
		margin-top: 0;
	}

	.gs18-Custom-Area .gs18-TileItem__Body {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.gs18-Custom-Area .gs18-TileItem__Foot {
		padding: 0 !important;
	}

	.gs18-Custom-Area .gs18-TileItem__Foot {
		padding-top: 35px !important;
	}

	.gs18-detail .gs18-TileItem__Head+.gs18-TileItem__Foot {
		padding: 0 !important;
	}

	.article_wrap+.gs18-Tile .gs18-TileItem__Head+.gs18-TileItem__Foot {
		padding: 0 !important;
	}

	.gs18-Custom-Area .gs18-TileItem__Body+.gs18-TileItem__Foot {
		padding-top: 35px !important;
	}

	.gs18-Custom-Area .gs18-TileItem__Head+.gs18-TileItem__Foot {
		padding: 35px 30px !important;
	}

	.gs18-MicroMacro__Heading {
		margin-bottom: 0;
		font-size: 1rem;
	}

	.gs18-MicroMacro__Text {
		margin-top: 10px;
		font-size: 0.9rem;
	}

	.gs18-PageTitleUnit__TitleCol .gs18-PageTitle {
		font-size: 4.2rem;
	}

	.gs18-PageTitleUnit__TitleCol .gs18-PageTitle span {
		padding: 0 20px;
		font-size: 1.6rem;
	}

	.gs18-SPAlignCenter {
		text-align: left;
	}

	.gs18-PCAlignCenter {
		text-align: center;
	}

	.gs18-Custom-Area .gs18-HeadingLv2--Shoulder .gs18-HeadingLv2__ShoulderCol {
		font-size: 1.2rem;
	}

	.gs18-MicroMacro {
		padding: 0;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile {
		padding-top: 40px;
		padding-bottom: 0;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile {
		padding: 0;
	}

	.gs18-Custom-Area .gs18-TileItem__Body+.gs18-Tile-Tile {
		padding-top: 65px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem__Head {
		height: 263px;
		padding: 0 !important;
	}

	.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Head {
		height: auto;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem__Media {
		height: 263px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem__Body {
		padding: 30px !important;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem__Foot {
		padding: 0 30px 55px !important;
	}

	.gs18-Custom-Area .gs18-Tile-Video .gs18-TileItem__Body {
		padding-bottom: 0 !important;
	}

	.gs18-video-thumb+.gs18-TileItem__Body {
		padding-top: 35px !important;
	}

	.gs18-Custom-Area .gs18-Tile-Video .gs18-video-thumb {
		width: 480px;
		margin: 60px auto 0;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 {
		padding-top: 40px;
		padding-bottom: 0;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 {
		padding: 0;
	}

	.gs18-Custom-Area .gs18-TileItem__Body+.gs18-Tile-Tile-02 {
		padding-top: 65px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-TileItem__Body+.gs18-Tile-Tile-02 {
		padding-top: 20px !important;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Media {
		height: 263px;
	}

	.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Media {
		height: 263px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Body {
		padding: 30px 30px 50px !important;
	}

	.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Body {
		padding: 30px 30px 50px !important;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Foot {
		padding: 0 30px 30px !important;
	}

	.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Foot {
		padding: 0 30px 30px !important;
	}

	.gs18-Video-Articles .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Foot {
		padding: 0 30px 55px !important;
	}

	.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Foot {
		padding: 0 30px 55px !important;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Head+.gs18-TileItem__Foot {
		padding-top: 30px !important;
	}

	.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Head+.gs18-TileItem__Foot {
		padding-top: 30px !important;
	}

	.gs18-Vault .gs18-Tile-Tile-02 .gs18-TileItem__Foot,
	.gs18-Layer-03 .gs18-Tile-Tile-02 .gs18-TileItem__Foot {
		padding-bottom: 55px !important;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Head .gs18-HeadingLv2 {
		padding: 0 30px;
	}

	.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Head .gs18-HeadingLv2 {
		padding: 0 30px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 {
		padding-top: 40px;
		padding-bottom: 0;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 {
		padding: 0;
	}

	.gs18-Custom-Area .gs18-TileItem__Body+.gs18-Tile-Tile-03 {
		padding-top: 65px;
	}

	.gs18-Custom-Area .gs18-TileItem__Body+.gs18-Tile-Tile-03 {
		padding-top: 65px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-TileItem__Body+.gs18-Tile-Tile-03 {
		padding-top: 20px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Media {
		height: 263px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Body {
		padding: 30px 30px 50px !important;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Foot {
		padding: 0 30px 55px !important;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Head .gs18-HeadingLv2 {
		padding: 0 30px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Head .gs18-HeadingLv2 span {
		padding-bottom: 25px;
	}

	.gs18-video-thumb {
		padding: 0;
	}

	.gs18-parent {
		padding-top: 70px;
	}

	.gs18-parent .gs18-TileItem__Head {
		padding-top: 0 !important;
	}

	.gs18-parent .left img {
		width: auto;
		max-height: 270px;
	}

	.gs18-parent .right {
		padding-left: 40px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem__Head .gs18-HeadingLv2 {
		font-size: 1.3rem;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Head .gs18-HeadingLv2 {
		font-size: 1.3rem;
	}

	.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Head .gs18-HeadingLv2 {
		font-size: 1.3rem;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Head .gs18-HeadingLv2 {
		font-size: 1.3rem;
	}

	.gs18-Custom-Area .gs18-Tile-more .gs18-TileItem__Head .gs18-HeadingLv2 {
		font-size: 1.3rem;
	}

	.gs18-parent {
		display: flex;
	}

	.gs18-LocalNavItem .gs18-LocalNavList--Depth1 {
		width: 335px;
	}

	.gs18-LocalNavList {
		width: 100%;
		padding: 0;
	}

	.gs18-LocalNavList .gs18-LocalNavList {
		padding: 30px 0;
	}

	.gs18-LocalMainNav.open {
		/* height: calc(100vh); */
	}

	.gs18-Header.fit+.gs18-LocalMainNav.open {
		/* height: calc(100vh); */
	}

	.gs18-LocalMainNav {
		/* height: 153px; */
		top: 0
	}

	.gs18-LocalMainNav-header .toggle-button-group {
		height: 68px;
	}

	.gs18-LocalMainNav-header .toggle-button-group .headline {
		padding-top: 22px;
		font-size: 0.8rem;
		vertical-align: top;
	}

	.gs18-LocalMainNav-list a {
		height: 68px;
		padding-top: 22px;
		font-size: 0.8rem;
		transition: opacity 0.4s ease;
	}

	.gs18-LocalMainNav-list a:hover {
		opacity: 0.6;
	}

	.gs18-LocalMainNav-list a.open:hover {
		opacity: 1;
	}

	.gs18-LocalMainNav-list a span {
		padding-right: 40px;
		padding-bottom: 0;
	}

	.gs18-LocalMainNav-list a span::after {
		top: 50%;
		right: 0;
		bottom: auto;
		left: auto;
		width: 20px;
		height: 11px;
		margin: -5px 0 0 0;
	}

	.gs18-LocalMainNav.is-sub-menu .gs18-LocalMainNav-list .toggle.open span::after {
		margin: -7px 2px 0 0;
	}

	.gs18-LocalMainNav.is-sub-menu .gs18-LocalMainNav-list .toggle-case-study.open span::after {
		margin: -7px 2px 0 0;
	}

	.gs18-Header.fit {
		top: -85px;
	}

	.gs18-Footer__LocalMainNav {
		/* width: calc(100vw + 1px);
		margin-right: -1px; */
	}

	.gs18-Footer__LocalMainNav ul {
		box-sizing: border-box;
		display: flex;
		flex-direction: row-reverse;
		max-width: 1380px;
		height: 56px;
		margin: 0 auto;
		background: none;
	}

	.gs18-Footer__LocalMainNav ul li {
		display: block;
		width: 300px;
		background: #BF0000;
	}

	.gs18-Footer__LocalMainNav ul li:nth-of-type(even) a {
		border-left: none;
	}

	.gs18-Footer__LocalMainNav li:nth-of-type(n + 2) {
		border-right: 1px solid #EB8F8F;
	}

	.gs18-GoTop > a {
		width: 56px;
		height: 56px;
	}

	.gs18-LocalMainNav .gs18-MainList .headline {
		padding: 20px 100px;
		font-size: 1.0rem;
	}

	.gs18-LocalMainNav .gs18-MainList .sub-menu a {
		padding: 20px 100px 20px 130px;
		font-size: 1.0rem;
		transition: all 0.4s ease;
	}

	.gs18-LocalMainNav .gs18-MainList .headline::after {
		right: 54px;
		width: 2px;
		height: 14px;
		margin-top: -8px;
	}

	.gs18-LocalMainNav .gs18-MainList-Wrapper-case-study .gs18-MainList .headline::after {
		right: 50px;
		width: 8px;
		height: 16px;
		margin-top: -8px;
	}

	.gs18-LocalMainNav .gs18-MainList .headline::before {
		position: absolute;
		right: 48px;
		width: 14px;
		height: 2px;
		margin-top: -2px;
		background: #000;
	}

	.gs18-LocalMainNav .gs18-MainList .headline.js-accordion-open::after {
		right: 47px;
		width: 16px;
		height: 8px;
		margin-top: -4px;
	}

	.gs18-LocalMainNav .gs18-MainList .sub-menu a::after {
		right: 50px;
		width: 8px;
		height: 16px;
		margin-top: -8px;
	}

	.gs18-LocalMainNav .gs18-MainList > li {
		border-right: 1px solid #707070;
		border-left: 1px solid #707070;
	}

	.gs18-LocalMainNav-header .toggle-button-group {
		width: 40%;
		margin: 0 auto;
		transition: all 0.4s ease;
	}

	.gs18-LocalMainNav-header .gs18-LocalMainNav-list {
		width: 60%;
	}

	.gs18-LocalMainNav-footer ul li a {
		transition: all 0.4s ease;
	}

	.gs18-Footer__LocalMainNav ul li a {
		transition: all 0.4s ease;
	}

	@keyframes scale{
		0% {
			opacity: 0;
			transform: scale(1);
		}
		40% {
			opacity: 0.4;
		}
		100% {
			opacity: 0;
			transform: scale(3.4);
		}
	}

	.gs18-LocalMainNav-footer {
		position: relative;
		top: -50px;
		z-index: 10;
		max-width: 1380px;
		margin: 0 auto;
	}

	.gs18-LocalMainNav-footer ul {
		width: 450px;
		margin-left: auto;
	}

	/* ビデオ関連 */
	.gs18-Custom-Area .gs18-Tile-more .gs18-HeadingLv2 {
		font-size: 1.1rem;
	}

	.play-button .outer-ring {
		width: 80px;
		height: 80px;
		border-radius: 40px;
	}

	.play-button .inner-ring {
		width: 60px;
		height: 60px;
		border-radius: 30px;
	}

	.play-button .inner-ring img {
		width: 16px;
	}

	/* モーダル */
	.video-modal .button-container,
	.image-modal .button-container {
		top: 20px;
		right: 20px;
	}

	.video-modal .button-container .close-button,
	.image-modal .button-container .close-button {
		width: 40px;
		height: 40px;
	}

	.image-modal .image-modal-wrapper {
		padding: 100px 0;
	}

	.close-button .outer-ring {
		width: 60px;
		height: 60px;
		border-radius: 30px;
		transform: translate3d(-10px,-10px,0);
	}

	.close-button .inner-ring {
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}

	.close-button .inner-ring img {
		width: 12px;
	}

	.alert-modal .button-container {
		top: 20px;
		right: 20px;
	}

	.alert-modal .button-container .close-button {
		width: 40px;
		height: 40px;
	}

	.gs18-Articles {
		padding-bottom: 70px;
	}

	.gs18-Articles-no-title {
		padding-top: 70px;
	}

	.gs18-LocalNavList--Root>.gs18-LocalNavItem {
		display: table;
		width: 100%;
	}

	.gs18-LocalNavItem>.gs18-LocalNavList {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}

	.gs18-LocalNavItem .gs18-LocalNavList--Depth1 {
		display: table-cell;
		width: 335px;
		vertical-align: middle;
	}

	.gs18-LocalNavItem .gs18-LocalNavList--Depth-wrapper {
		display: table-cell;
		vertical-align: middle;
	}

	/* スライダー */
	.gs18-Custom-Area .gs18-Tile.gs18-FooterSlider {
		display: block;
	}

	.gs18-FooterSlider {
		padding-bottom: 50px;
		text-align: center;
	}

	.gs18-FooterSlider .gs18-TileItem__Head {
		max-width: 1380px;
		padding-right: 40px !important;
		padding-left: 40px !important;
		margin: 0 auto;
		text-align: left;
	}

	.gs18-FooterSlider .swiper-slide {
		width: 70%;
		padding: 0 35px;
	}

	.gs18-LocalNavList {
		height: auto !important;
		min-height: 98px;
	}

	.gs18-LocalNavList .gs18-LocalNavList {
		border-left: 1px solid #4d4d4d;
	}

	.gs18-FooterSlider .swiper-button-prev,
	.gs18-FooterSlider .swiper-button-next {
		top: 50%;
		width: 50px;
		height: 50px;
		margin-top: calc(-1.5 * var(--swiper-navigation-size) / 2);
	}

	.gs18-FooterSlider .swiper-button-prev::after {
		left: 19px;
	}

	.gs18-FooterSlider .swiper-button-next::after {
		right: 19px;
	}

	/* ヘッダーグループナビゲーション */
	#static-select-box-container,
	#fixed-select-box-container {
		display: none;
	}

	.article-nav-static-alpha,
	.article-nav-fixed-alpha {
		display: block;
	}

	#static-category-container,
	#fixed-category-container {
		padding: 0;
	}

	.article-nav-static-alpha ul,
	.article-nav-fixed-alpha ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 1380px;
		padding: 20px 0;
		margin: 0 auto;
		list-style: none;
	}

	.article-nav-static-alpha li,
	.article-nav-fixed-alpha li {
		width: 145px;
		text-align: center;
	}

	.article-nav-static-alpha li a,
	.article-nav-fixed-alpha li a {
		display: block;
		padding: 10px 0;
		font-weight: 500;
		color: #000;
		text-decoration: none;
	}

	.article-nav-static-alpha li.current-item a,
	.article-nav-fixed-alpha li.current-item a {
		color: #C40000;
	}

	.article-nav-static-alpha li a span,
	.article-nav-fixed-alpha li a span {
		display: inline-block;
		width: 100%;
		border-left: 1px solid #000;
	}

	.article-nav-static-alpha li:nth-of-type(1) a span,
	.article-nav-fixed-alpha li:nth-of-type(1) a span {
		border-left: none;
	}

	/* 第3階層 */
	.gs18-Custom-Area .gs18-TileItem--Pictgram-02 {
		display: flex;
		flex-direction: row;
		padding: 30px;
		margin: 70px auto 0;
	}

	.gs18-Custom-Area .gs18-TileItem--Pictgram-02 .gs18-TileItem__Pictgram {
		box-sizing: border-box;
		width: 50%;
		padding-right: 30px;
	}

	.gs18-Custom-Area .gs18-TileItem--Pictgram-02 .gs18-Parent {
		box-sizing: border-box;
		width: 50%;
		padding-left: 30px;
	}

	.gs18-Custom-Area .gs18-TileItem--Pictgram-02 .gs18-TileItem__Head {
		padding-top: 0 !important;
		padding-bottom: 65px !important;
	}

	.gs18-Custom-Area .gs18-TileItem--Pictgram-02 .gs18-TileItem__Head .gs18-HeadingLv2 {
		font-size: 1.4rem;
	}

	.gs18-Custom-Area .gs18-TileItem--Pictgram-02 .gs18-TileItem__Foot {
		padding-top: 65px;
	}

	/* バナー */
	.gs18-Custom-Area .gs18-Tile-Banner {
		max-width: 1380px;
		padding-right: 40px;
		padding-left: 40px;
		margin-right: auto;
		margin-left: auto;
	}

	.gs18-Custom-Area .gs18-Tile-Banner .gs18-TileItem__Body {
		box-sizing: border-box;
		min-height: 245px;
		padding: 70px !important;
	}

	.gs18-Custom-Area .gs18-Tile-Banner.gs18-Tile--MinHeightS-lg>.gs18-TileItem {
		min-height: 245px;
	}

	/* フォーム */
	.gs18-contact-form {
		max-width: 900px;
		margin: 0 auto;
	}

	.gs18-contact-form h2 {
		margin-top: 55px;
	}

	.gs18-contact-form .gs18-TableBodyTd .half-width {
		width: 50%;
	}

	.gs18-contact-form input[type="text"] {
		padding: 10px 15px;
	}

	.gs18-checkbox-wrapper{
		display: flex;
		flex-wrap: wrap;
	}

	.gs18-contact-form .gs18-TableBodyTd .gs18-checkbox {
		width: 50%;
	}

	.gs18-contact-form .gs18-TableBodyTd .gs18-checkbox:nth-of-type(n+2) {
		margin-top: 0;
	}

	.gs18-contact-form .gs18-TableBodyTd .gs18-checkbox:nth-of-type(n+3) {
		margin-top: 15px;
	}

	.gs18-contact-form .gs18-TableBodyTd .personal-information {
		display: flex;
	}

	.gs18-contact-form .gs18-TableBodyTd .personal-information .personal-information-description p {
		margin-top: 0;
	}

	/* 詳細ページ */
	.article_wrap {
		max-width: 840px;
		padding: 70px 40px;
		margin-right: auto;
		margin-left: auto;
	}

	h1.article_title {
		margin: 15px 0 30px;
		font-size: 2.38rem;
	}

	.article_wrap h2 {
		font-size: 1.6rem;
	}

	.article_wrap .subtitle {
		font-size: 1.2rem;
		font-weight: bold;
	}

	.article_hdr {
		margin: 0 auto 35px;
	}

	.article_photo {
		margin-bottom: 70px;
	}

	.article_caption p+.article_photo {
		margin-top: 70px;
	}

	.article_caption .article_table+.article_photo {
		margin-top: 40px;
	}

	.article_table {
		margin-top: 50px;
	}

	.article_wrap > .article_photo:nth-of-type(1) {
		margin-bottom: 55px;
	}

	.article_photo a {
		transition: all 0.4s ease;
	}

	.article_caption {
		margin-bottom: 70px;
	}

	.gs18-detail .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Media {
		height: auto;
	}

	.article_wrap+.gs18-Tile .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Media {
		height: auto;
	}

	.gs18-detail .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Media {
		height: auto;
	}

	.article_wrap+.gs18-Tile .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Media {
		height: auto;
	}

	.gs18-detail .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Media {
		height: auto;
	}

	.article_wrap+.gs18-Tile .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Media {
		height: auto;
	}

	/* Vault */
	.gs18-Header-Banner {

	}

	.gs18-Header+.gs18-Header-Banner {
		margin-top: 0;
	}

	.gs18-LocalMainNav+.gs18-Header-Banner {
		padding-top: 145px;
	}

	.gs18-Main .gs18-Header-Banner {
		padding-top: 145px;
	}

	.gs18-Header-Banner-Hide {
		padding-top: 145px;
	}

	.gs18-Header-Banner-Hide .gs18-Main {
		padding-top: 0;
	}

	.gs18-Header-Banner .inner {
		max-width: 1380px;
		padding: 50px 40px 70px;
		margin-right: auto;
		margin-left: auto;
	}

	.gs18-Header-Banner p {
		text-align: center;
	}

	.gs18-Header-Banner .close {
		top: 165px;
		right: 20px;
		width: 64px;
		height: 64px;
		background: #fff;
	}

	.gs18-Main .gs18-Header-Banner .close {
		top: 165px;
	}

	.gs18-Header-Banner .close span::before,
	.gs18-Header-Banner .close span::after {
		width: 34px;
		height: 2px;
		margin: -1px 0 0 -17px;
	}

	.gs18-Articles-Accordion .gs18-HeadingLv3 {
		padding: 0;
		margin-top: 25px;
		margin-bottom: 30px;
	}

	.gs18-Articles-Accordion .gs18-HeadingLv3:nth-of-type(n+2) {
		margin-top: 70px;
	}

	.gs18-Articles-Accordion-Switch {
		cursor: pointer;
	}

	.gs18-Articles-Accordion-Button {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.gs18-Articles-Accordion-Button::before,
	.gs18-Articles-Accordion-Button::after {
		width: 30px;
		height: 4px;
	}

	.gs18-Articles-Accordion {
		padding-bottom: 10px;
	}

	.gs18-Articles-Accordion.open {
		padding-bottom: 70px;
	}

	.gs18-Articles-Accordion > .gs18-TileItem >  .gs18-TileItem__Head {
		padding-top: 10px !important;
		padding-bottom: 0 !important;
	}

	.gs18-Articles-Accordion.open > .gs18-TileItem >  .gs18-TileItem__Head {
		padding-top: 60px !important;
		padding-bottom: 30px !important;
	}

	.video-modal .video-modal-inner {
		max-width: 700px;
	}

	.image-modal .image-modal-inner {
		max-width: 800px;
	}

	.gs18-Custom-Area .gs18-TileItem__Foot .gs18-ButtonLink.gs18-ButtonLink--Pdf:nth-last-of-type(1),
	.gs18-Custom-Area .gs18-TileItem__Foot .gs18-ButtonLink.not-logged-in-show,
	.gs18-Custom-Area .gs18-TileItem__Foot .gs18-ButtonLink.logged-in-show {
		margin-bottom: 0;
	}

	.gs18-Vault .gs18-TileItem__Foot {
		padding: 0 30px 55px !important;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02+.gs18-TileItem__Foot {
		padding-top: 35px !important;
	}

	.gs18-Custom-Area .gs18-TileItem .image-box-01 ul {
		display: flex;
	}

	.gs18-Custom-Area .gs18-TileItem .image-box-01 li:nth-of-type(n + 2) {
		padding-top: 0;
		margin-top: 0;
		border-top: none;
	}

	.gs18-Custom-Area .gs18-TileItem .image-box-01 .left {
		box-sizing: border-box;
		width: 50%;
		padding: 0 30px 0 15px;
	}

	.gs18-Custom-Area .gs18-TileItem .image-box-01 .right {
		box-sizing: border-box;
		width: 50%;
		padding: 0 15px 0 30px;
		border-left: 1px solid #ccc;
	}

	.gs18-Custom-Area .gs18-TileItem .image-box-01 img {
		width: 206px;
	}

	.gs18-Custom-Area .gs18-TileItem .image-box-02 {
		padding: 30px;
	}

	.gs18-Custom-Area .gs18-TileItem .image-box-02 h3 {
		font-size: 2.0rem;
		text-align: left;
	}

	.gs18-Custom-Area .gs18-TileItem .image-flex-box-01 {
		display: table;
		width: 100%;
	}

	.gs18-Custom-Area .gs18-TileItem .image-flex-box-01 .left {
		display: table-cell;
		width: calc(100% - 290px);
		vertical-align: middle;
	}

	.gs18-Custom-Area .gs18-TileItem .image-flex-box-01 .right {
		display: table-cell;
		width: 290px;
		vertical-align: middle;
	}

	.gs18-Custom-Area .gs18-TileItem .image-flex-box-02 {
		display: table;
		width: 100%;
	}

	.gs18-Custom-Area .gs18-TileItem .image-flex-box-02 .left {
		box-sizing: border-box;
		display: table-cell;
		width: calc(100% - 220px);
		padding-top: 30px;
		vertical-align: top;
	}

	.gs18-Custom-Area .gs18-TileItem .image-flex-box-02 .right {
		box-sizing: border-box;
		display: table-cell;
		width: 220px;
		padding-top: 30px;
		vertical-align: top;
	}

	.gs18-Custom-Area .gs18-TileItem .image-flex-box-02 ul {
		margin-top: 0;
	}

	.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 {
		display: flex;
	}

	.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 .left {
		width: 50%;
	}

	.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 .left.full-width {
		width: 100%;
	}

	.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 .right {
		width: 50%;
	}

	.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 .right .flex-box .flex-box-left {
		padding-top: 0;
	}

	.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 .right .flex-box .flex-box-right {
		padding-top: 0;
	}

	.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 .right h4 {
		margin-top: 0;
	}

	.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 {
		margin-top: 25px;
	}

	.gs18-Custom-Area .gs18-TileItem h4 + .flex-box {
		margin-top: 25px;
	}

	.gs18-Custom-Area .gs18-TileItem .image-flex-box-03 .flex-box .flex-box-right {
		padding-right: 10px;
		padding-left: 10px;
	}

	.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-01 {
		width: 120px;
		font-size: 1.25rem;
	}

	.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-02 {
		font-size: 1.25rem;
	}

	.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-03 {
		font-size: 1.1rem;
	}

	.gs18-Custom-Area .gs18-TileItem .table-box-01 table td {
		font-size: 1.0rem;
	}

	.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-arrow .top {
		font-size: 1.7rem;
	}

	.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-arrow .bottom {
		font-size: 1.7rem;
	}

	.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-04 {
		padding: 15px;
	}

	.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-04 img {
		max-height: 162px;
	}

	.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-04 .table-flex-box img {
		max-height: 100px;
	}

	.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-type-04 .table-flex-box.auto-width img {
		max-height: 136px;
	}

	.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-scale {
		left: -85px;
		width: 80px;
		padding-top: 15px;
		background-image: url(../png/cell-scale-pc.png);
		background-size: 60px auto;
	}

	.gs18-Custom-Area .gs18-TileItem .table-box-01 .cell-arrow-01 {
		background-image: url(../png/cell-arrow-pc.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 85%;
	}

	.gs18-Vault .gs18-Articles {
		padding-bottom: 70px;
	}

	.gs18-Vault .gs18-Articles-Accordion {
		padding-bottom: 10px;
	}

	.gs18-Vault .gs18-Articles-Accordion.open {
		padding-bottom: 70px;
	}

	.gs18-Articles-Load-More .date {
		padding: 20px 30px 0;
	}

	.gs18-Utility {
		max-width: 1380px;
		padding: 35px 15px;
		padding-right: 40px;
		padding-left: 40px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.gs18-Custom-Area .gs18-Tile-Banner+.gs18-Utility {
		padding-top: 0;
	}

	.gs18-Utility .gs18-Utility-Inner {
		padding: 35px 35px 40px;
		border-bottom: 20px solid #E10101;
	}

	.gs18-Utility .gs18-Utility-Inner h2 {
		padding: 0;
		margin: 0;
		font-size: 1.6rem;
		font-weight: bold;
	}

	.gs18-Utility .gs18-Utility-Inner h3 {
		padding: 0;
		margin: 0;
		font-size: 1.1rem;
		font-weight: normal;
	}

	.gs18-Utility .gs18-Utility-Inner ul {
		display: table;
		width: 100%;
		max-width: 500px;
		padding: 0;
		margin: 35px auto 0;
	}

	.gs18-Utility .gs18-Utility-Inner li {
		display: table-cell;
		width: 50%;
		vertical-align: top;
	}

	.gs18-Utility .gs18-Utility-Inner li:nth-of-type(even) {
		border-left: 1px solid #fff;
	}

	.gs18-Utility-phone {
		display: inline-block;
		margin-top: 5px;
		font-size: 2.0rem;
		font-weight: bold;
	}

	.gs18-Utility-form {
		display: block;
		width: 162px;
		padding: 10px;
		margin: 0 auto 0;
		font-size: 1.0rem;
		font-weight: bold;
		border: 2px solid #fff;
	}

	.gs18-Toggle-Language {
		left: 1px;
	}

	.gs18-Toggle-Language a {
		padding: 22px 14px 0 24px;
		font-size: 0.8rem;
		vertical-align: top;
		transition: color 0.4s ease;
	}

	.gs18-Toggle-Language a:nth-of-type(2) {
		padding: 22px 24px 0 14px;
	}

	.gs18-Toggle-Language a:nth-of-type(1)::before {
		height: 15px;
		margin: -3px 0 0 0;
	}

	.gs18-Toggle-Language a:not(.current):hover {
		color: #666;
	}

	.gs18-Toggle-Language a.current abbr::after {
		bottom: -2px;
	}

	.gs18-Personal-Information-Terms {
		margin-top: 50px;
	}

	.gs18-Header.fit {
		top: -85px;
	}

	.gs18-Header.gs18-Header--HasUtilityLinks.fit {
		top: -85px;
	}

	.gs18-Tile.gs18-Utility-Wrapper {
		padding-right: 40px;
		padding-bottom: 0;
		padding-left: 40px;
	}

	.gs18-Tile.gs18-Utility-Wrapper .gs18-Utility {
		width: 100%;
		padding: 0;
		padding-top: 75px;
		padding-bottom: 40px;
	}

	.gs18-anchor-list ul {
		padding: 25px 0 27px;
	}

	.gs18-anchor-list li {
		padding: 0 30px;
	}

	.gs18-anchor-list li a {
		font-size: 1.0rem;
		color: #000;
	}

	.gs18-Home .gs18-PageTitleUnit__TitleCol .gs18-PageTitle {
		padding: 0 24px;
		font-size: 2.4rem;
		line-height: 1.2;
	}

	.gs18-Home .gs18-PageTitleUnit__SubTitleCol .gs18-SubTitle {
		padding: 0 26px;
		margin-top: 5px;
		font-size: 1.2rem;
	}

	.gs18-Home .gs18-PageTitleUnit__SubTitleCol .gs18-MiddleTitle {
		padding: 0 24px;
		margin-top: 15px;
		font-size: 1.9rem;
		font-weight: 500;
	}

	.gs18-Flex-Wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	.gs18-Flex-Wrapper .gs18-Tile {
		box-sizing: border-box;
		width: 50%;
		min-height: 400px;
		padding-bottom: 0 !important;
	}

	.gs18-Flex-Wrapper .gs18-Tile--MinHeightS-lg {
		display: table;
		min-height: 400px;
	}

	.gs18-Flex-Wrapper .gs18-Tile--MinHeightS-lg > .gs18-TileItem {
		box-sizing: border-box;
		display: table-cell;
		vertical-align: middle;
	}

	.gs18-Custom-Area .gs18-Home .gs18-Tile--MinHeightS-lg > .gs18-TileItem {
		min-height: 280px;
		padding-right: 70px !important;
		padding-left: 70px !important;
	}

	.gs18-Flex-Wrapper .gs18-Tile--MinHeightS-lg > .gs18-TileItem .gs18-TileItem__Body {
		padding: 10px 0 0 !important;
	}

	.gs18-Custom-Area .gs18-Home .gs18-Flex-Wrapper .gs18-TileItem__Head {
		padding: 0 !important;
	}

	.gs18-Custom-Area .gs18-Home .gs18-HeadingLv2__HeadingCol {
		font-size: 1.8rem;
		font-weight: bold;
	}

	.gs18-Custom-Area .gs18-Home .gs18-HeadingLv2__HeadingCol span {
		font-size: 1.2rem;
	}

	.gs18-link-list li a span {
		font-size: 1.0rem;
	}

	.gs18-FontSize_04 {
		font-size: 1.7rem !important;
	}

	.gs18-Custom-Area .gs18-Home .gs18-Flex-Wrapper .gs18-HeadingLv2__HeadingCol {
		line-height: 1.5;
	}

	.gs18-Home .gs18-Flex-Wrapper .gs18-TileItem--BgImage .gs18-ButtonLink {
		padding: 10px 14px;
		font-size: 0.9rem;
	}

	.gs18-Custom-Area .gs18-Home .gs18-Tile {
		padding-bottom: 75px;
	}

	.gs18-Custom-Area .gs18-Home .gs18-TileItem__Head {
		padding: 70px 0 0 !important;
	}

	.gs18-Custom-Area .gs18-Home .gs18-TileItem__Head.gs18-Pt90 {
		padding-top: 90px !important;
	}

	.gs18-Custom-Area .gs18-Home .gs18-TileItem__Body {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.gs18-Custom-Area .gs18-Home .gs18-Tile-Video .gs18-TileItem__Body {
		padding: 10px 0 0 !important;
		margin: 0 auto;
		text-align: left;
	}

	.gs18-Custom-Area .gs18-Home .gs18-Tile-Video .gs18-TileItem__Head+.gs18-video-thumb {
		padding-top: 30px;
		padding-right: 0;
		padding-left: 0
	}

	.gs18-Custom-Area .gs18-Tile-Video .gs18-video-thumb {
		width: auto;
		max-width: 1134px;
	}

	.gs18-Custom-Area .gs18-Home .gs18-Tile-Video .gs18-video-thumb a > img {
		min-width: 721px;
	}

	.gs18-Custom-Area .gs18-Home .gs18-TileItem {
		padding-right: 24px !important;
		padding-left: 24px !important;
	}

	.gs18-Custom-Area .gs18-Home .gs18-Flex-Wrapper .gs18-TileItem {
		min-height: 400px;
		padding-right: 60px !important;
		padding-left: 60px !important;
	}

	.gs18-Home .gs18-anchor-list {
		display: none;
	}

	.solutions-list {
		box-sizing: border-box;
		width: 50%;
	}

	.gs18-Flex-Wrapper .solutions-list:nth-of-type(n+3) {
		margin-top: 30px;
	}

	.gs18-Flex-Wrapper .solutions-list:nth-of-type(odd) {
		padding-right: 5px;
	}

	.gs18-Flex-Wrapper .solutions-list:nth-of-type(even) {
		padding-left: 5px;
	}

	.gs18-anchor-list+.gs18-Flex-Wrapper {
		margin-top: 70px;
		margin-right: -24px;
		margin-left: -24px;
	}

	.solutions-list .gs18-TileItem {
		min-height: 220px;
		padding: 50px 30px !important;
	}

	.solutions-list .gs18-TileItem .gs18-FontSize_04 {
		font-size: 1.1rem !important;
	}

	.gs18-link-list {
		padding: 35px 24px;
	}

	.gs18-Flex-Utility-Wrapper {
		display: flex;
		flex-wrap: wrap;
		border-top: 12px solid #E10101;
	}

	.gs18-Flex-Utility-Wrapper .gs18-Tile {
		width: 50%;
	}

	.gs18-Flex-Utility-Wrapper .gs18-Tile--MinHeightS-lg>.gs18-TileItem {
		min-height: initial;
		min-height: auto;
	}

	.gs18-Flex-Utility-Wrapper .gs18-Utility {
		width: 50%;
	}

	.gs18-Custom-Area .gs18-Home .gs18-Flex-Utility-Wrapper .gs18-TileItem {
		padding-bottom: 0 !important;
	}

	.gs18-Custom-Area .gs18-Home .gs18-Flex-Utility-Wrapper .gs18-TileItem__Head {
		padding: 60px 0 0 !important;
	}

	.gs18-Custom-Area .gs18-Home .gs18-Flex-Utility-Wrapper .gs18-TileItem__Head + .gs18-TileItem__Body {
		padding-top: 30px !important;
		padding-bottom: 60px !important;
	}

	.gs18-Home .gs18-Flex-Utility-Wrapper .gs18-TileItem--BgImage .gs18-ButtonLink {
		margin-top: 0;
	}

	.gs18-Flex-Utility-Wrapper .gs18-Utility .gs18-Utility-Inner {
		padding: 60px 24px 60px;
		border-bottom: none;
	}

	.gs18-Flex-Utility-Wrapper .gs18-Utility .gs18-Utility-Inner ul {
		margin: 30px auto 0;
	}

	.gs18-Home .gs18-Flex-Utility-Wrapper .gs18-Utility .gs18-Utility-Inner h2 {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.gs18-Home .gs18-PageTitleUnit__Inner {
		padding-top: 153px;
		padding-bottom: 0;
	}

	.gs18-FontSize_05 {
		font-size: 1.2rem !important;
	}

	.gs18-Home .gs18-TileItem--BgImage .gs18-HeadingLv2 {
		line-height: 1.6;
	}

	.gs18-Utility li:nth-of-type(n+2) {
		margin-top: 0;
	}

	.gs18-image-enlarge,
	.gs18-image-enlarge img {
		transition: opacity 0.4s ease;
	}

	.gs18-image-enlarge:hover,
	.gs18-image-enlarge:hover img {
		opacity: 0.6;
	}

	.gs18-image-enlarge figure::after,
	.gs18-image-enlarge .gs18-TileItem__Media::before {
		width: 30px;
		height: 30px;
	}

	.gs18-image-enlarge:hover figure::after,
	.gs18-image-enlarge:hover .gs18-TileItem__Media::before {
		background-image: url(../png/enlarge_hover.png);
	}

	.gs18-Custom-Area .gs18-TileItem__Body li::after {
		top: 10px;
	}

	.gs18-Custom-Area .gs18-TileItem__Body li.custom_list::after {
		top: 11px;
	}
}

@media only screen and (min-width: 930px) {
	/* フォーム */
	.gs18-contact-form {
		padding: 0 0 70px;
	}
}

@media only screen and (max-width: 768px) {
	.gs18-Header.fit {
		top: -65px !important;
	}
}

@media only screen and (min-width: 981px) {
	.gs18-HasUtilityLinks .gs18-LocalMainNav {
		height: 209px;
	}

	.gs18-HasUtilityLinks .gs18-LocalMainNav.fit {
		height: 68px;
	}

	.gs18-HasUtilityLinks .gs18-LocalMainNav.open {
		/* height: calc(100vh); */
	}

	.gs18-HasUtilityLinks .gs18-LocalMainNav.absolute {
		transform: translateY(-56px);
	}

	.gs18-HasUtilityLinks .gs18-LocalMainNav-header {
		padding-top: 141px;
	}

	.gs18-HasUtilityLinks .gs18-LocalMainNav-header .gs18-MainList-Wrapper {
		top: 209px;
		/* height: calc(100vh - 209px); */
	}

	.gs18-HasUtilityLinks .gs18-LocalMainNav .gs18-MainList {
		/* height: calc(100vh - 209px); */
	}

	.gs18-MicroMacro.is-tile-open .gs18-MicroMacro__Item {
		height: 520px;
	}

	.gs18-Footer__Inner {
		height: 248px;
		padding-bottom: 48px;
	}

	.gs18-Footer__Links {
		bottom: 48px;
	}

	.gs18-MicroMacro__Item.is-open .gs18-MicroMacro__Caption{
		width:80%
	}

	.gs18-Header.gs18-Header--HasUtilityLinks.fit {
		top: -141px;
	}

	.gs18-LocalMainNav-header .toggle-button-group .headline {
		font-size: 1.0rem;
	}

	.gs18-LocalMainNav-list a {
		font-size: 1.0rem;
	}

	.gs18-Toggle-Language a {
		font-size: 1.0rem;
	}

	.solutions-list .gs18-TileItem .gs18-FontSize_04 {
		font-size: 1.5rem !important;
	}

	.gs18-Custom-Area .gs18-Home .gs18-Flex-Wrapper .gs18-TileItem {
		min-height: 330px;
	}
}

@media only screen and (min-width: 1201px) {
	.gs18-u-Size1of4 {
		width: 25%;
	}

	.play-button:hover .outer-ring {
		-webkit-transform: translate3d(-50%,-50%,0) scale(.8);
		transform: translate3d(-50%,-50%,0) scale(.8);
	}

	.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a:active,
	.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a:focus,
	.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a:hover {
		background-color:#272727
	}

	.gs18-ButtonLink--More:focus,
	.gs18-ButtonLink--More:hover {
		background:url(../png/arrowdown-03-r.png) no-repeat right 15px center;
		background-size: 18px auto;
	}

	.gs18-LocalMainNav-header .toggle-button-group .headline:hover {
		opacity: 0.6;
	}

	.gs18-LocalMainNav .gs18-MainList .sub-menu a:hover {
		background: #cecece;
	}

	.gs18-ExternalLink:hover .gs18-Icon-Normal {
		display: none;
	}

	.gs18-ExternalLink:hover .gs18-Icon-Red {
		display: block;
	}

	.gs18-LocalMainNav-footer ul li a:hover {
		opacity: 0.6;
	}

	.gs18-Footer__LocalMainNav ul li a:hover {
		opacity: 0.6;
	}

	.gs18-video-play:hover {
		opacity: 0.7;
	}

	.close-button:hover .outer-ring {
		transform: translate3d(-10px,-10px,0) scale(.8);
	}

	.gs18-FooterSlider .swiper-button-prev:hover,
	.gs18-FooterSlider .swiper-button-next:hover {
		border-color: #fff;
	}

	.gs18-FooterSlider .swiper-button-prev:hover::after,
	.gs18-FooterSlider .swiper-button-next:hover::after {
		border-color: #f50f10;
	}

	.article-nav-static-alpha li a:hover,
	.article-nav-fixed-alpha li a:hover {
		color: #C40000;
	}

	.article_photo a:hover {
		opacity: 0.6;
	}

	.gs18-Tags ul li a:hover {
		color: #C40000;
		border-color: #fff;
	}

	.gs18-GoTop > a {
		transition: all 0.4s ease;
	}

	.gs18-GoTop > a:hover {
		background-color: #333;
	}

	.gs18-Utility .gs18-Utility-Inner .gs18-Utility-form:hover {
		color: #f50f10;
		background: #fff;
	}

	.job_title_wrapper::before {
		right: 14px;
	}

	.solutions-list .gs18-TileItem .gs18-FontSize_04 {
		font-size: 1.7rem !important;
	}
}

@media only screen and (min-width: 1200px) {
	.gs18-Custom-Area .gs18-Home .gs18-Tile-Video .gs18-video-thumb a > img {
		min-width: 1130px;
	}

	.gs18-Custom-Area .gs18-Home .gs18-Tile-Video .gs18-TileItem__Body {
		min-width: 1130px;
	}

	.gs18-link-list li a {
		box-sizing: border-box;
		min-width: 200px;
		padding-right: 30px;
		font-size: 1.2rem;
	}

	.gs18-link-list li a::after {
		width: 10px;
		height: 20px;
		margin-top: -10px;
	}

	.gs18-Custom-Area .gs18-Home .gs18-Flex-Wrapper .gs18-TileItem {
		min-height: 300px;
	}
}

@media only screen and (min-width: 1380px) {
	.large_pc_show {
		display: block;
	}

	.gs18-Header-Banner .close {
		right: 50%;
		margin-right: -690px;
	}

	.gs18-Footer__LocalMainNav {
		right: 0;
		width: calc(100vw + 1px);
		margin-right: -1px;
	}

	.gs18-Footer__LocalMainNav ul {
		padding-right: 56px;
	}

	.gs18-GoTop {
		right: 50%;
		margin-right: -690px;
	}

	.gs18-Custom-Area .gs18-TileItem .image-box-01-02 ul {
		display: flex;
	}

	.gs18-Custom-Area .gs18-TileItem .image-box-01-02 li:nth-of-type(n + 2) {
		padding-top: 0;
		margin-top: 0;
		border-top: none;
	}

	.gs18-Custom-Area .gs18-TileItem .image-box-01-02 .left {
		box-sizing: border-box;
		width: 50%;
		padding: 0 30px 0 0;
	}

	.gs18-Custom-Area .gs18-TileItem .image-box-01-02 .right {
		box-sizing: border-box;
		width: 50%;
		padding: 0 0 0 30px;
		border-left: 1px solid #ccc;
	}

	.gs18-Custom-Area .gs18-TileItem .image-box-01-02 img {
		width: 206px;
	}
}

@media only screen and (min-width: 1430px) {
	.gs18-Home .gs18-PageTitleUnit__Inner {
		box-sizing: border-box;
		max-width: 1380px;
	}

	.gs18-Home .gs18-PageTitleUnit__TitleCol .gs18-PageTitle {
		padding: 0;
	}

	.gs18-Home .gs18-PageTitleUnit__SubTitleCol .gs18-SubTitle {
		padding: 0;
	}

	.gs18-Home .gs18-PageTitleUnit__SubTitleCol .gs18-MiddleTitle {
		padding: 0;
	}

	.gs18-link-list {
		padding: 35px 80px;
	}

	.gs18-Custom-Area .gs18-Home .gs18-Flex-Wrapper .gs18-TileItem {
		min-height: 240px;
	}

	.gs18-Custom-Area .gs18-Home .gs18-Flex-Wrapper .solutions-list:nth-of-type(5) .gs18-TileItem {
		min-height: 290px;
	}

	.gs18-Custom-Area .gs18-Home .gs18-Flex-Wrapper .solutions-list:nth-of-type(6) .gs18-TileItem {
		min-height: 290px;
	}

}

@media only screen and (min-width: 1600px) {
	.gs18-Custom-Area .gs18-TileItem {
		padding-right: 0;
		padding-left: 0;
	}

	.gs18-FooterSlider .gs18-TileItem__Head {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.gs18-Custom-Area .gs18-Tile-Banner {
		padding-right: 0;
		padding-left: 0;
	}

	.gs18-Header-Banner .inner {
		padding-right: 0;
		padding-left: 0;
	}

	.video-modal .video-modal-inner,
	.image-modal .image-modal-inner {
		max-width: 58.125rem;
	}

	/* モーダル */
	.video-modal .button-container,
	.image-modal .button-container {
		top: 50px;
		right: 50px;
	}

	.video-modal .button-container .close-button,
	.image-modal .button-container .close-button {
		width: 50px;
		height: 50px;
	}

	.close-button .outer-ring {
		width: 70px;
		height: 70px;
		border-radius: 35px;
		transform: translate3d(-10px,-10px,0);
	}

	.close-button:hover .outer-ring {
		transform: translate3d(-10px,-10px,0) scale(.8);
	}

	.close-button .inner-ring {
		width: 50px;
		height: 50px;
		border-radius: 25px;
	}

	.close-button .inner-ring img {
		width: 12px;
	}

	.alert-modal .button-container {
		top: 50px;
		right: 50px;
	}

	.alert-modal .button-container .close-button {
		width: 50px;
		height: 50px;
	}

	.gs18-Utility {
		padding-right: 0;
		padding-left: 0;
	}
}

/******************
アクセシビリティ
*******************/
.hidden-element {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

.block-skip {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

.block-skip.show {
	z-index: 10;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.hide-element {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.gs18-MicroMacro--Image .gs18-MicroMacro__BgImg {
	opacity: 0.46;
}

.table_lineup {
	width: 100%;
	min-width: 980px;
	max-width: 1000px;
	padding: 20px;
	border-collapse: collapse;
	background-color: #f2f2f2;
}

.table_lineup col.name { width: 15em; }

.table_lineup col.capacity { width: 584px; }

.table_lineup col.scale1 { width: 30px; }

.table_lineup col.input { width: 30px; }

.table_lineup col.output { width: 30px; }

.table_lineup td, .table_lineup th { border: solid 1px #bfbfbf; }

.table_lineup thead {
	color: #fff;
	background-color: #007b94;
}

.table_lineup thead th {
	height: 68px;
	text-align: center;
	vertical-align: middle;
}

.table_lineup tbody td.scale1, .table_lineup tbody td.scale2, .table_lineup tbody td.input, .table_lineup tbody td.output { text-align: center; }

.table_lineup tbody td span {
	display: block;
	margin-top: 7px;
}

.table_lineup tbody.large { background-color: #e8e8e8; }

.table_lineup tbody.medium { background-color: #f5f5f5; }

.table_lineup .btn {
	padding: 4px;
	background-color: #fff;
}

.table_lineup .btn, .table_lineup .btn a {
	position: relative;
	z-index: 3;
}

.table_lineup .btn a {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	display: block;
	min-width: 260px;
	height: 40px;
	padding: 12px 5px 12px 21px;
	font-size: 85.7%;
	font-weight: bold;
}

.table_lineup .btn a:link {
	color: #333;
	text-decoration: none;
}

.table_lineup .btn a:visited {
	color: #333;
	text-decoration: none;
}

.table_lineup .btn a:hover {
	color: #333;
	text-decoration: none;
}

.table_lineup .btn a:visited:hover {
	color: #333;
	text-decoration: none;
}

.table_lineup .btn a:active {
	color: #333;
	text-decoration: none;
}

.table_lineup .btn a:focus {
	color: #333;
	text-decoration: none;
}

.table_lineup .btn a::before {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 2px;
	margin-left: -10px;
	content: '';
	background: url(../arr_gray01.html) no-repeat;
}

.table_lineup .large .btn a { background-color: #e8e8e8; }

.table_lineup .large .btn a:hover { background-color: #fabbbb; }

.table_lineup .medium .btn a { background-color: #f5f5f5; }

.table_lineup .medium .btn a:hover { background-color: #fabbbb; }

.table_lineup .js_cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	width: 100%;
	height: 48px;
	opacity: 0;
}

.table_lineup .js_cover a {
	display: block;
	width: 100%;
	height: 100%;
	background: #f00 !important;
}

.table_lineup .js_cover a::before { content: none; }

.table_lineup .js_hover .js_cover { opacity: .1; }

.table_lineup .large .js_hover .btn a, .table_lineup .medium .js_hover .btn a { background-color: #fabbbb; }

.table_lineup .range {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding: 10px 0;
}

.table_lineup .range, .table_lineup .range > p { position: relative; }

.table_lineup .range > p {
	padding: 5px;
	margin: 0;
	font-size: 79%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #f20000;
}

.table_lineup .range > p > span {
	word-break: keep-all;
	white-space: nowrap;
}

.table_lineup .from12000 { padding-left: 564px; }

.table_lineup .from1050 { padding-left: 465px; }

.table_lineup .from1000 { padding-left: 453px; }

.table_lineup .from900 { padding-left: 428px; }

.table_lineup .from800 { padding-left: 403px; }

.table_lineup .from700 { padding-left: 378px; }

.table_lineup .from600 { padding-left: 353px; }

.table_lineup .from500 { padding-left: 328px; }

.table_lineup .from400 { padding-left: 303px; }

.table_lineup .from300 { padding-left: 278px; }

.table_lineup .from200 { padding-left: 253px; }

.table_lineup .from100 { padding-left: 228px; }

.table_lineup .from75 { padding-left: 193px; }

.table_lineup .from70 { padding-left: 178px; }

.table_lineup .from60 { padding-left: 156px; }

.table_lineup .from50 { padding-left: 134px; }

.table_lineup .from40 { padding-left: 112px; }

.table_lineup .from30 { padding-left: 90px; }

.table_lineup .from20 { padding-left: 68px; }

.table_lineup .from10 { padding-left: 46px; }

.table_lineup .from7\.5 { padding-left: 26px; }

.table_lineup .from5\.2 { padding-left: 10px; }

.table_lineup .to12000 { width: 564px; }

.table_lineup .to1750 { width: 400px; }

.table_lineup .to1000 { width: 453px; }

.table_lineup .to900 { width: 428px; }

.table_lineup .to800 { width: 403px; }

.table_lineup .to700 { width: 378px; }

.table_lineup .to600 { width: 353px; }

.table_lineup .to500 { width: 328px; }

.table_lineup .to400 { width: 303px; }

.table_lineup .to300 { width: 278px; }

.table_lineup .to200 { width: 253px; }

.table_lineup .to100 { width: 228px; }

.table_lineup .to75 { width: 193px; }

.table_lineup .to70 { width: 178px; }

.table_lineup .to60 { width: 156px; }

.table_lineup .to50 { width: 134px; }

.table_lineup .to40 { width: 112px; }

.table_lineup .to30 { width: 90px; }

.table_lineup .to20 { width: 68px; }

.table_lineup .to10 { width: 46px; }

.table_lineup .to7\.5 { width: 26px; }

.table_lineup .to5\.2 { width: 10px; }

#sec_large_capacity, #sec_medium_capacity { margin-top: 52px; }

#sec_large_capacity .list_4col01 > li > a:hover,
#sec_medium_capacity .list_4col01 > li > a:hover { opacity: .7; }

.related01 dt > a:hover { opacity: .7; }
.related01 .link > a:hover {
	color: #333;
	text-decoration: underline;
}
.table_lineup .to1750 p{width: 45px !important;}
.table_lineup .to1750 p span {
	position: relative;
	right: 128px !important;
}
.table_lineup .from500.to500 span {
	position: relative;
	right: 80px !important;
}
.table_lineup .from75.to200 span {
	position: relative;
	right: 150px !important;
}

/* IE */
@media only screen and (min-width: 1380px){
	.gs18-Header,.gs18-Header _:-ms-lang(x)::-ms-backdrop{
		width: auto
	}
}

@media all and (-ms-high-contrast: none) {
	.gs18-Header,
	.gs18-PageTitleUnit,
	.gs18-Breadcrumb,
	.gs18-MainContents,
	.gs18-HeaderNavUtilityLinks {
		max-width: 10000px;
	}

	.gs18-Footer__SNS>li a {
		width: 32px;
	}

	.gs18-Footer__SNS>li .gs18-Footer__SNSLinkedin {
		width: 45px;
	}

	.gs18-Footer__SNS>li img{
		height: 32px;
	}

	.gs18-FooterSlider .swiper-slide {
		box-sizing: content-box;
	}
}
