@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500;700;900&display=swap');
/* CSS Document */

html{
font-family: 'Noto Sans JP', sans-serif,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
body #footer{
	background-color: #0071bc !important;
	padding: 60px 30px;
	padding-bottom: 0;
}
.footnavi a{
	font-size: 12px !important;
}
.footnavi > a{
	font-size: 16px !important;
	font-weight: 700;
}
.footnavi_outer1 ul,
.footnavi_outer1 li{
	padding: 0;
	list-style: none;
}
.footnavi_outer1{
	display: flex;
	align-items: stretch;
    justify-content: center;
	max-width: 1110px;
	width: 100%;
	margin: auto;
	justify-content: space-between;
	margin-bottom: 60px;
	
}
.footnavi_outer1,
.footnavi_outer1 .left,
.footnavi_outer1 .left .footnavi_outer2,
.footnavi_outer1 .right .footnavi_outer2{
    gap: min(70px, 5vw);
}
.footnavi_outer1 .left{
	/*width: calc(60% - 20px);*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footnavi_outer1 .left .footnavi_outer2{
	display: flex;
	align-items: stretch;
	width: 100%;
}
.footnavi_outer1 .left .footnavi_outer2 .footnavi{
	/*width: calc(33.33% - 80px / 3);*/
}
.footnavi_outer1 .right{
	/*width: calc(40% - 20px);*/
}
.footnavi_outer1 .right .footnavi_outer2{
	display: flex;
	align-items: stretch;
	width: 100%;
}
.footnavi_outer1 .right .footnavi_outer2 .footnavi{
	/*width: calc(50% - 40px / 2);*/
}
.footer_policy a{
	display: inline-block;
}
.footnavi_outer1 .footnavi_child{
	padding-left: 1em;
}
.footnavi_child{
	display: none;
}
#footer .copyright_row .copyright_row_wr, #footer .copyright_row.widgets_disabled .copyright_row_wr{
	border: none;
}
#footer .footer_widgets{
	padding: 0;
}
.footer_policy{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	border-top: solid 1px;
	border-bottom: solid 1px;
	max-width: 1110px;
	margin: auto;
	width: 100%;
	padding:10px 20px;
}
.footer_policy > div{
	text-align: left;
}

#footer .sns_icons{
	width: auto;
	justify-content: center;
	gap:20px;
    margin: 0;
    justify-content: flex-start;
	margin-bottom: 20px;
}
#footer .sns_icons a{
	width: 44px;
}

p{
	margin-bottom: 0;
}

.btn_b,
.btn_w{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:20px;
}
.btn_b a,
.btn_w a{
	min-width: 200px;
	padding: 5px;
	border-radius: 50px;
	text-align: center;
	display: block;
	color: #fff;
    font-size: 14px;
    font-family: inherit;
	font-weight: 700;
}
.btn_b a{
	border: solid 1px #0071bc;
	background-color: #0071bc;
	color: #fff;
	text-decoration: none;
}
.btn_w a{
	border: solid 1px #fff;
	background-color: #fff;
	color: #0071bc;
	text-decoration: none;
}
.btn_b a:hover{
	text-decoration: none;
	background-color: #fff;
	color: #0071bc;
}
	
.btn_w a:hover{
	text-decoration: none;
	background-color: #0071bc;
	color: #fff;
}

    #main > .container {
        width: 100% !important;
        padding: 0 !important;
    }
.inner{
	max-width: 1200px;
	margin: auto;
}
h3{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align:center;
	padding: 0;
}
h3:before,
h3:after{
	display: none;
}

	#top_slider{
		padding: 0 50px;
    padding-bottom: 30px;
	}
#pickup{
	background-color: #eaf5ff;
	padding:40px 30px;
	padding-bottom: 60px;
}

