@charset "UTF-8"; .gFixedNav {
	display: none;
}

.gFooter {
	margin-top: 0;
}

.gBody {
}

.slide {
	position: relative;
	z-index: 1;
	height: 860px;
	overflow: hidden;
}

.slide_slide {
}

.slide_item {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	transition-duration: 1.5s;
	transition-property: opacity;
	opacity: 0;
}

.slide_item.isCurrent {
	opacity: 1;
	z-index: 2;
}

.slide_item > a {
	display: block;
	width: 100%;
	height: 100%;
}

.slide_item > img {
	display: none;
}

.slide_item > a > img {
	display: none;
}

.slide_title {
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: -99px;
}

.slide_title > img {
	display: block;
	margin: 0 auto;
}

.bnr2 {
	max-width: 1080px;
	margin: 0 auto 3em;
}

.bnr2 ul {
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	flex-wrap: wrap;
}

.bnr2 ul li {
	max-width: 500px;
	margin: 1em;
}

.bnr2 ul li a {
	display: block;
}

.bnr2 ul li a img {
	width: 100%;
	height: auto;
}

.areaCont {
	position: relative;
	z-index: 10;
	margin-top: -130px;
	margin-bottom: 74px;
}

.areaCont_inner {
}

.cont {
	width: 366px;
	height: 243px;
	background: #38B2E9;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: auto;
}

.cont > a {
	display: block;
	text-decoration: none;
}

.cont > hr {
	border: none;
	height: 1px;
	width: 280px;
	background: #fff;
	margin: 17px auto 13px;
}

.cont_title {
}

.cont_title > .icon {
	display: block;
	font-size: 43px;
	text-align: center;
}

.cont_title > b {
	display: block;
	line-height: 1.4;
	text-align: center;
	font-size: 16px;
}

.cont_title > b > b {
	font-size: 18px;
}

.cont_link {
}

.cont_link > a {
	font-size: 25px;
}

.cont_link > a::before {
	content: "";
}

.cont_link > a::after {
	content: "";
}

.cont_link > a > .icon {
	margin-right: 10px;
	transform: scale(1.2);
}

.cont_text {
	font-size: 12px;
	margin-top: 1px;
}

.works {
	margin-bottom: 100px;
}

.works_inner {
}

.works_title {
	text-align: center;
	color: #0082E8;
	font-size: 50px;
	margin-bottom: 83px;
	line-height: 1.4;
}

.works_title small {
	font-size: 0.6em;
	display: block;
}

.works_list {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.works_list::after {
}

.works_list > li {
	max-width: 23.5%;
	width: 270px;
	height: 438px;
}

.works_list > li:first-child {
}

.works_list > li:nth-child(2n+1) {
}

.works_list > li:nth-child(n+3) {
}

.works_list > li > a {
	display: block;
	text-decoration: none;
	height: 100%;
	background: #0F84E5;
	color: #fff;
	padding: 0 30px 20px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	transition: transform .3s, box-shadow .3s;
}

.works_list > li > a::before {
	content: "";
}

.works_list > li > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 30px;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	border: 2px solid #fff;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
	border-top: none;
	border-left: none;
	left: 0;
	margin: auto;
}

.works_item {
}

