@charset "UTF-8";

/*
Theme Name: Scaffold Child
Description: Scaffold Child Theme
Template: scaffold
Version: 1.3.0
*/


/* screen reader text */
.sr-only-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
/* common */
@media (min-width:1040px) {
	.sp {display: none;}
}

/* header */
.site-header {
	position: relative;
	z-index: 1000;
	margin-bottom: 10px;
	padding: 88px 0 0 !important; /*文字無しに変更 113px->88px*/
	min-height: auto !important;
	text-align: left;
	background-image: none !important;
}
.admin-bar .site-header {
	padding: calc(88px - 32px) 0 0 !important; /*文字無しに変更 113px->88px*/
}
@media (min-width:761px) {
	.site-header {
		padding: 88px 0 0 !important;
	}
}
@media (max-width:760px) {
	.admin-bar .site-header {
		padding: calc(88px - 46px) 0 0 !important; /*文字無しに変更 113px->88px*/
	}
}
@media (min-width:761px) and (max-width:1039px) {
	.admin-bar .site-header {
		padding: calc(88px - 32px) 0 0 !important;
	}
}
.site-header header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 12px 15px;
	width: 100%;
	border-bottom: 8px solid #2680EB;
	background-color: #fff;
}
.site-branding {
	display: inline-block;
}
.site-title {
	border: none;
	background-color: transparent;
	color: #707070;
	font-size: 40px;
	line-height: 1;
}
.site-title::after {
	content: none;
	display: none;
}
.site-branding .site-title a {
	background-color: transparent;
	color: #707070;
}
.site-description {
	text-align: center;
	line-height: 1;
}
.site-header-read {
	margin-top: 6px;
	margin-bottom: 0;
	color: #2680EB;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}
@media (min-width:761px) {
	.site-header header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.site-header-read {
		margin-left: 20px;
		font-size: 20px;
	}
}
@media (min-width:761px) {
	.site-header header {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
}
/* global navigation */
.menu-1[id="site-navigation"] {
	position: relative;
	z-index: 1010;
	float: none;
	margin-bottom: 0;
	background-color: #fff;
	color: #707070;
}
.menu-1[id="site-navigation"] a {
	background-color: transparent;
	color: #707070;
	text-decoration: none;
}
@media (min-width:601px) and (max-width:1039px) {
	.menu-1[id="site-navigation"] #site-menu {
		display: none;
	}
	.menu-1.toggled[id="site-navigation"] #site-menu {
		display: block;
	}
}
@media (max-width:760px) {
	.menu-1[id="site-navigation"] {
		top: 88px; /*文字無しに変更 113px->88px*/
	}
}
@media (min-width:761px) and (max-width:1039px) {
	.menu-1[id="site-navigation"] {
		top: 88px;
	}
}
@media (max-width:1039px) {
	.menu-1[id="site-navigation"] {
		position: fixed;
		left: 0;
		width: 100%;
	}
}
@media (min-width:1040px) {
	.menu-1[id="site-navigation"] #site-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.home-menu[id="site-navigation"] {
		-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.08);
		        box-shadow: 0 4px 8px rgba(0,0,0,0.08);
	}
	.page-menu[id="site-navigation"],
	.home-menu-fixed[id="site-navigation"] {
		position: fixed;
		top: 0;
		right: 0;
		left: auto;
		width: auto;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
}
@media (min-width:1400px) {
	.page-menu[id="site-navigation"],
	.home-menu-fixed[id="site-navigation"] {
		width: 50%;
		max-width: 1040px;
	}
}
/* global navigation */
.menu-1[id="site-navigation"] .menu-item {
	float: none !important;
	border-bottom: 1px solid #707070;
}
.menu-1 .nav-menu > li:first-child {
	margin-left: 0 !important;
}
.menu-1[id="site-navigation"] .menu-item a {
	padding: 10px 20px;
}
.menu-1[id="site-navigation"] .current_page_item a,
.menu-1[id="site-navigation"] a:hover,
.menu-1[id="site-navigation"] a:focus {
	background-color: #2680EB;
	color: #fff;
}
@media (min-width:1040px) {
	.menu-1[id="site-navigation"] .menu-item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		border-bottom: none;
		text-align: center;
		font-size: 14px;
	}
	.page-menu[id="site-navigation"] .menu-item,
	.home-menu-fixed[id="site-navigation"] .menu-item {
		-ms-flex-preferred-size: auto;
		    flex-basis: auto;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
	.menu-1[id="site-navigation"] .menu-item a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 10px;
		width: 100%;
		height: 83px;
	}
	.page-menu[id="site-navigation"] .menu-item a,
	.home-menu-fixed[id="site-navigation"] .menu-item a {
		height: 40px;
	}
}
@media (min-width:1300px) {
	.page-menu[id="site-navigation"] .menu-item a,
	.home-menu-fixed[id="site-navigation"] .menu-item a {
		height: 80px;
	}
}

