
@charset "UTF-8";

body {
	width: 100%;
	background: #ffffff;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	/* overflow: scroll; */
	overflow-x: hidden;
}

p {
	text-align:left;
	font-size: 18px;
	line-height: 32px;
	margin: 0 0 32px 0;
	padding: 0 15%;
}

img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

section {
	/*width: 916px;*/
	margin: 0 auto;
	text-align: center;
	background: #F5F5F5;
}

.section,.sec-message,.sec-other{
	border: none;
}

.pcnone{
	display: none;
}

/*body.fixed {
	position: fixed;
	width: calc(100vw - 15px);
	height: 100%;
	left: 0;
}*/

/*  ----------------------------------- header -----------------------------------  */
.header-area {
	/* width: 980px; */
	/*height: 160px;*/
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: #fff;
}


/*@media screen and (max-width: 1024px) {
	.header-area {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 52px;
	}
}
*/
.logo {
    position: relative;
    width: 960px;
    margin: 0 auto;
}
.logo img {
	display: inline-block;
	max-width: 45px;
	position: absolute;
	left: 0;
	top: 40px;
}

.top_logo img {
    padding: 8px 0;
    height: 40px;
}


/*  ----------------------------------- メインビジュアル -----------------------------------  */
.mainvisual_wrapper {
	background: url(../img/white_round.png);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 450px;
	background-size: 100%;
}
.mainvisual {
	background-size: cover;
	background: linear-gradient(#FFFFFF, #E2F1F1);
}
.mainvisual p {
	margin: 40px auto 0;
	padding: 0;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
}
.mainvisual p span {
	color: #CCD0DB;
}
.mainvisual .section p {
	text-align: center;
	color: #ffffff;
	text-shadow: rgba(27,44,41,0.4) 0px 2px 2px;
}

.section p:nth-child(2) {
	max-width: 460px;
	line-height: 40px;
}


/*  ----------------------------------- 共通設定 -----------------------------------  */
h2,h3,h4,.mainvisual p {
	/* color: #23286B; */
}

h1 {
	/* padding-top: 12%; */
	/* font-size: 50px; */
	/* text-align: center; */
	/* color: #ffffff; */
	/* text-shadow: rgba(27,44,41,0.4) 0px 3px 6px; */
	/* width: 100%; */
}

h2 {
	margin: 80px 0 32px 0;
	font-size: 32px;
	text-align: center;
	position: relative;
	display: inline-block;
	z-index: 0;
}

/* h2:before {
		position: absolute;
		background-color: #FFFAE2;
		content: "";
		height: 10px;
		top: 70%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: -1;
}

h2.ttl_other:before {
		position: absolute;
		background-color: #EFEFEF;
		content: "";
		height: 10px;
		top: 70%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: -1;
} */

h3 {
	margin: 16px 0;
	font-size: 22px;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 0 20px;
}

h3:before {
		position: absolute;
		background-color: #E6E9F2;
		content: "";
		height: 10px;
		top: 70%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: -1;
}

.lead {
	/* color: #23286B; */
	margin: 50px 0 24px 0;
    font-size: 20px;
	padding: 0 ;
}

.subtxt {
	display: block;
	padding-bottom: 16px;
	font-size: 16px;
	line-height: 21.6px;
	color: #888888;
	font-weight: normal;
}
.sec-sample .subtxt,
.subtxt:last-child {
	padding-bottom: 0;
}
.subtxt a  {
	font-size: 14px;
    text-decoration: underline;
	color: #888888;
}

.fade{
	animation: fadeIn 1.5s;
	}
	@keyframes fadeIn {
			0% {opacity: 0}
			100% {opacity: 1}
	}
/* ----------------------------------- メッセージ ----------------------------------- */
/* .sec-message {
	padding-bottom: 12px;
    background-color: #FFFFFF;
    border-radius: 10px;
    position: absolute;
	top: 640px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);

} */

.sec-message {
	padding: 40px 0 20px;
	background-color: #F5F5F5;
	/* border-radius: 10px; */
	/* margin-bottom: 40px; */
	/*  position: absolute;
    top: 640px;
    left: 50%; */
	position: relative;
	/*width: 980px;*/
}

.sec-message h2 {
	margin: 20px 0;
	width: 980px;
	/* background: #4AAFA1 0% 0% no-repeat padding-box; */
	position:relative;
	/* padding: 1em; */
	color: #FFF;
	text-shadow: 0px 1px 0px #1d7e7e;
}

/*.sec-message:after{
	content: "";
    position: absolute;
    bottom: -25px;
    left: 96.7%;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #568A83 transparent transparent;
    border-width: 0 30px 0px 0px;
    border-top: 25px solid #568A83;
    border-right: 33px solid transparent;
  }

.sec-message:before{
	content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #568A83 transparent transparent;
    border-width: 0 33px 25px 0px;
  }*/



.logo_content li {
	cursor: pointer;
	width: 49%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	font-size: 16px;
	border: 1px solid #E4E7EE;
	border-radius: 8px;
	margin-bottom: 15px;
	/*padding: 10px;*/
	margin: 0 8.5px;
}

.logo_content li.fs_view_btn{
	margin: 0 0 20px 0;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.15);
	height: 70px;
    line-height: 70px;
}
.logo_content img {
	height: 40px;
}
.logo_content {
	display: flex;
	justify-content: space-around;
	margin: 0;
	/* padding: 0 75px; */
	flex-wrap: wrap;
}

.res_upper {
	padding-bottom: 0px !important;

}

