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

html, body {
	height: 100%;
}
img {
	border: none;
	line-height: 0;
	vertical-align: bottom;
}
main {
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	position: relative;
}
header, #mainV_contents, #navi_contents, #apply_contents, .footer_main {
	margin: 0 auto;
	width: 1000px;
}

@media screen and (max-width:768px) {
main {
	overflow: hidden;
}
header, #mainV_contents, #navi_contents, #apply_contents, .footer_main {
	width: auto;
}
}
/*header*/
header #slickmenu {
	display: none;
}
header {
	display: flex;
	align-items: flex-end;
}
header .header_img img {
	width: 100%;
}
header .header_img {
	width: 50%;
}
header .PCheader_contact {
	flex: 1;
	margin-left: 50px;
}
header .contact_boxleft {
	font-size: 24px;
	padding-top: 20px;
}
header .contact_boxleft a {
	pointer-events: none;
}
header .contact_boxleft .boxleft_p {
	font-size: 10px;
	padding-top: 5px;
}
header .contact_boxleft img {
	padding-bottom: 3px;
}
header .PCheader_contact {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
header .contact_boxmiddle {
	margin-left: 10px;
}
main header .PCheader_contact .contact_boxmiddle, .contact_boxright1 {
	height: 80px;
	text-align: center;
	line-height: 40px;
	width: 100px;
}
header .contact_boxmiddle, .contact_boxright1 p {
	color: white;
	font-size: 10px;
}
header .contact_boxmiddle {
	background-color: #0094aa;
}
header .contact_boxright1 {
	background-color: #0070b5;
}
.slicknav_menu {
	display: none;
}

@media screen and (max-width:768px) {
header .PCheader_contact {
	display: none;
}
#slickmenu {
	display: none;
}
.slicknav_menu {
	display: block;
}
header .header_img {
	padding: 10px 10px 10px 5px;
	width: auto;
}
header .header_img img {
	width: 100%;
}
header .contact_boxleft a {
	pointer-events: auto;
}
}
/*#mainV*/
.SP_mainVtext {
	display: none;
}
#mainV {
	background-color: #eaf3f8;
	margin-top: 50px;
}
.mainV_photo {
	background-image: url(images/main_mainV_photo.png);
	background-repeat: no-repeat;
	height: 480px;
	width: auto;
}
.mainV_text {
	text-align: left;
	width: 33%;
}
.mainV_text img {
	margin-top: 120px;
	width: 100%;
}
/*#navi*/
#navi {
	margin: 50px 0;
}
#navi_contents ul {
	display: flex;
	justify-content: center;
}
#navi_contents li {
	border-top: 1px solid #bac1cb;
	border-bottom: 1px solid #bac1cb;
	border-left: 1px solid #bac1cb;
	font-size: 12px;
	transition: 0.3s ease-in-out;
	letter-spacing: 3px;
	padding: 20px 98px;
}
#navi_contents li:last-child {
	border-right: 1px solid #bac1cb;
}
#navi_contents li:hover {
	background-color: #bac1cb;
	opacity: 0.7;
}

@media screen and (max-width:768px) {
.mainV_text {
	display: none;
}
#mainV {
	background-color: transparent;
	margin-top: 10px;
}
.mainV_photo {
	background-image: url(images/SPmain2_mainV_photo.png);
	background-repeat: no-repeat;
	height: auto;
	min-height: 180px;
	width: auto;
}
.mainV_photo img {
	width: 100%;
}
.SP_mainVtext {
	display: block;
	font-size: 110%;
	font-weight: 600;
	text-align: center;
	letter-spacing: 2px;
	padding: 10px;
}
#navi {
	margin: 0;
}
#navi_contents ul {
	display: block;
	text-align: center;
	padding: 20px 0;
}
#navi_contents li {
	border-top: none;
	border-bottom: 1px solid #bac1cb;
	border-left: none;
	font-size: 10px;
	max-width: 295px;
	margin: 0 auto;
	letter-spacing: 3px;
	padding: 10px 0;
}
#navi_contents li:last-child {
	border-right: none;
	border-bottom: none;
}
#navi_contents p {
	max-width: 295px;
}
#navi_contents li:hover {
	background-color: white;
	opacity: 1.0;
}
}
/*#comment*/
#comment h1 {
	color: #7b7b7b;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 3px;
	padding: 20px 0;
	width: 1000px;
}
#comment_contents {
	display: flex;
	justify-content: center;
}
.caption_1_contents, .caption_2_contents, .caption_3_contents, .caption_4_contents {
	position: relative;
	margin: 0;
	overflow: hidden;
	width: auto;
}
.caption_1_contents img {
	width: 100%;
}
.caption_2_contents img {
	width: 100%;
}
.caption_3_contents img {
	width: 100%;
}
.caption_4_contents img {
	width: 100%;
}
.box {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
}
.caption_1, .caption_2, .caption_3, .caption_4 {
	position: absolute;
	bottom: 20px;
	padding: 10px;
}
.box p {
	line-height: 30px;
	letter-spacing: 2px;
}
.box p span {
	font-size: 120%;
}
.box a {
	font-size: 70%;
	transition: 0.8s ease-in-out;
	padding: 10px;
}
.box a:hover {
	background-color: #808080;
}
.link {
	border-radius: 3px;
	background: #333;
	color: #fff;
	display: inline-block;
}

