@charset "UTF-8";
/* CSS Document */

/* 
font-size: calc(A + B * (100vw - C)/D);
A・・・最小文字サイズ
B・・・最大文字サイズ – 最小文字サイズ
C・・・最小画面幅
D・・・最大画面幅 – 最小画面幅
最大画面 1260px 最小画面 360px 
font-size: calc(18px + 12px *(100vw - 360)/900)
*/

/*======================================

	0.common

=======================================*/

html {
	scroll-behavior: smooth;
}

body.noScroll {
	overflow: hidden;
}


#container {
	width: 100%
	
}


.disable_sp {
	display: block !important;
}

.disable_pc {
	display: none !important;
}

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

.chu {
	font-size: 12px !important;
	color: #4c4c4c !important;
}


.mainColorWhite {
	color: #fff;
}

.mainColorBlue {
	color: #00489d;
}

.mainColorLightGray {
	color: #224d9b;
}

.mainColorLightBlue {
	color: #339de0;
}

.mainColorMagenta {
	color: #b8276f;
}

.mainColorGray333 {
	color: #333;
}


.noto {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.noto-serif {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
}

.ft_weihgt_100 {
	font-weight: 100;
}

.ft_weihgt_200 {
	font-weight: 200;
}

.ft_weihgt_300 {
	font-weight: 300;
}

.ft_weihgt_400 {
	font-weight: 400;
}

.ft_weihgt_500 {
	font-weight: 500;
}

.ft_weihgt_600 {
	font-weight: 600;
}

.ft_weihgt_700 {
	font-weight: 700;
}

.ft_weihgt_800 {
	font-weight: 800;
}

.ft_weihgt_900 {
	font-weight: 900;
}

/*======================================

	0.common

=======================================*/

p {
	letter-spacing: 0.01em;
}


a.arrTxt {
	font-size: 0.875rem;
	color: #333;
	text-decoration: none;
}

a.arrTxt:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #00489d;
	border-right: 2px solid #00489d;
	transform: rotate(45deg);
	margin-right: 8px;
	position: relative;
	top: -1px;
	left: 0;
	transition: all .2s;
}

a.arrTxt:hover:before {
	left: 3px;
	transition: all .2;
}

.w1110 {
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1109px) {
	.w1110 {
		width: 92%;
	}
}

.w920 {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 919px) {
	.w920 {
		width: 92%;
	}
}


.wp_entry_cont_wrap a img {
	opacity: 1;

	transition: all .4s;
}

.wp_entry_cont_wrap a img:hover {
	opacity: .75;

	transition: all .4s;
}

#fancybox-wrap {
	transform: scale(.8);
}

@media screen and (max-width: 499px) {
	#fancybox-wrap {
		transform: scale(1);
	}
}

/*****

Btn circleArrLink

****/

a.circleArrLink {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	text-decoration: none;
	font-weight: 700;
	position: relative;
	padding-left: 26px;
	display: flex;
	justify-content: start;
	align-items: start;
}

@media screen and (max-width: 999px) {
	a.circleArrLink {
		font-size: 1rem;
	}
}

a.circleArrLink .circleArr {
	position: absolute;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 6px;
	top: 4px;

	left: 0px;
	transition: all .2s;
}

a.circleArrLink:hover .circleArr {
	left: 3px;
	transition: all .2s;
}

a.circleArrLink .circleArr:before{
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

a.circleArrLink .circleArr:after{
	display: block;
	content: "";
	width: 6.8px;
	height: 6.8px;
	border-top: 2px solid #00489d;
	border-right: 2px solid #00489d;
	transform: rotate(45deg);

	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4.0px;
	margin-left: -4.8px;
	z-index: 2;
	
}


/** circleArrLink ver_02 **/

a.circleArrLink.ver_02 {
	font-size: 1rem;
}

@media screen and (max-width: 999px) {
	a.circleArrLink.ver_02 {
		font-size: 1rem;
	}
}


a.circleArrLink.ver_02 .circleArr:before{
	border: 1px solid #00489d;
}


/** 
*btn_wrap 
*.rect_01
**/

.btn_wrap {
	max-width: 350px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;

	overflow: hidden;
}



.btn_wrap:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	background: #00489d;
	opacity: 1;
	transition: all .2s .2s;
}


.btn_wrap.act:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0%;
	background: #00489d;
	opacity: 1;

	transition: all .2s;
}



.btn_wrap:hover:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0%;
	background: #00489d;
	opacity: 1;

	transition: all .2s;
}


.btn_wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	border: 1px solid #3670b6;
	text-decoration: none;
}




.btn_wrap a .text {
	font-size: 1rem;
	color: #00489d;
	font-weight: bold;
	transition: all .2s ;
}



.btn_wrap.act a .text {
	color: #fff;
	transition: all .2s .2s;
}

.btn_wrap:hover a .text {
	color: #fff;
	transition: all .2s .2s;
}


.btn_wrap a .arr {
	content: "";
	display: block;
	width: 8.5px;
	height: 8.5px;
	border-right: 2px solid #00489d;
	border-bottom: 2px solid #00489d;
	transform: rotate(-45deg);
	position: absolute;
	right: 10px;
	transition: all .2s ;
}

.btn_wrap.act a .arr {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transition: all .2s .2s;
}

.btn_wrap:hover a .arr {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transition: all .2s .2s;
}



.btn_wrap.bgBlue:before {
	background: #fff;
}

.btn_wrap.bgBlue a {
	border: 1px solid #fff;
}

.btn_wrap.bgBlue a .text {
	color: #fff;
}

.btn_wrap.bgBlue:hover a .text {
	color: #00489d;
	transition: all .2s .2s;
}

.btn_wrap.bgBlue a .arr {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.btn_wrap.bgBlue:hover a .arr {
	border-right: 2px solid #00489d;
	border-bottom: 2px solid #00489d;
	transition: all .2s .2s;
}


.btn_wrap.gray {
	background: #b1b1b1;;
}

.btn_wrap.gray a {
	border: 1px solid #b1b1b1;
}

.btn_wrap.gray a .text {
	color: #fff;
}

.btn_wrap.gray a .arr {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}


/** 追随メニュー **/

/** faq バナーチャットエリア **/
#satfaq-widget-icon {
	bottom: 10% !important;
}

#satfaq-chat {
	bottom: 6% !important;
}

/** totop **/


/** youtube動画埋め込み用 **/

.youtubeImplement {
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
	padding-top: 56.25%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

.youtubeImplement.w800 {
	width: 800px;
	aspect-ratio: 16 / 9;
	position: relative;
	padding-top: unset;
}

@media screen and (max-width: 849px) {
	.youtubeImplement.w800 {
		width: 100%;
	}
}

.youtubeImplement iframe {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


/** スマホの場合 コンテンツエリアの画像やコンテンツを横スライドさせる **/

@media screen and (max-width: 767px) {
	.sp_scroll_wrap {
		width: 100%;
		overflow-x: scroll;
		padding-bottom: 10px;
	}
	
	.sp_scroll_wrap::-webkit-scrollbar {
		background: #f6f6f6;
		height: 5px;
	}
	
	.sp_scroll_wrap::-webkit-scrollbar-thumb {
		background: #00489d;
	}
	
	.sp_scroll_wrap .cont {
		width: 800px;	/** デフォルト値 **/
	}
}

/*======================================

	0.head

=======================================*/

/** sp header **/

.spHeadmenu {
	visibility: collapse;
}

@media screen and (max-width: 767px) {
	.spHeadmenu {
		visibility: visible;
	}
}

.spHeadmenu.active {
	visibility: visible;
}

.spHeadmenu .iconOpnCls {
	display: none;

	position: fixed;
	top: 0;
	right: 0;
	width: 52px;
	height: 62px;
	z-index: 9999;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.spHeadmenu .iconOpnCls {
		display: block;
	}
}

@media screen and (max-width: 449px) {
	.spHeadmenu .iconOpnCls {
		height: 50px;
	}
}

@media screen and (max-width: 329px) {
	.spHeadmenu .iconOpnCls {
		width: 46px;
	}
}

.spHeadmenu .iconOpnCls .icon{
	content: '';
	width: 20px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;

	
}



.spHeadmenu .iconOpnCls .icon span.line {
	width: 100%;
	height: 1px;
	content: "";
	display: block;
	background: rgba(0,72,157,1);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);

	transition: all .4s;
}

.spHeadmenu .iconOpnCls:hover .icon span.line {
	width: 120%;
	transition: all .4s;
}

.spHeadmenu.active .iconOpnCls .icon span.line {
	background: rgba(255, 255, 255,1);
}

.spHeadmenu .iconOpnCls .icon span.line:nth-child(1) {
	top: 0;
	transition: all .4s;
}
.spHeadmenu .iconOpnCls .icon span.line:nth-child(2) {
	top: 50%;
	opacity: 1;
	transition: all .4s;
}

.spHeadmenu .iconOpnCls .icon span.line:nth-child(3) {
	top: 100%;
	transition: all .4s;
}

.spHeadmenu.active .iconOpnCls .icon span.line:nth-child(1) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: all .4s;
}
.spHeadmenu.active .iconOpnCls .icon span.line:nth-child(2) {
	opacity: 0;
	transition: all .4s;
}

.spHeadmenu.active .iconOpnCls .icon span.line:nth-child(3) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);

	transition: all .4s;
}


.spHeadmenu .sp_header {
	width: 100%;
	height: 62px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;

	background: rgba(0,72,157,1);

	/* opacity: 0; */
	visibility: collapse;
	transition: opacity .4s;
}

@media screen and (max-width: 449px) {
	.spHeadmenu .sp_header {
		height: 50px;
	}
}

.spHeadmenu.active .sp_header {
	opacity: 1;
	visibility: visible;
	transition: opacity .4s;
}

.spHeadmenu .sp_header .topWrap {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
}

.spHeadmenu .sp_header .topWrap .logoWrap {
	margin-right: 10px;
	padding: 0 0 0 15px;
}

.spHeadmenu .sp_header .topWrap .logoWrap img {
	margin-right: 0;
	height: 30px;
	
	opacity: 0;
}

.spHeadmenu.active .sp_header .topWrap .logoWrap img {
	opacity: 1;
}

@media screen and (max-width: 449px) {
	.spHeadmenu .sp_header .topWrap .logoWrap img {
		height: 25px;
	}
}

.spHeadmenu .sp_header .topWrap .anivIcon img {
	width: auto;
	height: 30px;
	margin-top: 0;
}
@media screen and (max-width: 449px) {
	.spHeadmenu .sp_header .topWrap .anivIcon img {
		height: 25px;
	}
}

/** sp menu cont **/

.spHeadmenu .spMenuCont {
	background: rgba(0,72,157,1);
	width: 100%;
	height: 100vh;
	padding: 75px 4%;
	box-sizing: border-box;

	overflow: hidden;
	
	position: fixed;
	top: 0;
	z-index: 9997;
	left: 0;
	opacity: 0;
	visibility: collapse;
	/* display: none; */
	transition: visibility .4s, opacity .4s, top .4s .4s;
}



.spHeadmenu.active .spMenuCont {
	display: block;
	opacity: 1;
	visibility: visible;
	top: 0;
	left: 0;
	transition:  visibility .4s, opacity .4s, top .4s .4s;
}

.spHeadmenu .spMenuCont .contWrap {
	position: relative;
}

.spHeadmenu .spMenuCont li {
	border-bottom: 1px solid #0f55aa;
	position: relative;
}

.spHeadmenu .spMenuCont li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 8px;
	box-sizing: border-box;
	display: block;
	width: 100%;

	display: flex;
	justify-content: space-between;
	align-items: center;
}

.spHeadmenu .spMenuCont li.hasChild a .arr:before {
	
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff ;
	border-right: 1px solid #fff ;
	transform: rotate(45deg);

}

.spHeadmenu .spMenuCont .parentWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

	opacity: 1;
	transition: all .2s;
}

.spHeadmenu .spMenuCont .parentWrap.toChildLink {
	opacity: 1;
	left: -110%;

	transition: all .2s;
}

.spHeadmenu .spMenuCont .childWrap {
	position: absolute;
	top: 0;
	left: 120%;
	width: 100%;
	height: 80vh;
	overflow: scroll;
	transition: all .2s;
}

.spHeadmenu .spMenuCont .childWrap.active {
	left: 0;
	opacity: 1;
	transition: all .2s;
}

.spHeadmenu .spMenuCont .childLink {
	opacity: 1;
	display: none;
	transition: all .2s;
	margin-bottom: 5px;
}


.spHeadmenu .spMenuCont .childWrap .returnParent a {
	text-align: right;
	display: block;
	width: 100%;
	display: flex;
	justify-content: end;
	align-items: center;

	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 8px;
	box-sizing: border-box;
}