.sec-message img.logo_pro,
.sec-message img.logo_hatarako{
	height: 32px;
	margin-top: 5px;
	
}

.btn_insentive{
	cursor: pointer;
	background: #42AD9E;
    color: #FFF;
    padding: 25px;
    border-radius: 100px;
    width: 620px;
    height: 94px;
    margin: 30px auto 40px;
    font-weight: bold;
    font-size: 30px;
    box-shadow: 0px 2px 0px 0px #ccd0db;
	text-shadow: 0px 1px 2px #0000004D;
}

.btn_insentive_p{
	background: #42AD9E;
	color: #FFF;
	padding: 29px;
	border-radius: 100px;
	width: 60%;
	margin: 0 auto 50px;
	font-weight: bold;
	font-size: 21px;
	cursor: pointer;
	box-shadow: 0px 2px 0px 0px #ccd0db;
}
/*  ----------------------------------- 企業特集 -----------------------------------  */

.h4_wrapper {
	padding: 60px 0 60px 0;
	width: 627px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/feature.png) no-repeat bottom center;
	background-size: 100%;
}

h4 {
	/* float: left; */
	/* width: 390px; */
	margin-top: 12px;
	/* position: relative; */
	font-size: 32px;
	text-align: center;
	line-height: 50px;
	z-index: 0;
}

.h4_wrapper img {
	margin: 0;
	width: 718px;
}

.insentive_icon{
	color: #23286B;
	border: 1px #23286B solid;
	padding: 5px;
	border-radius: 20px;
	width: 350px;
	margin: 0 auto;
	font-size: 18px;
}

.example{
	border: #E6E9F2 4px solid;
	border-radius: 4px;
	color: #23286B;
	width: 700px;
	margin: 0 auto 20px;
}

.ttl_example{
	background:#E6E9F2;
	font-weight: bold;
}

.example ul{
	display: flex;
	flex-wrap :wrap;
	margin-left: 60px;
	padding: 0 0 20px 0;
}
.example ul li{
	text-align: left;
	width: 50%;
	list-style: disc;
	padding: 20px 20px 0px 0px;
	font-size: 17px;
	font-weight: bold;
}

.example .subtxt{
	font-size: 12px;
}

.sec-sample img {
	width: 636px;
	margin-bottom: 24px;
}

.subtxt_wrapper {
	width: 780px;
    margin: 40px auto 0 auto;
}
.subtxt_wrapper .subtxt:last-child {
	padding-bottom: 40px;
}


/* ----------------------------------- 取り組み概要 ----------------------------------- */
.feature {
	background-color: #D2F4FF;
	padding: 0 40px 40px;
}

.feature_wrapper {
	background-color: #FFF;
	border-radius: 20px;
}

.sec-action img {
	margin-top: 32px;
}
.sec-action h2 {
	margin-top: 40px;
}
.sec-action p:last-child {
	width: 780px;
	margin: 8px auto 0 auto;
    padding: 0 48px;
	font-size: 12px;
	color: #797F97;
}

/* ----------------------------------- 掲載事例 ----------------------------------- */


.lead_last {
	margin-bottom: 32px;
}


/* ----------------------------------- 仕事詳細イメージ ----------------------------------- */
.sub_box {
	border: 4px solid #F5F5F5;
	border-radius: 7px;
	padding-bottom: 40px;
	padding: 0 20px 20px;
}


/* ----------------------------------- 対象企業の求人はこちら ----------------------------------- */
.sec-joblist {
	padding-bottom: 48px;
}
.sec-joblist img{
	margin: 20px auto 10px;
}
.sec-joblist img.logo_baitoru,
.sec-joblist img.logo_next{
	height: 32px;
}
.sec-joblist img.logo_pro,
.sec-joblist img.logo_hatarako{
	height: 25px;
}

.seek_modal img.logo_baitoru,
.seek_modal img.logo_next{
	height: 40px;
}
.seek_modal img.logo_pro,
.seek_modal img.logo_hatarako{
	height: 32px;
}
/* 
.seek_modal .logo_content li {
    width: 50%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    font-size: 16px;
    border: 1px solid #E4E7EE;
    margin-bottom: 15px;
    padding: 3%;
    margin: 7px 8.10px;
	box-shadow: 0px 2px 4px #00000026;
	border-radius: 10px;
} */


/* ボタン */
.btn_select_center {
	background: #E6E9F2 url(../img/blue-arrow3.png) no-repeat;
	background-size: 15px 8px;
	background-position: 80% 55%;
	border-radius: 0 0 16px 16px;
	padding: 13px 0;
	font-weight: bold;
	color: #23286B;
}

.btn_select_center select {
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	opacity: 0;
	width: 100%;
	outline: none;
	text-indent: 50px;
	height: 50px;
	left: 0;
}
.btn_select_center select:focus {
	opacity: 1;
	z-index: -1;
}
.btn_select_center select:focus + .size_select_label {
	opacity: 0;
}

.btn_select_label {
	box-sizing: border-box;
	background: #E6E9F2;
	padding: 11px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	position: relative;
	top: 0;
	z-index: 0;
	border-radius: 0 0 18px 18px;
	color: #23286B;
	font-weight: bold;
	width: 100%;
	outline: none;
}
.btn_select_label:after {
	position: absolute;
	background: url(../img/blue-arrow.png) no-repeat;
	content: "";
	background-size: 60% auto;
	width: 12px;
	height: 12px;
	top: 20px;
	right: 60px;
	transform: rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
}
.btn_select_label select {
	width: 100%;
	color:#26b8bf;
	padding: 24px 0 30px;
	cursor: pointer;
	outline: none;
	text-indent: 30%;
}
.btn_select_label select option {
	font-size: 26px;
}

