@charset "utf-8";
/*-------------------------------------------
  top
--------------------------------------------*/
body.top {
	padding-top: 0;
}
.top_main {
	position: relative;
	overflow: hidden;
	height: 100vh;
}
.top_main:after {
	position: absolute;
	top: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/main_photo01.jpg") no-repeat right center;
	background-size: cover;
	transition: 7.5s;
	z-index: -1;
}
.top_main.zoom:after {
	transform: scale(1.08);
}
.top_main .inner {
	margin: 0 auto;
	padding-bottom: 5px;
	max-width: 1040px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.top_main .inner .hdg_h2 {
	position: relative;
	color: #fff;
	margin: 0;
	text-align: left;
}
.top_main .inner .hdg_h2 h2 {
	display: inline-block;
	font-weight: bold;
	font-size: 70px;
	line-height: 1.4;
	letter-spacing: .08em;
	white-space: nowrap;
}
.top_main .inner .hdg_h2 p {
	font-size: 16px;
	line-height: 2;
	margin-top: 27px;
	margin-left: 0;
}
.top_main .scroll {
	display: inline-block;
	position: absolute;
	left: 49%;
	bottom: 25px;
	font-size: 12px;
	background: url("../img/scroll.png") no-repeat center 0;
	transition: opacity .3s ease;
}
.top_main .scroll a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding-top: 29px;
}
.hdg_h2 {
	text-align: center;
	margin-bottom: 60px;
}
.hdg_h2 .inner {
	display: flex;
	flex-wrap: wrap;
}
.hdg_h2 h2 {
	font-weight: bold;
	font-size: 44px;
	letter-spacing: .05em;
}
.hdg_h2 p {
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
	margin-top: 7px;
	margin-left: 57px;
}
.top .find_service {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 123px;
}
.top .find_service .box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-basis: 50%;
	max-width: 50%;
	height: 610px;
	padding-right: 142px;
	padding-left: 20px;
	background: #00b6e0;
}
.top .find_service ul {
	justify-content: center;
	align-items: center;
	max-width: 400px;
	width: 100%;
}
.top .find_service ul li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-bottom: 10px;
	padding: 20px;
	color: #333;
	background: #fff;
}
.top .find_service .box.skyblue {
	background: #004d8f;
	padding-right: 20px;
	padding-left: 142px;
}
.top .find_service .box .inner {
	width: 100%;
	padding: 0;
}
.top .find_service dl {
	margin-bottom: 18px;
	max-width: 400px;
	width: 100%;
}
.top .find_service dt {
	font-size: 16px;
	margin-bottom: 5px;
	color: #a4d6fe;
}
.top .find_service dd ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	height: 180px;
	padding: 30px 10px 20px 40px;
	background: #fff;
}
.top .find_service dd ul li {
	max-width: 100%;
}
.top .find_service dd ul li a {
	padding: 0;
}
.top .find_service dd table {
	width: 100%;
	background: #fff;
}
.top .find_service dd table td {
	padding: 12px;
}
.top .find_service dd table tr:first-child td {
	padding-top: 30px;
}
.top .find_service dd table tr:last-child td {
	padding-bottom: 30px;
}
.top .find_service dd table td:nth-child(odd) {
	padding-left: 30px;
	padding-right: 10px;
}
.top .find_service dd table td:nth-child(even) {
	padding-left: 0;
	padding-right: 20px;
}
.top .find_service dd table td a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background: #fff;
}
.top .find_service .txt {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: .2em;
	position: absolute;
	top: 26%;
	right: 62px;
	width: 1em;
}
.top .find_service .skyblue .txt {
	right: auto;
	left: 62px;
}
.top .find_service .txt .large {
	display: inline-block;
	font-size: 44px;
	line-height: 1.2;
	margin-left: -13px;
}
.top .find_service .txt .deg90 {
	display: flex;
	align-items: center;
	transform: rotate(90deg);
}
.slideWrap {
	width: 100%;
	margin-bottom: 150px;
}
.slideImg {
	overflow: hidden;
	margin-bottom: 60px;
}
.indexPhotoR {
	float: right;
	position: relative;
	background-size: cover;
	width: 57.4%;
	height: 0;
	padding-bottom: 36.5%;
}
.indexPhotoL {
	float: left;
	position: relative;
	background-size: cover;
	width: 57.4%;
	height: 0;
	padding-bottom: 36.5%;
}
.img01 .indexPhotoR {
	background: url("../img/slide01.jpg") no-repeat center;
	background-size: cover;
}
.img02 .indexPhotoR {
	background: url("../img/slide02.jpg") no-repeat center;
	background-size: cover;
}
.img03 .indexPhotoL {
	background: url("../img/slide03.jpg") no-repeat center;
	background-size: cover;
}
.img04 .indexPhotoR {
	background: url("../img/slide04.jpg") no-repeat center;
	background-size: cover;
}
.img05 .indexPhotoL {
	background: url("../img/slide05.jpg") no-repeat center;
	background-size: cover;
}
.img06 .indexPhotoR {
	background: url("../img/slide06.jpg") no-repeat center;
	background-size: cover;
}
.img07 .indexPhotoL {
	background: url("../img/slide07.jpg") no-repeat center;
	background-size: cover;
}
.img08 .indexPhotoL {
	background: url("../img/slide08.jpg") no-repeat center;
	background-size: cover;
}
.indexTxtL {
	position: relative;
	left: 13.5%;
	width: 35%;
	text-align: left;
	margin-top: 3.1%;
	padding: 5%;
	background: #fff
}
.indexTxtR {
	position: relative;
	right: 13.5%;
	width: 35%;
	text-align: left;
	margin-top: 4.1%;
  margin-left: auto;
	padding: 5%;
	background: #fff
}
.img04 .indexTxtR {
	margin-top: 2.1%;
}
.indexTxtL h3, .indexTxtR h3 {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 18px;
	color: #0062b2;
}
.indexTxtL p, .indexTxtR p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 23px;
}
.indexTxtL p.btn_blue, .indexTxtR p.btn_blue {
	margin-bottom: 0;
}
.btn_blue {
	line-height: 1.5!important;
}
.news_box {
	display: flex;
	justify-content: space-between;
	max-width: 1040px;
	margin: 0 auto 130px;
	padding: 0 20px;
}
.news_box .hdg_h2 h2 {
	font-size: 46px;
}
.news_box .hdg_h2 p {
	font-weight: bold;
	margin-top: 10px;
	margin-left: 0;
	font-size: 16px;
}
.news_index {
	flex-basis: 69.5%;
	margin-top: 32px;
}
.news_index ul li {
	display: flex;
	margin-bottom: 48px;
}
.news_index .date {
	color: #999;
	margin-right: 50px;
}
.news_index .date.new:after {
	content: "NEW";
	display: block;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	border-radius: 10px;
	color: #fff;
	background: #b7b506;
}
.news_index .txt, .news_index .txt a {
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}
.news_box .hdg_h2 .btn_border {
	margin-top: 42px;
}
.news_box .btn_border a {
	position: relative;
	display: block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	padding: 7px 10px;
	color: #0062b2;
	border: 1px solid #0062b2;
	transition: all .3s ease;
}
.news_box .btn_border a:after {
	content: "";
	display: block;
	position: absolute;
	top: 45%;
	right: 20px;
	width: 12px;
	height: 6px;
	background: url("../img/icon_arrow_blue.png") no-repeat;
	background-size: 12px 6.5px;
}
.box_blue {
	background: #004d8f;
}
.box_blue ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1040px;
	margin: 0 auto 135px;
	padding: 107px 20px;
}
.box_blue ul li {
	flex-basis: calc(50% - 40px);
	text-align: center;
}
.box_blue ul li:last-child {
	margin-bottom: 0;
}
.box_blue ul li a {
	display: block;
	text-decoration: none;
	height: 240px;
	padding-top: 106px;
	color: #fff;
	background: url("../img/icon_question.png") no-repeat center 49px, #00b6e0;
	background-size: 44px 41px;
	transition: color .3s ease, background .3s ease;
}
.box_blue ul li:last-child a {
	background: url("../img/icon_mail.png") no-repeat center 54px, #b7b506;
	background-size: 44px 33px;
}
.box_blue ul li a .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
}
.box_blue ul li a .txt {
	font-size: 16px;
	margin-top: 13px;
}
.other_service {
	display: flex;
	justify-content: space-between;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto 138px;
	padding: 0 20px;
}
.other_service .box {
	flex-basis: calc(32.4% - 32px);
	flex-shrink: 1;
}
.other_service .box h2 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 55px;
}
.other_service .box .img {
	position: relative;
	margin-bottom: 26px;
}
.other_service .box h2 img, .other_service .box .img img {
	width: 100%;
	vertical-align: middle;
}
.other_service .box .img.pickup:before {
	content: "＼　 Pick UP　 ／";
	position: absolute;
	top: -2.2em;
	right: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #b7b506;
}
.other_service .box .border_l {
	position: relative;
	margin-bottom: 23px;
	padding-left: 18px;
}
.other_service .box .border_l:before {
	position: absolute;
	left: 0;
	display: block;
	content: "";
	width: 2px;
	height: 100%;
	background: #141414;
}
.other_service .box .border_l h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 16px;
}
.other_service .box .border_l p {
	line-height: 1.8;
}