.works_img {
	margin: 0 -30px 10px;
	padding-bottom: 174px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.works_img-no1 {
	background-image: url(/img/pt-works04.jpg);
}

.works_img-no2 {
	background-image: url(/img/pt-works01.jpg);
}

.works_img-no3 {
	background-image: url(/img/pt-works02.jpg);
}

.works_img-no4 {
	background-image: url(/img/pt-works03.jpg);
}

.works_headline {
	font-size: 50px;
	line-height: 1;
	margin-top: -28px;
}

.works_text {
	margin-top: 45px;
	font-size: 17px;
	line-height: 1.5;
	white-space: nowrap;
}

.works_link {
	max-width: 920px;
	margin: 103px auto 0;
}

.works_link > a {
	display: block;
	background: #66CCFF;
	/* line-height: 120px; */
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 1;
	transition: transform .3s, box-shadow .3s;
	padding: 2em;
}

.works_link > a::before {
	content: "";
}

.works_link > a::after {
	content: "";
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 38px;
	margin-top: auto;
	margin-bottom: auto;
	border: 2px solid #fff;
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
	border-bottom: none;
	border-left: none;
}

.works_link > a > b {
	font-size: 42px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: -0.1em;
	margin-right: 15px;
}

.works_link > a > small {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}

.works_link > a > span {
	display: block;
	font-size: .8em;
	/* margin-top: -5em; */
}

.recruit_link {
	max-width: 920px;
	margin: 3em auto 0;
}

.recruit_link > a {
	display: block;
	background: #0075b9;
	line-height: 80px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 1;
	transition: transform .3s, box-shadow .3s;
	width: 90%;
	margin: 0 auto;
	/* border-radius: 6px; */
}

.recruit_link > a::before {
	content: "";
}

.recruit_link > a::after {
	content: "";
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 38px;
	margin-top: auto;
	margin-bottom: auto;
	border: 2px solid #fff;
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
	border-bottom: none;
	border-left: none;
}

.recruit_link > a > b {
	font-size: 35px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: -0.04em;
	margin-right: 15px;
}

.movie {
	padding: 2em;
	text-align: center;
	box-sizing: border-box;
	background-color: #00466f;
}

.movie h2 {
	font-size: 3.7vmin;
	color: #fff;
	margin-bottom: 0.2em;
}

.movie .movie_data {
	width: 100%;
}

.movie video {
	max-width: 780px;
	width: 100%;
}

.areaInfo {
	background-color: #E9EEF2;
	padding-top: 159px;
	background-image: url(/img/bg-info.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 395px;
}

.areaInfo_inner {
}

.areaInfo_cols {
	margin-bottom: 129px;
}

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

.areaInfo_col {
}

.areaInfo_col-no1 {
	float: left;
	width: calc(100% - 540px);
	padding-left: 42px;
}

.info {
}

.info_title {
	line-height: 1;
	margin-bottom: 70px;
}

.info_title > b {
	display: block;
	color: #00688E;
	font-size: 35px;
	font-weight: bold;
}

.info_title > small {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 22px;
}

.info_list {
	list-style: none;
	border-bottom: 1px solid #fff;
}

.info_list::after {
}

.info_list > li {
}

.info_list > li:first-child {
}

.info_list > li:nth-child(2n+1) {
}

.info_list > li:nth-child(n+3) {
}

.info_list > li > a {
	display: block;
	border-top: 1px solid #fff;
	padding: 29px 10px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding-right: 25px;
	transition-duration: .3s;
	transition-property: background-color, color;
}

.info_list > li > a::before {
	content: "";
}

.info_list > li > a::after {
	content: "";
}

.info_list > li > a > time {
	display: inline-block;
	vertical-align: middle;
}

.info_list > li > a > b {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	margin-left: 1em;
	max-width: calc(100% - 170px);
	line-height: 1.43;
}

.info_list > li > a > .icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 13px;
	font-size: 13px;
	color: #6699CC;
	right: 10px;
}

.areaInfo_col-no2 {
	float: right;
	width: 400px;
	padding-top: 28px;
}

.myFb {
}

.fb-page {
}

.fb-xfbml-parse-ignore {
}

.fb-xfbml-parse-ignore > a {
}

.fb-xfbml-parse-ignore > a::before {
	content: "";
}

.fb-xfbml-parse-ignore > a::after {
	content: "";
}

.msg {
}

.msg_title {
	font-size: 34px;
	text-align: center;
	line-height: 1.6;
}

.msg_link {
	max-width: 272px;
	margin: 40px auto 0;
}

.msg_link > a {
}

.msg_link > a::before {
	content: "";
}

.msg_link > a::after {
	content: "";
}

.msg_link > a > .icon {
	font-size: 13px;
	margin-right: 9px;
	top: -1px;
}

@media screen and (min-width: 1000px) {
	.cont_link > a:hover {
	}

	.works_list > li > a:hover {
		opacity: 1;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.2);
		transform: translateY(-5px);
	}

	.works_link > a:hover {
		opacity: 1;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.2);
		transform: translateY(-5px);
	}

	.recruit_link > a:hover {
		opacity: 1;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.2);
		transform: translateY(-5px);
	}

	.info_list > li > a:hover {
		background: rgba(255, 255, 255, 0.47);
		opacity: 1;
	}

	.fb-xfbml-parse-ignore > a:hover {
	}

	.msg_link > a:hover {
	}
}