.pull_content {
	/* display: flex; */
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 680px;
}

.seek_modal .pull_content {
	/* margin: 0 70px; */
}
.pull_content p {
    text-align: center;
    font-size: 18px;
    margin: 10px 0 30px;
    color: #777;
    line-height: 1;
}

.pull_content_p {
	justify-content: space-between;
	flex-wrap: wrap;
}
.pull_content_p p {
	text-align: center;
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #000;
}

.fs_view_btn_txt{
	display: block;
	/*margin-top: 10px;*/
	font-size: 22px;
	text-align: center;
	color: #006592;
	font-weight: bold;
}

.js-modal-open1 .fs_view_btn_txt,
.js-modal-open2 .fs_view_btn_txt,
.js-modal-open3 .fs_view_btn_txt,
.js-modal-open4 .fs_view_btn_txt{
	margin: 0 0 20px 0;
}
.pull_btn {
	/* width: 48%;
	border: #CCD0DB 2px solid;
	border-radius: 20px;
	margin-bottom: 32px;
	border-bottom:solid 4px #CCD0DB;
	cursor: pointer; */
}

.dotline{
	height: 1px;
	position: relative;
	margin: 60px 0%;
}
.dotline::before {
	content: "";
    background-image: linear-gradient(to right, #cccccc, #cccccc);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.back_zen{
	background: #999996 url(../img/white-arrow.png);
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 5% center;
	margin: 30px 0 0;
	height: 45px;
    line-height: 1;
}
/* ----------------------------------- その他の情報 ----------------------------------- */
.other_info {
	text-align: center;
	padding: 16px 0;
	color: #23286B;
	font-weight: bold;
	border-bottom: 1px #CCCCCC solid;
	width: 780px;
	margin: 0 auto;
	/* margin-top: 160px; */
	border-top: 1px #CCCCCC solid;
}

.ttl_other {
	/* margin-top: 52px;
	z-index: -1; */
	margin: 50px 0 10px 0;
}

.link_list a {
	font-size: 20px;
	color: #0860C0;
}
.link_list {
	padding: 0 45px;
}
.link_list li {
	position: relative;
	margin-bottom: 16px;
	padding-left: 1.6em;
	text-align: left;
	z-index: 0;
}
.link_list li:before {
		border-radius: 50%;
		width: 10px;
		height: 10px;
		display: block;
		position: absolute;
		left: 0;
		top: 0.6em;
		content: "";
		background: #C4C6E0;
}
.link_list li>a[target="_blank"]{
	background: url(../img/link2.png) right center/15px auto no-repeat;
	padding-right: 22px;
	text-decoration: underline;
}


/* ----------------------------------- 新型コロナワクチン情報 ----------------------------------- */

ul.link_list_btn li{
	background: #FFFFFF;
    margin: 0 0 30px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px #babcbecc;
}

ul.link_list_btn li a{
    width: 100%;
    display: block;
    padding: 30px 35px 30px 20px;
    display: flex;
    justify-content: left;
    align-items: center;
}

ul.link_list_btn li a[target="_blank"]{
	background: url(../img/link2.png) right 20px center/18px auto no-repeat;
}


ul.link_list_btn li p{
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 25px;
	padding: 0 20px;
}

ul.link_list_btn li img{
	display: block;
	width: 68px;
	margin: 0;
	height: 68px;
}

ul.link_list_btn li span{
    display: block;
    font-weight: normal;
    font-size: 16px;
    color:#7B7B7B;
    margin: 5px 0 0;
}


/* 新型コロナウイルスに関する無料の医師相談窓口 */
.sec-doctor .ttl_other:first-child {
	margin-bottom: 10px;
	padding: 0;
	font-weight: normal;
}
.sec-doctor .ttl_other:nth-child(2) {
	margin-top: 0;
}

.sec-doctor p{
	/* margin:0 30px 24px; */
	/* padding: 0; */
}

.doctor_p {
	margin: 30px auto;
	margin-left: 3.5%;
	text-align: left;
	padding-left: 0;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em;
	font-size: 20px;
}

img.doctor {
	margin-top: 40px;
	width: 150px;
}


/* ----------------------------------- その他 ----------------------------------- */

/* ページを見る */
.btn {
	max-width: 600px;
	background: #FFFFFF;
	font-size: 25px;
	padding: 0;
	text-align: center;
	cursor: pointer;
	position: relative;
	border-radius: 10px;
	color: #000000;
	font-weight: bold;
	width: 100%;
	margin: 40px auto 64px auto;
	font-weight: bold;
	z-index: 0;
	box-shadow: 0px 2px 2px #babcbecc;
	box-sizing: border-box;
	height: 80px;
	line-height: 80px;
}

.btn:after {
	position: absolute;
	background: url(../img/gray-arrow.png) no-repeat;
	content: "";
	background-size: 100% auto;
	width: 12px;
	height: 20px;
	top: 30px;
	right: 30px;
}
.btn a {
	display: block;
    /*padding: 30px 0;*/
    color: #222;
}
.btn a:hover {
	text-decoration:none;
}

/* .matome_pr{
	text-indent: -9999px;
	overflow: hidden;
	height: 0;
	margin: 0;
} */


/* ----------------------------------- footer ----------------------------------- */
footer {
	background-color: #202020;
	/*margin-top: 80px;*/
	/*height: 630px;*/
}

footer p {
    text-align: center;
    margin: 0;
    padding: 32px 0;
    font-size: 10px;
    color: #BABCBE;
}

.contents_bottom {
	background: url(../img/white_round_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	/* transform: scale(1, -1); */
	min-height: 120px;
}

.shareIcons {
	/* text-align: center;
	margin: 64px 0 32px;
	text-align: center;
	padding-top: 80px; */
}

footer .shareIcons {
	text-align: center;
	/*margin: 64px 0 32px;*/
	text-align: center;
	/*padding-top: 80px;*/
}

.shareIcons li {
	display: inline-block;
    margin: 0 10px;
}

.shareIcons li a{
	text-decoration: none;
}

/* モーダル */
.content{
		margin: 0 auto;
		padding: 40px;
}
.modal{
		display: none;
		height: 100vh;
		position: fixed;
		top: 0;
		width: calc(100vw - 15px);
		left: 0;
		overflow: scroll;
		z-index: 1;
}
.modal__bg{
		background: rgba(0,0,0,0.8);
		height: 100vh;
		position: fixed;
		width: calc(100vw - 15px);
		left: 0;
}
.modal__content{
		left: 50%;
		position: absolute;
		top: 55%;
		transform: translate(-50%,-50%);
		color: #FFF;
}

.secList ul,
.modal_sub_section ul{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.modal__content ul{
	width: 700px;
}
.modal_sub_section ul{
	/* width:100%; */
}

.secList ul::before,
.modal_sub_section ul::before{
	content:"";
	display: block;
	width: 23.5%;
	order:1;
}

.secList ul::after,
.modal_sub_section ul::after{
	content:"";
	display: block;
	width: 23.5%;
}

.logo_content .secList_add ul{
	width:880px;
}

.modal__content .secList_add ul{
	width:700px;
}

.modal__content .secList_add ul li.secListBtn_big{
	font-size: 24px;
}

.logo_content .secListBtn,
.logo_content .secListBtn,
.logo_content .secList_add .secListBtn,
.logo_content .secList_add_ft .secListBtn{
    border: none;
    width: 23.5%;
    font-size: 23px;
}

.logo_content .secList_add .secListBtn_big,
.logo_content .secList_add_ft .secListBtn_big{
	font-size: 30px;
}

.secListBtn{
	width: 23.5%;
	background: #FFF;
	color :#1D7E7E;
	font-weight: bold;
	font-size: 23px;
	line-height:1.2em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 17px 0;
	/* border: #CCD0DB 2px solid; */
	border-radius: 10px;
	/* border-bottom:solid 4px #CCD0DB; */
	background: #FFF url(../img/gray-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 8px 12px;
	cursor: pointer;
	box-shadow: 0px 2px 4px #00000026;
	height: 81px;
	padding: 10px;
	text-align: center;
}

.logo_content .secListBtn{
	width: 23.5%;
	background: #FFF;
	color :#006592;
	font-weight: bold;
	font-size: 23px;
	line-height:1.2em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 17px 0;
	/* border: #CCD0DB 2px solid; */
	border-radius: 10px;
	/* border-bottom:solid 4px #CCD0DB; */
	background: #FFF url(../img/gray-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 8px 12px;
	cursor: pointer;
	box-shadow: 0px 2px 4px #00000026;
	padding: 10px;
	height: 81px;
}
.logo_content .secListBtn a:hover {
	text-decoration:none;
}

/* .seek_modal .logo_content .secListBtn{
	width: 164px;
	background: #FFF;
	color :#1D7E7E;
	font-weight: bold;
	font-size: 23px;
	line-height:1.2em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 17px 0;
	border: #CCD0DB 2px solid;
	border-radius: 10px;
	border-bottom:solid 4px #CCD0DB;
	background:#FFF url(../img/blue-arrow2.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 8px 12px;
	cursor: pointer;
	box-shadow: 0px 2px 4px #00000026;
} */

.secListBtn_big{ height: 89px!important;}
.secListBtn_small{height: 62px!important;}


li#sec-tohoku,
li#sec-kanto,
li#sec-koshinetsu,
li#sec-tokai,
li#sec-kansai,
li#sec-chushikoku,
li#sec-kyushu{
	/* padding: 20px; */
}
.modal.js-modal1 .secListBtn{
	padding: 0;
}
.modal.js-modal1 .secListBtn a{
	/* padding: 0; */
}
.modal_sub_section .secListBtn{
	/* padding: 0; */
}
.secListBtn:hover,
.back_zen:hover,
a.btn_close:hover,
.pull_btn_s:hover,
.secList li:hover,
.pull_btn:hover {
	opacity:0.9;
}
p a.btn_close:hover{
	opacity:1;
}

.col3 li {
	height: 100px;
}

.col3 .secListBtn,
/*.secList ul.col3::before,*/
.secList ul.col3::after,
/*.modal_sub_section ul.col3::before,*/
.modal_sub_section ul.col3::after{width:222px;height: 54px;}

.secListBtn a{
	color :#006592;
	display: block;
	width: 100%;
	/* height: 100%; */
	/* padding: 20px; */
	/* padding: 12px; */
	text-align: center;
}

#mainmodal1-1 .secListBtn,
#mainmodal2-1 .secListBtn,
.secList_add_baitoru .secListBtn,
.secList_add_baitoru .secListBtn a,
.secList_add_baitoru_ft .secListBtn,
.secList_add_baitoru_ft .secListBtn a,
.secList_add .secListBtn a,
.secList_add_ft .secListBtn a{
	color:#006592;
}
.modal_sub_section .secListBtn a{
	/* height: 100%; */
	/* padding: 25px; */
	text-align: center;
}

#submodal7-3 .secListBtn{
	height: 80px;
}

#submodal7-3.modal_sub_section .secListBtn a{
	padding: 15px;	
}