@media all and (max-width: 1200px) {
.indexTxtL {
	left: 20px;
	width: 45%;
}
.indexTxtR {
	right: 20px;
	width: 45%;
}
}

@media all and (max-width: 1100px) {
.top .find_service .box, .top .find_service .box.skyblue {
	justify-content: center;
	flex-direction: column;
	padding: 20px;
}
.top .find_service dl {
	max-width: 100%;
}
.top .find_service dt {
	font-size: 15px;
}
.top .find_service ul {
	justify-content: center;
	align-items: center;
	max-width: 100%;
	width: 100%;
}
.top .find_service ul li a {
	padding: 21px;
	font-size: 15px;
}
.top .find_service dd table td {
	padding: 13px;
}
.top .find_service dd table tr:first-child td {
	padding-top: 32px;
}
.top .find_service dd table tr:last-child td {
	padding-bottom: 32px;
}
.top .find_service dd table td:nth-child(odd) {
	padding-left: 15px;
	padding-right: 10px;
	width: 48%;
}
.top .find_service dd table td:nth-child(even) {
	padding-left: 0;
	padding-right: 10px;
	width: 57%;
}
.top .find_service dd table td a {
	font-size: 15px;
}
.top .find_service .txt {
	position: static;
	width: auto;
	margin-bottom: 15px;
}
.top .find_service .txt .deg90 {
	transform: rotate(0);
	display: inline-block;
}
.top .find_service .box .inner {
	width: 100%;
	padding: 0;
}
}