.spHeadmenu .spMenuCont .childWrap .returnParent a .arr:before {
	
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff ;
	border-left: 1px solid #fff ;
	transform: rotate(-45deg);
	margin-right: 8px;

}


/** sp float button bottom **/

.spFloatBottom .floatBootmBtn {
	display: none;

	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 50px;
	z-index: 9999;
	border-top: 1px solid #fff;
}

@media screen and (max-width: 767px) {
	.spFloatBottom .floatBootmBtn {
		display: block;
	}
}


.spFloatBottom .floatBootmBtn .cont {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.spFloatBottom .floatBootmBtn .cont .headRightBtn {
	width: 50%;
	height: 100%;
}

.spFloatBottom .floatBootmBtn .cont .headRightBtn a {
	text-decoration: none;
}

.spFloatBottom .floatBootmBtn .cont .headRightBtn .icon {
	width: 25px;
	margin-right: 8px;
}

.spFloatBottom .floatBootmBtn .cont .headRightBtn .icon img {
	max-width: 100%;
}

.spFloatBottom .floatBootmBtn .cont .headRightBtn .txt {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.spFloatBottom .floatBootmBtn .cont .contactBtn {
	background: rgba(0,72,157,1);
	border-right: 1px solid #fff;
	box-sizing: border-box;
}

.spFloatBottom .floatBootmBtn .cont .catalogBtn {
	background: rgba(184,34,111,1);
}



/** pc header **/

header {
	width: 100%;
	height: 90px;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}

@media screen and (max-width: 999px) {
	header {
		height: 82px;
	}
}

@media screen and (max-width: 767px) {
	header {
		height: 62px;
	}
}

@media screen and (max-width: 449px) {
	header {
		height: 50px;
	}
}


header .header_inner .cont {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


header .header_inner .cont.backdropfilter {
	background: rgba(255, 255, 255, 1);
	backdrop-filter: blur(5px);
}

@media screen and (max-width: 767px) {
	header .header_inner .cont.backdropfilter {
		background: rgba(255, 255, 255, 1);
		backdrop-filter: blur(0);
	}
}


header .header_inner .cont .leftWrap {
	padding: 18px 1%;
	box-sizing: border-box;
	display: flex;
	justify-content: start;
	align-items: center;

	width: 40%;
}

@media screen and (max-width: 999px) {
	header .header_inner .cont .leftWrap {
		padding: 10px 0 0 1%;
		width: 44%;
	}
}

@media screen and (max-width: 767px) {
	header .header_inner .cont .leftWrap {
		padding: 0 0 0 15px;
		width: 100%;
		height: 62px;
	}
}

@media screen and (max-width: 449px) {
	header .header_inner .cont .leftWrap {
		padding: 0 0 0 15px;
		width: 100%;
		height: 50px;
	}
}

header .header_inner .cont .leftWrap .logoWrap {
	margin-right: 18px;
	opacity: 1;
	transition: all .4s;
}

header .header_inner .cont .leftWrap .logoWrap:hover {
	opacity: .75;
	transition: all .4s;
}

@media screen and (max-width: 799px) {
	header .header_inner .cont .leftWrap .logoWrap {
		margin-right: 6px;
	}
}

@media screen and (max-width: 767px) {
	header .header_inner .cont .leftWrap .logoWrap {
		margin-right: 10px;
	}
}

header .header_inner .cont .leftWrap .logoWrap img {
	max-width: 100%;
}


@media screen and (max-width: 767px) {
	header .header_inner .cont .leftWrap .logoWrap img {
		height: 30px;
	}
}

@media screen and (max-width: 449px) {
	header .header_inner .cont .leftWrap .logoWrap img {
		height: 25px;
	}
}


header .header_inner .cont .leftWrap .anivIcon img {
	max-width: 100%;
}

@media screen and (max-width: 799px) {
	header .header_inner .cont .leftWrap .anivIcon img {
		width: 50px;
		margin-top: 12px;
	}
}

@media screen and (max-width: 767px) {
	header .header_inner .cont .leftWrap .anivIcon img {
		width: auto;
		height: 30px;
		margin-top: 0;
	}
}

@media screen and (max-width: 449px) {
	header .header_inner .cont .leftWrap .anivIcon img {
		height: 25px;
	}
}

header .header_inner .cont .rightWrap {
	box-sizing: border-box;
	display: flex;
	justify-content: end;
	align-items: center;

	
}

@media screen and (max-width: 767px) {
	header .header_inner .cont .rightWrap {
		display: none;
	}
}



header .header_inner .cont .rightWrap .headRightBtn {
	width: 120px;
	height: 91px;

	opacity: 1;

	transition: all .4s;
}

@media screen and (max-width: 1099px) {
	header .header_inner .cont .rightWrap .headRightBtn {
		width: 91px;
	}
}

@media screen and (max-width: 999px) {
	header .header_inner .cont .rightWrap .headRightBtn {
		height: 82px;
		width: 70px;
	}
}

@media screen and (max-width: 799px) {
	header .header_inner .cont .rightWrap .headRightBtn {
		width: 65px;
	}
}

header .header_inner .cont .rightWrap .headRightBtn:hover {

	opacity: .75;

	transition: all .4s;
}

header .header_inner .cont .rightWrap .headRightBtn a {
	display: block;
	width: 100%;
	height: 100%;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	text-decoration: none;
}

header .header_inner .cont .rightWrap .headRightBtn a .cont {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

header .header_inner .cont .rightWrap .headRightBtn.contactBtn {
	background: rgba(0,72,157,1);
}

header .header_inner .cont .rightWrap .headRightBtn.contactBtn a {
	border-left: 0;
}

header .header_inner .cont .rightWrap .headRightBtn.catalogBtn {
	background: rgba(184,34,111,1);
}

header .header_inner .cont .rightWrap .headRightBtn a .cont .icon {
	margin-top: 12px;
}

header .header_inner .cont .rightWrap .headRightBtn a .cont .txt {
	color: #fff;
	font-size: 14px;
	margin-top: 4px;
	font-weight: bold;
}

@media screen and (max-width: 1099px) {
	header .header_inner .cont .rightWrap .headRightBtn a .cont .txt {
		font-size: 13px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 999px) {
	header .header_inner .cont .rightWrap .headRightBtn a .cont .txt {
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 799px) {
	header .header_inner .cont .rightWrap .headRightBtn a .cont .txt {
		font-size: 10px;
		letter-spacing: -0.01em;
	}
}

header .header_inner .cont .rightWrap .gmenuWrap {
	height: 90px;
	margin-right: 15px;
}

@media screen and (max-width: 1099px) {
	header .header_inner .cont .rightWrap .gmenuWrap {
		margin-right: 0;
	}
}

@media screen and (max-width: 999px) {
	header .header_inner .cont .rightWrap .gmenuWrap {
		height: 82px;
	}
}

header .header_inner .cont .rightWrap .gmenuWrap li {
	list-style: none;
}

header .header_inner .cont .rightWrap .gmenuWrap ul.parent {
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;

	margin: 0;
	padding: 0;
}

header .header_inner .cont .rightWrap .gmenuWrap li.parent {
	position: relative;
	white-space: nowrap;
	display: inline-block;
	height: 100%;
}

header .header_inner .cont .rightWrap .gmenuWrap li.parent .parentMenuTxt {
	position: relative;
}

header .header_inner .cont .rightWrap .gmenuWrap li.parent .parentMenuTxt a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 18px 18px 0 18px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: rgba(0,72,157,1);
	font-weight: bold;
	text-decoration: none;

	font-size: 15px;

	opacity: 1;
	transition: all .4s;
}

@media screen and (max-width: 1099px) {
	header .header_inner .cont .rightWrap .gmenuWrap li.parent .parentMenuTxt a {
		font-size: 14px;
		padding: 18px 10px 0 10px
	}
}

@media screen and (max-width: 999px) {
	header .header_inner .cont .rightWrap .gmenuWrap li.parent .parentMenuTxt a {
		font-size: 13px;
		padding: 18px 10px 0 10px
	}
}

@media screen and (max-width: 899px) {
	header .header_inner .cont .rightWrap .gmenuWrap li.parent .parentMenuTxt a {
		font-size: 13px;
		padding: 18px 7px 0 7px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 799px) {
	header .header_inner .cont .rightWrap .gmenuWrap li.parent .parentMenuTxt a {
		font-size: 12px;
		padding: 18px 7px 0 7px;
	}
}

header .header_inner .cont .rightWrap .gmenuWrap li.parent:hover .parentMenuTxt a {

	opacity: .75;
	transition: all .4s;
}


header .header_inner .cont .rightWrap .gmenuWrap li.parent.hasChild .parentMenuTxt a:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid rgba(0,72,157,1);
	border-right: 2px solid rgba(0,72,157,1);
	transform: rotate(45deg);

	position: absolute;
	bottom: 12px;
	transition: all .4s;
}



header .header_inner .cont .rightWrap .gmenuWrap li.parent.hasChild:hover .parentMenuTxt a:after {
	bottom: 8px;

	transition: all .4s;
}

header .header_inner .cont .rightWrap .gmenuWrap li.parent ul.childList {
	position: absolute;
	width: 240px;
	top: 90px;
	margin: 0;
	padding: 0;

	opacity: 0;
	visibility: collapse;

	
}

@media screen and (max-width: 999px) {
	header .header_inner .cont .rightWrap .gmenuWrap li.parent ul.childList {
		top: 82px;
	}

	header .header_inner .cont .rightWrap .gmenuWrap li.parent ul.childList.companyInfo {
		width: 200px;
	}
}




header .header_inner .cont .rightWrap .gmenuWrap li.parent:hover ul.childList {
	opacity: 1;
	visibility: visible;

	transition: all .6s;
}

header .header_inner .cont .rightWrap .gmenuWrap li.parent ul.childList li a {
	display: inline-block;
	width: 100%;
	background: #e6edef;
	margin: 0;
	padding: 0;
	padding: 5px 12px 5px 25px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	font-size: 13px;
	text-decoration: none;
	color: rgba(0,72,157,1);

	position: relative;

	transition: all .4s;

}


@media screen and (max-width: 799px) {
	header .header_inner .cont .rightWrap .gmenuWrap li.parent ul.childList li a {
		font-size: 12px;
	}
}

header .header_inner .cont .rightWrap .gmenuWrap li.parent ul.childList li:hover a {
	background: rgba(210, 218, 220, 1);

	transition: all .4s;
}

header .header_inner .cont .rightWrap .gmenuWrap li.parent ul.childList li a .arr {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid rgba(0,72,157,1);
	border-right: 1px solid rgba(0,72,157,1);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -3px;

	transition: all .2s;
}

header .header_inner .cont .rightWrap .gmenuWrap li.parent ul.childList li:hover a .arr {
	left: 12px;

	transition: all .2s;
}

@media screen and (max-width: 999px) {
	
}


/*======================================

	0.foot

=======================================*/

footer {
	position: relative;
	z-index: 1;
	margin: 0 0 0 0;
	padding-top: 35px;
	box-sizing: border-box;
	width: 100%;
	background: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 767px) {
	footer {
		padding-bottom: 50px;
	}
}

footer #totop {
	text-align: right;
	
}

footer #totop a {
	background: rgba(0,72,157,1);
	margin: 0;
	line-height: 1em;
	display: inline-block;
	padding: 8px 45px;
	color: #fff;
	text-decoration: none;
	text-align: right;
	font-size: 12px;
	font-weight: bold;

	position: relative;
	opacity: 1;
	transition: all .4s;
}

footer #totop a:hover {
	opacity: .75;
	transition: all .4s;
}

footer #totop a .arr {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff ;
	border-left: 1px solid #fff ;
	transform: translateY(-40%) rotate(45deg);

	position: absolute;
	top: 50%;
	left: 18px;
}

footer .contParent {
	width: 100%;
	border-top: 2px solid rgba(0,72,157,1);
	background: rgba(255, 255, 255, 1);
}

footer .contParent .upper {
	width: 100%;
}

footer .contParent .upper .fourCard {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	padding: 28px 0;
	box-sizing: border-box;
}

footer .contParent .upper .fourCard .cont {
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 1109px) {
	footer .contParent .upper .fourCard .cont {
		width: 98%;
	}
}

@media screen and (max-width: 767px) {
	footer .contParent .upper .fourCard .cont {
		flex-wrap: wrap;
	}
}

footer .contParent .upper .fourCard .cont .box {
	border-right: 1px solid #e4e4e4;
	width: 100%;
}


@media screen and (max-width: 767px) {
	footer .contParent .upper .fourCard .cont .box {
		width: 50%;
	}
}

footer .contParent .upper .fourCard .cont .box:last-child {
	border-right: 0;
}

@media screen and (max-width: 767px) {
	footer .contParent .upper .fourCard .cont .box:nth-child(2n) {
		border-right: 0;
	}
}


footer .contParent .upper .fourCard .cont .box a {
	width: 100%;
	height: 102px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; 
	text-decoration: none;
	text-align: center;
}

@media screen and (max-width: 767px) {
	footer .contParent .upper .fourCard .cont .box a {
		height: 150px;
	}
}

footer .contParent .upper .fourCard .cont .box a .icon {
	
	height: 51px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; 
	margin-bottom: 12px;

}

footer .contParent .upper .fourCard .cont .box a .txt {
	
	font-size: 22px;
	font-weight: bold;
	color: rgba(0,72,157,1);

}

@media screen and (max-width: 999px) {
	footer .contParent .upper .fourCard .cont .box a .txt {
		font-size: 18px;
	}
}

@media screen and (max-width: 359px) {
	footer .contParent .upper .fourCard .cont .box a .txt {
		font-size: 15px;
		letter-spacing: 0.01em;
	}
}


footer .contParent .upper .twoCard {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	padding: 28px 0;
	box-sizing: border-box;
}

footer .contParent .upper .twoCard .cont {
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 1109px) {
	footer .contParent .upper .twoCard .cont {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	footer .contParent .upper .twoCard .cont {
		flex-wrap: wrap;
	}
}



footer .contParent .upper .twoCard .cont .catalogBox {
	border-right: 1px solid #e4e4e4;
	width: 75%;
}

@media screen and (max-width: 767px) {
	footer .contParent .upper .twoCard .cont .catalogBox {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #e4e4e4;
	}
}

footer .contParent .upper .twoCard .cont .catalogBox a {
	width: 100%;
	height: 102px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row; 
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	footer .contParent .upper .twoCard .cont .catalogBox a {
		height: auto;
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 449px) {
	footer .contParent .upper .twoCard .cont .catalogBox a {
		flex-wrap: wrap;
	}
}

footer .contParent .upper .twoCard .cont .catalogBox a .icon {
	width: 26%;
	margin-right: 18px;
	text-align: right;
	box-sizing: border-box;
}

@media screen and (max-width: 449px) {
	footer .contParent .upper .twoCard .cont .catalogBox a .icon {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		margin-bottom: 10px;
	}
}

footer .contParent .upper .twoCard .cont .catalogBox a .icon img {
	max-width: 100%;
}

footer .contParent .upper .twoCard .cont .catalogBox a .txt {
	width: 52%;
}

@media screen and (max-width: 449px) {
	footer .contParent .upper .twoCard .cont .catalogBox a .txt {
		width: 64%;
		padding-left: 4%;
		box-sizing: border-box;
	}
}

footer .contParent .upper .twoCard .cont .catalogBox a .txt h3 {
	font-size: 22px;
	color: #b8276f;
	font-weight: bold;
}

@media screen and (max-width: 999px) {
	footer .contParent .upper .twoCard .cont .catalogBox a .txt h3 {
		font-size: 18px;
	}
}

@media screen and (max-width: 359px) {
	footer .contParent .upper .twoCard .cont .catalogBox a .txt h3 {
		font-size: 15px;
	}
}


footer .contParent .upper .twoCard .cont .catalogBox a .charactor {
	width: 22%;
	height: 102px;
	padding-left: 18px;
	box-sizing: border-box;
}

@media screen and (max-width: 449px) {
	footer .contParent .upper .twoCard .cont .catalogBox a .charactor {
		width: 36%;
		padding-right: 2%;
		box-sizing: border-box;
		text-align: center;
	}
}




footer .contParent .upper .twoCard .cont .catalogBox a .charactor img {
	max-height: 100%;
}

footer .contParent .upper .twoCard .cont .snsBox {
	width: 25%;
	padding: 0 20px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	footer .contParent .upper .twoCard .cont .snsBox {
		width: 100%;
	}
}


footer .contParent .upper .twoCard .cont .snsBox ul {
	width: 100%;
	height: 102px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row; 
	text-decoration: none;
	gap: 30px;
	margin: 0;
}

footer .contParent .upper .twoCard .cont .snsBox ul li.instagram img {
	width: 27px;
}

footer .contParent .lower {
	width: 100%;
	background: rgba(0,72,157,1);
}

footer .contParent .lower .cont {
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: top;
	flex-direction: row-reverse;
}

@media screen and (max-width: 1109px) {
	footer .contParent .lower .cont {
		width: 98%;
	}
}

@media screen and (max-width: 949px) {
	footer .contParent .lower .cont {
		display: block;
	}
}

@media screen and (max-width: 599px) {
	footer .contParent .lower .cont {
		width: 88%;
	}
}

footer .contParent .lower .cont .footMenuWrap {
	width: 75%;
	display: flex;
	justify-content: start;
	align-items: start;
}

@media screen and (max-width: 949px) {
	footer .contParent .lower .cont .footMenuWrap {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 899px) {
	footer .contParent .lower .cont .footMenuWrap {
		width: 90%;
	}
}


@media screen and (max-width: 599px) {
	footer .contParent .lower .cont .footMenuWrap {
		width: 100%;
		display: block;
	}
}



footer .contParent .lower .cont .footMenuWrap .leftWrap {
	width: 120px;
}

@media screen and (max-width: 599px) {
	footer .contParent .lower .cont .footMenuWrap .leftWrap {
		width: 100%;
	}
}

footer .contParent .lower .cont .footMenuWrap .middleWrap {
	width: calc(75% - 120px);
	padding-right: 25px;
	box-sizing: border-box;
}



@media screen and (max-width: 767px) {
	footer .contParent .lower .cont .footMenuWrap .middleWrap {
		width: calc(100% - 280px);
		padding-right: 20px;
	}
}

@media screen and (max-width: 599px) {
	footer .contParent .lower .cont .footMenuWrap .middleWrap {
		width: 100%;
		padding-right: 0;
	}
}

footer .contParent .lower .cont .footMenuWrap .rightWrap {
	width: 25%;
}

@media screen and (max-width: 767px) {
	footer .contParent .lower .cont .footMenuWrap .rightWrap {
		width: 160px;
	}
}

@media screen and (max-width: 599px) {
	footer .contParent .lower .cont .footMenuWrap .rightWrap {
		width: 100%;
	}
}

footer .contParent .lower .cont .footMenuWrap .unit {
	margin-bottom: 30px;
}

footer .contParent .lower .cont .footMenuWrap .unit:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 599px) {
	footer .contParent .lower .cont .footMenuWrap .unit {
		margin-bottom: 15px;
	}
	
	footer .contParent .lower .cont .footMenuWrap .unit:last-child {
		margin-bottom: 15px;
	}
}

footer .contParent .lower .cont .footMenuWrap .unit p {
	color: #fff;
	margin-bottom: 0;
	line-height: 1.8em;
}

@media screen and (max-width: 449px) {
	footer .contParent .lower .cont .footMenuWrap .unit p {
		font-size: 0.75rem;	
	}
}

footer .contParent .lower .cont .footMenuWrap .unit a {
	color: #fff;
	text-decoration: none;
	/* white-space: nowrap; */
	line-height: 1.4em;
    display: inline-block;
}

footer .contParent .lower .cont .footMenuWrap .unit p.parent a {
	font-weight: bold;
}

footer .contParent .lower .cont .footMenuWrap .unit p.childLink .pipe {
	display: inline-block;
	margin-right: 0.5em;
}

footer .contParent .lower .cont .footMenuWrap .unit p.childLink.noRightMargin .pipe {
	margin-right: 0;
}

footer .contParent .lower .cont .footMenuWrap .unit p.childLink .pipe:before {
	content: '| ';
}



@media screen and (max-width: 767px) {
	footer .contParent .lower .cont .footMenuWrap .disable_w_less767 {
		display: none;
		visibility: collapse;
	}
	footer .contParent .lower .cont .footMenuWrap .pipeLine {
		display: none;
		visibility: collapse;
	}

	footer .contParent .lower .cont .footMenuWrap .childLink a {
		padding-right: 1.5em;

	}
}

@media screen and (max-width: 599px) {
	
	footer .contParent .lower .cont .footMenuWrap .unit:after {
		content:'';
		display: block;
		clear: both;
	}
	
	footer .contParent .lower .cont .footMenuWrap .unit .childLink {
		margin-top: 12px;

	}

	footer .contParent .lower .cont .footMenuWrap .childLink .pipe:before {
		display: none;
	}
	
	footer .contParent .lower .cont .footMenuWrap .unit p.childLink .pipe {
		margin-right: 0;
	}
	
	footer .contParent .lower .cont .footMenuWrap .childLink .pipe {
		width: 50%;
		display: block;
		padding-right: 12px;
		line-height: 1.2em;
		margin-bottom: 12px;
		float: left;
		
		white-space: unset;
	}
	
	footer .contParent .lower .cont .footMenuWrap .childLink .pipe a {
		width: 100%;
		display: block;
	}

	footer .contParent .lower .cont .footMenuWrap .unit .childLink_p {
		margin-top: 12px;
	}


	footer .contParent .lower .cont .footMenuWrap .childLink_p br {
		display: none;
	}

	footer .contParent .lower .cont .footMenuWrap .childLink_p a {
		width: 50%;
		display: block;
		padding-right: 12px;
		box-sizing: border-box;;
		line-height: 1.2em;
		margin-bottom: 12px;
		float: left;

		white-space: unset;
	}

	
}

@media screen and (max-width: 374px) {
	footer .contParent .lower .cont .footMenuWrap .childLink .pipe {
		width: 100%;
		float: none;
	}
	
	footer .contParent .lower .cont .footMenuWrap .unit .childLink.product a {
		width: 100%;
		float: none;

	}
	
	footer .contParent .lower .cont .footMenuWrap .childLink_p a {
		width: 100%;
		float: none;
	}
}


footer .contParent .lower .cont .footLogoWrap {
	width: 24%;
}

@media screen and (max-width: 949px) {
	footer .contParent .lower .cont .footLogoWrap {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 399px) {
	footer .contParent .lower .cont .footLogoWrap {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-bottom: 25px;
	}
}

footer .contParent .lower .cont .footLogoWrap img {
	max-width: 100%;
}






footer address{
	font-size:14px;
	letter-spacing: 0.12em;
	font-weight:300;
	line-height:100%;
	color:#333333; 
	text-align: center;
	text-decoration: none;
	font-style: normal;
	padding: 20px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	footer address{
		font-size: 11px;
		letter-spacing: 0.01em;
	}
}

/*======================================

	1.main_section

=======================================*/

#container {
	/* height: 90px; */
	padding-top: 0;
	box-sizing: border-box;
}

@media screen and (max-width: 999px) {
	#container {
		/* height: 82px; */
	}
}

@media screen and (max-width: 767px) {
	#container {
		/* height: 62px; */
	}
}

@media screen and (max-width: 449px) {
	#container {
		/* height: 50px; */
	}
}