#pickup .four_col {
	margin-bottom: 0;
}
#pickup h3{
	max-width: 140px;
	width: 35%;
	margin: auto;
	margin-bottom: 40px;
}
#information{
	padding: 30px; 
	padding-top: 60px;
}
#publications{
	padding: 60px 30px;
}
#publications h3,
#information h3 {
	display: flex;
	align-items: center;
	gap:30px;
	justify-content: center;
	margin-bottom: 40px;
}
#publications h3 span,
#information h3 span{
	flex-shrink: 0;
	color: #0071bc;
}
#publications h3:before,
#publications h3:after,
#information h3:before,
#information h3:after{
	content: "";
	display: block;
	height: 1px;
	width: 50%;
	flex-shrink: 1;
	background-color: #0071bc;
	margin: 0;
}
.info_btns{
	display: flex;
	width: 100%;
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
	flex-wrap: wrap;
	justify-content: center;
}
.info_btns li:first-child{
	border-left: solid 1px #b3b3b3;
}
.info_btns li{
	flex-shrink: 1;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-right: solid 1px #b3b3b3;
    width: 13em;
    line-height: 2.5em !important;
	padding: 0 0.5em;
}
.info_btns li a{
	margin: auto;
	text-align: center;
	display: block;
	font-weight: 700;
	border-radius: 20px;
    width: calc(100% - 1em);
}
.info_btns li a:hover{
	background-color: #0071bc;
	color: #fff;
	text-decoration: none;
}
.info_btns li span{
	color: #fff;
	background-color: #0071bc;
	border-radius: 20px;
	margin: auto;
	display: block;
	font-weight: 700;
	text-align: center;
    width: calc(100% - 1em);
}
#banner1{
	padding:40px 30px;
}
.four_col{
	display: flex;
	flex-wrap: wrap;
	gap:30px;
	list-style: none;
	padding: 0;
    margin-bottom: 40px;
}
.four_col > li{
	width: calc(25% - 30px * 3 / 4);
}

.banner_four_col{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	list-style: none;
	padding: 0;
}
.banner_four_col > li{
	width: calc(25% - 20px * 3 / 4);
}
.info_two_col{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 40px;
	gap:40px;
}
.info_two_col .left{
	flex-shrink: 0;
	width: calc(50% - 20px);
}
#join_info h3,
#info_service h3{
	color: #fff;
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
}
#join_info p,
#info_service p{
	font-size: 16px;
}
.three_col{
	display: flex;
	border-left: solid 1px #fff;
	width: 100%;
}
.three_col > div{
	width: 33.33%;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-bottom: 0;
	border-right: solid 1px #fff;
	gap:20px;
}
@media (min-width: 701px) {
#info_service .three_col > div{
	justify-content: flex-start;
	padding-bottom: 80px;
	position: relative;
	}
	#info_service .btn_w{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;;
		margin: auto;
	}
}
#info_service .btn_w a{
		font-weight: 700;
}
.three_col h4{
	color: #fcee21;
	padding: 0;
	margin-bottom: 0;
}

.join_two_col{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	gap:40px;
	margin: auto;
	max-width: 1200px;
}

@media (min-width: 1001px) {
	.join_two_col .left{
		width: 33.33%;
	}	
	.join_two_col .right{
		width: 66.66%;
	}	
}
.banner_two_col_slide li{
	display: flex;
	gap:20px;
}
.banner_two_col_slide li{
	width: calc(50% - 10px);
}
.listitem_box{
	background-color: #eaf5ff;
	border-radius: 0 0 15px 15px;
	box-shadow: 0px 0px 8px -4px #969696;
	line-height: 1.4;
    border-radius: 0 10px 10px 10px;
    border-radius:  10px;
	overflow: hidden;
}
.listitem_box a:hover{
	text-decoration: none;
	opacity: 0.6;
}
#pickup .listitem_box{
	background-color: #fff;
}
.listitem_box h4{
	font-size: 16px !important;
	color: #333333;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;line-height: 1.4;
}
.listitem_box_text{
	padding: 10px;
}
.listitem_box .postdate{
	font-size: 14px;
	color: #808080;
}
.listitem_box_img{
	width: 100%;
	display:block;
	padding-top: calc(56.25% - 2px);
	background-color: #fff;
	background-position: center;
	background-size: cover;
	position: relative;
}
.cat_list{
	display: flex;
	gap:10px;
	position: absolute;
	flex-wrap: wrap;
	top: 5px;
	left: 5px;
	padding: 0;
}
.cat_list > li{
	color: #fff !important;
	font-size: 14px !important;
	display: block;
	text-align: center;
	padding:0 0.5em;
	background-color: #0071BC;
    line-height: 2 !important;
    border-radius:  5px;
}

