@charset "utf-8";
/* CSS Document */
/* update:2021/12/17 1200 */

/* font-import */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/* !font-import */

/* breadcrumb-setting */
.gw_breadcrumb{
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%;
	height: 30px;
	font-size: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding-bottom: 10px;
}
.gw_breadcrumb *{
	vertical-align: middle;
}
.gw_breadcrumb li{
	height: 40px;
	color:#707070;
	display: inline-block;
}
.gw_breadcrumb li:not(:first-child)::before{
	content: "";
	background: url(https://7net-img.omni7.jp/co/common/images/bg-icon-arrow-03.png);
	background-repeat: no-repeat;
	width: 4px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
}
.gw_breadcrumb li:first-child {
	padding-left: 0;
	background: none;
}

.gw_breadcrumb li a:hover{
	text-decoration: underline;
	color: #d43500;
}
.gw_breadcrumb li{
	color: #000;
}
.gw_breadcrumb li a{
	text-decoration: none!important;
	color: #666;
	padding-left: 5px;
}
.gw_breadcrumb li p{
	display: inline;
	padding-left: 5px;
}
/* !breadcrumb-setting */

/* copy-guard */
#gw_custom_area img{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	-webkit-touch-callout: none;
	-ms-user-select:none;
	user-select:none;
}
.gw_copyguard_img{
	pointer-events: none;
}
/* !copy-guard */

/* object-display-responsive-change */
@media (max-width:979px) {
	.gw_pc_only {
		display: none;
	}
}
@media (min-width:980px) {
	.gw_sp_only {
		display: none !important;
	}
}
/* !object-responsive-change */

/* form-size */
.gw_container{
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}
.gw_container_sp_full{
	width: 100%;
}
@media (min-width:640px) {
	.gw_container{
		width: calc(640px - 10px * 2);
		margin-left: auto;
		margin-right: auto;
	}
	.gw_container_sp_full{
		width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width:980px) {
	.gw_container,
	.gw_container_sp_full{
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* !form-size */

/* h1,h2... resetcss */
#gw_custom_area h1,
#gw_custom_area h2,
#gw_custom_area h3{
	border:none;
	padding: 0;
	margin: 0;
}
/* #gw_custom_area #gw_containers h2{
	margin-bottom: 20px;
} */
/* !h1,h2... resetcss */

/* img-defalut */
#gw_custom_area img{
	width: 100%;
	max-height: 100%;
}
/* !img-defalut */
/* Each space setting*/
.gw_section_topspace{
	padding-top: 20px;
}
.gw_section_bottompace{
	padding-bottom: 20px;
}
/* !Each space setting*/
/* anchor_link headMenu setting */
#gw_itemlist,
#gw_intro{
	padding-top: 50px;
	margin-top: -50px;
}
#gw_anchorlinks{
	position: relative;
	z-index: 3;
}
#gw_itemlist{
	position: relative;
	z-index: 2;
}

#gw_anchorlinks a{
	text-decoration: none!important;
	color: #FFFFFF;
}
/* !/* anchor_link headMenu setting */
/* youtube frame */
.gw_youtube{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	text-align: center;
}
.gw_youtube iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-width: 0px;
}
/* !yotube frame */

/* copyright */
.gw_copyright{
	color: #FFFFFF;
	background-color: #1D1C1C;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
@media (min-width:980px) {
	.gw_copyright{
		color: #FFFFFF;
		text-align: center;
		padding-top: 17px;
		padding-bottom: 17px;
	}
	.gw_section_topspace{
		padding-top: 30px;
	}
}
/* !copyright */

/* customs-area */
#gw_containers{
	font-family: 'Noto Sans JP', sans-serif;
}
#gw_anchorlinks{
	font-weight: 700;
}
#gw_anchorlinks ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-column-gap: 20px;
	padding: 20px 0 30px;
}
#gw_anchorlinks ul li{
	width: calc((100% - 20px) / 2);
	text-align: center;
}
#gw_anchorlinks ul li a{
	padding: 15px 0;
	display: block;
	background-color: #000000;
	border-radius: 4px;
	position: relative;
}
#gw_anchorlinks ul li a:hover{
	opacity: 0.7;
}
#gw_anchorlinks ul li a::after{
	position: absolute;
	background: transparent;
	line-height: 1em;
	content: "▼";
	top: calc(50% - 0.5em);
	right: 1em;
}
#gw_seven_special{
	margin: 10px 0;
	display: inline-block;
	padding: 10px 4em;
	background-color: #989898;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-weight: 700;
	color: #FFFFFF;
}
@media (min-width:980px) {
	#gw_anchorlinks ul li a{
		padding: 17px 0;
		border-radius: 8px;
	}
	#gw_anchorlinks ul{
		grid-column-gap: 50px;
		padding: 30px 0 60px;
	}
}
/*--
gw_mltxt*/
#gw_mltxt{
	padding: 15px 0;
}
#gw_mltxt_intext{
	text-align: center;
	color: #FDF5E0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	line-height: 1.6;
}
@media (min-width:980px) {
	#gw_mltxt{
		padding: 40px 0;
	}
	#gw_mltxt_intext{
		line-height: 2.35;
	}
}
/*
gw_mltxt---*/