/** common **/

main {
	position: relative;
	z-index: 1;
}

main #container {
	width: 100%;
/* 	overflow-x: hidden; */
}

main #container .unit_wrap {
	/* margin-bottom: 35px; */
	width: 100%;
	
}

/** key_v **/

main #container .unit_wrap#key_v {
	width: 100%;
	overflow: hidden;
}

main #container .unit_wrap#key_v .cont {
	width: 100%;
	height: 90vh;
	position: relative;
	
	z-index: 1;
}

@media screen and (max-width: 767px) {
	main #container .unit_wrap#key_v .cont {
		height: 100vh;
	}
}

main #container .unit_wrap#key_v .cont .bgPhoto {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	content: "";
	width: 100%;
	height: 100%;
/* 	background: url("/assets/images/top/img_01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; */
}

main #container .unit_wrap#key_v .cont .bgPhoto .key_v_imgs {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

main #container .unit_wrap#key_v .cont .bgPhoto .key_v_imgs .img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	main #container .unit_wrap#key_v .cont .bgPhoto .key_v_imgs .img {
		height: 100vh;	
	}
}


main #container .unit_wrap#key_v .cont .bgPhoto .key_v_imgs.startAnimation .slick-slide:first-child .img img {
	animation: topKeyV_animation 10s linear 0s;
	animation-fill-mode: forwards;
	
}

@keyframes topKeyV_animation {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

main #container .unit_wrap#key_v .cont .bgPhoto .key_v_imgs .img img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	transform: scale(1);
	transition: opacity 1s, transform 15s;
}



main #container .unit_wrap#key_v .cont .bgPhoto .key_v_imgs .slick-current .img img {
/* 	animation: topKeyV_animation 10s linear 0s;
	animation-fill-mode: forwards; */
	opacity: 1;
	transform: scale(1.1);
	transition: opacity 1s, transform 10s;
}



main #container .unit_wrap#key_v .cont .catchWrap {
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
	main #container .unit_wrap#key_v .cont .catchWrap {
		top: 30%;