.secList p,
.modal_sub_section p{
	font-size: 20px;
	font-weight:bold;
	margin: 0 0 20px 0;
	color: #222222;
	/* display: inline-block; */
	padding: 0;
	width: 100%;
}


a.btn_close{
	display: block;
	padding: 36px 0;
	/* padding: 0 0 0 30px; */
	background: url(../img/btn_close.png);
	background-repeat: no-repeat;
	background-position: 290px 60px;
	color: #FFF;
	width: 100%;
	cursor: default;
}

a.btn_close_s{
	display: block;
	padding: 36px 0;
	/* padding: 0 0 0 30px; */
	background: url(../img/btn_close.png);
	background-repeat: no-repeat;
	background-position: 290px 60px;
	color: #FFF;
	width: 100%;
	cursor: default;
}

p a.btn_close{
	background: none;
	/* padding: 0; */
	font-size: 30px;
}
.secList, .modal_sub_section{
	display:none;
}

.secList p{
	/* color:#FFF; */
}
.clicked{
	display: block;
}

.modal_sub_section ul{
	display: flex;
	flex-wrap :wrap;
}

#mainmodal1-1 .secListBtn,
#mainmodal2-1 .secListBtn{
	padding: 10px;
}

.secListBtn_big,
.logo_content .secList_add .secListBtn_big,
.logo_content .secList_add_ft .secListBtn_big,
.logo_content .secListBtn_big{
	width:32%;
	height: 100px;
	font-size: 24px;
	/* padding: 20px; */
}