/*---
gw_items */
.gw_items_ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	grid-row-gap: 10px;
}
.gw_items_two{
	grid-column-gap: 10px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.gw_items_one li{
	width: 100%;
}
.gw_items_two li{
	width: calc((100% - 20px) / 2);
}

.gw_items_ul li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	text-decoration: none!important;
	color: #000000;
	font-weight: 700;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #F0F3F7;
}
.gw_items_one li a{
	padding: 20px 3.5%;
}
.gw_items_two li a{
	padding: 20px 7%;
}
.gw_items_ul li a:hover *{
	opacity: 0.7;
}
.gw_item_img{
	border-top: 2px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gw_items_one .gw_item_img{
	margin-top:  10px;
	padding-top: 15px;
}
.gw_items_two .gw_item_img{
	margin-top: 5px;
	padding-top: 5px;
}

.gw_items_ul li a img{
	-webkit-box-shadow: 3px 3px  6px rgba(0,0,0,0.5);
	box-shadow: 3px 3px  6px rgba(0,0,0,0.5);
}
.gw_background_itemlist{
	padding-bottom: 25px;
}
#gw_custom_area .gw_items_one .gw_item_img img{
	width: 77%;
}
.gw_right_txt p{
	text-align: right;
	font-weight: 500;
	margin-top:  10px;
}
@media (min-width:980px) {
	#gw_custom_area .gw_items_one .gw_item_img img{
		width: 500px;
		height: 500px;
	}
	.gw_items_ul{
		grid-row-gap: 20px;
	}
	.gw_items_ul li a{
		padding: 60px 50px;
	}
	.gw_items_one .gw_item_img{
		padding-top: 40px;
		margin-top: 20px;
	}
	.gw_items_two .gw_item_img{
		padding-top: 20px;
		margin-top: 20px;
	}
	.gw_items_two{
		grid-column-gap: 20px;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	.gw_background_itemlist{
		padding-bottom: 60px;
	}
	.gw_right_txt p{
		margin-top:  20px;
	}
}

/*gw_items
--*/

/* gw_intro */
#gw_intro{
	padding-bottom: 30px;
}
#gw_intro #gw_intro_title{
	margin-top: 30px;
}

#gw_info_textarea{
	background: #FFF;
	border: 2px solid #1D1C1C;
	-webkit-box-shadow: 5px 5px 0px #1D1C1C;
	box-shadow: 5px 5px 0px #1D1C1C;
	padding: 35px 1em;
	text-align: center;
	font-weight: 500;
	line-height: 2.14;
}
@media (min-width:980px) {
	#gw_intro{
		padding-bottom: 100px;
	}
	#gw_info_textarea{
		padding: 80px 1em;
		-webkit-box-shadow: 20px 20px 0px #1D1C1C;
		box-shadow: 20px 20px 0px #1D1C1C;
		line-height: 2.4;
	}
}

/* !gw_intro */
/* font-size */
#gw_anchorlinks{
	font-size: 14px;
}
#gw_containers h2{
	font-size: 18px;
}
.gw_copyright{
	font-size: 10px;
}
.gw_items_one li a{
	font-size: 14px;
}
.gw_items_two li a{
	font-size: 11px;
}
#gw_mltxt_intext{
	font-size: 10px;
}
#gw_info_textarea{
	font-size: 12px;
}
#gw_mltxt_intext{
	font-size: 10px;
}
@media (min-width: 320px) {
	#gw_anchorlinks{
		font-size: calc(0.875rem + ((1vw - 3.2px) * 4.375));
	}
	#gw_containers h2 {
		font-size: calc(1.125rem + ((1vw - 3.2px) * 2.5758));
	}
	.gw_copyright{
		font-size: calc(0.625rem + ((1vw - 3.2px) * 1.5152));
	}
	.gw_items_one li a{
		font-size: calc(0.875rem + ((1vw - 3.2px) * 4.375));
	}
	.gw_items_two li a{
		font-size: calc(0.6875rem + ((1vw - 3.2px) * 3.4375));
	}
	#gw_info_textarea{
		font-size: calc(0.75rem + ((1vw - 3.2px) * 3.75));
	}
	#gw_mltxt_intext{
		font-size: calc(0.625rem + ((1vw - 3.2px) * 1.3636));
	}
	.gw_right_txt p{
		font-size: calc(0.625rem + ((1vw - 3.2px) * 0.9091));
	}
}
@media (min-width:640px) {
	#gw_anchorlinks{
		font-size: 28px;
	}
	#gw_containers h2 {
		font-size: 26px;
	}
	.gw_copyright{
		font-size: 20px;
	}
	.gw_items_one li a{
		font-size: 28px;
	}
	.gw_items_two li a{
		font-size: 22px;
	}
	#gw_info_textarea{
		font-size: 24px;
	}
	#gw_mltxt_intext{
		font-size: 19px;
	}
	.gw_right_txt p{
		font-size: 16px;
	}
}
@media (min-width:980px) {
	#gw_anchorlinks{
		font-size: 35px;
	}
	#gw_containers h2{
		font-size: 35px;
	}
	.gw_copyright{
		font-size: 20px;
	}
	.gw_items_one li a{
		font-size: 40px;
	}
	.gw_items_two li a{
		font-size: 28px;
	}
	#gw_info_textarea{
		font-size: 25px;
	}
	#gw_mltxt_intext{
		font-size: 19px;
	}
	.gw_right_txt p{
		font-size: 16px;
	}
}
/* !font-size */

/* background-setting */
.gw_background_mltxt{
	background: transparent -webkit-gradient(linear, left top, right top, from(#000000), color-stop(49%, #575F71), color-stop(94%, #0B0B0E), to(#000000)) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(90deg, #000000 0%, #575F71 49%, #0B0B0E 94%, #000000 100%) 0% 0% no-repeat padding-box;
}
.gw_background_intro{
	background: #D6DAE0;
}
/* !background-setting */