/* 		top: 34%; */
	}
}

main #container .unit_wrap#key_v .cont .catchWrap p.fifthAniv {
	color: #fff;
	font-size: calc(18px + 12 * ( 100vw - 360px ) / 900);
	margin-bottom: 20px;
	letter-spacing: 0.2em;
}

main #container .unit_wrap#key_v .cont .catchWrap h1.mainCatch {
	color: #fff;
	font-size: calc(24px + 14 * ( 100vw - 360px ) / 900);
	margin-bottom: 20px;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
	main #container .unit_wrap#key_v .cont .catchWrap h1.mainCatch {
		padding: 0 2%;
		box-sizing: border-box;
	}
}

main #container .unit_wrap#key_v .cont .catchWrap h1.mainCatch span {
	display: inline-block;
}

/** pager **/

.pager_wrap {
	padding: 25px 0;
	box-sizing: border-box;
}

.pager_wrap p {
	text-align: center;
	font-size: 1rem;
}

.pager_wrap p .page-numbers.current {
	padding: 8px;
	box-sizing: border-box;
	font-weight: bold;
	color: #fff;
	background: rgba(0,72,157,1);
	border: 1px solid rgba(0,72,157,1);
	border-radius: 5px;
}

.pager_wrap p a.page-numbers {
	padding: 8px;
	box-sizing: border-box;
	color: #333;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	text-decoration: none;
	transition: all .4s;
}

.pager_wrap p a.page-numbers:hover {
	background: rgba(0,72,157,1);
	border: 1px solid rgba(0,72,157,1);
	color: #fff;
	transition: all .4s;
}

.pager_wrap p a.page-numbers.prev,
.pager_wrap p a.page-numbers.next {
	border: 0;
	color: #333;
	font-size: 0.875rem;
	transition: all .4s;
}

.pager_wrap p a.page-numbers.prev:hover,
.pager_wrap p a.page-numbers.next:hover {
	border: 0;
	background: #fff;
	color: rgba(0,72,157,1);
	transition: all .4s;
}

/** informationWrap **/

main #container .unit_wrap#informationWrap {
	background: #e7edf0;
	padding: 40px 0;
	box-sizing: border-box;
}

main #container .unit_wrap#informationWrap .cont {
	width: 1045px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: start;

}

@media screen and (max-width: 1044px) {
	main #container .unit_wrap#informationWrap .cont {
		width: 92%;
	}
}

@media screen and (max-width: 767px) {
	main #container .unit_wrap#informationWrap .cont {
		display: block;
	}
}

main #container .unit_wrap#informationWrap .cont .titleWrap {
	width: 246px;
}

@media screen and (max-width: 767px) {
	main #container .unit_wrap#informationWrap .cont .titleWrap {
		width: 100%;
	}
}

main #container .unit_wrap#informationWrap .cont .titleWrap h1.eng {
	font-size: 2.18rem;
}

@media screen and (max-width: 767px) {
	main #container .unit_wrap#informationWrap .cont .titleWrap h1.eng {
		font-size: calc(26px + 4 * ( 100vw - 360px ) / 407);
	}
}


main #container .unit_wrap#informationWrap .cont .titleWrap p.jap {
	font-size: 1.25rem;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	main #container .unit_wrap#informationWrap .cont .titleWrap p.jap {
		font-size: calc(15px + 3 * ( 100vw - 360px ) / 407);
	}
}

main #container .unit_wrap#informationWrap .cont .titleWrap p.jap:before {
	content: url( '/assets/images/top/img_01_01.svg' );
	position: relative;
	margin-right: 4px;
	top: 3px;
}

main #container .unit_wrap#informationWrap .cont .titleWrap .linkWrap {
	border-top: 1px solid #3670b6;
	text-align: right;
	padding: 8px 0;
	box-sizing: border-box;
}

main #container .unit_wrap#informationWrap .cont .infoListWrap {
	width: calc(100% - 280px);
}

@media screen and (max-width: 767px) {
	main #container .unit_wrap#informationWrap .cont .infoListWrap {
		width: 100%;
	}
}

main #container .unit_wrap#informationWrap .cont .infoListWrap ul{
	margin-bottom: 0;
}

main #container .unit_wrap#informationWrap .cont .infoListWrap ul li {
	border-bottom: 1px dashed #b1b1b1;
}

main #container .unit_wrap#informationWrap .cont .infoListWrap ul li a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	font-size: 0.875rem;
	padding: 6px 4px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	main #container .unit_wrap#informationWrap .cont .infoListWrap ul li a .date {
		display: inline-block;
		width: 100%;
	}
}

/** informationWrap **/

main #container .unit_wrap#snsBtnWrapper {
	padding: 40px 0;
	box-sizing: border-box;
}

main #container .unit_wrap#snsBtnWrapper .cont ul {
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

main #container .unit_wrap#snsBtnWrapper .cont ul li {
	opacity: 1;
	transition: all .4s;
}

main #container .unit_wrap#snsBtnWrapper .cont ul li:hover {
	opacity: .75;
	transition: all .4s;
}

main #container .unit_wrap#snsBtnWrapper .cont ul li.instagram img {
	width: 29px;
}

/** topCommon title **/



#top main #container .unit_wrap.topCommon  .titleWrap {
	width: 100%;
	margin-bottom: 20px;
}

#top main #container .unit_wrap.topCommon  .titleWrap h1 {
	color: #fff;
	vertical-align: baseline;
}

#top main #container .unit_wrap.topCommon  .titleWrap h1 .eng {
	font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap.topCommon  .titleWrap h1 .eng {
		font-size: calc(26px + 4 * ( 100vw - 360px ) / 407);
	}
}



#top main #container .unit_wrap.topCommon  .titleWrap h1 .jap {
	font-size: 1.375rem;
	line-height: 1em;
	margin-left: 1.5em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap.topCommon  .titleWrap h1 .jap {
		font-size: calc(15px + 3 * ( 100vw - 360px ) / 407);
	}
}

#top main #container .unit_wrap.topCommon  .titleWrap h1 .jap:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 24px;
	background: #fff;
	position: relative;
	top: 4px;
	margin-right: 12px;
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap.topCommon  .titleWrap h1 .jap:before {
		height: 18px;
	}
}


/** product_company **/

#top main #container .unit_wrap.product_company {
	background: #00489d;
	width: 100%;
	overflow: hidden;
}

#top main #container .unit_wrap.product_company .cont:after {
	content: "";
	display: block;
	clear: both;
}

#top main #container .unit_wrap.product_company .photoWrap {
	width: 50%;
	height: 480px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap.product_company .photoWrap {
		width: 100%;
		height: 260px;
		margin-bottom: 25px;
	}
}

#top main #container .unit_wrap.product_company .txtWrap {
	width: 36%;
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap.product_company .txtWrap {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
}

#top main #container .unit_wrap.product_company .txtWrap .titleWrap p.read {
	font-size: 1.125rem;
	color: #fff;
	margin-top: 20px;
	font-weight: 300;
}


#top main #container .unit_wrap.product_company .txtWrap .box {
	margin-bottom: 25px;
}

#top main #container .unit_wrap.product_company .txtWrap .box .parent {
	border-bottom: 1px solid #fff;
}

#top main #container .unit_wrap.product_company .txtWrap .box .parent a {
	display: inline-block;
	color: #fff;
	margin-bottom: 12px;
}

#top main #container .unit_wrap.product_company .txtWrap .box .childLinks ul {
	margin-bottom: 0;
}

#top main #container .unit_wrap.product_company .txtWrap .box .childLinks ul:after {
	content: "";
	display: block;
	clear: both;
}

#top main #container .unit_wrap.product_company .txtWrap .box .childLinks ul li {
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 0.875rem;
}

#top main #container .unit_wrap.product_company .txtWrap .box .childLinks ul li:before {
	content: "|";
	padding-left: 4px;
	padding-right: 4px;
}

#top main #container .unit_wrap.product_company .txtWrap .box .childLinks ul li a {
	text-decoration: none;
	color: #fff;
}



#top main #container .unit_wrap#productWrapper {
	width: 100%;
	overflow: hidden;
}

#top main #container .unit_wrap#productWrapper .cont {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 50px;

	padding-top: 80px;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap#productWrapper .cont {
		display: block;
	}
}

#top main #container .unit_wrap#productWrapper .photoWrap .photo {
	width: 100%;
	height: 100%;
	background: url("/assets/images/top/img_02.jpg");
	background-size: cover;
	background-position: center;
}

#top main #container .unit_wrap#companyWrapper .cont {
	display: flex;
	justify-content: end;
	align-items: center;
	flex-direction: row-reverse;
	gap: 50px;

	padding-top: 40px;
	padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap#companyWrapper .cont {
		display: block;
	}
}

#top main #container .unit_wrap#companyWrapper .photoWrap .photo {
	width: 100%;
	height: 100%;
	background: url("/assets/images/top/img_03.jpg");
	background-size: cover;
	background-position: center;
}


#top main #container .unit_wrap#companyWrapper .txtWrap .box ul:after {
	content: "";
	display: block;
	clear: both;
}

#top main #container .unit_wrap#companyWrapper .txtWrap .box ul li {
	width: 50%;
	float: left;
	padding: 6px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 364px) {
	#top main #container .unit_wrap#companyWrapper .txtWrap .box ul li {
		width: 100%;
		float: none;
	}
}


#top main #container .unit_wrap#companyWrapper .txtWrap .box ul li a {
	color: #fff;
}


/** newItemWrap **/

#top main #container .unit_wrap#newItemWrap {
	padding: 80px 0;
	box-sizing: border-box;
}



#top main #container .unit_wrap#newItemWrap .cont {
	overflow: hidden;
}

#top main #container .unit_wrap#newItemWrap .titleWrap  {
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1109px) {
	#top main #container .unit_wrap#newItemWrap .titleWrap  {
		width: 98%;
	}
}

@media screen and (max-width: 999px) {
	#top main #container .unit_wrap#newItemWrap .titleWrap  {
		width: 92%;
	}
}


#top main #container .unit_wrap#newItemWrap  .titleWrap h1 .jap:before {
	background: #00489d;
}


#top main #container .unit_wrap#newItemWrap .topNewItemSlider {
	display: none;	
}


#top main #container .unit_wrap#newItemWrap .topNewItemSlider.slick-initialized {
	display: block;	
}



#top main #container .unit_wrap#newItemWrap  .sliderCont ul {
	margin-bottom: 0;
}

#top main #container .unit_wrap#newItemWrap  .sliderCont div.topNewItemSlider:after {
	content: "";
	display: block;
	clear: both;
}

#top main #container .unit_wrap#newItemWrap  .sliderCont div.slick-slide {
	padding: 15px;
	box-sizing: border-box;

	opacity: .75;
	transition: all .4s;
}


#top main #container .unit_wrap#newItemWrap  .sliderCont div.slick-slide.slick-active {
	box-sizing: border-box;

	opacity: 1;

	transition: all .4s;
}

#top main #container .unit_wrap#newItemWrap  .sliderCont div.slick-slide img {
	max-width: 100%;
}

#top main #container .unit_wrap#newItemWrap  .sliderCont button.slick-arrow {
	max-width: 100%;
}


#top main #container .unit_wrap#newItemWrap  .sliderCont ul.slick-dots li {
	margin: 0;
}

#top main #container .unit_wrap#newItemWrap  .sliderCont button.slick-prev {
	left: 24.8%;
	z-index: 999;
}

#top main #container .unit_wrap#newItemWrap  .sliderCont button.slick-prev:before {
	color: #00489d;
	opacity: 1;
	content: "";
	width: 8.5px;
	height: 8.5px;
	display: block;
	border-top: 2px solid #00489d;
	border-left: 2px solid #00489d;
	transform: rotate(-45deg);
}


#top main #container .unit_wrap#newItemWrap  .sliderCont button.slick-next {
	left: 74.5%;
	z-index: 999;
}

#top main #container .unit_wrap#newItemWrap  .sliderCont button.slick-next:before {
	color: #00489d;
	opacity: 1;
	content: "";
	width: 8.5px;
	height: 8.5px;
	display: block;
	border-top: 2px solid #00489d;
	border-right: 2px solid #00489d;
	transform: rotate(45deg);
}




/** newItemWrap **/

#top main #container .unit_wrap#exampleWrap {
	padding: 80px 0;
	box-sizing: border-box;
	background: #00489d;
}

#top main #container .unit_wrap#exampleWrap .cont {
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1109px) {
	#top main #container .unit_wrap#exampleWrap .cont {
		width: 98%;
	}
}

@media screen and (max-width: 999px) {
	#top main #container .unit_wrap#exampleWrap .cont {
		width: 92%;
	}
}

#top main #container .unit_wrap#exampleWrap .cont .expampleCont {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 30px;
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap#exampleWrap .cont .expampleCont {
		flex-wrap: wrap;
		gap: 6%;
		justify-content: space-around;
	}
}

