@charset "UTF-8";
.vis {
	margin-bottom: 136px;
	opacity: 0;
	transition-duration: 1.5s;
	transition-property: opacity;
	position: relative;
	z-index: 1;
	pointer-events: none;
}
.vis.isFadeIn {
	opacity: 1;
}
.vis_image {
	height: calc(100vh - 105px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 23px;
}
.vis_image:last-child {
	margin-bottom: 0;
}
.vis_image-no1 {
	background-image: url(/img/home/pt-main01@2x.jpg);
	background-color: #d0e0eb;
}
.vis_image-no2 {
	background-image: url(/img/home/pt-main02@2x.jpg?date=200711);
	background-color: #e1e5df;
}
.vis_image-no3 {
	background-image: url(/img/home/pt-main03@2x.jpg?date=200711);
	background-color: #f8f2ee;
}
.fixHeadline {
	color: #0066BA;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-top: 105px;
	opacity: 0;
	transition-duration: 1s, .5s;
	transition-property: opacity, height;
	transition-delay: .5s, 0s;
}
.fixHeadline.isFadeIn {
	opacity: 1;
}
.fixHeadline.isStatic {
	position: static;
	padding-top: 0;
	height: auto !important;
}
.fixHeadline_inner {
	width: 100%;
	position: relative;
	z-index: 1;
}
.fixHeadline_logo {
	max-width: 72px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	width: 72px;
	height: 53px;
}
.fixHeadline_logo_img {
	display: block;
	fill: currentColor;
	width: 72px;
	height: 53px;
}
.fixHeadline_logo_img > title {}
.fixHeadline_logo_img > use {}
.fixHeadline_titleWrap {
	position: relative;
	z-index: 2;
	margin-top: 17px;
	height: 48px;
}
.fixHeadline_title {
	font-size: 48px;
	font-weight: 300;
	text-align: center;
	line-height: 1;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	transition-duration: 0.5s;
	transition-property: opacity;
}
.fixHeadline_title-no1 {
	z-index: 3;
}
.fixHeadline_title-no2 {
	opacity: 0;
	text-shadow: 0 0 5px #e0e4de, 0 0 5px #e0e4de, 0 0 5px #e0e4de, 0 0 5px #e0e4de;
	z-index: 0;
}
[data-no="2"] .fixHeadline_title-no1 {
	opacity: 0;
	z-index: 0;
}
[data-no="2"] .fixHeadline_title-no2 {
	opacity: 1;
	z-index: 3;
}
[data-no="3"] .fixHeadline_title-no1 {
	opacity: 0;
	z-index: 0;
}
[data-no="3"] .fixHeadline_title-no3 {
	opacity: 1;
	z-index: 3;
}
.fixHeadline_title-no3 {
	opacity: 0;
	z-index: 0;
}
.isStatic .fixHeadline_title {
	opacity: 0;
}
.fixHeadline_image {
	width: 130px;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition-duration: 0.5s;
	transition-property: opacity;
}
.isStatic .fixHeadline_image {
	opacity: 0;
}
.fixHeadline_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.fixHeadline_headline_notice {
	color: #000000;
	font-size: 24px;
	position: relative; /* 相対位置指定 */
	top: -170px; /* 上に50px移動 */
	text-align: center;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	margin-top: 6px;
	transition-duration: 1s, .5s;
	transition-property: opacity, height;
	transition-delay: .5s, 0s;
}
.isStatic .fixHeadline_headline_notice {
	opacity: 1;
}
.fixHeadline_headline {
	color: #000000;
	font-family: 'sweet-sans-pro', sans-serif;
	font-size: 35px;
	font-weight: bold;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	margin-top: 6px;
	transition-duration: 1s, .5s;
	transition-property: opacity, height;
	transition-delay: .5s, 0s;
}
.isStatic .fixHeadline_headline {
	opacity: 1;
}
.eclink-btn{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	position: fixed;
	bottom: 0;
	z-index: 999;
	right: 30px;
	opacity: 0;
	transition: opacity 0.7s 0.5s;
}
.eclink-btn.eclinkFadeIn{
	opacity: 1;
}
.eclink{
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	visibility: hidden;
	transition: visibility 0.7s;
}
.eclink.eclinkFadeIn{
	visibility: visible;
}
.eclink.eclinkFadeIn:hover{
	opacity: 0.6;
}
.eclink img{
	width: 100%;
	border-radius: 50%;
}
.info {
	margin-bottom: 78px;
	margin-top: 37px;
}
.info_inner {
	max-width: 960px;
}
.info_movie {
	margin-bottom: 41px;
}
.info_movie > a {}
.info_movie > a::before {
	content: "";
}
.info_movie > a::after {
	content: "";
}
.info_image {}
.info_image > img {}
.info_play {
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.info_play > b {}
.info_play > i {}
.info_play > i::before {}
.news {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	display: flex;
	justify-content: center;
	font-size: 14px;
	padding: 10px 0px;
	margin-top: 55px;
}
.news_title {
	font-size: inherit;
	font-weight: inherit;
	margin-right: 1em;
	line-height: 38px;
}
.news_areaText {}
.news_item {
	display: flex;
	align-items: center;
}
.news_update {
	color: #727272;
	display: flex;
	align-items: center;
}
.news_update::after {
	content: "/";
	display: block;
	margin: 0 12px;
}
.news_name {}
.news_name > a {
	display: block;
	text-decoration: none;
	color: #0066BA;
	padding: 19px 0;
}
.news_name > a::before {
	content: "";
}
.news_name > a::after {
	content: "";
}
.info_text {
	font-size: 16px;
	line-height: 2.1875;
	max-width: 780px;
	margin: 0 auto 55px;
}
.news_link{
	text-align: right;
}

.news_link a{
	text-decoration:none;
}
.news_link span::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0.2em 0 0;
	border: 5px solid transparent;
	border-right: 0 solid transparent;
	border-left: 8px solid #0066BA;
}
.homeNav {
	margin-bottom: 40px;
}
.homeNav_cols {
	display: flex;
	justify-content: space-between;
}
.homeNav_cols2 {
	display: flex;
	justify-content: space-between;
	background-color: #f1F5f7;
	border: solid 2px  #0066ba;
	border-radius: 10px;
	max-width: 1100px;
	padding: 2% 5%;
	margin: 30px auto 0;
}
.homeNav_col {
	width: 49.5%;
}
.homeNav_col-no1 {}
.homeNav_bnr {
	text-align: center;
}
.homeNav_bnr > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.homeNav_bnr > a::before {
	content: "";
}
.homeNav_bnr > a::after {
	content: "";
}
.homeNav_image {
	height: 517px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f1eff0;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.homeNav_imageWrap::before {
	content: "";
	border: 33px solid #0066BA;
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	border-top-color: rgba(255, 255, 255, 0);
	border-left-color: rgba(255, 255, 255, 0);
}
.homeNav_imageWrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 26px;
}
.homeNav_imageWrap::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 13px;
	right: 19px;
	border: 2px solid #fff;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: none;
	border-left: none;
}
.homeNav_image-no1 {
	background-image: url(/img/home/pt-nav01@2x.jpg);
	background-color: #fefefe;
}
.homeNav_headline {
	color: #0066BA;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 3px;
}
.homeNav_headline_bold {
	color: #0066BA;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}
.homeNav_text {
	font-size: 14px;
}
.homeNav_col-no2 {}
.homeNav_image-no2 {
	background-image: url(/img/home/pt-nav02@2x.jpg);
}
.homeNav_col-no3 {
	width: 60%;
}
.gProducts_link{
	max-width: 40%;
	margin: 3% auto 0;
}
.homeNav_col-no4 {
	width: 40%;
}
.homeNav_col-no4_icon img{
	width: 100%;
}
.recruit {
	background-image: url(/img/home/bg-recruit@2x.jpg);
	background-size: cover;
	background-position: center center;
	background-color: #dae7f3;
	padding-top: 150px;
	padding-bottom: 133px;
	margin-bottom: 96px;
}
.recruit_inner {}
.recruit_title {
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 38px;
	color: #0066BA;
}
.recruit_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.recruit_list > li {
	width: 23.6%;
}
.recruit_list > li:first-child {}
.recruit_list > li:last-child {}
.recruit_list > li:nth-child(2n+1) {}
.recruit_list > li:nth-child(n+3) {}
.recruit_list > li > a {}
.recruit_list > li > a::before {
	content: "";
}
.recruit_list > li > a::after {
	content: "";
}
.access {}
.access_inner {
	max-width: 1100px;
}
.access_title {
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 4px;
}
.access_addr {
	text-align: center;
	margin-bottom: 19px;
}
.access_addr > a {}
.access_addr > a::before {
	content: "";
}
.access_addr > a::after {
	content: "";
}
.access_map {
	position: relative;
	z-index: 1;
	padding-bottom: 353px;
}
.access_map > iframe {
	display: block;
	border: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fixHeadlineWrap {
	height: 118px;
	position: relative;
	z-index: 2;
}
.news_list {
	list-style: none;
}
.news_list > li {}
.news_list > li:first-child {}
.news_list > li:last-child {}
.news_list > li:nth-child(2n+1) {}
.news_list > li:nth-child(n+3) {}
.news_list > li > a {
	display: block;
	text-decoration: none;
	color: #0066BA;
	padding: 6px 0;
}
.news_list > li > a::before {
	content: "";
}
.news_list > li > a::after {
	content: "";
}
.fixHeadline_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.isStatic .fixHeadline_title > a {
	pointer-events: none;
}
@media screen and (max-width:1299px) {
	.homeNav_image {
		height: 36vw;
	}
}
@media screen and (min-width:1000px) {
	.fixHeadline_title > a:hover {
		opacity: .7;
	}
	.news_list > li > a:hover {}
	.info_movie > a:hover {}
	a:hover .info_play {}
	.news_name > a:hover {
		text-decoration: underline;
	}
	.homeNav_bnr > a:hover {}
	a:hover .homeNav_image {
		-webkit-transform: scale(1.04);
		transform: scale(1.04);
	}
	.recruit_list > li > a:hover {}
	.access_addr > a:hover {}
	a:hover .news_name {
		text-decoration: underline;
	}
}
@media screen and (max-width: 999px) {
	.vis {
		margin-bottom: 100px;
	}
	.vis.isFadeIn {}
	.vis_image {}
	.vis_image:last-child {}
	.vis_image-no1 {}
	.vis_image-no2 {}
	.vis_image-no3 {}
	.fixHeadline {}
	.fixHeadline.isFadeIn {}
	.fixHeadline.isStatic {}
	.fixHeadline_inner {}
	.fixHeadline_logo {}
	.fixHeadline_logo_img {}
	.fixHeadline_logo_img > title {}
	.fixHeadline_logo_img > use {}
	.fixHeadline_titleWrap {}
	.fixHeadline_title {
		font-size: 40px;
	}
	.fixHeadline_title-no2 {}
	[data-no="2"] .fixHeadline_title-no1 {}
	[data-no="2"] .fixHeadline_title-no2 {}
	[data-no="3"] .fixHeadline_title-no1 {}
	[data-no="3"] .fixHeadline_title-no3 {}
	.fixHeadline_title-no3 {}
	.isStatic .fixHeadline_title {}
	.fixHeadline_image {}
	.isStatic .fixHeadline_image {}
	.fixHeadline_image > img {}
	.fixHeadline_headline {}
	.isStatic .fixHeadline_headline {}
	.fixHeadline_headline_notice {}
	.isStatic .fixHeadline_headline_notice {}
	.info {}
	.info_inner {}
	.info_movie {}
	.info_movie > a {}
	.info_movie > a::before {}
	.info_movie > a::after {}
	.info_image {}
	.info_image > img {}
	.info_play {}
	.info_play > b {}
	.info_play > i {}
	.info_play > i::before {}
	.news {}
	.news_title {}
	.news_areaText {}
	.news_item {}
	.news_update {}
	.news_update::after {}
	.news_name {}
	.news_name > a {
		padding: 0;
	}
	.news_name > a::before {}
	.news_name > a::after {}
	.info_text {
		font-size: inherit;
	}
	.news_list > li > a {
		padding: 0px 0;
	}
	.news_title {
		line-height: 26px;
	}
	.homeNav {}
	.homeNav_cols {}
	.homeNav_col {}
	.homeNav_col-no1 {}
	.homeNav_bnr {}
	.homeNav_bnr > a {}
	.homeNav_bnr > a::before {}
	.homeNav_bnr > a::after {}
	.homeNav_image {}
	.homeNav_imageWrap::before {}
	.homeNav_imageWrap {}
	.homeNav_imageWrap::after {}
	.homeNav_image-no1 {}
	.homeNav_headline {
		font-size: 20px;
	}
	.homeNav_text {
		font-size: 13px;
	}
	.homeNav_col-no2 {}
	.homeNav_image-no2 {}
	.recruit {
		padding-top: 100px;
		padding-bottom: 80px;
		margin-bottom: 60px;
	}
	.recruit_inner {}
	.recruit_title {
		margin-bottom: 20px;
	}
	.recruit_list {}
	.recruit_list > li {}
	.recruit_list > li:first-child {}
	.recruit_list > li:last-child {}
	.recruit_list > li:nth-child(2n+1) {}
	.recruit_list > li:nth-child(n+3) {}
	.recruit_list > li > a {}
	.recruit_list > li > a::before {}
	.recruit_list > li > a::after {}
	.access {}
	.access_inner {}
	.access_title {}
	.access_addr {}
	.access_addr > a {}
	.access_addr > a::before {}
	.access_addr > a::after {}
	.access_map {}
	.access_map > iframe {}
	.fixHeadlineWrap {}
	.news_list {}
	.news_list > li {}
	.news_list > li:first-child {}
	.news_list > li:last-child {}
	.news_list > li:nth-child(2n+1) {}
	.news_list > li:nth-child(n+3) {}
	.news_list > li > a {}
	.news_list > li > a::before {}
	.news_list > li > a::after {}
}
@media screen and (max-width: 767px) {
	.vis {
		margin-bottom: 60px;
	}
	.vis.isFadeIn {}
	.vis_image {
		margin-bottom: 10px;
		height: calc(100vh - 66px);
	}
	.vis_image:last-child {}
	.vis_image-no1 {}
	.vis_image-no2 {}
	.vis_image-no3 {}
	.fixHeadline {
		padding-top: 66px;
	}
	.fixHeadline.isFadeIn {}
	.fixHeadline.isStatic {}
	.fixHeadline_inner {}
	.fixHeadline_logo {
		max-width: none;
		width: auto;
	}
	.fixHeadline_logo_img {
		position: relative;
		z-index: 1;
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.fixHeadline_logo_img > title {}
	.fixHeadline_logo_img > use {}
	.fixHeadline_titleWrap {
		height: 66px;
	}
	.fixHeadline_title {
		font-size: 25px;
		line-height: 1.32;
	}
	.fixHeadline_title-no2 {}
	[data-no="2"] .fixHeadline_title-no1 {}
	[data-no="2"] .fixHeadline_title-no2 {}
	[data-no="3"] .fixHeadline_title-no1 {}
	[data-no="3"] .fixHeadline_title-no3 {}
	.fixHeadline_title-no3 {}
	.isStatic .fixHeadline_title {}
	.fixHeadline_image {
		width: 100px;
	}
	.isStatic .fixHeadline_image {}
	.fixHeadline_image > img {}

	.fixHeadline_headline_notice {
		font-size: 16px;
		position: relative; /* 相対位置指定 */
		top: -110px; /* 上に50px移動 */
	}
	.isStatic .fixHeadline_headline_notice {}

	.fixHeadline_headline {
		font-size: 30px;
		margin-top: 0;
	}
	.isStatic .fixHeadline_headline {}
	.info {
		margin-bottom: 45px;
		margin-top: 25px;
	}
	.eclink-btn {
		width: 150px;
		height: 150px;
	}
	.eclink{
		width: 150px;
		height: 150px;
	}
	.info_inner {}
	.info_movie {}
	.info_movie > a {}
	.info_movie > a::before {}
	.info_movie > a::after {}
	.info_image {}
	.info_image > img {}
	.info_play {}
	.info_play > b {}
	.info_play > i {}
	.info_play > i::before {}
	.news {
		display: block;
		padding: 9px 0;
		margin-top: 25px;
	}
	.news_title {
		margin-right: 0;
		margin-bottom: 0;
		line-height: inherit;
	}
	.news_areaText {}
	.news_item {
		display: block;
	}
	.news_update {
		font-size: 12px;
	}
	.news_update::after {
		display: none;
	}
	.news_name {}
	.news_name > a {}
	.news_name > a::before {}
	.news_name > a::after {}
	.info_text {
		margin-bottom: 20px;
		line-height: inherit;
	}
	.homeNav {
		margin-bottom: 45px;
	}
	.homeNav_cols {
		display: block;
	}
	.homeNav_col {
		width: auto;
	}
	.homeNav_col-no1 {
		margin-bottom: 25px;
	}
	.homeNav_bnr {}
	.homeNav_bnr > a {}
	.homeNav_bnr > a::before {}
	.homeNav_bnr > a::after {}
	.homeNav_image {}
	.homeNav_imageWrap::before {}
	.homeNav_imageWrap {
		margin-bottom: 10px;
	}
	.homeNav_imageWrap::after {}
	.homeNav_image-no1 {}
	.homeNav_headline {
		font-size: 16px;
	}
	.homeNav_headline_bold{
		font-size: 20px;
	}
	.homeNav_text {
		font-size: 12px;
	}
	.homeNav_col-no2 {}
	.homeNav_image-no2 {}
	.homeNav_cols2{
		flex-direction: column-reverse;
		align-items: center;
		padding-bottom: 5%;
	}
	.homeNav_col-no3 {
		width: 90%;
	}
	.homeNav_col-no4 {
		width: 90%;
		height: 90%;
	}
	.gProducts_link{
		max-width: 196px;
		margin-top: 5%;
	}
	.recruit {
		padding-top: 45px;
		padding-bottom: 40px;
		margin-bottom: 45px;
	}
	.recruit_inner {}
	.recruit_title {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.recruit_list {
		display: block;
		max-width: 196px;
		margin: 0 auto;
	}
	.recruit_list > li {
		width: auto;
		margin-top: 15px;
	}
	.recruit_list > li:first-child {
		margin-top: 0;
	}
	.recruit_list > li:last-child {}
	.recruit_list > li:nth-child(2n+1) {}
	.recruit_list > li:nth-child(n+3) {}
	.recruit_list > li > a {}
	.recruit_list > li > a::before {}
	.recruit_list > li > a::after {}
	.access {}
	.access_inner {}
	.access_title {
		font-size: 16px;
	}
	.access_addr {
		font-size: 12px;
	}
	.access_addr > a {
		display: flex;
		width: 196px;
		border: 1px solid #0066BA;
		height: 43px;
		margin: 0 auto;
		align-items: center;
		justify-content: center;
		border-radius: 3px;
		color: #0066BA;
		font-size: 14px;
		font-weight: 500;
		margin-top: 6px;
	}
	.access_addr > a::before {}
	.access_addr > a::after {}
	.access_map {
		padding-bottom: 54.8%;
	}
	.access_map > iframe {}
	.fixHeadlineWrap {}
	.news_list {}
	.news_list > li {}
	.news_list > li:first-child {}
	.news_list > li:last-child {}
	.news_list > li:nth-child(2n+1) {}
	.news_list > li:nth-child(n+3) {}
	.news_list > li > a {
		padding: 4px 0;
	}
	.news_list > li > a::before {}
	.news_list > li > a::after {}
}
@media screen and (max-width:427px) {
	.eclink-btn {
		width: 120px;
		height: 120px;
		bottom: -5px;
		right: 15px;
	}
	.eclink{
		width: 120px;
		height: 120px;
	}
}
