@charset "UTF-8";


/* 全体設定 */
body {
  line-height: 1.8;
}
body p{
       letter-spacing: 0.05em;
}
img {
  max-width: 100%;
  height: auto;
}
/* メイン画像とメインタイトル部分 */
.about-main {
  margin-top: 100px;
}
.about-main img {
  display: block;
  margin: 0 auto;
  width: 1170px;
  height: auto;
}
.about-title {
  margin-top: -90px;
  margin-left: -10px;
}
@media (max-width: 1114px) {
  .about-title {
    margin-top: 0;
    margin-left: 0;
  }
}

.staff .top-staff {
    margin: 100px 0 125px 0;
    display: flex;
    position: relative;
    padding: 0 0 0 50px;
}

.about-title01 {
  font-size: 58px;
  font-family: "Quicksand", sans-serif;
  color: #1b58b7;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
}
.about-title01::first-letter {
  color: #ff7e00;
}
.about-title02 {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

/* 全体背景色 */
.all-bg {
width: 100%;
  max-width: 1300px;
  min-height: 100%;
  margin: 0 auto;
  background: linear-gradient(to bottom,
      rgba(155, 177, 197, 0.02) 45%,
      rgba(30, 128, 168, 0.08) 56%,
      rgba(0, 117, 143, 0.08) 86%,
      rgba(0, 91, 128, 0.08) 100%);
  margin: 0 auto;
/*  padding-bottom: 70px;*/
  margin-bottom: -80px;
}

/* 全体幅制御 */
.wrap-jobs {
  margin: 0 auto;
  width: 96%;
  max-width: 1100px;
}

/* パンくずリスト */
.bread {
  display: flex;
  font-size: 14px;
  padding: 20px 40px;
  justify-content: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.bread a {
  text-decoration-color: #000000;
}
.bread li::after {
  content: "●";
  margin: 0 20px;
  color: #D0D0D0;
}
.bread li:last-child a {
  color: #1b58b7;
  text-decoration: none;
}
.bread li:last-child::after {
  content: none;
}

/* ======看護師セクション====== */
.nurse {
  background-color: #fff7f7;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
  margin-bottom: 50px;
    margin: 0 auto;
    max-width: 1000px;
	    position: relative;
}

/* 表題横縦線 */
.nurse-round-cap-left:before {
  background-color: #ff7e00;
  border-radius: 5px;
  content: "";
  display: inline-block;
  height: 45px;
  margin-right: 25px;
  vertical-align: sub;
  width: 8px;
}

/* 表題 */
.nurse-round-cap-left {
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 38px;
    color: #1b58b7;
    font-weight: 500;
}

/* ■■■共通設定■■■ */
.nurture-flex1 {
  margin-top: 20px;
  display: flex;
  gap: 2%;
  padding: 10px;
  margin-bottom: 30px;
}
.nurture-flex1 p {
  padding: 0 20px;
}
.nurture-flex1 img {
  flex: 1;
  width: 100%;
  max-width: 50%;
  height: auto;
  object-fit: contain;
}

/* ■■■ここまで■■■ */



.top-staff::after {
    content: none;
    position: static;
}
.nurse::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -240px;
    width: 588px;
    height: 588px;
    background: radial-gradient(circle, #00ff9f 0%, #00ffae 50%, #FFF 70%);
    border-radius: 294px;
    opacity: 0.14;
    z-index: -909;
}

.setumei_staff p {
    padding-left: 33px;
    padding-bottom: 30px;
    letter-spacing: 0.7px;
}


/*------------------------------------------------------------
	index
------------------------------------------------------------*/

.contactBox {
    padding-top: 35px;
}

.contactList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem 6rem;
}
.contactList li {
	width: calc((100% - 6rem) / 2);
}
.contactList .link {
	margin-bottom: 2.8rem;
}
.contactList .link a {
    min-height: 80px;
    /* border: 2px solid #F09000; */
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;

    background: url("../images/common/icon_o.svg") no-repeat right 2.5rem center;
	    background-color: #7dc1fb;
    background-size: 1.8rem auto;
    /* color: #fff; */
    text-decoration: none;
}
.contactList .link a:hover {
	opacity: 0.7;
}
.contactList .inner {
	border-radius: 3rem;
	padding: 1.6rem 2rem 2.2rem;
	background: url(../img/contact/bg.png) repeat left top;
	background-size: auto 18.1rem;
}
.contactList .inner .ttl {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 1.2rem;
}
.contactList .inner .txt {
	font-size: 1.8rem;
	font-weight: 700;
	width: fit-content;
	margin: 0 auto;
	min-width: 25rem;
}
.contactList .inner .txt a {
	font-size: 2.3rem;
	display: inline-block;
	margin: 0.5rem 0 0;
	color: #f09000;
}
.contactSec {
	padding: 80px 0 0;
	position: relative;
}
.contactSec h3 {
    /* text-align: center; */
    font-size: 38px;
    font-weight: 700;
/*    margin-bottom: 4rem;*/
}
.contactSub {
    padding: 40px 0 0px;
	position: relative;
}
.contactSub:after {
	width: calc(100% - 3.6rem);  
	height: 100%;
	background: url(../img/common/bg01.jpg) repeat;
	background-size: 120rem auto;
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
	border-radius: 0 7rem 7rem 0;
	z-index: -1;
}
.contactSub p {
font-size: 16px;
    line-height: 1.75;
    font-feature-settings: normal;
/*	    padding-bottom: 45px;*/
}
.contactSub .centerTxt {
	    padding-bottom: 45px;
/*	width: fit-content;
	margin: 0 auto 4.6rem;*/
}
.contactSub .whiteBox {
    padding: 45px 90px 35px;
    background-color: #fff;
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.contactDl {
    margin-bottom: 0.6rem;
    padding-left: 0;
    margin-right: -0.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
	    width: 766px;
    margin: 0 auto;
}
.contactDl dt {
    width: 13rem;
    padding: 1.1rem 1rem 0 0;
    font-size: 16px;
    font-weight: 500;
}
.contactDl dt small {
	display: block;
	font-size: 12px;
	    letter-spacing: normal;
}
.contactDl dt sup {
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #ff0000;
	margin-left: 1.2rem;
	vertical-align: 0.2rem;
}
.contactDl dd {
    margin-bottom: 35px;
    font-size: 16px;
    width: calc(100% - 14rem);
}
.contactDl dd:last-child {
	margin-bottom: 0;
}
.contactDl input[type="number"],
.contactDl input[type="email"],
.contactDl input[type="tel"],
.contactDl input[type="text"] {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
border-radius: 5px;
    height: 50px;
	color: #000;
	border: none;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 1.5rem;
    width: 100%;
    background-color: #F1F1F1;
}
.contactDl select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0.5rem;
    height: 3rem;
	color: #000;
	border: none;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 0.5rem 0 1.8rem;
    width: 107px;
	margin-bottom: 1.7rem;
    background: url(../img/contact/select_bg.png) no-repeat right 0.5rem center #F1F1F1;
	background-size: 0.9rem auto;
}
.contactDl textarea {
	resize: vertical;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0.5rem;
    height: 200px;
	color: #000;
	border: none;
    box-sizing: border-box;
    font-size: 16px;
    padding: 1rem 1.5rem;
    width: 100%;
    background-color: #F1F1F1;
}
.contactSub .note {
/*	margin-bottom: 2.3rem;*/
	text-align: right;
	font-size: 12px;
	color: #FF0000;
	letter-spacing: 0.1em;
	width: 766px;
    margin: 0 auto;
}
.contactSub .txt {
	text-align: center;
	margin-bottom: 0.7rem;
}
.contactSub .txt a {
	color: #50a5fd;
	text-decoration: underline;
}
.contactSub .txt a:hover {
	opacity: 0.7;
}
.checkP {
    margin-bottom: 25px;
    text-align: center;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + span {
    background: url(../images/contact/check01.png) no-repeat left top 9px;
    background-size: 23px 23px;
    border-radius: 0;
    display: inline-block;
    line-height: 20px;
    cursor: pointer;
    padding: 0.6rem 0 0.6rem 32px;
}
input[type="checkbox"]:checked + span {
	background-image: url("../images/contact/check02.png");
}
.submit {
	text-align: center;
}
.submit li {
	display: inline-block;
	margin: 0 1rem;
}
.submit li input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 295px;
    height: 50px;
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    border: none;
    background: #fff url(../images/common/icon_o.svg) no-repeat right 20px center;
    background-size: 15px auto;
    border: 1px solid #1b58b7;
}
.submit .liStyle input {
/*	background-color: #8D8D8D;*/
}
.contactSec2 .contactSub {
    padding: 45px 0 100px;
}
.radioUl {
	display: flex;
	padding-top: 0.9rem;
	flex-wrap: wrap;
}
.radioUl li {
	margin-right: 2rem;
}
input[type="radio"] {
    display: none;
}
input[type="radio"] + span {
	background: url(../images/contact/radio01.png) no-repeat left center;
    background-size: 20px 20px;
	border-radius: 0;
    display: inline-block;
    line-height: 20px;
	cursor: pointer;
    padding: 4px 0 4px 28px;
}
input[type="radio"]:checked + span {
	background-image: url("../images/contact/radio02.png");
}
.contactDl input[type="number"] {
    width: 99px;
}
.contactDl .wid01[type="text"],
.contactDl .wid01[type="tel"] {
    width: 115px;
}
.contactDl dd .txtSpan {
	margin: 0 10px;
}
.contactDl dd .icoSpan:first-child {
	margin-left: 0;
}
.contactDl dd .icoSpan {
margin: 0;
    font-size: 18px;
}
.contactDl dd .icoSpan + .wid01[type="text"] {
margin-left: 6px;
}
.contactDl .style[type="text"] {
	margin-bottom: 13px;
}
.checkUl {
	display: flex;
	padding-top: 15px;
	flex-wrap: wrap;
}
.checkUl li {
	margin-right: 2rem;
}
.contactDl input[type="file"] {
	margin-top: 15px;
}
.checkP2 .red {
	color: #FF0000;
}
.checkP2 [type="checkbox"] + span {
	background-image: url(../images/contact/check03.png);
	background-position: right top 0.6rem;
	padding-left: 0;
padding-right: 40px;
	padding-top: 0.2rem;
	font-feature-settings: normal;
	background-position: right center;
}
.checkP2 input[type="checkbox"]:checked + span { 
	background-image: url(../images/contact/check04.png);
}
.privacy {
	margin-bottom: 1.8rem;
	padding-top: 0.3rem;
}
.privacy .ttl {
	text-align: center;
	margin-bottom: 3rem;
	font-size:14px;
	color: #000000;
	line-height: 1.714;
}
.privacy .subBox {
    border: 1px solid #808080;
    height: 170px;
    overflow-y: scroll;
    padding: 1.3rem 2rem;
    width: 830px;
    margin: 0 auto;
/*	    margin: 0 -30px;*/
}
.privacy .subBox p {
	font-size:13px;
	line-height: 1.85;
    letter-spacing: normal;
}
.contactSec2 .contactSub .whiteBox {
    padding-bottom: 60px;
}
@media all and (min-width: 897px) {
	.pageTitle h2 img {
		height: 2.5rem;
	}
	#pagePath {
		margin-bottom: 6.6rem;
	}
	.content03 {
        max-width: 966px;
        margin: 0 auto;
	}
	.contactSub .content03 {
		max-width: 90rem;
	}
	.submit li input:hover {
		opacity: 0.7;
	}
	.contactSec2 .contactDl dt {
/*		width: 23.2rem;*/
	}
	.contactSec2 .contactDl dd {
/*		width: calc(100% - 23.2rem);*/
	}
}

