@charset "utf-8";

/* ======================================================
 * index.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * Media Queries
 * @media print, screen and (max-width: 767px)
 * Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
	/* ------------------------------------------------------
	 * override
	------------------------------------------------------ */
	body {
		background-color: #f7f7f5;
	}
	#container .contents-wrap {
		width: 100%;
		margin: 0 !important;
		padding-top: 130px;
	}
	/* ----- font ----- */
	
	/* ----- a ----- */
	
	/* ----- opacity ----- */
	
	/* ----- transition ----- */
	
	/* ----- sprite ----- */
	.index-news-layout .news_article > a.block.a-link::after,
	.index-news-layout .news_article > a.block.a-blank::after,
	.index-news-layout .news_article > a.block.a-pdf::after,
	.index-heading-lv3 .heading_title .heading_label a.block::after,
	.index-box-layout-v2 .box_heading .heading_label::after,
	.index-image-layout .image-layout_heading .heading_label::after,
	.index-colunm-layout .block > .column_text::after, 
	.index-colunm-layout-v2 .column_item .block .column_text .column_title::after {
		background: url("/support/common/images/sprite.png") no-repeat 0 0;
	}
	.index-news-layout .news_article > a.block.a-link::after,
	.index-heading-lv3 .heading_title .heading_label a.block::after,
	.index-colunm-layout-v2 .column_item .block .column_text .column_title::after {
		width: 10px;
		height: 16px;
		background-position: 0 -2px;
	}
	.index-box-layout-v2 .box_heading .heading_label::after,
	.index-colunm-layout .block > .column_text:after {
		width: 12px;
		height: 21px;
		background-position: -31px -1px;
	}
	.index-image-layout .image-layout_heading .heading_label::after {
		width: 12px;
		height: 21px;
		background-position: -51px -1px;
	}
	.index-news-layout .news_article > a.block.a-blank::after {
		width: 14px;
		height: 14px;
		background-position: -110px -30px;
	}
	.index-news-layout .news_article > a.block.a-pdf::after {
		width: 19px;
		height: 22px;
		background-position: 0 -41px;
	}
	
	/* ------------------------------------------------------
	 * main-visual
	------------------------------------------------------ */
	.main-visual {
		max-width: 1760px;
		margin: 0 auto;
	}
	.main-visual > ul {
		display: -webkit-flex;
		display: flex;
		
	}
	.main-visual > ul > li {
		width: calc((100% - 50px) / 2);
	}
	.main-visual > ul > li:nth-of-type(2n){
		margin-left: 50px;
	}
	.main-visual .block {
		display: block;
		position: relative;
		border-radius: 15px;
		overflow: hidden;
	}
	.main-visual .block .main-visual_text {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 540px;
		padding: 19px 47px 30px;
		background-color: rgba(22,132,226,0.9);
		color: #fff;
	}
	.main-visual .block .main-visual_text .main_text-title {
		display: inline-block;
		position: relative;
		padding-right: 48px;
		font-size: 4.2rem;
		font-weight: bold;
	}
	.main-visual .block .main-visual_text .main_text-title::after {
		position: absolute;
		top: 14px;
		right: 0;
		display: block;
		content: "";
		width: 33px;
		height: 38px;
		background: url("/support/images/index_ic01.png") no-repeat top left / 100% auto;
	}
	.main-visual .block .main-visual_text .main_text-detail {
		margin-top: 3px;
		line-height: 1.39;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.main-visual a.block:hover::before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		border: 10px solid #1684e2;
		border-radius: 15px;
	}
	.main-visual a.block:hover .main-visual_text .main_text-title {
		text-decoration: underline;
	}
	/* ------------------------------------------------------
	 * index-heading-lv3
	------------------------------------------------------ */
	.index-heading-lv3 {
		max-width: 1400px;
		margin: 46px auto 0;
	}
	.index-heading-lv3 .heading_title {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.index-heading-lv3 .heading_title::before,
	.index-heading-lv3 .heading_title::after {
		content: "";
		display: block;
		min-width: 12px;
		height: 6px;
		flex-grow: 2;
		background: url("/support/images/index_bg03.png") repeat top left / auto 100%;
	}
	.index-heading-lv3 .heading_title .heading_label {
		margin: 0 44px;
		font-size: 2.8rem;
		font-weight: bold;
		text-align: center;
	}
	.index-heading-lv3 .heading_title .heading_label a.block {
		position: relative;
		padding-right: 20px;
		text-decoration: none;
	}
	.index-heading-lv3 .heading_title .heading_label a.block::after {
		position: absolute;
		top: 50%;
		right: 0;
		content: "";
		margin-top: -10px;
	}
	.index-heading-lv3 .heading_title .heading_label a.block:hover {
		color: #1684e2;
		text-decoration: underline;
	}
	/* ------------------------------------------------------
	 * index-box-layout
	------------------------------------------------------ */
	.index-box-layout {
		max-width: 1200px;
		margin: 42px auto 0;
		padding-bottom: 10px;
	}
	.index-box-layout > .box_heading {
		text-align: center;
	}
	.index-box-layout > .box_heading .heading_label {
		position: relative;
		display: inline-block;
		padding: 13px 77px 0;
		font-size: 3.6rem;
		font-weight: bold;
	}
	.index-box-layout > .box_heading .heading_label::before {
		position: absolute;
		top: calc(50% - 38px);
		left: 0;
		display: block;
		content: "";
		width: 54px;
		height: 69px;
		background: url("/support/images/index_ic02.png") no-repeat top left / 100% auto;
	}
	.index-box-layout > .box_deteil {
		margin-top: -37px;
		border-radius: 15px;
		padding: 47px 40px 30px;
		background-color: #fff;
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	}
	/* ------------------------------------------------------
	 * index-box-layout-v2
	------------------------------------------------------ */
	.index-box-layout-v2 {
		position: relative;
		margin-top: 80px;
	}
	.index-box-layout-v2 > .box_heading {
		position: absolute;
		top: 0;
		left: 0;
		width: 28.7%;
		height: 100%;
		background: url("/support/images/index_bg02.png") repeat top left;
		z-index: 1;
	}
	.index-box-layout-v2 > .box_heading .box_heading_inner {
		position: relative;
		margin: 69px 68px 0 0;
		padding-bottom: 152px;
		text-align: center;
	}
	.index-box-layout-v2 > .box_heading .box_heading_inner::after {
		position: absolute;
		bottom: 0;
		left: 50%;
		content: "";
		width: 153px;
		height: 116px;
		margin-left: -76px;
		background: url("/support/images/index_ic03.png") no-repeat top left / 100% auto;
	}
	.index-box-layout-v2 > .box_heading .heading_label {
		position: relative;
		display: inline-block;
		padding-right: 28px;
		color: #333;
		font-size: 3.6rem;
		font-weight: bold;
		text-decoration: none;
	}
	.index-box-layout-v2 > .box_heading .heading_label::after {
		position: absolute;
		top: 50%;
		right: 0;
		content: "";
		margin-top: -15px;
	}
	.index-box-layout-v2 > .box_detail {
		position: relative;
		width: 73%;
		max-width: 1400px;
		margin: 0 80px 0 auto;
		padding: 80px 0;
		z-index: 2;
	}
	.index-box-layout-v2 > .box_heading a.heading_label:hover {
		color: #1684e2;
		text-decoration: underline;
	}
	/* ------------------------------------------------------
	 * index-news-layout
	------------------------------------------------------ */
	.index-news-layout {
		max-width: 1200px;
	}
	.index-news-layout .news_article {
		border-bottom: 2px solid #ededec;
	}
	.index-news-layout .news_article .block {
		display: block;
		padding: 21px 30px 13px 10px;
		color: #333;
	}
	.index-news-layout .news_article .news_property {
		font-size: 0;
		line-height: 0;
	}
	.index-news-layout .news_article .news_property .news_date {
		display: inline-block;
		min-width: 135px;
		margin-right: 29px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.75;
	}
	.index-news-layout .news_article .news_property .news_icon {
		position: relative;
		top: -1px;
		display: inline-block;
		margin-right: 5px;
		border-radius: 14px;
		font-size: 1.4rem;
		line-height: 1.75;
	}
	.index-news-layout .news_article .news_property .news_icon.type01 {
		padding: 3px 31px 0;
		color: #fff;
		background-color: #2daed9;
	}
	.index-news-layout .news_article .news_property .news_icon.type02 {
		padding: 3px 18px 0;
		color: #f16382;
		background-color: #ffe8ed;
	}
	.index-news-layout .news_article .news_title {
		margin-top: 6px;
	}
	.index-news-layout .news_article > a.block {
		position: relative;
		text-decoration: none;
	}
	.index-news-layout .news_article > a.block::after {
		position: absolute;
		top: 50%;
		content: "";
		display: block;
	}
	.index-news-layout .news_article > a.block.a-link::after {
		right: 14px;
		margin-top: -8px;
	}
	.index-news-layout .news_article > a.block.a-blank::after {
		right: 12px;
		margin-top: -6px;
	}
	.index-news-layout .news_article > a.block.a-pdf::after {
		right: 10px;
		margin-top: -11px;
	}
	.index-news-layout .news_article > a.block:hover {
		background-color: #edf7ff;
	}
	.index-news-layout .news_article > a.block:hover .news_title {
		text-decoration: underline;
	}
	/* ------------------------------------------------------
	 * index-image-layout
	------------------------------------------------------ */
	.index-image-layout {
		margin-top: 30px;
		height: 360px;
		background: url("/support/images/index_bg01.jpg") no-repeat top center / cover;
	}
	.index-image-layout .image-layout_inner {
		position: relative;
		max-width: 1200px;
		height: 100%;
		margin: 0 auto;
	}
	.index-image-layout .image-layout_heading {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -28px;
	}
	.index-image-layout .image-layout_heading .heading_label {
		position: relative;
		display: inline-block;
		padding-right: 29px;
		color: #fff;
		font-size: 3.6rem;
		font-weight: bold;
	}
	.index-image-layout .image-layout_heading .heading_label::after {
		position: absolute;
		top: 50%;
		right: 0;
		content: "";
		margin-top: -16px;
	}
	.index-image-layout a,
	a.index-image-layout {
		display: block;
		text-decoration: none;
	}
	.index-image-layout a:hover .heading_label,
	a.index-image-layout:hover .heading_label {
		text-decoration: underline;
	}
	/* ------------------------------------------------------
	 * index-colunm-layout
	------------------------------------------------------ */
	.index-colunm-layout {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.index-colunm-layout .column_item {
		width: calc((100% - 34px) / 2);
	}
	.index-colunm-layout .column_item:nth-of-type(n+3) {
		margin-top: 30px;
	}
	.index-colunm-layout .block {
		display: block;
		overflow: hidden;
		border-radius: 10px;
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
		text-align: center;
		text-decoration: none;
	}
	.index-colunm-layout .block .column_image {
		width: 100%;
		margin: 0;
	}
	.index-colunm-layout .block .column_image > img {
		transition-duration: 0.3s;
	}
	.index-colunm-layout .block .column_text {
		position: relative;
		display: table;
		width: 100%;
		padding: 25px 35px 20px;
		background-color: #fff;
		color: #333;
		font-size: 3.6rem;
		font-weight: bold;
		line-height: 1.19;
		transition: color .3s;
	}
	.index-colunm-layout .block > .column_text::after {
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -11px;
		content: "";
	}
	.index-colunm-layout .block .column_text .text_label {
		display: table-cell;
		width: 100%;
		height: 100%;
		vertical-align: middle;
	}
	.index-colunm-layout a.block:hover .column_image > img{
		transform: scale(1.1);
	}
	.index-colunm-layout a.block:hover .column_text {
		color: #1684e2;
	}
	/* ------------------------------------------------------
	 * index-colunm-layout-v2
	------------------------------------------------------ */
	.index-colunm-layout-v2 {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-top: 26px;
	}
	.index-colunm-layout-v2 .column_item {
		width: calc((100% - 68px) / 3);
	}
	.index-colunm-layout-v2 .column_item .block {
		display: table;
		width: 100%;
		height: 100%;
		overflow: hidden;
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
		background-color: #fff;
		color: #333;
		text-decoration: none;
	}
	.index-colunm-layout-v2 .column_item .block .column_text {
		display: table-cell;
		padding: 12px 20px;
		vertical-align: middle;
	}
	.index-colunm-layout-v2 .column_item .block .column_text .column_title {
		position: relative;
		display: inline-block;
		line-height: 1.4;
		font-size: 2.0rem;
		font-weight: bold;
		transition: color .3s;
	}
	.index-colunm-layout-v2 .column_item .block .column_text .column_title::after {
		display: inline-block;
		content: "";
		margin-left: 10px;
	}
	.index-colunm-layout-v2 .column_item .block .column_text .column_caption {
		margin-top: 6px;
		color: #999;
		font-size: 1.6rem;
		font-weight: bold;
		transition: color .3s;
	}
	.index-colunm-layout-v2 .column_item .block .column_image {
		display: table-cell;
		width: 180px;
		margin: 0;
		vertical-align: middle;
	}
	.index-colunm-layout-v2 .column_item .block .column_image > img {
		transition-duration: 0.3s;
	}
	.index-colunm-layout-v2 .column_item a.block:hover .column_text .column_title {
		color: #1684e2;
	}
	.index-colunm-layout-v2 .column_item a.block:hover .column_text .column_caption {
		color: #666;
	}
	.index-colunm-layout-v2 .column_item a.block:hover .column_image > img {
		transform: scale(1.1);
	}
	/* ----- slider ----- */
	.recruit-slider-control {
		display: none;
	}

	/* ------------------------------------------------------
	 * ticker
	------------------------------------------------------ */
	.ticker-area {
		width: 100%;
		min-width: 1200px;
		max-width: 1920px;
		margin: 50px auto 62px;
		overflow: hidden;
	}
	.ticker {
		display: flex;
		justify-content: center;
	}
	.ticker > .slick-list {
		width: 1920px;
	}
	.ticker-item {
		width: 480px;
		padding: 0 20px;
	}
	.ticker-link {
		display: flex;
		position: relative;
	}
	.ticker-link::after {
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 78px;
		height: 56px;
		margin-top: 2px;
		background: url("/support/images/index_ic06.png") no-repeat 0 0/100% auto;
	}
	.ticker-link > img {
		transition-duration: 0.3s;
	}
	.ticker-link:hover > img {
		opacity: .8;
	}
	
	/* ------------------------------------------------------
	 * Other
	------------------------------------------------------ */
}

/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 1681px) {
	.index-box-layout-v2 .box_detail {
		margin-right: 60px;
	}
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
	.index-box-layout-v2 .box_detail {
		margin-right: 40px;
	}
	.index-colunm-layout-v2 .column_item .block .column_image {
		width: 150px;
	}
}
@media screen and (min-width: 1441px) {
	.pc-hidden_o1440 {
		display: none !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
	.index-box-layout-v2 .box_detail {
		margin-right: 20px;
	}
	.index-colunm-layout-v2 .column_item {
		width: calc((100% - 38px) / 3);
	}
	.index-colunm-layout-v2 .column_item .block .column_image {
		width: 117px;
	}
}

/* ======================================================
 * SP
====================================================== */
@media screen and (max-width: 767px) {
	/* ------------------------------------------------------
	 * override
	------------------------------------------------------ */
	body {
		background-color: #f7f7f5;
	}
	#container .contents-wrap {
		margin: 0;
		padding: 70px 0 90px;
	}
	/* ----- font ----- */
	
	/* ----- a ----- */
	
	/* ----- opacity ----- */
	
	/* ----- transition ----- */
	
	/* ----- sprite ----- */
	.index-news-layout .news_article > a.block.a-link::after,
	.index-news-layout .news_article > a.block.a-blank::after,
	.index-news-layout .news_article > a.block.a-pdf::after,
	.index-heading-lv3 .heading_title .heading_label a.block::after,
	.index-box-layout-v2 .box_heading .heading_label::after,
	.index-image-layout .image-layout_heading .heading_label::after,
	.index-colunm-layout .block > .column_text::after,
	.index-colunm-layout-v2 .column_item .block .column_text .column_title::after {
		background: url("/support/common/images/sprite.png") no-repeat 0 0;
	}
	.index-news-layout .news_article > a.block.a-link::after,
	.index-heading-lv3 .heading_title .heading_label a.block::after,
	.index-colunm-layout .block > .column_text::after,
	.index-colunm-layout-v2 .column_item .block .column_text .column_title::after {
		width: 8px;
		height: 13px;
		background-position:  -21px -21px;
	}
	.index-news-layout .news_article > a.block.a-blank::after {
		width: 14px;
		height: 14px;
		background-position: -110px -30px;
	}
	.index-news-layout .news_article > a.block.a-pdf::after {
		width: 19px;
		height: 22px;
		background-position: 0 -41px;
	}
	.index-box-layout-v2 .box_heading .heading_label::after {
		width: 10px;
		height: 16px;
		background-position: 0 -2px;
	}
	.index-image-layout .image-layout_heading .heading_label::after {
		width: 9px;
		height: 15px;
		background-position: -130px -30px;
	}
	
	/* ------------------------------------------------------
	 * main-visual
	------------------------------------------------------ */
	.main-visual > ul > li + li{
		margin-top: 14px;
	}
	.main-visual .block {
		display: block;
		position: relative;
		border-radius: 7px;
		overflow: hidden;
	}
	.main-visual .block .main-visual_text {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 259px;
		padding: 12px 15px 14px 23px;
		background-color: rgba(22,132,226,0.9);
		color: #fff;
	}
	.main-visual .block .main-visual_text .main_text-title {
		display: inline-block;
		position: relative;
		padding-right: 21px;
		font-size: 2.1rem;
		font-weight: bold;
	}
	.main-visual .block .main-visual_text .main_text-title::after {
		display: block;
		position: absolute;
		top: 4px;
		right: 0;
		width: 16px;
		height: 19px;
		background: url("/support/images/index_ic01.png") no-repeat top left / 100% auto;
		content: "";
	}
	.main-visual .block .main-visual_text .main_text-detail {
		margin-top: 2px;
		line-height: 1.41;
		font-size: 1.1rem;
		font-weight: bold;
	}
	/* ------------------------------------------------------
	 * index-heading-lv3
	------------------------------------------------------ */
	.index-heading-lv3 {
		margin-top: 37px;
	}
	.index-heading-lv3 .heading_title {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.index-heading-lv3 .heading_title::before,
	.index-heading-lv3 .heading_title::after {
		content: "";
		display: block;
		min-width: 9px;
		height: 5px;
		flex-grow: 2;
		background: url("/support/images/index_bg03.png") repeat top left / auto 100%;
	}
	.index-heading-lv3 .heading_title .heading_label {
		margin: 0 15px;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
	}
	.index-heading-lv3 .heading_title .heading_label a.block {
		position: relative;
		padding-right: 15px;
		color: #333;
		text-decoration: none;
	}
	.index-heading-lv3 .heading_title .heading_label a.block::after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    content: "";
	}
	/* ------------------------------------------------------
	 * index-box-layout
	------------------------------------------------------ */
	.index-box-layout {
		margin: 14px auto 0;
		padding-bottom: 5px;
	}
	.index-box-layout > .box_heading {
		text-align: center;
	}
	.index-box-layout > .box_heading .heading_label {
		position: relative;
		display: inline-block;
		padding: 12px 58px 0;
		font-size: 2.7rem;
		font-weight: bold;
	}
	.index-box-layout > .box_heading .heading_label::before {
		position: absolute;
		top: calc(50% - 24px);
		left: 0;
		display: block;
		content: "";
		width: 41px;
		height: 53px;
		background: url("/support/images/index_ic02.png") no-repeat top left / 100% auto;
	}
	.index-box-layout > .box_deteil {
		margin-top: -26px;
		border-radius: 7px;
		padding: 30px 15px 15px;
		background-color: #fff;
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	}
	/* ------------------------------------------------------
	 * index-box-layout-v2
	------------------------------------------------------ */
	.index-box-layout-v2 {
		margin: 39px -15px 0;
	}
	.index-box-layout-v2 > .box_heading {
		margin-bottom: -20px;
		padding: 32px 15px 48px;
		background: url("/support/images/index_bg02.png") repeat top left;
	}
	.index-box-layout-v2 > .box_heading .box_heading_inner {
		position: relative;
		text-align: center;
	}
	.index-box-layout-v2 > .box_heading .heading_label {
		position: relative;
		display: inline-block;
		padding: 0 68px;
		color: #333;
		font-size: 2.7rem;
		font-weight: bold;
		text-decoration: none;
	}
	.index-box-layout-v2 > .box_heading .heading_label::before {
		position: absolute;
		top: 50%;
		left: 0;
		content: "";
		width: 62px;
		height: 48px;
		margin-top: -23px;
		background: url("/support/images/index_ic03.png") no-repeat top left / 100% auto;
	}
	.index-box-layout-v2 > .box_heading .heading_label::after {
		position: absolute;
		top: 50%;
		right: 47px;
		content: "";
		margin-top: -11px;
	}
	.index-box-layout-v2 > .box_detail {
		margin: 0 15px;
	}
	.index-box-layout-v2 > .box_heading a.heading_label:hover {
		color: #1684e2;
		text-decoration: underline;
	}
	/* ------------------------------------------------------
	 * index-news-layout
	------------------------------------------------------ */
	.index-news-layout {
		max-width: 1200px;
	}
	.index-news-layout .news_article {
		border-bottom: 2px solid #ededec;
	}
	.index-news-layout .news_article .block {
		display: block;
		padding: 15px 25px 10px 0;
		color: #333;
	}
	.index-news-layout .news_article .news_property {
		font-size: 0;
		line-height: 0;
	}
	.index-news-layout .news_article .news_property .news_date {
		display: inline-block;
		min-width: 120px;
		margin-right: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.50;
	}
	.index-news-layout .news_article .news_property .news_icon {
		position: relative;
		display: inline-block;
		border-radius: 14px;
		font-size: 1.1rem;
		line-height: 1.50;
	}
	.index-news-layout .news_article .news_property .news_icon + .news_icon {
		margin-left: 5px;
	}
	.index-news-layout .news_article .news_property .news_icon.type01 {
		padding: 3px 22px 1px;
		color: #fff;
		background-color: #2daed9;
	}
	.index-news-layout .news_article .news_property .news_icon.type02 {
		padding: 3px 11px 1px;
		color: #f16382;
		background-color: #ffe8ed;
	}
	.index-news-layout .news_article .news_title {
		margin-top: 6px;
	}
	.index-news-layout .news_article > a.block {
		position: relative;
		text-decoration: none;
	}
	.index-news-layout .news_article > a.block::after {
		position: absolute;
		top: 50%;
		content: "";
		display: block;
	}
	.index-news-layout .news_article > a.block.a-link::after {
		right: 0;
		margin-top: -6px;
	}
	.index-news-layout .news_article > a.block.a-blank::after {
		right: 0;
		margin-top: -5px;
	}
	.index-news-layout .news_article > a.block.a-pdf::after {
		right: 0;
		margin-top: -9px;
	}
	/* ------------------------------------------------------
	 * index-image-layout
	------------------------------------------------------ */
	.index-image-layout {
		margin: 15px -15px 0;
		height: 190px;
		background: url("/support/images/index_bg01-r2x.jpg") no-repeat top center / cover;
	}
	.index-image-layout .image-layout_inner {
		position: relative;
		height: 100%;
	}
	.index-image-layout .image-layout_heading {
		position: absolute;
		top: 32px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.index-image-layout .image-layout_heading .heading_label {
		position: relative;
		display: inline-block;
		padding-right: 20px;
		color: #fff;
		font-size: 2.7rem;
		font-weight: bold;
	}
	.index-image-layout .image-layout_heading .heading_label::after {
		position: absolute;
		top: 50%;
		right: 0;
		content: "";
		margin-top: -9px;
	}
	.index-image-layout a,
	a.index-image-layout {
		display: block;
		text-decoration: none;
	}
	/* ------------------------------------------------------
	 * index-colunm-layout
	------------------------------------------------------ */
	.index-colunm-layout {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.index-colunm-layout .column_item {
		width: calc((100% - 15px) / 2);
	}
	.index-colunm-layout .column_item:nth-of-type(n+3) {
		margin-top: 15px;
	}
	.index-colunm-layout .block {
		display: block;
		border-radius: 5px;
		text-decoration: none;
		overflow: hidden;
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.index-colunm-layout .block .column_image {
		margin: 0;
	}
	.index-colunm-layout .block .column_text {
		position: relative;
		display: table;
		width: 100%;
		padding: 10px 23px 7px 10px;
		background-color: #fff;
		color: #333;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.39;
	}
	.index-colunm-layout .block > .column_text::after {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -6px;
		content: "";
	}
	.index-colunm-layout .block .column_text .text_label {
		display: table-cell;
		width: 100%;
		height: 100%;
		vertical-align: middle;
	}
	/* ------------------------------------------------------
	 * index-colunm-layout-v2
	------------------------------------------------------ */
	.index-colunm-layout-v2 {
		margin: 20px -15px 0;
	}
	.index-colunm-layout-v2 .column_item {
		width: 100%;
		margin: 0 37px 5px;
	}
	.index-colunm-layout-v2 .column_item .block {
		display: table;
		width: 100%;
		height: 100%;
		overflow: hidden;
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
		background-color: #fff;
		color: #333;
		text-decoration: none;
	}
	.index-colunm-layout-v2 .column_item .block .column_text {
		position: relative;
		display: table-cell;
		padding: 12px 25px 12px 9px;
		vertical-align: middle;
	}
	.index-colunm-layout-v2 .column_item .block .column_text .column_title::after {
		position: absolute;
		top: 50%;
		right: 10px;
		content: "";
		margin-top: -6px;
	}
	.index-colunm-layout-v2 .column_item .block .column_text .column_title {
		display: inline-block;
		line-height: 1.39;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.index-colunm-layout-v2 .column_item .block .column_text .column_caption {
		margin-top: 6px;
		color: #999;
		font-size: 1.1rem;
		font-weight: bold;
	}
	.index-colunm-layout-v2 .column_item .block .column_image {
		display: table-cell;
		width: 135px;
		margin: 0;
		vertical-align: middle;
	}
	/* ----- slider ----- */
	.index-colunm-layout-v2.slick-slider {
		margin-bottom: 0;
	}
	.index-colunm-layout-v2 .slick-arrow {
		width: 19px;
		height: 11px;
		margin-top: -8px;
		z-index: 2;
	}
	.index-colunm-layout-v2 .slick-arrow::before,
	.index-colunm-layout-v2 .slick-arrow::after {
		position: absolute;
		top: 0;
		content: "";
		display: block;
		width: 3px;
		height: 13px;
		border-radius: 2px;
		background-color: #1684e2;
		opacity: 1;
	}
	.index-colunm-layout-v2 .slick-arrow::before {
		left: 4px;
		transform: rotate(45deg);
	}
	.index-colunm-layout-v2 .slick-arrow::after {
		right: 4px;
		transform: rotate(-45deg);
	}
	.index-colunm-layout-v2 .slick-prev {
		left: 11px;
		transform: rotate(-90deg)
	}
	.index-colunm-layout-v2 .slick-next {
		right: 11px;
		transform: rotate(90deg)
	}
	.recruit-slider-control {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		margin-top: 11px;
	}
	.recruit-slider-control .slick-dots {
		position: relative;
		bottom: 0;
	}
	.recruit-slider-control .slick-dots > li {
		width: 12px;
		height: 12px;
		margin: 0px;
		border-radius: 50%;
		background-color: #ddd;
	}
	.recruit-slider-control .slick-dots > li.slick-active {
		background-color: #1684e2;
	}
	.recruit-slider-control .slick-dots > li + li {
		margin-left: 15px;
	}
	.recruit-slider-control .slick-dots >  li button {
		width: 100%;
		height: 100%;
		padding: 0;
	}
	.recruit-slider-control .slick-dots >  li button::before {
		content: none;
	}
	.recruit-slider-control .control-btn > span {
		position: relative;
		display: block;
		width: 15px;
		height: 30px;
		margin-left: 15px;
	}
	.recruit-slider-control .control-btn > span::before,
	.recruit-slider-control .control-btn > span::after {
		position: absolute;
		top: 9px;
		content: "";
		display: block;
		width: 3px;
		height: 13px;
		background-color: #1684e2;
	}
	.recruit-slider-control .control-btn > span::before {
		left: 3px
	}
	.recruit-slider-control .control-btn > span::after {
		right: 3px
	}
	.recruit-slider-control .control-btn.play > span::before {
		content: none;
	}
	.recruit-slider-control .control-btn.play > span::after {
		width: 9px;
		height: 13px;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #1684e2;
		background-color: transparent;
	}

	/* ------------------------------------------------------
	 * ticker
	------------------------------------------------------ */
	.ticker-area {
		margin: 13px -15px 28px;
		overflow: hidden;
	}
	.ticker {
		display: flex;
		justify-content: center;
	}
	.ticker-item {
		padding: 0 8px;
	}
	.ticker-link {
		display: flex;
		position: relative;
	}
	.ticker-link::after {
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 42px;
		height: 30px;
		background: url("/support/images/index_ic06.png") no-repeat 0 0/100% auto;
	}
	.ticker-area .slick-slide {
		margin: 0;
	}
	.ticker-area .slick-slide img {
		max-width: 100%;
		height: auto;
	}
	.ticker-area .ticker-area > a {
	}
	.ticker-area .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	.ticker-area .slick-arrow {
		position: absolute;
		top: 50%;
		z-index: 2;
		width: 40px;
		height: 40px;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 6px;
		background-color: #fff;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		outline: none;
	}
	.ticker-area .slick-arrow::before {
		position: absolute !important;
		top: 50%;
		margin: -8px 0 0 0;
		opacity: 1;
	}
	.ticker-area .slick-arrow.slick-prev {
		left: 15px;
	}
	.ticker-area .slick-arrow.slick-prev::before {
		background: url("/support/images/index_ic07.png") no-repeat 0 0/contain;
		left: 13px;
		width: 10px;
		height: 16px;
	}
	.ticker-area .slick-arrow.slick-next {
		right: 15px;
	}
	.ticker-area .slick-arrow.slick-next::before {
		background: url("/support/images/index_ic08.png") no-repeat 0 0/contain;
		right: 13px;
		width: 10px;
		height: 16px;
	}
	.ticker-area .ticker-slider-control {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
    margin-top: 16px;
	}
	.ticker-area .ticker-slider-control .slick-dots {
		position: relative;
		bottom: inherit;
		vertical-align: top;
	}
	.ticker-area .ticker-slider-control .slick-dots > li {
		width: 10px;
		height: 10px;
		margin: 0 10px;
		vertical-align: middle;
	}
	.ticker-area .ticker-slider-control .slick-dots > li:first-child {
		margin-left: 0;
	}
	.ticker-area .ticker-slider-control .slick-dots > li:last-child {
		margin-right: 0;
	}
	.ticker-area .ticker-slider-control .slick-dots > li button::before {
		display: none;
	}
	.ticker-area .ticker-slider-control .slick-dots > li button {
		content: "";
		width: 10px;
		height: 10px;
		text-indent: 100%;
		white-space: nowrap;
		background-color: #dddddd;
		border-radius: 50%;
	}
	.ticker-area .ticker-slider-control .slick-dots > li.slick-active button {
		background-color: #1684e2;
	}
	.ticker-slider-switch {
    display: flex;
    align-items: center;
		margin-left: 7px;
    font-size: 0;
	}
	.ticker-slider-pause {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 16px;
    padding: 0;
		margin: 0 .2em 0 .6em;
    border: none;
    background-color: transparent;
    text-indent: -9999em;
    outline: none;
	}
	.ticker-slider-pause::before,
	.ticker-slider-pause::after {
		position: absolute;
		top: 0;
		display: inline-block;
		width: 3px;
		height: 100%;
		border-radius: 4px;
		background-color: #1684e2;
		content: "";
	}
	.ticker-slider-pause::before {
		left: 2px;
	}
	.ticker-slider-pause::after {
		right: 2px;
	}
	.ticker-slider-play {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 16px;
		margin: 0 .2em 0 .6em;
    padding: 0;
    border: none;
    background-color: transparent;
    text-indent: -9999em;
    outline: none;
	}
	.ticker-slider-play::before {
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 1px;
    width: 100%;
    height: 100%;
		margin: -8px 0 0 0;
		background: url("/support/images/index_ic09.png") no-repeat 0 0/contain;
		content: "";
	}
}
/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 520px) and (max-width: 767px) {
	/* ------------------------------------------------------
	 * index-image-layout
	------------------------------------------------------ */
	.index-image-layout {
		height: 380px;
	}
	.index-image-layout .image-layout_heading {
		top: 64px;
	}
}
/* ======================================================
 * Print
====================================================== */
@media print {
}