@media all and (max-width: 992px) {
.other_service {
	flex-wrap: wrap;
}
.other_service .box {
	flex-basis: calc(50% - 40px);
	margin-top: 80px;
}
.other_service .box:nth-child(1), .other_service .box:nth-child(2) {
	margin-top: 0;
}
}

@media all and (-ms-high-contrast: none) {
.top .find_service ul li a {
  padding-top: 23px;
  padding-bottom: 17px;
}
.top .find_service .txt .deg90 {
  margin-left: -9px;
}
.news_box .btn_border a {
  padding-top: 10px;
  padding-bottom: 4px;
}
.news_index .date.new:after {
  padding-top: 5px;
  line-height: 1.1;
}
}

@media all and (-ms-high-contrast: none) and (max-width: 1100px) {
.top .find_service .txt .deg90 {
 margin-left: 0;
}
}

@media all and (min-width: 769px) {
/*-------------------------------------------
    hover
  --------------------------------------------*/
.top_main .scroll:hover {
	opacity: .5;
}
.top .find_service ul li a:hover {
	text-decoration: underline;
	color: #0062b2;
}
.top .find_service dd table td a:hover {
	text-decoration: underline;
	color: #0062b2;
}
.news_index .txt a:hover {
	text-decoration: none;
	color: #0062b2;
}
.news_box .btn_border a:hover {
	color: #fff;
	background: #0062b2;
}
.news_box .btn_border a:hover:after {
	background: url("../img/icon_arrow_blue_on.png") no-repeat;
	background-size: 12px 6.5px;
}
.box_blue ul li a:hover {
	color: #0062b2;
	background: url("../img/icon_question_on.png") no-repeat center 49px, #fff;
	background-size: 44px 41px;
}
.box_blue ul li:last-child a:hover {
	background: url("../img/icon_mail_on.png") no-repeat center 54px, #fff;
	background-size: 44px 33px;
}
}