@media all and (max-width: 896px) {
	
	.contactList {
		display: block;
	}
	.contactList li {
margin-bottom: 40px;
		width: auto;
	}
	.contactList li:last-child {
		margin-bottom: 0;
	}
	.contactList .link a {
min-height: 60px;
        font-size: 16px;
	}
	.contactList .link {
		max-width: 33.5rem;
		margin: 0 auto 2rem;
	}
	.contactList .inner .ttl {
		font-size: 2rem;
	}
	.contactList .inner .txt {
		font-size: 1.6rem;
	}
	.contactList .inner .txt a {
		font-size:20px;
		margin: 0;
		vertical-align: -0.2rem;
	}
	.contactSec h3 {
		font-size:25px;
	}
	.contactSub {
		padding: 20px 0
	}
	.contactSub::after { 
		border-radius: 0;
		width: 100%;
	}
	.contactSub p {
        font-size: 14px;
	}
	.contactSub .whiteBox {
		padding: 40px 20px;
	}
	.contactDl {
		padding: 0;
		margin-right: 0;
		display: block;
		    width: 100%;
	}
	.contactDl dt {
		width: auto;
		font-size: 15px;
		padding: 0 0 10px;
	}
	.contactDl dt sup {
		vertical-align: 0.1rem;
	}
	.contactDl dd {
		width: auto;
		font-size: 15px;
	}
	.contactDl input[type="number"], .contactDl input[type="email"], .contactDl input[type="tel"], .contactDl input[type="text"] {
		padding: 0 10px;
	}
	.contactDl textarea {
		padding:10px;
	}
	
.contactSub .note {
    width: 100%;
	}
.contactSec {
        padding-top: 20px;
	}
	.contactDl dd .icoSpan {
		margin: 0 0.2rem;
	}
	.contactDl .wid01[type="text"], .contactDl .wid01[type="tel"] {
        width: 86px;
	}
.privacy .subBox {
        margin: 0;
        padding: 0;
        width: 100%;
	}
	.submit li {
		display: block;
		margin-bottom: 10px;
	}
	.submit li:last-child {
		margin-bottom: 0;
	}
.contactSec2 .contactSub .whiteBox {
		padding-bottom: 40px;
	}
.contactSec2 .contactSub {
		padding-bottom:50px;
	}
	.privacy .subBox p {
    padding: 15px 10px;
}
	
}