.tag_list{
	display: flex;
	gap:20px;
	flex-wrap: wrap;
	padding: 0;
}
.tag_list > li{
	color: rgba(0,62,143,1) !important;
	font-size: 16px !important;
	display: block;
	text-align: center;
}


.publications_list{
	display: flex;
	flex-wrap: wrap;
	gap:15px;
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}
.publications_list_sp{
	margin-bottom: 0px;
}
.postdate{
	font-size: 12px;
	color: #999999;
}
.publications_list h4{
	margin: auto;
	padding: 0;
	font-size: 14px;
	color: #333333;
}
.publications_list .listitem_box_img{
	width: 100%;
	display:block;
	padding-top: 145%;
	background-position: center;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 10px;
}
.publications_list .listitem_box_text{
	padding: 0;
}
.publications_list .cat_list{
	position: relative;
	margin-bottom: 10px;
}
.publications_list > li{
	width: calc(20% - 15px * 4 / 5);
}

#info_service{
	background-color: #0071bc;
	padding: 60px 30px;
}

#info_service p{
	color: #fff;
}
#join_info{
	background-color: #29abe2;
	padding: 60px 30px;
}
#join_info p{
	color: #fff;
}
#join_info .btn_w{
	margin-top: 20px;
}
#join_info .btn_w.pc_only{
	justify-content: flex-start;
}
#sns{
	background-size: cover;
	background-position: center;
	background-image: url("../images/top/top_img_03.png");
	display: flex;
	align-items: flex-end;
}
#for_medical_personnel{
	background-size: cover;
	background-position: center;
	background-image: url("../images/top/top_img_04.png");
	display: flex;
	align-items: flex-start;
}
.two_col{
	display: flex;
	width: 100%;
}
.two_col > section{
	width: 50%;
	display: flex;
	padding: 30px;
	box-sizing: border-box;
	flex-direction: column;
	align-items: center;
}
.two_col > section h3{
	margin-bottom: 30px;
	color: #fff; 
}
.two_col > section > div{
	align-items: center;
}
.two_col_innerbox{
	max-width: 570px;
	display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
	height: 100%;
    width: 100%;
}
.sns_icons{
	display: flex;
	justify-content: space-between;
	max-width: 380px;	
	margin: auto;
	width: 70%;
}
.sns_icons > a{
	display: block;
	width: 27%;
}

.for_medical_banner{
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 560px;
	gap:30px;
	flex-wrap: wrap;
}
.for_medical_banner > a{
	display: block;
	width: calc(50% - 15px);
}
.for_medical_banner > a img{
	display: block;
	width: 100%;
}


@media (max-width: 1100px) {
	

	.info_btns{		
        max-width: 800px;
    margin: auto;
		margin-bottom: 40px;
		gap: 20px;
		column-gap: 0;
	}
	.info_btns li:nth-child(4){
    border-left: solid 1px #b3b3b3;
	}
}
@media (max-width: 700px) {
	.info_btns li{
    width: 12em;
    font-size: min(calc((1vw - 0.4px) * 2.75), 16px) !important;
	}
}
@media (max-width: 500px) {
	/* .info_btns li{
        width: 50%;
    font-size: min(3.5vw, 16px) !important;
	}
	.info_btns li:nth-child(4){
    border-left: 0;
	}
	.info_btns li:nth-child(3),
	.info_btns li:nth-child(5){
    border-left: solid 1px #b3b3b3;
	} */
}
@media (max-width: 1000px) {
	.two_col {
    display: flex;
    width: 100%;
    flex-direction: column;	
	}
.two_col > section {
    width: 100%;
	}
	#for_medical_personnel,
	#sns{
		align-items: center;
	}

	.info_two_col{
		flex-wrap: wrap;
	}
	.join_two_col{
		flex-wrap: wrap;
	}
	.publications_list{
		flex-wrap: wrap;
	}
	.publications_list li:nth-child(5){
		display: none;
	}
.publications_list > li {
	width: calc(50% - 15px * 1 / 2);
	}
	
	
.four_col > li {
    width: calc(50% - 30px * 1 / 2);
}



}
@media (min-width: 701px) {
	.sp_only{
		display: none;
	}
}
@media (max-width: 700px) {
	.pc_only{
		display: none;
	}	
	p{
		font-size: 14px;
	}
		
#publications h3, #information h3 {
    gap: 15px;
    margin-bottom: 30px;
    font-size: 20px !important;
	}
	
	#join_info h3, #info_service h3,
	.two_col > section h3 {
    font-size: 20px !important;
	}
	#top_slider{
		padding: 0 30px;
    padding-bottom: 30px;
	}