#mainmodal1-1 .secListBtn_big,
#mainmodal2-1 .secListBtn_big,
#mainmodal2-2 .secListBtn_big{
	font-size: 30px;
}

/*  ----------------------------------- floating -----------------------------------  */

.floating_panel {
	background: #42AD9E;
    color: #FFF;
    border-radius: 100px;
    /* font-weight: bold; */
    font-size: 18px;
    padding: 20px 20px 20px 20px;
    width: 210px;
    margin-left: 84%;
    cursor: pointer;
    height: 90px;
    box-shadow: 0px 2px 6px #94AAAACC;
    position: fixed;
    right: 15px;
    bottom: 10px;
    transition: 1s;
    /* opacity: 0.7; */
    text-align: center;
	text-shadow: 0px 1px 2px #0000004D;
	z-index: 1;
}

.pull_btn_s {
	width: 48%;
	/* border: #CCD0DB 2px solid; */
	border-radius: 10px;
	margin-bottom: 32px;
	/* border-bottom:solid 4px #CCD0DB; */
	background: #FFF;
	color: #222222;
	cursor: pointer;
	margin: 0 10px 28px 10px;
	background-image: url(../img/gray-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	box-shadow: 0px 2px 4px #00000026;
}

.pull_btn_img {
	display: block;
	padding: 36px 0;
	/* padding: 0 0 0 30px; */
	background: url(../img/btn_close.png);
	background-repeat: no-repeat;
	background-position: 360px 38px;
	width: 100%;
	cursor: default;
}

.pull_btn_s {
	width: 100%;
}

.pull_btn_s p {
	font-weight: bolder;
}

.pull_btn_s img {
	margin: 20px auto 10px;
}

.pull_btn_s img.logo_pro, .pull_btn_s img.logo_hatarako {
    height:30px;
	margin: 29px auto 10px;
}

.pull_btn_s img.logo_baitoru, .pull_btn_s img.logo_next {
	height: 40px;
}

.content_summary, .content_summary1, .content_summary2, .content_summary3{
	z-index: 2;
	width: 700px;
}

.back_zen_s {
    background: #999996 url(../img/white-arrow.png);
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 5% center;
}

.h2_pc {
    margin: 80px 0 32px 0;
    font-size: 32px;
    text-align: center;
	font-size: 36px;
    display: inline-block;
	margin: 80px 0 32px 0;
    font-size: 32px;
    text-align: center;
    display: inline-block;
	
    font-weight: bold;
	color: #23286B;
	/* border-bottom: solid 2px #FFFAE2; */

	text-decoration:underline;
	text-decoration-color:#FFFAE2;
	text-decoration-thickness: 10px;
}

.boxContainer{
	display: flex;
}

@media screen and (max-width: 980px){
	.floating_panel {display:none}
}

.js-modal-close_summary, .js-modal-close1, .js-modal-close2, .js-modal-close3, .js-modal-close4 {
	text-align: center;
}

.top_lead {
	text-align: center;
}

.chapter_ttl {
    color: #FE9436;
    font-size: 34px;
    font-weight: bold;
    padding: 70px 0 0;
    margin: 0;
}

.Emphasis {
	font-weight: bold;
}

.sec-explanation, .sec-explanation_info p {
	/* padding: 20px 20px 0px; */
	font-size: 18px;
	color: #354341;
}

.blur {
	color: #999996;
	font-size: 12px;
}

.symbol_desc {
	color: #999996;
	font-size: 12px !important;
	text-align: center;
	padding-bottom: 10px;
}

.mainvisual_img {
	/* margin-top: 10px; */
	width: 1200px;
	/* height: 160px; */
}

.main_text {
	position: absolute;
    text-align: center;
    right: 32%;
    top: 59px;
    font-size: 24px;
    color: #1D7E71;
}

.main_text_s {
	position: absolute;
    text-align: center;
    left: 47%;
    font-size: 14px;
    bottom: 10%;
    color: #618883;
    transform: scale(0.9);
}

.caution {
	color: #E2F1F1;
	font-size: 14px;
	margin: 0 15%;
}

.sec-explanation {
	width: 100%;
	background-color: #FFFFFF;
	/*margin-top: 80px;*/
	padding-bottom: 30px;
}

.explanation_flame {
	width: 620px;
	margin: 0 auto;
}

.incentive_main {
	padding-bottom: 60px;
	/*background: #E2F1F1 0% 0% no-repeat padding-box;*/
}

.sec-explanation_info {
	background-color: #FFFFFF;
    border-radius: 20px;
	margin-top: 80px;
}

hr {
	background-color: #1D7E71;
	border: none;
    height: 1px;
	margin-top: 8px;
}

.explanation_ttl {
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 8px;
}

.line-01 {
	margin-top: 22px;
	margin-bottom: 30px;
}

.follow_campaign {
	background: #FBF9EA 0% 0% no-repeat padding-box;
	padding-bottom: 80px;
}

.follow_campaign_ttl{
	color: #1D7E71;
	font-size: 34px;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 40px;
	font-weight: bold;
}

.apply_method {
	background-color: #FFFFFF;
    border-radius: 4px;
	margin-top: 50px;
	border: #F6F2DF 2px solid;
	padding-bottom: 50px;
}

.amazon_img {
	padding-top: 25px;
}

.cam {
	width: 85%;
	margin: 0 auto;
	margin-top: 30px;
	color: #354341;
	font-size: 16px;
	border-bottom: 1px #A1ABAA solid;
	border-top: 1px #A1ABAA solid;
}

.apply_step {
	background: #F5F5F5 0% 0% no-repeat padding-box;
	border-radius: 10px;
	width: 79%;
	margin: 20px auto;
	padding-bottom: 20px;
}

.step_01 {
	margin-top: 25px;
}

.apply_ttl {
	font-size: 18px;
	padding: 40px 0px 10px;
	color: #42AD9E;
	font-weight: bold;
}

.apply_ep {
	text-align: center;
	font-size: 28px;
	color: #1D7E7E;
	padding: 15px 0;
}

.apply_step p {
	font-size: 18px;
	color: #354341;
	padding: 10px 40px;
	word-break: break-all;
}

.apply_deadline {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #9CBCB8;
	border-radius: 10px;
	width: 79%;
	margin: 10px auto;
}

.apply_caution {
	text-align: left;
    padding-bottom: 30px;
    margin: 30px 10%;
}

.apply_terms {
	font-size: 16px;
	width: 92%;
	margin: 20px auto;
	line-height: 1.5em;
}

.grad-wrap {
	position: relative;
}
.grad-wrap + .grad-wrap {
	margin-top: 40px;
}
.grad-trigger {
	font-size: 12px;
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	width: 100%;
	margin: auto;
	padding: .5em 0;
	border-radius: 2px;
	color: #288DC7;
	text-align: center;
	cursor: pointer;
	background-image: url(../img/toggle_002a.svgz);
	background-repeat: no-repeat;
	background-position: 65% 50%;
	background-size: 10px auto;
}
.grad-trigger::after {
	content: "もっと見る"; /*クリック前のボタンのラベル*/
}
.grad-trigger .fa {
	margin-right: .5em;
}
.grad-item {
	position: relative;
	overflow: hidden;
}
.grad-item.is-hide {
	height: 135px;
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 40px; /*グラデーションで隠す高さ*/
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger.is-show {
	background-image: url(../img/toggle_002b.svgz);
	background-repeat: no-repeat;
	background-position: 60% 50%;
	background-size: 10px auto;
}
.grad-trigger.is-show::after {
	content: "閉じる"; /*クリック後にボタンのラベルを変える*/
}
.grad-trigger.is-show + .grad-item::before {
	display: none;
}

.grad-item p {
	/* font-size: 16px; */
}

.attempt_ttl {
	color: #222222;
	font-size: 30px;
	padding-top: 50px;
	/* font-weight: bold; */
}

.attempt_ttl_01 {
	color: #EC4343;
	font-size: 30px;
	padding: 60px 0 40px;
	font-weight: bold;
	/* background-image: url(../img/attempt_img.png); */
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: 53% -70%;
	/* margin-bottom: 50px; */
	/* height: 170px; */
}

.attempt_ttl_sub {
	font-size: 32px;
	padding-top: 60px;
	color: #354341;
	font-weight: bold;
}

.attempt_step {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 20px;
	width: 916px;
	margin: 0px auto 40px;
	padding-bottom: 1px;
	
}

.attempt_step p {
	width: 620px;
    font-size: 21px;
    color: #354341;
    padding: 0;
    margin: 40px auto;
}

.attempt_hr {
	background-color: #FE9436;
	border: none;
    height: 2px;
	margin: 8px auto 15px;
	width: 8%;
}
.attempt_p_ttl {
	color: #42AD9E;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.attempt_distribution {
	display: flex;
	align-items: flex-end;
}

.attempt_child {
	margin: 10px auto 10px;
}

.publish_inquiry{
	color: #A1ABAA;
    margin: 40px 11%;
    text-align: left;
}

.inquiry_link {
	padding-top: 20px;
	color: #A1ABAA;
	text-decoration: underline;
}

.link_name {
	padding-top: 10px;
}

.other_caption {
	color: #354341;
	border-bottom: 1px #354341 solid;
	border-top: 1px #354341 solid;
}

.incentiveinfo_child {
	width: 620px;
	margin: 0px auto;
}

.sec-doctor, .sec-other {
    /* background: #F5F5F5 0% 0% no-repeat padding-box; */
	width: 916px;
	padding-bottom: 0;
}

.sec-other {
	padding-bottom: 20px;
    margin-bottom: 60px;
}

.sec-other {
	background: #F5F5F5 0% 0% no-repeat padding-box;
	border-radius: 20px;
}

.sec-other h2 {
	font-weight: normal;
}

.link_list_btn_doc {
    background-color: #FFFFFF;
    margin: 40px 0%;
    border-radius: 10px;
    border: solid 1px #CCD0DB;
    box-shadow: 0px 2px 2px #babcbecc;
    background-image: url(../img/link2.png);
    background-position: 96%;
    background-repeat: no-repeat;
    background-size: 18px;
    display: flex;
}

.shareIcons img {
	width: 133px;
	height: 60px;
}

.first_cont {
	display: inline-block;
    position: relative;
    background: #FDF7A8 0% 0% no-repeat padding-box;
    border-radius: 13px;
    width: 93%;
    height: 70px;
    margin: 25px auto 0px;
    font-size: 20px;
}

.first_cont_img {
	width: 11%;
    position: absolute;
    bottom: 0;
    left: 9%;
}

.first_cont_text {
	text-align: left;
    position: absolute;
    top: 13%;
    right: 18%;
}

.fc_cont_1 {
	font-size: 36px;
	font-weight: bold;
	color: #FF7800;
}

.fc_cont_2 {
	font-size: 22px;
	font-weight: bold;
	color: #FF7800;
}

.fc_cont_3 {
	font-weight: bold;
}

.fc_cont_4 {
	font-size: 26px;
	font-weight: bold;
	color: #1D7E7E;
}

.fc_cont_5 {
	font-size: 22px;
	font-weight: bold;
	color: #1D7E7E;
}

.fc_cont_6 {
	color: #1D7E7E;
}

.sec-qa {
	/* width: 100%; */
	background: #FFFFFF 0% 0% no-repeat padding-box;
	padding-bottom: 40px;
	/* border-radius: 10px 10px 0 0; */
	/* margin-bottom: 97px; */
}

.qa_head {
	font-size: 21px;
	font-weight: bold;
	margin: 40px auto 20px;
	display: inline-block;
	width: 100%;
    background-image: url(../img/head_img.png);
    background-size: 35%;
    background-position: center;
}

.qa_title {
	font-size: 30px;
	color: #1D7E71;
	margin-bottom: 30px;
	font-weight: bold;
}

.qa_separate {
	background: #EBF2F2 0% 0% no-repeat padding-box;
	box-shadow: 0px 1px 4px #0000001A;
	border-radius: 20px;
	width: 720px;
	margin: 0 auto;
	font-size: 16px;
}

.qa_sepa_flame {
	display: flex;
	width: 720px;
	margin: 0 auto;
}

.qa_separate img{
	width: 62px;

}

.qa_balloon_left,
.qa_balloon_right {
/* 	background: #FFFFFF 0% 0% no-repeat padding-box;
	width: 230px;
	border-radius: 15px;
	padding: 13px 15px 13px 15px;
	display: inline-block;
	position: relative; */
  position: relative;
 	background: #FFFFFF 0% 0% no-repeat padding-box;
	width: 230px;
	border-radius: 15px;
	padding: 13px 15px 13px 15px;
	display: inline-block;
  box-sizing: border-box;
}

.qa_balloon_right:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.qa_balloon_left:before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -14px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
  z-index: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-85deg);
}