@media screen and (max-width: 599px) {
	#top main #container .unit_wrap#exampleWrap .cont .expampleCont {
		display: block;
	}
}

#top main #container .unit_wrap#exampleWrap .cont .expampleCont .caseUnit {
	width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap#exampleWrap .cont .expampleCont .caseUnit {
		width: 47%;
		margin-bottom: 20px;
	}

	#top main #container .unit_wrap#exampleWrap .cont .expampleCont .caseUnit:nth-child(3) {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 599px) {
	#top main #container .unit_wrap#exampleWrap .cont .expampleCont .caseUnit {
		width: 100%;
	}
}



#top main #container .unit_wrap#exampleWrap .cont .expampleCont .caseUnit .subTitle {
	background: #fff;
	text-align: center;
	margin-bottom: 20px;
}

#top main #container .unit_wrap#exampleWrap .cont .expampleCont .caseUnit .subTitle a {
	padding: 8px;
	box-sizing: border-box;
	display: inline-block;
}


#top main #container .unit_wrap#exampleWrap .cont .expampleCont .caseUnit .subTitle a.circleArrLink .circleArr {
	position: relative;
	top: 3px;
}

#top main #container .unit_wrap#exampleWrap .cont .expampleCont .caseUnit .subTitle a.circleArrLink .circleArr:before {
	background: #00489d;
}

#top main #container .unit_wrap#exampleWrap .cont .expampleCont .caseUnit .subTitle a.circleArrLink .circleArr:after {
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

#top main #container .unit_wrap#exampleWrap .cont .expampleCont .caseUnit .boxWrap {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 20px;
}



#top main #container .unit_wrap#exampleWrap .cont .expampleCont .caseUnit .boxWrap .box {
	width: 50%;
}

#top main #container .unit_wrap#exampleWrap .cont .expampleCont .caseUnit .boxWrap .box a {
	text-decoration: none;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 300;
}

#top main #container .unit_wrap#exampleWrap .cont .expampleCont .caseUnit .boxWrap .box .photo {
	width: 100%;
	height: 110px;
	overflow: hidden;
	margin-bottom: 8px;
	position: relative;
	
}

@media screen and (max-width: 599px) {
	#top main #container .unit_wrap#exampleWrap .cont .expampleCont .caseUnit .boxWrap .box .photo {  
		height: 160px;
	}
}

@media screen and (max-width: 499px) {
	#top main #container .unit_wrap#exampleWrap .cont .expampleCont .caseUnit .boxWrap .box .photo {  
		height: 120px;
		text-align: center;
	}
}


#top main #container .unit_wrap#exampleWrap .cont .expampleCont .caseUnit .boxWrap .box img {
	
	transform: scale(1);
	transform-origin: center;
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
	
	transition: all .4s;
}



#top main #container .unit_wrap#exampleWrap .cont .expampleCont .caseUnit .boxWrap .box:hover img {
	
	transform: scale(1.2);
	transform-origin: center;
	transition: all .4s;
}



/** technicalWrap **/

#top main #container .unit_wrap#technicalWrap {
	padding: 80px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #00489d;
}



#top main #container .unit_wrap#technicalWrap .cont  {
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1109px) {
	#top main #container .unit_wrap#technicalWrap .cont  {
		width: 98%;
	}
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap#technicalWrap .cont  {
		width: 92%;
	}
}

#top main #container .unit_wrap#technicalWrap .cont .titleWrap {
	border-bottom: 1px solid #00489d;
	padding-bottom: 12px;
	box-sizing: border-box;
}

#top main #container .unit_wrap#technicalWrap .cont .titleWrap h1 .jap:before {
	background: #00489d;
}

#top main #container .unit_wrap#technicalWrap .cont .box ul  {
	margin-bottom: 0;
}

#top main #container .unit_wrap#technicalWrap .cont .box ul li {
	width: 25%;
	float: left;
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap#technicalWrap .cont .box ul li {
		width: 50%;
		float: left;
	}
}

@media screen and (max-width: 364px) {
	#top main #container .unit_wrap#technicalWrap .cont .box ul li {
		width: 100%;
		float: none;
	}
}

#top main #container .unit_wrap#technicalWrap .cont .box ul li a {
	color: #333;
}



#top main #container .unit_wrap#technicalWrap .cont .box ul li a.circleArrLink .circleArr:before {
	border: 1px solid #00489d;
}

#top main #container .unit_wrap#technicalWrap .cont .box ul li:nth-child(4n+1) {
	clear: both;
}

/** snsContWrap **/

#top main #container .unit_wrap#snsContWrap {
	padding: 80px 0;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}



#top main #container .unit_wrap#snsContWrap .cont  {
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1109px) {
	#top main #container .unit_wrap#snsContWrap .cont  {
		width: 98%;
	}
}

@media screen and (max-width: 999px) {
	#top main #container .unit_wrap#snsContWrap .cont  {
		width: 92%;
	}
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap#snsContWrap .cont  {
		width: 82%;
	}
}

#top main #container .unit_wrap#snsContWrap .cont .upperCont  {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 30px;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap#snsContWrap .cont .upperCont  {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap#snsContWrap .cont .upperCont .twitterCont {
		margin-bottom: 25px;
	}
}

#top main #container .unit_wrap#snsContWrap .cont .twitterCont, 
#top main #container .unit_wrap#snsContWrap .cont .instagramCont  {
	width: 50%;
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap#snsContWrap .cont .twitterCont, 
	#top main #container .unit_wrap#snsContWrap .cont .instagramCont  {
		width: 100%;
	}
}


#top main #container .unit_wrap#snsContWrap .cont .upperCont .titleWrap {
	margin-bottom: 15px;
}



#top main #container .unit_wrap#snsContWrap .cont .upperCont .titleWrap p  {
	margin-bottom: 0;
	vertical-align: bottom;
	display: inline-block;
}

#top main #container .unit_wrap#snsContWrap .cont .upperCont .titleWrap p .icon {
	margin-right: 8px

}

#top main #container .unit_wrap#snsContWrap .cont .upperCont .titleWrap p .icon img {
	margin-bottom: 0;
	vertical-align: bottom;
	width: 32px;
}

#top main #container .unit_wrap#snsContWrap .cont .upperCont .titleWrap p .accountTxt a {
	color: #00489d;
}


#top main #container .unit_wrap#snsContWrap .cont .upperCont .timeline img {
	max-width: 100%;
}


/* #top main #container .unit_wrap#snsContWrap .cont .youtubeCont {
	
} */

#top main #container .unit_wrap#snsContWrap .cont .youtubeCont a {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;

	height: 60px;
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap#snsContWrap .cont .youtubeCont a {
		flex-direction: column;
		height: auto;
	}
}

#top main #container .unit_wrap#snsContWrap .cont .youtubeCont .logoWrap {
	width: 50%;
	height: 100%;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap#snsContWrap .cont .youtubeCont .logoWrap {
		width: 100%;
		flex-direction: column;
		padding: 15px 0;
	}
}

#top main #container .unit_wrap#snsContWrap .cont .youtubeCont .logoWrap .logo {
	margin-right: 1em;
	vertical-align: bottom;
}

#top main #container .unit_wrap#snsContWrap .cont .youtubeCont .logoWrap .txt {
	color: #fff;
	font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
	
	#top main #container .unit_wrap#snsContWrap .cont .youtubeCont .logoWrap .txt {
		padding: 0 15px;
		box-sizing: border-box;
		text-align: center;
		font-size: 0.875rem;
	}
}

#top main #container .unit_wrap#snsContWrap .cont .youtubeCont .desc {
	width: 50%;
	height: 100%;
	background: #e4e4e4;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	#top main #container .unit_wrap#snsContWrap .cont .youtubeCont .desc {
		width: 100%;
		flex-direction: column;
		padding: 15px 0;
	}
}

#top main #container .unit_wrap#snsContWrap .cont .youtubeCont .desc p {
	margin: 0;
}


@media screen and (max-width: 767px) {
	#top main #container .unit_wrap#snsContWrap .cont .youtubeCont .desc p {
		padding: 8px 10px;
		box-sizing: border-box;
		text-align: center;
		font-size: 0.75rem;
	}
}


/*****
*
*
*sec page
*
*
******/

/** common **/


#sec main {
	
	box-sizing: border-box;
}

#sec main #container .mainBgPhoto {
	position: fixed;
	content: "";
	display: block;
	width: 100%;
	height: 80vh;
}

#sec main #container.h60vh .mainBgPhoto {
	height: calc( 60vh + 10px );
}

@media screen and (max-width: 767px) {
	#sec main #container.h60vh .mainBgPhoto {
		height: calc( 300px + 10px );
	}
}


#sec main #container.h350px .mainBgPhoto {
	height: calc( 350px + 10px );
}

@media screen and (max-width: 767px) {
	#sec main #container.h350px .mainBgPhoto {
		height: calc( 200px + 10px );
	}
}

#sec main .mainBgPhoto .key_v_imgs {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#sec main #container .mainBgPhoto .key_v_imgs .slick-list, 
#sec main #container .mainBgPhoto .key_v_imgs .slick-list .slick-track, 
#sec main #container .mainBgPhoto .key_v_imgs .slick-list .slick-track .slick-slide, 
#sec main #container .mainBgPhoto .key_v_imgs .slick-list .slick-track .slick-slide div {
	height: 100%;
}

#sec main .mainBgPhoto .key_v_imgs .img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	#sec main .mainBgPhoto .key_v_imgs .img {
		height: 100vh;	
	}
}


#sec main .mainBgPhoto .key_v_imgs.startAnimation .slick-slide:first-child .img img {
	animation: secKeyV_animation 10s linear 0s;
	animation-fill-mode: forwards;
	
}

@keyframes secKeyV_animation {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

#sec main .mainBgPhoto .key_v_imgs .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	transform: scale(1);
	transition: opacity 1s, transform 15s;
}

@media screen and (max-width: 767px) {
	#sec main .mainBgPhoto .key_v_imgs .img {
		height: 100vh;	
	}
}


#sec main .mainBgPhoto .key_v_imgs .slick-current .img img {
/* 	animation: topKeyV_animation 10s linear 0s;
	animation-fill-mode: forwards; */
	opacity: 1;
	transform: scale(1);
	transition: opacity 1s, transform 10s;
}

#sec main .mainBgPhoto .key_v_imgs.startAnimation .slick-current .img img {
/* 	animation: topKeyV_animation 10s linear 0s;
	animation-fill-mode: forwards; */
	opacity: 1;
	transform: scale(1.1);
	transition: opacity 1s, transform 10s;
}

#sec main .mainBgPhoto .key_v_imgs.secLoopAnimation .slick-current .img img {
/* 	animation: topKeyV_animation 10s linear 0s;
	animation-fill-mode: forwards; */
	opacity: 1;
	transform: scale(1.1);
	transition: opacity 1s, transform 10s;
}




#sec main .secContents {
	position: relative;
	z-index: 1;
}

/**
	Secページ mainPageTitle
**/

#sec main .secContents #mainPageTitle {
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60vh;
	/* background: rgba(0, 0, 0, .5); */
	text-align: center;
	padding-top: 90px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#sec main .secContents #mainPageTitle {
		padding-top: 62px;
	}
}

#sec main #container.noKeyV .secContents #mainPageTitle {
	height: 0;
}

#sec main #container.h60vh .secContents #mainPageTitle {
	height: 60vh;
}

@media screen and (max-width: 767px) {
	#sec main #container.h60vh .secContents #mainPageTitle {
		height: 300px;
	}
}

#sec main #container.h350px .secContents #mainPageTitle {
	height: 350px;
}

@media screen and (max-width: 767px) {
	#sec main #container.h350px .secContents #mainPageTitle {
		height: 180px;
	}
}

@media screen and (max-width: 767px) {
	#sec main .secContents #mainPageTitle h1 {
		line-height: 1em;
	}
}

#sec main .secContents #mainPageTitle h1 .eng {
	font-size: calc(28px + 14 * ( 100vw - 360px ) / 900);
	letter-spacing: 0.1em;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	#sec main .secContents #mainPageTitle h1 .eng {
		font-size: calc(25px + 4 * ( 100vw - 360px ) / 407);
	}
}

#sec main .secContents #mainPageTitle h1 .eng span {
	display: inline-block;
}

#sec main .secContents #mainPageTitle h1 .jap {
	font-size: 1.25rem;
	color: #fff;
	letter-spacing: 0.2em;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#sec main .secContents #mainPageTitle h1 .jap {
		font-size: 0.9375rem;
	}
}

#sec main .secContents #mainPageTitle h1 .jap span {
	display: inline-block;
}

