@charset "utf-8";
/*=============================================================================
TOP PAGE
=============================================================================*/

/*======== COVER ========*/
.top_cover{
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
	position: relative;
}
.cover_slide_sp,
.cover_slide{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.cover_slide_sp img{
	width: auto;
	height: 100vh;
	}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.top_cover_ride{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top_cover_copy{
	font-family: "Noto Serif", serif;
	color: #231815;
	font-weight: bold;
	
	/*text-shadow: #FFFFFF 1px 0 10px;*/
}
@media screen and (max-width:699px){
	.cover_slide{
		display: none;
	}
	.cover_slide_sp{
		height: 100vh;
	}
	.top_cover_ride{
		width: 300px;
		top: calc(50% - 55px);
	}
	.top_cover_copy{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.top_cover_logo{
		width: 70%;
	}
}
@media screen and (min-width:700px) and (max-width:1000px){
	.cover_slide_sp{
		display: none;
	}
	.cover_slide{
		height: 100vh;
	}
	.top_cover_ride{
		width: 400px;
		top: 17vw;
	}
	.top_cover_copy{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.top_cover_logo{
		width: 100%;
	}
}
@media screen and (min-width:1001px){
	.cover_slide_sp{
		display: none;
	}
	.cover_slide{
		height: 100vh;
	}
	.top_cover_ride{
		width: 600px;
		top: 18vw;
	}
	.top_cover_copy{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.top_cover_logo{
		width: 100%;
	}
}

/*======== BUSINESS ========*/
.bg_business{
	width: 100%;
	display: block;
	clear: both;
	position: relative;
	margin-bottom: -30vw;
}
.bg_business::before{
	content: "";
	position: absolute;
	background-color: #5278a0;
	width: 100%;
	left: 0;
	bottom: 30vw;
	z-index: -10;
}
.bg_business::after{
	content: "";
	width: 0;
	height: 0;
	border-left: 27px solid transparent; 
	border-right: 27px solid transparent;
	border-top: 27px solid #5278a0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.furits_support{
	background-color: #dde4eb;
	border-radius: 30px;
	box-sizing: border-box;
	position: relative;
}
.furits_support_ttl{
	font-family: "Belleza", serif;
	color: var(--blue-color);
	text-align: center;
}
.furits_support_txt{
	margin-top: 40px;
	font-size: 13px;
	line-height: 1.8em;
}
.furits_support_icon{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.top_support_img01{
	width: 89%;
	content: "";
	left: 0;
	position: relative;
	z-index: -3;
}
.top_support_img02{
	width: 34%;
	content: "";
	left: 66%;
	position: relative;
	z-index: -2;
}
.top_support_img03{
	width: 55%;
	content: "";
	left: 15%;
	position: relative;
	z-index: -1;
}
@media screen and (max-width:699px){
	.bg_business::before{
		height: 70vw;
	}
	.bg_business::after{
		bottom: 26.1vw;
	}
	.furits_support{
		width: 90%;
		margin: 60px 5% 0 5%;
		padding: 40px 50px;
	}
	.furits_support_ttl{
		font-size: 38px;
	}
	.furits_support_icon li{
		width: 30%;
		margin: 0 2%;
	}
	.top_support_img01{
		top: -6vw;
	}
	.top_support_img02{
		top: -14vw;
	}
	.top_support_img03{
		top: -35vw;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.bg_business::before{
		height: 80vw;
	}
	.bg_business::after{
		bottom: 27.9vw;
	}
	.furits_support{
		max-width: 800px;
		width: 90%;
		margin: 60px auto 0 auto;
		padding: 50px 60px;
	}
	.furits_support_ttl{
		font-size: 45px;
	}
	.furits_support_icon li{
		max-width: 180px;
		width: 30%;
		margin: 0 2%;
	}
	.top_support_img01{
		top: -6vw;
	}
	.top_support_img02{
		top: -14vw;
	}
	.top_support_img03{
		top: -35vw;
	}
}
@media screen and (min-width:1280px){
	.bg_business::before{
		height: 80vw;
	}
	.bg_business::after{
		bottom: 28.58vw;
	}
	.furits_support{
		width: 800px;
		margin: 60px auto 0 auto;
		padding: 60px 70px;
	}
	.furits_support_ttl{
		font-size: 57px;
	}
	.furits_support_icon li{
		width: 180px;
		margin: 0 15px;
	}
	.top_support_img01{
		top: -6vw;
	}
	.top_support_img02{
		top: -14vw;
	}
	.top_support_img03{
		top: -35vw;
	}
}

/*======== CONTENTS ========*/
.top_contents{
	width: 100%;
	display: block;
	clear: both;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.top_contents{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.top_contents#shinkyu{
	margin-top: 30px;
}
.top_contents_discri{
	background-color:rgba(255,255,255,0.5);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top_contents_discri_ttl{
	color: var(--blue-color);
	font-weight: bold;
	margin-top: 20px;
}
.top_contents#shinkyu .top_contents_discri_ttl{
	margin-top: 0;
}
.top_contents_discri_txt{
	margin-top: 30px;
	line-height: 1.8em;
}
@media screen and (max-width:699px){
	.top_contents#wam{
		background-image: url("images/top_support_contents_wam_sp.jpg");
		padding-bottom: 65px;
	}
	.top_contents#shinkyu{
		background-image: url("images/top_support_contents_shinkyu_sp.jpg");
		padding-bottom: 65px;
	}
	.top_contents_discri{
		width: 80%;
		margin: 65px 10% 0 10%;
		padding: 20px 30px;
	}
	.top_contents_discri_logo{
		width: 50px;
	}
	.top_contents_discri_ttl{
		font-size: 18px;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.top_contents#wam{
		background-image: url("images/top_support_contents_wam.jpg");
		height: 560px;
	}
	.top_contents#shinkyu{
		background-image: url("images/top_support_contents_shinkyu.jpg");
		height: 560px;
	}
	.top_contents_discri{
		max-width: 900px;
		width: 80%;
		margin: 65px auto 0 auto;
		padding: 30px 50px;
	}
	.top_contents_discri_logo{
		width: 63px;
	}
	.top_contents_discri_ttl{
		font-size: 20px;
	}
}
@media screen and (min-width:1280px){
	.top_contents#wam{
		background-image: url("images/top_support_contents_wam.jpg");
		height: 560px;
	}
	.top_contents#shinkyu{
		background-image: url("images/top_support_contents_shinkyu.jpg");
		height: 560px;
	}
	.top_contents_discri{
		width: 900px;
		margin: 65px auto 0 auto;
		padding: 40px 70px;
	}
	.top_contents_discri_logo{
		width: 63px;
	}
	.top_contents_discri_ttl{
		font-size: 24px;
	}
}

/*======== MESSAGE ========*/
.company_subttl{
	font-family: "Belleza", serif;
	font-size: 18px;
	margin-top: 65px;
}
.company_wrap{
	margin-top: 25px;
}
.company_message_txt{
	margin-top: 25px;
	line-height: 1.8em;
}
.company_message_name{
	font-size: 13px;
	text-align: right;
	line-height: 1.8em;
	margin-top: 50px;
}
@media screen and (max-width:699px){
	.company_message_ttl{
		font-size: 16px;
		margin-top: 30px;
	}
	.company_message_txt{
		font-size: 14px;
	}
	.company_message_name span{
		font-size: 16px;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.company_subttl.message{
		max-width: 800px;
		width: 100%;
		margin: 65px auto 0 auto;
	}
	.company_wrap{
		max-width: 800px;
		width: 100%;
		margin: 25px auto 0 auto;
	}
	.company_message_ttl{
		font-size: 18px;
	}
	.company_message_txt{
		font-size: 15px;
	}
	.company_message_name span{
		font-size: 18px;
	}
}
@media screen and (min-width:1280px){
	.company_subttl.message{
		width: 800px;
		margin: 65px auto 0 auto;
	}
	.company_wrap{
		width: 800px;
		margin: 25px auto 0 auto;
	}
	.company_message_ttl{
		font-size: 18px;
	}
	.company_message_txt{
		font-size: 15px;
	}
	.company_message_name span{
		font-size: 18px;
	}
}

/*======== CAMPANY PROFILE ========*/
.company_profile{
	background-color: #FFFFFF;
	display: flex;
	font-size: 13px;
	padding: 25px 35px;
	box-sizing: border-box;
	margin-top: 5px;
}
.company_profile:first-of-type{
	margin-top: 30px;
}
.company_profile dt{
	position: relative;
	padding-left: 22px;
}
.company_profile dt::before{
	content: "";
	position: absolute;
	width: 12px;
	border-bottom: 2px #adc0d0 solid;
	top: 12px;
	left: 0;
}
.company_profile dd span{
	color: #FFFFFF;
	background-color: #5278a0;
	padding: 2px 10px;
}
.company_profile_qr{
	max-width: 92px;
	width: 100%;
}
.company_map{
	position: relative;
	width: 100%;
	margin-top: 30px;
}
.company_map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:699px){
	.company_profile{
		padding: 15px 20px;
	}
	.company_profile dt{
		width: 100px;
	}
	.company_profile dd{
		width: calc(100% - 100px);
	}
	.company_map{
		height: 350px;
	}
}
@media screen and (min-width:700px){
	.company_profile dt{
		width: 145px;
	}
	.company_profile dd{
		width: calc(100% - 165px);
	}
	.company_map{
		height: 550px;
	}
}


/*======== RECRUIT ========*/
.recruit_mainimg{
	position: relative;
}
#recruit_list{
	margin-top: -1px;
}
.recruit_copy{
	color: var(--blue-color);
	line-height: 1.5em;
}
.recruit_list{
	display: flex;
	box-sizing: border-box;
	border-bottom: 1px var(--blue-color) dashed;
	margin-top: 5px;
}
.recruit_list:first-of-type{
	margin-top: 30px;
}
.recruit_support{
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: var(--blue-color);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}
.recruit_support::before{
	content: "＼";
	margin-right: 20px;
}
.recruit_support::after{
	content: "／";
	margin-left: 20px;
}
.recruit_support_img{
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
@media screen and (max-width:699px){
	.recruit_mainimg{
		margin-top: 30px;
	}
	.recruit_mainimg img{
		width: 110%;
		margin-left: -10%;
	}
	.conttl_recruit{
		top: 23vw;
		left: 30%;
	}
	.recruit_copy{
		font-size: 20px;
		margin-top: 40px;
	}
	.recruit_list{
		padding: 20px 10px 10px 10px;
		font-size: 14px;
	}
	.recruit_list dt{
		width: 100px;
	}
	.recruit_list dd{
		width: calc(100% - 125px);
	}
	.recruit_support{
		font-size: 16px;
	}
	.recruit_support::before,
	.recruit_support::after{
		font-size: 37px;
	}
	.recruit_support_img li{
		max-width: 200px;
		width: 25%;
		margin: 0 3%;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.conttl_recruit.pc{
		color: #FFFFFF;
		text-align: center;
		position: absolute;
	}
	.conttl_recruit::before{
		content: "";
		height: 80px;
		border: 1px #FFFFFF solid;
		position: absolute;
		top: -100px;
		left: 50%;
	}
	.recruit_mainimg{
		margin-top: 100px;
	}
	.conttl_recruit{
		top: 27vw;
		left: 30%;
	}
	.recruit_copy{
		font-size: 24px;
		text-align: center;
		margin-top: 80px;
	}
	.recruit_list{
		padding: 40px 40px 20px 40px;
		font-size: 15px;
	}
	.recruit_list dt{
		width: 145px;
	}
	.recruit_list dd{
		width: calc(100% - 165px);
	}
	.recruit_support{
		font-size: 17px;
	}
	.recruit_support::before,
	.recruit_support::after{
		font-size: 38px;
	}
	.recruit_support_img li{
		max-width: 200px;
		width: 25%;
		margin: 0 3%;
	}
}
@media screen and (min-width:1280px){
	.conttl_recruit.pc{
		color: #FFFFFF;
		text-align: center;
		position: absolute;
	}
	.conttl_recruit::before{
		content: "";
		height: 80px;
		border: 1px #FFFFFF solid;
		position: absolute;
		top: -100px;
		left: 50%;
	}
	.recruit_mainimg{
		margin-top: 150px;
	}
	.conttl_recruit{
		top: 23vw;
		left: 30%;
	}
	.recruit_copy{
		font-size: 28px;
		text-align: center;
		margin-top: 100px;
	}
	.recruit_list{
		padding: 40px 60px 20px 60px;
		font-size: 16px;
	}
	.recruit_list dt{
		width: 145px;
	}
	.recruit_list dd{
		width: calc(100% - 165px);
	}
	.recruit_support{
		font-size: 19px;
	}
	.recruit_support::before,
	.recruit_support::after{
		font-size: 40px;
	}
	.recruit_support_img li{
		width: 200px;
		margin: 0 27px;
	}
}

/*======== TOP NEWS ========*/
.top_news_list li{
	display: flex;
	justify-content: space-between;
	padding: 45px 0;
	border-bottom: 1px var(--blue-color) solid;
}
.top_news_list li:first-of-type{
	border-top: 1px var(--blue-color) solid;
}
@media screen and (max-width:699px){
	.top_news_list{
		margin-top: 55px;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.top_news_list{
		max-width: 800px;
		width: 100%;
		margin: 55px auto 0 auto;
		clear: both;
	}
}
@media screen and (min-width:1280px){
	.top_news_list{
		width: 800px;
		margin: 55px auto 0 auto;
		clear: both;
	}
}

/*=============================================================================
NEWS PAGE
=============================================================================*/
.news_btn li a{
	display: block;
	clear: both;
	background-color: #dde4eb;
	color: #3e3a39;
	text-align: center;
	padding: 15px 0;
}
.news_btn li a span{
	color: var(--blue-color);
	font-family: var(--en-font);
	font-size: 11px;
}
.news_btn li a.active{
	background-color: #adc0d0;
	border: 3px #5278a0 solid;
	box-sizing: border-box;
	padding: 11.5px 0;
}
.news_btn li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid var(--blue-color);
  border-bottom: 1px solid var(--blue-color);
  transform: rotate(45deg);
  margin: 0 auto;
}
.news_list{
	margin: 100px 0;
}
.news_list li{
	display: flex;
	justify-content: space-between;
	padding: 45px 0;
	border-bottom: 1px var(--blue-color) solid;
}
.news_img img{
	border-radius: 50%;
	border: 1px #dbdcdc solid;
}
.news_date{
	font-family: "Belleza", serif;
	color: var(--blue-color);
	font-size: 13px;
}
.news_ttl{
	font-size: 15px;
	margin-top: 10px;
}
.news_ttl a{
	color: #444444;
}
.news_txt{
	font-size: 13px;
	margin-top: 10px;
}
@media screen and (max-width:699px){
	.news_btn{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 50px;
	}
	.news_btn li{
		width: 48%;
	}
	.news_btn li:nth-of-type(3),
	.news_btn li:nth-of-type(4){
		margin-top: 15px;
	}
	.news_btn li a{
		height: 100px;
		font-size: 13px;
		line-height: 1.5em;
	}
	.news_img{
		width: 100px;
	}
	.news_txtbox{
		width: calc(100% - 130px);
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.news_btn{
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}
	.news_btn li{
		width: 24%;
	}
	.news_btn li a{
		font-size: 13px;
	}
	.news_list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.news_list li{
		width: 48%;
	}
	.news_img{
		width: 120px;
	}
	.news_txtbox{
		width: calc(100% - 150px);
	}
}
@media screen and (min-width:1280px){
	.news_btn{
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}
	.news_btn li{
		width: 24%;
	}
	.news_btn li a{
		font-size: 13px;
	}
	.news_list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.news_list li{
		width: 48%;
	}
	.news_img{
		width: 150px;
	}
	.news_txtbox{
		width: calc(100% - 180px);
	}
}

/*=============================================================================
NEWS DETAIL PAGE
=============================================================================*/
.news_date span{
	font-family: "Noto Sans", sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #5278a0;
	padding: 2px 8px;
	margin-left: 10px;
}
.news_date span a,
.news_date span a:link,
.news_date span a:visited,
.news_date span a:active{
	color: #FFFFFF;
}
.news_ttl#detail{
	border-bottom: 1px var(--blue-color) solid;
	padding-bottom: 15px;
}
.news_contents p{
	font-size: 13px;
}
.news_contents p,
.news_contents img{
	margin-top: 25px;
}
.news_contents{
	max-width: 800px;
	margin: 55px auto 0 auto;
}
.prev_next{
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
	margin-top: 60px;
}
.prev{
	text-align: left;
	float: left;
}
.next{
	text-align: right;
}
.prev a,
.next a{
	color: var(--blue-color);
	font-family: var(--en-font);
	font-size: 16px;
}
.prev a::before{
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 8px solid var(--blue-color);
	display: inline-block;
	margin: 0 5px 1px 0;
}
.next a::after{
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid var(--blue-color);
	display: inline-block;
	margin: 0 0 1px 5px;
}

/*=============================================================================
WaM TOP PAGE
=============================================================================*/
/*======== WaM TOP COVER ========*/
.wamcover_inner{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.wamcover_menu{
	margin-top: 55px;
}
.wamcover_menu li a{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 19px;
	background-color: var(--blue-color);
	position: relative;
}
.wamcover_menu li a::before{
	content: "";
	width: 7px;
	height: 2px;
	background-color: #FFFFFF;
	transform: rotate(45deg);
	transform-origin: right;
	position: absolute;
	right: 20px;
}
.wamcover_menu li a::after{
	content: "";
	width: 7px;
	height: 2px;
	background-color: #FFFFFF;
	transform: rotate(-45deg);
	transform-origin: right;
	position: absolute;
	right: 20px;
}
@media screen and (max-width:699px){
	.wamcover_inner{
		width: 70%;
	}
	.wamcover_logo{
		width: 70%;
	}
	.wamcover_menu{
		width: 100%;
	}
	.wamcover_menu li{
		width: 100%;
		margin-top: 20px;
	}
	.wamcover_menu li:first-of-type{
		margin-top: 0;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.wamcover_inner{
		width: 50%;
	}
	.wamcover_logo{
		width: 57%;
	}
	.wamcover_menu{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.wamcover_menu li{
		width: 31%;
	}
}
@media screen and (min-width:1280px){
	.wamcover_inner{
		width: 945px;
	}
	.wamcover_logo{
		width: 546px;
	}
	.wamcover_menu{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.wamcover_menu li{
		width: 300px;
	}
}

/*======== WaM TOP INTRO ========*/
.contents_wrap#wamtop_intro{
	position: relative;
}
.wamtop_intro_copyen{
	color: var(--blue-color);
	font-family: var(--en-font);
	line-height: 1.0em;
}
.wamtop_intro_copyjp{
	color: var(--blue-color);
	font-weight: bold;
}
.wamtop_intro_txt{
	color: var(--blue-color);
	line-height: 1.5em;
}
.wamtop_support{
	margin-top: 55px;
}
.wamtop_support_iconlist{
	display: flex;
	justify-content: center;
	margin-top: 45px;
}
@media screen and (max-width:799px){
	.contents_wrap#wamtop_intro{
		padding: 5vw 0;
		top: 0;
	}
	.wamtop_intro_contents{
		width: 94%;
		margin: 10vw 3%;
		display: block;
		clear: both;
		overflow: hidden;
		text-align: center;
	}
	.wamtop_intro_logo{
		width: 12%;
		margin: 0 46%;
	}
	.wamtop_intro_copyen{
		font-size: 9vw;
		margin-top: 9vw;
	}
	.wamtop_intro_copyjp{
		font-size: 4vw;
		margin-top: 8.5vw;
	}
	.wamtop_intro_txt{
		font-size: 3.5vw;
		margin-top: 8.5vw;
	}
	.wamtop_intro_img01{
		width: 90%;
	}
	.wamtop_intro_img02{
		width: 90%;
		margin-left: 10%;
	}
	.wamtop_intro_img01 img,
	.wamtop_intro_img02 img{
		object-fit: cover;
    	height: 60vw;
	}
	.wamtop_support{
		font-size: 15px;
	}
	.wamtop_support_iconlist{
		width: 90%;
		flex-wrap: wrap;
		margin: 45px 5% 0 5%;
	}
	.wamtop_support_iconlist li{
		max-width: 152px;
		width: 27%;
		margin: 0 2%;
	}
	.wamtop_support_iconlist li:nth-of-type(4),
	.wamtop_support_iconlist li:nth-of-type(5){
		margin-top: 20px;
	}
}
@media screen and (min-width:800px){
	.contents_wrap#wamtop_intro{
		padding: 8vw 0;
		top: -3vw;
	}
	.wamtop_intro_contents{
		width: 41%;
		margin: 0 29.5%;
		text-align: center;
	}
	.wamtop_intro_logo{
		width: 8%;
		margin: 0 46%;
	}
	.wamtop_intro_copyen{
		font-size: 4.3vw;
		margin-top: 4vw;
	}
	.wamtop_intro_copyjp{
		font-size: 2vw;
		margin-top: 3.7vw;
	}
	.wamtop_intro_txt{
		font-size: 1.5vw;
		margin-top: 3.7vw;
	}
	.wamtop_intro_img01{
		width: 29%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.wamtop_intro_img02{
		width: 29%;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.wamtop_support{
		font-size: 17px;
		text-align: center;
	}
	.wamtop_support_iconlist li{
		max-width: 152px;
		width: 16.8%;
		margin: 0 2%;
	}
}

/*======== WaM TOP SUPPORT ========*/
.wamtop_support_list{
	padding: 80px 0 100px 0;
}
.wamtop_support_list li:nth-last-of-type(odd) .wamtop_support_list_txtwrap{
	background-color: #FFFFFF;
	position: relative;
}
.wamtop_support_list li:nth-last-of-type(even) .wamtop_support_list_txtwrap{
	background-color: #FFFFFF;
	position: relative;
}
.wamtop_support_list_ttl{
	color: var(--blue-color);
	font-weight: bold;
	text-align: center;
}
.wamtop_support_list_txt{
	line-height: 1.8em;
}
@media screen and (max-width:699px){
	.wamtop_support_list li{
		margin-top: 70px;
	}
	.wamtop_support_list li:first-of-type{
		margin-top: 0;
	}
	.wamtop_support_list_txtwrap{
		width: 90%;
		padding: 60px;
		box-sizing: border-box;
		border-radius: 48.5px 0 0 48.5px;
		margin: 10vw 0 0 10%;
	}
	.wamtop_support_list_txtwrap::after{
		content: url("images/wam_support_corner_left.png");
		position: absolute;
		top: -57.5px;
		left: -47.5px;
	}
	.wamtop_support_list_img{
		width: 80%;
		margin: 30px 20% 0 0;
	}
	.wamtop_support_list_img img{
		border-radius: 0 25px 25px 0;
	}
	.wamtop_support_list_ttl{
		font-size: 28px;
	}
	.wamtop_support_list_txt{
		font-size: 15px;
		margin-top: 40px;
	}
	.wamtop_support_list_txtwrap .btn{
		margin-top: 50px;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.wamtop_support_list li{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 70px;
	}
	.wamtop_support_list li:nth-last-of-type(odd){
		flex-direction: row-reverse;
	}
	.wamtop_support_list li:first-of-type{
		margin-top: 0;
	}
	.wamtop_support_list_txtwrap{
		width: 53%;
		padding: 60px;
		box-sizing: border-box;
		margin-top: 10vw;
	}
	.wamtop_support_list li:nth-last-of-type(odd) .wamtop_support_list_txtwrap{
		border-radius: 48.5px 0 0 48.5px;
	}
	.wamtop_support_list li:nth-last-of-type(even) .wamtop_support_list_txtwrap{
		border-radius: 0 48.5px 48.5px 0;
	}
	.wamtop_support_list li:nth-last-of-type(odd) .wamtop_support_list_txtwrap::after{
		content: url("images/wam_support_corner_left.png");
		position: absolute;
		top: -57.5px;
		left: -47.5px;
	}
	.wamtop_support_list li:nth-last-of-type(even) .wamtop_support_list_txtwrap::after{
		content: url("images/wam_support_corner_right.png");
		position: absolute;
		top: -57.5px;
		right: -47.5px;
	}
	.wamtop_support_list_img{
		width: 40%;
	}
	.wamtop_support_list li:nth-last-of-type(odd) .wamtop_support_list_img img{
		border-radius: 0 48.5px 48.5px 0;
	}
	.wamtop_support_list li:nth-last-of-type(even) .wamtop_support_list_img img{
		border-radius: 48.5px 0 0 48.5px;
	}
	.wamtop_support_list_ttl{
		font-size: 28px;
	}
	.wamtop_support_list_txt{
		font-size: 15px;
		margin-top: 40px;
	}
	.wamtop_support_list_txtwrap .btn{
		margin-top: 50px;
	}
}
@media screen and (min-width:1280px){
	.wamtop_support_list li{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 90px;
	}
	.wamtop_support_list li:nth-last-of-type(odd){
		flex-direction: row-reverse;
	}
	.wamtop_support_list li:first-of-type{
		margin-top: 0;
	}
	.wamtop_support_list_txtwrap{
		width: 53%;
		padding: 60px 80px;
		box-sizing: border-box;
		margin-top: 8vw;
	}
	.wamtop_support_list li:nth-last-of-type(odd) .wamtop_support_list_txtwrap{
		border-radius: 48.5px 0 0 48.5px;
	}
	.wamtop_support_list li:nth-last-of-type(even) .wamtop_support_list_txtwrap{
		border-radius: 0 48.5px 48.5px 0;
	}
	.wamtop_support_list li:nth-last-of-type(odd) .wamtop_support_list_txtwrap::after{
		content: url("images/wam_support_corner_left.png");
		position: absolute;
		top: -57.5px;
		left: -47.5px;
	}
	.wamtop_support_list li:nth-last-of-type(even) .wamtop_support_list_txtwrap::after{
		content: url("images/wam_support_corner_right.png");
		position: absolute;
		top: -57.5px;
		right: -47.5px;
	}
	.wamtop_support_list_img{
		width: 40%;
	}
	.wamtop_support_list li:nth-last-of-type(odd) .wamtop_support_list_img img{
		border-radius: 0 48.5px 48.5px 0;
	}
	.wamtop_support_list li:nth-last-of-type(even) .wamtop_support_list_img img{
		border-radius: 48.5px 0 0 48.5px;
	}
	.wamtop_support_list_ttl{
		font-size: 36px;
	}
	.wamtop_support_list_txt{
		font-size: 17px;
		margin-top: 70px;
	}
	.wamtop_support_list_txtwrap .btn{
		margin-top: 70px;
	}
}

/*======== WaM TOP OFFER SERVICE ========*/
.wamtop_offerservice{
	width: 100%;
	height: 100px;
	color: #FFFFFF;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #5278a0;
}
.wamtop_offerservice_wrap{
	border-left: 4px #adc0d0 solid;
	box-sizing: border-box;
}
.wamtop_offerservice_box{
	position: relative;
}
.wamtop_offerservice_box:first-of-type{
	margin-top: 0;
}
.wamtop_offerservice_box dl{
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.wamtop_offerservice_box dl::before{
	position: absolute;
	content: "";
	background-color: #5278a0;
	border-radius: 50%;
}
.wamtop_offerservice_box dl dt{
	color: #dde4eb;
	font-family: var(--en-font);
}
.wamtop_offerservice_box dl dd{
	color: var(--blue-color);
}
@media screen and (max-width:899px){
	.wamtop_offerservice{
		font-size: 22px;
	}
	.wamtop_offerservice_wrap{
		width: 80%;
		margin: 0 10%;
		padding: 65px 0;
	}
	.wamtop_offerservice_box{
		margin: 60px 0 0 7%;
	}
	.wamtop_offerservice_box dl{
		height: 45px;
	}
	.wamtop_offerservice_box dl::before{
		width: 20px;
		height: 20px;
		left: calc(-7% - 14.7px);
		top: 37%;
	}
	.wamtop_offerservice_box dl dt{
		font-size: 60px;
		margin-right: 5%;
	}
	.wamtop_offerservice_box dl dd{
		font-size: 16px;
		margin-top: 10px;
	}
	.wamtop_offerservice_box p{
		font-size: 13px;
		margin-top: 20px;
	}
}
@media screen and (min-width:900px){
	.wamtop_offerservice{
		font-size: 36px;
	}
	.wamtop_offerservice_wrap{
		width: 850px;
		margin: 0 auto;
		padding: 65px 0;
	}
	.wamtop_offerservice_box{
		margin: 75px 0 0 40px;
	}
	.wamtop_offerservice_box dl{
		height: 65px;
	}
	.wamtop_offerservice_box dl::before{
		width: 25px;
		height: 25px;
		left: -54.5px;
		top: 50%;
	}
	.wamtop_offerservice_box dl dt{
		font-size: 90px;
		margin-right: 35px;
	}
	.wamtop_offerservice_box dl dd{
		font-size: 27px;
		margin-top: 15px;
	}
	.wamtop_offerservice_box p{
		font-size: 15px;
		margin-top: 30px;
	}
}

/*======== WaM TOP JIREI ========*/
.wamtop_jirei_ttl{
	color: var(--blue-color);
	text-align: center;
	padding: 25px 0;
	border: 2px var(--blue-color) solid;
	box-sizing: border-box;
}
.wamtop_jirei_con{
	display: flex;
	justify-content: space-between;
}
.wamtop_jirei_con dd span{
	color: var(--blue-color);
	display: block;
	margin-bottom: 10px;
}
@media screen and (max-width:699px){
	.wamtop_jirei{
		margin: 65px 0;
	}
	.wamtop_jirei_ttl{
		font-size: 25px;
	}
	.wamtop_jirei_con{
		width: 93%;
		margin: 35px 3.5% 0 3.5%;
		align-items: flex-start;
	}
	.wamtop_jirei_con:first-of-type{
		margin-top: 40px;
	}
	.wamtop_jirei_con dt{
		max-width: 140px;
		width: 24%;
	}
	.wamtop_jirei_con dd span{
		font-size: 15px;
	}
	.wamtop_jirei_con dd{
		width: 71%;
		font-size: 13px;
		line-height: 1.8em;
	}
	.wamtop_jirei_img{
		margin-top: 40px;
	}
	.wamtop_jirei_img img{
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.wamtop_jirei{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin: 80px 0;
	}
	.wamtop_jirei_txtbox{
		width: 47%;
	}
	.wamtop_jirei_ttl{
		font-size: 30px;
	}
	.wamtop_jirei_con{
		width: 93%;
		margin: 3.9vw 3.5% 0 3.5%;
		align-items: flex-start;
	}
	.wamtop_jirei_con:first-of-type{
		margin-top: 5vw;
	}
	.wamtop_jirei_con dt{
		max-width: 140px;
		width: 20%;
	}
	.wamtop_jirei_con dd span{
		font-size: 16px;
	}
	.wamtop_jirei_con dd{
		width: 75%;
		font-size: 14px;
		line-height: 1.8em;
	}
	.wamtop_jirei_img{
		width: 50%;
	}
}
@media screen and (min-width:1280px){
	.wamtop_jirei{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin: 100px 0;
	}
	.wamtop_jirei_txtbox{
		width: 47%;
	}
	.wamtop_jirei_ttl{
		font-size: 35px;
	}
	.wamtop_jirei_con{
		width: 93%;
		margin: 3.9vw 3.5% 0 3.5%;
		align-items: center;
	}
	.wamtop_jirei_con:first-of-type{
		margin-top: 5vw;
	}
	.wamtop_jirei_con dt{
		max-width: 140px;
		width: 20%;
	}
	.wamtop_jirei_con dd span{
		font-size: 18px;
	}
	.wamtop_jirei_con dd{
		width: 75%;
		font-size: 15px;
		line-height: 1.8em;
	}
	.wamtop_jirei_img{
		width: 50%;
	}
}

/*======== WaM TOP REASON ========*/
.wamtop_reason_bg{
	width: 100%;
	display: block;
	clear: both;
	background-image: url("images/wam_reason_img.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 55px;
}
.wamtop_reason_list li{
	background-color:rgba(255,255,255,0.8);
	box-sizing: border-box;
	}
.wamtop_reason_no{
	width: 200px;
	margin: 0 auto;
	padding: 10px 0;
	font-family: var(--en-font);
	color: #FFFFFF;
	background-color: var(--blue-color);
	text-align: center;
}
.wamtop_reason_ttl{
	color: var(--blue-color);
	text-align: center;
	margin-top: 25px;
}
.wamtop_reason_txt{
	margin-top: 35px;
}
@media screen and (max-width:699px){
	.wamtop_reason_bg{
		background-size: 150%;
	}
	.wamtop_reason_list{
		margin-top: 45vw;
	}
	.wamtop_reason_list li{
		width: 90%;
		border: 4px #adc0d0 solid;
		border-radius: 25px;
		padding: 25px;
		margin: 40px 5% 0 5%;
	}
	.wamtop_reason_list li:first-of-type{
		margin-top: 0;
	}
	.wamtop_reason_no{
		font-size: 16px;
	}
	.wamtop_reason_ttl{
		font-size: 17px;
	}
	.wamtop_reason_txt{
		font-size: 13px;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.wamtop_reason_bg{
		background-size: contain;
	}
	.wamtop_reason_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 23vw;
	}
	.wamtop_reason_list li{
		width: 48%;
		border: 4px #adc0d0 solid;
		border-radius: 35px;
		padding: 35px;
	}
	.wamtop_reason_list li:nth-of-type(3),
	.wamtop_reason_list li:nth-of-type(4){
		margin-top: 40px;
	}
	.wamtop_reason_no{
		font-size: 18px;
	}
	.wamtop_reason_ttl{
		font-size: 18px;
	}
}
@media screen and (min-width:1280px){
	.wamtop_reason_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 23vw;
	}
	.wamtop_reason_list li{
		width: 48%;
		border: 5px #adc0d0 solid;
		border-radius: 40px;
		padding: 35px;
	}
	.wamtop_reason_list li:nth-of-type(3),
	.wamtop_reason_list li:nth-of-type(4){
		margin-top: 40px;
	}
	.wamtop_reason_no{
		font-size: 18px;
	}
	.wamtop_reason_ttl{
		font-size: 18px;
	}
}

/*======== WaM TOP REASON UNDER ========*/
.wamtop_reasonunder_ttl{
	color: var(--blue-color);
	text-align: center;
	border-bottom: 1px var(--blue-color) solid;
	padding-bottom: 20px;
}
@media screen and (max-width:699px){
	.wamtop_reasonunder_ttl{
		font-size: 20px;
		margin-top: 70px;
	}
	.wamtop_reasonunder_txt{
		font-size: 14px;
		margin-top: 20px;
	}
	.wamtop_reasonunder_img{
		margin: 40px 0 70px 0;
	}
}
@media screen and (min-width:700px){
	.wamtop_reasonunder_ttl{
		font-size: 30px;
		margin-top: 100px;
	}
	.wamtop_reasonunder_txt{
		width: 90%;
		font-size: 17px;
		text-align: center;
		margin: 20px auto 0 auto;
	}
	.wamtop_reasonunder_img{
		width: 74%;
		margin: 50px 13% 70px 13%;
	}
}

/*======== WaM TOP STAFF'S MESSAGE ========*/
.wamtop_staff_wrap{
	position: relative;
	margin-top: 60px;
	padding-bottom: 80px;
}
.wamtop_staff_wrap::after{
	content: "";
	width: 100%;
	background-color: #dde4eb;
	position: absolute;
	bottom: -80px;
	z-index: -10;
}
.wamtop_staff_message_ttl{
	color: var(--blue-color);
	border-bottom: 1px #5278a0 solid;
	padding: 0 0 10px 25px;
	position: relative;
}
.wamtop_staff_message_ttl::before{
	content: "";
	width: 13px;
	border-bottom: 2px #adc0d0 solid;
	position: absolute;
	top: 35%;
	left: 0;
}
.wamtop_staff_message_txt{
	margin-top: 15px;
}
@media screen and (max-width:699px){
	.wamtop_staff_wrap::after{
		top: 10vw;
	}
	.wamtop_staff_message{
		width: 90%;
		margin: 50px 5% 0 5%;
	}
	.wamtop_staff_message li{
		padding: 2vw 4%;
		box-sizing: border-box;
		background-color: #FFFFFF;
		margin-top: 30px;
	}
	.wamtop_staff_message li:first-of-type{
		margin-top: 0;
	}
	.wamtop_staff_message_ttl{
		font-size: 14px;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.wamtop_staff_wrap::after{
		top: 10vw;
	}
	.wamtop_staff_message{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 70px 5% 0 5%;
	}
	.wamtop_staff_message li{
		width: 47.5%;
		padding: 2vw 4%;
		box-sizing: border-box;
		background-color: #FFFFFF;
		margin-top: 40px;
	}
	.wamtop_staff_message li:nth-of-type(1),
	.wamtop_staff_message li:nth-of-type(2){
		margin-top: 0;
	}
	.wamtop_staff_message_ttl{
		font-size: 15px;
	}
}
@media screen and (min-width:1280px){
	.wamtop_staff_wrap::after{
		top: 140px;
	}
	.wamtop_staff_message{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 70px;
	}
	.wamtop_staff_message li{
		width: 570px;
		padding: 20px 25px;
		box-sizing: border-box;
		background-color: #FFFFFF;
		margin-top: 40px;
	}
	.wamtop_staff_message li:nth-of-type(1),
	.wamtop_staff_message li:nth-of-type(2){
		margin-top: 0;
	}
	.wamtop_staff_message_ttl{
		font-size: 15px;
	}
}

/*======== WaM TOP VOICE ========*/
.wamtop_voice_slide{
	padding-bottom: 70px;
}
.voice_slide{
	padding-bottom: 20px;
}
.voice_slide li{
	background-color: #FFFFFF;
	box-sizing: border-box;
	position:  relative;
}
.wamtop_voice_name{
	color: #FFFFFF;
	text-align: center;
	background-color: #5278a0;
	padding: 5px 5%;
	margin-bottom: 30px;
	display: block;
	float: left;
	clear: both;
}
.wamtop_voice_ttl{
	color: var(--blue-color);
	display: block;
	clear: both;
	border-bottom: 1px var(--blue-color) solid;
	padding-bottom: 10px;
}
.wamtop_voice_txt{
	display: block;
	clear: both;
	margin-top: 20px;
}
.wamtop_voice_icon{
	position: absolute;
}
.voice_slide .slick-track{
	display: flex;
}
.voice_slide .slick-slide{
	height: auto !important;
}
.slick-dots li{
	background: transparent !important;
}
.slick-dots li button::before{
	font-size: 15px !important;
}
.voice_slide .slick-arrow::before{
	content: "" !important;
	width: 40px !important;
	height: 40px !important;
	position: absolute;
	top: 55% !important;
	left: 0;
	z-index: 1 !important;
}
.voice_slide .slick-prev,
.voice_slide .slick-next{
	top: calc(55% - 20px) !important;
	z-index: 1 !important;
}
.voice_slide .slick-prev{
	left: 10px !important;
}
.voice_slide .slick-next{
	right: 30px !important;
}
.voice_slide .slick-prev::before,
.voice_slide .slick-next::before{
	background-repeat: repeat;
	background-repeat: no-repeat !important;
	opacity: 1 !important;
}
.voice_slide .slick-prev::before{
	background: url("images/slide_arrow_prev.png") !important;
}
.voice_slide .slick-next::before{
	background: url("images/slide_arrow_next.png") !important;
}
@media screen and (max-width:699px){
	.wamtop_voice_slide{
		margin-top: 50px;
	}
	.voice_slide li{
		width: 80%;
		padding: 35px 25px;
		margin: 50px 1% 0 1%;
		border-radius: 35px;
	}
	.wamtop_voice_name{
		font-size: 17px;
		margin-left: 22%;
	}
	.wamtop_voice_ttl{
		font-size: 15px;
	}
	.wamtop_voice_txt{
		font-size: 15px;
	}
	.wamtop_voice_icon{
		width: 30%;
		top: -10vw;
		left: -8%;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.wamtop_voice_slide{
		margin-top: 80px;
	}
	.voice_slide li{
		width: 30%;
		padding: 35px 25px;
		margin: 75px 0.5% 0 0.5%;
		border-radius: 35px;
	}
	.wamtop_voice_name{
		font-size: 17px;
		margin-left: 17%;
	}
	.wamtop_voice_ttl{
		font-size: 15px;
	}
	.wamtop_voice_txt{
		font-size: 15px;
	}
	.wamtop_voice_icon{
		width: 25%;
		top: -3.2vw;
		left: -8%;
	}
}
@media screen and (min-width:1280px){
	.wamtop_voice_slide{
		margin-top: 80px;
	}
	.voice_slide li{
		width: 30%;
		padding: 35px 25px;
		margin: 75px 0.5% 0 0.5%;
		border-radius: 35px;
	}
	.wamtop_voice_name{
		font-size: 17px;
		margin-left: 18%;
	}
	.wamtop_voice_ttl{
		font-size: 15px;
	}
	.wamtop_voice_txt{
		font-size: 15px;
	}
	.wamtop_voice_icon{
		width: 25%;
		top: -2.5vw;
		left: -7%;
	}
	.voice_slide .slick-prev{
		left: 2.7% !important;
	}
	.voice_slide .slick-next{
		right: 3.7% !important;
	}
}

/*======== WaM TOP TAIKEN ========*/
.wamtop_experience_bg{
	background-image: url("images/wam_experience_img.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 1000px;
	display: block;
	clear: both;
	overflow: hidden;
}
.experience_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 120px;
}
.experience_list li{
	color: #FFFFFF;
	background-color: var(--blue-color);
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.5em;
}
.experience_request{
	width: 100%;
	display: block;
	clear: both;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.experience_request_way{
	color: var(--blue-color);
	text-align: center;
	line-height: 1.2em;
}
.experience_request_flow{
	display: flex;
	align-items: flex-start;
	margin-top: 45px;
}
.experience_request_flow:first-of-type{
	margin-top: 60px;
}
.experience_request_flow dt{
	color: #dde4eb;
	font-family: var(--en-font);
	line-height: 1.0em;
	border-right: 1px var(--blue-color) solid;
}
.experience_request_flow dd{
	display: flex;
}
.experience_request_ttl{
	color: var(--blue-color);
}
@media screen and (max-width:699px){
	.experience_list{
		justify-content: center;
	}
	.experience_list li{
		width: 40%;
		font-size: 4vw;
		margin: 0 3%;
	}
	.experience_list li:nth-of-type(3),
	.experience_list li:nth-of-type(4){
		margin-top: 30px;
	}
	.experience_chui{
		font-size: 20px;
		margin: 30px 0 70px 0;
	}
	.experience_request{
		padding: 40px 5px 80px 10px;
	}
	.experience_request_way{
		font-size: 25px;
	}
	.experience_request_flow dt{
		width: 70px;
		font-size: 50px;
	}
	.experience_request_flow dd{
		width: calc(100% - 70px);
	}
	.experience_request_icon{
		width: 50px;
		margin: 0 15px 0 15px;
	}
	.experience_request_txtbox{
		width: calc(100% - 80px);
	}
	.experience_request_ttl{
		font-size: 17px;
	}
	.experience_request_txt{
		margin-top: 10px;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.experience_list li{
		width: 22%;
		font-size: 2vw;
	}
	.experience_chui{
		font-size: 24px;
		margin: 30px 0 100px 0;
	}
	.experience_request{
		padding: 60px 10px 100px 10px;
	}
	.experience_request_way{
		font-size: 32px;
	}
	.experience_request_flow dt{
		width: 110px;
		font-size: 70px;
	}
	.experience_request_flow dd{
		width: calc(100% - 110px);
	}
	.experience_request_icon{
		width: 92px;
		margin: 0 40px 0 45px;
	}
	.experience_request_txtbox{
		width: calc(100% - 177px);
	}
	.experience_request_ttl{
		font-size: 21px;
	}
	.experience_request_txt{
		font-size: 16px;
		margin-top: 15px;
	}
}
@media screen and (min-width:1280px){
	.experience_list li{
		width: 260px;
		font-size: 24px;
	}
	.experience_chui{
		font-size: 24px;
		margin: 30px 0 100px 0;
	}
	.experience_request{
		padding: 60px 0 100px 0;
	}
	.experience_request_way{
		font-size: 36px;
	}
	.experience_request_flow dt{
		width: 130px;
		font-size: 90px;
	}
	.experience_request_icon{
		width: 92px;
		margin: 0 40px 0 45px;
	}
	.experience_request_ttl{
		font-size: 25px;
	}
	.experience_request_txt{
		font-size: 17px;
		margin-top: 15px;
	}
}

/*======== WaM TOP FAQ ========*/
.faq{
	width: 100%;
	display: block;
	clear: both;
	font-size: 15px;
	background-color: #FFFFFF;
	padding: 15px 20px 0 20px;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 5px;
}
.faq:first-of-type{
	margin-top: 65px;
}
.faq:last-of-type{
	margin-bottom: 100px;
}
.faq dt{
	display: flex;
	position: relative;
	cursor: pointer;
	padding-bottom: 15px;
}
.faq dt::after{
	position: absolute;
	right: 10px;
	top: 20%;
	content: '';
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 1.5em;
	height: 1.5em;
	border: 2px solid var(--blue-color);
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	transition: 0.5s;
}
.faq dd{
	display: none;
	border-top: 1px var(--blue-color) solid;
	padding: 15px 0 15px 35px;
	overflow: hidden;
}
.faq_q span,
.faq_a{
	width: 37px;
	height: 37px;
	color: #FFFFFF;
	font-family: var(--en-font);
	font-size: 21px;
	background-color: #5278a0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.faq_a{
	float: left;
}
.faq_q_txt{
	width: calc(100% - 55px);
	margin: 6px 40px 0 15px;
}
.faq_a_txt{
	width: calc(100% - 60px);
	margin: 6px 0 0 15px;
	float: left;
}

/*======== WaM TOP ABOUT OFFICE ========*/
.doukou{
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}
.doukou_ttl{
	color: var(--blue-color);
	border-bottom: 1px var(--blue-color) solid;
	text-align: center;
}
.doukou_txt{
	line-height: 1.8em;
}
.access{
	margin: 60px 0 100px 0;
}
.access_ttl{
	color: #FFFFFF;
	background-color: var(--blue-color);
	border-radius: 50px;
	text-align: center;
	padding: 15px 0;
}
.access_txt{
	line-height: 1.8em;
	box-sizing: border-box;
	margin-top: 20px;
}
@media screen and (max-width:824px){
	.doukou_img{
		width: 100px;
	}
	.doukou_txtbox{
		width: calc(100% - 120px);
	}
	.doukou_ttl{
		font-size: 20px;
		padding-bottom: 15px;
		line-height: 1.5em;
	}
	.doukou_txt{
		font-size: 14px;
		margin-top: 20px;
	}
	.access li:last-of-type{
		margin-top: 50px;
	}
	.access_ttl{
		font-size: 17px;
	}
	.access_txt{
		font-size: 14px;
		padding: 0 7%;
	}
}
@media screen and (min-width:825px) and (max-width:1279px){
	.doukou_img{
		width: 200px;
	}
	.doukou_txtbox{
		width: calc(100% - 235px);
	}
	.doukou_ttl{
		font-size: 27px;
		padding-bottom: 20px;
	}
	.doukou_txt{
		font-size: 14px;
		margin-top: 25px;
	}
	.access{
		display: flex;
		justify-content: space-between;
	}
	.access li{
		width: 47.5%;
	}
	.access_ttl{
		font-size: 19px;
	}
	.access_txt{
		font-size: 15px;
		padding: 0 7%;
	}
}
@media screen and (min-width:1280px){
	.doukou_img{
		width: 250px;
	}
	.doukou_txtbox{
		width: 900px;
	}
	.doukou_ttl{
		font-size: 35px;
		padding-bottom: 25px;
	}
	.doukou_txt{
		font-size: 17px;
		margin-top: 30px;
	}
	.access{
		display: flex;
		justify-content: space-between;
	}
	.access li{
		width: 570px;
	}
	.access_ttl{
		font-size: 22px;
	}
	.access_txt{
		font-size: 17px;
		padding: 0 45px;
	}
}

/*=============================================================================
WaM PRICE PAGE
=============================================================================*/
.price{
	margin-top: 55px;
}
.price > dt{
	color: var(--blue-color);
	padding: 0 0 15px 25px;
	border-bottom: 1px var(--blue-color) solid;
	position: relative;
}
.price > dt::before{
	content: "";
	width: 12px;
	border-bottom: 2px #adc0d0 solid;
	position: absolute;
	top: 30%;
	left: 0;
}
.price_list{
	padding-bottom: 20px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.price_list > dl{
	width: 800px;
	display: flex;
	padding: 0 0 15px 15px;
	margin: 15px auto 0 auto;
	border-bottom: 1px var(--blue-color) dotted;
}
.price_list > dl:first-of-type{
	color: #5278a0;
}
.price_list > dl > dt{
	width: 385px;
}
.price_list > dl > dd{
	width: calc((100% - 400px) / 4);
	text-align: center;
}
.price_soudan{
	color: var(--blue-color);
	font-size: 22px;
	text-align: center;
	line-height: 1.5em;
	margin-top: 50px;
}
@media screen and (max-width:1279px){
	.price > dt{
		font-size: 18px;
	}
	.price > dd{
		width: 90;
		margin: 15px 5% 0 5%;
		font-size: 14px;
	}
	.price_list > dl{
		font-size: 14px;
	}
	.price_list > dl:first-of-type{
		font-size: 17px;
	}
}
@media screen and (min-width:1280px){
	.price > dt{
		font-size: 22px;
	}
	.price > dd{
		width: 1060px;
		margin: 15px auto 0 auto;
		font-size: 15px;
	}
	.price_list > dl{
		font-size: 15px;
	}
	.price_list > dl:first-of-type{
		font-size: 18px;
	}
}

/*=============================================================================
WaM FLOW PAGE
=============================================================================*/
.flow_intro{
	border: 3px #adc0d0 solid;
	box-sizing: border-box;
	padding: 15px 30px;
	line-height: 1.5em;
	text-align: center;
	margin-top: 80px;
}
.flow_img{
	background-image: url("images/wam_flow_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	aspect-ratio: 127 / 98;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow_list{
	border-bottom: 1px var(--blue-color) solid;
	padding-bottom: 25px;
	margin-top: 125px;
	position: relative;
}
.flow_list::after{
	content: "";
    width: 50px;
    height: 10px;
    border-bottom: 1px solid var(--blue-color);
    border-right: 1px solid var(--blue-color);
    transform: rotate(90deg) skew(45deg);
	position: absolute;
}
.flow_list:last-of-type{
	margin-bottom: 120px;
}
.flow_list:last-of-type::after{
	display: none;
}
.flow_list dt{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #5278a0;
	position: relative;
}
.flow_list dt span{
	color: #FFFFFF;
	font-family: var(--en-font);
	left: 10px;
	position: relative;
}
.flow_list dt span::before{
	content: "";
	width: 12px;
	border-bottom: 2px #FFFFFF solid;
	position: absolute;
	top: 50%;
	left: -20px;
}
.flow_list_ttl{
	color: var(--blue-color);
}
@media screen and (max-width:699px){
	.flow_intro{
		font-size: 16px;
		text-align: left;
	}
	.flow_img{
		width: 96%;
		margin: 80px 2% 0 2%;
	}
	.flow_img img{
		width: 90%;
	}
	.flow_list:first-of-type{
		margin-top: 80px;
	}
	.flow_list::after{
		top: 210px;
		left: 45%;
	}
	.flow_list dt{
		width: 100%;
		height: 60px;
		font-size: 22px;
	}
	.flow_list_ttl{
		font-size: 20px;
		margin-top: 15px;
	}
	.flow_list_txt{
		font-size: 15px;
		margin-top: 10px;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.flow_intro{
		font-size: 18px;
	}
	.flow_img{
		width: 60%;
    	margin: 100px 20% 0 20%;
	}
	.flow_img img{
		max-width: 850px;
    	width: 90%;
	}
	.flow_list{
		display: flex;
		justify-content: space-between;
	}
	.flow_list::after{
		top: 135px;
		left: 105px;
	}
	.flow_list dt{
		width: 250px;
		height: 60px;
		font-size: 22px;
	}
	.flow_list dd{
		width: calc(100% - 300px);
	}
	.flow_list_ttl{
		font-size: 20px;
	}
	.flow_list_txt{
		font-size: 16px;
		margin-top: 5px;
	}
}
@media screen and (min-width:1280px){
	.flow_intro{
		font-size: 20px;
	}
	.flow_img{
		width: 60%;
    	margin: 100px 20% 0 20%;
	}
	.flow_img img{
		max-width: 850px;
    	width: 90%;
	}
	.flow_list{
		display: flex;
		justify-content: space-between;
	}
	.flow_list::after{
		top: 135px;
		left: 105px;
	}
	.flow_list dt{
		width: 250px;
		height: 60px;
		font-size: 22px;
	}
	.flow_list dd{
		width: calc(100% - 300px);
	}
	.flow_list_ttl{
		font-size: 20px;
	}
	.flow_list_txt{
		font-size: 16px;
		margin-top: 5px;
	}
}

/*=============================================================================
WaM SUB PAGE
=============================================================================*/
.wamsubcover_inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width:699px){
	.wamsubcover_logo{
		width: 60px;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.wamsubcover_logo{
		width: 85px;
	}
}
@media screen and (min-width:1280px){
	.wamsubcover_logo{
		width: 85px;
	}
}
.wamsub_intro{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 100px;
}
.wamsub_intro li span{
	color: #FFFFFF;
	background-color: var(--blue-color);
	text-align: center;
	display: block;
    clear: both;
}
.wamsub_intro li:nth-of-type(1){
	margin-right: 20%;
}
.wamsub_intro li:nth-of-type(2){
	margin-left: 20%;
}
.wamsub_intro2{
	color: var(--blue-color);
	line-height: 1.5em;
	margin-top: 55px;
}
@media screen and (max-width:499px){
	.wamsub_intro{
		height: 90px;
	}
	.wamsub_intro li:nth-of-type(1){
		position: absolute;
		left: 3%;
	}
	.wamsub_intro li:nth-of-type(2){
		position: absolute;
		right: 3%;
		margin-top: 45px;
	}
	.wamsub_intro li span{
		font-size: 20px;
		padding: 10px 35px;
	}
	.wamsub_intro2{
		font-size: 17px;
	}
}
@media screen and (min-width:500px) and (max-width:1279px){
	.wamsub_intro li span{
		font-size: 29px;
		padding: 15px 40px;
	}
	.wamsub_intro2{
		text-align: center;
		font-size: 21px;
	}
}
@media screen and (min-width:1280px){
	.wamsub_intro li span{
		font-size: 36px;
		padding: 20px 45px;
	}
	.wamsub_intro2{
		text-align: center;
		font-size: 24px;
	}
}
.wamsub_ttl{
	color: #FFFFFF;
	background-color: #5278a0;
	border-radius: 50px;
	text-align: center;
	position: relative;
}
.wamsub_box_txt p,
p.mac_p{
	display: block;
	clear: both;
}
.wamsub_box_img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.wamsub_box_img2 img{
	width: 100%;
}
.wamsub_list{
	display: block;
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}
.wamsub_list li{
	background-color: #FFFFFF;
	padding: 10px 20px 10px 40px;
	display: block;
	clear: both;
	float: left;
	margin-top: 12px;
	position: relative;
}
.wamsub_list li:first-of-type{
	margin-top: 0;
}
.wamsub_list li::before{
	content: "";
	width: 12px;
	border-bottom: 2px #adc0d0 solid;
	position: absolute;
	top: 22px;
	left: 15px;
}
@media screen and (max-width:699px){
	.wamsub_ttl{
		width: 90%;
		margin: 0 5%;
		padding: 20px 0;
		font-size: 19px;
		top: 148px;
	}
	.wamsub_ttl.ver2{
		top: 135px;
	}
	.wamsub_box_txt p,
	p.mac_p{
		font-size: 14px;
	}
	.wamsub_box_img{
		width: 100%;
		margin-top: 60px;
	}
	.wamsub_box_img img{
		width: 45%;
	}
	.wamsub_list li{
		font-size: 16px;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.wamsub_ttl{
		width: 90%;
		margin: 0 5%;
		padding: 25px 0;
		font-size: 21px;
		top: 140px;
	}
	.wamsub_box1{
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}
	.wamsub_box2{
		display: flex;
		align-items: center;
	}
	.wamsub_box_txt{
		width: 62.5%;
	}
	.wamsub_box_txt p,
	p.mac_p{
		font-size: 15px;
	}
	.wamsub_box_img{
		width: 37.5%;
	}
	.wamsub_box_img img{
		width: 58%;
	}
	.wamsub_list li{
		font-size: 17px;
	}
}
@media screen and (min-width:1280px){
	.wamsub_ttl{
		width: 1030px;
		margin: 0 auto;
		padding: 30px 0;
		font-size: 27px;
		top: 145px;
	}
	.wamsub_box1{
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}
	.wamsub_box2{
		display: flex;
		align-items: center;
	}
	.wamsub_box_txt{
		width: 750px;
	}
	.wamsub_box_txt p,
	p.mac_p{
		font-size: 15px;
	}
	.wamsub_box_img{
		width: 450px;
	}
	.wamsub_box_img img{
		width: 265px;
	}
	.wamsub_list li{
		font-size: 18px;
	}
}
.wamsub_column4,
.wamsub_column2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wamsub_column4 > li,
.wamsub_column2 > li{
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.wamsub_column_ttl{
	display: flex;
	align-items: center;
	padding: 0 4%;
	color: var(--blue-color);
	border-bottom: 1px var(--blue-color) solid;
	padding-bottom: 25px;
}
.wamsub_column_ttl span{
	color: #dde4eb;
	font-family: var(--en-font);
	margin-right: 4%;
}
.wamsub_column_txt{
	padding: 0 4%;
	margin-top: 15px;
}
.wamsub_column_txtbox{
	display: flex;
	justify-content: space-between;
}
.wamsub_column_img{
	margin-top: 15px;
}
@media screen and (max-width:699px){
	.wamsub_column4 > li,
	.wamsub_column2 > li{
		width: 100%;
		padding: 25px 3%;
		border-radius: 20px;
		margin-top: 50px;
	}
	.wamsub_column4 > li:first-of-type{
		margin-top: 0;
	}
	.wamsub_column_ttl{
		font-size: 18px;
	}
	.wamsub_column_ttl span{
		font-size: 45px;
	}
	.wamsub_column_txtbox .wamsub_column_txt{
		width: 41%;
		padding: 0;
	}
	.wamsub_column_img{
		width: 50%;
	}
}
@media screen and (min-width:700px) and (max-width:1099px){
	.wamsub_column4 > li{
		width: 48%;
		padding: 25px 2%;
		border-radius: 25px;
	}
	.wamsub_column4 > li:nth-of-type(3),
	.wamsub_column4 > li:nth-of-type(4){
		margin-top: 50px;
	}
	.wamsub_column2 > li{
		width: 48%;
		padding: 25px 2%;
		border-radius: 25px;
	}
	.wamsub_column_ttl{
		font-size: 18px;
	}
	.wamsub_column_ttl span{
		font-size: 45px;
	}
	.wamsub_column_txtbox .wamsub_column_txt{
		width: 45%;
		padding: 0;
	}
	.wamsub_column_img{
		width: 44%;
	}
}
@media screen and (min-width:1100px) and (max-width:1539px){
	.wamsub_column4 > li{
		width: 23%;
		padding: 25px 1%;
		border-radius: 25px;
	}
	.wamsub_column2 > li{
		width: 48%;
		padding: 25px 2%;
		border-radius: 25px;
	}
	.wamsub_column_ttl{
		font-size: 17px;
	}
	.wamsub_column_ttl span{
		font-size: 45px;
	}
	.wamsub_column_txtbox .wamsub_column_txt{
		width: 45%;
		padding: 0;
	}
	.wamsub_column_img{
		width: 44%;
	}
}
@media screen and (min-width:1540px){
	.wamsub_column4 > li{
		width: 365px;
		padding: 35px 15px;
		border-radius: 25px;
	}
	.wamsub_column2 > li{
		width: 570px;
		padding: 35px 15px;
		border-radius: 25px;
	}
	.wamsub_column_ttl{
		font-size: 20px;
	}
	.wamsub_column_ttl span{
		font-size: 55px;
	}
	.wamsub_column_txtbox .wamsub_column_txt{
		width: 235px;
		padding: 0;
	}
	.wamsub_column_img{
		width: 250px;
	}
	
}
.mac_list{
	background-color: #FFFFFF;
	display: flex;
	font-size: 13px;
	box-sizing: border-box;
	margin-top: 5px;
}
.mac_list:first-of-type{
	margin-top: 30px;
}
.mac_list:last-of-type{
	margin-bottom: 30px;
}
.mac_list dt{
	position: relative;
	padding-left: 22px;
}
.mac_list dt::before{
	content: "";
	position: absolute;
	width: 12px;
	border-bottom: 2px #adc0d0 solid;
	top: 12px;
	left: 0;
}
@media screen and (max-width:699px){
	.mac_list{
		padding: 20px 15px;
	}
	.mac_list dt{
		width: 135px;
	}
	.mac_list dd{
		width: calc(100% - 155px);
	}
}
@media screen and (min-width:700px){
	.mac_list{
		padding: 25px 35px;
	}
	.mac_list dt{
		width: 145px;
	}
	.mac_list dd{
		width: calc(100% - 165px);
	}
}

/*=============================================================================
HARIKYU WaM PAGE
=============================================================================*/
.hariover_copy,
h2#haricover{
	font-family: "Kokoro", "Noto Serif JP", serif;
	color: #FFFFFF;
	text-align: center;
	text-shadow: #000000 1px 0 10px;
}
.hariover_copy{
	line-height: 1.3em;
}
h2#haricover{
	line-height: 1.0em;
	margin-top: 20px;
}
@media screen and (max-width:794px){
	.hariover_copy{
		font-size: 25px;
	}
	h2#haricover{
		font-size: 60px;
	}
	h2#haricover span{
		font-size: 32px;
	}
}

@media screen and (min-width:795px){
	br.brhari{
		display: none;
	}
	.hariover_copy{
		font-size: 36px;
	}
	h2#haricover{
		font-size: 100px;
	}
	h2#haricover span{
		font-size: 72px;
	}
}
.hari_about_ttl{
	font-family: "Kokoro", "Noto Serif JP", serif;
	color: #FFFFFF;
	text-align: center;
	background-color: #5278a0;
}
.hari_about_ttl span{
	font-family: var(--en-font);
}
.hari_intro_txt{
	line-height: 1.8em;
}
@media screen and (max-width:799px){
	.hari_about_ttl{
		width: 90%;
		font-size: 22px;
		padding: 10px 0 20px;
		margin-top: 70px;
	}
	.hari_about_ttl span{
		font-size: 16px;
		margin-right: 15px;
	}
	.hari_intro_txt{
		font-size: 16px;
		margin-top: 50px;
	}
	.hari_slide_wrap{
		margin-top: 60px;
	}
}
@media screen and (min-width:800px) and (max-width:1279px){
	br.brhari_about{
		display: none;
	}
	.hari_about_ttl{
		width: 85%;
		font-size: 40px;
		padding: 35px 0;
		margin-top: 90px;
	}
	.hari_about_ttl span{
		font-size: 22px;
		margin-right: 30px;
	}
	.hari_intro_txt{
		font-size: 18px;
		text-align: center;
		margin-top: 60px;
	}
	.hari_slide_wrap{
		margin-top: 80px;
	}
}
@media screen and (min-width:1280px){
	br.brhari_about{
		display: none;
	}
	.hari_about_ttl{
		width: calc((100% - 1200px) / 2 + 1200px);
		font-size: 48px;
		padding: 35px 0;
		margin-top: 120px;
	}
	.hari_about_ttl span{
		font-size: 24px;
		margin-right: 30px;
	}
	.hari_intro_txt{
		font-size: 20px;
		text-align: center;
		margin-top: 70px;
	}
	.hari_slide_wrap{
		margin-top: 100px;
	}
}
.hari_nayami{
	background-image: url("images/hari_nayami_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.hari_nayami_ttl{
	color: var(--blue-color);
	line-height: 1.5em;
}
.hari_nayami_list{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.hari_nayami_list li{
	min-width: 0;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	filter: drop-shadow(0 0 5px rgb(0, 0, 0,0.3));
}
@media screen and (max-width:699px){
	.hari_nayami_ttl{
		text-align: center;
		font-size: 22px;
		margin-top: 60px;
	}
	.hari_nayami_list{
		margin-top: 40px;
	}
	.hari_nayami_list li{
		width: 48%;
		font-size: 4vw;
	}
	.hari_nayami_list li:nth-of-type(1),
	.hari_nayami_list li:nth-of-type(2){
		position: relative;
		z-index: 0;
	}
	.hari_nayami_list li:nth-of-type(2){
		margin-left: -5%;
	}
	.hari_nayami_list li:nth-of-type(3),
	.hari_nayami_list li:nth-of-type(4){
		position: relative;
		z-index: 1;
		margin-top: -15vw;
	}
	.hari_nayami_list li:nth-of-type(3){
		margin-top: -25vw;
	}
	.hari_nayami_list li:nth-of-type(4){
		margin-top: -10vw;
	}
	.hari_nayami_list li:nth-of-type(5),
	.hari_nayami_list li:nth-of-type(6){
		position: relative;
		z-index: 2;
	}
	.hari_nayami_list li:nth-of-type(5){
		margin-top: -25vw;
		margin-right: -8%;
	}
	.hari_nayami_list li:nth-of-type(6){
		margin-top: -10vw;
	}
	.hari_nayami_list li:nth-of-type(7),
	.hari_nayami_list li:nth-of-type(8){
		position: relative;
		z-index: 3;
		margin-top: -15vw;
	}
	.hari_nayami_list li:nth-of-type(7){
		margin-top: -25vw;
	}
	.hari_nayami_list li:nth-of-type(8){
		margin-top: -10vw;
		margin-left: -5%;
	}
	.hari_nayami_list li:nth-of-type(2){
		margin-top: 15vw;
	}
	.hari_nayami_imgwrap{
		display: flex;
		justify-content: center;
		position: relative;
		z-index: 4;
		margin-top: -10vw;
	}
	.hari_nayami_img01{
		width: 60%;
		margin-top: -13vw;
	}
	.hari_nayami_img02{
		width: 30%;
		margin-left: 7%;
	}
}
@media screen and (min-width:700px) and (max-width:999px){
	.hari_nayami_ttl{
		text-align: center;
		font-size: 24px;
		margin-top: 110px;
	}
	.hari_nayami_list{
		margin-top: 80px;
	}
	.hari_nayami_list li{
		width: 24%;
		font-size: 2vw;
	}
	.hari_nayami_list li:nth-of-type(even){
		margin-top: 12vw;
	}
	.hari_nayami_imgwrap{
		display: flex;
		justify-content: center;
		position: relative;
		z-index: 1;
		margin-top: -2.5vw;
		margin-left: 7%;
	}
	.hari_nayami_img01{
		width: 40%;
		margin-top: -3vw;
	}
	.hari_nayami_img02{
		width: 22%;
		margin-left: 24%;
	}
}
@media screen and (min-width:1000px){
	.hari_nayami_ttl{
		text-align: center;
		font-size: 36px;
		margin-top: 150px;
	}
	.hari_nayami_list{
		margin-top: 110px;
	}
	.hari_nayami_list li{
		width: 11.8%;
		font-size: 0.9vw;
	}
	.hari_nayami_list li:nth-of-type(even){
		margin-top: 7vw;
	}
	.hari_nayami_imgwrap{
		display: flex;
		justify-content: center;
		position: relative;
		z-index: 1;
		margin-top: -2.5vw;
		margin-left: 7%;
	}
	.hari_nayami_img01{
		width: 20%;
		margin-top: -1.5vw;
	}
	.hari_nayami_img02{
		width: 11%;
		margin-left: 22%;
	}
}
.treatment_list{
	margin: 80px 0 100px 0;
}
.treatment_list li{
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.treatment_list_txt{
	color: var(--blue-color);
	line-height: 1.5em;
	margin-top: 15px;
}
@media screen and (max-width:699px){
	.treatment_list li{
		border-radius: 20px;
		padding: 40px;
		margin-top: 50px;
	}
	.treatment_list li:first-of-type{
		margin-top: 0;
	}
	.treatment_list_txt{
		font-size: 14px;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.treatment_list{
		display: flex;
		justify-content: space-between;
	}
	.treatment_list li{
		width: 30%;
		border-radius: 30px;
		padding: 30px;
	}
	.treatment_list_txt{
		font-size: 16px;
	}
}
@media screen and (min-width:1280px){
	.treatment_list{
		display: flex;
		justify-content: space-between;
	}
	.treatment_list li{
		width: 370px;
		border-radius: 35px;
		padding: 45px;
	}
	.treatment_list_txt{
		font-size: 20px;
	}
}
.hari_concept_ttl_bg{
	background-image: url("images/hari_concepts_ttl.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	aspect-ratio: 67 / 59;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
    z-index: 1;
}
.hari_concept_ttl{
	transform: rotate(-18deg);
}
.hari_concept_ttlen{
	font-family: var(--en-font);
	transform: rotate(-18deg);
	
}
.hari_concept_bg{
	background-image: url("images/hari_concepts_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.hari_concept_txt{
	line-height: 2.5em;
}
@media screen and (max-width:699px){
	.hari_concept_ttl_bg{
		width: 200px;
		padding: 10px 15px 0 0;
		margin: 80px 0 0 0;
	}
	.hari_concept_ttl{
		font-size: 22px;
	}
	.hari_concept_ttlen{
		font-size: 14px;
		margin: 5px 0 30px 0;
	}
	.hari_concept_bg{
		background-position: top center;
		height: 70vw;
		padding: 0 7%;
		margin: -13vw 0 100px 0;
		border-radius: 25px;
	}
	.hari_concept_txt{
		font-size: 15px;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.hari_concept_ttl_bg{
		width: 250px;
		margin: 100px 0 0 45px;
	}
	.hari_concept_ttl{
		font-size: 27px;
	}
	.hari_concept_ttlen{
		font-size: 16px;
		margin: 10px 0 30px 0;
	}
	.hari_concept_bg{
		background-position: top -15vw center;
		height: 50vw;
		padding: 0 17%;
		margin: -10vw 0 200px 0;
		border-radius: 30px;
	}
	.hari_concept_txt{
		font-size: 20px;
	}
}
@media screen and (min-width:1280px){
	.hari_concept_ttl_bg{
		width: 335px;
		margin: 150px 0 0 45px;
	}
	.hari_concept_ttl{
		font-size: 36px;
	}
	.hari_concept_ttlen{
		font-size: 18px;
		margin: 20px 0 30px 0;
	}
	.hari_concept_bg{
		background-position: top -190px center;
		height: 632px;
		padding: 0 205px;
		margin: -10vw 0 300px 0;
		border-radius: 50px;
	}
	.hari_concept_txt{
		font-size: 24px;
	}
}
.hari_profile_ttl{
	text-align: center;
	position: relative;
	z-index: 1;
}
.hari_profile_ttl span{
	color: var(--blue-color);
	background-color: #FFFFFF;
}
.hari_profile_txt{
	line-height: 2.0em;
}
@media screen and (max-width:699px){
	.hari_profile_ttl span{
		font-size: 22px;
		padding: 30px 60px;
	}
	.hari_profile_box{
		margin: -2vw 0 80px 0;
	}
	.hari_profile_img{
		width: 97%;
	}
	.hari_profile_txt{
		margin: 30px 3% 0 3%;
		font-size: 14px;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.hari_profile_ttl span{
		font-size: 2vw;
		padding: 20px 50px;
	}
	.hari_profile_box{
		display: flex;
		margin: -10vw 0 100px 0;
	}
	.hari_profile_img{
		width: 50%;
	}
	.hari_profile_txt{
		width: 44%;
		margin: 15vw 0 0 3%;
		font-size: 14px;
	}
}
@media screen and (min-width:1280px){
	.hari_profile_ttl span{
		font-size: 2vw;
		padding: 30px 70px;
	}
	.hari_profile_box{
		display: flex;
		margin: -10vw 0 130px 0;
	}
	.hari_profile_img{
		width: 50%;
	}
	.hari_profile_txt{
		width: 530px;
		margin: 17vw 0 0 70px;
		font-size: 20px;
	}
}
.hari_price_list_wrap{
	margin: 60px 0 100px 0;
}
.hari_price_list{
	background-color: #FFFFFF;
	font-size: 13px;
	box-sizing: border-box;
	margin-top: 5px;
}
.hari_price_list:first-of-type{
	margin-top: 30px;
}
.hari_price_list:last-of-type{
	margin-bottom: 30px;
}
.hari_price_list dt{
	position: relative;
	padding-left: 22px;
}
.hari_price_list dt::before{
	content: "";
	position: absolute;
	width: 12px;
	border-bottom: 2px #adc0d0 solid;
	top: 12px;
	left: 0;
}
@media screen and (max-width:699px){
	.hari_price_list{
		padding: 20px 15px;
	}
	.hari_price_list dt{
		border-bottom: 1px var(--blue-color) solid;
		padding-bottom: 15px;
	}
	.hari_price_list dd{
		margin-top: 15px;
	}
}
@media screen and (min-width:700px){
	.hari_price_list{
		display: flex;
		padding: 25px 35px;
	}
	.hari_price_list dt{
		width: 260px;
	}
	.hari_price_list dd{
		width: calc(100% - 260px);
	}
}
.hari_flow_list{
	
}
@media screen and (max-width:699px){
	.hari_flow_list .flow_list:nth-of-type(3)::after,
	.hari_flow_list .flow_list:nth-of-type(4)::after,
	.hari_flow_list .flow_list:nth-of-type(5)::after{
		top: 260px;
		left: 45%;
	}
}
@media screen and (min-width:700px){
	.hari_flow_list .flow_list:nth-of-type(3)::after,
	.hari_flow_list .flow_list:nth-of-type(4)::after,
	.hari_flow_list .flow_list:nth-of-type(5)::after{
		top: 155px;
		left: 105px;
	}
}
.hari_other{
	color: #FFFFFF;
	background-color: #5278a0;
	text-align: center;
	position: relative;
	z-index: 1;
}
.hari_other_con{
	position: relative;
}
.hari_other_con::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #dde4eb;
	position: absolute;
	left: 0;
	z-index: -1;
}
@media screen and (max-width:699px){
	.hari_other{
		width: 90%;
		margin-left: 10%;
		font-size: 24px;
		padding: 20px 0;
	}
	.hari_other_con::before{
		top: 110px;
	}
	.hari_other_wrap{
		margin-top: -20px;
		margin-bottom: 90px;
	}
	.hari_other_txt p{
		font-size: 14px;
		margin: 30px 0 50px 0;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.hari_other{
		width: 57%;
		margin-left: 43%;
		margin-top: 70px;
		font-size: 30px;
		padding: 30px 0;
	}
	.hari_other_con::before{
		top: 110px;
	}
	.hari_other_wrap{
		display: flex;
		justify-content: space-between;
		margin-top: -120px;
		margin-bottom: 90px;
	}
	.hari_other_img{
		width: 50%;
	}
	.hari_other_txt{
		width: 44%;
	}
	.hari_other_txt p{
		font-size: 15px;
		margin: 180px 0 50px 0;
	}
}
@media screen and (min-width:1280px){
	.hari_other{
		width: 57%;
		margin-left: 43%;
		margin-top: 100px;
		font-size: 36px;
		padding: 40px 0;
	}
	.hari_other_con::before{
		top: 130px;
	}
	.hari_other_wrap{
		display: flex;
		justify-content: space-between;
		margin-top: -150px;
		margin-bottom: 110px;
	}
	.hari_other_img{
		width: 50%;
	}
	.hari_other_txt{
		width: 44%;
	}
	.hari_other_txt p{
		font-size: 15px;
		margin: 200px 0 50px 0;
	}
}

/*=============================================================================
CONTACT PAGE
=============================================================================*/
.contact_txt{
	margin-top: 100px;
}
.contact_box{
	border-bottom: 1px var(--blue-color) solid;
	padding-bottom: 40px;
	margin-top: 40px;
}
.contact_box:first-of-type{
	margin-top: 60px;
}
.contact_txt span{
	color: #d4211d;
}
.contact_box dt{
	width: 260px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact_ttl{
	font-size: 15px;
	color: #FFFFFF;
	background-color: #5278a0;
	width: 200px;
	height: 40px;
	display: flex;
	align-items: center;
	padding-left: 20px;
}
.contact_ttl::before{
	content: "";
	border-bottom: 3px #adc0d0 solid;
	width: 12px;
	margin-right: 15px;
}
.contact_box dt span{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #a52226;
	padding: 0 10px;
}
.contact_box input[type="text"],
.contact_box input[type="tel"],
.contact_box input[type="email"],
.contact_box textarea{
	border: none;
	border-radius: 0;
	padding: 10px;
}
input[type="submit"], input[type="back"],input[type="button"],button[type="submit"] {
	display: block;
	width: 300px;
	background-color: var(--blue-color);
	border: none;
	border-radius: 0;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1em;
	margin: 0 auto;
	padding: 15px 0;
	cursor: pointer;
	clear: both;
}
button[type="submit"]{
	margin: 30px auto 100px auto;
}
input[type="submit"]:hover, 
input[type="back"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover{
	opacity:0.5;
	transition: 0.5s;
}
@media screen and (max-width:699px){
	.contact_box dd{
		width: 100%;
		margin-top: 20px;
	}
	.contact_box input[type="text"],
	.contact_box input[type="email"]{
		width:100%;
	}
}
@media screen and (min-width:700px){
	.contact_box{
		display: flex; 
		align-items: center;
	}
	.contact_box:last-of-type{
		align-items: flex-start;
	}
	.contact_box dd{
		width: calc(100% - 350px);
		margin-left: 90px;
	}
	.contact_box input[type="text"],
	.contact_box input[type="email"]{
		max-width:500px;
		width:500px;
	}
}
.grecaptcha-badge{
	bottom: 100px !important;
}
















	
