@charset "utf-8";

/* ======================================================
 * home.css
 * ------------------------------------------------------
 * Base
 * Reset
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Common
 * - Parts
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Common
 * - Parts
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * Base
====================================================== */
body {
	margin: 0px;
	background-color: rgb(255, 255, 255);
	color: rgb(34, 34, 34);
	font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", Meiryo, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	text-align: left;
}

/* ------------------------------------------------------
 * Reset
------------------------------------------------------ */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
	/* ------------------------------------------------------
	 * Override
	------------------------------------------------------ */
	.mainContents > *:first-child {
		margin-top: -2.2rem;
	}
	
	/* ------------------------------------------------------
	 * Common
	------------------------------------------------------ */
	[class^="home-layout"] .home_inner {
		width: 1200px;
		margin: 0 auto;
	}
	.home-layout-v2{
		margin-bottom: 1.5rem;
	}
	.home-layout-v3{
		margin-bottom: 3.75rem;
	}
	.home-layout-v4{
		margin-bottom: 4.6875rem;
	}
	.home-layout-v5{
		margin-bottom: 3.75rem;
	}
	.home-layout-v6{
		margin-bottom: 4rem;
		padding: 2.1875rem 30px 3.75rem;
		background-color: #f6f6f6;
	}
	.home-layout-v6.is-hideen--important.is-hideen--most-important {
		display: none;
	}
	/* ----- home-heading-v2 ----- */
	.home-heading-v2{
		display: flex;
		justify-content: space-between;
		margin-bottom:  1.75rem;
		padding: 0 1.4375rem 0 1.25rem;
	}
	.home-heading-v2 > .heading_title{
		margin: 0;
		line-height: 1;
	}
	.home-heading-v2 > .heading_title > .title_label_v1{
		font-size: 1.875rem;
		font-weight: 700;
	}
	.home-heading-v2 > .heading_title > .title_label_v2{
		margin-left: 20px;
		font-size: 1.25rem;
	}
	.home-layout-v6 .home-heading-v2 > .heading_title > .title_label_v1{
		font-size: 1.5rem ;
	}
	.home-heading-v2 > .heading_link{
		margin-top: 0.5rem;
	}
	.home-heading-v2 > .heading_link > a{
		display: block;
		padding-right: 15px;
		padding: 0!important;
		border: 0!important;
	}
	.home-heading-v2 > .heading_link > a:hover{
		box-shadow: none!important;
	}
	.home-heading-v2 > .heading_link > a.link::after{
		display: none!important;
	}
	/* for IE **/
	[data-browser="ie11"] .home-heading-v2 > .heading_link > a > span{
		padding-bottom: 0px;
	}

	/* ------------------------------------------------------
	 * Parts
	------------------------------------------------------ */
	/* ----- home-hero-slider ----- */
	.home-hero-slider .slider_list.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	.home-hero-slider .slider_list .list_img{
		display: inline-flex!important;
		align-items: center;
		justify-content: center;
		max-height: 540px;
	}
	.home-hero-slider .slider_list:not(.slick-initialized) .list_img + .list_img{
		display: none;
	}
	.home-hero-slider .slider_list .list_img > a{
		display: inline-block;
	}
	.home-hero-slider .slider_list .list_img img{
		max-width: 100%;
		margin: 0 auto;
	}
	.home-hero-slider .slider_control{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 15px;
	}
	.home-hero-slider .slider_control .slider_pager .slick-dots {
		position: static;
		font-size: 0;
	}
	.home-hero-slider .slider_control .slider_pager .slick-dots > li {
		width: auto;
		height: 10px;
		margin: 0;
		padding: 0 10px;
		overflow: hidden;
	}
	.home-hero-slider .slider_control .slider_pager .slick-dots > li > button {
		display: block;
		height: 10px;
		width: 10px;
		border: 0;
		border-radius: 50%;
		background-color: #939598;
		line-height: 0;
		font-size: 0;
		cursor: pointer;
		outline: none;
	}
	.home-hero-slider .slider_control .slider_pager .slick-dots > li.slick-active > button {
		background-color: #222;
	}
	.home-hero-slider .slider_control .slider_pager .slick-dots > li > button:first-child,
	.home-hero-slider .slider_control .slider_pager .slick-dots > li > button::before {
		display: none;
	}
	.home-hero-slider .slider_switch {
		margin-left: 20px;
		font-size: 0;
	}
	.home-hero-slider .slider_switch .slider_switch_pause {
		position: relative;
		width: 10px;
		height: 12px;
		margin: 0;
		padding: 0;
		border: none;
		background-color: transparent;
		text-indent: -9999em;
		outline: none;
		cursor: pointer;
	}
	.home-hero-slider .slider_switch .slider_switch_pause::before,
	.home-hero-slider .slider_switch .slider_switch_pause::after {
		position: absolute;
		top: 50%;
		width: 3px;
		height: 12px;
		margin: -6px 0 0 0;
		background-color: #222;
		content: "";
	}
	.home-hero-slider .slider_switch .slider_switch_pause::before {
		left: 0;
	}
	.home-hero-slider .slider_switch .slider_switch_pause::after {
		left: 7px;
	}
	.home-hero-slider .slider_switch .slider_switch_play {
		position: relative;
		width: 10px;
		height: 12px;
		margin: 0;
		padding: 0;
		border: none;
		background-color: transparent;
		text-indent: -9999em;
		outline: none;
		cursor: pointer;
	}
	.home-hero-slider .slider_switch .slider_switch_play::before {
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 0;
		height: 0;
		margin: -6px 0 0 0;
		border-width: 6px 10px;
		border-style: solid;
		border-color: transparent transparent transparent #222;
		content: "";
	}
	.home-hero-slider .slick-arrow {
		background: rgba(0,0,0,.5);
		width: 50px;
		height: 50px;
		transition: all .25s cubic-bezier(.4,0,.2,1);
		z-index: 1;
	}
	.home-hero-slider .slick-arrow:hover {
		background: rgba(0,0,0,.5);
		opacity: .7;
	}
	.home-hero-slider .slick-arrow:focus {
		background: rgba(0,0,0,.5);
	}
	.home-hero-slider .slick-arrow::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 18px;
		border-color: #fff;
		border-style: solid;
		border-width: 1px 1px 0 0;
	}
	.home-hero-slider .slick-arrow.slick-prev {
		left: 30px;
	}
	.home-hero-slider .slick-arrow.slick-next {
		right: 30px;
	}
	.home-hero-slider .slick-arrow.slick-prev::before {
		margin-left: -3px;
		transform: translateY(-50%) rotate(-135deg);
	}
	.home-hero-slider .slick-arrow.slick-next::before {
		margin-left: -13px;
		transform: translateY(-50%) rotate(45deg);
	}
	/* ----- home-notice-box ----- */
	.home-notice-box{
		padding: 20px 20px 18px;
		border: 1px solid #e1e2e3;
	}
	.home-notice-box > .box_title{
		font-weight: 700;
	}
	/* ----- home-index ----- */
	.home-index{
		padding: 0 30px;
		display: flex;
		justify-content: center;
	}
	.home-index .index_item{
		margin-left: 1px;
	}
	.home-index .index_item > a{
		display: block;
		position: relative;
		background-color: #f1f1f1;
	}
	.home-index .index_item > a::before{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 30px solid #fff;
		content: "";
		opacity: 0;
		transition: all .25s cubic-bezier(.4,0,.2,1);
	}
	.home-index .index_item > a:hover::before{
		opacity: 1;
	}
	.home-index .index_title{
		padding: 40px 44px 54px;
	}
	.home-index .index_title > .title_label_v1{
		font-size: 1.875rem;
		font-weight: 700;
	}
	.home-index .index_title > .title_label_v2{
		margin-left: 20px;
		font-size: 1.25rem;
		color: #545454;
	}
	.home-index .index_image > img{
		max-width: 100%;
	}
	/* ----- home-info ----- */
	.home-infoWrap{
		display: flex;
	}
	.home-layout-v4 .home-infoWrap{
		display: block;
	}
	/* variation */
	.home-infoWrap[data-layout-image="no"]{
		display: block;
	}
	.home-infoWrap[data-layout-image="no"] > .home-info{
		width: 100%;
	}
	.home-infoWrap[data-item-size="1/2"]{
		margin-bottom: 3.75rem;
	}
	.home-infoWrap[data-item-size="1/2"] > .home-info{
		width: 50%;
	}
	.home-infoWrap[data-item-size="3/4"]{
		margin-bottom: 2.5rem;
	}
	.home-infoWrap[data-item-size="3/4"] > .home-info{
		width: 74.3%;
	}
	.is-hideen--most-important .home-infoWrap[data-item-size="3/4"] > .home-info{
		width: 100%;
	}
	.home-infoWrap[data-item-size="3/4"] > .home-info.v-image{
		width: 23%;
	}
	.home-infoWrap[data-item-size="1/3"] > .home-info{
		display: flex;
		flex-wrap: wrap;
	}
	.home-infoWrap[data-item-size="1/3"] > .home-info.v-image{
		width: 100%;
	}
	.home-infoWrap[data-item-size="1/3"] > .home-info.v-image > .info_item{
		width: 31.5%;
		margin-top: 2rem;
		margin-left: 2rem;
	}
	.home-infoWrap[data-item-size="1/3"] > .home-info.v-image > .info_item:nth-child(-n+3){
		margin-top: 0;
	}
	.home-infoWrap[data-item-size="1/3"] > .home-info.v-image > .info_item:nth-child(3n+1){
		margin-left: 0;
	}
	.home-infoWrap .slider_control {
		display: none !important;
	}
	/*  home-info */
	.home-infoWrap > .home-info + .home-info{
		margin-left: 2rem;
	}
	.home-infoWrap > .home-info .link{
		position: relative;
		width: 100%;
		padding: 1.25rem 40px 1.25rem 1.25rem;
		transition: background-color .25s linear, box-shadow .25s cubic-bezier(.4,0,.2,1);;
		border-bottom: 1px solid #e1e2e3;
	}
	.home-infoWrap > .home-info a.link:hover{
		background-color: #fff;
		box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
	}
	.home-infoWrap[data-item-size="1/2"] > .home-info .link{
		flex-wrap: wrap;
	}
	.home-info .link::after,
	.home-info.v-image .text_label::after,
	.home-info.v-image .text_pdf::after,
	.home-heading-v2 > .heading_link > a > span::after{
		position: absolute;
		right: 23px;
		display: inline-block;
		font-family: webicon!important;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		text-transform: none;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.home-info .link::after{
		top: 50%;
		margin-top: -14px;
	}
	.home-info.v-image .text_label::after{
		position: relative;
		top: auto;
		right: auto;
		padding: 0 0 0 10px;
	}
	.home-info.v-image .text_pdf::after{
		position: relative;
		top: auto;
		right: auto;
	}
	/* for IE **/
	[data-browser="ie11"] .home-info.v-image .text_label::after,
	[data-browser="ie11"] .home-info.v-image .text_pdf::after{
		top: auto;
		margin-top: -3px;
	}
	.home-heading-v2 > .heading_link > a > span::after{
		top: 50%;
		right: -15px;
		margin-top: -9px;
	}
	/* for IE **/
	[data-browser="ie11"] .home-heading-v2 > .heading_link > a > span::after{
		margin-top: -11px;
	}
	.home-info .link::after,
	.home-info.v-image .link .text_label::after,
	.home-heading-v2 > .heading_link > a > span::after{
		content:"\e900";
	}
	.home-info div.link::after,
	.home-info.v-image div.link .text_label::after {
		content: "" !important;
	}
	.home-info .link-blank::after,
	.home-info.v-image .link-blank .text_label::after{
		content: "\e901";
	}
	.home-info.v-image .link.link-pdf .text_label::after {
		content: "";
	}
	.home-info .link-pdf::after,
	.home-info.v-image .link-pdf .text_pdf::after{
		content: "\e902";
		color: #f63e30 !important;
	}
	.home-info .item_date{
		margin: 0 20px 0 0;
		color: #545454;
		font-size: 0.875rem;
		white-space: nowrap;
	}
	.home-info .item_icon{
		margin: 0 20px 0 0;
		padding: 6px 10px 5px;
		line-height: 1;
		color: #fff;
		font-size: 0.875rem;
		background-color: #808080;
		text-align: center;
		min-width: 78px;
		box-sizing: border-box;
	}
	/* for IE **/
	[data-browser="ie11"] .home-info .item_icon{
		padding: 7px 10px 3px;
	}
	.home-info .item_text{
		flex: 1;
	}
	.home-infoWrap[data-item-size="1/2"] > .home-info .item_text{
		flex: 0 1 auto;
		margin-top: 10px;
		width: 100%;
	}
	.home-info .text_label{
		position: relative;
		display: inline;
		background-image: -webkit-linear-gradient(180deg, transparent 0%, transparent calc(100% - 1px), rgba(34,34,34,1) 100%);
		background-image: -o-linear-gradient(180deg, transparent 0%, transparent calc(100% - 1px), rgba(34,34,34,1) 100%);
		background-image: linear-gradient(180deg, transparent 0%, transparent calc(100% - 1px), rgba(34,34,34,1) 100%);
		background-repeat: no-repeat;
		background-size: 0% 100%;
		-webkit-transition: none;
		transition: none;
	}
	/* for IE **/
	[data-browser="ie11"] .home-info .text_label{
		background-image: linear-gradient(180deg, transparent 0, transparent 23px, #000 23px, #000 24px, transparent 24px);
		background-repeat: no-repeat;
		background-size: 0 100%;
	}
	.home-info a.link:hover .text_label{
		background-size: 100% 100%;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.home-info.v-image .text_pdf{
		position: relative;
		margin: 0;
		display: inline-block;
	}
	.home-info .icon_new{
		margin-left: 5px;
		font-size: 0.875rem;
		font-weight: 700;
		color: #fe001b
	}
	.home-info.v-image .icon_new {
		display: inline-block;
		margin-left: 15px;
	}
	.home-info.v-image div.link .icon_new {
		margin-left: 5px;
	}
	.home-info.v-image > .info_item .link{
		display: block;
		padding: 0;
		background-color: #fff;
		border: none;
		box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
		transition: box-shadow .25s cubic-bezier(.4,0,.2,1);
	}
	.home-info.v-image > .info_item a.link:hover {
		box-shadow: 0 5px 6px -3px rgba(0,0,0,.14),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12);
	}
	.home-info.v-image > .info_item .link::after{
		content: none;
	}
	.home-info.v-image .item_image{
		position: relative;
		width: 100%;
		height: 0;
		padding: 56.35% 0 0;
		transition: all .25s cubic-bezier(.4,0,.2,1);
		overflow: hidden;
	}
	.home-info.v-image .item_image > img{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		transform: translate(-50%,-50%);
	}
	.home-info.v-image > .info_item a.link:hover .item_image{
		opacity: 0.8;
	}
	.home-info.v-image .item_date{
		padding: 20px 20px 0;
	}
	.home-info.v-image .item_date{
		padding: 15px 20px 5px;
	}
	.home-info.v-image .item_text{
		padding: 0 25px 22px 20px;
	}
	.home-info.v-image .text_label{
		font-size: 1.125rem;
		font-weight: 700;
	}
	.home-info.v-image .item_icon{
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}
	.home-info.v-image .item_icon + .item_icon {
		top: 30px;
	}
	.home-info.v-image .item_icon + .item_icon + .item_icon {
		top: 60px;
	}
	.home-info.v-image .item_icon + .item_icon + .item_icon + .item_icon {
		top: 90px;
	}
	.home-info.v-image .item_icon + .item_icon + .item_icon + .item_icon + .item_icon {
		top: 120px;
	}
	.home-info.v-image .item_icon + .item_icon + .item_icon + .item_icon + .item_icon + .item_icon {
		top: 150px;
	}
	.home-info.v-image .item_icon + .item_icon + .item_icon + .item_icon + .item_icon + .item_icon + .item_icon {
		top: 180px;
	}
	/* ----- home-lead ----- */
	.home-lead{
		display: flex;
		justify-content: center;
		margin: 0 0 1.5625rem;
	}
	/* ----- home-button ----- */
	.home-button-v1{
		width: 200px;
		margin: 0 auto;
	}
	.home-button-v1 > a{
		display: block;
		padding: 1.25rem;
		position: relative;
		border-radius: 9999px;
		background-color: #fff;
		box-shadow: 0 3px 3px -2px rgba(0,0,0,.14),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);
		font-weight: 700;
		border: 1px solid #000;
		text-align: center;
		line-height: 1;
		overflow: hidden;
		z-index: 1;
	}/* for IE **/
	[data-browser="ie11"] .home-button-v1 > a{
		padding: 1.25rem 1.25rem 1rem;
	}
	.home-button-v1 > a:hover {
		border-color: grey !important;
		outline: 0;
		color: #fff !important;
	}
	.home-button-v1 > a::before {
		z-index: -1;
		-moz-osx-font-smoothing: grayscale;
		display: block;
		-webkit-transform-origin: left top;
		-webkit-transform: scaleX(0);
		position: absolute;
		top: 0;
		right: -1px;
		bottom: -1px;
		left: 0;
		margin-right: 0;
		margin-left: 0;
		transform: scaleX(0);
		transform-origin: left top;
		background-color: grey;
		content: "";
	}
	.home-button-v1 > a span{
		transition: all .25s cubic-bezier(.4,0,.2,1);
	}
	.home-button-v1 > a:hover::before{
		transform: scaleX(1);
		transition: all .25s cubic-bezier(.4,0,.2,1);
	}
	.home-button-v1 > a:hover span{
		color: #fff;
	}
	/* ----- home-banner ----- */
	.home-banner{
		margin-bottom: 3.75rem;
		display: flex;
		justify-content: center;
		flex-flow: row wrap;
	}
	.home-banner .banner_item {
		margin: 32px 0 0 32px;
	}
	.home-banner .banner_item:nth-of-type(-n+4) {
		margin-top: 0;
	}
	.home-banner .banner_item:nth-of-type(4n+1) {
		margin-left: 0;
	}
	.home-banner .banner_item > .link{
		display: block;
	}
	.home-banner .item_image{
		margin-bottom: 0.5rem;
		transition: all .25s cubic-bezier(.4,0,.2,1);;
	}
	.home-banner .link:hover .item_image{
		opacity: 0.8;
	}
	


	
	/* ------------------------------------------------------
	 * Clearfix
	------------------------------------------------------ */
	.clearfix::after {
		display: block;
		clear: both;
		content: "";
	}
}