@media all and (max-width: 768px) {
/*-------------------------------------------
    top
  --------------------------------------------*/
.top_main:after {
	background: url("../img/sp_main_photo01.jpg") right top no-repeat;
	background-size: cover;
}
.top_main .inner {
	align-items: flex-end;
	padding: 0 20px 0 35px;
}
.top_main .inner .hdg_h2 {
	padding-bottom: 88px;
}
.top_main .inner .hdg_h2 h2 {
	font-size: 44px;
	white-space: normal;
	letter-spacing: 1.5px;
}
.top_main .inner .hdg_h2 p {
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.8;
}
.top_main .scroll {
	display: none;
}
.hdg_h2 {
	margin-bottom: 50px;
}
.top .find_service {
	display: block;
	margin-bottom: 90px;
}
.top .find_service .box {
	flex-direction: column;
	max-width: none;
	height: auto;
	padding: 34px 15px 40px;
}
.top .find_service .box.skyblue {
	padding: 34px 15px 40px;
}
.top .find_service .box .inner {
	padding: 0;
}
.top .find_service .box .inner dl {
	margin: 0 auto 20px;
}
.top .find_service .box .inner ul {
	margin: 0 auto;
}
.top .find_service .txt {
	position: static;
	font-size: 18px;
	text-align: center;
	letter-spacing: .2em;
	width: 100%;
	margin-bottom: 25px;
}
.top .find_service .txt .large {
	font-size: 30px;
}
.top .find_service .txt .deg90 {
	transform: none;
}
.hdg_h2 .inner {
	padding: 0 15px;
}
.hdg_h2 h2 {
	display: block;
	font-size: 44px;
	margin: 0;
}
.hdg_h2 p {
	font-size: 15px;
	margin-top: 10px;
	margin-left: 0;
}
.indexPhotoR, .indexPhotoL {
	float: none;
	width: 100%;
	padding-bottom: 65%;
}
.indexTxtL, .indexTxtR {
	float: none;
	left: auto;
	right: auto;
	width: auto;
	margin: -30px 15px 0;
	padding: 30px 22px 0;
	text-align: left;
}
.indexTxtL p, .indexTxtR p {
	font-size: 15px;
}
.slideWrap {
	margin-bottom: 0;
}
.slideImg {
	overflow: visible;
}
.news_box {
	flex-direction: column;
	margin: 0;
	padding: 50px 15px 110px;
}
.news_box .hdg_h2 {
	display: flex;
	align-items: flex-end;
	line-height: 1;
	margin-bottom: 6px;
}
.news_box .hdg_h2 h2 {
	font-size: 44px;
}
.news_box .hdg_h2 p {
	font-weight: bold;
	margin-top: 0;
	padding-left: 7px;
	padding-bottom: 0;
}
.news_index ul li {
	flex-direction: column;
	margin-bottom: 35px;
}
.news_index {
	flex-basis: auto;
}
.news_index ul li .date {
	display: flex;
	align-items: center;
	font-size: 13px;
	margin-left: 2px;
	margin-bottom: 13px;
}
.news_index .date.new:after {
	line-height: 1;
	margin-top: 0;
	margin-left: 15px;
	padding: 3px 24px;
}
.news_index .txt, .news_index .txt a {
	font-size: 15px;
	line-height: 1.8;
}
.news_box .btn_border {
	padding-top: 10px;
}
.news_box .btn_border a {
	margin: 0 auto;
	width: 190px;
	height: 40px;
}
.news_box .btn_border a:after {
	top: 40%;
	right: 10px;
}
.box_blue ul {
	flex-direction: column;
	margin-bottom: 104px;
	padding-left: 37px;
	padding-right: 37px;
}
.box_blue ul li {
	flex-basis: auto;
	width: 100%;
	margin-bottom: 30px;
}
.box_blue ul li a {
	height: 187px;
	padding-top: 90px;
	background-position: center 36px;
}
.box_blue ul li:last-child a {
	background-position: center 46px;
}
.box_blue ul li a .title {
	font-size: 20px;
	line-height: 1.4;
}
.box_blue ul li a .txt {
	margin-top: 10px;
}
.other_service {
	flex-direction: column;
	margin-bottom: 55px;
	padding-left: 11.4%;
	padding-right: 11%;
}
.other_service .box, .other_service .box:nth-child(2) {
	flex-basis: auto;
	min-height: 0%;
	margin: 0 0 52px;
}
.other_service .box h2 {
	font-size: 30px;
	margin-bottom: 30px;
}
.other_service .box .img.pickup:before {
	position: static;
	display: block;
	text-align: right;
	margin-top: -10px;
	padding-bottom: 10px;
}
.other_service .box .border_l {
	margin-bottom: 30px;
}
.other_service .box .border_l:before {
	height: 100%;
}
.other_service .box .border_l p {
	font-size: 13px;
	line-height: 1.9;
}
}

@media all and (max-width: 370px) {
.top_main .inner .hdg_h2 h2 {
	font-size: 37px;
	letter-spacing: 0px;
}
}