.qa_res {
	display: flex;
	height: auto;
  	align-items: flex-end;
	text-align: left;
	padding: 20px;
}

.sec-vaccin_kind {
	/* width: 100%; */
	background: #FFFFFF 0% 0% no-repeat padding-box;
	padding-bottom: 0;
	/* border-radius: 0 0 10px 10px; */
}

.kind_first {
	display: flex;
	justify-content: center;
	align-items: center;
}

.kind_first img {
	width: 137px;
}

.kind_second {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	align-items: flex-start;
}

.kind_second img {
	width: 110px;
}

.kind_bold {
	margin-top: 15px;
	font-size: 20px;
	color: #222222;
	font-weight: bold;
}

.kind_thin {
	font-size: 15px;
	color: #222222;
}

.kind_first_pa {
	padding: 0 25px;
}

.kind_second_pa {
	padding: 0 15px;
}

.kind_caution {
	color: #A1ABAA;
	font-size: 14px;
	text-align: center;
	margin: 30px 15% 42px;
}

.s1 {
	color: #444;
	font-size: 12px;
	display: flex;
	align-items: center;
}
.s1:before, .s1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #888888;
	display: block;
}
.s1:before {
	margin-right: 1.5em;
    margin-left: 14em;
}
.s1:after {
	margin-right: 14em;
    margin-left: 1.5em;
}