/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1560px) {
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 896px) {
}
@media screen and (min-width: 768px) and (max-width: 834px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
	/* ------------------------------------------------------
	 * Override
	------------------------------------------------------ */
	
	/* ------------------------------------------------------
	 * Common
	------------------------------------------------------ */
	.home-layout-v2{
		margin: -1.55rem 0  1.25rem;
		padding: 0 15px;
	}
	.home-layout-v3,
	.home-layout-v4{
		margin-bottom:3rem;
		padding: 0 15px;
	}
	.home-layout-v5{
		margin-bottom:2.5rem;
		padding: 0 15px;
	}
	.home-layout-v6{
		margin-bottom: 2.9375rem;
		padding: 1.575rem 15px 2.8125rem ;
		background: #f6f6f6;
	}
	.home-layout-v6.is-hideen--important.is-hideen--most-important {
		display: none;
	}
	.home-layout-v7{
		padding: 0 15px;
	}
	
	/* ------------------------------------------------------
	 * Parts
	------------------------------------------------------ */
	/* ----- home-heading-v2 ----- */
	.home-heading-v2{
		display: flex;
		justify-content: space-between;
		margin-bottom: 1.2rem;
		padding: 0 1rem 0 0.9375rem ;
	}
	.home-heading-v2 > .heading_title{
		margin: 0;
		line-height: 1;
	}
	.home-heading-v2 > .heading_title > .title_label_v1{
		font-size: 1.3125rem ;
		font-weight: 700;
	}
	.home-heading-v2 > .heading_title > .title_label_v2{
		margin-left: 20px;
		font-size: 0.875rem;
	}
	.home-layout-v6 .home-heading-v2 > .heading_title > .title_label_v1{
		font-size: 1.125rem ;
	}
	.home-heading-v2 > .heading_link{
		margin-top: 0.7rem;
	}
	.home-heading-v2 > .heading_link > a{
		display: block;
		padding: 0;
		padding-right: 15px;
		border: none;
		font-size: 0.875rem;
	}
	.home-heading-v2 > .heading_link > a::after {
		display: none;
	}
	.home-heading-v2 > .heading_link > a > span{
		position: relative;
	}
	/* ----- home-hero-slider ----- */
	.home-hero-slider .slider_list.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	.home-hero-slider .slider_list .list_img{
		display: inline-flex!important;
		align-items: center;
		justify-content: center;
		max-height: 540px;
	}
	.home-hero-slider .slider_list:not(.slick-initialized) .list_img + .list_img{
		display: none;
	}
	.home-hero-slider .slider_list .list_img > a{
		display: inline-block;
	}
	.home-hero-slider .slider_list .list_img img{
		max-width: 100%;
		margin: 0 auto;
	}
	.home-hero-slider .slider_control {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 10px;
	}
	.home-hero-slider .slider_control .slider_pager .slick-dots {
		position: static;
		font-size: 0;
	}
	.home-hero-slider .slider_control .slider_pager .slick-dots > li {
		width: auto;
		height: 10px;
		margin: 0;
		padding: 0 7px;
		overflow: hidden;
	}
	.home-hero-slider .slider_control .slider_pager .slick-dots > li > button {
		display: block;
		height: 10px;
		width: 10px;
		border: 0;
		border-radius: 50%;
		background-color: #939598;
		line-height: 0;
		font-size: 0;
		outline: none;
	}
	.home-hero-slider .slider_control .slider_pager .slick-dots > li.slick-active > button {
		background-color: #222;
	}
	.home-hero-slider .slider_control .slider_pager .slick-dots > li > button::before {
		display: none;
	}
	.home-hero-slider .slider_switch {
		margin-left: 20px;
		font-size: 0;
	}
	.home-hero-slider .slider_switch .slider_switch_pause {
		position: relative;
		width: 10px;
		height: 12px;
		margin: 0;
		padding: 0;
		border: none;
		background-color: transparent;
		text-indent: -9999em;
		outline: none;
		cursor: pointer;
	}
	.home-hero-slider .slider_switch .slider_switch_pause::before,
	.home-hero-slider .slider_switch .slider_switch_pause::after {
		position: absolute;
		top: 50%;
		width: 3px;
		height: 12px;
		margin: -6px 0 0 0;
		background-color: #222;
		content: "";
	}
	.home-hero-slider .slider_switch .slider_switch_pause::before {
		left: 0;
	}
	.home-hero-slider .slider_switch .slider_switch_pause::after {
		left: 7px;
	}
	.home-hero-slider .slider_switch .slider_switch_play {
		position: relative;
		width: 10px;
		height: 12px;
		margin: 0;
		padding: 0;
		border: none;
		background-color: transparent;
		text-indent: -9999em;
		outline: none;
		cursor: pointer;
	}
	.home-hero-slider .slider_switch .slider_switch_play::before {
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 0;
		height: 0;
		margin: -6px 0 0 0;
		border-width: 6px 10px;
		border-style: solid;
		border-color: transparent transparent transparent #222;
		content: "";
	}
	.home-hero-slider .slick-arrow {
		background: rgba(0,0,0,.5);
		width: 30px;
		height: 30px;
		transition: all .25s cubic-bezier(.4,0,.2,1);
		z-index: 1;
	}
	.home-hero-slider .slick-arrow:hover {
		background: rgba(0,0,0,.5);
		opacity: .7;
	}
	.home-hero-slider .slick-arrow:focus {
		background: rgba(0,0,0,.5);
	}
	.home-hero-slider .slick-arrow::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 12px;
		height: 12px;
		border-color: #fff;
		border-style: solid;
		border-width: 1px 1px 0 0;
	}
	.home-hero-slider .slick-arrow.slick-prev {
		left: 15px;
	}
	.home-hero-slider .slick-arrow.slick-next {
		right: 15px;
	}
	.home-hero-slider .slick-arrow.slick-prev::before {
		margin-left: -3px;
		transform: translateY(-50%) rotate(-135deg);
	}
	.home-hero-slider .slick-arrow.slick-next::before {
		margin-left: -9px;
		transform: translateY(-50%) rotate(45deg);
	}
	/* ----- home-notice-box ----- */
	.home-notice-box{
		font-size: 0.875rem;
		padding: 20px 15px 18px;
		border: 1px solid #e1e2e3;
	}
	.home-notice-box > .box_title{
		font-weight: 700;
	}
	/* ----- home-index ----- */
	.home-index .index_item{
		margin-bottom: 1px;
	}
	.home-index .index_item > a{
		display: flex;
		align-items: center;
		width: 100%;
		background-color: #f1f1f1;
	}
	.home-index .index_title{
		width: 41.7%;
		padding-left: 15px;
	}
	.home-index .index_title > span{
		display: block;
	}
	.home-index .title_label_v1{
		margin-bottom: 0.15rem;
		font-weight: 700;
		font-size: 1.25rem;
		line-height: 1;
	}
	.home-index .title_label_v2{
		font-size: 0.75rem;
	}
	.home-index .index_image{
		width: 58.3%
	}
	.home-index .index_image > img{
		max-width: 100%;;
	}
	/* ----- home-info ----- */
	.home-infoWrap[data-item-size="1/2"]{
		margin-bottom: 2.5rem;
	}
	.home-infoWrap[data-item-size="3/4"]{
		margin-bottom: 1.875rem ;
	}
	.home-infoWrap[data-item-size="1/3"]{
		margin-bottom: 1.875rem;
	}
	.home-infoWrap[data-item-size="1/3"] .home-info.v-image{
		padding: 0 26px;
	}
	.home-layout-v4 .home-infoWrap {
		margin-right: -15px;
		margin-left: -15px;
	}
	.home-layout-v4 .home-infoWrap .home-info.v-image {
		padding: 0;
	}
	.home-layout-v4 .home-infoWrap .home-info.v-image .info_item {
		padding: 0 10px 15px;
	}
	.home-layout-v4 .home-infoWrap .home-info.v-image .info_nohit {
		padding: 0 15px;
	}
	.home-infoWrap .home-info.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	.home-infoWrap .info_nohit {
		font-size: .875rem;
	}
	.home-infoWrap .slider_control {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 15px;
	}
	.home-infoWrap .slider_control .slider_pager .slick-dots {
		position: static;
		font-size: 0;
	}
	.home-infoWrap .slider_control .slider_pager .slick-dots > li {
		width: auto;
		height: 10px;
		margin: 0;
		padding: 0 7px;
		overflow: hidden;
	}
	.home-infoWrap .slider_control .slider_pager .slick-dots > li > button {
		display: block;
		height: 10px;
		width: 10px;
		border: 0;
		border-radius: 50%;
		background-color: #939598;
		line-height: 0;
		font-size: 0;
		outline: none;
	}
	.home-infoWrap .slider_control .slider_pager .slick-dots > li.slick-active > button {
		background-color: #222;
	}
	.home-infoWrap .slider_control .slider_pager .slick-dots > li > button::before {
		display: none;
	}
	.home-infoWrap .slider_switch {
		margin-left: 20px;
		font-size: 0;
	}
	.home-infoWrap .slider_switch .slider_switch_pause {
		position: relative;
		width: 10px;
		height: 12px;
		margin: 0;
		padding: 0;
		border: none;
		background-color: transparent;
		text-indent: -9999em;
		outline: none;
		cursor: pointer;
	}
	.home-infoWrap .slider_switch .slider_switch_pause::before,
	.home-infoWrap .slider_switch .slider_switch_pause::after {
		position: absolute;
		top: 50%;
		z-index: 2;
		width: 3px;
		height: 12px;
		margin: -6px 0 0 0;
		background-color: #222;
		content: "";
	}
	.home-infoWrap .slider_switch .slider_switch_pause::before {
		left: 0;
	}
	.home-infoWrap .slider_switch .slider_switch_pause::after {
		left: 7px;
	}
	.home-infoWrap .slider_switch .slider_switch_play {
		position: relative;
		width: 10px;
		height: 12px;
		margin: 0;
		padding: 0;
		border: none;
		background-color: transparent;
		text-indent: -9999em;
		outline: none;
		cursor: pointer;
	}
	.home-infoWrap .slider_switch .slider_switch_play::before {
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 2;
		width: 0;
		height: 0;
		margin: -6px 0 0 0;
		border-width: 6px 10px;
		border-style: solid;
		border-color: transparent transparent transparent #222;
		content: "";
	}
	.home-info + .home-info{
		margin-top: 2.8125rem ;
	}
	.home-info + .home-info.v-image{
		margin-top: 2rem;
	}	
	.home-info .link{
		position: relative;
		width: 100%;
		padding: 0.9375rem 2.8125rem 1rem 0.9375rem;
		border-bottom: 1px solid #e1e2e3;
		flex-wrap: wrap;
	}
	.home-info .link::after,
	.home-info.v-image .text_label::after,
	.home-info.v-image .link-pdf .text_pdf::after,
	.home-heading-v2 > .heading_link > a > span::after{
		position: absolute;
		right: 18px;
		display: inline-block;
		font-family: webicon!important;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		text-transform: none;
		vertical-align: middle;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.home-info .link::after{
		top: 50%;
		margin-top: -14px;
	}
	.home-info.v-image .text_label::after,
	.home-info.v-image .link-pdf .text_pdf::after{
		top: auto;
	}
	.home-heading-v2 > .heading_link > a > span::after{
		top: 50%;
		right: -15px;
		margin: -7px 0 0;
	}
	.home-info .link::after,
	.home-info.v-image .link .text_label::after,
	.home-heading-v2 > .heading_link > a > span::after{
		content:"\e900";
	}
	.home-info div.link::after,
	.home-info.v-image div.link .text_label::after {
		content: "" !important;
	}
	.home-info .link-blank::after,
	.home-info.v-image .link-blank .text_label::after{
		content: "\e901";
	}
	.home-info.v-image .link.link-pdf .text_label::after {
		content: "";
	}
	.home-info .link-pdf::after,
	.home-info.v-image .link-pdf .text_pdf::after{
		content: "\e902";
		color: #f63e30 !important;
	}
	.home-info.v-image .text_label::after{
		padding: 0 0 0 10px;
		top: auto;
		right: auto;
	}
	.home-info.v-image .link-pdf .text_pdf::after{
		top: auto;
		right: auto;
	}
	.home-info .item_date{
		margin: 0 10px 0 0;
		color: #545454;
		font-size: 0.75rem;
		white-space: nowrap;
	}
	.home-info .item_icon{
		min-width: 80px;
		margin: 0 5px 0 0;
		padding: 4px;
		line-height: 1;
		color: #fff;
		font-size: 0.75rem;
		background-color: #808080;
		text-align: center;
	}
	.home-info .item_text{
		margin-top: 0.3rem;
		font-size: 0.875rem;
	}
	.home-info .text_label{
		width: 100%;
		position: relative;
		padding-bottom: 5px;
	}
	.home-info .icon_new{
		margin-left: 5px;
		font-size: 0.75rem;
		font-weight: 700;
		color: #fe001b
	}
	.home-info.v-image .icon_new {
		display: inline-block;
		margin-left: 35px;
	}
	.home-info.v-image div.link .icon_new {
		margin-left: 5px;
	}
	.home-info.v-image .info_item + .info_item{
		margin-top: 1rem;
	}
	.home-info.v-image .info_item .link{
		display: block;
		padding: 0;
		background-color: #fff;
		border: none;
		box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
	}
	.home-info.v-image .info_item .link::after{
		content: none;
	}
	.home-info.v-image .item_image{
		position: relative;
		width: 100%;
		height: 0;
		padding: 56.35% 0 0;
		overflow: hidden;
	}
	.home-info.v-image .item_image > img{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		transform: translate(-50%,-50%);
	}
	.home-info.v-image .item_date{
		padding: 20px 15px 0;
	}
	.home-info.v-image .item_date{
		padding: 15px 15px 0;
	}
	.home-info.v-image .item_text{
		padding: 0 15px 20px;
	}
	.home-info.v-image .text_label{
		font-size: 1rem;
		font-weight: 700;
	}
	.home-info.v-image .text_pdf{
		position: relative;
		margin: 0;
		display: inline-block;
	}
	.home-info.v-image .item_icon{
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}
	.home-info.v-image .item_icon + .item_icon {
		top: 25px;
	}
	.home-info.v-image .item_icon + .item_icon + .item_icon {
		top: 50px;
	}
	.home-info.v-image .item_icon + .item_icon + .item_icon + .item_icon {
		top: 75px;
	}
	.home-info.v-image .item_icon + .item_icon + .item_icon + .item_icon + .item_icon {
		top: 100px;
	}
	.home-info.v-image .item_icon + .item_icon + .item_icon + .item_icon + .item_icon + .item_icon {
		top: 125px;
	}
	.home-info.v-image .item_icon + .item_icon + .item_icon + .item_icon + .item_icon + .item_icon + .item_icon {
		top: 150px;
	}
	/* ----- home-lead ----- */
	.home-lead{
		display: flex;
		justify-content: center;
		margin: 0 0 1.25rem ;
		font-size: 0.875rem;
	}
	/* ----- home-button ----- */
	.home-button-v1{
		width: 171px;
		margin: 0 auto;
	}
	.home-button-v1 > a{
		display: block;
		padding: 1.15rem;
		position: relative;
		border-radius: 9999px;
		background-color: #fff;
		box-shadow: 0 3px 3px -2px rgba(0,0,0,.14),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);
		font-size: 0.875rem;
		font-weight: 700;
		border: 1px solid #000;
		text-align: center;
		line-height: 1;
	}
	/* ----- home-banner -----*/
	.home-banner{
		margin-bottom: 1.875rem;
	}
	.home-banner .banner_item + .banner_item{
		margin-top: 1em;
	}
	.home-banner .banner_item{
		padding: 0 18%;
	}
	.home-banner .banner_item > .link{
		display: block;
	}
	.home-banner .item_image{
		margin-bottom: 0.5rem;
	}
	.home-banner .item_image > img{
		max-width: 100%;
	}
	.home-banner  + .home-slider_control{
		margin-bottom: 2.9375rem;
	}
	

	/* ------------------------------------------------------
	 * Clearfix
	------------------------------------------------------ */
	.clearfix::after {
		display: block;
		clear: both;
		content: "";
	}
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
}