#sec main .secContents .bgWhite {
	background: rgba(255, 255, 255, 1);
	min-height: 30vh;
	padding-bottom: 30px;
	box-sizing: border-box;
}


#sec main .secContents .bgWhite .pankuzuWrap {
	background: rgba(231, 237, 240, 1);
	padding: 15px 0;
}

#sec main .secContents .bgWhite .pankuzuWrap .cont {
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1109px) {
	#sec main .secContents .bgWhite .pankuzuWrap .cont {
		width: 92%;
	}
}

#sec main .secContents .bgWhite .pankuzuWrap .cont p {
	margin-bottom: 0;
	font-size: 0.75rem;
	color: #333;
}

#sec main .secContents .bgWhite .pankuzuWrap .cont p a {
	color: #333;
}





/**
	Secページ secMainTitleWrap
**/

#sec main .secContents .bgWhite section#secMainTitleWrap {
	width: 100%;
	text-align: center;
	padding: 75px 0 105px;
	box-sizing: border-box;
}

#sec main .secContents .bgWhite section#secMainTitleWrap .cont {
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1109px) {
	#sec main .secContents .bgWhite section#secMainTitleWrap .cont {
		width: 92%;
	}
}

#sec main .secContents .bgWhite section#secMainTitleWrap .cont h1 {
	position: relative;
	font-weight: 500;
}

#sec main .secContents .bgWhite section#secMainTitleWrap .cont h1:after {
	content: '';
	display: block;
	height: 4px;
	width: 60px;
	background: #3670b6;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
}

#sec main .secContents .bgWhite section#secMainTitleWrap .cont h1.shortText {
	font-size: calc(26px + 6 * ( 100vw - 360px ) / 900);
}

@media screen and (max-width: 767px) {
	#sec main .secContents .bgWhite section#secMainTitleWrap .cont h1.shortText {
		font-size: calc(22px + 4 * ( 100vw - 360px ) / 407);
	}
}

#sec main .secContents .bgWhite section#secMainTitleWrap .cont h1.longText {
	font-size: calc(22px + 6 * ( 100vw - 360px ) / 900);
}

@media screen and (max-width: 767px) {
	#sec main .secContents .bgWhite section#secMainTitleWrap .cont h1.longText {
		font-size: calc(18px + 4 * ( 100vw - 360px ) / 407);
	}
}


/** titleWrapH2 **/

#sec main .secContents .bgWhite section.unit_wrap .cont .titleWrapH2 {
	width: 100%;
	border-top: 1px solid #00489d;
	border-bottom: 1px solid #00489d;
	padding: 20px 5px;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	z-index: 2;
	margin-bottom: 35px;
}

#sec main .secContents .bgWhite section.unit_wrap .cont .titleWrapH2:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #fff;
}

#sec main .secContents .bgWhite section.unit_wrap .cont .titleWrapH2:after {
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	position: absolute;
	z-index: 1;
	bottom: -12px;
	left: 50%;
	transform: rotate(45deg);
	background: #00489d;
}

#sec main .secContents .bgWhite section.unit_wrap .cont .titleWrapH2 h2 {
	vertical-align: bottom;
	position: relative;
	z-index: 3;
}

#sec main .secContents .bgWhite section.unit_wrap .cont .titleWrapH2 h2 .eng {
	font-size: calc(26px + 6 * ( 100vw - 360px ) / 900);
	padding-right: 60px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	#sec main .secContents .bgWhite section.unit_wrap .cont .titleWrapH2 h2 .eng {
		font-size: calc(22px + 4 * ( 100vw - 360px ) / 407);
		padding-right: 30px;
	}
}

#sec main .secContents .bgWhite section.unit_wrap .cont .titleWrapH2 h2 .jap {
	font-size: calc(18px + 6 * ( 100vw - 360px ) / 900);
	white-space: nowrap;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
	#sec main .secContents .bgWhite section.unit_wrap .cont .titleWrapH2 h2 .jap {
		font-size: calc(14px + 3 * ( 100vw - 360px ) / 407);
	}
}

#sec main .secContents .bgWhite section.unit_wrap .cont .titleWrapH2 h2 .jap:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 20px;
	background: #00489d;
	margin-right: 15px;
	position: relative;
	top: 2px;
}

@media screen and (max-width: 767px) {
	#sec main .secContents .bgWhite section.unit_wrap .cont .titleWrapH2 h2 .jap:before {
		margin-right: 1em;
	}
}

/** 固定ページ **/

.wp_entry_cont_wrap.detailPage .titleWrapH2 {
	width: 100%;
	border-top: 1px solid #00489d;
	border-bottom: 1px solid #00489d;
	padding: 20px 5px;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	z-index: 2;
	margin-bottom: 35px;
}

.wp_entry_cont_wrap.detailPage .titleWrapH2:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #fff;
}

.wp_entry_cont_wrap.detailPage .titleWrapH2:after {
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	position: absolute;
	z-index: 1;
	bottom: -12px;
	left: 50%;
	transform: rotate(45deg);
	background: #00489d;
}

.wp_entry_cont_wrap.detailPage .titleWrapH2 h2 {
	vertical-align: bottom;
	position: relative;
	z-index: 3;
	color: #00489d;
	
	font-size: calc(18px + 6 * ( 100vw - 360px ) / 900);
	padding-right: 60px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.wp_entry_cont_wrap.detailPage .titleWrapH2 h2 {
		font-size: calc(16px + 2 * ( 100vw - 360px ) / 407);
		padding-right: 30px;
	}
}




/**
	Secページ wp_entry_wrap
**/

#sec main.detailPage .wp_entry_wrap.w800 {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 799px) {
	#sec main.detailPage .wp_entry_wrap.w800 {
		width: 92%;
	}
	
	#sec main.detailPage .wp_entry_wrap.w800 #entryDetail .cont div {
		width: 100% !important;
	}
}

#sec main.detailPage .wp_entry_wrap.w800 #entryDetail .cont .gallery {
	margin-right: -10px;
	margin-left: -10px;
}

@media screen and (max-width: 819px) {
	#sec main.detailPage .wp_entry_wrap.w800 #entryDetail .cont .gallery {
		margin-right: auto;
		margin-left: auto;
	}
}

#sec main.detailPage .wp_entry_wrap.w800 #entryDetail .cont .gallery .gallery-item {
	padding: 10px;
	box-sizing: border-box;
}

@media screen and (max-width: 499px) {
	#sec main.detailPage .wp_entry_wrap.w800 #entryDetail .cont .gallery .gallery-item {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 15px;
	}
	
	#sec main.detailPage .wp_entry_wrap.w800 #entryDetail .cont .gallery br {
		display: none;
	}
}

#sec main.detailPage .wp_entry_wrap.w800 #entryDetail .cont .gallery .gallery-item img {
	border: 0;
}

#sec main.detailPage .wp_entry_wrap.w800 #entryDetail .cont .gallery .gallery-item dd.gallery-caption {
	word-wrap: break-word;
	text-align: left;
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

#sec main.detailPage .wp_entry_wrap.w800 #entryDetail .cont img {
	width: auto !important;
	height: auto !important;
}


#sec main.detailPage .secContents .bgWhite .wp_entry_wrap.w800 section#secMainTitleWrap .cont {
	width: 100%;
}


/**
	Listページ用 listPhotoUnit
**/

#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit {
	width: 100%;
	scroll-margin-top: 120px;
}

@media screen and (max-width: 767px) {
	#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit {
		scroll-margin-top: 90px;
	}
}


#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .readWrap {
	width: 100%;
}

#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .readWrap p {
	font-size: 1rem;
}

@media screen and (max-width: 767px) {
	#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .readWrap p {
		font-size: 0.875rem;
	}
}


#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap {
	width: calc( 100% + 30px);
	margin-left: -15px;
}

@media screen and (max-width: 449px) {
	#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap {
		width: calc( 100% + 10px);
		margin-left: -5px;
	}
}


#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap:after {
	content: "";
	display: block;
	clear: both;
}

#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap .box {
	width: calc(100% / 3);
	float: left;
	padding: 15px 15px 25px 15px;
	box-sizing: border-box;

	opacity: 1;
	transition: all .4s;
}

#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap .box:nth-child(3n + 1) {
	clear: both;
}

@media screen and (max-width: 699px) {
	#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap .box {
		width: calc(100% / 2);
	}
	
	#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap .box:nth-child(3n + 1) {
		clear: none;
	}
	
	#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap .box:nth-child(2n + 1) {
		clear: both;
	}
}

@media screen and (max-width: 449px) {
	#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap .box {
		padding: 15px 5px 25px 5px;
	}
}



#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap .box:hover {
	opacity: .75;
	transition: all .4s;
}

#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap .box .photo {
	width: 100%;
	aspect-ratio: 1/0.70;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap .box .photo a {
	content: "";
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap .box img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: 50% 50%;
	margin: 0;
	transition: all .4s;
}

#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap .box:hover img {
	transform: scale(1.2);

	transition: all .4s;
}


#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap .text p {
	margin-bottom: 0;
}

#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap .text p a {
	font-size: 1rem;
	color: #00489d;
}

@media screen and (max-width: 449px) {
	#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap .text p a {
		font-size: 0.875rem;
	}
}

#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap .box .text p a.circleArrLink .circleArr {
	top: 2px;
}

@media screen and (max-width: 449px) {
	#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit .listPhotoWrap .box .text p a.circleArrLink .circleArr {
		top: 1px;
	}
}


#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit.mt80 {
	margin-top: 80px;
}

@media screen and (max-width: 999px) {
	#sec main .secContents .bgWhite section.unit_wrap.listPhotoUnit.mt80 {
		margin-top: 60px;
	}
}


/** productPage **/




/** examplePage **/



/** construnctionExamplePage **/



/** exampleDetailPage **/



/** 

Company Page 

**/

/** profile **/



main#companyProfilePage.detailPage section#message .cont {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 999px) {
	main#companyProfilePage.detailPage section#message .cont {
		width: 92%;
		
	}
}

main#companyProfilePage.detailPage section#message .cont h2 {
	font-size: 1.875rem;
	color: #00489d;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	main#companyProfilePage.detailPage section#message .cont h2 {
		font-size: 1.5rem;
		
	}
}

main#companyProfilePage.detailPage section#message .cont p {
	margin-bottom: 1.5rem;
	font-size: 1rem;
	line-height: 2.4em;
}


@media screen and (max-width: 767px) {
	main#companyProfilePage.detailPage section#message .cont p {
		font-size: 0.875rem;
		
	}
}


main#companyProfilePage.detailPage section#message .cont p img {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1em;
	vertical-align: bottom;
}




main#companyProfilePage.detailPage section#message .cont .w540 {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 559px) {
	main#companyProfilePage.detailPage section#message .cont .w540 {
		width: 100%;
	}
}


main#companyProfilePage.detailPage section#outline {
	background: #00489d;
}



main#companyProfilePage.detailPage section section.secMainTitleWrap {
	width: 100%;
	text-align: center;
	padding: 75px 0 105px;
	box-sizing: border-box;
}

main#companyProfilePage.detailPage section section.secMainTitleWrap .cont {
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1109px) {
	main#companyProfilePage.detailPage section section.secMainTitleWrap .cont {
		width: 92%;
	}
}

main#companyProfilePage.detailPage section section.secMainTitleWrap .cont h1 {
	position: relative;
	font-weight: 500;
}

main#companyProfilePage.detailPage section section.secMainTitleWrap .cont h1:after {
	content: '';
	display: block;
	height: 4px;
	width: 60px;
	background: #3670b6;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
}

main#companyProfilePage.detailPage section section.secMainTitleWrap .cont h1.shortText {
	font-size: calc(26px + 6 * ( 100vw - 360px ) / 900);
}

@media screen and (max-width: 767px) {
	main#companyProfilePage.detailPage section section.secMainTitleWrap .cont h1.shortText {
		font-size: calc(22px + 4 * ( 100vw - 360px ) / 407);
	}
}


main#companyProfilePage.detailPage section#outline section.secMainTitleWrap .cont h1.shortText {
	color: #fff;
}

main#companyProfilePage.detailPage section#outline section.secMainTitleWrap .cont h1.shortText:after {
	background: #fff !important;
}


main#companyProfilePage.detailPage section#outline section.outlineCont .cont {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 50px;

	padding-bottom: 40px;
}

@media screen and (max-width: 999px) {
	main#companyProfilePage.detailPage section#outline section.outlineCont .cont {
		display: block;
	}
}


main#companyProfilePage.detailPage section#outline section.outlineCont .photoWrap {
	width: 50%;
    height: 530px;
    overflow: hidden;
}

@media screen and (max-width: 999px) {
	main#companyProfilePage.detailPage section#outline section.outlineCont .photoWrap {
		width: 100%;
		margin-bottom: 25px;
		
	}
}