.kind_sp_img {
	margin-top: 20px;
    width: 390px;
}

.sec-seek {
	background-color: #42AD9E;
	/* border-radius: 20px; */
	/* margin-top: 30px; */
	/* padding-bottom: 40px; */
	/* padding: 20px 20px 0px; */
	font-size: 16px;
	width: 980px;
	/* 	margin: 0 calc(50% - 56%); */
	position: relative;
}

.sec-seek-bottom{
	background: #FFF;
	height: 60px;
	border-radius: 0 0 20px 20px;
}

.seek_ttl {
	color: #1D7E71;
    font-size: 30px;
    padding: 40px 0 30px;
	font-weight: bold;
}

.seek_img {
	width: 240px;
}

.sec-seek p {
	font-size: 20px;
	margin: 35px 0;
}

.seek_modal p {
	margin: 15px 0 0;
	padding: 0;
}

.sec-seek .kind_caution {
	color: #E2F1F1;
	font-size: 14px;
	margin: 0 15% 20px;
	display: inline-block;
}

.seek_modal {
	/* width: 980px; */
	/* background: #4AAFA1 0% 0% no-repeat padding-box; */
	position:relative;
	/* padding: 1em; */
}

.sec-seek:after{
	content: "";
    position: absolute;
    bottom: -25px;
    left: 96.7%;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #568A83 transparent transparent;
    border-width: 0 30px 0px 0px;
    border-top: 25px solid #568A83;
    border-right: 33px solid transparent;
  }

