/*////////////////////////////////////
houmon
////////////////////////////////////*/

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

#houmon_area{
	position: relative;
	width: 100%;
	padding: 100px 0;
	background-color: #ebf6f7;
	overflow: hidden;
}

.houmon_place{
	position: relative;
	width: 80%;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.houmon_title_area{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.houmon_subtitle{
	position: relative;
	width: 100%;
	font-size: clamp(8rem,12vw,15rem);
	font-weight: 800;
	color:rgba(65,134,178,0.2);
}

.houmon_title{
	position: absolute;
	left: 50%;
	bottom: 20%;
	transform: translateX(-50%);
	width: 100%;
	font-size: clamp(3rem,3.2vw,5rem);
	font-weight: 600;
	color: #777777;
	letter-spacing: 0.08em;
}

.houmon_main_word{
	position: relative;;
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
	font-size: clamp(3rem,3.2vw,5rem);
	font-weight: 500;
	color: #333333;
	letter-spacing: 0.08em;
}

.houmon_catch_area{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	
}

.houmon_catch_img{
	position: relative;
	width: 38%;	
	margin-right: 2%;
}

.houmon_catch_img img{
	position: relative;
	width: 100%;
}

.houmon_catch_word{
	position: relative;
	width: 60%;	
	font-size: clamp(1.6rem,1.2vw,2rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-bottom: 50px;
}

.houmon_catch_word span{
	font-weight: 700;
}

.houmon_title_area{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	background-image: url("../houmon/img/houmon_title.png");
	background-size: cover;
}

.houmon_title{
	position: relative;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-size: clamp(3rem,3vw,4.4rem);
	font-weight: 600;
	color: #FEFEFE;
	letter-spacing: 0.08em;
}

.houmon_word{
	position: relative;
	width: 100%;	
	font-size: clamp(1.6rem,1.2vw,2rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin: 50px;
}

.houmon_word span{
	font-weight: 700;
}

.houmon_list_area{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 50px;
	background: #FEFEFE;
	border-radius: 20px;
	margin-bottom: 30px;
}

.houmon_list_photo{
	position: relative;
	width: 28%;
	margin-right: 2%;
}

.houmon_list_photo img{
	width: 100%;
	border-radius: 20px;
}

.houmon_list_word_area{
	position: relative;
	width: 70%;
}

.houmon_list_title{
	border-bottom: 1px solid #777777;
	padding: 2px 20px;
	margin-bottom: 20px;
	font-size: clamp(2rem,2vw,3rem);
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.houmon_list_word{
	padding-left: 20px;
	font-size: clamp(1.6rem,1.4vw,2rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.houmon_list_hosoku{
	position: relative;
	width: 100%;
	padding: 50px;
	background: rgba(241,242,210,1.00);
	border-radius: 20px;
	font-size: clamp(1.8rem,1.6vw,2.4rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 2;
}


}

@media screen and (min-width: 0px) and (max-width: 767px) {
#houmon_area{
	position: relative;
	width: 100%;
	padding: 100px 0;
	background-color: #ebf6f7;
	overflow: hidden;
}

.houmon_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.houmon_title_area{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.houmon_subtitle{
	position: relative;
	width: 100%;
	font-size: clamp(8rem,12vw,15rem);
	font-weight: 800;
	color:rgba(65,134,178,0.2);
}

.houmon_title{
	position: absolute;
	left: 50%;
	bottom: 20%;
	transform: translateX(-50%);
	width: 100%;
	font-size: clamp(3rem,3.2vw,5rem);
	font-weight: 600;
	color: #777777;
	letter-spacing: 0.08em;
}

.houmon_main_word{
	position: relative;;
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	color: #333333;
	letter-spacing: 0.08em;
}

.houmon_catch_area{
	position: relative;
	width: 100%;
	
}

.houmon_catch_img{
	position: relative;
	width: 100%;	
}

.houmon_catch_img img{
	position: relative;
	width: 100%;
}

.houmon_catch_word{
	position: relative;
	width: 100%;	
	font-size: clamp(1.6rem,1.2vw,2rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-bottom: 50px;
}

.houmon_catch_word span{
	font-weight: 700;
}

.houmon_title_area{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	background-image: url("../houmon/img/houmon_title.png");
	background-size: cover;
}

.houmon_title{
	position: relative;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-size: clamp(2rem,3vw,3rem);
	font-weight: 600;
	color: #FEFEFE;
	letter-spacing: 0.08em;
}

.houmon_word{
	position: relative;
	width: 100%;	
	font-size: clamp(1.6rem,1.2vw,2rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin: 50px;
}

.houmon_word span{
	font-weight: 700;
}

.houmon_list_area{
	position: relative;
	width: 100%;
	padding: 30px;
	background: #FEFEFE;
	border-radius: 20px;
	margin-bottom: 30px;
}

.houmon_list_photo{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.houmon_list_photo img{
	width: 100%;
	border-radius: 20px;
}

.houmon_list_word_area{
	position: relative;
	width: 100%;
}

.houmon_list_title{
	border-bottom: 1px solid #777777;
	padding: 2px 20px;
	margin-bottom: 20px;
	font-size: clamp(2rem,2vw,3rem);
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.houmon_list_word{
	padding-left: 20px;
	font-size: clamp(1.6rem,1.4vw,2rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.houmon_list_hosoku{
	position: relative;
	width: 100%;
	padding: 20px;
	background: rgba(241,242,210,1.00);
	border-radius: 20px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 2;
}

}



/*////////////////////////////////////
フロー
////////////////////////////////////*/

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

.houmon_flow_area {
	position: relative;
	width: 100%;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

.houmon_flow_area ul {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
 	 padding: 0;
}

.houmon_flow_area li {
 	 list-style-type: none;
}

.houmon_flow_area dd {
  	margin-left: 0;
}

.houmon_flow_place > li {
 	 padding: 40px 10px;
}

.houmon_flow_place > li:not(:last-child) {
  	border-bottom: 3px solid rgba(47,112,155,1.00);
  	position: relative;
}

.houmon_flow_place > li:not(:last-child)::before,
.houmon_flow_place > li:not(:last-child)::after {
  	content: "";
 	 border: solid transparent;
  	position: absolute;
  	top: 100%;
  	left: 15%;
 	 -webkit-transform: translateX(-50%);
  	transform: translateX(-50%);
}

.houmon_flow_place > li:not(:last-child)::before {
  	border-width: 22px;
  	border-top-color: rgba(47,112,155,1.00);
}

.houmon_flow_place > li:not(:last-child)::after {
  	border-width: 18px;
  	border-top-color: #ebf6f7;
}

.houmon_flow_place > li dl {
  	margin: 0;
}

.houmon_flow_place > li dl dt {
  	font-size: clamp(2rem,2vw,3rem);
  	font-weight: 600;
  	border-bottom: 2px dotted #878787;
 	margin-bottom: 10px;
  	padding-bottom: 10px;
  	display: flex;
  	align-items: center;
}

.houmon_flow_place > li dl dt .icon02 {
  	font-size: clamp(2rem,2vw,3rem);
  	color: #ebf6f7;
  	background: rgba(47,112,155,1.00);
  	padding: 5px 10px;
  	display: inline-block;
  	margin-right: 5px;
}

.houmon_flow_place > li dl dd {
  	font-size: clamp(1.6rem,1.4vw,1.8rem);
  	font-weight: 400;
 	margin-bottom: 5px;
 	padding-bottom: 5px;

  	align-items: center;
}

.houmon_flow_place li dl dd span{
  	font-weight: 600;
}

}

@media screen and (min-width: 0px) and (max-width: 767px) {

.houmon_flow_area {
	position: relative;
	width: 100%;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

.houmon_flow_area ul {
	position: relative;
	width: 100%;
 	 padding: 0;
}

.houmon_flow_area li {
 	 list-style-type: none;
}

.houmon_flow_area dd {
  	margin-left: 0;
}

.houmon_flow_place > li {
 	 padding: 40px 10px;
}

.houmon_flow_place > li:not(:last-child) {
  	border-bottom: 3px solid rgba(47,112,155,1.00);
  	position: relative;
}

.houmon_flow_place > li:not(:last-child)::before,
.houmon_flow_place > li:not(:last-child)::after {
  	content: "";
 	 border: solid transparent;
  	position: absolute;
  	top: 100%;
  	left: 15%;
 	 -webkit-transform: translateX(-50%);
  	transform: translateX(-50%);
}

.houmon_flow_place > li:not(:last-child)::before {
  	border-width: 22px;
  	border-top-color: rgba(47,112,155,1.00);
}

.houmon_flow_place > li:not(:last-child)::after {
  	border-width: 18px;
  	border-top-color: #ebf6f7;
}

.houmon_flow_place > li dl {
  	margin: 0;
}

.houmon_flow_place > li dl dt {
  	font-size: clamp(1.6rem,2vw,2rem);
  	font-weight: 600;
  	border-bottom: 2px dotted #878787;
 	margin-bottom: 10px;
  	padding-bottom: 10px;
  	display: flex;
  	align-items: center;
}

.houmon_flow_place > li dl dt .icon02 {
  	font-size: clamp(1.6rem,2vw,2rem);
  	color: #ebf6f7;
  	background: rgba(47,112,155,1.00);
  	padding: 5px 10px;
  	display: inline-block;
  	margin-right: 5px;
}

.houmon_flow_place > li dl dd {
  	font-size: clamp(1.6rem,1.4vw,1.8rem);
  	font-weight: 400;
 	margin-bottom: 5px;
 	padding-bottom: 5px;

  	align-items: center;
}

.houmon_flow_place li dl dd span{
  	font-weight: 600;
}

}


/*////////////////////////////////////
アコーディオンメニュー
////////////////////////////////////*/

@media screen and (min-width: 768px) {
.houmon_accordion{
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.houmon_accordion_a {
  	display: none;
}

.houmon_accordion_q {
  	background-color: #FFF;
  	padding: 12px 45px 10px 20px;
  	margin: 10px 0 0;
 	 transition: background .3s ease;
 	 cursor: pointer;
 	 position: relative;
}

.houmon_accordion_q::before,
.houmon_accordion_q::after{
  	position:absolute;
  	content:'';
  	top:1px;
 	 right:20px;
 	 bottom:0;
 	 width:12px;
 	 height:2px;
 	 margin:auto;
 	 background:#151E2F;
}
.houmon_accordion_q::after{
  	transform:rotate(-90deg);
  	transition:transform 0.3s;
}
.houmon_accordion_q.active::after{transform:rotate(0deg);}

.houmon_accordion_a {
  	background-color: #FFF;
  	padding: 12px 20px 10px;
}

.houmon_accordion_q span,
.houmon_accordion_a span{
  	padding-left: 25px;
  	position: relative;
	font-size: clamp(1.6rem,1.2vw,2rem);
	font-weight: 400;
	color: #333333;
}

.houmon_accordion_q span::before{
  	position: absolute;
  	content:"Q";
  	top: 0;
  	left: 0;
  	color:rgba(19,104,201,1.00);
  	font-size: 1.6rem;
}


.houmon_accordion_a span::before{
    position: absolute;
	content:"A";
 	top: 3px;
 	left: 0;
 	color:rgba(214,4,77,1.00);
 	font-size: 1.6rem;
}

.houmon_accordion_q:hover {
 	background-color: #F2F2F2;
}

}

@media screen and (min-width: 0px) and (max-width: 767px) {

.houmon_accordion{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.houmon_accordion_a {
  	display: none;
}

.houmon_accordion_q {
  	background-color: #FFF;
  	padding: 12px 45px 10px 20px;
  	margin: 10px 0 0;
 	 transition: background .3s ease;
 	 cursor: pointer;
 	 position: relative;
}

.houmon_accordion_q::before,
.houmon_accordion_q::after{
  	position:absolute;
  	content:'';
  	top:1px;
 	 right:20px;
 	 bottom:0;
 	 width:12px;
 	 height:2px;
 	 margin:auto;
 	 background:#151E2F;
}
.houmon_accordion_q::after{
  	transform:rotate(-90deg);
  	transition:transform 0.3s;
}
.houmon_accordion_q.active::after{transform:rotate(0deg);}

.houmon_accordion_a {
  	background-color: #FFF;
  	padding: 12px 20px 10px;
}

.houmon_accordion_q span,
.houmon_accordion_a span{
  	padding-left: 25px;
  	position: relative;
	font-size: clamp(1.6rem,1.2vw,2rem);
	font-weight: 400;
	color: #333333;
}

.houmon_accordion_q span::before{
  	position: absolute;
  	content:"Q";
  	top: 0;
  	left: 0;
  	color:rgba(19,104,201,1.00);
  	font-size: 1.6rem;
}


.houmon_accordion_a span::before{
    position: absolute;
	content:"A";
 	top: 3px;
 	left: 0;
 	color:rgba(214,4,77,1.00);
 	font-size: 1.6rem;
}

.houmon_accordion_q:hover {
 	background-color: #F2F2F2;
}

}



/*////////////////////////////////////
介護・医療関係者の皆様へ
////////////////////////////////////*/

@media screen and (min-width: 768px) {
.houmon_kaigo_area{
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	
}

.houmon_kaigo_img{
	position: relative;
	width: 28%;	
	margin-right: 2%;
}

.houmon_kaigo_img img{
	position: relative;
	width: 100%;
}

.houmon_kaigo_word{
	position: relative;
	width: 70%;	
	font-size: clamp(1.6rem,1.2vw,2rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-bottom: 50px;
}

.houmon_kaigo_word span{
	font-weight: 700;
}

.houmon_works{
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.houmon_works a:hover{
	transition: all 0.3s;
}

.houmon_works a:hover{
	opacity: 0.8;
}

.houmon_works_sp{
	display: none;
}

}

@media screen and (min-width: 0px) and (max-width: 767px) {
.houmon_kaigo_area{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	
}

.houmon_kaigo_img{
	position: relative;
	width: 100%;	
}

.houmon_kaigo_img img{
	position: relative;
	width: 100%;
}

.houmon_kaigo_word{
	position: relative;
	width: 100%;	
	font-size: 1.6rem;
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-bottom: 50px;
}

.houmon_kaigo_word span{
	font-weight: 700;
}

.houmon_works_sp{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.houmon_works_sp a:hover{
	transition: all 0.3s;
}

.houmon_works_sp a:hover{
	opacity: 0.8;
}

.houmon_works {
	display: none;
}
}