@media screen and (max-width: 767px) {
	main#companyProfilePage.detailPage section#outline section.outlineCont .photoWrap {
		height: 260px;
	}
}

main#companyProfilePage.detailPage section#outline section.outlineCont .photo {
	width: 100%;
	height: 100%;
	background: url("/assets/images/company/message/img_02.jpg");
	background-size: cover;
	background-position: center;
}



@media screen and (max-width: 999px) {
	main#companyProfilePage.detailPage section#outline section.outlineCont .txtWrap {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
		
	}
}

main#companyProfilePage.detailPage section#outline section.outlineCont .txtWrap .box .title {
	background: #fff;
	border-left: 5px solid #339de0;
	box-sizing: border-box;
}

main#companyProfilePage.detailPage section#outline section.outlineCont .txtWrap .box .title h3 {
	color: #00489d;
	font-weight: bold;
	padding: 8px 22px;
	box-sizing: border-box;
	font-size: 1rem;
}

@media screen and (max-width: 767px) {
	main#companyProfilePage.detailPage section#outline section.outlineCont .txtWrap .box .title h3 {
		font-size: 0.875rem;
	}
}

main#companyProfilePage.detailPage section#outline section.outlineCont .txtWrap .box .desc {
	padding: 15px 0;
	box-sizing: border-box;
}

main#companyProfilePage.detailPage section#outline section.outlineCont .txtWrap .box .desc p {
	margin-bottom: 0;
	font-size: 1rem;
	color: #fff;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	main#companyProfilePage.detailPage section#outline section.outlineCont .txtWrap .box .desc p {
		font-size: 0.875rem;
	}
}

main#companyProfilePage.detailPage section#history section.unit_wrap table {
	border-collapse: collapse;
}

main#companyProfilePage.detailPage section#history section.unit_wrap table tr {
	border-bottom: 1px solid #cacaca;
}

main#companyProfilePage.detailPage section#history section.unit_wrap table th {
	width: 190px;
	box-sizing: border-box;
	font-weight: normal;
	color: #00489d;
	vertical-align: top;
	padding: 12px 25px 12px 0;
	text-align: left;
	
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	main#companyProfilePage.detailPage section#history section.unit_wrap table th {
		width: 100%;
		display: inline-block;
		padding: 12px 0 0 0;
	}
}

main#companyProfilePage.detailPage section#history section.unit_wrap table th .year {
	white-space: nowrap;
	display: flex;
	justify-content: start;
	align-items: end;
}

main#companyProfilePage.detailPage section#history section.unit_wrap table th .year .seirekiWrap {
	display: flex;
	justify-content: start;
	align-items: end;
	width: 126px;
	
}

@media screen and (max-width: 767px) {
	main#companyProfilePage.detailPage section#history section.unit_wrap table th .year .seirekiWrap {
		width: 90px;
	}
}

main#companyProfilePage.detailPage section#history section.unit_wrap table th .year .seireki {
	font-size: 1.625rem;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	main#companyProfilePage.detailPage section#history section.unit_wrap table th .year .seireki {
		font-size: 1.225rem;
	}
}

main#companyProfilePage.detailPage section#history section.unit_wrap table th .year .month {
	font-size: 1.225rem;
	margin-right: 25px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	main#companyProfilePage.detailPage section#history section.unit_wrap table th .year .month {
		font-size: 1rem;
	}

	main#companyProfilePage.detailPage section#history section.unit_wrap table th .year .wareki {
		font-size: 0.875rem;
	}
}

main#companyProfilePage.detailPage section#history section.unit_wrap table td {
	width: calc( 100% - 190px);
	vertical-align: middle;
	padding: 8px 0 8px 0;
	
}

@media screen and (max-width: 767px) {
	main#companyProfilePage.detailPage section#history section.unit_wrap table td {
		width: 100%;
		display: inline-block;
	}
}

main#companyProfilePage.detailPage section#history section.unit_wrap table td .text {
	border-left: 2px solid #00489d;
	box-sizing: border-box;
	font-size: 1rem;
	padding: 16px 0 8px 25px;
	display: inline-block;

}

@media screen and (max-width: 767px) {
	main#companyProfilePage.detailPage section#history section.unit_wrap table td .text {
		border: 0;
		padding: 8px 0 8px 0;
		font-size: 0.875rem;
	}
}

/** Brunch **/




/** BrunchMenu **/

#companyBrunchMenuWrap {
	background: #e7edf0;
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box;
}

#companyBrunchMenuWrap .linkWrap ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 374px) {
	#companyBrunchMenuWrap .linkWrap ul {
		display: block;
		
	}
}

#companyBrunchMenuWrap .linkWrap ul:after {
	content: "";
	clear: both;
	display: block;
}

#companyBrunchMenuWrap .linkWrap ul li {
	width: 25%;
	margin-bottom: 18px;
}

@media screen and (max-width: 999px) {
	#companyBrunchMenuWrap .linkWrap ul li {
		width: calc(100% / 3);
		
	}
}

@media screen and (max-width: 649px) {
	#companyBrunchMenuWrap .linkWrap ul li {
		width: 50%;
		
	}
}

@media screen and (max-width: 374px) {
	#companyBrunchMenuWrap .linkWrap ul li {
		width: 100%;
		
	}
}

#companyBrunchMenuWrap .linkWrap ul li a.circleArrLink {
	color: #00489d;
    font-size: 1rem;
}

@media screen and (max-width: 999px) {
	#companyBrunchMenuWrap .linkWrap ul li a.circleArrLink {
		font-size: 0.875rem;
		
	}
}

@media screen and (max-width: 449px) {
	#companyBrunchMenuWrap .linkWrap ul li a.circleArrLink {
		font-size: 0.75rem;
		letter-spacing: 0;
	}
}

#companyBrunchMenuWrap .linkWrap ul li a.circleArrLink .circleArr:before {
	border: 1px solid #00489d;
}

@media screen and (max-width: 449px) {
	#companyBrunchMenuWrap .linkWrap ul li a.circleArrLink {
		padding-left: 18px;
	}
	
	#companyBrunchMenuWrap .linkWrap ul li a.circleArrLink .circleArr {
		width: 15px;
		height: 15px;
		top: 6px;
	}
	
	#companyBrunchMenuWrap .linkWrap ul li a.circleArrLink .circleArr:before {
		width: 15px;
		height: 15px;	
	}
	
	#companyBrunchMenuWrap .linkWrap ul li a.circleArrLink .circleArr:after {
		width: 5px;
    	height: 5px;	
    	margin-top: -2.5px;
    	margin-left: -3.5px;
	}
}

#companyBrunchMenuWrap .linkWrap p.others {
	margin-bottom: 1.5em;
}

@media screen and (max-width: 449px) {
	#companyBrunchMenuWrap .linkWrap p.others {
		font-size: 0.8125rem;
		margin-bottom: 0;
	}
}


#companyBrunchPage .unit_wrap .cont.detail {
	width: 100%;
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	#companyBrunchPage .unit_wrap .cont.detail {
		margin-bottom: 45px;
	}
}

#companyBrunchPage .unit_wrap .cont.detail:after {
	content: "";
	display: block;
	clear: both;
}

#companyBrunchPage .unit_wrap .cont.detail .leftWrap {
	width: 48%;
	float: left;
}

@media screen and (max-width: 767px) {
	#companyBrunchPage .unit_wrap .cont.detail .leftWrap {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
}

#companyBrunchPage .unit_wrap .cont.detail .rightWrap {
	width: 48%;
	float: right;
}

@media screen and (max-width: 767px) {
	#companyBrunchPage .unit_wrap .cont.detail .rightWrap {
		width: 100%;
		float: none;
	}
}

#companyBrunchPage .unit_wrap .cont.detail .rightWrap .textWrap .box h3 {
	background: #00489d;
	color: #fff;
	border-left: 5px solid #339de0;
	font-size: 1rem;
}

#companyBrunchPage .unit_wrap .cont.detail .rightWrap .textWrap .box h3 .text {
	padding: 12px 15px;
	box-sizing: border-box;
	display: inline-block;
}

@media screen and (max-width: 999px) {
	#companyBrunchPage .unit_wrap .cont.detail .rightWrap .textWrap .box h3 .text {
		padding: 8px 15px;
	}
}

#companyBrunchPage .unit_wrap .cont.detail .rightWrap .textWrap .box p {
	padding: 15px 0 18px 0;
	margin-bottom: 0;
	line-height: 1.8em;
}

#companyBrunchPage .unit_wrap .mapWrap {
	width: 100%;
	margin-bottom: 80px;
}

#companyBrunchPage .unit_wrap .mapWrap .gmap {
	width: 100% !important;
	height: 460px;
}


#companyBrunchPage .unit_wrap .mapWrap .gmap h3.map_h3{
	margin-bottom:5px;
	background-color:#EEE;
	padding:3px;
	clear: both;
	width: 400px;
}

#companyBrunchPage .unit_wrap .mapWrap .gmap h3.map_h3 a {
	text-decoration: none;
	color:#00489d;
}

#companyBrunchPage .unit_wrap .mapWrap .gmap img.map_photo{
	float:left;
	margin-right: 10px;
	width: 100px;
}

#companyBrunchPage .unit_wrap .mapWrap .gmap p.map_text{
	width:calc(100% - 110px);
	line-height:150%;
}


/** Brunch List Page **/

#companyBrunchListPage .unit_wrap .w1110 {
	background-image: url('/assets/images/company/brunch/bg_map.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 50px;
}

@media screen and (max-width: 1109px) {
	#companyBrunchListPage .unit_wrap .w1110 {
		width: 100%;
	}
}

#companyBrunchListPage #companyBrunchMenuWrap.unit_wrap .w1110 {
	background-image: none;
}

@media screen and (max-width: 1109px) {
	#companyBrunchListPage #companyBrunchMenuWrap.unit_wrap .w1110 {
		width: 92%;
	}
}

#companyBrunchListPage .unit_wrap .mapWrap {
	position: relative;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	
}

@media screen and (max-width: 919px) {
	#companyBrunchListPage .unit_wrap .mapWrap {
		width: 92%;
	}
}

#companyBrunchListPage .unit_wrap .mapWrap .mapCont img {
	max-width: 100%;
}


#companyBrunchListPage .unit_wrap .mapWrap .mapCatch {
	position: absolute;
	left: 1.3%;
	top: 3%;
	width: 500px;
	opacity: 1;
	text-align: center;
}

@media screen and (max-width: 919px) {
	#companyBrunchListPage .unit_wrap .mapWrap .mapCatch {
		position: static;
		margin-left: auto;
		margin-right: auto;
		right: none;
		bottom: none;
	}
}

@media screen and (max-width: 489px) {
	#companyBrunchListPage .unit_wrap .mapWrap .mapCatch {
		width: 100%;
	}
}

#companyBrunchListPage .unit_wrap .mapWrap .mapCatch h2 {
	font-size: calc(22px + 6 * ( 100vw - 360px ) / 1200);
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 15px;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapCatch p {
	font-size: 0.875rem;
}

#companyBrunchListPage .unit_wrap .mapWrap .positionWrap {
	position: relative;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.25rem;
	/* background: rgba(255, 255, 255, 1.0); */
	padding: 2px 10px 2px 0;
	box-sizing: border-box;
	overflow: hidden;
}

@media screen and (max-width: 919px) {
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li {
		font-size: 1.0rem;
	}
}