@media screen and (max-width: 1199px) {
	.gFixedNav {
	}

	.gFooter {
	}

	.gBody {
	}

	.slide {
	}

	.slide_slide {
	}

	.slide_item {
	}

	.slide_item.isCurrent {
	}

	.slide_item > img {
	}

	.slide_title {
	}

	.slide_title > img {
		max-width: 820px;
	}

	.areaCont {
	}

	.areaCont_inner {
	}

	.cont {
	}

	.cont > a {
	}

	.cont > hr {
	}

	.cont_title {
	}

	.cont_title > .icon {
	}

	.cont_title > b {
	}

	.cont_title > b > b {
	}

	.cont_link {
	}

	.cont_link > a {
	}

	.cont_link > a::before {
	}

	.cont_link > a::after {
	}

	.cont_link > a > .icon {
	}

	.cont_text {
	}

	.works {
	}

	.works_inner {
	}

	.works_title {
		font-size: 40px;
	}

	.works_list {
	}

	.works_list::after {
	}

	.works_list > li {
	}

	.works_list > li:first-child {
	}

	.works_list > li:nth-child(2n+1) {
	}

	.works_list > li:nth-child(n+3) {
	}

	.works_list > li > a {
	}

	.works_list > li > a::before {
	}

	.works_list > li > a::after {
	}

	.works_item {
	}

	.works_img {
	}

	.works_img-no1 {
	}

	.works_img-no2 {
	}

	.works_img-no3 {
	}

	.works_img-no4 {
	}

	.works_headline {
		font-size: 40px;
	}

	.works_text {
		font-size: 16px;
	}

	.works_link {
	}

	.works_link > a {
	}

	.works_link > a::before {
	}

	.works_link > a::after {
	}

	.works_link > a > b {
	}

	.works_link > a > small {
	}

	.areaInfo {
	}

	.areaInfo_inner {
	}

	.areaInfo_cols {
	}

	.areaInfo_cols::after {
	}

	.areaInfo_col {
	}

	.areaInfo_col-no1 {
	}

	.info {
	}

	.info_title {
	}

	.info_title > b {
	}

	.info_title > small {
	}

	.info_list {
	}

	.info_list::after {
	}

	.info_list > li {
	}

	.info_list > li:first-child {
	}

	.info_list > li:nth-child(2n+1) {
	}

	.info_list > li:nth-child(n+3) {
	}

	.info_list > li > a {
	}

	.info_list > li > a::before {
	}

	.info_list > li > a::after {
	}

	.info_list > li > a > time {
	}

	.info_list > li > a > b {
	}

	.info_list > li > a > .icon {
	}

	.areaInfo_col-no2 {
	}

	.myFb {
	}

	.fb-page {
	}

	.fb-xfbml-parse-ignore {
	}

	.fb-xfbml-parse-ignore > a {
	}

	.fb-xfbml-parse-ignore > a::before {
	}

	.fb-xfbml-parse-ignore > a::after {
	}

	.msg {
	}

	.msg_title {
		font-size: 30px;
	}

	.msg_link {
	}

	.msg_link > a {
	}

	.msg_link > a::before {
	}

	.msg_link > a::after {
	}

	.msg_link > a > .icon {
	}
}

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

	.gFooter {
	}

	.gBody {
	}

	.slide {
		height: 600px;
	}

	.slide_slide {
	}

	.slide_item {
	}

	.slide_item.isCurrent {
	}

	.slide_item > img {
	}

	.slide_title {
		margin: 0;
	}

	.slide_title > img {
		max-width: 80%;
	}

	.areaCont {
	}

	.areaCont_inner {
	}

	.cont {
		width: 320px;
		height: 200px;
	}

	.cont > a {
	}

	.cont > hr {
		width: 200px;
		margin: 10px auto;
	}

	.cont_title {
	}

	.cont_title > .icon {
		font-size: 30px;
	}

	.cont_title > b {
		font-size: 14px;
	}

	.cont_title > b > b {
		font-size: 16px;
	}

	.cont_link {
	}

	.cont_link > a {
	}

	.cont_link > a::before {
	}

	.cont_link > a::after {
	}

	.cont_link > a > .icon {
	}

	.cont_text {
	}

	.works {
		margin-bottom: 80px;
	}

	.works_inner {
	}

	.works_title {
		font-size: 28px;
		margin-bottom: 25px;
	}

	.works_list {
		flex-wrap: wrap;
		max-width: 570px;
		margin: 0 auto;
	}

	.works_list::after {
	}

	.works_list > li {
		width: 48%;
		max-width: none;
		height: auto;
	}

	.works_list > li:first-child {
	}

	.works_list > li:nth-child(2n+1) {
	}

	.works_list > li:nth-child(n+3) {
		margin-top: 20px;
	}

	.works_list > li > a {
		padding-bottom: 60px;
	}

	.works_list > li > a::before {
	}

	.works_list > li > a::after {
	}

	.works_item {
	}

	.works_img {
	}

	.works_img-no1 {
	}

	.works_img-no2 {
	}

	.works_img-no3 {
	}

	.works_img-no4 {
	}

	.works_headline {
	}

	.works_text {
	}

	.works_link {
		margin-top: 50px;
	}

	.works_link > a {
		line-height: 1.4;
		padding: 20px 20px;
	}

	.works_link > a::before {
	}

	.works_link > a::after {
	}

	.works_link > a > b {
		display: block;
		margin: 0;
		font-size: 25px;
	}

	.works_link > a > small {
		font-size: 12px;
		display: block;
	}

	.areaInfo {
		padding-top: 80px;
		padding-bottom: 270px;
	}

	.areaInfo_inner {
	}

	.areaInfo_cols {
		margin-bottom: 50px;
	}

	.areaInfo_cols::after {
	}

	.areaInfo_col {
		width: auto;
		float: none;
		padding: 0;
	}

	.areaInfo_col-no1 {
	}

	.info {
	}

	.info_title {
		margin-bottom: 40px;
	}

	.info_title > b {
	}

	.info_title > small {
	}

	.info_list {
	}

	.info_list::after {
	}

	.info_list > li {
	}

	.info_list > li:first-child {
	}

	.info_list > li:nth-child(2n+1) {
	}

	.info_list > li:nth-child(n+3) {
	}

	.info_list > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.info_list > li > a::before {
	}

	.info_list > li > a::after {
	}

	.info_list > li > a > time {
	}

	.info_list > li > a > b {
	}

	.info_list > li > a > .icon {
	}

	.areaInfo_col-no2 {
		max-width: 400px;
		margin: 50px auto 0;
	}

	.myFb {
	}

	.fb-page {
	}

	.fb-xfbml-parse-ignore {
	}

	.fb-xfbml-parse-ignore > a {
	}

	.fb-xfbml-parse-ignore > a::before {
	}

	.fb-xfbml-parse-ignore > a::after {
	}

	.msg {
	}

	.msg_title {
		font-size: 21px;
	}

	.msg_link {
	}

	.msg_link > a {
	}

	.msg_link > a::before {
	}

	.msg_link > a::after {
	}

	.msg_link > a > .icon {
	}
}