.sec-seek:before{
	content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #568A83 transparent transparent;
    border-width: 0 33px 25px 0px;
  }

.seek_modal_ttl {
	font-size: 30px;
	color: #FFFFFF;
	padding: 20px 0;
	font-weight: bold;
	text-shadow: 0px 1px 0px #1D7E7E;
}

.sec-explanation img {
	width: 140px;
	margin-bottom: 20px;
}

.sec-explanation p {
	padding: 13px 0px;
    font-size: 20px;
    margin: 20px 0;
}

.contents_text {
	font-size: 14px;
    padding: 15px 35px;
	position: relative;
    right: 75px;
}

.contents_text_make {
	font-size: 14px;
    padding: 10px 35px;
	position: relative;
    right: 32px;
    text-align: left;
}

.video_emp {
	font-size: 21px;
	font-weight: bold;
	color: black;
}

.attempt_child img {
	width: 120px;
}

.footer_logo {
	padding-top: 80px;
	width: 84px;
}

.info_flame {
	background: #F5F5F5 0% 0% no-repeat padding-box;
	border-radius: 20px;
	margin-top: 50px;
	padding-bottom: 40px;
}

.info_flame h2 {
	font-weight: normal;
	font-size: 30px;
}

.swiper-container2 {
	padding-top: 20px;
	width: 450px;
	margin: 0 auto;
}

.sec-message li:hover,
.sec-seek li:hover,
.link_list_btn li:hover,
.link_list_btn_doc:hover,
.btn:hover {
	background-color: #f8f8f8;
}

.floating_panel:hover,
.btn_insentive:hover {
	background-color: #3B9B8E;
}

.ytube {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
iframe {
	border-radius: 10px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.ytube_link_a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/*  追加
-----------------*/

.mainvisual_line {
	height: 58px;
    background: #FFD200;
    font-size: 18px;
    text-align: center;
    color: #212121;
    line-height: 1.3;
    padding: 8px 0;
}
.logo_content li.fs_view_btn.w100 {
    width: 100%;
}
.logo_content li.fs_view_btn.bl_btn {
    background: #006592;
    height: 88px;
    padding: 10px 0;
}
span.fs_view_btn_txt.pt01 {
	color: #fff;
	font-size:24px;
}

.pull_btn.pt01 {
	line-height: 1.2;
	margin: 10px 0;
}
p.service_txt.pt01 {
    font-size: 24px;
    /*font-weight: bold;*/
    color: #000;
    line-height: 1.4;
}

.cont_txt {
    max-width: 680px;
    margin: 0 auto;
}
.cont_txt p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 16px;
    line-height: 1;
    padding: 0;
}

.pull_content .service_under_txt {
    font-size: 22px;
    font-weight: initial;
    color: #000;
}
.pull_content .service_under_txt.pt01 {
    margin-top: 10px;
    display: block;
}

.pull_content > img { height: 40px;}
.pull_content.pd-top10 { padding-top: 10px;}
.pull_content + .pull_content { margin-top: 20px}

.shareIcons.pd-btm60 { padding-bottom: 60px;}
.shareIcons.pd-top60 { padding-top: 60px;}


.pull_content > img.h_img { height: 28px;}
.sec-message.pt01 { padding-top: 0px;}
/*.chapter_ttl.pt01 {
    margin: 70px 0 0;
    padding: 0;
}*/
.attempt_ttl_01.pt01 {
    margin: 0;
    padding: 70px 0 50px;
}

/*  index_ha  */
.index_ha ul li.secListBtn:first-child { 
	width: 100%;
}
.index_ha ul li.secListBtn {
    width: 32%;
    height: 70px;
    font-weight: inherit;
    color: #fff !important;
    background: #006592;
}

.index_ha ul li.secListBtn a {
    color: #fff !important;
    text-decoration:none;
}

a.js-modal-close_ex_1-1.btn_close.pt01,
a.js-modal-close_ex_2-1.btn_close.pt01,
a.js-modal-close_ex_3-1.btn_close.pt01,
a.js-modal-close_ex_4-1.btn_close.pt01,
a.js-modal-close_ex_5-1.btn_close.pt01,
a.js-modal-close_ex_6-1.btn_close.pt01,
a.js-modal-close_ex_7-1.btn_close.pt01 {
    background-position: 290px 37px;
}

/*  common  */
.f_20 {font-size: 20px;}
.f_22 {font-size: 22px;}
.f_24 {font-size: 24px;}
.f_28 {font-size: 28px;}



.fixed-wrapper {
	left: 0;
	right: 0;
}