/*
Theme Name : Thema HUMAP
*/

@charset "utf-8";
html{
	font-size: 16px;
}
body{
	margin:0;
	color:#444444;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sp{
	display: none;
}
.right{
	float: right;
}
.left{
	float: left;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
p{
	line-height: 1.5;
}
@media screen and (max-width: 750px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

/* header */
header{
	padding: 15px 0 17px;
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
header a{
	color: #333333;
}
header .headerin{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	max-width: 1000px;
	margin: auto;
}
header .headerin .global_navi{
	width: auto;
	text-align: center;
	max-width: 600px;
}
header .headerin .global_navi ul{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: stretch;
	align-items: stretch;
}
header .headerin .global_navi ul li{
	font-size: 12px;
	font-weight: 500;
	position: relative;
}
header .headerin .global_navi ul li.first_navi{
	margin: 0 15px;
}
header .headerin .global_navi ul li.secound_navi{
	margin: 0 15px;
	font-weight: 800;
}
header .headerin .global_navi ul li.head_telnomber{
	padding: 0 0 0 25px;
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	letter-spacing: 1px;
}
header .headerin .global_navi ul li.head_telnomber span{
	font-size: 14px;
	margin-right: 7px;
	color: #5ead3c;
}
header .headerin .global_navi ul li a{
	display: block;
	box-sizing: border-box;
}
header .headerin .global_navi ul li.first_navi a{
	padding: 7px 0;
}
header .headerin .global_navi ul li.secound_navi a{
	padding: 7px 0;
}
header .headerin .global_navi ul li a:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background: -moz-linear-gradient(left, #3195ac, #53be62);
	background: -webkit-linear-gradient(left, #3195ac, #53be62);
	background: linear-gradient(to right, #3195ac, #53be62);
	width: 0;
	transition: width .4s;
}
header .headerin .global_navi ul li.first_navi a:after{
	bottom: 4px;
}
header .headerin .global_navi ul li a:hover:after,
header .headerin .global_navi ul li a:focus:after,
header .headerin .global_navi ul li a:active:after{
	width: 100%;
}
.fixedheader{
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 9;
	box-shadow: 0px 0px 10px #d6d6d6;
	animation: fadein 1s ease 0s 1 normal;
	-webkit-animation: fadein 1s ease 0s 1 normal;
}
header .mainsite_title.is-humap{
	width: 200px;
}

@keyframes fadein{
	0%{
		opacity:0
	}
	100%{
		opacity:1
	}
}
@-webkit-keyframes fadein{
	0%{
		opacity:0
	}
	100%{
		opacity:1
	}
}
@media screen and (max-width: 750px){
body .drawer-nav{
		z-index: 11;
	}
	body .drawer-hamburger{
		position: absolute;
	    height: 60px;
	    width: 16%;
	    z-index: 10;
	    padding: 10px 10px 20px;
	    background: #2369ba !important;
	    box-sizing: border-box;
	}
	body .drawer-hamburger:hover{
		border: none;
	}
	body .drawer--right.drawer-open .drawer-hamburger{
		background-color: transparent !important;
		right: 16.25rem;
		border: none;
	}
	body .drawer--right .drawer-nav{
		right: -16.25rem;
	}
	body .drawer-hamburger-icon,
	body .drawer-hamburger-icon:after,
	body .drawer-hamburger-icon:before{
		height: 3px;
		background-color: #ffffff;
	}
	body .drawer-hamburger-icon:before{
		top: -13px;
	}
	body .drawer-hamburger-icon:after{
		top: 13px;
	}
	body .drawer-overlay{
		background-color: rgba(0,0,0,.4);
		z-index: 9;
	}
	body .drawer-open .drawer-hamburger-icon:before,
	body .drawer-open .drawer-hamburger-icon:after{
		background-color: #fff;
	}
	body nav.drawer-nav{
		background: #2369ba;
		box-shadow: 1px 1px 5px #fff;
		width: 16.25rem;
		right: -16.25rem;
	}
	body nav.drawer-nav ul li a{
		display: block;
		color: #fff;
		padding: 2vh 3vw;
		border-bottom: 1px solid;
		font-size: 4vmin;
		letter-spacing: 1px;
	}
	body nav.drawer-nav ul li a span{
		display: block;
		font-weight: 100;
		line-height: 1.5;
		font-size: 3.5vmin;
		letter-spacing: 1.3px;
	}
	header{
		height: 60px;
		padding: 12px 10px;
		position: absolute;
	    background: #ffffff;
	    width: 100%;
	    z-index: 2;
	}
	header .mainsite_title{
		width: 45%;
	}
	header .mainsite_title.is-humap{
		width: 34%;
	}
}
@media screen and (max-width: 360px){
	body .drawer-hamburger{
		width: 18%;
	}
	header{
	    padding: 17px 10px;
	}
}

/* main visual */
.top-mv{
	width: 100%;
	background: -moz-linear-gradient(top, #f0f0f0, #FFFFFF);
	background: -webkit-linear-gradient(top, #f0f0f0, #FFFFFF);
	background: linear-gradient(to bottom, #f0f0f0, #FFFFFF);
	height: 500px;
}
.top-mv .inner{
	padding: 40px 10px 0;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.top-mv p{
	margin: 0 0 10px;
}
.top-mv .txt_area{
	margin: 0 100px 0 0;
}
.top-mv p.is-Scopy{
	font-weight: 700;
}
.top-mv h2.is-Mcopy{
	font-weight: 700;
	line-height: 1.2;
	color: #2964ae;
	margin: 0 0 10px;
}
.top-mv h2.is-Mcopy span{
	color: #e3657b;
}
.top-mv .img_area p.logo_circle{
	top: 80px;
	position: relative;
	max-width: 420px;
	width: 100%;
	z-index: 1;
}
.top-mv .img_area a{
	position: absolute;
	width: 100%;
	max-width: 40%;
	height: auto;
	transition-duration: .3s;
}
.top-mv .img_area a:hover{
	transform: translateY(5px);
}
.top-mv .img_area a.btn_smile{
	top: -18%;
	left: 0;
	right: 0;
	margin: auto;
}
.top-mv .img_area a.btn_pulsign{
	top: 5%;
    right: -15%;
}
.top-mv .img_area a.btn_asq{
	top: 5%;
	left: -15%;
}
.top-mv .img_area a.btn_sekinavi{
    right: -15%;
    bottom: 10%;
}
.top-mv .img_area a.btn_rpa{
    left: -15%;
    bottom: 10%;
}

.top-mv .img_area a.btn_check{
    bottom: -15%;
    right: 30%;
}

@media screen and (max-width: 750px){
	.top-mv{
		/*padding: 60px 0 0;*/
		height: auto;
	}
	.top-mv .inner{
		padding: 0px 20px 0;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.top-mv .txt_area{
		margin: 0;
	}
	.top-mv p.is-Scopy{
		font-size: 1.2rem;
	}
	.top-mv h2.is-Mcopy{
		font-size: 1.4rem;
	}
	.top-mv .img_area p.logo_circle{
		top: 40px;
    	width: 80%;
    	margin: 20px auto 0;
	}
	.top-mv .img_area a{
		max-width: 40%;
	}
}

/* contents */
.contents{
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 10px;
}
.block h3{
	font-weight: 700;
}
.block h3 span{
	font-size: 1.2rem;
	margin: 0 0 10px;
	color: #2862aa;
	display: block;
}
.is-small{
	font-size: 1.5rem;
}
.is-middle{
	font-size: 2rem;
}
.is-smiddle{
	font-size: 2.5rem;
}
.is-large{
	font-size: 3rem;
}
.is-llarge{
	font-size: 4rem;
}
.is-center{
	text-align: center;
}
.is-left{
	text-align: left;
}
.is-right{
	text-align: right;
}
h2,h3,h4,h5{
	margin: 0 0 40px;
}
.btn a{
	width: 280px;
	text-align: center;
	margin: 0;
	display: inline-block;
    padding: 10px;
    border-radius: 10px;
	color: #ffffff;
	transition-duration: .3s;
}
.btn a:hover{
	opacity: 0.5;
}
.btn.dammy a{
	background: #cccccc !important;
}
.right_btn a{
	font-size: 1.1rem;
	position: fixed;
	/* bottom: 60px; */
	bottom: 40px;
	right: 20px;
	border-radius: 4px;
	font-weight: 700;
	display: block;
	background: #f18c00;
	width: 250px;
	padding: 10px;
	color: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition-duration: .3s;
	z-index: 1;
}
.right_btn.is-center.smile a {
    font-size: 1.1rem;
    position: fixed;
    bottom: 60px;
    right: 20px;
    border-radius: 4px;
    font-weight: 700;
    display: block;
    background: #1dd3b0;
    width: 250px;
    padding: 20px;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition-duration: .3s;
    z-index: 1;
}
.right_btn a:hover{
	background: #ffffff;
	color: #f18c00;
}
@media screen and (max-width: 750px){
	.contents{
		width: 90%;
		padding: 60px 0;
	}
	.block h3{
		text-align: center;
		line-height: 1.5;
		font-size: 1.7rem;
	}
	.right_btn a{
		box-shadow: none;
		border-radius: 0;
		width: 100%;
		bottom: 0;
		right: 0;
		/* 220118 z-index数値変更　 1→5*/
		z-index: 5;
	}
}

/* whats humap */
.whats{
	color: #ffffff;
	position: relative;
	background: -moz-linear-gradient(left, #4891e4, #3673b5);
	background: -webkit-linear-gradient(left, #4891e4, #3673b5);
	background: linear-gradient(to right, #4891e4, #3673b5);
}
.whats:before{
	content: "";
	background: url('image/img_manwoman.png') no-repeat left 20% bottom / 300px, url('image/img_woman.png') no-repeat right 25% bottom / 150px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.whats h3,
.whats p{
	position: relative;
	z-index: 1;
}
.whats h3{
	font-weight: 700;
	margin: 40px 0;
}
.whats p{
	margin: 0 0 40px;
}
@media screen and (max-width: 750px){
	.whats h3{
		font-size: 1.7rem;
	}
	.whats:before{
	content: "";
	background: url('image/img_manwoman.png') no-repeat left 25% bottom / 140px, url('image/img_woman.png') no-repeat right 24% bottom / 72px;
	}
	.whats p{
		margin: 0 0 100px;
	}
}

/* company(2021/02 追記) */
section.company {
	background: #f0f0f0;
}
.company .wh_box{
	align-items: center;
	background: #ffffff;
	width: 100%;
	padding: 50px 30px;
	border-radius: 6px;
}
.company .wh_box_content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 30px;
	margin-bottom: 30px;
}
.company .wh_box_content_text{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 25px 80px;
	align-items: center;
	border-radius: 6px;
}
.company .wh_box img {
	width: 30%;
	margin-right: 40px;
}
.company .wh_box img:nth-child(3) {
	width: 100%;
	margin-right: 0px;
}
.company .wh_box p {
	font-size: 20px;
	font-weight: 700;
	padding: 0px;
	width: 30%;
    text-align: center;
}
.company .wh_box p::before {
	content: "-";
	color: #2862aa;
	font-size: 1.2rem;
	padding-right: 10px;
}

.company .wh_box .wh_box_content.four img {
	width: 22%;
	margin-right: 30px;
}
.company .wh_box .wh_box_content.four img:nth-child(4) {
	margin-right: 0px;
}
.company .wh_box .wh_box_content.four p {
    margin-right: 20px;
}
.company .wh_box .wh_box_content.four p:nth-child(2) {
    margin-right: 0px;
}

@media screen and (max-width: 750px){
	.company .wh_box{
		padding: 40px 20px;
	}
	.company .wh_box .wh_box_content.four img {
		width: 100%;
	}
	.company .wh_box_content{
		margin-bottom: 0px;
	}
}

/* news */
.fst .contents{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
.fst .news_list{
	width: 85%;
	border-left: 1px solid #acacac;
	padding: 25px 0 0 40px;
}
.fst .news_list p{
	margin: 0 0 15px;
	font-size: 0.8rem;
}
.fst .news_list a{
	margin: 0 0 0 30px;
	color: #333333;
	text-decoration: underline;
	transition-duration: .3s;
}
.fst .news_list a:hover{
	text-decoration: none;
	color: #acacac;
}
@media screen and (max-width: 750px){
	.fst .contents{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.fst .news_list{
		width: 100%;
		padding: 0;
		border-left: none;
	}
	.fst .news_list p{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 0 20px;
		font-size: 0.9rem;
	}
	.fst .news_list p span{
		display: block;
	}
	.fst .news_list a{
		margin: 0;
	}
}

/* service */
.scnd{
	background: #f0f0f0;
}
.scnd .wh_box{
	background: #ffffff;
	width: 100%;
	padding: 50px 80px 0;
	border-radius: 6px;
	margin: 0 0 60px;
}
.scnd .wh_box h4{
	font-size: 1.3rem;
	position: relative;
	margin: 0 auto 40px;
	width: 350px;
	background: #2965af;
	padding: 15px;
	color: #ffffff;
	border-radius: 50px;
}
.scnd .wh_box h4:before,
.scnd .wh_box h4:after{
	position: absolute;
	content: "";
	width: 120%;
	height: 1px;
	background: #2965af;
	top: 50%;
}
.scnd .wh_box h4:before{
	left: 300px;
}
.scnd .wh_box h4:after{
	right: 300px;
}
.scnd .inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f0f0f0;
	margin: 0 0 50px;
}
.scnd .inner:last-of-type{
	border-bottom: none;
	margin: 0;
}
.scnd .inner .img_area{
	width: 40%;
	position: relative;
	bottom: -5px;
}
.scnd .inner .img_area span{
	display: block;
	position: absolute;
}
.scnd .inner .img_area span.display{
	top: 4%;
    width: 96%;
    margin: auto;
    left: 0;
    right: 0;
}
.scnd .inner .img_area span.girl{
	width: 42%;
	bottom: 0;
	right: -20px;
}
.scnd .inner .img_area.is-rimg span.girl{
	bottom: 0;
	left: -20px;
}
.scnd .inner.seki .img_area.is-rimg span.girl{
	bottom: 0;
	left: -80px;
}
.scnd .inner .txt_area{
    width: 54%;
}
.scnd .inner .txt_area p.read{
	line-height: 2rem;
	margin: 0 0 20px;
}
.scnd .inner p.ttl{
	font-weight: 700;
	padding: 12px 0 12px 80px;
	margin: 0 0 30px;
}
.scnd .inner p.ttl span{
	color: #555555;
	display: block;
	font-size: 1rem;
	font-weight: 500;
}
.scnd .inner p.ttl span.note{
	font-size: 0.9rem;
	display: inline-block;
	margin: 0 1rem;
}
.scnd .inner.pulsign p.ttl{
	background: url('image/ico_pulsign.png') no-repeat left / 70px;
	color: #49bda9;
}
.scnd .inner.pulsign p.btn a{
	background: #49bda9;
}
.scnd .inner.asq p.ttl{
	background: url('image/ico_asq.png') no-repeat left / 70px;
	color: #a0c948;
}
.scnd .inner.asq p.btn a{
	background: #a0c948;
}
.scnd .inner.asq .img_area{
	order: 1;
}
.scnd .inner.asq .txt_area{
	order: 2;
}
.scnd .inner.smile p.ttl{
	background: url('image/ico_smile.png') no-repeat left / 70px;
	color: #f094a5;
}
.scnd .inner.smile p.btn a{
	background: #f094a5;
}
.scnd .inner.seki p.ttl{
	background: url('image/ico_seki.png') no-repeat left / 70px;
	color: #ffaf47;
}
.scnd .inner.seki p.btn a{
	background: #ffaf47;
}
.scnd .inner.seki .img_area{
	order: 1;
}
.scnd .inner.seki .txt_area{
	order: 2;
}
.scnd .inner.rpa p.ttl{
	background: url('image/ico_rpa.png') no-repeat left / 70px;
	color: #53aee4;
}
.scnd .inner.rpa p.btn a{
	background: #53aee4;
}
.scnd .inner.rpa .img_area{
	order: 1;
}
.scnd .inner.rpa .txt_area{
	order: 1;
}

.scnd .inner.pulsign .img_area{
	order: 1;
}
.scnd .inner.pulsign .txt_area{
	order: 2;
}

@media screen and (max-width: 750px){
	.scnd .wh_box{
		padding: 40px 20px 0;
	}
	.scnd .wh_box h4{
		width: 90%;
	}
	.scnd .wh_box h4:before,
	.scnd .wh_box h4:after{
		width: 20%;
	}
	.scnd .wh_box h4:before{
		left: -20px;
	}
	.scnd .wh_box h4:after{
		right: -20px;
	}
	.scnd .inner{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.scnd .inner .txt_area,
	.scnd .inner .img_area{
		width: 100%;
	}
	.scnd .inner .txt_area{
		order: 1 !important;
	}
	.scnd .inner .txt_area p.read{
		font-size: 0.9rem;
	}
	.scnd .inner .img_area{
		order: 2 !important;
	}
	.scnd .inner .img_area{
		margin: 40px 0 0;
	}
	.scnd .inner p.btn a{
		width: 100%;
	}
	.scnd .inner.seki p.ttl{
		line-height: 1;
	}
	.scnd .inner p.ttl span.note{
		margin: 0;
		display: block;
	}
	.scnd .inner.rpa p.ttl{
		background: url('image/ico_rpa.png') no-repeat left / 70px;
		color: #53aee4;
		line-height: 1.6rem;
	}
	.scnd .inner.seki .img_area.is-rimg span.girl {
		bottom: 0;
		left: -45px;
	}
}

/* footer */
footer {
	margin-top: 0 !important;
}
footer a {
	color: #333;
	transition: all .3s;
}
footer a:hover {
	opacity: .8;
}
footer .sitemap{
	background: #f4f4f4;
}
footer .sitemap .contents {
	display: flex;
	/* justify-content: space-between; */
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: stretch;
}
footer .sitemap ul.map{
	margin: 0 0.5em;
}
footer .sitemap ul.map > li{
	font-weight: bold;
	font-size: 1.0em;
	margin: 10px;
}
footer .sitemap ul.map > li ul{
	margin-left: 0;
}
footer .sitemap ul.map > li ul li{
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 1em;
}
footer .sitemap ul.map > li ul li:before{
	content: "▶";
	font-size: 7px;
	vertical-align: middle;
	margin-left: -10px;
}
footer .companyin{
	color: #ffffff;
	background: #2965af;
}
footer .companyin .contents {
	padding: 30px 10px;
}
footer dl,
footer .info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
footer dl,
footer dl dt{
	margin: 0 1rem 0 0;
}
footer .address{
	width: 100%;
	background: #ffffff;
	color: #2965af;
	font-size: 0.8rem;
	padding: 10px 0;
}

@media screen and (max-width: 750px){
	/* footer{
		margin: 0 0 64px;
	} */
	/*お問い合わせボタン外す時つける*/
	footer dl{
		margin: 0;
	}
	footer dl dt{
		width: 20%;
	}
	footer dl dd{
		width: 80%;
		color: #fff!important;
	}
	footer dl.company{
		margin: 0 0 10px;
	}
	footer .info{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	footer .sitemap .contents{
		display: block;
	}
	footer .sitemap ul.map{
		width: auto;
	}
	footer .sitemap ul.map > li{
		margin: 10px 0px 2vh 0px;
	}
	footer .sitemap ul.map > li a{
		display: block;
		font-size: 4vmin;
		margin-bottom: 2vh;
	}
	footer .sitemap ul.map > li ul li{
		margin-left: 2em;
		position: relative;
	}
	footer .sitemap ul.map > li ul li:before{
		display: block;
		position: absolute;
		left: -17px;
		top: 3px;
		margin-left: 0;
	}
	footer .sitemap ul.map > li ul li a{
		display: block;
		font-size: 4vmin;
		padding-bottom: 1.3vh;
		margin-bottom: 0;
	}
	footer .companyin .contents {
		padding: 30px 20px;
	}
}



/* header_調整200603 */
header .headerin {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    max-width: 1100px;
    position: relative;
}
@media screen and (max-width: 750px){
	header .headerin {
    position: unset;
}
}
.navi_block {
    height: 60px;
}
header .headerin .global_navi ul li.secound_navi a {
    padding: 3px 0;
}
header .headerin .global_navi_secound {
    max-width: 800px;
    position: absolute;
    right: 0;
    top: 35px;
}
header .headerin .global_navi ul li.secound_navi {
    margin: 0 10px;
    font-weight: 800;
}

/* 追記_200702 */
.form .contents{
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 10px 30px;
}
.pdf_link {
	text-align: center;
	font-size: 16px;
	padding-bottom: 60px;
}
.smileform .pdf_link a{
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid;
	color: #f095a6;
	transition: 3s;
}
#pulsign_contact .pdf_link a{
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid;
	color: #48bda9;
	transition: 3s;
}
#seki_contact .pdf_link a{
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid;
	color: #ffaf47;
	transition: 3s;
}
.smileform .pdf_link a{
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid;
	color: #f094a5;
	transition: 3s;
}
.pdf_link a:hover{
	opacity: 0.5;
}



/*  200817_form更新 */
.checkbox-otoiawase span.wpcf7-list-item,
.checkbox-kaiketsukadai span.wpcf7-list-item{
	display: block;
	margin: 0;
}
.checkbox-otoiawase span.wpcf7-list-item input[type="checkbox"]:first-child,
.checkbox-kaiketsukadai span.wpcf7-list-item input[type="checkbox"]:first-child{
	margin-top: 0;
}

.checkbox-otoiawase span.wpcf7-list-item input[type="checkbox"],
.checkbox-kaiketsukadai span.wpcf7-list-item input[type="checkbox"]{
	display: inline-block;
	width: 2%;
}
@media screen and (max-width: 750px){
	.checkbox-otoiawase span.wpcf7-list-item:first-child,
	.checkbox-kaiketsukadai span.wpcf7-list-item:first-child{
		padding: 5px 0;
	}
	.checkbox-otoiawase span.wpcf7-list-item,
	.checkbox-kaiketsukadai span.wpcf7-list-item {
		padding-bottom: 5px;
	}
	.checkbox-otoiawase span.wpcf7-list-item input[type="checkbox"],
	.checkbox-kaiketsukadai span.wpcf7-list-item input[type="checkbox"]{
		width: 5%;
	}
}


/* 固定ボタン(右下) */
.right_btn.humap .video{
	width: 250px;
	height: 140px;
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 1;
	box-shadow: 0 0 5px 1px #fac581;
	border-radius: 3px;
	transition-duration: .3s;
}
.right_btn.humap .video:hover {
	opacity: .9;
}
.right_btn.humap .video span {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	color: #fff;
	background: linear-gradient(to right, #ffad3c, #ff8a00);
	border-radius: 3px;
	position: absolute;
	top: -30px;
	transform: translateX(-50%);
}
.right_btn.humap .video iframe{
	width: 100%;
	height: 100%;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
}
.right_btn.humap .video a {
	width: 100%;
	height: 100%;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
}



@media screen and (max-width: 750px){
	.top-mv p {
    margin: 0 0 10px;
    font-size: 0.9rem;
}
.fst .news_list{
		padding: 0 20px;
	}
.company .wh_box_content {
    display: block;
	padding: 0px 0px;
}
.company .wh_box {
    padding: 40px 60px;
}
.company .wh_box img {
    width: 100%;
	padding-bottom: 15px;
}
.company .wh_box p {
	text-align: center;
	margin-top: 30px;
	width: 100%;
}
}


.scnd .inner.check p.ttl {
    background: url(image/ico_check.png) no-repeat left / 70px;
    color: #2fa055;
}
.scnd .inner.check p.btn a{
	background: #2fa055;
}
.scnd .inner.check .img_area{
	order: 2;
}
.scnd .inner.check .txt_area{
	order: 1;
}
.scnd .inner.check .img_area span.girl {
    width: 28%;
    bottom: 0;
    right: -20px;
}


@media screen and (max-width: 750px){
	.scnd .inner.check .img_area span.girl {
		right: 0px;
	}
	.scnd .inner .img_area span.girl{
		right: 0px;
	}
}


@media screen and (min-width:751px) and ( max-width:998px) {
		header .headerin {
		position: unset;
	}
}



/*_210823_*/
#asq_contact .pdf_link {
	padding-top: 30px;
}
#asq_contact .pdf_link a{
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid;
	color: #870b78;
	transition: 3s;
}
#CHeck_form .pdf_link {
	padding-top: 30px;
}
#CHeck_form .pdf_link a{
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid;
	color: #2fa055;
	transition: 3s;
}

.hp-hidden { 
	display:none;
}