#pickup{
	padding:30px 20px;
	padding-bottom: 40px;
}
	#pickup	.bx-viewport{
        overflow: inherit !important;
	}
#information{
	padding: 20px; 
	padding-top: 40px;
}
	#join_info,
#info_service,
#publications{
	padding: 40px 20px;
}
#pickup h3 {
	margin-bottom: 30px;
	}
	.pickup_post_list.sp_only{
	    padding: 0 10px;
	}
	.publications_list_sp{
	    padding: 0 30px;
        margin-bottom: 30px;
	}
	.two_col > section{
	padding:30px 20px;
	}
	.info_two_col .left{
		width: 100%;
	}
	
	.three_col{
		flex-direction: column;
	}
	
.three_col > div {
	width: 100%;
	border: none;
	border-bottom: solid 1px #fff;
	padding: 20px 0;
	}
	.three_col{
	border-top: solid 1px #fff;
	border-left: none;
	}
	
    .four_col > li {
        width: 100%;;
    }
.for_medical_banner {
	gap: 20px;
	}
	.for_medical_banner > a{
    width: calc(50% - 10px);
		
	}
.listitem_box h4,
	.tag_list > li {
    font-size: 14px !important;
	line-height: 1.4;
	}

	.sp_change .listitem_box:nth-child(5),
	.sp_change .listitem_box:nth-child(6),
	.sp_change .listitem_box:nth-child(7),
	.sp_change .listitem_box:nth-child(8){
		display: none;
	}
	.sp_change .listitem_box a{
		display: flex;
        padding: 10px;
        align-items: flex-start;
	}
	.sp_change  .listitem_box_text{
		padding: 0;
		padding-left: 10px;
	}
	.sp_change .listitem_box_img{
    padding-top: 30%;
    width: 30%;
    flex-shrink: 0;
	}
	.sp_change .listitem_box_text .cat_list{
		position: relative;
    gap: 5px;
	}
	.sp_change .listitem_post_meta_sp{
		display: flex;
		justify-content: space-between;
		gap:10px;
		margin-bottom: 10px;
	}
	.sp_change .cat_list > li {
	font-size: 10px !important;
	}
	
 .sp_change .listitem_box .postdate {
	font-size: 10px;
	 line-height: 1;
	 flex-shrink: 0;
	}
}


@media (max-width: 700px) {
	body #footer {
	padding: 40px 20px;
	}
	.footnavi_outer1 .left{
		width: 100%;
	}
	.footnavi_outer1 .left .footnavi_outer2,
	.footnavi_outer1 .right,
	.footnavi,
	.footnavi_outer2{
	display: none;
}
	
.footnavi_outer1 {
	margin-bottom: 40px;
	}
.footer_policy {
    padding: 10px 0px;
	justify-content: flex-start;
	}
	.footer_policy a{
		display: block;
	}
	.footer_policy span{
		display: none;
	}
	.footer_text{
		text-align: center;
	}
#footer .sns_icons {
    justify-content: center;
	}
	.footer_text p{
		font-size: 14px;
	}
	.footer_text p:nth-child(2) {
		font-size: 18px;
		margin-top: 15px;
	}
	.footer_text p:nth-child(2) a{
	    display: flex;
    align-items: center;
    justify-content: center;
		gap: 10px;
	}
	.footer_text .fas{
		font-size: 1.4em !important;
	}
}



.bx-wrapper {
    position: relative;
	margin-bottom: 30px;
}
.bx-wrapper .bx-next {
	right: -25px;
}

.bx-wrapper .bx-prev {
    left: -25px;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 9;
}

.ftbanner1{
	position: fixed;
	right: 0;
    top: 80px;
    width: min(8vw, 60px);
	z-index: 10;
}

.ftbanner1 img{
	width: auto;
	max-width: 100%;
	max-height: 40vh;
	display: block;
}

#wrapper,
#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4,
#wrapper h5,
#wrapper h6,
#wrapper p,
#wrapper li{
font-family: 'Noto Sans JP', sans-serif,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	}
