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

Title:private_services.css

Created:
Last Modified :

//////////////////////////////////////////////////*/
.private_services_heading {
	position: relative;
	background-image: url(/images/front/private_services/img_top_pc.png);
	background-size: cover;
	background-position: center center;
	margin-top: 85px;
	width: 100%;
	height: 29vw;
}
.private_services_heading .box {
  width: 100%;
  height: 29vw;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.private_services_heading .wave {
  position: absolute;
  bottom: 10vw;
  left: 50%;
  margin-left: -120vw;
  width: 220vw;
  height: 220vw;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 8000ms infinite linear;
	border: solid 1px #f6b059;
}
.private_services_heading .wave.-two {
  animation: drift 9000ms infinite linear;
	border: solid 1px #8cd2f5;
}
.private_services_heading .wave.-three {
  animation: drift 10000ms infinite linear;
	border: solid 1px #f4b4d0;
}
.private_services_heading .wave.-four {
  animation: drift 11000ms infinite linear;
	border: solid 1px #c0afd5;
}
.private_services_heading .wave.-five {
  animation: drift 12000ms infinite linear;
	border: solid 1px #b1cf70;
}
.private_services_heading .box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(#e8a, 1), rgba(#def, 0) 80%, rgba(white, .5));
  z-index: 11;
  transform: translate3d(0, 0, 0);
}
@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}
.private_services_heading h1 {
	position: absolute;
    width: 100%;
    top: -100px;
    left: 50%;
    right: 50%;
    margin: auto;
}
.private_services_tab {
	border-bottom: solid 2px #4545a7;
	height: 80px;
	padding: 0 2%;
	font-size: 0;
}
.private_services_tab_span ,
.private_services_tab_link {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	font-weight: bold;
	width: calc(48% - 5px);
	font-size: clamp(16px,2.5vw,24px);
	margin: 0 1%;
}
.private_services_tab_span {
	border: solid 2px #4545a7;
	border-bottom: 0;
	background: #fff;
	margin-bottom: -2px;
	border-radius: 6px 6px 0 0;
	height: 80px;
}
.private_services_tab_span span {
	background: -moz-linear-gradient(top, #dadaf3 0%,#fff 50%);
	background: -webkit-linear-gradient(top, #dadaf3 0%,#fff 50%);
	background: linear-gradient(to bottom, #dadaf3 0%,#ff 50%);
	border-radius: 4px 4px 0 0;
	display: block;
	height: 100%;
	margin: 2px;
	padding: 15px 10px 0;
}
.private_services_tab_link {
	color: #fff !important;
	background: #4545a7;
	background: -moz-linear-gradient(top, #6666cc 0%,#4545a7 100%);
	background: -webkit-linear-gradient(top, #6666cc 0%,#4545a7 100%);
	background: linear-gradient(to bottom, #6666cc 0%,#4545a7 100%);
	border-radius: 6px;
	height: 70px;
	padding: 15px 10px 0;
}
.private_services_recomend_wrap {
	background-color: #fbfbf5;
	margin: 40px auto 0;
	font-size: 0;
	text-align: left;
	position: relative;
	overflow: hidden;
	padding: 40px 0 20px 80px;
}
.private_services_recomend_wrap:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	bottom: -40px;
	right: -10px;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 50px solid #fff;
}
.private_services_recomend_wrap:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	bottom: 0px;
	right: 24px;
	border-top: 42px solid transparent;
	border-bottom: 42px solid transparent;
	border-right: 34px solid #f4f4e9;
}
.private_services_recomend_li {
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	list-style: none;
	font-weight: bold;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}
.private_services_recomend_li:before {
	content: "";
	position: absolute;
	background-image: url(/images/front/icn_check_list_light.png);
	background-size:cover;
	top: 50%;
	margin-top: -18px;
	left: 0;
	width: 32px;
	height: 32px;
}
.private_services_expert_wrap {
	margin: 0 60px;
}
.private_services_expert_ul {
	font-size: 0;
}
.private_services_expert_li {
	text-align: center;
	display: inline-block;
	font-weight: bold;
	background: url(/images/front/private_services/icn_expert.png) no-repeat center top;
	padding-top: 140px;
	margin-bottom: 40px;
	background-size: 120px 120px;
	width: 24%;
	font-size: 24px;
}
.private_services_help_ul {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.private_services_help_ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(49% - 10px);
	background-repeat: no-repeat;
	background-size: 80px 80px;
	margin-bottom: 30px;
}
.private_services_help_ul li:nth-child(3) ,
.private_services_help_ul li:nth-child(4) ,
.private_services_help_ul li:last-child {
	margin-bottom: 0;
}
li.private_services_help_green {
	background-image: url(/images/front/private_services/icn_help_green.png);
}
li.private_services_help_pink {
	background-image: url(/images/front/private_services/icn_help_pink.png);
}
li.private_services_help_blue {
	background-image: url(/images/front/private_services/icn_help_blue.png);
}
li.private_services_help_yellow {
	background-image: url(/images/front/private_services/icn_help_yellow.png);
}
.private_services_help_ttl {
	font-weight: bold;
	margin-left: 100px;
	font-size: 24px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
li.private_services_help_green .private_services_help_ttl {
	border-bottom: solid 3px #99d7ca;
}
li.private_services_help_pink .private_services_help_ttl {
	border-bottom: solid 3px #f7c2bf;
}
li.private_services_help_blue .private_services_help_ttl {
	border-bottom: solid 3px #b2d4ee;
}
li.private_services_help_yellow .private_services_help_ttl {
	border-bottom: solid 3px #e3d27f;
}
.private_services_help_txt {
	margin-left: 100px;
	font-size: 16px;
}
.private_services_area_ul {
	list-style: none;
	font-size: 0;
	text-align: center;
	margin-bottom: 24px;
}
.private_services_area_ul li {
	display: inline-block;
	background: #d6cbe4;
	color: #391e5b;
	font-weight: bold;
	border-radius: 3px;
	font-size: 24px;
	padding: 10px 12px 11px;
	margin: 0 5px;
	width:23.5%;
}
.content_contact {
	background-image: url(/images/front/private_services/bg_contact_pc.png);
	background-size: cover;
	background-position: center center;
	height: auto;
	margin-top: 80px;
	padding-bottom: 50px;
}
.content_contact h2 {
	color: #454545;
	/*text-shadow: 0px 0px 8px #fff,0px 0px 8px #fff,0px 0px 10px #fff,0px 0px 10px #fff,*/
		/*2px 2px 10px #fff,2px -2px 10px #fff,-2px 2px 10px #fff,-2px -2px 10px #fff;*/
	font-size: 24px;
	padding-top: 5vw;
	margin-bottom: 2.5vw;
}
.content_contact h2:after {
	content: none;
}
.content_contact_left ,
.content_contact_right {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	width: 45%;
}
.content_contact_tel {
    color: #4545a7;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 5px;
}
.content_contact_tel span {
	background: url(/images/front/private_services/icn_contact_tel.png) no-repeat left center;
	background-size: 30px 30px;
	padding-left: 34px;
}
.content_contact_right .main_link a {
	width: 360px;
	font-size: 22px;
}
.content_box.bg_white {
	padding: 40px 0 20px;
}
.breadcrumb_list {
	text-shadow: none;
	margin: 0;
}
.breadcrumb_list li ,
.breadcrumb_list li.breadcrumb_item.end,
.breadcrumb_list li a {
	color: #000;
}
.news-txt{
	text-align: center;
	padding: 0 10px;
	margin: 0 auto 30px auto ;
}
@media screen and (max-width: 1200px) {
	/*//////////////////////////////////////////////////

	  max-width: 1200px start PC

	//////////////////////////////////////////////////*/

	/*//////////////////////////////////////////////////

	  max-width: 1200px end PC

	//////////////////////////////////////////////////*/
}
@media screen and (max-width: 991px) {
/*//////////////////////////////////////////////////

  max-width: 991px start Tablet

//////////////////////////////////////////////////*/
	.private_services_heading {
		margin-top: 80px;
	}
	.private_services_tab {
		height: 70px;
	}
	.private_services_tab_span {
		height: 70px;
	}
	.private_services_tab_span span {
		padding-top: 12px;
	}
	.private_services_tab_link {
		height: 60px;
		padding-top: 12px;
	}
	.private_services_recomend {
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 60px;
		font-size: 16px;
	}
	.private_services_recomend_span {
		font-size: 20px;
		padding: 2px 16px 0px;
		letter-spacing: 3px
	}
	.private_services_recomend h2 {
		margin: 20px 0 30px;
	}
	.private_services_recomend_wrap {
		padding: 30px 0 10px 60px;
	}
	.private_services_recomend_wrap:before {
		bottom: -60px;
		right: -10px;
	}
	.private_services_recomend_wrap:after {
		right: 16px;
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-right: 28px solid #f4f4e9;
	}
	.private_services_recomend_li {
		padding-left: 36px;
		margin-bottom: 20px;
		font-size: 16px;
	}
	.private_services_recomend_li:before {
		margin-top: -14px;
		width: 28px;
		height: 28px;
	}
	.private_services_expert_wrap {
		margin: 0 30px;
		font-size: 14px;
	}
	.private_services_expert_li {
		padding-top: 116px;
		margin-bottom: 30px;
		background-size: 96px 96px;
		font-size: 20px;
	}
	.private_services_help_ul li {
		background-size: 60px 60px;
	}
	.private_services_help_ttl {
		margin-left: 75px;
		font-size: 20px;
		padding-bottom: 4px;
		margin-bottom: 8px;
	}
	.private_services_help_txt {
		margin-left: 75px;
		font-size: 14px;
	}
	.private_services_area_ul li {
		font-size: 20px;
		width: 45%;
		padding: 5px 10px 4px;
		margin: 0 5px 10px;
	}
	.content_contact {
		margin-top: 60px;
	}
	.content_contact h2 {
		font-size: 20px;
		padding-top: 50px;
		margin-bottom: 25px;
	}
	.content_contact_left ,
	.content_contact_right {
	}
	.content_contact_tel {
		font-size: 32px;
		margin-bottom: 2px;
	}
	.content_contact_tel span {
		background-size: 26px 26px;
		padding-left: 30px;
	}
	.content_contact_right .main_link a {
		width: 300px;
		font-size: 20px;
	}
	.content_box.bg_white {
		padding: 30px 0 20px;
	}
	.content_section > h2 {
		padding-top: 60px;
	}
/*//////////////////////////////////////////////////

  max-width: 991px end Tablet

//////////////////////////////////////////////////*/
}

@media screen and (max-width: 991px) and (min-width: 768px) {
}

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

  max-width: 767px start SP

//////////////////////////////////////////////////*/
	.private_services_heading {
		background-image: url(/images/front/private_services/img_top_sp.png);
		margin-top: 60px;
		height: 48vw;
	}
	.private_services_heading .wave {
	  bottom: 5vw;
	}
	.private_services_tab {
		height: 60px;
	}
	.private_services_tab_span {
		height: 60px;
	}
	.private_services_tab_span span {
		padding: 8px 2px 0;
	}
	.private_services_tab_link {
		height: 50px;
		padding: 8px 2px 0;
	}
	.private_services_recomend {
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 40px;
		overflow: hidden;
	}
	.private_services_recomend_span {
		font-size: 18px;
		padding: 2px 16px 0px;
		letter-spacing: 2px
	}
	.private_services_recomend h2 {
		margin: 20px 0 30px;
	}
	.private_services_recomend_wrap {
		padding: 30px 8vw 20px;
		margin: 20px auto;
	}
	.private_services_recomend_li {
		padding-left: 36px;
		margin-bottom: 20px;
		font-size: 16px;
		width: 100%;
	}
	.private_services_recomend_li:before {
		margin-top: -14px;
		width: 28px;
		height: 28px;
	}
	.private_services_expert_wrap {
		margin: 0;
	}
	.private_services_expert_li {
		padding-top: 85px;
		margin-bottom: 20px;
		background-size: 70px 70px;
		font-size: 16px;
		width: 49%;
	}
	.private_services_help_ul li {
		width: 100%;
	}
	.private_services_help_ttl {
		font-size: 18px;
		padding-bottom: 4px;
		margin-bottom: 8px;
	}
	.private_services_help_txt {
		font-size: 13px;
		margin-right: -10px;
	}
	.private_services_area_ul {
		margin-bottom: 12px;
	}
	.private_services_area_ul li {
		font-size: 16px;
	}
	.content_contact h2 {
		font-size: 18px;
		padding-top: 50px;
		margin-bottom: 20px;
	}
	.content_contact_left {
		margin-bottom: 20px;
	}
	.content_contact_left ,
	.content_contact_right {
		width: 100%;
	}
	.content_contact_right .main_link a {
		width: auto;
		font-size: 20px;
	}
	.content_box.bg_white {
		padding: 20px 0 0;
	}
	.content_section > h2 {
		padding-top: 40px;
	}
	.breadcrumb_list {
		display: none;
	}
	
/*//////////////////////////////////////////////////

  max-width: 767px end SP

//////////////////////////////////////////////////*/
}
/*//////////////////////////////////////////////////

  max-width: 575px start SP

//////////////////////////////////////////////////*/
@media screen and (max-width: 575px){
/*//////////////////////////////////////////////////

  max-width: 575px end SP

//////////////////////////////////////////////////*/
}