@media screen and (max-width: 699px) {
	.gFixedNav {
		display: block;
	}

	.gFooter {
	}

	.gBody {
	}

	.slide {
		height: 280px;
	}

	.slide_slide {
	}

	.slide_item {
	}

	.slide_item.isCurrent {
	}

	.slide_item > img {
	}

	.slide_title {
	}

	.slide_title > img {
	}

	.areaCont {
		margin-top: 20px;
		margin-bottom: 35px;
		display: none;
	}

	.areaCont_inner {
	}

	.cont {
		width: auto;
		height: auto;
		padding: 20px 10px;
	}

	.cont > a {
	}

	.cont > hr {
	}

	.cont_title {
	}

	.cont_title > .icon {
	}

	.cont_title > b {
	}

	.cont_title > b > b {
	}

	.cont_link {
	}

	.cont_link > a {
	}

	.cont_link > a::before {
	}

	.cont_link > a::after {
	}

	.cont_link > a > .icon {
	}

	.cont_text {
	}

	.works {
		margin-bottom: 45px;
		margin-top: 30px;
	}

	.works_inner {
	}

	.works_title {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.works_list {
		flex-direction: column;
		max-width: 400px;
	}

	.works_list::after {
	}

	.works_list > li {
		width: 100%;
		margin-top: 10px;
	}

	.works_list > li:first-child {
	}

	.works_list > li:nth-child(2n+1) {
	}

	.works_list > li:nth-child(n+3) {
		margin-top: 10px;
	}

	.works_list > li > a {
		padding: 10px;
		padding-top: 0;
		padding-bottom: 25px;
	}

	.works_list > li > a::before {
	}

	.works_list > li > a::after {
		width: 10px;
		height: 10px;
		bottom: 14px;
	}

	.works_item {
	}

	.works_img {
		margin: 0 -10px;
	}

	.works_img-no1 {
	}

	.works_img-no2 {
	}

	.works_img-no3 {
	}

	.works_img-no4 {
	}

	.works_headline {
		font-size: 30px;
		margin-top: -10px;
	}

	.works_text {
		margin-top: 14px;
		font-size: 14px;
	}

	.works_link {
	}

	.works_link > a {
		padding: 15px 14px;
	}

	.works_link > a::before {
	}

	.works_link > a::after {
		right: 20px;
		width: 10px;
		height: 10px;
	}

	.works_link > a > b {
		font-size: 20px;
	}

	.works_link > a > small {
		/* display: none; */
	}

	.areaInfo {
		padding-top: 45px;
		padding-bottom: 100px;
	}

	.areaInfo_inner {
	}

	.areaInfo_cols {
	}

	.areaInfo_cols::after {
	}

	.areaInfo_col {
	}

	.areaInfo_col-no1 {
	}

	.info {
	}

	.info_title {
		text-align: center;
		margin-bottom: 20px;
	}

	.info_title > b {
		font-size: 24px;
	}

	.info_title > small {
		font-size: 14px;
		margin-top: 10px;
	}

	.info_list {
	}

	.info_list::after {
	}

	.info_list > li {
	}

	.info_list > li:first-child {
	}

	.info_list > li:nth-child(2n+1) {
	}

	.info_list > li:nth-child(n+3) {
	}

	.info_list > li > a {
	}

	.info_list > li > a::before {
	}

	.info_list > li > a::after {
	}

	.info_list > li > a > time {
		display: block;
	}

	.info_list > li > a > b {
		display: block;
		max-width: none;
		margin-left: 0;
	}

	.info_list > li > a > .icon {
	}

	.areaInfo_col-no2 {
		margin-top: 20px;
	}

	.myFb {
		overflow: hidden;
	}

	.fb-page {
	}

	.fb-xfbml-parse-ignore {
	}

	.fb-xfbml-parse-ignore > a {
	}

	.fb-xfbml-parse-ignore > a::before {
	}

	.fb-xfbml-parse-ignore > a::after {
	}

	.msg {
	}

	.msg_title {
		font-size: 16px;
		text-align: left;
		max-width: 400px;
		margin: 0 auto 20px;
	}

	.msg_link {
		max-width: none;
		margin-top: 20px;
	}

	.msg_link > a {
	}

	.msg_link > a::before {
	}

	.msg_link > a::after {
	}

	.msg_link > a > .icon {
	}
}