@media screen and (max-width: 799px) {
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li {
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 699px) {
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li {
		font-size: 0.625rem;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 499px) {
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li {
		font-size: 0.52rem;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 399px) {
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li {
		font-size: 0.5rem;
		letter-spacing: 0;
	}
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li a .txt {
	text-wrap: nowrap;
}

/** icon position **/

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.headquarters {
	top: 39.1%;
	left: 1.5%;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.kita-kanto {
	top: 33.9%;
	left: 1.5%;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.saitama {
	top: 43.1%;
	left: 1.5%;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.energy {
	top: 47.4%;
	left: 1.5%;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.nagoya {
	top: 52.5%;
	left: 1.5%;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.osaka {
	top: 57%;
	left: 1.5%;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.kyusyu {
	top: 77.1%;
	left: 26%;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.hiroshima {
	top: 71.9%;
	left: 36.5%;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.sendai {
	top: 30.4%;
	left: 78%;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.fukushima {
	top: 35%;
	left: 78%;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.tokyo {
	top: 39.5%;
	left: 78%;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.higashi-kanto {
	top: 44%;
	left: 78%;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.chiba {
	top: 48.2%;
	left: 78%;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.minami-kanto {
	top: 61.7%;
	left: 78%;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.shizuoka {
	top: 66.1%;
	left: 78%;
}

@media screen and (max-width: 919px) {
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.headquarters {
		left: 4.5%;
	}
	
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.kita-kanto {
		left: 4.5%;
	}
	
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.saitama {
		left: 4.5%;
	}
	
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.energy {
		left: 4.5%;
	}
	
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.nagoya {
		left: 4.5%;
	}
	
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.osaka {
		left: 4.5%;
	}
	
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.kyusyu {
		left: 27%;
	}
	
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.hiroshima {
		left: 38.5%;
	}
	
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.sendai {
		left: 81%;
	}
	
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.fukushima {
		left: 81%;
	}
	
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.tokyo {
		left: 81%;
	}
	
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.higashi-kanto {
		left: 81%;
	}
	
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.chiba {
		left: 81%;
	}
	
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.minami-kanto {
		left: 81%;
	}
	
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.shizuoka {
		left: 81%;
	}
}



#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li a {
	border-left: 6px solid #000;
	line-height: 1.4em;
	padding-left: 10px;
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	color: #333;
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 699px) {
	#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li a {
		padding-left: 6px;
		border-left: 3px solid #000;
	}
}


#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.headquarters a {
	border-color: #005892;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.kita-kanto a {
	border-color: #bd6e93;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.saitama a {
	border-color: #005892;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.energy a {
	border-color: #005892;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.nagoya a {
	border-color: #028f87;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.osaka a {
	border-color: #9f9770;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.kyusyu a {
	border-color: #859ac3;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.hiroshima a {
	border-color: #d8a200;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.sendai a {
	border-color: #89ae5d;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.fukushima a {
	border-color: #d4bd1f;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.tokyo a {
	border-color: #b20000;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.higashi-kanto a {
	border-color: #c25423;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.chiba a {
	border-color: #009e21;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.minami-kanto a {
	border-color: #d39800;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.shizuoka a {
	border-color: #7566a7;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li:hover a {
	border-color: #fff;
	color: #fff;
}

/** hover background **/

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	transition: all .2s;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li:hover:before {
	left: 0;
	transition: all .2s;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.headquarters:before {
	background: #005892;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.kita-kanto:before {
	background: #bd6e93;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.saitama:before {
	background: #005892;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.energy:before {
	background: #005892;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.nagoya:before {
	background: #028f87;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.osaka:before {
	background: #9f9770;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.kyusyu:before {
	background: #859ac3;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.hiroshima:before {
	background: #ac7200;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.sendai:before {
	background: #89ae5d;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.fukushima:before {
	background: #d4bd1f;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.tokyo:before {
	background: #b20000;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.higashi-kanto:before {
	background: #c25423;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.chiba:before {
	background: #009e21;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.minami-kanto:before {
	background: #d39800;
}

#companyBrunchListPage .unit_wrap .mapWrap .mapMenu li.shizuoka:before {
	background: #7566a7;
}



/** 

Detail Page 

**/

/** example **/

#entryDetail {
	margin-bottom: 35px;
}

#entryDetail .detail {
	/* width: 920px; */
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 919px) {
	#entryDetail .detail {
		width: 100%;
	}
}

#entryDetail .cont.detail p {
	margin-bottom: 1.5rem;
	font-size: 1rem;
	line-height: 2.4em;
}

@media screen and (max-width: 767px) {
	#entryDetail .cont.detail p {
		font-size: 0.875rem;
		
	}
}


#entryDetail .cont.detail img {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1em;
	vertical-align: bottom;
}



/** 

Technical Page 

**/

/** technicalTop **/


section#technicalMenuWrapper {
	width: 100%;
}

main#technicalListPage section#technicalMenuWrapper {
	width: 100%;
	background: #e7edf0;
	padding: 80px 0;
	box-sizing: border-box;
}

main#technicalDetailPage section#technicalMenuWrapper {
	width: 100%;
	background: #e7edf0;
	padding: 80px 0;
	box-sizing: border-box;
}

section#technicalMenuWrapper .title h3 {
	text-align: center;
	margin-bottom: 35px;
	font-size: 1.5rem;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	section#technicalMenuWrapper .title h3 {
		font-size: 1.125rem;
	}
}

section#technicalMenuWrapper .cont:after {
	content: "";
	display: block;
	clear: both;

}




section#technicalMenuWrapper .cont .ajustWidth {
	width: 100%;
}


section#technicalMenuWrapper .cont .btn_wrap {
	width: calc( 96% / 3 );
	max-width: none;
	float: left;
	margin-right: 2%;
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
	section#technicalMenuWrapper .cont .btn_wrap {
		width: 48.5%;
		margin-right: 3%;
	}
}


@media screen and (max-width: 399px) {
	section#technicalMenuWrapper .cont .btn_wrap {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
	}
}

section#technicalMenuWrapper .cont .btn_wrap:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	section#technicalMenuWrapper .cont .btn_wrap:nth-child(3n) {
		margin-right: 3%;
		
	}

	section#technicalMenuWrapper .cont .btn_wrap:nth-child(2n) {
		margin-right: 0;
		
	}
}



@media screen and (max-width: 399px) {
	section#technicalMenuWrapper .cont .btn_wrap:nth-child(3n) {
		margin-right: 0%;
		
	}
}


/** technicalList **/


.technicalSubMenuList {
	width: 100%;
	margin-bottom: 80px;
}

.technicalSubMenuList ul {
	width: 103%;
	display: flex;
	justify-content: flex-start;
	align-items: start;
	flex-wrap: wrap;
	gap: 3%;
}


@media screen and (max-width: 767px) {
	.technicalSubMenuList ul {
		width: 100%;
		gap: 0;
	}
}

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

.technicalSubMenuList ul li{
	width: calc( 50% - 3%);
	white-space: wrap;
	border-bottom: 1px dashed #b1b1b1;
	padding: 8px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.technicalSubMenuList ul li{
		width: 100%;
		margin-bottom: 12px;
	}
}

.technicalSubMenuList ul li a.circleArrLink {
	color: #00489d;
	font-size: 1rem;
}

@media screen and (max-width: 999px) {
	.technicalSubMenuList ul li a.circleArrLink {
		font-size: 0.875rem;
		
	}
}

.technicalSubMenuList ul li a.circleArrLink .circleArr:before {
	border: 1px solid #00489d;
}


/** technicalDetail **/


#entryDetail.technical {
	margin-bottom: 80px;
}

#entryDetail.technical .cont.detail {
	width: 100%;

}




/** productDetail **/

#productDetailPage .unit_wrap .wp_entry_wrap p.maindesc  {
	font-size: 1.25rem;
}




#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper p.desc:before {
	content: url(/assets/images/product/detail/icon_book.svg);
	position: relative;
	margin-right: 8px;
	top: 2px;
}

#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper p.desc {
	font-weight: bold;
	font-size: 1rem;
	text-indent: -38px;
	padding-left: 38px;
}

@media screen and (max-width: 767px) {
	#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper p.desc {
		font-size: 0.875rem;
		
	}
}


#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper:after  {
	content: "";
	display: block;
	clear: both;
}

#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper .linkCont {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 2%;

	min-height: 425px;
}

@media screen and (max-width: 767px) {
	#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper .linkCont {
		display: block;
		
	}
}

#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper .linkCont .leftWrap {
	width: 66%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 2%;
}

@media screen and (max-width: 767px) {
	#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper .linkCont .leftWrap {
		width: 100%;
	}
}

@media screen and (max-width: 449px) {
	#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper .linkCont .leftWrap {
		justify-content: center;
	}
}


#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper .linkCont .leftWrap .btn_wrap {
	width: 48%;
	margin-bottom: 15px;
	margin-left: unset;
	margin-right: unset;
}

@media screen and (max-width: 449px) {
	
	#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper .linkCont .leftWrap .btn_wrap {
		width: 100%;
		
	}
}

#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper .linkCont .leftWrap .btn_wrap.gray {
	background: #b1b1b1;
	
}

#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper .linkCont .leftWrap .btn_wrap .text {
	padding-right: 1.2em;
	padding-left: 8px;
	box-sizing: border-box;
}

@media screen and (max-width: 849px) {
	#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper .linkCont .leftWrap .btn_wrap .text {
		font-size: 0.875rem;
		
	}
}


#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper .linkCont .rightWrap {
	width: 32%;
	height: 100%;
/* 	min-height: 425px; */
	position: relative;
/* 	overflow: hidden; */
	flex-grow: 1;
	position: relative;
}

@media screen and (max-width: 767px) {
	#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper .linkCont .rightWrap {
		width: 100%;
		height: auto;
		min-height: auto;
	}
}

#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper .linkCont .rightWrap img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#productDetailPage .unit_wrap .wp_entry_wrap .linkPDFWrapper .linkCont .rightWrap img {
		height: auto;
		width: 100%;
		position: static;
		transform: translate(0, 0);
	}
}


#productDetailPage .unit_wrap .wp_entry_wrap .drawing {
	width: 100%;
	border: 1px solid #b1b1b1;
	margin-top: 50px;
}

#productDetailPage .unit_wrap .wp_entry_wrap .drawing p {
	margin-bottom: 0;
}

#productDetailPage .unit_wrap .wp_entry_wrap .drawing img {
	max-width: 100%;
	vertical-align: bottom;
}



/** 

infoPage Page 

**/


#infoPage .wp_entry_cont_wrap .categoryNormalList {
	width: 100%;
}

#infoPage .wp_entry_cont_wrap .categoryNormalList li {
	border-bottom: 1px dashed #b1b1b1;
}

#infoPage .wp_entry_cont_wrap .categoryNormalList li a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	font-size: 0.875rem;
	padding: 6px 4px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#infoPage .wp_entry_cont_wrap .categoryNormalList li a .date {
		display: inline-block;
		width: 100%;
	}
}


/** 

movieListPage 

**/


#movieListPage .wp_entry_cont_wrap .movieList {
	width: 100%;
}

#movieListPage .wp_entry_cont_wrap .movieList .movWrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

#movieListPage .wp_entry_cont_wrap .movieList .movWrap .movBox {
	width: 49%;
	margin-bottom: 25px;
}

@media screen and (max-width: 699px) {
	#movieListPage .wp_entry_cont_wrap .movieList .movWrap .movBox {
		width: 100%;
	}
}

#movieListPage .wp_entry_cont_wrap .movieList .movWrap .movBox .movCont {
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
	padding-top: 56.25%;
	margin-bottom: 12px;
}

#movieListPage .wp_entry_cont_wrap .movieList .movWrap .movBox .movCont iframe {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#movieListPage .wp_entry_cont_wrap .movieList .movWrap .movBox .textWrap p.movTitle {
	margin-bottom: 8px;
	font-weight: bold;
}

#movieListPage .wp_entry_cont_wrap .movieList .movWrap .movBox .textWrap p.description {
	margin-bottom: 0;
	font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
	
}



/** 

categoryNormalList Page 

**/

#sec main#categoryNormalList #container.ng .secContents #mainPageTitle {
	display: none;
}

#sec main#categoryNormalList #container.ng .secContents .bgWhite {
	padding-top: 90px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#sec main#categoryNormalList #container.ng .secContents .bgWhite {
		padding-top: 62px;
	}
}

@media screen and (max-width: 449px) {
	#sec main#categoryNormalList #container.ng .secContents .bgWhite {
		padding-top: 50px;
	}
}

#categoryNormalList .wp_entry_cont_wrap .categoryNormalList {
	width: 100%;
}

#categoryNormalList .wp_entry_cont_wrap .categoryNormalList li {
	border-bottom: 1px dashed #b1b1b1;
}

#categoryNormalList .wp_entry_cont_wrap .categoryNormalList li a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	font-size: 0.875rem;
	padding: 6px 4px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#categoryNormalList .wp_entry_cont_wrap .categoryNormalList li a .date {
		display: inline-block;
		width: 100%;
	}
}



/**
	Secページ 404 not found
**/

#sec main#page404 .secContents .bgWhite section#secMainTitleWrap .cont {
	width: 100%;
}

#sec main#page404 .secContents .bgWhite .wp_entry_wrap.w800 {
	margin-left: auto;
	margin-right: auto;
} 

@media screen and (max-width: 999px) {
	#sec main#page404 .secContents .bgWhite .wp_entry_wrap.w800 {
		width: 92%;
	}
}


/**
	tag list
**/

main #container .unit_wrap .singleContent .tagWrap {
	margin: 45px auto;
}

main #container .unit_wrap .singleContent .tagWrap ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}

main #container .unit_wrap .singleContent .tagWrap li {
	
}

main #container .unit_wrap .singleContent .tagWrap li a {
	padding: 6px 12px;
	border: 1px solid #e4e4e4;	
	border-radius: 10px;
	text-decoration: none;
	font-size: 0.75rem;
	
	transition: all .4s;
}

main #container .unit_wrap .singleContent .tagWrap li a:hover {
	border: 1px solid #3670b6;	
	color: #3670b6;
	background: #e7edf0;
	
	transition: all .4s;
}