/* global navigation sp button */
.menu-1[id="site-navigation"] .menu-toggle {
	position: fixed;
	top: 20px;
	right: 15px;
	z-index: 100;
	margin: 0;
	padding: 0;
	width: 32px;
	height: 32px;
	border: none;
	background-color: transparent;
}
.menu-1[id="site-navigation"] .menu-toggle:focus,
.menu-1[id="site-navigation"] .menu-toggle:active {
	outline: none;
}
.menu-toggle-bar {
	display: block;
	margin: 8px 0;
	width: 32px;
	height: 3px;
	background-color: #ACACAC;
}
.menu-toggle-bar {
	position: relative;
	top: 0;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.menu-toggle-bar:nth-child(1) {
	-webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s 0.3s, transform 0.3s;
	transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.menu-toggle-bar:nth-child(2) {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.menu-toggle-bar:nth-child(3) {
	-webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s 0.3s, transform 0.3s;
	transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
[aria-expanded="true"] > .menu-toggle-bar:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s, transform 0.3s 0.3s;
	transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
[aria-expanded="true"] > .menu-toggle-bar:nth-child(2) {
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}
[aria-expanded="true"] > .menu-toggle-bar:nth-child(3) {
	top: -11px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s, transform 0.3s 0.3s;
	transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
@media (min-width:601px) and (max-width:1039px) {
	.menu-1[id="site-navigation"] .menu-toggle {
		display: block;
	}
}
/* home header */
.home-visual {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 246px;
	text-align: center;
}
.home-visual img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (min-width:761px) {
	.home-visual {
		height: 500px;
	}
}



/* footer */
.site-footer .wrapper {
	padding-left: 15px;
	padding-right: 15px;
}
.footer-nav {
	position: relative;
	padding-top: 0.67em;
	border-top: solid 3px #cce4ff
}
.footer-nav::before {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	display: block;
	width: 30%;
	border-bottom: 3px solid #5472cd;
}
.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -15px;
}
.footer-nav-column {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	margin: 15px 0 40px;
	padding: 0 15px;
	width: 100%;
	font-size: 0.9em;
}
.footer-nav-column .footer-nav-title {
	margin-top: 0;
	margin-bottom: 0.5em;
	border: none;
	font-size: 0.9em;
}
.footer-nav-column .footer-nav-title::after {
	content: none;
	display: none;
}
.footer-nav-column .menu {
	margin: 0;
	padding: 0 0 0 1em;
}
@media (min-width:760px) {
	.footer-nav-column {
		-ms-flex-preferred-size: 33.3333%;
		    flex-basis: 33.3333%;
	}
}
@media (min-width:992px) {
	.footer-nav-column {
		-ms-flex-preferred-size: 25%;
		    flex-basis: 25%;
	}
}
@media (min-width:1200px) {
	.footer-nav {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.footer-nav-column {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}
/* footer copyright */
.site-copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	height: 60px;
	background-color: #2680EB;
	color: #fff;
	font-family: sans-serif;
}


/* home banner*/
.home-gallery a,
.home-gallery img {
	border-radius: 8px !important;
}
@media (max-width:760px) {
	.home-gallery .wp-block-image {
		margin: 0 auto !important;
		width: 100% !important;
		max-width: 512px !important;
	}
	.home-gallery .wp-block-image + .wp-block-image {
		margin: 20px auto 0 !important;
	}
}





/* 支援希望病院募集 */
@media (max-width:760px) {
	.pc {display: none;}
}
@media (min-width:761px) {
	.sp {display: none;}
}
/* security */
.page_hs {
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'Yu Gothic UI', sans-serif;
}
.page_hs h1, .page_hs h2, .page_hs h3, .page_hs h4 {
	border: none;
}
.page_hs h1::after, .page_hs h2::after, .page_hs h3::after, .page_hs h4::after {
	content: none;
}
.page_hs .wp-block-group__inner-container {
	margin-left: auto;
	margin-right: auto;
}
.page_hs .wp-block-button__link {
	transition: 0.3s;
}
.page_hs .wp-block-button__link:hover,
.page_hs .wp-block-button__link:focus {
	opacity: 0.7;
}

/* security page header */
.security-page-header {
	align-items: stretch;
	padding: 0;
}
.security-page-header .wp-block-cover__inner-container {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	max-width: 2380px;
}

/* security page-title */
.security-page-title {
	display: inline-block;
	padding: 3px 5px 4px 20px;
	background-color: rgba(29, 175, 227, 0.8);
	color: #fff;
}
.security-page-title_before,
.security-page-title h1 {
	margin: 0;
	line-height: 1;
}
.security-page-title_before {
	font-size: 12px;
}
.security-page-title h1 {
	margin-top: 4px;
	border: none;
	font-size: 20px;
	font-weight: 400;
}
@media (min-width:761px) {
	.security-page-title {
		padding: 8px 12px 8px 40px;
	}
}

/* security page-title message */
.security-page-title-message {
	margin-top: 113px;
	padding: 12px 20px 22px;
	background-color: rgba(29, 175, 227, 0.8);
	color: #fff;
	line-height: 1.2;
}
.security-page-title-message_before {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}
.security-page-title-message_main {
	margin: 0 0 14px;
	font-size: 22px;
}
.security-page-title-message_after {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.5;
}
@media (min-width:761px) {
	.security-page-title-message {
		margin-top: 94px;
		padding: 10px 40px 18px;
	}
	.security-page-title-message_before {
		font-size: 24px;
	}
	.security-page-title-message_main {
		margin: 0 0 10px;
		font-size: 36px;
	}
	.security-page-title-message_after {
		font-size: 16px;
	}
}

/* security page-title button */
.security-page-title-btn {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.2;
}
.security-page-title-btn .wp-block-button__link {
	width: 100%;
	max-width: 320px;
}
.security-page-title-btn strong {
	display: block;
	margin-top: 4px;
	font-size: 36px;
}
@media (min-width:761px) {
	.security-page-title-btn {
		font-size: 20px;
	}
	.security-page-title-btn .wp-block-button__link {
		max-width: 400px;
	}
}

/* security page section1 */
.sec1_before {
	padding: 50px 20px;
	border-top: 5px solid #EB276B;
	/*
	background-color: #FFEDF3;
	color: #000;
	*/
}
.sec1-heading {
	margin: 0 auto 26px;
	padding-bottom: 4px;
	max-width: 80%;
	border-bottom: 2px solid #EB276B !important;
	font-size: 22px;
	line-height: 1.45;
}
.sec1-message {
	font-size: 18px;
	line-height:1.66;
}
.sec1_before-b {
	margin: 0 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.866;
}
.sec1_before-strong {
	color: #F41010;
}
.sec1_before-em {
	color: #005ADE;
}
.sec1_after .wp-block-group__inner-container {
	padding: 30px 20px 50px;
}
@media (min-width:761px) {
	.sec1_before {
		padding: 50px 40px;
	}
	.sec1-heading {
		padding-bottom: 6px;
		max-width: 50%;
		font-size: 28px;
		line-height: 1.2;
	}
	.sec1_before-b {
		margin-left: auto;
		margin-right: auto;
		max-width: 758px;
	}
}

/* security page section2 */
.sec2 .wp-block-group__inner-container {
	padding: 50px 20px;
	border-top: 5px solid #FDA729;
	/*
	background-color: #FFF1DD;
	color: #000;
	*/
}
.sec2-heading {
	margin: 0 auto 30px;
	padding-bottom: 4px;
	max-width: 80%;
	border-bottom: 2px solid #FDA729 !important;
	font-size: 22px;
	line-height: 1.45;
}
.sec2-message {
	font-size: 18px;
	line-height:1.66;
}
.concern_col4 {
	justify-content: center;
	margin-bottom: 0;
	text-align: center;
}
.concern_col4 .wp-block-column {
	flex-basis: 240px !important;
	flex-grow: 0 !important;
	margin-left: 0 !important;
}
.concern_col4 figcaption {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	white-space: nowrap;
}
@media (min-width:761px) {
	.sec2 .wp-block-group__inner-container {
		padding: 50px 40px;
	}
	.sec2-heading {
		padding-bottom: 6px;
		max-width: 50%;
		font-size: 28px;
		line-height: 1.2;
	}
}
@media (min-width:782px) {
	.concern_col4 {
		flex-wrap: wrap !important;
		margin-left: auto;
		margin-right: auto;
		max-width: 960px;
	}
}



/* security page section3 */
.sec3-heading > .wp-block-group__inner-container {
	padding: 30px 20px;
}
.sec3-heading h2 {
	margin: 0;
	font-size: 28px;
	line-height: 1.2;
}
.sec3-body > .wp-block-group__inner-container {
	padding: 50px 20px 80px;
}
.sec3-answer {
	margin-top: 16px;
	font-size: 22px;
	line-height: 1.2;
}
.sec3-subsec-heading {
	margin: 50px auto 30px;
	text-align: center;
}
.sec3-body-inner + .sec3-subsec-heading {
	margin-top: 80px;
}
.sec3-subsec-heading h3 {
	margin: 0;
	padding: 24px 10px !important;
	border: 2px solid #1DAFE3 !important;
	font-size: 18px;
	line-height: 1.2;
}
.sec3-guide {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}
.sec3-guide::before,
.sec3-guide::after {
	content: "-";
}
.sec3-guide::before {
	margin-right: 6px;
}
.sec3-guide::after {
	margin-left: 6px;
}
.sec3-body-inner {
	padding: 40px 10px 46px;
	border-radius: 8px;
}
.sec3-body-inner2 {
	padding: 20px 10px;
}
.sec3-body-inner + .sec3-body-inner {
	margin-top: 30px;
}
.sec3-body-inner-heading {
	margin: 0 0 4px;
	font-size: 24px;
	line-height: 1.33;
}
.sec3-body-inner p {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
}
.sec3-body-inner p + p {
	margin-top: 64px;
}
.sec3-body-inner2 > * {
	margin: 0 auto;
	max-width: 660px;
}
.sec3-body-inner2 p {
	font-size: 16px;
	line-height: 1.75;
}
.sec3-body-inner .wp-block-image {
	margin: 18px 0 0;
}
@media (min-width:761px) {
	.sec3-heading > .wp-block-group__inner-container {
		padding: 25px 40px;
	}
	.sec3-body > .wp-block-group__inner-container {
		padding: 50px 40px 80px;
	}
	.sec3-answer {
		margin-top: 10px;
		font-size: 28px;
	}
	.sec3-subsec-heading h3 {
		display: inline-block;
		padding: 10px 12px !important;
		font-size: 36px;
	}
	.sec3-guide {
		font-size: 24px;
	}
	.sec3-guide::before {
		margin-right: 8px;
	}
	.sec3-guide::after {
		margin-left: 8px;
	}
	.sec3-body-inner {
		margin-left: auto;
		margin-right: auto;
		padding: 42px 50px 62px;
		max-width: 888px;
	}
	.sec3-body-inner2 {
		padding: 30px 40px;
	}
	.sec3-body-inner p {
		font-size: 16px;
		line-height: 2;
	}
	.sec3-body-inner p + p {
		margin-top: 40px;
	}
	.sec3-body-inner2 p {
		line-height: 2;
	}
	.sec3-body-inner .wp-block-image {
		margin: 20px 0 0;
	}
}

/* security page section4 */
.sec4 .wp-block-group__inner-container {
	padding: 50px 20px;
	background-color: #fff;
	color: #000;
}
.sec4-heading {
	font-size: 28px;
	line-height: 1;
}
.sec4 p {
	font-size: 16px;
}
.sec4-btn {
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.2;
}
.sec4-btn .wp-block-button__link {
	width: 100%;
	max-width: 320px;
}
.sec4-btn strong {
	display: block;
	margin-top: 4px;
	font-size: 36px;
}
@media (min-width:761px) {
	.sec4 .wp-block-group__inner-container {
		padding: 50px 40px;
	}
	.sec4 p {
		font-size: 18px;
	}
	.sec4-btn {
		font-size: 20px;
	}
	.sec4-btn .wp-block-button__link {
		max-width: 400px;
	}
}

/* security page section6 */
.sec5 .wp-block-group__inner-container {
	padding: 50px 20px;
	font-size: 18px;
	line-height: 1.333;
}
.sec5 h2 {
	margin: 0 0 20px;
	font-size: 28px;
	line-height: 1;
}
.sec5 h3 {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1;
}
.sec5 ol {
	margin: 0;
	padding-left: 0;
}
.sec5 li {
	padding-left: 2em;
	text-indent: -2em;
	list-style-type: none;
}
@media (min-width:761px) {
	.sec5 .wp-block-group__inner-container {
		padding: 50px 40px;
		max-width: 840px;
		margin-left: auto !important
	}
}


/* security page section6 */
.sec6 .wp-block-group__inner-container {
	padding: 50px 20px 30px;
}
.sec6-page-after {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
}
.sec6-page-after em {
	font-size: 16px;
	font-style: normal;
}
.sec6-page-after2 {
	margin: 14px 0 0;
	font-size: 18px;
	line-height: 1.2;
}
.sec6-page-after2 strong {
	display: inline-block;
	margin-top: 4px;
	color: #408BF9;
}
@media (min-width:761px) {
	.sec6 .wp-block-group__inner-container {
		padding: 50px 40px 30px;
		max-width: 1080px;
		margin-left: 0;
	}
}

/* security page footer */
.page_hs-footer {
	background-color: #6196EA;
	color: #fff;
	font-size: 18px;
	line-height: 1;
}
.page_hs-footer .wp-block-group__inner-container {
	padding: 17px 20px 19px;
	max-width: 1000px;
}
@media (min-width:761px) {
	.page_hs-footer .wp-block-group__inner-container {
		padding: 17px 40px 19px;
		margin-left: 0;
	}
}