@media screen and (max-width:768px) {
#comment h1 {
	letter-spacing: 2px;
	width: auto;
	padding: 15px 0;
}
#comment_contents {
	display: flex;
	flex-flow: wrap;
	padding: 0 5px;
}
.caption_1_contents, .caption_2_contents, .caption_3_contents, .caption_4_contents {
	width: 50%;
}
.box p span {
	font-size: 100%;
}
.box a:hover {
	background-color: #fff;
}
.SP_Ctext {
	display: none;
}
}
/*#apply*/
.apply_button {
	background-color: #00285e;
	text-align: center;
	transition: all .8s ease-in-out;
	margin: 50px 0px;
}
.apply_button p {
	color: white;
	transition: all .8s ease-in-out;
	letter-spacing: 2px;
	padding: 20px 0px;
}
.apply_button:hover {
	opacity: 0.7;
}
.apply_button p:hover {
	font-size: 110%;
}

@media screen and (max-width:768px) {
.apply_button {
	margin: 20px 10px;
}
.apply_button p {
	font-size: initial;
}
.apply_button:hover {
	opacity: 1.0;
}
.apply_button p:hover {
	font-size: initial;
}
}
/*#contact2*/
main #contact2 {
	background-color: #00285e;
	color: white;
	margin-top: 50px;
}
main #contact2 a {
	color: white;
}
main #contact2 h1, h2 {
	text-align: center;
	padding: 10px 0;
}
main #contact2 h1 {
	font-size: 20px;
	padding-top: 50px;
}
main #contact2 .contact_contents1 {
	display: flex;
	justify-content: center;
	padding: 40px;
}
main #contact2 .contact_tel {
	text-align: center;
	padding: 5px 30px;
}
main #contact2 .contact_tel a {
	pointer-events: none;
}
#contact2 .contact_tel p {
	font-size: 28px;
}
main #contact2 .boxleft_p {
	font-size: 10px;
	letter-spacing: 1px;
	padding-top: 10px;
}
main #contact2 .contact_contents2 {
	border-left: 1px solid #bac1cb;
	display: flex;
	justify-content: center;
	padding: 10px 40px;
}
main #contact2 .contact_boxleft {
	background-color: #0094aa;
	font-size: 10px;
	height: 60px;
	line-height: 30px;
	text-align: center;
	width: 120px;
}
main #contact2 .contact_boxright {
	background-color: #0070b5;
	font-size: 10px;
	height: 60px;
	line-height: 30px;
	text-align: center;
	width: 120px;
}

@media screen and (max-width:768px) {
main #contact2 h1 {
	font-size: 20px;
}
main #contact2 .contact_contents1 {
	display: block;
	padding: 40px;
}
main #contact2 .contact_tel {
	padding: 10px;
}
main #contact2 .contact_tel a {
	pointer-events: auto;
}
main #contact2 .contact_tel img {
	margin-right: 5px;
}
#contact2 .contact_tel p {
	font-size: 25px;
}
main #contact2 .boxleft_p {
	font-size: 7px;
	letter-spacing: 1px;
	padding-top: 10px;
}
main #contact2 .contact_contents2 {
	border-left: none;
	padding: 20px;
}
}
/*footer*/
footer #fix {
	position: fixed;
	bottom: 10px;
	right: 150px;
	z-index: 999;
	width: 66px;
}
footer .footer_main {
	display: flex;
	align-items: flex-start;
}
footer .footer_boxleft img {
	padding: 20px 0;
}
footer .footer_boxleft li {
	border-bottom: 1px solid #d0d3d9;
	padding: 10px 20px 10px 10px;
}
footer .footer_boxright {
	margin-top: 70px;
	margin-left: 70px;
}
footer .footer_boxright h1 {
	border-bottom: 1px solid #d0d3d9;
	padding: 20px 20px 20px 10px;
}
footer .footer_boxright p {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 10px;
}
footer .Copyright {
	border-top: 1px solid #d0d3d9;
	text-align: center;
	padding: 50px 0;
}

@media screen and (max-width:768px) {
footer .PCnav {
	display: none;
}
footer .footer_main {
	display: block;
	text-align: left;
}
footer .footer_boxleft {
	padding: 0 10px;
	width: auto;
}
footer .footer_boxleft img {
	padding: 10px 0;
	width: 100%;
}
footer .footer_boxleft li {
	font-size: 15px;
	padding: 5px;
}
footer .SPQR_img {
	width: auto;
}
footer .SPQR_img img {
	width: 20%;
}
footer #fix {
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 66px;
	z-index: 999;
}
footer .footer_boxright {
	margin-top: 5px;
	margin-left: 0px;
}
footer .Copyright {
	font-size: 10px;
	padding: 20px 0;
}
}