.privacy a{
    text-decoration: underline;
}
.content_semi_box{
    border: 2px solid #1b58b7;
    padding: 20px;
    border-radius: 20px;
    width: 535px;
    margin: 0 auto;
	
}
.content_semi_box .c_title a{
    color: #1b58b7;
    width: 535px;
    font-size: 24px;
    text-decoration: none;
	font-weight: 700;
	
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.c_title{
    text-align: center;
}


.contact-box {
	    border: 2px solid #1b58b7;
/*    padding: 20px;*/
    border-radius: 20px;
    width: 535px;
    margin: 0 auto;
	    font-family: "Zen Kaku Gothic New", sans-serif;
/*  max-width: 1000px;
  margin: 0 auto;
  border: 2px solid #1e5bd7;
  border-radius: 28px;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #1e5bd7;*/
}

.contact-title {
color: #1b58b7;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 12px 20px;
    border-bottom: 2px solid #1e5bd7;
    margin: 0;
}

.contact-body {
  padding: 40px 20px 44px;
  text-align: center;
}

.row {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 10px;
    text-align: left;
}

.label {
  font-weight: 700;
  margin-right: 8px;
}

.tel {
  margin: 32px 0;
}

.tel-number {
  font-size: 40px;
  font-weight: 700;
  color: #ff7a00;
  letter-spacing: 0.05em;
}



.contact-body {
    padding: 20px 20px 25px;
}

.contact-table {
	 color: #1b58b7;
  margin: 0 auto;
  border-collapse: collapse;
}

.contact-table th {
    font-size: 20px;
    font-weight: normal;
    text-align: right;
    vertical-align: top;
padding: 0px 12px 12px 0;
    white-space: nowrap;
	    font-weight: 500;

}

.contact-table td {
    font-size: 20px;
    line-height: 1.6;
    /* padding: 12px 0 0 0; */
    text-align: center;
    text-align: left;
    font-weight: 500;
}

.contact-table .tel {
  padding: 0;
}

.tel-number {
    font-size: 30px;
    font-weight: 700;
    color: #ff7a00;
    letter-spacing: 0.05em;
}

@media all and (max-width: 896px) {
.bread {
    padding: 20px 10px;
	}
	.contact-title {
    font-size: 18px;
		        line-height: 1.4;
		    padding: 12px 10px;
	}
	.contact-table td {
    font-size: 16px;
	}
	.contact-table th {
    font-size: 16px;
	}
	.contact-table th {
        padding: 8px 12px 8px 0;
	}
	.nurse-round-cap-left:before {
    height: 32px;
	}
	.tel-number {
    font-size: 27px;
}
	.contact-box {
    border: 2px solid #1b58b7;
		width: 100%;
    max-width: 33.5rem;
	}
	.contact-table {
    width: 100%;
	}
	.contact-body {
    padding: 15px 20px 15px;
}
	.contactSub .centerTxt {
    padding-bottom: 20px;
}
	
}

.contactSec::after {
    content: "";
    position: absolute;
	bottom: 300px;
	right: -230px;
    width: 588px;
    height: 588px;
    background: radial-gradient(circle, #005b80 0%, #00758f 40%, #FFF 70%);
    border-radius: 294px;
    opacity: 0.19;
    z-index: -1;
}


.contactSec.contactSec2::after {
    content: "";
    position: absolute;
top: 200px;
    left: -300px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #00ff9f 0%, #00ffae 50%, #FFF 70%);
    border-radius: 294px;
    opacity: 0.19;
    z-index: -1;
}

.contactSec.contactSec2::before {
    content: "";
    position: absolute;
bottom: 800px;
	right: -230px;
    width: 588px;
    height: 588px;
    background: radial-gradient(circle, #005b80 0%, #00758f 40%, #FFF 70%);
    border-radius: 294px;
    opacity: 0.19;
    z-index: -1;
}
